1 2010-08-31 Masatake YAMATO <yamato@redhat.com>
3 * textmodes/nroff-mode.el (nroff-view): New command.
4 (nroff-mode-map): Bind it to C-c C-c.
6 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
8 * emacs-lisp/smie.el (smie-down-list): New command.
10 Remove old indentation and navigation code on octave-mode.
11 * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
12 smie-down-list rather than add a binding for octave-down-block.
13 (octave-mark-block, octave-blink-matching-block-open):
14 Rely on forward-sexp-function.
15 (octave-fill-paragraph): Don't narrow, so you can use
16 indent-according-to-mode.
17 (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
18 (octave-in-block-p, octave-re-search-forward-kw)
19 (octave-re-search-backward-kw, octave-indent-calculate)
20 (octave-end-as-array-index-p, octave-block-end-offset)
21 (octave-scan-blocks, octave-forward-block, octave-backward-block)
22 (octave-down-block, octave-backward-up-block, octave-up-block)
23 (octave-before-magic-comment-p, octave-indent-line): Remove.
25 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
27 * emacs-lisp/package.el (package--read-archive-file): Just use
28 `read', to avoid copying an additional string.
29 (package-menu-mode): Set header-line-format here.
30 (package-menu-refresh, package-menu-revert): Signal an error if
31 not in the Package Menu.
32 (package-menu-package-list): New var.
33 (package--generate-package-list): Operate on the current buffer;
34 don't assume that it is *Packages*, since the user may rename it.
35 Allow persistent package listings and sort keys using
36 package-menu-package-list and package-menu-package-sort-key.
37 (package-menu--version-predicate): Fix version calculation.
38 (package-menu-sort-by-column): Don't select the window.
39 (package--list-packages): Create the *Packages* buffer.
40 Set package-menu-package-list-key.
41 (list-packages): Sorting by status is now the default.
42 (package-buffer-info): Use match-string-no-properties.
43 (define-package): Add a &rest argument for future proofing, but
45 (package-install-from-buffer, package-install-buffer-internal):
46 Merge into a single function, package-install-from-buffer.
47 (package-install-file): Change caller.
49 * finder.el: Load finder-inf using `require'.
50 (finder-list-matches): Sorting by status is now the default.
51 (finder-compile-keywords): Simpify printing.
53 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
55 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
56 (octave-mode-map): Remove special bindings for forward/backward-block
57 and octave-backward-up-block. Use smie-close-block.
58 (octave-continuation-marker-regexp): New var.
59 (octave-continuation-regexp): Use it.
60 (octave-operator-table, octave-smie-op-levels)
61 (octave-operator-regexp, octave-smie-indent-rules): New vars.
62 (octave-smie-backward-token, octave-smie-forward-token): New funs.
63 (octave-mode): Use SMIE.
64 (octave-close-block): Delete.
66 2010-08-30 Eli Zaretskii <eliz@gnu.org>
68 * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
69 CLIPBOARD, not in PRIMARY. (Bug#6944)
71 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
73 * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
75 (smie-indent-column): Allow indirection through variables.
77 * composite.el (save-buffer-state): Delete, unused.
78 * font-lock.el (save-buffer-state): Use with-silent-modifications.
79 (font-lock-default-fontify-region): Use with-syntax-table.
80 * jit-lock.el (with-buffer-unmodified): Remove.
81 (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
83 Use `declare' in defmacros.
84 * window.el (save-selected-window):
85 * subr.el (with-temp-file, with-temp-message, with-syntax-table):
86 * progmodes/python.el (def-python-skeleton):
87 * net/dbus.el (dbus-ignore-errors):
88 * jka-cmpr-hook.el (with-auto-compression-mode):
89 * international/mule.el (with-category-table):
90 * emacs-lisp/timer.el (with-timeout):
91 * emacs-lisp/lisp-mnt.el (lm-with-file):
92 * emacs-lisp/eieio.el (with-slots):
93 * emacs-lisp/easymenu.el (easy-menu-define):
94 * emacs-lisp/debug.el (debugger-env-macro):
95 * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
96 (Multiple-value-call, Multiple-value-prog1):
97 * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
98 (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
99 edebug rule to definition.
100 * emacs-lisp/lisp-mode.el (save-selected-window)
101 (with-current-buffer, combine-after-change-calls)
102 (with-output-to-string, with-temp-file, with-temp-buffer)
103 (with-temp-message, with-syntax-table, read-if, eval-after-load)
104 (dolist, dotimes, when, unless):
105 * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
107 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
109 * finder.el: Require `package'.
110 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
111 (finder-package-info): Var deleted.
112 (finder-keywords-hash, finder--builtins-alist): New vars.
113 (finder-compile-keywords): Compute package--builtins and
114 finder-keywords-hash instead of finder-keywords-hash, respecting
115 the "Package" header.
116 (finder-unknown-keywords, finder-list-matches):
117 Use finder-keywords-hash and package--list-packages.
118 (finder-mode): Don't set font-lock-defaults.
119 (finder-exit): We don't use "*Finder-package*" and "*Finder
120 Category*" buffers anymore.
122 * emacs-lisp/package.el (package--builtins-base): Var deleted.
123 (package--builtins): Set default value to nil.
124 (package-initialize): Load precomputed value of package--builtins
126 (package-alist, package-compute-transaction)
127 (package-download-transaction): Improve docstring.
128 (package-read-all-archive-contents): Do not change
129 package--builtins here.
130 (list-packages): Make package-list-packages an alias for this.
131 Sort by status by default.
132 (package--list-packages): Add optional PACKAGES arg.
133 (describe-package-1): Use font-lock-face property. For built-in
134 packages, insert file commentary.
135 (package--generate-package-list): Rename from
136 package-list-packages-internal; all callers changed. Add optional
137 PACKAGES arg. Add alphabetical sort fallbacks.
138 (package-menu--version-predicate, package-menu--status-predicate)
139 (package-menu--description-predicate)
140 (package-menu--name-predicate): New functions.
142 * info.el (Info-finder-find-node): Search package-alist instead of
145 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
147 * subr.el (version-regexp-alist): Don't use "a" and "b" for
149 (version-to-list): Handle versions like "10.3d".
151 2010-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
153 * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
154 (macroexp-accumulate): Use `declare'.
156 2010-08-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
158 * whitespace.el (whitespace-style): Adjust type declaration.
160 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change)
162 * progmodes/js.el: Make indentation more customizable (Bug#6914).
163 (js-paren-indent-offset, js-square-indent-offset)
164 (js-curly-indent-offset): New options.
165 (js--proper-indentation): Use them.
167 2010-08-26 Daniel Colascione <dan.colascione@gmail.com>
169 * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
170 instead of inspecting font-lock properties (Bug#6916).
172 2010-08-26 David Reitter <david.reitter@gmail.com>
174 * server.el (server-visit-files): Run pre-command-hook and
175 post-command-hook for each buffer while it is current
177 (server-execute): Do not run hooks here.
179 2010-08-26 Michael Albinus <michael.albinus@gmx.de>
181 Sync with Tramp 2.1.19.
183 * net/trampver.el: Update release number.
185 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
187 * help.el (help-map): Bind `C-h P' to describe-package.
189 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
191 * emacs-lisp/package.el (package-refresh-contents): Catch errors
192 when downloading archives.
193 (describe-package-1): Add package commentary.
194 (package-install-button-action): New function.
195 (package-menu-mode-map): Bind ? to package-menu-describe-package.
196 (package-menu-view-commentary): Function removed.
197 (package-list-packages-internal): Hide the `package' package too.
199 2010-08-25 Kenichi Handa <handa@m17n.org>
201 * language/misc-lang.el ("Arabic"): New language environment.
202 Setup composition-function-table for Arabic characters.
204 * international/fontset.el (setup-default-fontset): Fix typo for
205 arabic OTF spec (fini->fina).
207 2010-08-25 Jan Djärv <jan.h.d@swipnet.se>
209 * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
212 2010-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
214 * whitespace.el: Allow cleaning up blanks without blank
215 visualization (Bug#6651). Adjust help window for
216 whitespace-toggle-options (Bug#6479). Allow to use fill-column
217 instead of whitespace-line-column (from EmacsWiki). New version
219 (whitespace-style): Added new value 'face. Adjust docstring.
220 (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
221 foreground property face.
222 (whitespace-line-column): Adjust docstring and type declaration.
223 (whitespace-style-value-list, whitespace-toggle-option-alist)
224 (whitespace-help-text): Adjust const initialization.
225 (whitespace-toggle-options, global-whitespace-toggle-options):
227 (whitespace-display-window, whitespace-interactive-char)
228 (whitespace-style-face-p, whitespace-color-on): Adjust code.
229 (whitespace-help-scroll): New fun.
231 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
233 * emacs-lisp/package.el (list-packages): Alias for
234 package-list-packages.
236 2010-08-24 Kevin Ryde <user42@zip.com.au>
238 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
241 * progmodes/ruby-mode.el (ruby): Add defgroup.
243 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
245 * progmodes/python.el: Add Ipython support (Bug#5390).
246 (python-shell-prompt-alist)
247 (python-shell-continuation-prompt-alist): New options.
248 (python--set-prompt-regexp): New function.
249 (inferior-python-mode, run-python, python-shell): Require
250 ansi-color. Use python--set-prompt-regexp to set the comint
251 prompt based on the Python interpreter.
252 (python--prompt-regexp): New var.
253 (python-check-comint-prompt)
254 (python-comint-output-filter-function): Use it.
255 (run-python): Use a pipe (Bug#5694).
257 2010-08-24 Fabian Ezequiel Gallina <galli.87@gmail.com> (tiny change)
259 * progmodes/python.el (python-send-region): Send a different
260 Python command if Ipython is in use.
261 (python-check-version): Use a Python command to find the version.
263 2010-08-24 Chong Yidong <cyd@stupidchicken.com>
265 * mouse.el (mouse-yank-primary): Avoid setting primary when
266 deactivating the mark (Bug#6872).
268 2010-08-23 Michael Albinus <michael.albinus@gmx.de>
270 * net/dbus.el: Accept UNIX domain sockets as bus address.
271 (top): Don't initialize `dbus-registered-objects-table' anymore,
272 this is done in dbusbind,c.
273 (dbus-check-event): Adapt test for bus.
274 (dbus-return-values-table, dbus-unregister-service)
275 (dbus-event-bus-name, dbus-introspect, dbus-register-property):
278 2010-08-23 Juanma Barranquero <lekktu@gmail.com>
280 * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
282 2010-08-22 Juri Linkov <juri@jurta.org>
284 * simple.el (read-extended-command): New function with the logic
285 for `completing-read' moved to Elisp from `execute-extended-command'.
286 Use `function-called-at-point' in `minibuffer-default-add-function'
287 to get a command name for M-n (bug#5364, bug#5214).
289 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
291 * startup.el (command-line-1): Issue warning for ignored arguments
292 --unibyte, etc (Bug#6886).
294 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
296 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
298 2010-08-22 Leo <sdl.web@gmail.com>
300 Fix buffer-list rename&refresh after after killing a buffer in ido.
301 * lisp/ido.el: Revert Óscar's.
302 (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
303 Remember the buffers at head, rather than their name.
304 * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
306 2010-08-22 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
307 Stefan Monnier <monnier@iro.umontreal.ca>
309 * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
310 extra backslash added to each line (bug#6890).
312 2010-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
314 * subr.el (read-key): Don't echo keystrokes (bug#6883).
316 2010-08-22 Glenn Morris <rgm@gnu.org>
318 * menu-bar.el (menu-bar-games-menu): Add landmark.
320 2010-08-22 Glenn Morris <rgm@gnu.org>
322 * align.el (align-regexp): Make group and spacing arguments
323 use the interactive defaults when non-interactive. (Bug#6698)
325 * mail/rmail.el (rmail-forward): Replace mail-text-start with its
326 expansion, so as not to need sendmail.
327 (mail-text-start): Remove declaration.
328 (rmail-retry-failure): Require sendmail.
330 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
332 * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
334 2010-08-22 Michael Albinus <michael.albinus@gmx.de>
336 * progmodes/flymake.el (flymake-start-syntax-check-process):
337 Use `start-file-process' in order to let it run also on remote hosts.
339 2010-08-22 Kenichi Handa <handa@m17n.org>
341 * files.el: Add `word-wrap' as safe local variable.
343 2010-08-22 Glenn Morris <rgm@gnu.org>
345 * woman.el (woman-translate): Case matters. (Bug#6849)
347 2010-08-22 Chong Yidong <cyd@stupidchicken.com>
349 * simple.el (kill-region): Doc fix (Bug#6787).
351 2010-08-22 Glenn Morris <rgm@gnu.org>
353 * calendar/diary-lib.el (diary-header-line-format):
354 Fit it to the window, not the frame.
356 2010-08-22 Andreas Schwab <schwab@linux-m68k.org>
358 * subr.el (ignore-errors): Add debug declaration.
360 2010-08-22 Geoff Gole <geoffgole@gmail.com> (tiny change)
362 * whitespace.el (whitespace-color-off): Remove post-command-hook
365 2010-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
367 * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
369 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
371 * cus-edit.el (custom-group-value-create): Add extra newline
372 before end line (Bug#6876).
374 2010-08-21 Chong Yidong <cyd@stupidchicken.com>
376 * mouse.el (mouse-save-then-kill): Don't save region to kill ring
377 when extending it. Before killing on the second click, check if
378 the buffer is the correct one. Doc fix.
379 (mouse-secondary-save-then-kill): Allow usage without first
380 calling mouse-start-secondary, by defaulting to point. Don't save
381 an empty secondary selection. Doc fix.
383 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
385 * whitespace.el: Fix slow cursor movement (Bug#6172). Reported by
386 Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
388 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
389 Adjust initialization.
390 (whitespace-bob-marker, whitespace-eob-marker)
391 (whitespace-buffer-changed): New vars.
392 (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
393 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
394 (whitespace-post-command-hook, whitespace-display-char-on):
396 (whitespace-looking-back, whitespace-buffer-changed): New funs.
397 (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
399 2010-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
401 * files.el (locate-file-completion-table): Only list the .el and .elc
402 extensions if there's no other choice (bug#5955).
404 * facemenu.el (facemenu-self-insert-data): New var.
405 (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
407 (facemenu-add-face): Use them.
409 * simple.el (blink-matching-open): Obey forward-sexp-function.
411 2010-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
413 * simple.el (prog-mode-map): New var.
414 (prog-indent-sexp): New command.
416 * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
418 * progmodes/prolog.el (smie): Require.
420 * emacs-lisp/smie.el (smie-default-backward-token)
421 (smie-default-forward-token): Strip properties.
422 (smie-next-sexp): Be more careful with associative operators.
423 (smie-forward-sexp-command): Generalize.
424 (smie-backward-sexp-command): Simplify.
425 (smie-closer-alist): New var.
426 (smie-close-block): New command.
427 (smie-indent-debug-log): New var.
428 (smie-indent-offset-rule): Add a few more cases.
429 (smie-indent-column): New function.
430 (smie-indent-after-keyword): Use it.
431 (smie-indent-keyword): Use it.
432 Fix up the opener code's point position.
433 (smie-indent-comment): Only applies at BOL.
434 (smie-indent-debug): New command.
436 * emacs-lisp/autoload.el (make-autoload): Preload the macros's
437 declarations that are useful before running the macro.
439 2010-08-18 Joakim Verona <joakim@verona.se>
441 * image.el (imagemagick-types-inhibit): New variable.
442 (imagemagick-register-types): New function.
443 * image-mode.el (image-transform-properties): New function.
444 (image-transform-set-scale, image-transform-fit-to-height)
445 (image-transform-set-rotation, image-transform-set-resize)
446 (image-transform-fit-to-width, image-transform-fit-to-height):
448 (image-toggle-display-image): Support image transforms.
450 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
452 * image.el (create-animated-image): Don't add heuristic mask to image
455 2010-08-18 Jan Djärv <jan.h.d@swipnet.se>
457 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
458 Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
460 2010-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
462 * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
464 Font-lock '...' strings, plus various simplifications and fixes.
465 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
466 (octave-font-lock-close-quotes): New function.
467 (octave-font-lock-syntactic-keywords): New var.
468 (octave-mode): Use it. Set beginning-of-defun-function.
469 (octave-mode-map): Don't override the <foo>-defun commands.
470 (octave-mode-menu): Pass it directly to easy-menu-define;
471 remove (now generic) <foo>-defun commands; use info-lookup-symbol.
472 (octave-block-match-alist): Fix up last change so that
473 octave-close-block uses the more specific keyword.
474 (info-lookup-mode): Silence byte-compiler.
475 (octave-beginning-of-defun): Not interactive any more.
477 (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
478 (octave-indent-defun, octave-send-defun): Use mark-defun instead.
479 (octave-completion-at-point-function): Make sure point is within
481 (octave-reindent-then-newline-and-indent):
482 Use reindent-then-newline-and-indent.
483 (octave-add-octave-menu): Remove.
485 2010-08-17 Jan Djärv <jan.h.d@swipnet.se>
487 * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
488 (report-emacs-bug-can-use-xdg-email): New functions.
489 (report-emacs-bug): Set can-xdg-email to result of
490 report-emacs-bug-can-use-xdg-email. If can-xdg-email bind
491 \C-cm to report-emacs-bug-insert-to-mailer and add help text
494 * net/browse-url.el (browse-url-default-browser): Add cond
495 for browse-url-xdg-open.
496 (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
498 2010-08-17 Glenn Morris <rgm@gnu.org>
500 * progmodes/cc-engine.el (c-new-BEG, c-new-END)
501 (c-fontify-recorded-types-and-refs): Define for compiler.
502 * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
505 * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
508 2010-08-17 Michael Albinus <michael.albinus@gmx.de>
510 * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
512 (tramp-handle-process-file): Call the program in a subshell, in
513 order to preserve working directory.
514 (tramp-action-password): Hide password prompt before next run.
515 (tramp-process-actions): Widen connection buffer for the trace.
517 2010-08-16 Deniz Dogan <deniz.a.m.dogan@gmail.com>
519 * net/rcirc.el (rcirc-log-process-buffers): New option.
520 (rcirc-print): Use it.
521 (rcirc-generate-log-filename): New function.
522 (rcirc-log-filename-function): Change default to
523 rcirc-generate-log-filename (Bug#6828).
525 2010-08-16 Chong Yidong <cyd@stupidchicken.com>
527 * simple.el (deactivate-mark): If select-active-regions is `only',
528 only set selection for temporarily active regions.
530 * cus-start.el: Change defcustom for select-active-regions.
532 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
534 * mouse.el (mouse--drag-set-mark-and-point): New function.
535 (mouse-drag-track): Use LOCATION arg to push-mark.
536 Use mouse--drag-set-mark-and-point to take click-count into
537 consideration when updating point and mark (Bug#6840).
539 2010-08-15 Chong Yidong <cyd@stupidchicken.com>
541 * progmodes/compile.el (compilation-error-regexp-alist-alist):
542 Give the Ruby rule a lower priority than Gnu (Bug#6778).
544 2010-08-14 Štěpán Němec <stepnem@gmail.com> (tiny change)
546 * font-lock.el (lisp-font-lock-keywords-2):
547 Add combine-after-change-calls, condition-case-no-debug,
548 with-demoted-errors, and with-silent-modifications (Bug#6025).
550 2010-08-14 Kevin Ryde <user42@zip.com.au>
552 * emacs-lisp/copyright.el (copyright-update-year)
553 (copyright-update): Temporary switch-to-buffer to ensure the
554 buffer change being queried is visible (Bug#5394).
556 2010-08-14 Tom Tromey <tromey@redhat.com>
558 * progmodes/etags.el (tags-file-name): Mark safe if stringp
561 2010-08-14 Eli Zaretskii <eliz@gnu.org>
563 * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
566 2010-08-13 Jan Djärv <jan.h.d@swipnet.se>
568 * menu-bar.el (menu-bar-set-tool-bar-position): New function.
569 (menu-bar-showhide-tool-bar-menu-customize-enable-left)
570 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
571 (menu-bar-showhide-tool-bar-menu-customize-enable-top)
572 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
573 Call menu-bar-set-tool-bar-position.
575 2010-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
577 * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
578 comment style (bug#6834).
579 * progmodes/scheme.el (scheme-mode-syntax-table):
580 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
581 "b" flag in "' 14b" syntax.
583 * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
584 for (un)commenting the region and performing completion.
585 (octave-mode-menu): Use standard commands for help and completion.
586 (octave-mode-syntax-table): Support %{..%} comments (sort of).
587 (octave-mode): Use define-derived-mode.
588 Set completion-at-point-functions and don't set columns.
589 Don't disable adaptive-fill-regexp.
590 (octave-describe-major-mode, octave-comment-region)
591 (octave-uncomment-region, octave-comment-indent)
592 (octave-indent-for-comment): Remove.
593 (octave-indent-calculate): Rename from calculate-octave-indent.
594 (octave-indent-line, octave-fill-paragraph): Update caller.
595 (octave-initialize-completions): No need to make an alist.
596 (octave-completion-at-point-function): New function.
597 (octave-complete-symbol): Use it.
598 (octave-insert-defun): Use define-skeleton.
600 * progmodes/octave-mod.el (octave-mode): Set comment-add.
601 (octave-mode-map): Use comment-dwim (bug#6829).
603 2010-08-12 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
605 * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
606 indentation of inserted comment.
608 2010-08-11 Jan Djärv <jan.h.d@swipnet.se>
610 * faces.el (region): Add type gtk that uses gtk colors.
612 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
613 Handle theme-name change.
615 2010-08-10 Michael R. Mauger <mmaug@yahoo.com>
617 * progmodes/sql.el: Version 2.5
618 (sql-product-alist): Add :prompt-cont-regexp property for several
620 (sql-prompt-cont-regexp): New variable.
621 (sql-output-newline-count, sql-output-by-send):
622 New variables. Record number of newlines in input text.
623 (sql-send-string): Handle multiple filters and count newlines.
624 (sql-send-magic-terminator): Count terminator newline.
625 (sql-interactive-remove-continuation-prompt): Filters output to
626 remove continuation prompts; one for each newline.
627 (sql-interactive-mode): Set up new variables, prompt regexp and
629 (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
630 (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
632 2010-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
634 * emacs-lisp/pcase.el: New file.
636 2010-08-10 Michael Albinus <michael.albinus@gmx.de>
638 * net/tramp.el (tramp-vc-registered-read-file-names): Read input
639 as here-document, otherwise the command could exceed maximum
640 length of command line.
641 (tramp-handle-vc-registered): Call script accordingly.
642 Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
644 2010-08-10 Kenichi Handa <handa@m17n.org>
646 * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
649 2010-08-09 Chong Yidong <cyd@stupidchicken.com>
651 * emacs-lisp/package.el (package-version-split)
652 (package--version-first-nonzero, package-version-compare):
654 (package-directory-list, package-load-all-descriptors)
655 (package--built-in, package-activate, define-package)
656 (package-installed-p, package-compute-transaction)
657 (package-read-all-archive-contents)
658 (package--add-to-archive-contents, package-buffer-info)
659 (package-tar-file-info, package-list-packages-internal):
660 Use version-to-list and version-list-*.
662 * emacs-lisp/package-x.el (package-upload-buffer-internal):
664 (package-upload-buffer-internal): Use version-list-<=.
666 2010-08-09 Kenichi Handa <handa@m17n.org>
668 * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
671 2010-08-08 Chong Yidong <cyd@stupidchicken.com>
673 * tutorial.el (tutorial--default-keys): C-d is now bound to
674 delete-forward-char (Bug#6826).
676 * mouse.el (mouse-drag-track): Remove accidentally-removed check
677 for `double' value of mouse-1-click-follows-link (Bug#6807).
679 2010-08-08 Johan Bockgård <bojohan@gnu.org>
681 * replace.el (replace-highlight): Bind isearch-forward and
682 isearch-error, ensuring that highlighting is updated if the user
683 switches the search direction (Bug#6808).
685 * isearch.el (isearch-lazy-highlight-forward): New var.
686 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
687 (isearch-lazy-highlight-update): Use it.
689 2010-08-08 Kenichi Handa <handa@m17n.org>
691 * international/mule.el (define-charset): Store NAME as :base property.
692 (ctext-non-standard-encodings-table): Pay attention to charset aliases.
693 (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
694 current priority. Force using the designation of the specific
695 charset by adding `charset' text property. Improve the whole algorithm.
697 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
699 * emulation/pc-select.el (pc-selection-mode-hook)
700 (copy-region-as-kill-nomark, beginning-of-buffer-mark)
701 (pc-selection-mode): Fix typos in docstrings.
703 2010-08-08 Kenichi Handa <handa@m17n.org>
705 * language/cyrillic.el: Don't add "microsoft-cp1251" to
706 ctext-non-standard-encodings-alist here.
708 * international/mule.el (ctext-non-standard-encodings-alist):
709 Add "koi8-r" and "microsoft-cp1251".
710 (ctext-standard-encodings): New variable.
711 (ctext-non-standard-encodings-table): List only elements for
712 non-standard encodings.
713 (ctext-pre-write-conversion): Adjust for the above change.
714 Check ctext-standard-encodings.
716 * international/mule-conf.el (compound-text): Doc fix.
717 (ctext-no-compositions): Doc fix.
718 (compound-text-with-extensions): Doc fix.
720 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
722 * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
724 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
726 * progmodes/which-func.el (which-func-format): Split help-echo text
727 into lines, like other mode-line tooltips.
729 * server.el (server-start): When using TCP sockets, force IPv4
730 and use a literal 127.0.0.1 for localhost. (Related to bug#6781.)
732 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
734 * bindings.el (complete-symbol): Run completion-at-point as a fallback.
736 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
738 * term.el (term-delimiter-argument-list): Reflow docstring.
739 (term-read-input-ring, term-write-input-ring, term-send-input)
740 (term-bol, term-erase-in-display, serial-supported-or-barf):
741 Fix typos in docstrings.
743 2010-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
745 * bindings.el (function-key-map): Add a S-tab => backtab fallback.
747 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
749 * dabbrev.el (dabbrev-completion): Fix typo in docstring.
751 2010-08-08 MON KEY <monkey@sandpframing.com> (tiny change)
753 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
754 Fix typo in docstring (bug#6747).
756 2010-08-08 Leo <sdl.web@gmail.com>
758 * eshell/esh-io.el (eshell-get-target): Better detection of
759 read-only file (Bug#6762).
761 2010-08-08 Juanma Barranquero <lekktu@gmail.com>
763 * align.el (align-default-spacing): Doc fix.
764 (align-region-heuristic, align-regexp): Fix typos in docstrings.
766 2010-08-08 Stephen Peters <speters@itasoftware.com>
768 * calendar/icalendar.el
769 (icalendar--split-value): Fixed splitting regexp. (Bug#6766)
770 (icalendar--get-weekday-numbers): New
771 (icalendar--convert-recurring-to-diary): Handle multiple byday
772 values in weekly rules. (Bug#6766)
774 2010-08-08 Ulf Jasper <ulf.jasper@web.de>
776 * calendar/icalendar.el (icalendar-uid-format): Doc fix.
777 (icalendar--create-uid, icalendar-export-region)
778 (icalendar--parse-summary-and-rest): Code formatting.
780 2010-08-08 Jay Belanger <jay.p.belanger@gmail.com>
782 * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
783 to italicize headers.
784 (calc-highlight-selections-with-faces): New variable.
785 (calc-selected-face, calc-nonselected-face): New faces.
787 * calc/calccomp.el (math-comp-highlight-string): Use
788 `calc-highlight-selections-with-faces' to determine how to highlight
791 * calc/calc-sel.el (calc-show-selections): Change message to when
792 using faces to highlight selections.
794 2010-08-07 Michael R. Mauger <mmaug@yahoo.com>
796 * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
797 Add SQLite 3 keywords, functions and datatypes.
798 (sql-interactive-mode): Remove `comint-process-echoes' set to t
801 2010-08-07 Chong Yidong <cyd@stupidchicken.com>
803 * simple.el (select-active-regions): Move to keyboard.c.
804 (deactivate-mark): Used saved-region-selection.
805 (select-active-region): Function removed.
806 (activate-mark, set-mark, push-mark-command)
807 (handle-shift-selection): Don't call it.
808 (keyboard-quit): Avoid adding the region to the window selection.
810 * mouse.el (mouse-drag-track): Remove hacks to deal with old
811 select-active-regions implementation.
812 (mouse-yank-at-click): Doc fix.
814 * cus-start.el: Add custom declaration for select-active-regions.
816 2010-08-07 Eli Zaretskii <eliz@gnu.org>
818 * simple.el (delete-forward-char): Doc fix.
820 * tutorial.el (help-with-tutorial): Hack safe file-local variables
821 after reading the tutorial.
823 2010-08-06 Alan Mackenzie <bug-cc-mode@gnu.org>
825 * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
826 for the case that a C style comment has its delimiters alone on
827 their respective lines.
829 2010-08-06 Michael Albinus <michael.albinus@gmx.de>
831 * net/tramp.el (tramp-handle-start-file-process): Set connection
833 (tramp-process-sentinel): Use it for flushing the cache. We
834 cannot do it via the process buffer, the buffer could be deleted
835 already when running the sentinel.
837 2010-08-06 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
839 * comint.el (comint-mode): Make directory tracking functions
840 functional on remote files. (Bug#6764)
842 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu>
844 * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
846 2010-08-05 Eli Zaretskii <eliz@gnu.org>
848 * emacs-lisp/find-gc.el (find-gc-source-files): Rename
849 unexec.c => unexcoff.c.
851 * emacs-lisp/authors.el (authors-fixed-entries): Rename
852 unexec.c => unexcoff.c.
854 2010-08-05 Michael Albinus <michael.albinus@gmx.de>
856 * net/tramp.el (tramp-handle-dired-uncache): Flush directory
857 cache, not only file cache.
858 (tramp-process-sentinel): New defun.
859 (tramp-handle-start-file-process): Use it, in order to invalidate
862 2010-08-03 Leo <sdl.web@gmail.com>
864 * server.el (server-start): Simplify loop.
866 2010-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
868 * frame.el (screen-height, screen-width, set-screen-width)
869 (set-screen-height): Remove ancient compatibility aliases.
871 * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
872 when justifying. It seems useless and harmful for ncols=1 (bug#6738).
874 * emacs-lisp/timer.el (timer-event-handler): Protect against timers
875 that change current buffer.
877 2010-08-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
879 * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
880 beginning of the string. Use `string-match-p'. (Bug#6765)
882 2010-08-01 Jan Djärv <jan.h.d@swipnet.se>
884 * cus-start.el (x-gtk-use-system-tooltips): New variable.
886 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
888 * emacs-lisp/package.el (package--list-packages): Fix column alignment.
889 (package--builtins): Tweak descriptions.
890 (package-print-package): Upcase descriptions if necessary.
891 Show all built-in packages in font-lock-builtin-face.
892 (package-list-packages-internal): Omit "emacs" package.
893 Show status of built-in packages as "built-in".
895 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
897 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
898 before killing to preserve the primary selection (Bug#6701).
900 * term/x-win.el (x-select-text): Doc fix.
902 2010-07-31 Nathaniel Flath <flat0103@gmail.com>
904 Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
905 The following functions were modified or created:
907 * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
908 (objc-font-lock-extra-types):
909 * progmodes/cc-mode.el (c-basic-common-init):
910 * progmodes/cc-langs.el (c-make-mode-syntax-table)
911 (c++-make-template-syntax-table)
912 (c-identifier-syntax-modifications, c-symbol-start, c-operators)
913 (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
914 (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
915 (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
916 * progmodes/cc-fonts.el (c-make-inverse-face)
917 (c-basic-matchers-after):
918 * progmodes/cc-engine.el (c-forward-keyword-clause)
919 (c-forward-<>-arglist, c-forward-<>-arglist-recur)
920 (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
921 (c-guess-continued-construct, c-guess-basic-syntax):
923 2010-07-31 Jan Djärv <jan.h.d@swipnet.se>
925 * faces.el (face-all-attributes): Improve documentation (Bug#6767).
927 2010-07-31 Eli Zaretskii <eliz@gnu.org>
929 * files.el (bidi-paragraph-direction): Define safe local values.
931 * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
932 language-info-alist. Remove outdated FIXME in a comment.
934 2010-07-31 Alan Mackenzie <acm@muc.de>
936 * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
937 Auto-fill broken in C/C++ modes.
939 2010-07-29 Jan Djärv <jan.h.d@swipnet.se>
941 * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
942 (menu-bar-showhide-tool-bar-menu-customize-disable)
943 (menu-bar-showhide-tool-bar-menu-customize-enable-right)
944 (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
945 (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
946 (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
947 make a menu for Options => toolbar that can move it.
949 2010-07-29 Chong Yidong <cyd@stupidchicken.com>
951 * emacs-lisp/package-x.el (package--make-rss-entry):
952 (package-maint-add-news-item, package--update-news)
953 (package-upload-buffer-internal): New arg ARCHIVE-URL.
955 * emacs-lisp/package.el (package-archive-url): Rename from
957 (package-install): Doc fix.
958 (package-download-single, package-download-tar, package-install)
959 (package-menu-view-commentary): Callers changed.
961 2010-07-29 Michael Albinus <michael.albinus@gmx.de>
963 * net/tramp.el (tramp-handle-start-file-process): Check only for
964 `remote-tty' process property.
965 (tramp-open-shell): Don't check for tty.
966 (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
969 * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
972 2010-07-28 Chong Yidong <cyd@stupidchicken.com>
974 * emacs-lisp/package.el (package-load-list, package-archives)
975 (package-archive-contents, package-user-dir)
976 (package-directory-list, package--builtins, package-alist)
977 (package-activated-list, package-obsolete-alist): Mark as risky.
979 2010-07-28 Phil Hagelberg <phil@evri.com>
981 Add support for non-default package repositories.
982 * emacs-lisp/package.el (package-archive-base): Var deleted.
983 (package-archives): New variable.
984 (package-archive-contents): Doc fix.
985 (package-load-descriptor): Do nothing if descriptor file is missing.
986 (package--write-file-no-coding): New function.
987 (package-unpack-single): Use it.
988 (package-archive-id): New function.
989 (package-download-single, package-download-tar)
990 (package-menu-view-commentary): Use it.
991 (package-installed-p): Make second argument optional.
992 (package-read-all-archive-contents): New function.
993 (package-initialize): Use it.
994 (package-read-archive-contents): Add ARCHIVE argument.
995 (package--add-to-archive-contents): New function.
996 (package-install): Don't call package-read-archive-contents.
997 (package--download-one-archive): Store archive file in a
998 subdirectory of package-user-dir.
999 (package-menu-execute): Remove spurious line movement.
1001 2010-07-28 Jan Djärv <jan.h.d@swipnet.se>
1003 * cus-start.el (tool-bar-style): Add text-image-horiz.
1005 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
1007 * progmodes/gud.el (gud-common-init): Check for remoteness of
1008 `file', and not of `default-directory'.
1010 2010-07-28 Michael Albinus <michael.albinus@gmx.de>
1012 * net/tramp.el (tramp-methods): Move hostname to the end in all
1013 ssh `tramp-login-args'.
1014 (tramp-verbose): Describe verbose level 9.
1015 (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
1016 (tramp-open-connection-setup-interactive-shell): Trace stty
1017 settings if `tramp-verbose' >= 9.
1018 (tramp-handle-start-file-process): Implement tty setting.
1019 (Bug#4604, Bug#6360)
1021 * net/tramp-cmds.el (tramp-bug): Recommend setting of
1022 `tramp-verbose' to 9.
1024 2010-07-27 Aaron S. Hawley <ashawley@burlingtontelecom.net>
1026 * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
1027 (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
1028 Remove references to package `lisp-re' (bug#4369).
1030 2010-07-27 Tom Tromey <tromey@redhat.com>
1032 * progmodes/js.el (js-mode):
1033 * progmodes/make-mode.el (makefile-mode):
1034 * progmodes/simula.el (simula-mode):
1035 * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
1037 2010-07-27 Juanma Barranquero <lekktu@gmail.com>
1039 * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
1041 * cedet/semantic/db-file.el (object-write): Fix typo in docstring.
1043 * time.el (display-time-day-and-date): Remove spurious * in docstring.
1044 (display-time-world-buffer-name, display-time-world-mode-map):
1045 Fix typos in docstrings.
1047 2010-07-27 Shyam Karanatt <shyam@swathanthran.in> (tiny change)
1049 * image-mode.el (image-display-size): New function.
1050 (image-forward-hscroll, image-next-line, image-eol, image-eob)
1051 (image-mode-fit-frame): Use it (Bug#6639).
1053 2010-07-27 Chong Yidong <cyd@stupidchicken.com>
1055 * dired.el (dired-buffers-for-dir): Handle list values of
1056 dired-directory (Bug#6636).
1058 2010-07-26 Sam Steingold <sds@gnu.org>
1060 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
1061 Do not call `x-get-selection' the second time, reuse the value.
1063 2010-07-26 Daiki Ueno <ueno@unixuser.org>
1065 * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
1066 which consist of control chars only. Suggested by Richard Stallman.
1068 2010-07-25 Daiki Ueno <ueno@unixuser.org>
1070 * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
1071 exists before passing an error to find-file-not-found-functions
1074 2010-07-23 Lukas Huonker <l.huonker@gmail.com>
1076 * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
1077 Remove leading nil element, adjust values.
1078 (tetris-shapes, tetris-shape-scores):
1079 Change representation of shapes and remove some redundancy.
1080 (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
1081 (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
1082 Adjust for working with new representation of shapes.
1083 (tetris-shape-rotations): New function.
1084 (tetris-move-bottom, tetris-move-left, tetris-move-right)
1085 (tetris-rotate-prev, tetris-rotate-next):
1086 Adjust for working with the new version of tetris-test-shape.
1088 2010-07-23 Markus Triska <markus.triska@gmx.at>
1090 * progmodes/ps-mode.el: Use comint (bug#5954).
1091 (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
1092 (ps-mode-other-newline): Simplify.
1093 (ps-run-mode): Derive from comint-mode instead of
1094 fundamental-mode, yielding input history etc.
1095 (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
1096 (ps-run-send-string): Adapt for comint-mode.
1097 (ps-run-newline): Remove now unneeded function.
1099 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
1101 * net/tramp.el (tramp-methods): Move hostname to the end in all
1102 plink `tramp-login-args'.
1104 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
1106 * net/tramp.el (tramp-open-shell): New defun.
1107 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1110 2010-07-23 Michael Albinus <michael.albinus@gmx.de>
1112 * net/tramp.el (tramp-file-name-regexp-unified)
1113 (tramp-completion-file-name-regexp-unified): On W32 systems, do
1114 not regard the volume letter as remote filename. (Bug#5447)
1116 2010-07-23 Juanma Barranquero <lekktu@gmail.com>
1118 * custom.el (custom-declare-variable): Give a clearer error message
1119 when the docstring is missing (bug#6476).
1121 2010-07-22 Michael R. Mauger <mmaug@yahoo.com>
1123 * progmodes/sql.el: Version 2.4. Improved Login prompting.
1124 (sql-login-params): New widget definition.
1125 (sql-oracle-login-params, sql-mysql-login-params)
1126 (sql-solid-login-params, sql-sybase-login-params)
1127 (sql-informix-login-params, sql-ingres-login-params)
1128 (sql-ms-login-params, sql-postgres-login-params)
1129 (sql-interbase-login-params, sql-db2-login-params)
1130 (sql-linter-login-params): Use it.
1131 (sql-sqlite-login-params): Use it; Define "database" parameter as
1133 (sql-sqlite-program): Change to "sqlite3".
1134 (sql-comint-sqlite): Make sure database name is complete.
1135 (sql-for-each-login): New function.
1136 (sql-connect, sql-save-connection): Use it.
1137 (sql-get-login-ext): New function.
1138 (sql-get-login): Use it.
1139 (sql-make-alternate-buffer-name): Handle :file parameters.
1141 2010-07-22 Juanma Barranquero <lekktu@gmail.com>
1143 * dired.el (dired-no-confirm): Document value t and fix defcustom to
1144 accept it (bug#6597). Suggested by Drew Adams <drew.adams@oracle.com>.
1146 2010-07-22 Teemu Likonen <tlikonen@iki.fi> (tiny change)
1148 * dired.el (dired-mode-map): Use command remapping (bug#6632).
1150 2010-07-22 Lawrence Mitchell <wence@gmx.li>
1152 * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
1154 2010-07-21 Michael Albinus <michael.albinus@gmx.de>
1156 * net/tramp.el (tramp-get-ls-command)
1157 (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
1160 2010-07-20 Michael R. Mauger <mmaug@yahoo.com>
1162 * progmodes/sql.el: Version 2.3.
1163 (sql-connection-alist): Changed keys from symbols to strings;
1164 enhanced the widget definition.
1165 (sql-mode-menu): Added submenu to select connections.
1166 (sql-interactive-mode-menu): Added "Save Connection" item.
1167 (sql-add-product): Fixed menu item.
1168 (sql-get-product-feature): Improved error handling.
1169 (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
1170 (sql-make-alternate-buffer-name): Simplified.
1171 (sql-product-interactive): Handle missing product.
1172 (sql-connect): Support string keys, minor improvements.
1173 (sql-save-connection): New function.
1174 (sql-connection-menu-filter): New function.
1176 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
1178 * net/tramp.el (tramp-file-name-handler): Trace 'quit.
1179 (tramp-open-connection-setup-interactive-shell): Apply
1180 workaround for IRIX64 bug. Move argument of last
1181 `tramp-send-command' where it belongs to.
1183 2010-07-20 Michael Albinus <michael.albinus@gmx.de>
1185 * net/tramp.el (tramp-perl-file-attributes)
1186 (tramp-perl-directory-files-and-attributes): Don't pass "$3".
1187 (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
1188 front of `login-args'.
1190 2010-07-19 Juanma Barranquero <lekktu@gmail.com>
1192 * time.el (display-time-world-mode): Define with `define-derived-mode'.
1193 Set `show-trailing-whitespace' to nil.
1194 (display-time-world-display): Simplify.
1196 2010-07-18 Alan Mackenzie <acm@muc.de>
1198 Enhance `c-file-style' in file/directory local variables.
1199 * progmodes/cc-mode.el (c-count-cfss): New function.
1200 (c-before-hack-hook): Call `c-set-style' differently according to
1201 whether c-file-style was set in file or directory local
1204 2010-07-18 Michael R. Mauger <mmaug@yahoo.com>
1206 * progmodes/sql.el: Version 2.2.
1207 (sql-product, sql-user, sql-database, sql-server, sql-port): Use
1208 defcustom :safe keyword rather than putting safe-local-variable
1210 (sql-password): Use defcustom :risky keyword rather than putting
1211 risky-local-variable property.
1212 (sql-oracle-login-params, sql-sqlite-login-params)
1213 (sql-solid-login-params, sql-sybase-login-params)
1214 (sql-informix-login-params, sql-ingres-login-params)
1215 (sql-ms-login-params, sql-postgres-login-params)
1216 (sql-interbase-login-params, sql-db2-login-params)
1217 (sql-linter-login-params): Add `port' option.
1218 (sql-get-product-feature): Added NO-INDIRECT parameter.
1219 (sql-comint-oracle, sql-comint-sybase)
1220 (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
1221 (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
1222 (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
1223 (sql-comint-linter): Renamed sql-connect-* functions to
1225 (sql-product-alist, sql-mode-menu): Renamed as above and
1226 :sqli-connect-func to :sqli-comint-func.
1227 (sql-connection): New variable.
1228 (sql-interactive-mode): Set it.
1229 (sql-connection-alist): New variable.
1230 (sql-connect): New function.
1231 (sql--alt-buffer-part, sql--alt-if-not-empty)
1232 (sql-make-alternate-buffer-name): Improved alternative buffer name.
1234 2010-07-17 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1236 * image-mode.el (image-bookmark-make-record): Do not set context
1237 in an image (Bug#6650).
1239 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
1241 * simple.el (select-active-region): New function.
1242 (push-mark-command, set-mark, activate-mark)
1243 (handle-shift-selection): Use it.
1244 (deactivate-mark): Don't check for size of region.
1246 * mouse.el (mouse-drag-track): Use select-active-region.
1248 2010-07-17 Michael Albinus <michael.albinus@gmx.de>
1250 * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
1253 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
1255 * term/x-win.el (x-select-enable-primary): Change default to nil.
1256 (x-select-enable-clipboard): Add :version keyword.
1258 * mouse.el (mouse-drag-copy-region):
1259 * simple.el (select-active-regions): Likewise.
1261 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
1263 * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
1264 (vc-coding-system-for-diff): Use it to decide whether to inherit
1265 from the file the EOL format for reading the diffs of that file.
1268 2010-07-16 Eli Zaretskii <eliz@gnu.org>
1270 * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
1271 unibyte, so compressed attachments are not compressed again.
1273 2010-07-16 Michael Albinus <michael.albinus@gmx.de>
1275 * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
1276 "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
1277 (tramp-find-shell): Simplify setting connection property.
1278 (tramp-get-ls-command): Make test for "--color=never" stronger.
1280 2010-07-15 Simon South <ssouth@member.fsf.org>
1282 * progmodes/delphi.el (delphi-previous-indent-of): Indent case
1283 blocks within record declarations (i.e. variant parts) correctly.
1285 2010-07-15 Simon South <ssouth@member.fsf.org>
1287 * progmodes/delphi.el (delphi-token-at): Give newlines precedence
1288 over literal tokens when parsing so newlines aren't "absorbed" by
1289 single-line comments. Corrects the indentation of case blocks
1290 that have a comment on the first line.
1292 2010-07-14 Karl Fogel <kfogel@red-bean.com>
1294 * bookmark.el (bookmark-load-hook): Fix doc string as suggested
1295 by Drew Adams (Bug#5504).
1297 2010-07-14 Jan Djärv <jan.h.d@swipnet.se>
1299 * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
1300 now that Unicode is used (Bug#6594).
1302 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
1304 * term/x-win.el (x-select-enable-clipboard): Default to t.
1305 (x-initialize-window-system): Don't overwrite Paste menu item.
1307 * simple.el (select-active-regions): Default to t.
1308 (push-mark-command): Don't overwrite primary with empty string.
1310 * mouse.el: Bind mouse-2 to mouse-yank-primary.
1311 (mouse-drag-copy-region): Default to nil.
1313 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
1314 Cut/Copy/Paste menu bar items.
1316 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1318 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
1319 Patch applied by Karl Fogel.
1321 * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
1322 and `bookmark-current-buffer' if they have been already set in
1323 another buffer (e.g gnus-art).
1325 2010-07-13 Karl Fogel <kfogel@red-bean.com>
1326 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1328 Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
1330 * bookmark.el (bookmark-make-record-default): Allow unneeded
1331 information to be omitted from the record.
1333 Adjust declarations and calls:
1335 * info.el (bookmark-make-record-default): Adjust declaration.
1336 (Info-bookmark-make-record): Adjust call.
1338 * woman.el (bookmark-make-record-default): Adjust declaration.
1339 (woman-bookmark-make-record): Adjust call.
1341 * man.el (bookmark-make-record-default): Adjust declaration.
1342 (Man-bookmark-make-record): Adjust call.
1344 * image-mode.el (bookmark-make-record-default): Adjust declaration.
1346 * doc-view.el (bookmark-make-record-default): Adjust declaration.
1348 2010-07-13 Karl Fogel <kfogel@red-bean.com>
1350 * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
1351 This is also from Thierry Volpiatto's patch in bug #6444. However,
1352 because it was extraneous to the functional change in that patch,
1353 and causes a re-indendation, I am committing it separately.
1355 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1357 * bookmark.el (bookmark-show-annotation): Ensure annotations show,
1358 e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
1359 Patch applied by Karl Fogel (Bug#6444).
1361 2010-07-13 Chong Yidong <cyd@stupidchicken.com>
1363 * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
1365 2010-07-13 Adrian Robert <Adrian.B.Robert@gmail.com>
1367 * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
1368 Dempsky; bug#5084). Remove incorrect binding for S-tab.
1369 (ns-alternatives-map): Change S-tab binding to backtab
1372 * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
1375 2010-07-12 Andreas Schwab <schwab@linux-m68k.org>
1377 * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
1380 * language/tv-util.el (tai-viet-re): Remove format.
1382 2010-07-12 Kenichi Handa <handa@m17n.org>
1384 * language/hebrew.el: Remove no-byte-compile declaration.
1385 Change coding: tag to utf-8. Register hebrew-shape-gstring in
1386 composition-function-table for 3-character looking back.
1387 (hebrew-font-get-precomposed): New function.
1388 (hebrew-shape-gstring): Utilize precomposed glyphs if available.
1390 2010-07-11 Chong Yidong <cyd@stupidchicken.com>
1392 * mouse.el (mouse-drag-track): Handle select-active-regions
1395 2010-07-11 Magnus Henoch <magnus.henoch@gmail.com>
1397 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
1398 empty argument to gvfs-copy.
1400 2010-07-10 Glenn Morris <rgm@gnu.org>
1402 * calendar/calendar.el (calendar-week-end-day): New function.
1403 * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
1404 Respect calendar-week-start-day. (Bug#6606)
1405 (cal-tex-insert-day-names, cal-tex-insert-blank-days)
1406 (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
1407 (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
1408 respect calendar-week-start-day.
1410 2010-07-10 Chong Yidong <cyd@stupidchicken.com>
1412 * simple.el (use-region-p): Doc fix (Bug#6607).
1414 2010-07-10 Aleksei Gusev <aleksei.gusev@gmail.com> (tiny change)
1416 * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
1417 regexps for cucumber and ruby.
1419 2010-07-08 Daiki Ueno <ueno@unixuser.org>
1421 * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
1422 (epa-file-insert-file-contents): Hack to prevent
1423 find-file from opening empty buffer when decryption failed
1426 2010-07-07 Agustín Martín <agustin.martin@hispalinux.es>
1428 * textmodes/ispell.el (ispell-alternate-dictionary):
1429 Use file-readable-p.
1430 Return nil if no word-list is found at default locations.
1431 (ispell-complete-word-dict): Default to nil.
1432 (ispell-command-loop): Use 'word-list' when using lookup-words.
1433 (lookup-words): Use ispell-complete-word-dict or
1434 ispell-alternate-dictionary. Check for word-list availability
1435 and handle errors if needed with better messages (Bug#6539).
1436 (ispell-complete-word): Use ispell-complete-word-dict or
1437 ispell-alternate-dictionary.
1439 2010-07-07 Christoph Scholtes <cschol2112@gmail.com>
1441 * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
1442 builtins (BufferError, BytesWarning, WindowsError; callables
1443 bin, bytearray, bytes, format, memoryview, next, print; __package__).
1445 2010-07-07 Glenn Morris <rgm@gnu.org>
1447 * play/zone.el (top-level): Do not require timer, tabify, or cl.
1448 (zone-shift-left): Ignore intangibility, and any errors from
1450 (zone-shift-right): Remove no-op end-of-line. Ignore intangibility.
1451 (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
1452 deleting, and copying text properties.
1453 (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
1454 (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
1455 to point-max is hard.
1456 (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
1457 (zone-fill-out-screen): Ignore intangibility.
1459 2010-07-05 Chong Yidong <cyd@stupidchicken.com>
1461 * menu-bar.el (menu-bar-mode):
1462 * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
1465 * mouse.el (mouse-drag-track): Call mouse-start-end to handle
1466 word/line selection (Bug#6565).
1468 2010-07-04 Juanma Barranquero <lekktu@gmail.com>
1470 * net/dbus.el (dbus-send-signal): Declare function.
1472 2010-07-04 Michael Albinus <michael.albinus@gmx.de>
1474 * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
1475 (dbus-register-property): New optional argument EMITS-SIGNAL.
1476 (dbus-property-handler): Send signal "PropertiesChanged" if requested.
1478 2010-07-03 Chong Yidong <cyd@stupidchicken.com>
1480 * mouse.el (mouse-drag-overlay): Variable deleted.
1481 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
1482 (mouse--remap-link-click-p): New function.
1483 (mouse-drag-track): Handle dragging by using temporary Transient
1484 Mark mode, instead of a special overlay.
1485 (mouse-kill-ring-save, mouse-save-then-kill): Don't call
1488 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
1491 2010-07-02 Juri Linkov <juri@jurta.org>
1493 * autoinsert.el (auto-insert-alist): Fix readability
1494 by using dotted pair notation for lambda.
1496 2010-07-02 Juri Linkov <juri@jurta.org>
1498 * faces.el (read-face-name): Rename arg `string-describing-default'
1499 to `default'. Doc fix. Display the default value in quotes
1500 in the prompt. With empty input, return the `default' arg,
1501 unless the default value is a string (in which case return nil).
1502 (describe-face): Replace the string `default' arg of `read-face-name'
1503 with the symbol `default'.
1505 2010-07-02 Chong Yidong <cyd@stupidchicken.com>
1507 * emulation/viper-cmd.el (viper-delete-backward-char)
1508 (viper-del-backward-char-in-insert)
1509 (viper-del-backward-char-in-replace, viper-change)
1510 (viper-backward-indent): Replace delete-backward-char with
1511 delete-char (Bug#6552).
1513 2010-07-01 Chong Yidong <cyd@stupidchicken.com>
1515 * ruler-mode.el (ruler--save-header-line-format): Fix typos.
1517 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1519 * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
1520 argument passed to frame-creation-function (Bug#5378).
1522 * faces.el (x-handle-named-frame-geometry)
1523 (x-handle-reverse-video, x-create-frame-with-faces)
1524 (face-set-after-frame-default, tty-create-frame-with-faces): Don't
1525 separately consult default-frame-alist. It is now passed as the
1528 2010-06-30 Andreas Schwab <schwab@linux-m68k.org>
1530 * startup.el (command-line): Don't call tool-bar-setup in a
1533 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1535 * ruler-mode.el (ruler--save-header-line-format): New fun.
1536 (ruler-mode): Use it as a setter function, so as not to overwrite
1537 ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
1539 2010-06-29 Chong Yidong <cyd@stupidchicken.com>
1541 * vc/vc.el (vc-deduce-backend): New fun. Handle diff buffers.
1542 (vc-root-diff, vc-print-root-log, vc-log-incoming)
1543 (vc-log-outgoing): Use it.
1544 (vc-diff-internal): Set diff-vc-backend.
1546 * vc/diff-mode.el (diff-vc-backend): New var.
1548 2010-06-28 Jan Djärv <jan.h.d@swipnet.se>
1550 * dynamic-setting.el (font-setting-change-default-font): Remove
1553 2010-06-28 Kenichi Handa <handa@m17n.org>
1555 * international/quail.el (quail-insert-kbd-layout): Fix the
1556 showing of untranslated characters.
1558 2010-06-28 Chong Yidong <cyd@stupidchicken.com>
1560 * simple.el (delete-active-region): New option.
1561 (delete-backward-char): Implement in Lisp.
1562 (delete-forward-char): New command.
1564 * mouse.el (mouse-region-delete-keys): Deleted.
1565 (mouse-show-mark): Simplify.
1567 * bindings.el (global-map): Bind delete and DEL, the former to
1568 delete-forward-char.
1570 2010-06-27 Lennart Borgman <lennart.borgman@gmail.com>
1572 * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
1573 (ruby-mode): Bind indent-line-function (Bug#5119).
1575 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
1577 * startup.el (command-line): Recognize "0" X resource value.
1579 2010-06-27 Chong Yidong <cyd@stupidchicken.com>
1581 * startup.el (command-line): Use X resources to set the value of
1582 menu-bar-mode and tool-bar-mode, before calling frame-initialize.
1584 * menu-bar.el (menu-bar-mode):
1585 * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
1586 Set init-value to t.
1588 * frame.el (frame-notice-user-settings): Don't change
1589 default-frame-alist based on menu-bar-mode and tool-bar-mode, or
1590 vice versa (Bug#2249).
1592 2010-06-26 Eli Zaretskii <eliz@gnu.org>
1594 * w32-fns.el (w32-convert-standard-filename): Doc fix.
1596 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es>
1598 * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
1599 Make sure `flyspell-word' re-checks word after function run (Bug#6504).
1601 * textmodes/ispell.el (ispell-init-process): Make sure ispell and
1602 default directories are expanded (Bug#6143).
1604 2010-06-24 Juri Linkov <juri@jurta.org>
1606 * minibuffer.el (completions-format): Change default from nil to
1607 `horizontal'. Remove `nil' value from :type. Doc fix. (Bug#6459)
1609 2010-06-24 Juri Linkov <juri@jurta.org>
1611 * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
1612 buffer-locally to lambda that re-runs the vc diff command.
1615 2010-06-24 Chong Yidong <cyd@stupidchicken.com>
1617 * kmacro.el (kmacro-call-macro): Don't issue hint message if the
1618 echo area is in use (Bug#3412).
1620 2010-06-22 Glenn Morris <rgm@gnu.org>
1622 * textmodes/texinfmt.el (texinfo-format-region)
1623 (texinfo-raise-lower-sections, texinfo-format-separate-node)
1624 (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
1625 (texinfo-format-option, texinfo-noindent):
1626 Use line-beginning-position and line-end-position.
1628 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
1629 * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
1630 * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
1633 2010-06-21 Karl Fogel <kfogel@red-bean.com>
1635 * play/zone.el (zone-fall-through-ws): Fix next-line ->
1636 forward-line fallout.
1638 2010-07-06 Chong Yidong <cyd@stupidchicken.com>
1640 * mouse.el (mouse-appearance-menu): Add docstring.
1642 * help.el (describe-key): Print up-event using key-description.
1644 2010-07-03 Michael Albinus <michael.albinus@gmx.de>
1646 * net/zeroconf.el (zeroconf-resolve-service)
1647 (zeroconf-service-resolver-handler): Use
1648 `dbus-byte-array-to-string'.
1649 (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
1651 2010-07-03 Jan Moringen <jan.moringen@uni-bielefeld.de>
1653 * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
1655 2010-06-30 Dan Nicolaescu <dann@ics.uci.edu>
1657 Avoid displaying files with a nil state in vc-dir.
1658 * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
1659 cases that cause insertion.
1660 (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
1663 2010-06-30 Chong Yidong <cyd@stupidchicken.com>
1665 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
1667 2010-06-29 Leo <sdl.web@gmail.com>
1669 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
1671 2010-06-27 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
1673 * generic-x.el (bat-generic-mode): Fix regexp for command line
1674 switches (Bug#5719).
1676 2010-06-27 Masatake YAMATO <yamato@redhat.com>
1678 * htmlfontify.el (hfy-face-attr-for-class): Use append instead
1679 of nconc to avoid pure storage error (Bug#6239).
1681 2010-06-27 Christoph <cschol2112@googlemail.com> (tiny change)
1683 * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
1684 (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
1685 bindings of bookmark-automatically-show-annotations (Bug#6515).
1687 2010-06-25 Eli Zaretskii <eliz@gnu.org>
1689 * arc-mode.el (archive-zip-extract): Don't quote the file name on
1690 MS-Windows and MS-DOS. (Bug#6467, Bug#6144)
1692 2010-06-24 Štěpán Němec <stepnem@gmail.com> (tiny change)
1694 * comint.el (make-comint, make-comint-in-buffer): Mention return
1695 value in the docstrings. (Bug#6498)
1697 2010-06-24 Yoni Rabkin <yoni@rabkins.net>
1699 * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
1700 since it is not present when using some non-default switches.
1702 2010-06-23 Karl Fogel <kfogel@red-bean.com>
1704 * simple.el (compose-mail): Fix doc string to refer to
1705 `compose-mail-user-agent-warnings', instead of to the
1706 nonexistent `compose-mail-check-user-agent'.
1708 2010-06-21 Alan Mackenzie <bug-cc-mode@gnu.org>
1710 Fix an indentation bug:
1712 * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
1713 (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
1716 * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
1717 (c-clear->-pair-props-if-match-before): now return t when they've
1718 cleared properties, nil otherwise.
1719 (c-before-change-check-<>-operators): Set c-new-beg/end correctly
1720 by taking account of the existing value.
1722 * progmodes/cc-defs.el
1723 (c-clear-char-property-with-value-function): Fix this to clear the
1724 property rather than overwriting it with nil.
1726 2010-06-20 Chong Yidong <cyd@stupidchicken.com>
1728 * emacs-lisp/package.el (package-print-package): Add link to
1729 package description via describe-package.
1730 (describe-package-1): List package requirements. Add button to
1731 perform installation.
1732 (package-menu-describe-package): New command.
1734 * help-mode.el (help-package): New button type.
1736 2010-06-19 Chong Yidong <cyd@stupidchicken.com>
1738 * emacs-lisp/package.el: Move package-list-packages binding to
1740 (describe-package, describe-package-1, package--dir): New funs.
1741 (package-activate-1): Use package--dir.
1743 * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
1745 * help-mode.el (help-package-def): New button type.
1747 * menu-bar.el: Move package-list-packages binding here from
1750 2010-06-19 Gustav Hållberg <gustav@gmail.com> (tiny change)
1752 * descr-text.el (describe-char): Avoid trailing whitespace. (Bug#6423)
1754 2010-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
1756 * emacs-lisp/edebug.el (edebug-read-list):
1757 Phase out old-style backquotes.
1759 2010-06-17 Juri Linkov <juri@jurta.org>
1761 * help-mode.el (help-mode): Set buffer-local variable
1762 revert-buffer-function to help-mode-revert-buffer.
1763 (help-mode-revert-buffer): New function.
1765 * info.el (Info-revert-find-node): Check for major-mode Info-mode
1766 before popping to "*info*" (like in other Info functions).
1767 Keep buffer-name in old-buffer-name. Keep Info-history-forward in
1768 old-history-forward. Pop to old-buffer-name or "*info*" to
1769 recreate the killed buffer. Set Info-history-forward from
1770 old-history-forward.
1771 (Info-breadcrumbs-depth): Add :group and :version.
1773 2010-06-17 Dan Nicolaescu <dann@ics.uci.edu>
1775 * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
1777 2010-06-17 Agustín Martín <agustin.martin@hispalinux.es>
1779 * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
1780 for languages like Portuguese with pt_{BR,PT} and no plain pt.
1782 2010-06-17 Juanma Barranquero <lekktu@gmail.com>
1784 * emacs-lisp/package.el (package-menu-mode-map):
1785 Move initialization into declaration.
1787 * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
1789 2010-06-17 Chong Yidong <cyd@stupidchicken.com>
1791 * emacs-lisp/package.el (package-archive-base): Point to
1793 (package-enable, package-load-list): New defcustoms.
1794 (package-user-dir, package-directory-list): Turn into defcustoms.
1795 Don't include package-user-dir in package-directory-list.
1796 (package--builtins-base): Don't include Emacs as a "package".
1797 (package-subdirectory-regexp): New var.
1798 (package-load-all-descriptors, package-compute-transaction)
1799 (package-download-transaction): Obey package-load-list.
1800 (package-activate-1): Rename from package-do-activate.
1801 (package-list-packages-internal): Check package-load-list.
1802 (package-load-descriptor, package-generate-autoloads)
1803 (package-unpack, package-unpack-single)
1804 (package--read-archive-file, package-delete): Use
1807 * emacs-lisp/package-x.el: New file. Package uploading
1808 functionality split out from package.el.
1810 * startup.el (command-line): Load packages after reading init
1813 2010-06-17 Tom Tromey <tromey@redhat.com>
1815 * emacs-lisp/package.el: New file.
1817 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1819 Fix vc-annotate for renamed files when using Git.
1820 * vc-git.el (vc-git-find-revision): Deal with empty results from
1821 ls-files. Doe not pass the object as a file name to cat-file, it
1823 (vc-git-annotate-command): Pass the file name using -- to avoid
1824 ambiguity with the revision.
1825 (vc-git-previous-revision): Pass a relative file name.
1827 2010-06-22 Glenn Morris <rgm@gnu.org>
1829 * progmodes/js.el (js-mode-map): Use standard capitalization and
1830 ellipses for menu entries.
1832 * wid-edit.el (widget-complete): Doc fix.
1834 2010-06-22 Jürgen Hötzel <juergen@hoetzel.info> (tiny change)
1836 * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
1838 2010-06-22 Dan Nicolaescu <dann@ics.uci.edu>
1840 Fix annotating other revisions for renamed files in vc-annotate.
1841 * vc-annotate.el (vc-annotate): Add an optional argument for the
1842 VC backend. Use it when non-nil.
1843 (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
1846 Fix vc-annotate-show-changeset-diff-revision-at-line for git.
1847 * vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
1848 Do not pass the file name to the 'previous-revision call when we
1849 don't want a file diff. (Bug#6489)
1851 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1853 Fix finding revisions for renamed files in vc-annotate.
1854 * vc.el (vc-find-revision): Add an optional argument for
1855 the VC backend. Use it when non-nil.
1856 * vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
1857 backend to vc-find-revision. (Bug#6487)
1859 2010-06-21 Dan Nicolaescu <dann@ics.uci.edu>
1861 Fix reading file names in Git annotate buffers.
1862 * vc-git.el (vc-git-annotate-extract-revision-at-line): Remove
1863 trailing whitespace. Suggested by Eric Hanchrow. (Bug#6481)
1865 2010-06-20 Alan Mackenzie <acm@muc.de>
1867 * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
1868 in file local variables, set it first.
1870 2010-06-19 Glenn Morris <rgm@gnu.org>
1872 * descr-text.el (describe-char-unicode-data): Insert separating
1873 space when needed. (Bug#6422)
1875 * progmodes/idlwave.el (idlwave-action-and-binding):
1876 Fix typo in 2009-12-03 change. (Bug#6450)
1878 2010-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
1880 * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
1881 handling for `lambda' (misunderstanding).
1883 2010-06-16 Jay Belanger <jay.p.belanger@gmail.com>
1885 * calc/calc-poly.el (math-accum-factors): Make sure that
1886 constants aren't distributed after they are factored out.
1888 2010-06-16 Juri Linkov <juri@jurta.org>
1890 * facemenu.el (list-colors-display): Call `pop-to-buffer' before
1891 `list-colors-print'. (Bug#6332)
1893 * subr.el (read-quoted-char): Fix up last change (bug#6290).
1895 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1897 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
1898 specially, since it's a macro. Fix up wrong hint passed to maybe-cons.
1900 * font-lock.el (font-lock-major-mode): Rename from
1901 font-lock-mode-major-mode to distinguish it from
1902 global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
1903 (font-lock-set-defaults):
1904 * font-core.el (font-lock-default-function): Adjust users.
1905 (font-lock-mode): Don't set it at all.
1907 2010-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
1909 * vc-annotate.el (vc-annotate): Use vc-read-revision.
1911 2010-06-16 Glenn Morris <rgm@gnu.org>
1913 * calendar/appt.el (appt-time-msg-list): Doc fix.
1914 (appt-check): Let-bind appt-warn-time.
1915 (appt-add): Make the 3rd argument optional.
1916 Simplify argument names. Doc fix. Check for integer WARNTIME.
1917 Only add WARNTIME to the output list if non-nil.
1919 2010-06-16 Ivan Kanis <apple@kanis.eu>
1921 * calendar/appt.el (appt-check): Let the 3rd element of
1922 appt-time-msg-list specify the warning time.
1923 (appt-add): Add new argument with the warning time. (Bug#5176)
1925 2010-06-16 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1927 * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
1928 older than version 1.6. (Bug#6361)
1930 2010-06-16 Helmut Eller <eller.helmut@gmail.com>
1932 * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
1933 used by cl-do-arglist. (Bug#6408)
1935 2010-06-16 Agustín Martín <agustin.martin@hispalinux.es>
1937 * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
1938 portuguese casechars/not-casechars for missing 'çÇ'.
1939 Suggested by Rolando Pereira (bug#6434).
1941 2010-06-15 Juanma Barranquero <lekktu@gmail.com>
1943 * facemenu.el (list-colors-sort): Doc fix.
1945 2010-06-15 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1947 * progmodes/sql.el (sql-connect-mysql): Fix typo.
1949 2010-06-14 Juri Linkov <juri@jurta.org>
1951 Add sort option `list-colors-sort'. (Bug#6332)
1952 * facemenu.el (color-rgb-to-hsv): New function.
1953 (list-colors-sort): New defcustom.
1954 (list-colors-sort-key): New function.
1955 (list-colors-display): Doc fix. Sort list according to the option
1957 (list-colors-print): Add HSV values to `help-echo' property of
1960 2010-06-14 Juri Linkov <juri@jurta.org>
1962 * compare-w.el: Move to the "vc" subdirectory.
1964 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1966 * image-mode.el (image-mode-map): Remap left-char and right-char.
1968 * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
1970 2010-06-12 Chong Yidong <cyd@stupidchicken.com>
1972 * term/common-win.el (x-colors): Add all the color names defined
1973 in rgb.txt (Bug#6332).
1975 * facemenu.el (list-colors-print): Don't print extra names if it
1976 will overflow the window width.
1978 * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
1981 2010-06-12 Eli Zaretskii <eliz@gnu.org>
1983 * files.el (make-directory): Doc fix (bug#6396).
1985 2010-06-12 Michael Albinus <michael.albinus@gmx.de>
1987 * net/tramp.el (tramp-remote-process-environment): Protect version
1988 string by apostroph.
1989 (tramp-shell-prompt-pattern): Do not use a shy group in case of
1991 (tramp-file-name-for-operation): Add `call-process-region'.
1992 (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
1994 * net/tramp-compat.el (top): Do not autoload
1995 `tramp-handle-file-remote-p'. Load tramp-util.el and tramp-vc.el
1996 only when `start-file-process' is not bound.
1997 (tramp-advice-file-expand-wildcards): Do not use
1998 `tramp-handle-file-remote-p'.
1999 (tramp-compat-make-temp-file): Handle the case, that
2000 `make-temp-file' has no third argument EXTENSION.
2002 2010-06-11 Juanma Barranquero <lekktu@gmail.com>
2004 * makefile.w32-in (WINS_BASIC): Include new directory vc.
2006 * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
2008 2010-06-11 Juri Linkov <juri@jurta.org>
2010 * finder.el (finder-known-keywords): Add keyword "vc"
2011 for version control.
2013 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
2014 * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
2015 * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
2016 * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
2018 2010-06-11 Juri Linkov <juri@jurta.org>
2020 Move version control related files to the "vc" subdirectory.
2021 * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
2022 * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
2023 * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
2024 * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
2025 * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
2026 * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
2027 * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
2028 * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
2029 Move files to the "vc" subdirectory.
2031 2010-06-11 Chong Yidong <cyd@stupidchicken.com>
2033 * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
2036 2010-06-11 Stephen Eglen <stephen@gnu.org>
2038 * shell.el: Bind `shell-resync-dirs' to M-RET.
2040 2010-06-10 Michael Albinus <michael.albinus@gmx.de>
2042 * notifications.el: Move file from lisp/net, because it is
2043 supposed to talk locally to the user.
2045 2010-06-10 Julien Danjou <julien@danjou.info>
2047 * net/notifications.el (notifications-on-action-signal)
2048 (notifications-on-closed-signal): Pass notification id as first
2049 argument to the callback functions. Add docstrings.
2050 (notifications-notify): Fix docstring.
2052 2010-06-10 Glenn Morris <rgm@gnu.org>
2054 * emacs-lisp/authors.el (authors-ignored-files)
2055 (authors-valid-file-names): Add some files.
2057 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2059 * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
2060 merge conflict, giving preference to the emacs-23 version of the code.
2062 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2064 * emacs-lisp/advice.el (ad-compile-function):
2065 Define warning-suppress-types before we let-bind it (bug#6275).
2067 * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
2068 declare it, make it buffer-local and permanent-local (bug#6324).
2069 (vc-resynch-window): Adjust name.
2070 * vc-hooks.el (vc-find-file-hook): Adjust name.
2072 2010-06-09 Michael Albinus <michael.albinus@gmx.de>
2074 * net/notifications.el (notifications-notify): Fix docstring.
2076 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
2078 Update to Unicode 6.0.0 beta.
2079 * international/charprop.el: Update copyright.
2080 * international/mule-cmds.el (ucs-names): Update character ranges.
2081 * international/uni-bidi.el:
2082 * international/uni-category.el:
2083 * international/uni-combining.el:
2084 * international/uni-comment.el:
2085 * international/uni-decimal.el:
2086 * international/uni-decomposition.el:
2087 * international/uni-digit.el:
2088 * international/uni-lowercase.el:
2089 * international/uni-mirrored.el:
2090 * international/uni-name.el:
2091 * international/uni-numeric.el:
2092 * international/uni-old-name.el:
2093 * international/uni-titlecase.el:
2094 * international/uni-uppercase.el: Regenerate.
2096 2010-06-09 Juanma Barranquero <lekktu@gmail.com>
2098 * emacs-lisp/smie.el (comment-string-strip): Declare function.
2099 (smie-precs-precedence-table): Fix typo in docstring.
2101 * vc-mtn.el (log-edit-extract-headers): Declare function.
2103 * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
2105 * net/notifications.el (dbus-register-signal): Declare function.
2106 (notifications-notify): Fix typos and reflow docstring.
2108 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
2110 Improve VC create/retrieve tag/branch.
2111 * vc.el (vc-create-tag): Do not read the directory name for VCs
2112 with repository revision granularity. Adjust the tag/branch
2113 prompt. Reset VC properties.
2114 (vc-retrieve-tag): Do not read the directory name for VCs
2115 with repository revision granularity. Reset VC properties.
2117 2010-06-09 Julien Danjou <julien@danjou.info>
2119 * net/notifications.el: New file.
2121 2010-06-09 Dan Nicolaescu <dann@ics.uci.edu>
2123 Add optional support for resetting VC properties.
2124 * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
2125 call vc-file-clearprops when true.
2126 (vc-resynch-buffer): Add new optional argument, pass it down.
2127 (vc-resynch-buffers-in-directory): Likewise.
2129 Improve support for special markup in the VC commit message.
2130 * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
2131 * vc-hg.el (vc-hg-checkin): Add support for Date:.
2132 * vc-git.el (vc-git-checkin):
2133 * vc-bzr.el (vc-bzr-checkin): Likewise.
2135 2010-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2137 * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
2138 can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
2140 2010-06-07 Martin Pohlack <mp26@os.inf.tu-dresden.de>
2142 * iimage.el: Remove images as soon as the underlying text is modified.
2143 (iimage-modification-hook): New function.
2144 (iimage-mode-buffer): Use it.
2146 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2148 * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
2149 smie-indent-offset-after. Add :prev case. Make a bit more generic.
2150 (smie-indent-virtual): Remove `virtual' arg. Update callers.
2151 (smie-indent-keyword): Add handling of open-paren keywords.
2152 (smie-indent-comment-continue): Don't assume comment-continue.
2154 2010-06-07 Martin Rudalics <rudalics@gmx.at>
2156 * window.el (pop-to-buffer): Remove the conditional that
2157 compares new-window and old-window, so it will reselect
2158 the selected window unconditionally.
2159 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
2161 2010-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
2163 * emacs-lisp/smie.el (smie-indent-offset-after)
2164 (smie-indent-forward-token, smie-indent-backward-token): New functions.
2165 (smie-indent-after-keyword): Use them.
2166 (smie-indent-fixindent): Only applies to the indentation of the BOL.
2167 (smie-indent-keyword): Tweak the black magic.
2168 (smie-indent-comment-continue): Strip comment-continue before use.
2169 (smie-indent-functions): Indent comments before keywords.
2171 2010-06-06 Juri Linkov <juri@jurta.org>
2173 * isearch.el (isearch-lazy-highlight-search): Fix looping
2174 by checking for empty match. This syncs this loop with the
2175 similar loop in `isearch-search'. (Bug#6362)
2177 2010-06-05 Juanma Barranquero <lekktu@gmail.com>
2179 * net/dbus.el (dbus-register-method): Declare function.
2180 (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
2181 (dbus-introspect): Doc fix.
2182 (dbus-event-bus-name, dbus-introspect-get-interface)
2183 (dbus-introspect-get-argument): Reflow docstrings.
2185 2010-06-05 Dan Nicolaescu <dann@ics.uci.edu>
2187 vc-log-incoming/vc-log-outgoing fixes for Git.
2188 * vc-git.el (vc-git-log-view-mode): Fix font lock for
2189 incoming/outgoing logs.
2190 (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
2191 instead of vc-git-compute-remote.
2192 (vc-git-compute-remote): Remove.
2194 2010-06-04 Chong Yidong <cyd@stupidchicken.com>
2196 * term/common-win.el (x-colors): Add "dark green" and "dark
2197 turquoise" (Bug#6332).
2199 2010-06-04 Juri Linkov <juri@jurta.org>
2201 * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
2202 Instead of setting `replace' to t and replacing the same string
2203 with itself, don't do certain actions when
2204 kill-do-not-save-duplicates is non-nil and string is equal to car
2205 of kill-ring: don't call menu-bar-update-yank-menu, don't push
2206 interprogram-paste strings to kill-ring, and don't push the input
2207 argument `string' to kill-ring.
2208 http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
2210 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
2212 * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
2214 2010-06-04 Michael Albinus <michael.albinus@gmx.de>
2216 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
2217 (tramp-gvfs-handler-mounted-unmounted)
2218 (tramp-gvfs-connection-mounted-p): Handle default-location.
2220 * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
2221 move files to trash.
2223 2010-06-04 Juanma Barranquero <lekktu@gmail.com>
2225 * international/mule-cmds.el (nonascii-insert-offset)
2226 (nonascii-translation-table): Add obsolescence information.
2228 * international/mule.el (make-translation-table-from-vector): Doc fix.
2230 2010-06-03 Eric Ludlam <zappo@gnu.org>
2232 * cedet/semantic/lex-spp.el
2233 (semantic-lex-spp-table-write-slot-value): Instead of erroring on
2234 invalid values during save, just save a nil (Bug#6324).
2236 2010-06-03 Glenn Morris <rgm@gnu.org>
2238 * desktop.el (desktop-clear-preserve-buffers):
2239 Add "*Warnings*" buffer. (Bug#6336)
2241 2010-06-03 Dan Nicolaescu <dann@ics.uci.edu>
2243 vc-log-incoming/vc-log-outgoing improvements for Git.
2244 * vc-git.el (vc-git-log-outgoing): Use the same format as the
2246 (vc-git-log-incoming): Likewise. Run "git fetch" before the log command.
2248 Add bindings for vc-log-incoming and vc-log-outgoing.
2249 * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
2250 and vc-log-outgoing.
2251 * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
2252 and vc-log-outgoing.
2254 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
2256 * net/rcirc.el (rcirc-sort-nicknames): Remove.
2257 (rcirc-handler-366): Always sort nicknames.
2259 2010-06-03 Juanma Barranquero <lekktu@gmail.com>
2261 * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
2263 2010-06-03 Chong Yidong <cyd@stupidchicken.com>
2265 * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
2267 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2269 * net/rcirc.el (rcirc-sort-nicknames): Change default.
2270 (rcirc-sort-nicknames-join): Avoid setq.
2272 2010-06-03 Deniz Dogan <deniz.a.m.dogan@gmail.com>
2274 * net/rcirc.el (rcirc-sort-nicknames): New custom.
2275 (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
2276 (rcirc-handler-366): Use them.
2278 2010-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2280 Split smie-indent-calculate into more manageable chunks.
2281 * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
2282 (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
2283 (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
2284 (smie-indent-exps): Extract from smie-indent-calculate.
2285 (smie-indent-functions): New var.
2286 (smie-indent-functions): Use them.
2288 2010-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
2290 * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
2291 (smie-indent-calculate): Simplify and cleanup.
2293 2010-06-02 Michael Albinus <michael.albinus@gmx.de>
2295 * net/tramp-gvfs.el (top): Require url-util.
2296 (tramp-gvfs-mount-point): Remove.
2297 (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
2299 (with-tramp-dbus-call-method): Format trace message.
2300 (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
2301 Implement backup call, when operation on local files fails.
2302 Use progress reporter. Flush properties of changed files.
2303 (tramp-gvfs-handle-make-directory): Make more traces.
2304 (tramp-gvfs-url-file-name): Hexify file name in url.
2305 (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
2306 into account for the resulting file name.
2307 (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
2308 the answer is "no". See `tramp-gvfs-maybe-open-connection'.
2309 (tramp-gvfs-handler-mounted-unmounted)
2310 (tramp-gvfs-connection-mounted-p): Test also for new mountspec
2311 attribute "default_location". Set "prefix" property.
2312 (tramp-gvfs-mount-spec): Return both prefix and mountspec.
2313 (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
2314 exists. Raise an error, if not (due to a corresponding answer
2315 "no" in interactive questions, for example).
2317 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu>
2319 * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
2321 2010-06-01 Juanma Barranquero <lekktu@gmail.com>
2323 * emacs-lisp/eldoc.el: Add completions for new commands left-* and
2326 2010-06-01 Dan Nicolaescu <dann@ics.uci.edu>
2328 Add support for vc-log-incoming, improve vc-log-outgoing for Git.
2329 * vc-git.el (vc-git-compute-remote): New function.
2330 (vc-git-log-outgoing): Use it instead of hard coding a value.
2331 (vc-git-log-incoming): New function.
2333 Improve state updating for VC tag commands.
2334 * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
2335 to update the state of all buffers in the directory.
2337 * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
2339 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2341 * vc-bzr.el (vc-bzr-revision-completion-table): Apply
2342 `file-directory-p' to the filename part rather than to the whole text.
2344 2010-05-31 Jonathan Marchand <jonathlela@gmail.com> (tiny change)
2346 * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
2349 2010-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2351 * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
2353 2010-05-31 Drew Adams <drew.adams@oracle.com>
2355 * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
2357 2010-05-31 Juanma Barranquero <lekktu@gmail.com>
2359 * subr.el (momentary-string-display): Just use read-event to read
2360 the exit event (Bug#6238).
2362 2010-05-30 Eli Zaretskii <eliz@gnu.org>
2364 * international/mule.el (define-coding-system): Doc fix (bug#6313).
2366 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
2368 * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
2369 Suggested by Eli Zaretskii <eliz@gnu.org>.
2371 2010-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2373 * minibuffer.el (completion-file-name-table): Don't return a boundary
2374 past the end of `string' (bug#6299).
2375 (completion--file-name-table): Delegate to completion-file-name-table
2376 for the `boundaries' case.
2378 2010-05-30 Juanma Barranquero <lekktu@gmail.com>
2380 * emulation/cua-base.el: Recognize `right-char' and `left-char' as
2383 * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
2384 `path-separator', but maintain compatibility with Emacs 20.2.
2386 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
2388 * server.el (server-process-filter): Receive parent-id argument
2390 (server-create-window-system-frame): New arg. Pass parent-id as
2393 2010-05-29 Eli Zaretskii <eliz@gnu.org>
2395 Bidi-sensitive word movement with arrow keys.
2396 * subr.el (right-arrow-command, left-arrow-command): Move to
2399 * bindings.el (right-char, left-char): Move from subr.el and
2400 rename from right-arrow-command and left-arrow-command.
2401 (right-word, left-word): New functions.
2402 (global-map) <right>: Bind to right-char.
2403 (global-map) <left>: Bind to left-char.
2404 (global-map) <C-right>: Bind to right-word.
2405 (global-map) <C-left>: Bind to left-word.
2407 * ls-lisp.el (ls-lisp-classify-file): New function.
2408 (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
2409 (ls-lisp-classify): Call ls-lisp-classify-file.
2410 (insert-directory): Remove blanks from switches.
2412 2010-05-29 Chong Yidong <cyd@stupidchicken.com>
2414 * ansi-color.el: Delete unused escape sequences (Bug#6085).
2415 (ansi-color-drop-regexp): New constant.
2416 (ansi-color-apply, ansi-color-filter-region)
2417 (ansi-color-apply-on-region): Delete unrecognized control sequences.
2418 (ansi-color-apply): Build string list before calling concat.
2420 2010-05-28 Juri Linkov <juri@jurta.org>
2422 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
2423 Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
2426 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
2428 * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
2429 to ignored backtrace functions.
2430 (with-progress-reporter): Expand docstring.
2431 (tramp-handle-delete-file): Implement TRASH argument.
2432 (tramp-get-remote-trash): New defun.
2434 2010-05-28 Michael Albinus <michael.albinus@gmx.de>
2436 * net/tramp-compat.el (tramp-compat-delete-file): Use
2437 `symbol-value' for backward compatibility.
2439 * net/tramp.el (tramp-handle-make-symbolic-link)
2441 (tramp-do-copy-or-rename-file-via-buffer)
2442 (tramp-do-copy-or-rename-file-directly)
2443 (tramp-do-copy-or-rename-file-out-of-band)
2444 (tramp-handle-process-file, tramp-handle-call-process-region)
2445 (tramp-handle-shell-command, tramp-handle-file-local-copy)
2446 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2447 (tramp-delete-temp-file-function): Use `delete-file' instead
2448 of `tramp-compat-delete-file'.
2450 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
2451 (tramp-fish-handle-make-symbolic-link)
2452 (tramp-fish-handle-process-file): Use `delete-file' instead
2453 of `tramp-compat-delete-file'.
2455 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
2456 `delete-file' instead of `tramp-compat-delete-file'.
2458 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
2459 (tramp-gvfs-handle-write-region): Use `delete-file' instead of
2460 `tramp-compat-delete-file'.
2462 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
2463 `delete-file' instead of `tramp-compat-delete-file'.
2465 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2466 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2467 (tramp-smb-handle-write-region): Use `delete-file' instead of
2468 `tramp-compat-delete-file'.
2469 (tramp-smb-handle-delete-directory): Use 'trash as arg.
2471 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2473 * dired.el (dired-delete-file): New arg TRASH.
2474 (dired-internal-do-deletions): New arg TRASH. Use progress reporter.
2475 (dired-do-flagged-delete, dired-do-delete): Use trash.
2477 * speedbar.el (speedbar-item-delete): Allow trashing.
2479 * files.el (delete-directory): New arg TRASH.
2481 * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
2482 (ange-ftp-rename-remote-to-remote)
2483 (ange-ftp-rename-local-to-remote)
2484 (ange-ftp-rename-remote-to-local, ange-ftp-load)
2485 (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
2487 (ange-ftp-delete-directory): Add optional arg to `delete-file', to
2490 * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2491 handle new TRASH arg of `delete-file'.
2493 * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
2494 (tramp-handle-make-symbolic-link, tramp-handle-load)
2495 (tramp-do-copy-or-rename-file-via-buffer)
2496 (tramp-do-copy-or-rename-file-directly)
2497 (tramp-do-copy-or-rename-file-out-of-band)
2498 (tramp-handle-process-file, tramp-handle-call-process-region)
2499 (tramp-handle-shell-command, tramp-handle-file-local-copy)
2500 (tramp-handle-insert-file-contents, tramp-handle-write-region)
2501 (tramp-delete-temp-file-function): Use null TRASH arg in
2502 tramp-compat-delete-file call.
2504 * net/tramp-fish.el (tramp-fish-handle-delete-directory)
2505 (tramp-fish-handle-delete-file)
2506 (tramp-fish-handle-make-symbolic-link)
2507 (tramp-fish-handle-process-file): Use null TRASH arg in
2508 `tramp-compat-delete-file' call.
2510 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
2511 arg in `tramp-compat-delete-file' call.
2513 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
2514 (tramp-gvfs-handle-write-region): Use null TRASH arg in
2515 `tramp-compat-delete-file' call.
2517 * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
2518 (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
2519 `tramp-compat-delete-file' call.
2521 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2522 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
2523 (tramp-smb-handle-write-region): Use null TRASH arg in
2524 tramp-compat-delete-file call.
2525 (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
2526 (tramp-smb-handle-delete-file): Rename arg.
2528 * diff.el (diff-sentinel):
2529 * epg.el (epg--make-temp-file, epg-decrypt-string)
2530 (epg-verify-string, epg-sign-string, epg-encrypt-string):
2531 * jka-compr.el (jka-compr-partial-uncompress)
2532 (jka-compr-call-process, jka-compr-write-region):
2533 * server.el (server-sentinel): Remove optional arg from
2534 delete-file, reverting 2010-05-03 change.
2536 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2538 * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
2539 font-lock-constant-face, not obsolete font-lock-reference-face.
2541 2010-05-27 Kenichi Handa <handa@m17n.org>
2543 * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
2544 element of GSTRING is nil.
2546 2010-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2548 * emacs-lisp/smie.el (smie-forward-token-function)
2549 (smie-backward-token-function): New vars.
2550 (smie-backward-sexp, smie-forward-sexp)
2551 (smie-indent-hanging-p, smie-indent-calculate): Use them.
2552 (smie-default-backward-token): Rename from smie-backward-token and
2554 (smie-default-forward-token): Rename from smie-forward-token and
2556 (smie-next-sexp): Handle nil results from next-token.
2557 (smie-indent-calculate): Add a new case for special `fixindent' comments.
2559 2010-05-27 Chong Yidong <cyd@stupidchicken.com>
2561 * progmodes/verilog-mode.el (verilog-type-font-keywords):
2562 Use font-lock-constant-face, not obsolete font-lock-reference-face.
2564 2010-05-27 Masatake YAMATO <yamato@redhat.com>
2566 * htmlfontify.el (hfy-face-resolve-face): New function.
2567 (hfy-face-to-style): Use it (Bug#6279).
2569 2010-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2571 * progmodes/ada-xref.el (ada-gnat-parse-gpr):
2572 * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
2574 2010-05-26 Glenn Morris <rgm@gnu.org>
2576 * emulation/edt.el (edt-load-keys): Use locate-library.
2578 2010-05-25 Chong Yidong <cyd@stupidchicken.com>
2580 * log-edit.el (log-edit-strip-single-file-name): Default to nil.
2581 (log-edit-changelog-entries): Doc fix.
2582 (log-edit-changelog-insert-entries): Args changed.
2583 Rename relative filenames in ChangeLog entries. Delete tabs.
2584 (log-edit-insert-changelog-entries): Reorganize return value of
2585 `log-edit-changelog-entries' to pass filenames to
2586 log-edit-changelog-insert-entries.
2588 2010-05-25 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2590 * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
2591 `image-dired-dired-insert-marked-thumbs' to
2592 `image-dired-dired-toggle-marked-thumbs'.
2594 * image-dired.el: Require cl when compiling.
2595 (image-dired-dired-toggle-marked-thumbs): Rename from
2596 `image-dired-dired-insert-marked-thumbs'. Add ARG. Doc fix.
2597 Use interactive spec "P". Set LOCALP arg of `dired-get-filename'
2598 to 'no-dir. Skip files whose names don't match
2599 `image-file-name-regexp'. When file has a thumbnail overlay,
2600 delete it. (Bug#5270)
2602 2010-05-25 Juri Linkov <juri@jurta.org>
2604 * image-mode.el (image-mode): Add image-after-revert-hook to
2606 (image-after-revert-hook): New function. (Bug#5669)
2608 2010-05-25 Juri Linkov <juri@jurta.org>
2610 * image.el (image-animated-p): When delay between animated images
2611 is 0, set it to 10 (0.1 sec). (Bug#6258)
2613 2010-05-25 Christian Lynbech <christian.lynbech@tieto.com> (tiny change)
2615 * net/tramp.el (tramp-handle-insert-directory): Don't use
2616 `forward-word', its default syntax could be changed.
2618 2010-05-25 Michael Albinus <michael.albinus@gmx.de>
2620 * net/tramp.el (tramp-progress-reporter-update): New defun.
2621 (with-progress-reporter): Use it.
2622 (tramp-process-actions):
2623 * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
2624 current message, in order to let progress reporter continue
2625 afterwards. (Bug#6257)
2627 2010-05-25 Glenn Morris <rgm@gnu.org>
2629 * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
2632 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
2634 * net/rcirc.el (rcirc-default-user-name): Change to "user".
2635 (rcirc-default-full-name): Change to "unknown".
2636 (rcirc-user-name-history): Add variable.
2638 2010-05-25 Ryan Yeske <rcyeske@gmail.com>
2639 Jonathan Rockway <jon@jrock.us>
2641 * net/rcirc.el (rcirc-server-alist): Add :pass.
2642 (rcirc): When prompting for connection parameters, also prompt for
2643 username and password.
2644 (rcirc-connect): Take a PASS argument. If PASS is non-nil, send
2645 value to server when connecting.
2647 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2649 * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
2650 (smie-merge-prec2s): Pass the tables as separate args.
2651 (smie-bnf-precedence-table): Adjust call accordingly.
2652 (smie-prec2-levels): Set levels at the end.
2654 Replace Lisp calls to delete-backward-char by delete-char.
2655 * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
2656 * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
2657 * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
2658 * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
2659 * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
2660 * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
2661 * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
2662 * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
2663 * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
2664 * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
2665 * progmodes/ps-mode.el, progmodes/verilog-mode.el,
2666 * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
2667 * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
2668 * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
2669 delete-backward-char by calls to delete-char.
2671 2010-05-25 Kenichi Handa <handa@m17n.org>
2673 * language/hebrew.el (hebrew-shape-gstring): New function.
2674 Register it in composition-function-table for all Hebrew combining
2677 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2679 * epa.el (epa--select-keys): Don't explicitly delete the window since
2680 that can fail (e.g. sole window in frame). Use dedication instead.
2682 2010-05-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
2684 * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
2686 2010-05-22 Chong Yidong <cyd@stupidchicken.com>
2688 * image.el (image-refresh): Define as an alias for image-flush.
2690 * image-mode.el (image-toggle-display-image): Caller changed.
2692 2010-05-21 Juri Linkov <juri@jurta.org>
2694 * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
2695 Remove "all" from grep-files-aliases. Split grep-files-aliases by
2696 whitespace, call wildcard-to-regexp on substrings and concat them
2697 with "\\|". (Bug#6114)
2699 2010-05-21 Alan Mackenzie <acm@muc.de>
2701 * progmodes/cc-engine.el (c-parse-state-get-strategy):
2702 Replace parameter `here' with `here-' and `here-plus', which sandwich
2703 any pertinent CPP construct.
2704 (c-remove-stale-state-cache-backwards): Fix a bug which happens
2705 when doing (c-parse-state) in a CPP construct: Exclude any "new"
2706 CPP construct from taking part in the scanning.
2708 2010-05-21 Michael Albinus <michael.albinus@gmx.de>
2710 * net/tramp.el (tramp-do-copy-or-rename-file)
2711 (tramp-handle-file-local-copy, tramp-maybe-open-connection):
2712 Tune `with-progress-reporter' messages.
2713 (tramp-handle-vc-registered):
2714 * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
2715 (tramp-fish-handle-insert-file-contents)
2716 (tramp-fish-maybe-open-connection):
2717 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
2718 * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
2719 (tramp-imap-handle-insert-file-contents)
2720 (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
2722 2010-05-21 Juanma Barranquero <lekktu@gmail.com>
2724 * add-log.el (change-log-font-lock-keywords):
2725 Highlight all authors in multi-author entries.
2727 * smerge-mode.el (smerge-refine-ignore-whitespace)
2728 (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
2729 Fix typos in docstrings.
2730 (smerge-resolve, smerge-refine-subst): Reflow docstrings.
2732 2010-05-21 Glenn Morris <rgm@gnu.org>
2734 * progmodes/fortran.el (fortran-mode):
2735 * progmodes/f90.el (f90-mode): Derive from prog-mode.
2737 * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
2738 having a relative path in src/Makefile.in.
2740 2010-05-20 Kevin Ryde <user42@zip.com.au>
2742 * help-mode.el (help-make-xrefs): For Info node links turn
2743 newlines into spaces. Link node names with newlines are matched
2744 by help-xref-info-regexp and buttonized, this change ensures they
2745 can be followed successfully with RET. (Bug#6206)
2747 2010-05-20 Juri Linkov <juri@jurta.org>
2749 * locate.el (locate): Use pop-to-buffer instead of
2750 switch-to-buffer-other-window. (Bug#6204)
2752 2010-05-20 Juri Linkov <juri@jurta.org>
2754 * replace.el (replace-highlight): Fix lazy-highlighting
2755 for `M-s w str M-% str RET'.
2757 2009-12-15 Masatake YAMATO <yamato@redhat.com>
2759 * isearch.el (isearch-yank-word-or-char): Pull next subword
2760 when `subword-mode' is activated. (Bug#6220)
2762 2010-05-20 Mark A. Hershberger <mah@everybody.org>
2764 * isearch.el (isearch-update-post-hook): New hook.
2765 (isearch-update): Use the new hook. (Bug#6225)
2767 2010-05-20 Juri Linkov <juri@jurta.org>
2769 * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
2770 [f1], [help], and (char-to-string help-char) instead of "\C-h".
2773 2010-05-20 Juri Linkov <juri@jurta.org>
2775 * isearch.el (isearch-yank-string): Use isearch-process-search-string.
2778 2010-05-20 Juri Linkov <juri@jurta.org>
2780 * dired-x.el (dired-jump, dired-jump-other-window): Add arg
2781 FILE-NAME to read from the minibuffer when called interactively
2782 with prefix argument instead of using buffer-file-name.
2783 http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
2785 * dired.el: Update autoloads.
2787 2010-05-20 Chong Yidong <cyd@stupidchicken.com>
2789 * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
2790 nxml-finish-element, for consistency with SGML mode.
2792 * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
2795 2010-05-20 Juanma Barranquero <lekktu@gmail.com>
2797 * composite.el: Require cl when compiling.
2798 (reference-point-alist, compose-gstring-for-graphic)
2799 (compose-gstring-for-terminal): Fix typos in docstrings.
2801 2010-05-19 Juri Linkov <juri@jurta.org>
2803 * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
2804 set-window-parameter.
2806 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
2808 * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
2810 (tramp-maybe-open-connection): Use it.
2812 2010-05-19 Eli Zaretskii <eliz@gnu.org>
2814 * simple.el (move-end-of-line): Make sure we are at line beginning
2815 before backing up to end of previous line.
2817 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
2819 * password-cache.el (password-cache-remove): Fix docstring.
2821 * net/secrets.el: Autoload the widget functions.
2822 (secrets-search-items, secrets-create-item)
2823 (secrets-get-attributes, secrets-expand-item): Attributes will be
2824 stored on the password database without leading ":", as all other
2826 (secrets-mode): Fix docstring.
2827 (secrets-show-secrets): Provide it as autoloaded command only when
2828 D-Bus support is available. Check existence of Secret Service API.
2830 2010-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2832 * indent.el (indent-region): Deactivate region (bug#6200).
2834 2010-05-19 Glenn Morris <rgm@gnu.org>
2836 * vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
2838 2010-05-19 Kenichi Handa <handa@m17n.org>
2840 * composite.el: Register compose-gstring-for-graphic in
2841 composition-function-table only for combining characters (Mn, Mc, Me).
2843 2010-05-18 Jay Belanger <jay.p.belanger@gmail.com>
2845 * calc/calc-trail.el (calc-trail-isearch-forward)
2846 (calc-trail-isearch-backward): Ensure that the new window
2847 point is set correctly.
2849 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2851 * subr.el (read-quoted-char): Resolve modifiers after key
2852 remapping (bug#6212).
2854 2010-05-18 Michael Albinus <michael.albinus@gmx.de>
2856 Add visualization code for secrets.
2857 * net/secrets.el (secrets-mode): New major mode.
2858 (secrets-show-secrets, secrets-show-collections)
2859 (secrets-expand-collection, secrets-expand-item)
2860 (secrets-tree-widget-after-toggle-function)
2861 (secrets-tree-widget-show-password): New defuns.
2863 2010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2865 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
2866 (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
2867 handled in smie-next-sexp.
2868 (smie-indent-calculate): Provide a starting indentation (so the
2869 recursion is well-founded ;-).
2871 Fix handling of non-associative equal levels.
2872 * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
2873 when it's not needed.
2874 (smie-op-left, smie-op-right): New functions.
2875 (smie-next-sexp): New function, extracted from smie-backward-sexp.
2876 Better handle equal levels to distinguish the associative case from
2877 the "multi-keyword construct" case.
2878 (smie-backward-sexp, smie-forward-sexp): Use it.
2880 2010-05-18 Juanma Barranquero <lekktu@gmail.com>
2882 * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
2884 * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
2885 (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
2887 2010-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2889 Provide a simple generic indentation engine and use it for Prolog.
2890 * emacs-lisp/smie.el: New file.
2891 * progmodes/prolog.el (prolog-smie-op-levels)
2892 (prolog-smie-indent-rules): New var.
2893 (prolog-mode-variables): Use them to configure SMIE.
2894 (prolog-indent-line, prolog-indent-level): Remove.
2896 2010-05-17 Jay Belanger <jay.p.belanger@gmail.com>
2898 * calc/calc-vec.el (math-vector-avg): Put the vector elements in
2899 order before computing the averages.
2901 2010-05-16 Jay Belanger <jay.p.belanger@gmail.com>
2903 * calc/calc-vec.el (calc-histogram):
2904 (calcFunc-histogram): Allow vectors as inputs.
2905 (math-vector-avg): New function.
2907 * calc/calc-ext.el (math-group-float): Have the number of digits
2908 being grouped depend on the radix (Bug#6189).
2910 2010-05-15 Ken Raeburn <raeburn@raeburn.org>
2912 * version.el (emacs-copyright, emacs-version): Don't define here,
2913 now that emacs.c defines it.
2915 2010-05-15 Eli Zaretskii <eliz@gnu.org>
2917 * international/mule-cmds.el (mule-menu-keymap): Fix definition of
2918 "Describe Language Environment" menu item.
2920 * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
2922 Bidi-sensitive movement with arrow keys.
2923 * subr.el (right-arrow-command, left-arrow-command): New functions.
2925 * bindings.el (global-map): Bind them to right and left arrow keys.
2927 Don't override standard definition of convert-standard-filename.
2928 * files.el (convert-standard-filename): Call
2929 w32-convert-standard-filename and dos-convert-standard-filename on
2930 the corresponding systems.
2932 * w32-fns.el (w32-convert-standard-filename): Rename from
2933 convert-standard-filename. Doc fix.
2935 * dos-fns.el (dos-convert-standard-filename): Doc fix.
2936 (convert-standard-filename): Don't defalias.
2937 (register-name-alist, make-register, register-value)
2938 (set-register-value, intdos): Obsolete aliases for the
2939 corresponding dos-* functions and variables.
2940 (dos-intdos): Add a doc string.
2942 2010-05-15 Jay Belanger <jay.p.belanger@gmail.com>
2944 * calc/calc-aent.el (math-read-token, math-find-user-tokens):
2945 * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
2946 (math-compose-tex-func):
2947 * calc/calccomp.el (math-compose-expr):
2948 * calc/calc-ext.el (math-format-flat-expr-fancy):
2949 * calc/calc-store.el (calc-read-var-name):
2950 * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
2952 * calc/calc.el (var-π, var-φ, var-γ): New variables.
2953 * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
2954 * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
2955 (math-standard-units): Add units.
2957 2010-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2959 * progmodes/asm-mode.el (asm-mode):
2960 * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
2962 * pcomplete.el (pcomplete-completions-at-point): New function,
2963 extracted from pcomplete-std-complete.
2964 (pcomplete-std-complete): Use it.
2966 2010-05-15 Glenn Morris <rgm@gnu.org>
2968 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
2969 Remove references to CVS, RCS and Old directories.
2971 2010-05-14 Jay Belanger <jay.p.belanger@gmail.com>
2973 * calc/calc-bin.el (math-format-twos-complement): Group digits when
2976 2010-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
2978 * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
2979 (sh-mode-syntax-table): Give it a default value instead.
2980 (sh-header-marker): Make buffer-local.
2981 (sh-mode): Move make-local-variable to the corresponding setq.
2982 (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
2983 Use complete-with-action.
2985 * simple.el (prog-mode): New (abstract) major mode.
2986 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
2987 * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
2989 2010-05-14 Juanma Barranquero <lekktu@gmail.com>
2991 * progmodes/sql.el (sql-oracle-program): Reflow docstring.
2992 (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
2993 (sql-add-product-keywords, sql-highlight-product, sql-set-product)
2994 (sql-make-alternate-buffer-name, sql-placeholders-filter)
2995 (sql-escape-newlines-filter, sql-input-sender)
2996 (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
2998 2010-05-13 Chong Yidong <cyd@stupidchicken.com>
3000 Add TeX open-block and close-block keybindings to SGML, and vice versa.
3002 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
3003 latex-open-block and C-c / to latex-close-block.
3005 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
3006 and C-c C-e to sgml-close-tag.
3008 2010-05-13 Michael Albinus <michael.albinus@gmx.de>
3010 * net/tramp.el (with-progress-reporter): Create reporter object
3011 only when the message would be displayed. Handle nested calls.
3012 (tramp-handle-load, tramp-handle-file-local-copy)
3013 (tramp-handle-insert-file-contents, tramp-handle-write-region)
3014 (tramp-maybe-send-script, tramp-find-shell):
3015 Use `with-progress-reporter'.
3016 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
3019 * net/tramp-smb.el (tramp-smb-handle-copy-file)
3020 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3021 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
3022 Use `with-progress-reporter'.
3024 2010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
3026 * textmodes/ispell.el (ispell-init-process): Do not kill ispell
3027 process everytime when spellchecking from the minibuffer (bug#6143).
3029 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3031 * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
3033 * dos-fns.el: Add "dos-" prefix for namespace control.
3034 (convert-standard-filename): Define as alias for
3035 dos-convert-standard-filename but only if applicable.
3037 2010-05-12 Alan Mackenzie <acm@muc.de>
3039 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
3040 Push the mark at the start of these functions when appropriate.
3042 2010-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
3044 * minibuffer.el (completion-cycle-threshold): New custom var.
3045 (completion--do-completion): Use it.
3046 (minibuffer-complete): Use cycling if appropriate.
3048 2010-05-11 Juanma Barranquero <lekktu@gmail.com>
3050 * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
3051 buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
3053 2010-05-11 Juri Linkov <juri@jurta.org>
3055 * scroll-all.el (scroll-all-check-to-scroll):
3056 Add `scroll-up-command' and `scroll-down-command' (bug#6164).
3058 2010-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
3060 * iimage.el (iimage-mode-map): Move initialization into declaration.
3061 (iimage-mode-buffer): Use with-silent-modifications.
3062 Simplify calling convention. Adjust callers.
3063 (iimage-mode): Don't run hook redundantly.
3065 * minibuffer.el (completion-pcm--pattern->regex):
3066 Fix last change (bug#6160).
3068 2010-05-10 Juri Linkov <juri@jurta.org>
3070 Remove nodes visited during Isearch from the Info history.
3071 * info.el (Info-isearch-initial-history)
3072 (Info-isearch-initial-history-list): New variables.
3073 (Info-isearch-start): Record initial values of
3074 Info-isearch-initial-history and Info-isearch-initial-history-list.
3075 Add Info-isearch-end to isearch-mode-end-hook.
3076 (Info-isearch-end): New function.
3078 2010-05-10 Michael Albinus <michael.albinus@gmx.de>
3080 * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
3081 format string, in order to work around a bug in pdksh.
3082 Reported by Gilles Pion <gpion@lfdj.com>.
3083 (tramp-handle-verify-visited-file-modtime): Do not send a command
3084 when the connection is not established.
3085 (tramp-handle-set-file-times): Simplify the check for utc.
3087 2010-05-10 Juanma Barranquero <lekktu@gmail.com>
3089 Fix use of `filter-buffer-substring' (rework previous change).
3090 * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
3091 (cua-repeat-replace-region):
3092 * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
3093 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3094 (cua-cut-region-to-global-mark): Use it.
3096 2010-05-09 Michael R. Mauger <mmaug@yahoo.com>
3098 * progmodes/sql.el: Version 2.1.
3099 (sql-product-alist): Redesign structure of product info.
3100 (sql-product, sql-user, sql-server, sql-database): Safe variables.
3101 (sql-port, sql-port-history): New variables.
3102 (sql-interactive-product): New variable.
3103 (sql-send-terminator): New variable.
3104 (sql-imenu-generic-expression): Add "Types" imenu entry.
3105 (sql-oracle-login-params, sql-sqlite-login-params)
3106 (sql-mysql-login-params, sql-solid-login-params)
3107 (sql-sybase-login-params, sql-informix-login-params)
3108 (sql-ingres-login-params, sql-ms-login-params)
3109 (sql-postgres-login-params, sql-interbase-login-params)
3110 (sql-db2-login-params, sql-linter-login-params)
3111 (sql-oracle-scan-on): New variables.
3112 (sql-mode-map): Add C-c C-i to start interactive mode.
3113 (sql-mode-menu): Update existing menu entries.
3114 (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
3115 (sql-mode-oracle-font-lock-keywords)
3116 (sql-mode-postgres-font-lock-keywords)
3117 (sql-mode-ms-font-lock-keywords)
3118 (sql-mode-sybase-font-lock-keywords)
3119 (sql-mode-informix-font-lock-keywords)
3120 (sql-mode-interbase-font-lock-keywords)
3121 (sql-mode-ingres-font-lock-keywords)
3122 (sql-mode-solid-font-lock-keywords)
3123 (sql-mode-mysql-font-lock-keywords)
3124 (sql-mode-sqlite-font-lock-keywords)
3125 (sql-mode-db2-font-lock-keywords)
3126 (sql-mode-linter-font-lock-keywords): Update initialization to
3127 reduce run-time complexity.
3128 (sql-add-product, sql-del-product): New functions.
3129 (sql-set-product-feature, sql-get-product-feature): New functions.
3130 (sql-product-font-lock): Update product API.
3131 (sql-add-product-keywords): New function.
3132 (sql-highlight-product): Update product API.
3133 (sql-help-list-products): New function.
3134 (sql-help): Dynamically lists free and non-free products.
3135 (sql-get-login): Correct bug in handling history and added
3137 (sql-copy-column): Copy without properties.
3138 (sqli-input-sender): Apply filters to SQLi input.
3139 (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
3140 Implement as a filter.
3141 (sql-escape-newlines-filter): Implement as a filter.
3142 (sql-remove-tabs-filter): New function.
3143 (sql-send-magic-terminator): New function.
3144 (sql-send-string): Implement magic terminator.
3145 (sql-send-region): Use `sql-send-string'.
3146 (sql-interactive-mode): Use product API.
3147 (sql-product-interactive): Use product API.
3148 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
3149 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
3150 (sql-db2, sql-linter): Use `sql-product-interactive'.
3151 (sql-connect): New function.
3152 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
3153 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
3154 (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
3155 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
3158 2010-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
3160 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
3161 New custom variable.
3162 (completion-pcm--string->pattern): Use it.
3163 (completion-pcm--pattern->regex, completion-pcm--pattern->string):
3164 Make it handle any symbol as `any'.
3165 (completion-pcm--merge-completions): Extract common suffix for the new
3166 `prefix' symbol as well.
3167 (completion-substring--all-completions): Use the new `prefix' symbol.
3169 2010-05-09 Michael Albinus <michael.albinus@gmx.de>
3171 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
3173 (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
3174 (tramp-compat-funcall): New defmacro.
3175 (tramp-compat-line-beginning-position)
3176 (tramp-compat-line-end-position)
3177 (tramp-compat-temporary-file-directory)
3178 (tramp-compat-make-temp-file, tramp-compat-file-attributes)
3179 (tramp-compat-copy-file, tramp-compat-copy-directory)
3180 (tramp-compat-delete-file, tramp-compat-delete-directory)
3181 (tramp-compat-number-sequence, tramp-compat-process-running-p)
3182 * net/tramp.el (top, with-progress-reporter)
3183 (tramp-rfn-eshadow-setup-minibuffer)
3184 (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
3185 (tramp-handle-dired-compress-file, tramp-handle-shell-command)
3186 (tramp-completion-mode-p, tramp-check-for-regexp)
3187 (tramp-open-connection-setup-interactive-shell)
3188 (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
3189 (tramp-time-diff, tramp-coding-system-change-eol-conversion)
3190 (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
3191 * net/tramp-cmds.el (tramp-cleanup-all-connections)
3192 (tramp-reporter-dump-variable, tramp-load-report-modules)
3193 (tramp-append-tramp-buffers)
3194 * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
3196 * net/tramp-imap.el (top): Autoload `epg-make-context'.
3198 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3200 * progmodes/compile.el (compilation-buffer-modtime): Rename from
3201 buffer-modtime. Adjust users.
3203 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3205 * international/mule.el (auto-coding-alist): Only purecopy
3206 car of each item, not the whole list (Bug#6083).
3208 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3210 * progmodes/js.el (js-mode): Make paragraph variables local before
3211 calling c-setup-paragraph-variables (Bug#6071).
3213 2010-05-08 Eli Zaretskii <eliz@gnu.org>
3215 * composite.el (compose-region, reference-point-alist): Fix typos
3218 2010-05-08 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3220 * calc/calc-graph.el (calc-graph-plot): Use the proper form for
3221 gnuplot's "set" command.
3223 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
3225 * abbrev.el (last-abbrev-text): Doc fix.
3226 (abbrev-prefix-mark): Don't escape parenthesis.
3228 2010-05-08 Andreas Schwab <schwab@linux-m68k.org>
3230 * composite.el (find-composition): Doc fix.
3232 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
3234 * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
3235 (sql-oracle-program, sql-sqlite-options)
3236 (sql-query-placeholders-and-send): Doc fixes.
3237 (sql-set-product, sql-interactive-mode): Reflow docstrings.
3238 (sql-imenu-generic-expression, sql-buffer)
3239 (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
3240 (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
3241 (sql-mode-sybase-font-lock-keywords)
3242 (sql-mode-informix-font-lock-keywords)
3243 (sql-mode-interbase-font-lock-keywords)
3244 (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
3245 (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
3246 (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
3247 (sql-product-feature, sql-highlight-product)
3248 (comint-line-beginning-position, sql-rename-buffer)
3249 (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
3250 (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
3251 (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
3252 Fix typos in docstrings.
3254 2010-05-08 Juri Linkov <juri@jurta.org>
3256 * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
3257 property instead of `invisible' and `after-string' (bug#5998).
3259 2010-05-08 Juri Linkov <juri@jurta.org>
3261 * image-mode.el (image-mode-as-text): Fix typo in docstring.
3263 2010-05-08 Juanma Barranquero <lekktu@gmail.com>
3265 * filecache.el (file-cache-add-directory-list)
3266 (file-cache-add-directory-recursively): Fix typos in docstrings.
3268 2010-05-08 Kenichi Handa <handa@m17n.org>
3270 * language/indian.el (gurmukhi-composable-pattern): Fix typo.
3271 (gujarati-composable-pattern): Fix typo.
3273 2010-05-08 Kenichi Handa <handa@m17n.org>
3275 * language/indian.el (oriya-composable-pattern)
3276 (tamil-composable-pattern, malayalam-composable-pattern):
3277 Add two-part vowels to "v" (vowel sign).
3279 2010-05-08 Chong Yidong <cyd@stupidchicken.com>
3281 * files.el (copy-directory): Handle symlinks (Bug#5982).
3283 2010-05-08 Dan Nicolaescu <dann@ics.uci.edu>
3285 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
3286 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
3289 2010-05-08 Glenn Morris <rgm@gnu.org>
3291 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
3293 * minibuffer.el (completion-at-point): Doc fix.
3295 2010-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3297 * electric.el (Electric-command-loop): Minor tweak.
3299 * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
3300 better with dedicated windows.
3302 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
3304 * Version 23.2 released.
3306 2010-05-07 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
3307 Stefan Monnier <monnier@iro.umontreal.ca>
3309 Highlight vendor specific properties.
3310 * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
3311 (css-proprietary-property): New face.
3312 (css-font-lock-keywords): Use them.
3314 2010-05-07 Eli Zaretskii <eliz@gnu.org>
3316 * cus-start.el (all): Add native condition for tool-bar-* symbols.
3318 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3320 * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
3321 * files.el (auto-mode-alist): Remove redundant entries.
3323 * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
3324 * simple.el (auto-save-mode): Move from files.el.
3325 * minibuffer.el (completion--common-suffix): Fix copy&paste error.
3327 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
3329 * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
3331 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
3333 * mail/binhex.el (binhex-decode-region-internal)
3334 * mail/uudecode.el (uudecode-decode-region-internal)
3335 * net/dns.el (dns-read-string-name, dns-write, dns-read)
3336 (dns-read-type, dns-query)
3337 * pgg-parse.el (pgg-parse-armor)
3338 * pgg.el (pgg-verify-region)
3339 * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
3342 * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
3344 2010-05-07 Juanma Barranquero <lekktu@gmail.com>
3346 * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
3348 Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
3349 * emulation/cua-base.el (cua-repeat-replace-region):
3350 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3351 (cua-cut-region-to-global-mark):
3352 Remove text properties with `set-text-properties'.
3354 2010-05-06 Michael Albinus <michael.albinus@gmx.de>
3356 * net/tramp.el (top, with-progress-reporter):
3357 Use `symbol-function' inside `funcall'.
3359 * net/tramp-compat.el (tramp-compat-file-attributes)
3360 (tramp-compat-delete-file, tramp-compat-delete-directory):
3361 Handle only `wrong-number-of-arguments' error.
3363 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
3364 (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
3367 2010-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
3369 * minibuffer.el (completion--sreverse, completion--common-suffix):
3371 (completion-pcm--merge-completions): Extract common suffix when safe.
3373 * emacs-lisp/easy-mmode.el (define-minor-mode):
3374 Make :variable more flexible.
3375 * files.el (auto-save-mode): Use it to define using define-minor-mode.
3377 2010-05-05 Juri Linkov <juri@jurta.org>
3379 Add `slow' and `history' tags to the desktop data.
3381 * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
3382 (Info-virtual-files) [*Apropos*]: Add `slow' tag.
3383 (Info-finder-find-node): Require `finder.el' to be able
3384 to restore node from the desktop.
3385 (Info-desktop-buffer-misc-data): Save all nodes. Save additional
3386 data `Info-history' and `slow' tag in the assoc list.
3387 (Info-restore-desktop-buffer): Don't restore nodes with the
3388 `slow' tag. Restore `Info-history'.
3390 2010-05-05 Michael Albinus <michael.albinus@gmx.de>
3392 Add FORCE argument to `delete-file'.
3394 * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
3395 forcing to delete the temporary file.
3396 (ange-ftp-delete-file): Add FORCE arg.
3397 (ange-ftp-rename-remote-to-remote)
3398 (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
3399 (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
3400 Force file deletion.
3402 * net/tramp-compat.el (tramp-compat-delete-file): New defun.
3404 * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
3405 (tramp-handle-make-symbolic-link, tramp-handle-load)
3406 (tramp-do-copy-or-rename-file-via-buffer)
3407 (tramp-do-copy-or-rename-file-directly)
3408 (tramp-do-copy-or-rename-file-out-of-band)
3409 (tramp-handle-process-file, tramp-handle-call-process-region)
3410 (tramp-handle-shell-command, tramp-handle-file-local-copy)
3411 (tramp-handle-insert-file-contents, tramp-handle-write-region)
3412 (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
3414 * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
3415 (tramp-fish-handle-make-symbolic-link)
3416 (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
3418 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
3419 Use `tramp-compat-delete-file'.
3421 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
3422 (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
3424 * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
3425 (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
3427 * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
3428 (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
3429 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
3430 `tramp-compat-delete-file'.
3432 2010-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3435 * subr.el (add-minor-mode): Use push.
3436 * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
3437 * emulation/edt.el (edt-select-mode): Simplify.
3439 Use define-minor-mode in more cases.
3440 * term/tvi970.el (tvi970-set-keypad-mode):
3441 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
3442 (normal-erase-is-backspace-mode):
3443 * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
3444 (set-scroll-bar-mode-1): (Re)move to its sole caller.
3445 (get-scroll-bar-mode): New function.
3446 * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
3448 Use define-minor-mode for less obvious cases.
3449 * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
3450 * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
3451 * international/iso-ascii.el (iso-ascii-mode):
3452 * frame.el (auto-raise-mode, auto-lower-mode):
3453 * composite.el (global-auto-composition-mode): Use define-minor-mode.
3455 2010-05-04 Michael Albinus <michael.albinus@gmx.de>
3457 * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
3458 in order to see error messages for failed logins.
3460 2010-05-03 Chong Yidong <cyd@stupidchicken.com>
3462 * diff.el (diff-sentinel):
3464 * epg.el (epg--make-temp-file, epg-decrypt-string)
3465 (epg-verify-string, epg-sign-string, epg-encrypt-string):
3467 * jka-compr.el (jka-compr-partial-uncompress)
3468 (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
3470 * server.el (server-sentinel): Use delete-file's new FORCE arg
3473 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3475 Use define-minor-mode where applicable.
3476 * view.el (view-mode):
3477 * type-break.el (type-break-query-mode)
3478 (type-break-mode-line-message-mode):
3479 * textmodes/reftex.el (reftex-mode):
3480 * term/vt100.el (vt100-wide-mode):
3481 * tar-mode.el (tar-subfile-mode):
3482 * savehist.el (savehist-mode):
3483 * ibuf-ext.el (ibuffer-auto-mode):
3484 * composite.el (auto-composition-mode):
3485 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
3486 Use define-minor-mode.
3487 (vhdl-mode): Use static mode-line format.
3488 (vhdl-mode-line-update): Delete.
3489 (vhdl-create-mode-menu, vhdl-activate-customizations)
3490 (vhdl-hs-minor-mode): Don't bother calling it.
3492 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3494 * simple.el (with-wrapper-hook): Move.
3495 (buffer-substring-filters): Mark obsolete.
3496 (filter-buffer-substring-functions): New variable.
3497 (filter-buffer-substring): Use it. Remove unused arg `noprops'.
3499 Use a mode-line spec rather than a static string in Semantic.
3500 * cedet/semantic/util-modes.el:
3501 (semantic-minor-modes-format): New var to replace...
3502 (semantic-minor-modes-status): Remove.
3503 (semantic-mode-line-update): Construct a mode-line spec rather than
3504 a static string so that mouse buttons can be used on individual minor
3505 modes and so that semantic-mode-line-update only needs to be called
3506 when global settings are changed.
3507 (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
3508 Call semantic-mode-line-update.
3509 (semantic-toggle-minor-mode-globally): Don't assume mode is on
3510 minor-mode-alist, check semantic-minor-mode-alist as well.
3511 (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
3512 (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
3513 (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
3514 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3515 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3516 (define-semantic-idle-service, semantic-idle-summary-mode):
3517 * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
3518 Don't call semantic-mode-line-update any more.
3520 2010-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3522 Use define-minor-mode in CEDET where applicable.
3524 * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
3525 Use define-minor-mode.
3527 * cedet/semantic/util-modes.el (semantic-add-minor-mode):
3528 Remove unused arg `keymap' and code redundant with define-minor-mode.
3529 (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
3530 (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
3531 (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
3532 (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
3533 (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
3534 (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
3535 Use define-minor-mode.
3536 (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
3537 (semantic-show-unmatched-syntax-mode-setup)
3538 (semantic-show-parser-state-mode-setup)
3539 (semantic-highlight-func-mode-setup): Inline into sole caller.
3541 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
3542 (semantic-mru-bookmark-mode): Use define-minor-mode.
3543 (semantic-mru-bookmark-mode-setup): Inline into sole caller.
3545 * cedet/semantic/idle.el (define-semantic-idle-service):
3546 Use define-minor-mode and inline setup function into its sole caller.
3547 (semantic-idle-scheduler-mode-setup)
3548 (semantic-idle-summary-mode-setup): Inline into sole caller.
3549 (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
3550 Use define-minor-mode.
3552 * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
3553 (semantic-decoration-mode): Use define-minor-mode.
3554 (semantic-decoration-mode-setup): Inline into sole caller.
3556 * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
3557 (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
3558 (ede-dired-add-to-target): Use dolist.
3560 2010-05-01 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
3561 Michael Albinus <michael.albinus@gmx.de>
3563 Implement compression for inline methods.
3565 * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
3566 (tramp-copy-size-limit): Allow also nil.
3567 (tramp-inline-compress-commands): New defconst.
3568 (tramp-find-inline-compress, tramp-get-inline-compress)
3569 (tramp-get-inline-coding): New defuns.
3570 (tramp-get-remote-coding, tramp-get-local-coding): Remove,
3571 replaced by `tramp-get-inline-coding'.
3572 (tramp-handle-file-local-copy, tramp-handle-write-region)
3573 (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
3575 2010-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3577 * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
3578 Remove unused functions.
3580 * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
3581 Set find-tag-default-function as a variable rather than a property.
3583 * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
3584 * progmodes/etags.el (tags-completion-at-point-function):
3585 Remove left over interactive spec. Add autoloading stub.
3586 (complete-tag): Use tags-completion-at-point-function.
3588 2010-04-30 Chong Yidong <cyd@stupidchicken.com>
3590 * minibuffer.el (tags-completion-at-point-function): Fix return value.
3592 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
3594 * ido.el (ido-init-completion-maps): Remove C-v binding.
3595 (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
3597 2010-04-29 Chong Yidong <cyd@stupidchicken.com>
3599 * minibuffer.el (tags-completion-at-point-function): New function.
3600 (completion-at-point-functions): Use it.
3602 * cedet/semantic.el (semantic-completion-at-point-function):
3604 (semantic-mode): Use semantic-completion-at-point-function for
3605 completion-at-point-functions instead.
3607 * progmodes/etags.el (complete-tag): Revert last change.
3609 2010-04-29 Alan Mackenzie <acm@muc.de>
3611 * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
3612 off-by-one error (in end of macro position).
3614 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3616 * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
3617 firefox is absent. Don't autoload.
3618 (browse-url-galeon-program): Don't autoload.
3620 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
3622 * bindings.el (complete-symbol): Move into minibuffer.el.
3624 * minibuffer.el (complete-tag): Move from etags.el. If tags
3625 completion cannot be performed, return nil instead of signalling
3627 (completion-at-point): Make it an alias for complete-symbol.
3628 (complete-symbol): Move from bindings.el, and replace with the
3629 body of completion-at-point.
3631 * progmodes/etags.el (complete-tag): Move to minibuffer.el.
3633 * cedet/semantic.el (semantic-mode): When enabled, add
3634 semantic-ia-complete-symbol to completion-at-point-functions.
3636 * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
3637 if Semantic is not active.
3639 2010-04-28 Michael Albinus <michael.albinus@gmx.de>
3641 * net/tramp.el (tramp-remote-selinux-p): New defun.
3642 (tramp-handle-file-selinux-context)
3643 (tramp-handle-set-file-selinux-context): Use it.
3645 2010-04-28 Sam Steingold <sds@gnu.org>
3647 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
3648 `safe-local-variable' if the value is a string or a symbol with
3649 the property `bug-reference-url-format'.
3651 2010-04-28 Chong Yidong <cyd@stupidchicken.com>
3653 * progmodes/bug-reference.el (bug-reference-url-format):
3654 Revert 2010-04-27 change due to security risk.
3656 2010-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3658 Make it possible to locally disable a globally enabled mode.
3659 * simple.el (fundamental-mode): Run fundamental-mode-hook.
3660 * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
3661 rather than kill-all-local-variables so it runs fundamental-mode-hook.
3662 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3663 Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
3664 that subsequent hooks get a chance to disable it.
3666 2010-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3668 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3669 Avoid re-enabling a minor mode after the user turned the minor mode
3670 off if MODE-enable-in-buffers is run twice (typically once from
3671 fundamental-mode's after-change-major-mode-hook and a second time from
3672 run-mode-hook's own after-change-major-mode-hook).
3674 * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
3676 2010-04-27 Sam Steingold <sds@gnu.org>
3678 * progmodes/bug-reference.el (bug-reference-url-format): Mark as
3679 `safe-local-variable' if the value is a string or a function, as
3680 documented and implemented on 2010-04-02.
3682 2010-04-27 Juanma Barranquero <lekktu@gmail.com>
3684 * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
3685 when method is 'kill.
3687 2010-04-27 Agustín Martín <agustin.martin@hispalinux.es>
3689 * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
3690 condition in default directory check.
3691 (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
3692 Kill ispell process when killing its associated buffer.
3694 2010-04-27 Jan Djärv <jan.h.d@swipnet.se>
3696 * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
3697 but we aren't using it.
3699 2010-04-25 Jan Djärv <jan.h.d@swipnet.se>
3701 * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
3702 checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
3704 2010-04-24 Glenn Morris <rgm@gnu.org>
3706 * emacs-lisp/authors.el (authors-obsolete-files-regexps):
3707 Ignore VCS-ignore files, and deleted nextstep preferences files.
3708 (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
3709 (authors-ambiguous-files): New list.
3710 (authors-valid-file-names): Add some deleted files.
3711 (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
3712 (authors-disambiguate-file-name): New function. (Bug#5501)
3713 (authors-canonical-file-name): Doc fix.
3714 Don't warn about obsolete files.
3715 (authors-canonical-file-name, authors-scan-el):
3716 Use authors-disambiguate-file-name.
3718 * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
3719 Add autoload cookies.
3720 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
3721 (generated-autoload-file): Set file-local value to "htmlfontify.el".
3722 * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
3723 They have definitions / compiler macros in cl.el.
3724 (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
3725 Replace manual autoloads with generated ones.
3726 (htmlfontify-unload-rgb-file): Remove autoload.
3727 * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
3729 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3731 * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
3732 (byte-compile-setq-default): Optimize for the
3733 single-var case and don't call byte-compile-form in this case to avoid
3734 inf-loop with byte-compile-set-default.
3736 * progmodes/compile.el (compilation-start): Abbreviate default directory.
3738 2010-04-23 Michael Albinus <michael.albinus@gmx.de>
3740 Implement SELINUX backends.
3742 * net/tramp.el (tramp-file-name-handler-alist):
3743 Add `file-selinux-context' and `set-file-selinux-context'.
3744 (tramp-handle-file-selinux-context)
3745 (tramp-handle-set-file-selinux-context): New defuns.
3746 (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
3747 Handle PRESERVE-SELINUX-CONTEXT.
3749 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3750 Add `file-selinux-context' and `set-file-selinux-context'.
3751 (tramp-gvfs-handle-file-selinux-context)
3752 (tramp-gvfs-handle-set-file-selinux-context): New defuns.
3753 (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
3755 * net/ange-ftp.el (ange-ftp-copy-file):
3756 * net/tramp-fish.el (tramp-fish-handle-copy-file):
3757 * net/tramp-imap.el (tramp-imap-handle-copy-file):
3758 * net/tramp-smb.el (tramp-smb-handle-copy-file):
3759 Add PRESERVE-SELINUX-CONTEXT.
3761 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
3763 Synchronize with Tramp repository.
3765 * net/tramp.el (with-connection-property, tramp-completion-mode-p)
3766 (tramp-action-process-alive, tramp-action-out-of-band)
3767 (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
3768 (tramp-exists-file-name-handler): Fix docstring.
3769 (with-progress-reporter): New defmacro.
3770 (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
3771 (tramp-maybe-open-connection): Use it.
3773 2010-04-22 Noah Lavine <noah549@gmail.com> (tiny change)
3775 Detect ssh 'ControlMaster' argument automatically in some cases.
3777 * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
3778 (tramp-default-method): Use it.
3780 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
3782 * net/tramp.el (tramp-handle-copy-file): Add new optional
3783 parameter `preserve-selinux-context'.
3784 (tramp-file-name-for-operation): Add `set-file-selinux-context'.
3786 2010-04-22 Michael Albinus <michael.albinus@gmx.de>
3788 * net/tramp.el (tramp-completion-handle-file-name-all-completions):
3789 Ensure, that non remote files are still checked. Oops.
3791 2010-04-21 Michael Albinus <michael.albinus@gmx.de>
3795 * icomplete.el (icomplete-completions): Use `non-essential'.
3797 * net/tramp.el (tramp-connectable-p): New defun.
3798 (tramp-handle-expand-file-name)
3799 (tramp-completion-handle-file-name-all-completions)
3800 (tramp-completion-handle-file-name-completion): Use it.
3802 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3804 * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
3806 2010-04-21 Jan Djärv <jan.h.d@swipnet.se>
3808 * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
3810 * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
3812 * loadup.el: Load dynamic-setting.el if feature dynamic-setting
3815 * info.el (info-tool-bar-map): Add labels.
3817 * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
3819 * cus-edit.el (custom-commands): Add labels for tool bar.
3820 (custom-buffer-create-internal, Custom-mode): Adjust for
3821 labels in custom-commands.
3823 * dynamic-setting.el: Renamed from font-setting.el.
3825 2010-04-21 John Wiegley <jwiegley@gmail.com>
3827 * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
3828 toggles the use of virtual buffers.
3829 (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
3830 (ido-toggle-virtual-buffers): New function.
3832 2010-04-21 Juanma Barranquero <lekktu@gmail.com>
3834 Use `define-derived-mode'; fix window selection; doc fixes.
3835 * play/tetris.el (tetris, tetris-update-speed-function)
3836 (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
3837 (tetris-move-left, tetris-move-right, tetris-rotate-prev)
3838 (tetris-rotate-next, tetris-end-game, tetris-start-game)
3839 (tetris-pause-game): Fix typos in docstrings.
3840 (tetris-mode-map, tetris-null-map):
3841 Move initialization into declaration.
3842 (tetris-mode): Define with `define-derived-mode';
3843 set show-trailing-whitespace to nil.
3844 (tetris): Prefer window already displaying the "*Tetris*" buffer.
3846 2010-04-21 Karel Klíč <kklic@redhat.com>
3848 * files.el (backup-buffer): Handle SELinux context, and return it
3849 if a backup was made by renaming.
3850 (backup-buffer-copy): Set SELinux context to the target file.
3851 (basic-save-buffer): Set SELinux context of the newly written file.
3852 (basic-save-buffer-1): Now it also returns any SELinux context.
3853 (basic-save-buffer-2): Set SELinux context of the newly created file,
3855 * net/tramp.el (tramp-file-name-for-operation):
3856 Add file-selinux-context.
3858 2010-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
3860 Make the log-edit comments use RFC822 format throughout.
3862 * vc.el (vc-checkin, vc-modify-change-comment):
3863 Adjust to new vc-start/finish-logentry.
3864 (vc-find-conflicted-file): New command.
3865 (vc-transfer-file): Adjust to new vc-checkin.
3866 (vc-next-action): Improve scoping.
3868 * vc-hg.el (vc-hg-log-edit-mode): Remove.
3869 (vc-hg-checkin): Remove extra arg. Use log-edit-extract-headers.
3871 * vc-git.el (vc-git-log-edit-mode): Remove.
3872 (vc-git-checkin): Remove extra arg. Use log-edit-extract-headers.
3873 (vc-git-commits-coding-system): Rename from git-commits-coding-system.
3875 * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
3876 (vc-start-logentry): Remove argument `extra'.
3877 (vc-finish-logentry): Remove extra args.
3879 * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
3880 (vc-bzr-checkin): Remove extra arg. Use log-edit-extract-headers.
3881 (vc-bzr-conflicted-files): New function.
3883 * log-edit.el (log-edit-extra-flags)
3884 (log-edit-before-checkin-process): Remove.
3885 (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
3886 (log-edit-headers-alist): New var.
3887 (log-edit-header-contents-regexp): New const.
3888 (log-edit-match-to-eoh): New function.
3889 (log-edit-font-lock-keywords): Use them.
3890 (log-edit): Insert a "Summary:" header as default.
3891 (log-edit-mode): Mark font-lock rules as case-insensitive.
3892 (log-edit-done): Cleanup headers.
3893 (log-view-process-buffer): Remove.
3894 (log-edit-extract-headers): New function to replace it.
3896 2010-04-20 Juanma Barranquero <lekktu@gmail.com>
3898 * subr.el (default-direction-reversed): Remove obsolescence info.
3900 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3902 * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
3905 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
3906 I.e. include text after point in the completion region.
3907 Also, return nil when we're not after/in a symbol.
3909 * international/mule-cmds.el (view-hello-file): Don't fiddle with the
3910 default enable-multibyte-characters.
3912 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3914 * international/mule.el: Help the user choose a valid coding-system.
3915 (read-buffer-file-coding-system): New function.
3916 (set-buffer-file-coding-system): Use it. Prompt the user if the
3917 coding-system cannot encode all the chars.
3919 * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
3920 (vc-bzr-shelve-show, vc-bzr-shelve-apply)
3921 (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
3922 Don't use *vc-bzr-shelve*.
3924 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3926 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
3927 Don't destroy list before using it.
3929 2010-04-19 Dan Nicolaescu <dann@ics.uci.edu>
3931 Fix the version number for added files.
3932 * vc-hg.el (vc-hg-working-revision): Check if the file is
3933 registered after hg parent fails (Bug#5961).
3935 2010-04-19 Glenn Morris <rgm@gnu.org>
3937 * htmlfontify.el (htmlfontify-buffer)
3938 (htmlfontify-copy-and-link-dir): Autoload entry points.
3940 2010-04-19 Magnus Henoch <magnus.henoch@gmail.com>
3942 * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
3943 name relative to the project root (Bug#5960).
3945 2010-04-19 Glenn Morris <rgm@gnu.org>
3947 * vc-git.el (vc-git-print-log): Doc fix.
3949 2010-04-19 Óscar Fuentes <ofv@wanadoo.es>
3951 * ido.el (ido-file-internal): Fix 2009-12-02 change.
3953 2010-04-19 Christoph <cschol2112@googlemail.com> (tiny change)
3955 * progmodes/grep.el (grep-compute-defaults): Fix handling of host
3956 default settings (Bug#5928).
3958 2010-04-19 Glenn Morris <rgm@gnu.org>
3960 * progmodes/fortran.el (fortran-match-and-skip-declaration):
3962 (fortran-font-lock-keywords-3): Use it. (Bug#1385)
3964 2010-04-19 Kenichi Handa <handa@m17n.org>
3966 * language/indian.el (malayalam-composable-pattern): Fix previous
3967 change (add U+0D4D "SIGN VIRAMA").
3968 (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
3969 (tamil-composable-pattern): Fix typo in the regexp.
3970 (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
3971 (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
3972 (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
3974 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3976 * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
3977 paragraph-separate (Bug#5821).
3979 2010-04-19 Juri Linkov <juri@jurta.org>
3981 Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
3983 * info.el (Info-find-node-2): Comment out code that skips
3985 (Info-mouse-follow-link): New command.
3986 (Info-link-keymap): New keymap.
3987 (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
3988 Return a string with links instead of inserting breadcrumbs
3990 (Info-fontify-node): Comment out code that inserts breadcrumbs.
3991 Instead of putting the `invisible' text property over the Info
3992 header, make an overlay over the Info header with the `invisible'
3993 property and `after-string' set to the string returned by
3996 2010-04-19 Chong Yidong <cyd@stupidchicken.com>
3998 * help.el (help-window-setup-finish): Doc fix (Bug#5830).
3999 Reported by monkey@sandpframing.com.
4001 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4003 * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
4004 (tmm-get-keymap): Add key-binding shortcuts now that they're not
4005 available in the "keyseq cache" any more.
4007 * custom.el (defcustom): Add edebug spec.
4009 2010-04-18 Juri Linkov <juri@jurta.org>
4011 Test for special mode-class in view-buffer instead of view-file (bug#5513).
4013 * view.el (view-file, view-buffer): Move test for special mode-class
4014 from view-file to view-buffer.
4016 * tar-mode.el (tar-extract): Turn if's into one cond
4017 like in arc-mode.el.
4019 2010-04-18 Juri Linkov <juri@jurta.org>
4021 Add 7z archive format support (bug#5475).
4023 * arc-mode.el (archive-zip-extract): Try to find 7z executable.
4024 (archive-7z-extract): New defcustom.
4025 (archive-find-type): Add magic string for 7z.
4026 (archive-extract-by-stdout): Add new optional arg `stderr-file'.
4027 If `stderr-file' is non-nil, use `(t stderr-file)' for the
4028 `buffer' arg of `call-process'.
4029 (archive-zip-extract): Check `archive-zip-extract' for "7z" and
4030 call the function `archive-7z-extract' with the variable
4031 `archive-7z-extract' let-bound to `archive-zip-extract'.
4032 (archive-7z-summarize, archive-7z-extract): New functions.
4034 * international/mule.el (auto-coding-alist):
4035 * files.el (auto-mode-alist): Add 7z file extension.
4037 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4039 * loadup.el: Setup hash-cons for pure data.
4041 Fix duplicate entries in cedet's loaddefs.el files.
4042 * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
4043 Should make most file-local generated-autoload-file unnecessary.
4044 (print-readably): Silence warnings.
4045 (autoload-find-destination): Take load-name as an arg to make sure
4046 it's the same as the one that will be in the file.
4047 (autoload-generate-file-autoloads): Adjust to above changes.
4048 Try to make the dataflow a bit simpler.
4050 * cvs-status.el (cvs-refontify): Remove unused.
4052 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com>
4054 * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
4056 * calc-bin.el (calc-radix): Have the "O" option turn on
4057 twos-complement mode.
4059 2010-04-17 Jay Belanger <jay.p.belanger@gmail.com>
4061 * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
4062 Add `calc-option-prefix-help' to calc-help autoloads.
4063 (calc-inverse): Add "Option" to message, as appropriate.
4064 (calc-hyperbolic): Add "Option" to message, as appropriate.
4065 (calc-option, calc-is-option): New functions.
4067 * calc-help.el (calc-full-help): Add `calc-option-help'.
4068 (calc-option-prefix-help): New function.
4070 * calc-misc.el (calc-help): Add "Option" entry.
4072 * calc.el (calc-local-var-list): Add `calc-option-flag'.
4073 (calc-option-flag): New variable.
4074 (calc-do): Set `calc-option-flag to nil.
4075 (calc-set-mode-line): Add "Opt " as appropriate.
4077 2010-04-16 Juri Linkov <juri@jurta.org>
4079 Move scrolling commands from simple.el to window.el
4080 because their primitives are implemented in window.c.
4082 * simple.el (scroll-error-top-bottom)
4083 (scroll-up-command, scroll-down-command, scroll-up-line)
4084 (scroll-down-line, scroll-other-window-down)
4085 (beginning-of-buffer-other-window, end-of-buffer-other-window):
4086 * window.el (scroll-error-top-bottom)
4087 (scroll-up-command, scroll-down-command, scroll-up-line)
4088 (scroll-down-line, scroll-other-window-down)
4089 (beginning-of-buffer-other-window, end-of-buffer-other-window):
4090 Move from simple.el to window.el because their primitives are
4091 implemented in window.c.
4093 2010-04-16 Juri Linkov <juri@jurta.org>
4095 * isearch.el (isearch-lookup-scroll-key): Check both
4096 `isearch-scroll' and `scroll-command' properties.
4097 (scroll-up, scroll-down): Remove `isearch-scroll' property.
4099 * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
4101 * simple.el (scroll-up-command, scroll-down-command)
4102 (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
4104 2010-04-15 Juri Linkov <juri@jurta.org>
4106 * simple.el (scroll-up-command, scroll-down-command)
4107 (scroll-up-line, scroll-down-line): Put `scroll-command'
4108 property on the these symbols. Remove them from
4109 `scroll-preserve-screen-position-commands'.
4111 * mwheel.el (mwheel-scroll): Put `scroll-command' and
4112 `isearch-scroll' properties on the `mwheel-scroll' symbol.
4113 Remove it from `scroll-preserve-screen-position-commands'.
4115 * isearch.el (isearch-allow-scroll): Doc fix.
4117 2010-04-15 Michael Albinus <michael.albinus@gmx.de>
4119 * net/tramp.el (tramp-error-with-buffer): Don't show the
4120 connection buffer when we are in completion mode.
4121 (tramp-file-name-handler): Catch the error for some operations
4122 when we are in completion mode. This gives the user the chance to
4123 correct the file name in the minibuffer.
4125 2010-04-15 Glenn Morris <rgm@gnu.org>
4127 * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
4129 2010-04-15 Juanma Barranquero <lekktu@gmail.com>
4131 Simplify by using `define-derived-mode'.
4132 * info.el (Info-mode):
4133 * calendar/todo-mode.el (todo-mode):
4134 * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
4135 (gomoku-mode-map): Move initialization into declaration.
4137 2010-04-14 Michael Albinus <michael.albinus@gmx.de>
4140 * ido.el (ido-file-name-all-completions-1):
4141 * minibuffer.el (minibuffer-completion-help):
4142 * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
4144 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4146 * simple.el (non-essential): New var.
4148 Add a new field `location' to bookmarks for non-file bookmarks.
4149 * bookmark.el (bookmark-location): Use the new field, if present.
4150 (bookmark-insert-location): Undo last change, not needed any more.
4151 * man.el (Man-bookmark-make-record):
4152 * woman.el (woman-bookmark-make-record): Add `location' field.
4154 2010-04-14 Juri Linkov <juri@jurta.org>
4156 * simple.el (scroll-error-top-bottom): New defcustom.
4157 (scroll-up-command, scroll-down-command): Use it. Doc fix.
4159 * emulation/pc-select.el (pc-select-override-scroll-error):
4160 Obsolete in favor of `scroll-error-top-bottom'.
4162 2010-04-14 Juri Linkov <juri@jurta.org>
4164 * tutorial.el (tutorial--default-keys): Rebind `C-v' to
4165 `scroll-up-command' and `M-v' to `scroll-down-command'.
4167 * emulation/cua-rect.el (cua--init-rectangles):
4168 * forms.el (forms--change-commands):
4169 * image-mode.el (image-mode-map):
4170 Remap scroll-down-command and scroll-up-command
4171 in addition to scroll-down and scroll-up.
4173 2010-04-14 Juri Linkov <juri@jurta.org>
4175 * mwheel.el (scroll-preserve-screen-position-commands):
4176 Add mwheel-scroll to this list of commands.
4178 * simple.el (scroll-preserve-screen-position-commands):
4179 Add scroll-up-command, scroll-down-command, scroll-up-line,
4180 scroll-down-line to this list of commands.
4182 2010-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4184 * obsolete/complete.el: Move from lisp/complete.el.
4186 * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
4188 * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
4189 to the minor mode function now turns the mode ON unconditionally.
4191 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4193 * vc-dir.el (vc-dir-kill-line): New command.
4194 (vc-dir-mode-map): Bind it to C-k.
4196 * bookmark.el (bookmark-insert-location): Handle a nil filename.
4198 * woman.el: Add bookmark declarations to silence the compiler.
4199 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
4200 step to compatibility between man and woman bookmarks.
4201 Adjust for Man-default-bookmark-title renaming.
4202 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
4204 * man.el: Add bookmark declarations to silence the compiler.
4205 (Man-name-local-regexp): Make it match NAME as well.
4206 (Man-getpage-in-background): Return the buffer.
4207 (Man-notify-when-ready): Use `case'.
4208 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
4209 Don't hardcode "NAME". Simplify.
4210 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
4211 Rename from Man-bookmark-make-record.
4212 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
4213 we have the actual man-args. Use Man-getpage-in-background rather
4214 than `man' since the arg is already processed. Let bookmark.el do the
4215 window handling. Only wait for the relevant process.
4216 Don't forget to autoload.
4218 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
4220 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4222 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
4224 (woman-mode): Setup bookmark support.
4226 * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
4227 (man-bookmark-jump): New functions.
4228 (Man-mode): Setup bookmark support.
4230 2010-04-10 Jari Aalto <jari.aalto@cante.net>
4232 * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
4233 recognize ssh-keygen prompt (Bug#2817).
4235 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
4237 * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
4239 2010-04-10 Michael Albinus <michael.albinus@gmx.de>
4241 Synchronize with Tramp repository.
4243 * net/tramp.el (tramp-completion-function-alist)
4244 (tramp-file-name-regexp, tramp-chunksize)
4245 (tramp-local-coding-commands, tramp-remote-coding-commands):
4247 (tramp-remote-process-environment): Use `format' instead of `concat'.
4248 (tramp-handle-directory-files-and-attributes)
4249 (tramp-get-remote-path): Use `copy-tree'.
4250 (tramp-handle-file-name-all-completions): Backward/ XEmacs
4251 compatibility: Use `completion-ignore-case' if
4252 `read-file-name-completion-ignore-case' does not exist.
4253 (tramp-do-copy-or-rename-file-directly): Do not use
4254 `tramp-handle-file-remote-p'.
4255 (tramp-do-copy-or-rename-file-out-of-band):
4256 Use `tramp-compat-delete-directory'.
4257 (tramp-do-copy-or-rename-file-out-of-band)
4258 (tramp-compute-multi-hops, tramp-maybe-open-connection):
4259 Use `format-spec-make'.
4260 (tramp-find-foreign-file-name-handler)
4261 (tramp-advice-make-auto-save-file-name)
4262 (tramp-set-auto-save-file-modes): Remove superfluous check for
4263 `stringp'. This is done inside `tramp-tramp-file-p'.
4264 (tramp-debug-outline-regexp): New defconst.
4265 (tramp-get-debug-buffer): Use it.
4266 (tramp-check-for-regexp): Use (forward-line 1).
4267 (tramp-set-auto-save-file-modes): Adapt version check.
4269 * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
4270 Wrap call of `featurep' for 2nd argument.
4271 (tramp-compat-make-temp-file): Simplify fallback implementation.
4272 (tramp-compat-copy-tree): Remove function.
4273 (tramp-compat-delete-directory): Provide implementation for older
4276 * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
4277 Do not use `tramp-fish-handle-file-attributes.
4279 * net/trampver.el: Update release number.
4281 2010-04-10 Glenn Morris <rgm@gnu.org>
4283 * progmodes/compile.el (compilation-save-buffers-predicate):
4284 Add missing :version tag.
4286 2010-04-09 Sam Steingold <sds@gnu.org>
4288 * progmodes/compile.el (compilation-save-buffers-predicate):
4289 Remove the "autoload" cookie.
4291 * progmodes/bug-reference.el (turn-on-bug-reference-mode)
4292 (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
4293 and `bug-reference-prog-mode' can be used in hooks directly.
4295 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
4297 Add --author support to git commit.
4298 * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
4299 (vc-git-log-edit-mode): New minor mode.
4300 (log-edit-mode, log-edit-extra-flags, log-edit-mode):
4303 2010-04-09 Eric Raymond <esr@snark.thyrsus.com>
4305 * vc-hooks.el, vc-git.el: Improve documentation comments.
4307 2010-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4309 Fix some of the problems in defsubst* (bug#5728).
4310 * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
4311 (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
4313 2010-04-07 Sam Steingold <sds@gnu.org>
4315 * progmodes/compile.el (compilation-save-buffers-predicate):
4316 New custom variable.
4317 (compile, recompile): Pass it to `save-some-buffers'.
4319 2010-04-07 Jan Djärv <jan.h.d@swipnet.se>
4321 * wid-edit.el (widget-choose): Move cursor to the second line of
4322 the buffer (Bug#5695).
4324 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
4326 Add new VC methods: vc-log-incoming and vc-log-outgoing.
4327 * vc.el (vc-print-log-setup-buttons): New function split out from
4328 vc-print-log-internal.
4329 (vc-log-internal-common): New function, a parametrized version of
4330 vc-print-log-internal.
4331 (vc-print-log-internal): Just call vc-log-internal-common with the
4333 (vc-incoming-outgoing-internal):
4334 (vc-log-incoming, vc-log-outgoing): New functions.
4335 (vc-log-view-type): New permanent local variable.
4337 * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
4339 * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
4340 of the dynamic bound vc-short-log.
4341 (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
4343 * vc-git.el (vc-git-log-outgoing): New function.
4344 (vc-git-log-view-mode): Use vc-log-view-type instead
4345 of the dynamic bound vc-short-log.
4347 * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
4348 of the dynamic bound vc-short-log. Highlight the tag.
4349 (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
4350 (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
4351 (vc-hg-incoming-mode): Remove.
4352 (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
4354 2010-04-07 Dan Nicolaescu <dann@ics.uci.edu>
4356 Fix default-directory for vc-root-diff.
4357 * vc.el (vc-root-diff): Bind default-directory to the root
4358 directory for the diff command.
4360 2010-04-07 Michael McNamara <mac@mail.brushroad.com>
4362 * progmodes/verilog-mode.el (verilog-forward-sexp):
4363 (verilog-calc-1): Support "disable fork" and "fork wait" multi
4364 word keywords, suggested by Steve Pearlmutter.
4365 (verilog-pretty-declarations): Support lineup of declarations in
4367 (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
4368 fix bug for /* / comments.
4369 (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
4370 Speed up and simplfy as this is never called with a bound.
4371 (verilog-pretty-declarations): Enhance to line up declarations
4372 inside a parameter list, suggested by Alan Morgan.
4373 (verilog-pretty-expr): Tune assignment regular expression match
4374 string for corner cases; also use markers instead of character
4375 number as indent changes the later.
4377 2010-04-07 Wilson Snyder <wsnyder@wsnyder.org>
4379 * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
4381 (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
4382 causing truncation of AUTOWIRE signals. Reported by Bruce Tennant.
4383 (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
4384 AUTO_TEMPLATEs needing multiple array bits. Suggested by Bruce
4387 (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
4388 1800-2009 keywords, including "global.".
4390 2010-04-06 John Wiegley <jwiegley@gmail.com>
4392 * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
4393 appearing in buffer list (if a live buffer name matched a recentf
4394 file basename). Should use uniquify to offer a real solution.
4396 2010-04-06 John Wiegley <jwiegley@gmail.com>
4398 * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
4399 comment to code, and add a :version tag.
4400 (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
4402 2010-04-06 Juanma Barranquero <lekktu@gmail.com>
4404 Enable recentf-mode if using virtual buffers.
4405 * ido.el (recentf-list): Declare for byte-compiler.
4406 (ido-virtual-buffers): Move up to silence byte-compiler. Add docstring.
4407 (ido-make-buffer-list): Simplify.
4408 (ido-add-virtual-buffers-to-list): Simplify. Enable recentf-mode.
4410 2010-04-05 Juri Linkov <juri@jurta.org>
4412 Scrolling commands which scroll a line instead of full screen.
4413 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
4415 * simple.el (scroll-up-line, scroll-down-line): New commands.
4416 Put property isearch-scroll=t on them.
4418 * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
4421 2010-04-05 Juri Linkov <juri@jurta.org>
4423 Scrolling commands which do not signal errors at top/bottom.
4424 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
4426 * simple.el (scroll-up-command, scroll-down-command): New commands.
4427 Put property isearch-scroll=t on them.
4429 * bindings.el (global-map): Rebind [prior] from `scroll-down' to
4430 `scroll-down-command' and [next] from `scroll-up' to
4431 `scroll-up-command'.
4433 * emulation/cua-base.el: Put property CUA=move on
4434 `scroll-up-command' and `scroll-down-command'.
4435 (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
4436 and `scroll-down-command' to `cua-scroll-down'.
4438 2010-04-05 Juanma Barranquero <lekktu@gmail.com>
4440 * help.el (describe-mode): Return nil.
4442 2010-04-04 John Wiegley <jwiegley@gmail.com>
4444 * ido.el (ido-use-virtual-buffers): New variable to indicate
4445 whether "virtual buffer" support is enabled for IDO.
4446 (ido-virtual): Face used to indicate virtual buffers in the list.
4447 (ido-buffer-internal): If a buffer is chosen, and no such buffer
4448 exists, but a virtual buffer of that name does (which would be why
4449 it was in the list), recreate the buffer by reopening the file.
4450 (ido-make-buffer-list): If virtual buffers are being used, call
4451 `ido-add-virtual-buffers-to-list' before the make list hook.
4452 (ido-virtual-buffers): New variable which contains a copy of the
4453 current contents of the `recentf-list', albeit pared down for the
4454 sake of speed, and with proper faces applied.
4455 (ido-add-virtual-buffers-to-list): Using the `recentf-list',
4456 create a list of "virtual buffers" to present to the user in
4457 addition to the currently open set. Note that this logic could
4458 get rather slow if that list is too large. With the default
4459 `recentf-max-saved-items' of 200, there is little speed penalty.
4461 2010-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4463 * font-lock.el: Require CL when compiling.
4464 (font-lock-turn-on-thing-lock): Use `case'.
4466 2010-04-03 Eli Zaretskii <eliz@gnu.org>
4468 * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
4471 2010-04-02 Juanma Barranquero <lekktu@gmail.com>
4473 * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
4474 (semantic-create-imenu-directory-index): Fix typos in docstrings.
4475 (semantic-imenu-goto-function): Reflow docstring.
4477 2010-04-02 Juri Linkov <juri@jurta.org>
4479 * ehelp.el (electric-help-orig-major-mode):
4480 New buffer-local variable.
4481 (electric-help-mode): Set it to original major-mode. Doc fix.
4482 (with-electric-help): Use `electric-help-orig-major-mode' instead
4483 of (default-value 'major-mode). Doc fix.
4484 http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
4486 2010-04-02 Sam Steingold <sds@gnu.org>
4488 * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
4489 `vc-hg-command' with a list of flags.
4491 * progmodes/bug-reference.el (bug-reference-bug-regexp):
4492 Also accept "patch" and "RFE".
4493 (bug-reference-fontify): `bug-reference-url-format' can also be a
4494 function to be able to handle the bug kind.
4495 (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
4497 2010-04-02 Jan Djärv <jan.h.d@swipnet.se>
4499 * tmm.el (tmm-get-keymap): Check with symbolp before passing
4500 value to fboundp, it may not be a symbol.
4502 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4504 * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
4506 2010-03-31 Juri Linkov <juri@jurta.org>
4508 * simple.el (next-line, previous-line): Re-throw a signal
4509 with `signal' instead of using `ding'.
4510 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
4512 2010-03-31 Juri Linkov <juri@jurta.org>
4514 * simple.el (keyboard-escape-quit): Raise deselecting the active
4515 region higher than exiting the minibuffer.
4516 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
4518 2010-03-31 Juri Linkov <juri@jurta.org>
4520 * image.el (image-animated-p): Use `image-metadata' instead of
4521 `image-extension-data'. Get GIF extenstion data from metadata
4522 property `extension-data'.
4524 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4526 * simple.el (append-to-buffer): Simplify.
4528 2010-03-31 Tomas Abrahamsson <tab@lysator.liu.se>
4530 * textmodes/artist.el (artist-mode): Fix typo in docstring.
4531 Reported by Alex Schröder <kensanata@gmail.com>. (Bug#5807)
4533 2010-03-31 Kenichi Handa <handa@m17n.org>
4535 * language/sinhala.el (composition-function-table): Fix regexp for
4536 the new Unicode specification.
4538 * language/indian.el (devanagari-composable-pattern)
4539 (tamil-composable-pattern, kannada-composable-pattern)
4540 (malayalam-composable-pattern): Adjust for the new Unicode
4542 (bengali-composable-pattern, gurmukhi-composable-pattern)
4543 (gujarati-composable-pattern, oriya-composable-pattern)
4544 (telugu-composable-pattern): New variables to cope with the new
4545 Unicode specification. Use them in composition-function-table.
4547 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4549 Make tmm-menubar work for the Buffers menu again (bug#5726).
4550 * tmm.el (tmm-prompt): Also handle keymap entries in the form of
4551 vectors rather than cons cells, as used in menu-bar-update-buffers.
4553 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4555 * progmodes/js.el (js-auto-indent-flag, js-mode-map)
4556 (js-insert-and-indent): Revert 2009-08-15 change, restoring
4557 electric punctuation for "{}();,:" (Bug#5586).
4559 * mail/sendmail.el (mail-default-directory): Doc fix.
4561 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4563 * mail/sendmail.el (mail-default-directory): Doc fix.
4565 2010-03-31 Eli Zaretskii <eliz@gnu.org>
4567 * subr.el (version-regexp-alist, version-to-list)
4568 (version-list-<, version-list-=, version-list-<=)
4569 (version-list-not-zero, version<, version<=, version=): Doc fix.
4572 2010-02-31 Dan Nicolaescu <dann@ics.uci.edu>
4574 * vc.el (vc-root-diff): Doc fix.
4576 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4578 * vc.el (vc-print-log, vc-print-root-log): Doc fix.
4580 * simple.el (append-to-buffer): Fix last change.
4582 2010-03-31 Chong Yidong <cyd@stupidchicken.com>
4584 * simple.el (append-to-buffer): Ensure that point is preserved if
4585 BUFFER is the current buffer. Suggested by YAMAMOTO Mitsuharu.
4588 2010-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4590 * files.el (auto-mode-case-fold): Change default to t.
4592 2010-03-30 Juri Linkov <juri@jurta.org>
4594 * dired-x.el (dired-omit-mode): Doc fix.
4596 2010-03-30 Juri Linkov <juri@jurta.org>
4598 * replace.el (occur-accumulate-lines): Move occur-engine related
4599 functions `occur-accumulate-lines' and `occur-engine-add-prefix'
4600 to be located after `occur-engine'.
4602 2010-03-30 Juri Linkov <juri@jurta.org>
4604 Make occur handle multi-line matches cleanly with context.
4605 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
4607 * replace.el (occur-accumulate-lines): Add optional arg `pt'.
4608 (occur-engine): Add local variables `ret', `prev-after-lines',
4609 `prev-lines'. Use more arguments for `occur-context-lines'.
4610 Set first elem of its returned list to `data', and the second elem
4611 to `prev-after-lines'. Don't print the separator line.
4612 In the end, print remaining context after-lines.
4613 (occur-context-lines): Add new arguments `begpt', `endpt',
4614 `lines', `prev-lines', `prev-after-lines'. Rewrite to combine
4615 after-lines of the previous match with before-lines of the
4616 current match and not overlap them. Return a list with two
4617 values: the output line and the list of context after-lines.
4619 2010-03-30 Juri Linkov <juri@jurta.org>
4621 * replace.el (occur-accumulate-lines): Fix a bug where the first
4622 context line at the beginning of the buffer was missing.
4624 2010-03-30 Eli Zaretskii <eliz@gnu.org>
4626 * files.el: Make bidi-display-reordering safe variable for boolean
4629 2010-03-29 Phil Hagelberg <phil@evri.com>
4630 Chong Yidong <cyd@stupidchicken.com>
4632 * subr.el: Extend progress reporters to perform "spinning".
4633 (progress-reporter-update, progress-reporter-do-update):
4634 Handle non-numeric value arguments.
4635 (progress-reporter--pulse-characters): New var.
4637 2010-03-28 Chong Yidong <cyd@stupidchicken.com>
4639 * progmodes/compile.el (compilation-start): Fix regexp detection
4640 of initial cd command (Bug#5771).
4642 2010-03-28 Stefan Guath <stefan@automata.se> (tiny change)
4644 * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
4646 2010-03-27 Nick Roberts <nickrob@snap.net.nz>
4648 Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
4649 * lisp/progmodes/gdb-mi.el: Restore.
4650 * lisp/progmodes/gdb-ui.el: Remove.
4651 * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
4653 2010-03-25 Glenn Morris <rgm@gnu.org>
4655 * desktop.el (desktop-save-buffer-p): Don't mistakenly include
4656 all dired buffers, even tramp ones. (Bug#5755)
4658 2010-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4660 Add "union tags" in mpc.el.
4661 * mpc.el: Remove backward compatibility code.
4662 (mpc-browser-tags): Change default.
4663 (mpc--find-memoize-union-tags): New var.
4664 (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
4665 (mpc-cmd-find): Handle the case where the playlist does not exist.
4667 (mpc-cmd-list): Use mpc-cmd-special-tag-p. Handle union-tags.
4668 (mpc-cmd-add): Use mpc-cmd-flush.
4669 (mpc-tagbrowser-tag-name): New fun.
4670 (mpc-tagbrowser-buf): Use it.
4671 (mpc-songs-refresh): Use cond. Move to point-min as a fallback.
4673 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4676 * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
4677 Use replace-regexp-in-string.
4678 (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
4679 (makefile-imake-mode-syntax-table): Move init into defvar.
4680 (makefile-mode): Use define-derived-mode.
4682 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
4683 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
4684 not be present any more.
4686 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
4688 * faces.el (set-face-attribute): Fix typo in docstring.
4689 (face-valid-attribute-values): Reflow docstring.
4691 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
4693 2010-03-24 Glenn Morris <rgm@gnu.org>
4695 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
4697 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
4699 * indent.el (indent-for-tab-command): Doc fix.
4701 2010-03-24 Alan Mackenzie <acm@muc.de>
4703 * progmodes/cc-engine.el (c-remove-stale-state-cache):
4704 Fix off-by-one error. Fixes bug #5747.
4706 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
4708 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
4709 (image-dired-read-comment): Doc fix.
4711 * json.el (json-object-type, json-array-type, json-key-type)
4712 (json-false, json-null, json-read-number):
4713 * minibuffer.el (completion-in-region-functions):
4714 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
4715 (cal-tex-cursor-week):
4716 * emacs-lisp/trace.el (trace-function):
4717 * eshell/em-basic.el (eshell/printnl):
4718 * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
4719 (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
4720 * obsolete/levents.el (allocate-event, event-key, event-object)
4721 (event-point, event-process, event-timestamp, event-to-character)
4722 (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
4723 * textmodes/reftex-vars.el (reftex-index-macros-builtin)
4724 (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
4725 (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
4726 (reftex-highlight-selection): Fix typos in docstrings.
4728 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
4730 * minibuffer.el (completion-in-region-functions): Fix docstring typos.
4732 2010-03-24 Glenn Morris <rgm@gnu.org>
4734 * mail/rmail.el (rmail-highlight-face): Restore option deleted
4735 2008-02-13 without comment; mark it obsolete.
4736 (rmail-highlight-headers): Use rmail-highlight-face once more.
4738 2010-03-24 Chong Yidong <cyd@stupidchicken.com>
4740 * woman.el (woman2-process-escapes): Only consume the newline if
4741 the filler character is on a line by itself (Bug#5729).
4743 2010-03-24 Kenichi Handa <handa@m17n.org>
4745 * language/indian.el (devanagari-composable-pattern): Add more
4748 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
4750 * net/trampver.el: Update release number.
4752 2010-03-24 Glenn Morris <rgm@gnu.org>
4754 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
4756 2010-03-24 Michael Albinus <michael.albinus@gmx.de>
4758 * net/tramp.el (tramp-find-executable):
4759 Use `tramp-get-connection-buffer'. Make the regexp for checking
4760 output of "wc -l" more robust.
4761 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
4762 (tramp-open-connection-setup-interactive-shell): Remove workaround
4763 for OpenSolaris bug, it is not needed anymore.
4765 2010-03-24 Eric M. Ludlam <zappo@gnu.org>
4767 * cedet/semantic/imenu.el: New file, from the CEDET repository
4770 2010-03-24 Glenn Morris <rgm@gnu.org>
4772 * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie. (Bug#4427)
4774 2010-03-24 Wilson Snyder <wsnyder@wsnyder.org>
4776 * files.el (auto-mode-alist): Accept more verilog file patterns.
4778 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4780 * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
4782 2010-03-24 Glenn Morris <rgm@gnu.org>
4784 * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
4785 log-edit-before-checkin-process.
4787 * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
4789 * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
4791 * vc-dispatcher.el (vc-start-logentry): Doc fix.
4792 (log-view-process-buffer, log-edit-extra-flags): Declare.
4794 * log-edit.el (log-edit-before-checkin-process): Doc fix.
4796 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
4797 Consistently check ede-object is bound throughout.
4799 * cedet/ede/project-am.el (ede-shell-run-something): Declare.
4801 2010-03-23 Sam Steingold <sds@gnu.org>
4803 Fix bug#5620: recalculate all markers on compilation buffer
4804 modifications, not on file modifications.
4805 * progmodes/compile.el (buffer-modtime): New buffer-local variable:
4806 the buffer modification time, for buffers not associated with files.
4807 (compilation-mode): Create it.
4808 (compilation-filter): Update it.
4809 (compilation-next-error-function): Use it instead of
4810 `visited-file-modtime' for timestamp.
4812 2010-03-23 Juri Linkov <juri@jurta.org>
4814 Implement Occur multi-line matches.
4815 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
4817 * replace.el (occur): Doc fix.
4818 (occur-engine): Set `begpt' to the beginning of the first line.
4819 Set `endpt' to the end of the last match line. At first, count
4820 line numbers between `origpt' and `begpt'. Split out code from
4821 `out-line' variable to new let-bindings `match-prefix' and
4822 `match-str'. In `out-line' add non-numeric prefix to all
4823 non-first lines of multi-line matches. Finally, count lines
4824 between `begpt' and `endpt' and add to `lines'.
4826 2010-03-23 Juri Linkov <juri@jurta.org>
4828 * replace.el (occur-accumulate-lines, occur-engine):
4829 Use `occur-engine-line' instead of duplicate code.
4830 (occur-engine-line): New function created from duplicate code
4831 in `occur-accumulate-lines' and `occur-engine'.
4833 * replace.el (occur-engine-line): Add optional arg `keep-props'.
4834 (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
4836 2010-03-23 Juri Linkov <juri@jurta.org>
4838 * finder.el: Remove TODO tasks.
4840 * info.el (Info-finder-find-node): Add node "all"
4841 with all package info. Handle a list of multiple keywords
4843 (info-finder): In interactive use with a prefix argument,
4844 use `completing-read-multiple' to read a list of keywords
4847 2010-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4849 Add a new completion style `substring'.
4850 * minibuffer.el (completion-basic--pattern): New function.
4851 (completion-basic-try-completion, completion-basic-all-completions):
4853 (completion-substring--all-completions)
4854 (completion-substring-try-completion)
4855 (completion-substring-all-completions): New functions.
4856 (completion-styles-alist): New style `substring'.
4858 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4860 Get rid of .elc files after removal of the corresponding .el.
4861 * Makefile.in (compile-clean): New target.
4862 (compile-main): Use it.
4864 2010-03-22 Jan Djärv <jan.h.d@swipnet.se>
4866 * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
4867 don't do make there. When compiling with separate object dir, there
4868 is no Makefile there.
4870 2010-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4872 Get rid of the ELCFILES abomination, again.
4873 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4874 (all, compile): Don't call compile-last.
4875 (compile-main): Build the "elcfiles" list dynamically.
4876 (compile-targets): New (internal) target.
4878 2010-03-21 Andreas Schwab <schwab@linux-m68k.org>
4880 * Makefile.in (top_srcdir): Define.
4881 (abs_top_builddir): Define.
4882 (srcdir): Don't append `/..'.
4883 (EMACS): Use ${abs_top_builddir}.
4884 (all, compile, compile-always, compile-last): Don't set emacswd.
4885 (update-subdirs, update-authors): Use $(top_srcdir) instead of
4887 (lisp): Use $(srcdir) instead of @srcdir@.
4889 2010-03-21 Juri Linkov <juri@jurta.org>
4891 Fix message of multi-line occur regexps and multi-buffer header lines.
4892 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
4894 * replace.el (occur-1): Don't display regexp if it is longer
4895 than window-width. Use `query-replace-descr' to display regexp.
4896 (occur-engine): Don't display regexp in the buffer header for
4897 multi-buffer occur. Display a separate header line with total
4898 match count and regexp for multi-buffer occur.
4899 Use `query-replace-descr' to display regexp.
4901 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
4903 * net/secrets.el: Fix parenthesis.
4904 (secrets-enabled): Fix parenthesis.
4906 2010-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4908 Use more relative file and directory names.
4909 * Makefile.in (EMACS): Arrange for it to work when we chdir.
4910 (setwins, setwins_almost, setwins_for_subdirs):
4911 Don't `cd'; output relative names.
4912 (all, compile, compile-always, compile-last): Set emacswd.
4913 (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
4914 Just cd to the lisp source dir so we can use relative file names.
4916 * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
4918 2010-03-20 Glenn Morris <rgm@gnu.org>
4920 * textmodes/rst.el: Use faces for font-lock customization, and make the
4921 old -face variables obsolete.
4922 (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
4923 (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
4924 (rst-block-face, rst-external-face, rst-definition-face)
4925 (rst-directive-face, rst-comment-face, rst-emphasis1-face)
4926 (rst-emphasis2-face, rst-literal-face, rst-reference-face):
4928 (rst-font-lock-keywords-function): Update for above changes.
4930 2010-03-20 Juri Linkov <juri@jurta.org>
4933 * obsolete/s-region.el: Move to obsolete.
4935 2010-03-19 Juanma Barranquero <lekktu@gmail.com>
4937 * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
4939 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4941 * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
4943 2010-03-19 Dan Nicolaescu <dann@ics.uci.edu>
4945 Add special markup processing for commit logs.
4946 * log-edit.el (log-edit-extra-flags): New variable.
4947 (log-edit): Add new argument MODE. Use that mode when non-nil
4948 instead of the log-view-mode.
4949 (log-view-process-buffer): New function.
4951 * vc.el: Document that the checkin method takes optional
4952 arguments. Document new backend specific method: log-view-mode.
4953 (vc-default-log-edit-mode): New function.
4954 (vc-checkin): Use a backend specific log-view-mode.
4955 Pass extra arguments to the checkin method.
4956 (vc-modify-change-comment): Pass a dummy extra argument.
4958 * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
4960 (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
4961 (vc-finish-logentry): Process the log buffer before passing it
4962 down. Pass log-edit-extra-flags.
4964 * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
4966 (log-edit-extra-flags, log-edit-before-checkin-process):
4969 * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
4971 (log-edit-extra-flags, log-edit-before-checkin-process):
4973 (vc-hg-log-edit-mode): New derived mode.
4975 * vc-arch.el (vc-arch-checkin):
4976 * vc-cvs.el (vc-cvs-checkin):
4977 * vc-git.el (vc-git-checkin):
4978 * vc-mtn.el (vc-mtn-checkin):
4979 * vc-rcs.el (vc-rcs-checkin):
4980 * vc-sccs.el (vc-sccs-checkin):
4981 * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
4983 2010-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
4985 * outline.el (hide-sublevels): Don't hide trailing newline (and fix
4988 2010-03-19 Glenn Morris <rgm@gnu.org>
4990 * password-cache.el (password-cache, password-cache-expiry): Autoload.
4992 2010-03-18 Glenn Morris <rgm@gnu.org>
4994 * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
4996 * replace.el (query-replace-history): Give it a doc string.
4997 (map-query-replace-regexp): Use query-replace-from-history-variable
4998 and query-replace-to-history-variable.
5000 * mail/hashcash.el (declare-function): Remove duplicate definition.
5002 * mail/emacsbug.el (report-emacs-bug-pretest-address):
5003 Make it an obsolete alias for report-emacs-bug-address.
5004 (message-strip-special-text-properties): Declare.
5005 (report-emacs-bug): Remove test for a pretest bug address.
5006 Combine message-mode-specific code.
5008 * mail/supercite.el: Don't require sendmail.
5009 (mh-in-header-p): Declare rather than using with-no-warnings.
5010 (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
5011 mail-header-end. Don't bind mysterious variable `kill-lines-magic'.
5013 * calendar/cal-french.el: Convert to utf-8.
5015 * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
5018 2010-03-16 Michael Albinus <michael.albinus@gmx.de>
5020 * net/secrets.el (secrets-enabled): New variable. Use it instead
5023 2010-03-15 Michael Albinus <michael.albinus@gmx.de>
5025 * net/secrets.el (top): Register the D-Bus signals only when the
5026 service "org.freedesktop.secrets" can be pinged.
5027 Provide subfeature `enabled'.
5029 2010-03-14 Juri Linkov <juri@jurta.org>
5031 Add finder unknown keywords.
5033 * finder.el (finder-unknown-keywords): New function.
5035 * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
5036 to create a Finder node with unknown keywords.
5038 2010-03-14 Juri Linkov <juri@jurta.org>
5040 * finder.el (finder-compile-keywords): Replace `princ' with
5041 `prin1' on a list of symbols interned from keyword strings.
5043 * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
5044 a comma, then split keywords using a comma and optional whitespace.
5045 Otherwise, split by whitespace.
5053 * progmodes/mixal-mode.el: Fix keywords.
5055 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
5057 * Makefile.in (ELCFILES): Add net/secrets.elc.
5059 * net/secrets.el: New file.
5061 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
5063 * facemenu.el (list-colors-display, list-colors-print): New arg
5064 callback. Use it to allow selecting colors.
5066 * wid-edit.el (widget-image-insert): Insert image prop even if the
5067 current display is non-graphic.
5068 (widget-field-value-set): New fun.
5069 (editable-field): Use it.
5070 (widget-field-value-get): Clean up unused var.
5071 (widget-color-value-create, widget-color--choose-action):
5072 New funs. Allow using list-colors-display to choose color.
5074 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
5076 * cus-edit.el: Resort topmost custom groups.
5077 (custom-buffer-sort-alphabetically): Default to t.
5078 (customize-apropos): Use apropos-parse-pattern.
5079 (custom-search-field): New var.
5080 (custom-buffer-create-internal): Add custom-apropos search field.
5081 (custom-add-parent-links): Don't display parent doc.
5082 (custom-group-value-create): Don't sort top-level custom group.
5083 (custom-magic-value-create): Show visibility button before option name.
5085 (custom-variable-state): New fun, from custom-variable-state-set.
5086 (custom-variable-state-set): Use it.
5087 (custom-group-value-create): Hide options with standard values
5088 using the :hidden-states property. Use progress reporter.
5090 (custom-show): Simplify.
5091 (custom-visibility): Disable images by default.
5092 (custom-variable): New property :hidden-states.
5093 (custom-variable-value-create): Enable images for
5094 custom-visibility widgets. Use :hidden-states property to
5095 determine initial visibility.
5097 * wid-edit.el (widget-image-find): Give images center ascent.
5098 (visibility): Add :on-image and :off-image properties.
5099 (widget-visibility-value-create): Use them.
5101 2010-03-12 Chong Yidong <cyd@stupidchicken.com>
5103 * cus-edit.el (processes): Remove from development group.
5104 (oop, hypermedia): Delete group.
5105 (comm): Promote to top-level group.
5107 * net/browse-url.el (browse-url):
5108 * net/xesam.el (xesam):
5109 * net/tramp.el (tramp):
5110 * net/goto-addr.el (goto-address):
5111 * net/ange-ftp.el (ange-ftp): Put in comm group.
5113 * view.el (view): Remove from editing group.
5115 * uniquify.el (uniquify): Put in files group.
5117 * net/browse-url.el (browse-url):
5118 * ps-print.el (postscript): Put in external group.
5120 * cus-edit.el (outlines):
5121 * textmodes/text-mode.el (text-mode-hook):
5122 * textmodes/table.el (table):
5123 * textmodes/picture.el (picture):
5124 * outline.el (outlines): Put in wp group.
5126 * nxml/nxml-mode.el (nxml): Remove from wp group.
5128 * net/tramp-imap.el (tramp-imap): Put in tramp group.
5130 * mail/metamail.el (metamail): Remove from hypermedia group.
5132 * cus-edit.el (abbrev):
5133 * whitespace.el (whitespace):
5134 * vcursor.el (vcursor):
5135 * reveal.el (reveal):
5136 * hl-line.el (hl-line): Put in convenience group.
5138 * epg-config.el (epg): Put in data group.
5140 * emulation/pc-select.el (pc-select): Put in emulations group.
5142 * calculator.el (calculator): Put in applications group.
5144 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
5146 Add .dir-locals.el support for file-less buffers.
5147 * files.el (hack-local-variables): Split out code to apply local
5148 variable settings ...
5149 (hack-local-variables-apply): ... here. New function.
5150 (hack-dir-local-variables): Use the default directory for when the
5151 buffer does not have an associated file.
5152 (hack-dir-local-variables-non-file-buffer): New function.
5153 * diff-mode.el (diff-mode):
5154 * vc-annotate.el (vc-annotate-mode):
5155 * vc-dir.el (vc-dir-mode):
5156 * log-edit.el (log-edit-mode):
5157 * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
5159 2010-03-12 Dan Nicolaescu <dann@ics.uci.edu>
5161 Add support for shelving snapshots and for showing shelves.
5162 * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
5163 (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
5165 (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
5166 (vc-bzr-extra-menu-map): Map them.
5168 2010-03-11 Glenn Morris <rgm@gnu.org>
5170 * cus-edit.el (customize-changed-options-previous-release):
5173 * image.el (image-animate-max-time): Fix :version tag.
5175 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
5179 2010-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5181 * vc-git.el (vc-git-revision-table): Include remote branches.
5183 2010-03-10 Kim F. Storm <storm@cua.dk>
5186 http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
5188 * image.el (image-animate-max-time): New defcustom.
5189 (image-animated-types): New defconst.
5190 (create-animated-image, image-animate-timer)
5191 (image-animate-start, image-animate-stop, image-animate-timeout)
5192 (image-animated-p): New functions.
5194 * image-mode.el (image-toggle-display-image):
5195 Replace `create-image' with `create-animated-image'.
5197 2010-03-09 Miles Bader <miles@gnu.org>
5199 * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
5200 instead of "format:"; this ensures that the output is
5203 2010-03-08 Chong Yidong <cyd@stupidchicken.com>
5205 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
5206 that all errors are caught, and that the return value is always a
5209 2010-03-08 Kenichi Handa <handa@m17n.org>
5211 * language/misc-lang.el (windows-1256): New coding system.
5212 (cp1256): New alias of windows-1256 (bug#5690).
5214 2010-03-07 Andreas Schwab <schwab@linux-m68k.org>
5216 * mail/rfc822.el (rfc822-addresses): Move catch clause down around
5217 call to rfc822-bad-address. (Bug#5692)
5219 2010-03-07 Štěpán Němec <stepnem@gmail.com> (tiny change)
5221 * vc-git.el (vc-git-annotate-extract-revision-at-line):
5222 Use vc-git-root as default directory for revision path (Bug#5657).
5224 2010-03-06 Chong Yidong <cyd@stupidchicken.com>
5226 * calculator.el (calculator): Don't bind split-window-keep-point
5229 2010-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
5231 * vc-git.el: Re-flow to fit into 80 columns.
5232 (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
5233 Remove spurious `quote' element in each case alternative.
5234 (vc-git-show-log-entry): Use prog1.
5235 (vc-git-after-dir-status-stage): Remove unused var `remaining'.
5237 2010-03-06 Glenn Morris <rgm@gnu.org>
5239 * cedet/semantic/grammar.el (semantic-grammar-header-template):
5240 Update template copyright to GPLv3+.
5242 2010-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5244 * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
5246 2010-03-03 Chong Yidong <cyd@stupidchicken.com>
5248 * macros.el (insert-kbd-macro): Look up keyboard macro using the
5249 definition, not the name (Bug#5481).
5251 2010-03-03 Štěpán Němec <stepnem@gmail.com> (tiny change)
5253 * subr.el (momentary-string-display): Don't overwrite the MESSAGE
5254 argument with a local variable. (Bug#5670)
5256 2010-03-02 Juri Linkov <juri@jurta.org>
5258 * info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
5260 2010-03-02 Michael Albinus <michael.albinus@gmx.de>
5262 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
5263 error when FILENAME and NEWNAME are existing remote directories.
5265 * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
5268 2010-03-02 Glenn Morris <rgm@gnu.org>
5270 * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
5271 of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
5273 2010-03-01 Kenichi Handa <handa@m17n.org>
5275 * language/burmese.el (burmese-composable-pattern): Rename from
5276 myanmar-composable-pattern.
5278 * international/characters.el (script-list):
5279 * international/fontset.el (script-representative-chars):
5280 Change myanmar to burmese.
5281 (otf-script-alist): Likewise.
5282 (setup-default-fontset): Likewise. Re-fix :otf spec.
5284 2010-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5286 * menu-bar.el (menu-bar-manuals-menu): Fix typo.
5288 2010-02-28 Jan Djärv <jan.h.d@swipnet.se>
5290 * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
5292 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
5294 * net/tramp.el (tramp-handle-write-region): START can be a string.
5295 Take care in the checks. Reported by Dan Davison
5296 <davison@stats.ox.ac.uk>.
5298 2010-02-28 Michael Albinus <michael.albinus@gmx.de>
5300 * net/dbus.el (dbus-introspect, dbus-get-property)
5301 (dbus-set-property, dbus-get-all-properties):
5302 Use `dbus-call-method' when noninteractive. (Bug#5645)
5304 2010-02-28 Chong Yidong <cyd@stupidchicken.com>
5306 * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
5307 * emacs-lisp/elint.el (elint-add-required-env):
5308 * cedet/semantic/db-find.el
5309 (semanticdb-find-translate-path-brutish-default):
5310 * cedet/ede/make.el (ede-make-check-version):
5311 * calendar/icalendar.el (icalendar--add-diary-entry):
5312 * calc/calcalg2.el (math-tracing-integral):
5313 * files.el (recover-session-finish): Use with-current-buffer
5314 instead of save-excursion.
5316 2010-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5318 Fix in-buffer completion when after-change-functions modify the buffer.
5319 * minibuffer.el (completion--replace): New function.
5320 (completion--do-completion): Use it and use relative movement.
5322 2010-02-27 Chong Yidong <cyd@stupidchicken.com>
5324 * international/fontset.el (setup-default-fontset): Fix :otf spec.
5326 2010-02-27 Jeremy Whitlock <jcscoobyrs@gmail.com> (tiny change)
5328 * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
5329 Allow the characters _<> in the stack entry (Bug#5653).
5331 2010-02-26 Kenichi Handa <handa@m17n.org>
5333 * language/burmese.el: Fix entries in composition-function-table.
5334 (myanmar-composable-pattern): New variable.
5336 * international/fontset.el (setup-default-fontset): Add an entry
5339 * international/characters.el (script-list): Add Myanmar
5342 2010-02-26 Glenn Morris <rgm@gnu.org>
5344 * custom.el (custom-initialize-delay): Doc fix.
5346 * mail/sendmail.el (send-mail-function): Autoload the call
5347 to custom-initialize-delay, not otherwise preserved in loaddefs.el.
5349 2010-02-24 Chong Yidong <cyd@stupidchicken.com>
5351 * files.el (hack-local-variables-filter): For eval forms, also
5352 check safe-local-variable-p (Bug#5636).
5354 2010-02-24 Eduard Wiebe <usenet@pusto.de>
5356 * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
5357 and use c(ad)r of cddr (Bug#5640).
5359 2010-02-22 Michael Albinus <michael.albinus@gmx.de>
5361 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
5362 setting the modes by `ignore-errors'. It might fail, for example
5363 if the file is not owned by the user but the group.
5364 (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
5366 2010-02-21 Chong Yidong <cyd@stupidchicken.com>
5368 * files.el (directory-listing-before-filename-regexp): Use
5369 stricter matching for iso-style dates, to avoid false matches with
5370 date-like filenames (Bug#5597).
5372 * htmlfontify.el (htmlfontify): Doc fix.
5374 * eshell/eshell.el (eshell): Doc fix.
5376 * startup.el (fancy-about-screen): In mode-line, apply
5377 mode-line-buffer-id face only to the buffer name (Bug#5613).
5379 2010-02-20 Kevin Ryde <user42@zip.com.au>
5381 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5382 In `watcom' anchor regexp to start of line, to avoid slowness
5385 2010-02-20 Eli Zaretskii <eliz@gnu.org>
5387 * subr.el (remove-yank-excluded-properties): Explain in a comment
5388 why `category' property is removed.
5390 2010-02-19 Chong Yidong <cyd@stupidchicken.com>
5392 * isearch.el (isearch-update-post-hook, isearch-update): Revert
5395 2010-02-19 Ulf Jasper <ulf.jasper@web.de>
5397 * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
5398 (icalendar--convert-weekly-to-ical)
5399 (icalendar--convert-yearly-to-ical)
5400 (icalendar--convert-block-to-ical)
5401 (icalendar--convert-cyclic-to-ical)
5402 (icalendar--convert-anniversary-to-ical): Take care of time
5403 specifications where hour has 1-digit only (Bug#5549).
5405 2010-02-19 Nick Roberts <nickrob@snap.net.nz>
5407 * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
5408 of disassemble output in GDB 7.1.
5410 2010-02-19 Glenn Morris <rgm@gnu.org>
5412 * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
5413 property. (Bug#5593)
5415 2010-02-18 Sam Steingold <sds@gnu.org>
5417 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
5419 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5421 Use abbreviated file names in bookmarks (bug#5591).
5422 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
5423 calls to expand-file-name.
5424 (bookmark-relocate): Use abbreviated file names in bookmarks.
5425 (bookmark-load): Use abbreviated file names in messages.
5427 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
5429 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
5430 expand "." and "..". Reported by Thierry Volpiatto
5431 <thierry.volpiatto@gmail.com>.
5433 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
5435 * net/tramp.el (tramp-handle-insert-file-contents): Set always the
5436 permissions of the temporary file to "0600". In case the remote
5437 file has no read permissions for the owner, there might be
5438 problems otherwise. Reported by Ole Laursen <olau@iola.dk>.
5440 22010-02-18 Glenn Morris <rgm@gnu.org>
5442 * emacs-lisp/authors.el (authors-renamed-files-alist):
5443 Add entries for INSTALL.CVS.
5445 2010-02-17 Mark A. Hershberger <mah@everybody.org>
5447 * vc-bzr.el: Fix typo in Known Bugs section.
5449 * isearch.el (isearch-update-post-hook): New hook.
5450 (isearch-update): Use the new hook.
5452 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
5454 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5455 Fix errors in copying directories.
5456 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
5457 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
5458 (tramp-handle-delete-file)
5459 (tramp-handle-dired-recursive-delete-directory)
5460 (tramp-handle-write-region): Flush also the cache for the upper
5463 2010-02-16 Chong Yidong <cyd@stupidchicken.com>
5465 * simple.el (save-interprogram-paste-before-kill): Doc fix.
5467 * cus-edit.el (hardware): Doc fix.
5469 * man.el (man): Add to external custom group.
5471 * delim-col.el (columns): Move to wp custom group.
5473 * doc-view.el (doc-view): Add to data custom group.
5475 * cedet/data-debug.el (data-debug): Move to extensions group.
5477 * cedet/ede.el (ede):
5478 * cedet/srecode.el (srecode):
5479 * cedet/semantic.el (semantic): Put in tools and extensions group.
5481 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
5483 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
5484 by ispell-parse-output (Bug#5575).
5486 2010-02-16 Kenichi Handa <handa@m17n.org>
5488 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
5489 (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
5490 (skkdic-convert): Use `euc-japan' coding system for writing.
5492 2010-02-16 Glenn Morris <rgm@gnu.org>
5494 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
5495 tex-main-file before using it. (Bug#5562)
5497 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
5499 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
5500 warnings, since it is annoying for the user to see them each time he
5503 2010-02-15 Michael Albinus <michael.albinus@gmx.de>
5505 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
5506 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
5507 instead of PROC for caching "first-password-request". Otherwise,
5508 new processes would not profit from passwords already entered.
5510 * net/tramp-cache.el (tramp-dump-connection-properties):
5511 Don't save "first-password-request" property.
5513 2010-02-14 Juanma Barranquero <lekktu@gmail.com>
5515 * outline.el (outline-head-from-level):
5516 * simple.el (with-wrapper-hook):
5517 * cedet/ede.el (ede-run-target, project-delete-target)
5518 (project-dist-files, ede-name, ede-documentation, ede-parent-project)
5519 (ede-adebug-project, ede-adebug-project-parent)
5520 (ede-adebug-project-root):
5521 * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
5522 (elint-defun, elint-buffer-env, elint-top-form-logged)
5523 (elint-unbound-variable):
5524 * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
5525 Fix typos in docstrings.
5527 2010-02-14 Michael Albinus <michael.albinus@gmx.de>
5529 * files.el (insert-directory): When WILDCARD-REGEXP and
5530 FULL-DIRECTORY-P are nil, insert the file entry instead of the
5531 whole directory. (Bug#5551)
5533 * net/ange-ftp.el (ange-ftp-insert-directory): Insert " " for
5534 dired's alignment sanity. (Bug#5516)
5536 2010-02-14 Juri Linkov <juri@jurta.org>
5538 * man.el (Man-fontify-manpage, Man-cleanup-manpage):
5539 Remove remaining ^H with their preceding chars. (Bug#5566)
5541 2010-02-13 Glenn Morris <rgm@gnu.org>
5543 * simple.el (transpose-subr): Give it a doc-string.
5545 * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
5548 2010-02-12 Juri Linkov <juri@jurta.org>
5550 * arc-mode.el (archive-unique-fname): Make directories for nested
5551 archives. (Bug#5540)
5553 2010-02-12 Juri Linkov <juri@jurta.org>
5555 * ffap.el (dired-at-point): Fix docstring. (Bug#5565)
5557 2010-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
5559 * subr.el (copy-overlay): Handle deleted overlays.
5561 * man.el (Man-completion-table): Don't signal an error if we can't run
5562 manual-program (bug#4056).
5564 2010-02-10 Juanma Barranquero <lekktu@gmail.com>
5566 * textmodes/artist.el (artist-mt): Fix typos in docstring.
5568 2010-02-10 Thierry Volpiatto <thierry.volpiatto@gmail.com>
5570 * info.el (Info-bookmark-jump): Simplify.
5572 * bookmark.el (bookmark-handle-bookmark): Catch the right error.
5573 (bookmark-default-handler): Accept new bookmark field `buffer'.
5575 2010-02-10 Chong Yidong <cyd@stupidchicken.com>
5577 * iswitchb.el (iswitchb-completions): Revert last change.
5579 2010-02-10 Michael Albinus <michael.albinus@gmx.de>
5581 * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
5582 FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
5583 This prevents file names like "~/" being listed literally.
5585 2010-02-10 Dan Nicolaescu <dann@ics.uci.edu>
5587 * term/xterm.el (xterm-maybe-set-dark-background-mode):
5588 Remove dead code. (Bug#5546)
5590 2010-02-09 Chong Yidong <cyd@stupidchicken.com>
5592 * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
5593 correctly (Bug#5548).
5595 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
5597 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
5598 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
5600 2010-02-08 Kenichi Handa <handa@m17n.org>
5602 * international/mule-util.el (with-coding-priority): Add autoload
5603 cookie for putting `lisp-indent-function'.
5605 2010-02-07 Glenn Morris <rgm@gnu.org>
5607 * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
5608 Move F2003 named interfaces from keywords-2 to keywords-1, and
5609 use function-name-face rather than constant-face.
5610 Simplify "abstract interface" regexp.
5612 2010-02-07 Chong Yidong <cyd@stupidchicken.com>
5614 * eshell/esh-util.el (eshell-file-attributes): New optional arg
5615 ID-FORMAT. Pass it to `file-attributes'.
5617 * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
5619 2010-02-07 sj <prime.wizard+emacs@gmail.com> (tiny change)
5621 * faces.el (set-face-attribute): Allow calling
5622 internal-set-lisp-face-attribute with 'unspecified family and
5623 foundry argument (Bug#5536).
5625 2010-02-07 Glenn Morris <rgm@gnu.org>
5627 * progmodes/f90.el (f90-font-lock-keywords-2)
5628 (f90-looking-at-type-like, f90-looking-at-program-block-end):
5629 Handle F2003 named interfaces.
5631 2010-02-06 Chong Yidong <cyd@stupidchicken.com>
5633 * progmodes/cc-mode.el (c-common-init): Bind temporary variables
5634 beg and end before calling c-get-state-before-change-functions.
5636 2010-02-06 Dan Nicolaescu <dann@ics.uci.edu>
5638 * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
5640 2010-02-05 Juri Linkov <juri@jurta.org>
5642 * doc-view.el (doc-view-mode):
5643 * image-mode.el (image-mode): Put property mode-class=special.
5646 2010-02-05 Mark A. Hershberger <mah@everybody.org>
5648 * vc-svn.el (vc-svn-revision-table): New function.
5650 2010-02-05 Michael Albinus <michael.albinus@gmx.de>
5652 * net/ange-ftp.el (ange-ftp-insert-directory):
5653 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
5654 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
5655 Handle also directories. (Bug#5478)
5657 2010-02-05 Glenn Morris <rgm@gnu.org>
5659 * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
5661 2010-02-05 Chong Yidong <cyd@stupidchicken.com>
5663 * startup.el (command-line-1): Convert options beginning with a
5664 single dash as well (Bug#5519).
5666 2010-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
5668 Make `initials' completion work for /hh -> /home/horn again (bug#5524).
5669 * minibuffer.el (completion-initials-expand): Only check the presence
5670 of delims *within* the boundaries, since otherwise the / delim is
5671 always found for files.
5673 Fix up various corner case problems.
5674 * doc-view.el (doc-view-last-page-number): New function.
5675 (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
5676 (doc-view-goto-page): Avoid inf-loops when the conversion fails.
5677 (doc-view-kill-proc): Avoid inf-loop in freak cases.
5678 (doc-view-reconvert-doc): Use the new recursive delete-directory.
5679 (doc-view-convert-current-doc): Don't create the resolution.el file
5681 (doc-view-pdf/ps->png): Do it here instead.
5682 (doc-view-already-converted-p): Check that resolution.el is present.
5683 (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
5684 windows that are not yet showing images.
5686 2010-02-04 Michael Albinus <michael.albinus@gmx.de>
5688 * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
5689 `dired-uncache' for every elemnt which is an absolute file name.
5691 * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
5692 directory, handle its directory component.
5693 (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
5694 function is called permanently and creates noise, otherwise.
5696 * net/tramp-imap.el (tramp-imap-handle-insert-directory):
5697 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
5698 Handle the case, FILENAME is not in `default-directory'. (Bug#5478)
5700 2010-02-04 David Burger <dburger@google.com> (tiny change)
5702 * macros.el (apply-macro-to-region-lines):
5703 Minor simplification. (Bug#5485)
5705 2010-02-04 Glenn Morris <rgm@gnu.org>
5707 * mail/rmail.el (rmail-show-message-1): Handle malformed
5708 quoted-printable text. (Bug#5441)
5710 * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
5712 * simple.el (visual-line-mode): Capitalize lighter.
5714 2010-02-03 John Wiegley <jwiegley@gmail.com>
5716 * iswitchb.el (iswitchb-completions): Add bookmark files to the
5717 list of files considered for "virtual buffer" completions.
5719 2010-02-03 Michael Albinus <michael.albinus@gmx.de>
5721 * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
5722 also in case of (and (not full) (not wildcard)). This is needed
5723 when dired is called with a list of files, which are not in
5724 `default-directory'. (Bug#5478)
5726 2010-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
5728 * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
5730 2010-02-02 Juri Linkov <juri@jurta.org>
5732 * textmodes/ispell.el (ispell-message-text-end): Remove final newline
5733 from unidiff to allow function-line after @@.
5735 2010-02-02 Juri Linkov <juri@jurta.org>
5737 * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
5738 '(RCS SCCS) with inverted condition.
5740 2010-02-02 Michael Albinus <michael.albinus@gmx.de>
5742 * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
5745 2010-02-01 Juri Linkov <juri@jurta.org>
5747 * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
5748 compare with "pkunzip" and "pkzip" instead of only "pkzip".
5749 In the `archive-extract-by-stdout' branch use `shell-quote-argument'
5750 only when (car archive-zip-extract) is "unzip". (Bug#5475)
5752 2010-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5754 * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
5755 (doc-view-revert-buffer): New command.
5756 (doc-view-mode-map): Use it.
5758 2010-02-01 Dan Nicolaescu <dann@ics.uci.edu>
5760 * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
5761 pending merge is detected.
5763 2010-01-31 Juri Linkov <juri@jurta.org>
5765 * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
5766 beginning of interactive spec like all other grep commands do.
5767 Put "all" in front of "gz". (Bug#5260)
5769 2010-01-29 Dan Nicolaescu <dann@ics.uci.edu>
5771 * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
5773 2010-01-29 Chong Yidong <cyd@stupidchicken.com>
5775 * dirtrack.el (dirtrack): Warn instead of signalling error if the
5776 regexp is incorrect (Bug#5476).
5778 2010-01-29 Michael Albinus <michael.albinus@gmx.de>
5780 * net/tramp.el (tramp-handle-insert-directory): Handle also
5781 symlinks, when FILENAME is not in `default-directory'.
5783 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
5785 * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
5786 FILE is not in `default-directory'. (Bug#5478)
5788 * net/tramp.el (tramp-handle-insert-directory): Simplify handling
5789 of SWITCHES. Handle the case, FILENAME is not in
5790 `default-directory'. (Bug#5478)
5791 (tramp-register-file-name-handlers): Add safe-magic property.
5793 2010-01-28 Chong Yidong <cyd@stupidchicken.com>
5795 * arc-mode.el (archive-zip-extract): Quote the argument passed to
5798 2010-01-28 Nil Geisweiller <ngeiswei@googlemail.com> (tiny change)
5800 * progmodes/flymake.el (flymake-allowed-file-name-masks)
5801 (flymake-master-make-header-init): Add other C++ filename masks.
5802 (flymake-find-possible-master-files)
5803 (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
5805 2010-01-28 Michael Albinus <michael.albinus@gmx.de>
5807 Fix some busybox annoyances.
5809 * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
5810 not responding." string.
5811 (tramp-open-connection-setup-interactive-shell): Dump stty
5812 settings. Enable "neveropen" arg for all `tramp-send-command'
5813 calls. Handle "=" in variable values properly.
5814 (tramp-find-inline-encoding): Raise an error, when no encoding is
5816 (tramp-wait-for-output): Check, whether PROC buffer is available.
5817 Remove spurious " ^H" sequences, sent by busybox.
5818 (tramp-get-ls-command): Suppress coloring, if possible.
5820 2010-01-28 Glenn Morris <rgm@gnu.org>
5822 * vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
5824 * log-edit.el (log-edit-strip-single-file-name): Add missing
5825 :safe, :group, and :version tags.
5827 2010-01-27 Stephen Berman <stephen.berman@gmx.net>
5829 * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
5832 2010-01-27 David De La Harpe Golden <david@harpegolden.net>
5834 * files.el (delete-directory): Handle moving to trash without
5835 first doing recursion (Bug#5436).
5837 2010-01-26 Dan Nicolaescu <dann@ics.uci.edu>
5839 * vc-hooks.el (vc-path): Mark as obsolete.
5841 2010-01-25 Dan Nicolaescu <dann@ics.uci.edu>
5843 * vc-annotate.el (vc-annotate-revision-at-line): Compare file
5846 * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
5848 (vc-bzr-log-view-mode): Adjust regexp for the above change.
5850 2010-01-25 Mark A. Hershberger <mah@everybody.org>
5852 * progmodes/python.el: Replace reference to obsolete c-subword-mode.
5854 * vc-bzr.el (vc-bzr-revision-table): New function.
5856 2010-01-25 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
5858 * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
5859 diff-index command. This requires at least git-1.5.5. (Bug#1589).
5861 2010-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5863 Remove support for adding --signoff on commit.
5864 Future support will use an incompatible generic mechanism.
5865 * vc-git.el (vc-git-add-signoff): Remove variable.
5866 (vc-git-toggle-signoff): Remove function.
5867 (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
5869 * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
5870 from xterm-set-background-mode. Return t if the background mode
5872 (terminal-init-xterm): Move tty-set-up-initial-frame-faces
5873 earlier, call it again in case the background mode has changed.
5875 2010-01-23 Dmitri Paduchikh <dpaduch@k66.ru> (tiny change)
5877 * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
5880 2010-01-23 Chong Yidong <cyd@stupidchicken.com>
5882 * emacs-lisp/assoc.el (aelement): Doc fix.
5883 (aput, adelete, amake): Use lexical-let (Bug#5450).
5885 2010-01-23 Stephen Leake <stephen_leake@member.fsf.org>
5887 * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
5888 is the same as subprogram call, not declaration. (Bug#5435).
5890 2010-01-23 Michael Albinus <michael.albinus@gmx.de>
5892 * net/tramp-smb.el (tramp-smb-conf): New defcustom.
5893 (tramp-smb-maybe-open-connection): Use it.
5895 2010-01-22 Michael Albinus <michael.albinus@gmx.de>
5897 * net/tramp-imap.el (top): Autoload needed packages. (Bug#5448)
5899 2010-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
5901 * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
5902 just because we see "encoding: 8bit".
5903 * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
5905 2010-01-22 Chong Yidong <cyd@stupidchicken.com>
5907 * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
5909 2010-01-22 Eli Zaretskii <eliz@gnu.org>
5911 * jka-compr.el (jka-compr-load): If load-file is not in
5912 load-history, try its file-truename version. (bug#5447)
5914 2010-01-21 Alan Mackenzie <acm@muc.de>
5916 Fix a situation where deletion of a cpp construct throws an error.
5917 * progmodes/cc-engine.el (c-invalidate-state-cache):
5918 Before invoking c-with-all-but-one-cpps-commented-out, check that the
5919 special cpp construct is still in the buffer.
5920 (c-parse-state): Record the special cpp with markers, not numbers.
5922 2010-01-21 Kenichi Handa <handa@m17n.org>
5924 * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
5925 process last-command-event, as it is now decoded first (Bug#5380).
5927 2010-01-20 Chong Yidong <cyd@stupidchicken.com>
5929 * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
5931 2010-01-20 Glenn Morris <rgm@gnu.org>
5933 * indent.el (tab-always-indent): Fix custom-type.
5935 2010-01-19 Alan Mackenzie <acm@muc.de>
5937 * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
5938 buffer throws "args out of range".
5939 (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
5940 playing the role of delimiter.
5942 2010-01-18 Stephen Leake <stephen_leake@member.fsf.org>
5944 * progmodes/ada-mode.el: Fix bug#5400.
5945 (ada-matching-decl-start-re): Move into ada-goto-decl-start.
5946 (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
5947 changed. Delete RECURSIVE parameter; never used. Improve doc string.
5948 Improve comments in "is" portion. Handle null procedure declaration.
5949 (ada-move-to-end): Improve doc string.
5951 2010-01-18 Óscar Fuentes <ofv@wanadoo.es>
5953 * ido.el (ido-cur-list): Initialize to nil.
5954 Remove obsolete information from commentary.
5955 (ido-choice-list): Initialize to nil.
5956 (ido-get-bufname): Reject minibuffers.
5957 (ido-make-buffer-list): If "default" is a nonexistent
5958 buffer, ignore it, as per the function's comment.
5959 (ido-kill-buffer-internal): New function.
5960 (ido-kill-buffer-at-head): Use it.
5961 (ido-visit-buffer): Likewise.
5963 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
5965 * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
5967 2010-01-18 Juanma Barranquero <lekktu@gmail.com>
5969 * cedet/ede/locate.el (ede-locate-file-in-project)
5970 (ede-locate-file-in-project-impl): Fix typos in docstrings.
5971 (ede-enable-locate-on-project): Fix typos in error messages.
5973 * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
5974 (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
5975 (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
5976 (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
5977 (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
5978 Fix typos in menu help.
5980 * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
5981 Fix typos in chart titles.
5983 * whitespace.el (whitespace-style, global-whitespace-newline-mode):
5984 * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
5985 (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
5986 (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
5987 (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
5988 (semantic-parse-stream, semantic-parse-region)
5989 (semantic-parse-region-default, semantic--set-buffer-cache)
5990 (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
5991 (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
5992 (semantic-default-submodes):
5993 * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
5994 (semanticdb-create-ebrowse-database)
5995 (semanticdb-find-tags-for-completion-method)
5996 (semanticdb-find-tags-by-class-method)
5997 (semanticdb-deep-find-tags-by-name-method)
5998 (semanticdb-deep-find-tags-for-completion-method):
5999 * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
6000 (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
6001 (semanticdb-find-tags-for-completion-method)
6002 (semanticdb-find-tags-by-class-method)
6003 (semanticdb-deep-find-tags-for-completion-method):
6004 * cedet/semantic/db-find.el (semanticdb-find-translate-path)
6005 (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
6006 (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
6007 (semanticdb-find-tags-by-name-method)
6008 (semanticdb-find-tags-by-name-regexp-method)
6009 (semanticdb-find-tags-for-completion-method)
6010 (semanticdb-find-tags-by-class-method)
6011 (semanticdb-find-tags-external-children-of-type-method)
6012 (semanticdb-find-tags-subclasses-of-type-method)
6013 (semanticdb-deep-find-tags-by-name-method)
6014 (semanticdb-deep-find-tags-by-name-regexp-method)
6015 (semanticdb-deep-find-tags-for-completion-method):
6016 * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
6017 (semanticdb-enable-gnu-global-in-buffer)
6018 (semanticdb-find-tags-for-completion-method)
6019 (semanticdb-deep-find-tags-by-name-method)
6020 (semanticdb-deep-find-tags-for-completion-method):
6021 * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
6022 (javascript-mode, semanticdb-find-translate-path)
6023 (semanticdb-find-tags-for-completion-method)
6024 (semanticdb-find-tags-by-class-method)
6025 (semanticdb-deep-find-tags-by-name-method)
6026 (semanticdb-deep-find-tags-for-completion-method)
6027 (semanticdb-find-tags-external-children-of-type-method):
6028 * cedet/semantic/idle.el (semantic-idle-work-core-handler)
6029 (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
6030 (global-semantic-idle-scheduler-mode):
6031 * cedet/srecode/dictionary.el (srecode-field-value)
6032 (srecode-dictionary-add-section-dictionary):
6033 * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
6034 (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
6035 (describe-class, eieio-describe-generic, describe-generic):
6036 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
6037 (eieio-speedbar-expand):
6038 * emulation/viper-cmd.el (viper-exec-form-in-vi)
6039 (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
6040 (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
6041 (viper-del-backward-char-in-replace, viper-backward-indent)
6042 (viper-brac-function, viper-register-to-point, viper-submit-report):
6043 * net/tramp.el (tramp-remote-coding-commands):
6044 * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
6045 Fix typos in docstrings.
6047 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
6049 * mail/sendmail.el (mail-yank-original): Set the mark if the
6050 specified function for yanking does not do it.
6052 2010-01-17 Dan Nicolaescu <dann@ics.uci.edu>
6054 * vc.el (with-vc-properties): Deal with directory arguments. (Bug#5298)
6056 * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
6057 resyncing a directory.
6059 2010-01-17 Stephen Leake <stephen_leake@member.fsf.org>
6061 * progmodes/ada-mode.el: Fix bug#1920.
6062 (ada-ident-re): Delete ., allow multibyte characters.
6063 (ada-goto-label-re): New; matches goto labels.
6064 (ada-block-label-re): New; matches block labels.
6065 (ada-label-re): New; matches both.
6066 (ada-named-block-re): Deleted; callers changed to use
6067 `ada-block-label-re' instead.
6068 (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
6069 Use `ada-block-label-re'.
6070 (ada-indent-on-previous-lines): Improve handling of goto labels.
6071 (ada-get-indent-block-start): Special-case block label.
6072 (ada-get-indent-label): Split into `ada-indent-block-label' and
6073 `ada-indent-goto-label'.
6074 (ada-goto-stmt-start, ada-goto-next-non-ws):
6075 Optionally ignore goto labels.
6076 (ada-goto-next-word): Simplify.
6077 (ada-indent-newline-indent-conditional): Insert newline before
6078 trying to fix indentation; doc fix.
6080 2010-01-17 Jay Belanger <jay.p.belanger@gmail.com>
6082 * calc/calc.el (calc-command-flags): Give it an initial value.
6084 2010-01-17 Glenn Morris <rgm@gnu.org>
6086 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
6088 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
6090 * cedet/semantic.el (semantic-mode):
6091 * files.el (minibuffer-with-setup-hook):
6092 * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
6093 (artist-key-draw-continously, artist-key-do-continously-continously)
6094 (artist-key-set-point-continously, artist-mouse-draw-continously):
6095 Fix typos in docstrings.
6097 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com>
6099 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
6100 return t (Bug#3898).
6102 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change)
6104 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
6105 can parse the output of the external commands (Bug#5279).
6107 2010-01-16 Jari Aalto <jari.aalto@cante.net>
6109 * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
6111 2010-01-16 Chong Yidong <cyd@stupidchicken.com>
6113 * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
6115 * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
6117 * startup.el (command-line): Remove unused --icon-type arg.
6118 Handle --display arg, passing it to command-line-1 (Bug#5392).
6120 2010-01-16 Mario Lang <mlang@delysid.org>
6122 * cedet/ede/cpp-root.el (ede-cpp-root-project):
6123 * cedet/ede/files.el (ede-expand-filename):
6124 * cedet/ede/simple.el (ede-simple-project):
6125 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6126 (semantic-complete-inline-tag-engine):
6127 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
6128 * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
6129 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
6130 * cedet/semantic/db.el (semanticdb-equivalent-mode):
6131 * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
6132 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
6133 * emacs-lisp/chart.el (chart-translate-namezone):
6134 * textmodes/artist.el (artist-compute-popup-menu-table):
6135 Remove duplicated words in doc-strings.
6137 2010-01-15 David Abrahams <dave@boostpro.com> (tiny change)
6139 * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
6140 to mairix-search to suppress threading (Bug#5342).
6142 2010-01-15 Kenichi Handa <handa@m17n.org>
6144 * international/mule-cmds.el (canonicalize-coding-system-name):
6145 Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
6147 2010-01-15 Glenn Morris <rgm@gnu.org>
6149 * log-view.el (top-level): Require 'wid-edit. (Bug#5311)
6151 * wid-edit.el (widget-keymap): Doc fix.
6153 * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
6154 former seems to be more widely accepted by various svn versions.
6156 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
6158 * find-cmd.el (find-constituents):
6159 * vc-arch.el (vc-arch-root):
6160 * window.el (window-body-height, pop-up-frames):
6161 * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
6162 (semantic-no-reparse-needed-change-hook):
6163 * cedet/srecode/insert.el (srecode-resolve-argument-list)
6164 (srecode-template-inserter-blank, srecode-template-inserter-variable)
6165 (srecode-template-inserter-ask, srecode-template-inserter-width)
6166 (srecode-template-inserter-section-start)
6167 (srecode-template-inserter-section-end, srecode-insert-method):
6168 * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
6169 * progmodes/ada-stmt.el (ada-if):
6170 * progmodes/gdb-ui.el (gdb-jsonify-buffer):
6171 * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
6172 (ispell-encoding8-command, ispell-aspell-supports-utf8)
6173 (ispell-last-program-name, ispell-help): Fix typos in docstrings.
6175 * progmodes/flymake.el (flymake-post-syntax-check):
6176 Fix typo in error message.
6178 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
6180 * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
6181 which is always a string. (Bug#5313)
6183 2010-01-14 Juanma Barranquero <lekktu@gmail.com>
6185 * progmodes/ada-xref.el (ada-default-prj-properties):
6186 Simplify previous change.
6188 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
6190 * progmodes/ada-xref.el (ada-default-prj-properties):
6191 Default ada_project_path to $ADA_PROJECT_PATH.
6193 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
6195 * progmodes/ada-mode.el (ada-create-keymap):
6196 Override `narrow-to-defun' with `ada-narrow-to-defun'.
6198 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
6200 * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
6201 (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
6202 (ada-get-current-indent, ada-imenu-generic-expression)
6203 (ada-which-function): Check for it.
6205 2010-01-14 Stephen Leake <stephen_leake@member.fsf.org>
6207 * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
6208 (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
6210 2010-01-14 Glenn Morris <rgm@gnu.org>
6212 * frame.el (show-trailing-whitespace): Safe if boolean. (Bug#5312)
6214 2010-01-14 Kenichi Handa <handa@m17n.org>
6216 * composite.el (auto-composition-mode): Make it a buffer local
6217 variable (permanent-local).
6218 (auto-composition-function): Set the default value to
6220 (auto-composition-mode): Make it a simple function, not a minor mode.
6221 (global-auto-composition-mode): Likewise.
6222 (turn-on-auto-composition-if-enabled): Delete it.
6224 2010-01-13 Karl Fogel <kfogel@red-bean.com>
6226 * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
6228 2010-01-12 Michael Albinus <michael.albinus@gmx.de>
6230 * files.el (copy-directory): Compute target for recursive
6231 directories with identical names. (Bug#5343)
6233 2010-01-12 Glenn Morris <rgm@gnu.org>
6235 * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
6236 it to bug-gnu-emacs rather than emacs-pretest-bug.
6238 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
6240 * cedet/data-debug.el (data-debug): Fix customization group reference.
6242 2010-01-12 Juanma Barranquero <lekktu@gmail.com>
6244 * cedet/semantic/analyze.el (semantic-analyze-push-error)
6245 (semantic-analyze-context, semantic-analyze-context-assignment)
6246 (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
6247 * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
6248 (semantic-java-doc-keywords-map):
6249 * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
6250 (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
6251 (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
6252 (semantic-c-classname, semantic-format-tag-uml-prototype)
6253 (semantic-c-dereference-namespace, semantic-analyze-type-constants):
6254 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
6255 (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
6256 (semantic-get-local-variables, semantic-end-of-command)
6257 (semantic-beginning-of-command, semantic-ctxt-current-class-list)
6259 * cedet/semantic/bovine/make.el (makefile-mode):
6260 * cedet/semantic/wisent/python.el (wisent-python-string-re)
6261 (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
6262 (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
6263 (semantic-lex, semantic-get-local-variables, python-mode):
6264 * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
6265 * cedet/srecode/extract.el (srecode-extract-state-set)
6266 (srecode-extract-method): Fix typos in docstrings.
6268 2010-01-11 Sam Steingold <sds@gnu.org>
6270 * imenu.el (imenu-default-create-index-function): Detect infinite
6271 loops caused by imenu-prev-index-position-function.
6273 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
6275 * htmlfontify.el (htmlfontify-load-rgb-file)
6276 (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
6277 (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
6278 (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
6279 (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
6280 (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
6281 (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
6282 (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
6283 (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
6284 (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
6285 (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
6286 (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
6287 (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
6288 (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
6289 (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
6290 (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
6291 (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
6292 (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
6293 (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
6294 (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
6295 (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
6296 (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
6297 (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
6298 backslash-quoting from parentheses, etc.
6300 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
6302 * progmodes/js.el: Autoload javascript-mode alias.
6304 2010-01-11 Juanma Barranquero <lekktu@gmail.com>
6306 * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
6307 (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
6308 (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
6309 (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
6310 Fix typos in docstrings.
6311 (ffap-url-regexp): Doc fix.
6312 (ffap-at-mouse): Fix typo in message.
6314 2010-01-11 Glenn Morris <rgm@gnu.org>
6316 * version.el (emacs-copyright): Set copyright year to 2010.
6318 2010-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6320 * format.el (format-annotate-function): Only set
6321 write-region-post-annotation-function after running to-fn so as not to
6322 affect nested write-region calls (bug#5273).
6324 2010-01-10 Chong Yidong <cyd@stupidchicken.com>
6326 * cedet/semantic.el (semantic-new-buffer-setup-functions):
6329 * Makefile.in (ELCFILES): Add wisent/python-wy.el and
6332 2010-01-10 Richard Kim <emacs18@gmail.com>
6334 * cedet/semantic/wisent/python-wy.el:
6335 * cedet/semantic/wisent/python.el: New files.
6337 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
6339 * man.el (Man-goto-section): Signal error if the section is not
6342 2010-01-09 Juanma Barranquero <lekktu@gmail.com>
6344 * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
6345 URLs with a leading triple slash in the file: scheme. (Bug#5345)
6347 2010-01-09 Chong Yidong <cyd@stupidchicken.com>
6349 * progmodes/compile.el: Don't treat compile-command as safe if
6350 compilation-read-command might be nil (Bug#4218).
6352 2010-01-09 Jan Djärv <jan.h.d@swipnet.se>
6354 * startup.el (command-line-1): Use orig-argi to check for ignored X and
6357 2010-01-08 Kenichi Handa <handa@m17n.org>
6359 * international/fontset.el (build-default-fontset-data):
6360 Exclude characters in scripts kana, hangul, han, or cjk-misc.
6362 2010-01-07 Juanma Barranquero <lekktu@gmail.com>
6364 * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
6365 to `create-file-buffer' as it expects, not just a buffer name.
6366 (vc-dir-mode): Include the buffer name in `list-buffers-directory',
6367 to help uniquify. (Bug#3224)
6369 2010-01-06 Jan Djärv <jan.h.d@swipnet.se>
6371 * font-setting.el (font-setting-change-default-font): Use user-spec
6374 2010-01-06 Dan Nicolaescu <dann@ics.uci.edu>
6376 * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
6378 2010-01-05 Tom Tromey <tromey@redhat.com>
6380 * progmodes/python.el (python-font-lock-keywords):
6381 Handle qualified decorators (Bug#881).
6383 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6385 * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
6386 in a lightweight checkout.
6388 2010-01-05 Kenichi Handa <handa@m17n.org>
6390 * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
6392 2010-01-05 Dan Nicolaescu <dann@ics.uci.edu>
6394 * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
6396 2010-01-04 Dan Nicolaescu <dann@ics.uci.edu>
6398 * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
6399 checkouts. (Bug#618)
6400 (vc-bzr-log-view-mode): Also highlight the author.
6401 (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
6402 (vc-bzr-shelve-menu-map):
6403 (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
6404 (vc-bzr-shelve-apply): Make prompt more explicit.
6406 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
6408 * net/browse-url.el (browse-url-encode-url): Don't escape commas.
6409 They are valid characters in URL paths (rfc3986), and at least
6410 Firefox does not understand the encoded version (Bug#3166).
6412 2010-01-02 Daniel Elliott <danelliottster@gmail.com> (tiny change)
6414 * progmodes/octave-mod.el (octave-end-keywords)
6415 (octave-block-begin-or-end-regexp, octave-block-match-alist):
6416 Add "end" keyword (Bug#3061).
6417 (octave-end-as-array-index-p): New function.
6418 (calculate-octave-indent): Use it.
6420 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6422 * bookmark.el: Consistently put the text property on the bookmark name.
6423 (bookmark-bmenu-marks-width): Bump back to 2, to include
6425 (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
6426 property on the bookmark name, instead of not putting it at all.
6427 (bookmark-bmenu-list): Fix where we put the text property.
6429 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6431 * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
6432 for showing buffer modified state (as added in the previous change).
6434 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6436 * bookmark.el: Show modified state of bookmark buffer more accurately.
6437 (bookmark-bmenu-list): Initialize buffer-modified-p properly.
6438 (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
6439 (with-buffer-modified-unmodified): New macro.
6440 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6441 (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
6442 Use new macro to preserve the buffer modified state.
6444 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6446 * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
6447 (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
6448 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
6449 (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
6450 (bookmark-bmenu-rename, bookmark-bmenu-locate)
6451 (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
6452 Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
6454 2010-01-02 Eli Zaretskii <eliz@gnu.org>
6456 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6457 Make the lines in the generated doc string shorter. (Bug#4668)
6459 2010-01-02 Ryan Yeske <rcyeske@gmail.com>
6461 * net/rcirc.el: Add follow-link binding (Bug#4738).
6463 2010-01-02 Eli Zaretskii <eliz@gnu.org>
6465 * Makefile.in (bzr-update): Rename from cvs-update.
6466 (cvs-update): New target for backward compatibility.
6468 * makefile.w32-in (bzr-update): Rename from cvs-update.
6469 (cvs-update): New target for backward compatibility.
6471 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6473 * bookmark.el: Remove gratuitous gratitude.
6475 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6477 * bookmark.el (bookmark-bmenu-any-marks): New function.
6478 (bookmark-bmenu-save): Clear buffer modification if no marks.
6480 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6482 * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
6483 (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
6484 positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
6485 This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
6487 http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
6488 From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
6489 To: emacs-devel {_AT_} gnu.org
6490 Subject: bookmark.el bug report
6491 Date: Mon, 28 Dec 2009 14:19:16 +0800
6492 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
6494 2010-01-02 Karl Fogel <kfogel@red-bean.com>
6496 * bookmark.el: Improvements suggested by Drew Adams:
6497 (bookmark-bmenu-ensure-position): New name for
6498 `bookmark-bmenu-check-position'. Just ensure the position,
6499 don't return any meaningful value.
6500 (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
6503 2010-01-02 Juanma Barranquero <lekktu@gmail.com>
6505 * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
6506 (bookmark-yank-point, bookmark-bmenu-check-position):
6507 Fix typos in docstrings.
6508 (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
6509 (bookmark-name-from-full-record, bookmark-get-position)
6510 (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
6511 (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
6512 Remove useless quoting of parenthesis, etc. in docstrings.
6514 * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
6515 (ediff-append-custom-diff): Fix typo in error message.
6516 (ediff-meta-mark-equal-files): Fix typos in messages.
6518 * mpc.el (mpc-playlist-delete): Fix typo in error messages.
6520 * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
6521 Fix typo in docstring.
6523 * net/imap-hash.el (imap-hash-make): Doc fix.
6524 (imap-hash-test): Fix typo in error message; reflow docstring.
6525 (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
6526 (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
6527 (imap-hash-mailbox, imap-hash-user, imap-hash-password):
6528 Fix typos in docstrings.
6529 (imap-hash-open-connection): Fix typo in error message.
6531 * play/gomoku.el (gomoku): Fix typos in docstring.
6533 * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
6534 (gdb-jsonify-buffer): Fix typos in docstring.
6535 (gdb-goto-breakpoint): Fix typo in error message.
6536 ("Display Other Windows"): Fix typo in help message.
6537 (gdb-speedbar-expand-node): Fix typo in question.
6539 * progmodes/idlw-help.el (idlwave-help-browse-url-available)
6540 (idlwave-html-system-help-location, idlwave-html-help-location)
6541 (idlwave-help-browser-function, idlwave-help-browser-generic-program)
6542 (idlwave-help-browser-generic-args, idlwave-help-directory)
6543 (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
6544 (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
6545 (idlwave-online-help, idlwave-help-html-link)
6546 (idlwave-help-show-help-frame, idlwave-help-assistant-command):
6547 Fix typos in docstrings.
6548 (idlwave-help-with-source, idlwave-help-find-routine-definition):
6550 (idlwave-help-assistant-start): Fix typo in error message.
6552 * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
6553 (octave-electric-space): Fix typos in docstrings.
6555 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
6557 * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
6559 2010-01-01 Juri Linkov <juri@jurta.org>
6561 * comint.el (comint-input-ring-size): Make it a defcustom and
6562 increase the default to 500 (Bug#5148).
6564 2009-12-31 Nick Roberts <nickrob@snap.net.nz>
6566 Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
6567 * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
6568 * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
6570 2009-12-30 Nick Roberts <nickrob@snap.net.nz>
6572 Show working revision correctly for mercurial.
6573 * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
6574 hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
6576 2009-12-29 Juanma Barranquero <lekktu@gmail.com>
6578 Declare some functions for the byte-compiler.
6579 * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
6580 (speedbar-timer-fn, speedbar-change-expand-button-char)
6581 (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
6583 2009-12-29 Nick Roberts <nickrob@snap.net.nz>
6585 This changeset reverts GDB Graphical Interface to use annotations.
6586 * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
6588 2009-12-29 Dan Nicolaescu <dann@ics.uci.edu>
6590 Make vc-dir work on subdirectories of the bzr root.
6591 * vc-bzr.el (vc-bzr-after-dir-status): Add new argument. Return
6592 file names relative to it.
6593 (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
6594 relative directory to vc-bzr-after-dir-status.
6596 2009-12-28 Tassilo Horn <tassilo@member.fsf.org>
6598 * font-lock.el (font-lock-refresh-defaults): New function, which
6599 can be used to let font-lock react to external changes in
6600 variables like font-lock-defaults and keywords.
6601 See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
6603 2009-12-28 Dan Nicolaescu <dann@ics.uci.edu>
6605 * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
6607 * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
6609 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
6611 Supersede color.diff settings in git log (bug#5211).
6613 * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
6614 escape chars in its output when the user has color.diff set to `always'.
6615 This fix works on git 1.4.2 and newer (released on 2006-08-13).
6617 2009-12-26 Kevin Ryde <user42@zip.com.au>
6619 * info-look.el (sh-mode): Look for coreutils new "Concept Index"
6620 node. Keep previous "Index" name to work with past coreutils too.
6622 * man.el (man): Revise docstring a bit to show -a and -l as
6623 examples. Add -k description since support for it has otherwise
6624 been a secret. (Further to bug#3717.)
6625 (Man-bgproc-sentinel): When "-k foo" produces no output show error
6626 "no matches" rather than "Can't find manpage", as the latter reads
6627 like -k was interpreted as a page name, which is not so. (Bug#5431)
6629 2009-12-26 Michael Albinus <michael.albinus@gmx.de>
6631 * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
6632 switches. Check also for //SUBDIRED// line.
6634 2009-12-25 Kenichi Handa <handa@m17n.org>
6636 * language/indian.el (devanagari-composable-pattern): Fixed to
6637 handle ZWNJ and ZWJ. Use it in composition-function-table for
6639 (malayalam-composable-pattern): Fix previous change.
6641 2009-12-23 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6643 * ps-print.el (ps-face-attributes): It was not returning the
6644 attribute face for faces specified as string. Reported by harven
6645 <harven@free.fr>. (Bug#5254)
6646 (ps-print-version): New version 7.3.5.
6648 2009-12-18 Ulf Jasper <ulf.jasper@web.de>
6650 * calendar/icalendar.el (icalendar--convert-tz-offset):
6652 (icalendar--convert-tz-offset): Fix the "last-day-problem".
6653 (icalendar--add-diary-entry): Remove the trailing blank that
6654 diary-make-entry inserts.
6656 2009-12-17 Michael Albinus <michael.albinus@gmx.de>
6658 Make `file-expand-wildcards' work for remote files.
6660 * files.el (file-expand-wildcards): In case of remote files, check
6661 only local file name part for wildcards. Provide feature 'files
6662 and subfeature 'remote-wildcards. (Bug#5198)
6664 * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
6665 if there is already an established connection.
6666 (tramp-advice-file-expand-wildcards): Remove it.
6668 * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
6669 (tramp-advice-file-expand-wildcards): Move from tramp.el.
6670 Activate advice for older GNU Emacs versions. (Bug#5237)
6672 2009-12-17 Juanma Barranquero <lekktu@gmail.com>
6674 Some doc fixes (more needed).
6676 * find-cmd.el (find-constituents): Reflow docstring.
6677 (find-cmd, find-prune, find-command): Fix typos in docstrings.
6678 (find-generic): Doc fix.
6680 2009-12-17 Juri Linkov <juri@jurta.org>
6682 Fix regression from 23.1 to allow multiple modes in Local Variables.
6684 * files.el (hack-local-variables-filter): While ignoring duplicates,
6685 don't take `mode' into account.
6686 (hack-local-variables-filter, hack-dir-local-variables):
6687 Don't remove duplicate `mode' from local-variables-alist (like `eval').
6689 2009-12-17 Juri Linkov <juri@jurta.org>
6691 Make `dired-diff' safer. (Bug#5225)
6693 * dired-aux.el (dired-diff): Signal an error when `file' equals to
6694 `current' or when `file' is a directory of the `current' file.
6696 2009-12-17 Andreas Schwab <schwab@linux-m68k.org>
6698 * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
6699 unconditionally preloaded files.
6701 2009-12-16 Juri Linkov <juri@jurta.org>
6703 Revert to old 23.1 logic of using the file at the mark as default.
6704 * dired-aux.el (dired-diff): Use the file at the mark as default
6705 if it's not the same as the current file, and the target dir is
6706 the current dir or the mark is active. Add the current file
6707 as the arg of `dired-dwim-target-defaults'. Use the default file
6708 in the prompt. (Bug#5225)
6710 2009-12-15 Michael Albinus <michael.albinus@gmx.de>
6712 * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
6713 (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
6714 (tramp-check-for-regexp): Check also, when an echoing shell stops
6715 to echo sent commands.
6717 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
6719 * Makefile.in: Revert last change (Bug#5191).
6721 2009-12-14 Dan Nicolaescu <dann@ics.uci.edu>
6723 * vc-hg.el (vc-hg-print-log): Fix argument order.
6724 (vc-hg-working-revision): Make sure the command is executed in a
6725 known environment so that we can parse the output. (Bug#4417)
6727 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
6729 * progmodes/python.el (python-symbol-completions): Remove text
6730 properties from symbol string before calling python-send-receive.
6732 2009-12-14 Nick Roberts <nickrob@snap.net.nz>
6734 * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
6735 when there are values for both file and line. (Bug#5060)
6737 2009-12-14 Juri Linkov <juri@jurta.org>
6739 * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
6740 whitespace after the file name of the first line of unified format,
6741 because git-diff doesn't output whitespace and file modification time
6742 after the file name.
6744 2009-12-14 David Kastrup <dak@gnu.org>
6746 * info.el (Info-hide-cookies-node): Before hiding a cookie,
6747 check if it already has the `display' property added by
6748 `Info-display-images-node', and not put the `invisible' property
6751 2009-12-14 Chong Yidong <cyd@stupidchicken.com>
6753 * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
6754 (semantic-mru-bookmark-mode): Doc fixes.
6756 * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
6759 2009-12-13 Glenn Morris <rgm@gnu.org>
6761 * mail/emacsbug.el (message-sort-headers): Define for compiler.
6762 (report-emacs-bug): In message-mode, sort manually before storing
6763 original report text. (Bug#5178)
6764 Remove superfluous save-excursion.
6766 2009-12-12 Michael Albinus <michael.albinus@gmx.de>
6768 * net/dbus.el (dbus-property-handler): Filter lambda forms out
6769 when responding to "GetAll" properties.
6771 2009-12-12 Chong Yidong <cyd@stupidchicken.com>
6773 * simple.el (compose-mail): Remove mail-setup-with-from from
6774 customization checks.
6776 2009-12-12 Eli Zaretskii <eliz@gnu.org>
6778 * arc-mode.el (archive-rar-summarize): Support Attribute fields in
6779 RAR archives created on Unix systems.
6781 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6783 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
6784 the varalias that was accidentally removed by the 2009-11-19 change
6787 2009-12-12 Kenichi Handa <handa@m17n.org>
6789 * language/indian.el (indian-compose-regexp): New function.
6790 (malayalam-composable-pattern): Fix the pattern.
6791 (composition-function-table): Set malayalam-composable-pattern for
6792 Malayalam characters.
6794 2009-12-11 Chong Yidong <cyd@stupidchicken.com>
6796 * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
6797 rather than down-mouse-1, based on follow-link conventions.
6799 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
6802 2009-12-11 Michael McNamara <mac@mail.brushroad.com>
6804 * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
6805 (verilog-vmm-statement-re, verilog-ovm-statement-re)
6806 (verilog-defun-level-not-generate-re, verilog-calculate-indent)
6807 (verilog-leap-to-head, verilog-backward-token):
6808 Fix indenting VMM macros. Reported by Jonathan Ashbrook.
6810 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org>
6812 * progmodes/verilog-mode.el (verilog-auto-lineup)
6813 (verilog-nameable-item-re): Cleanup user-visible spelling and
6814 documentation errors. One reported by Gary Delp.
6815 (verilog-submit-bug-report): Mention bug tracking and CC co-author.
6816 (verilog-read-decls): Fix AUTOWIRE with types declared in a
6817 package, bug195. Reported by Pierre-David Pfister.
6819 2009-12-11 Glenn Morris <rgm@gnu.org>
6821 * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
6823 * mail/emacsbug.el: No longer require sendmail.
6824 Replace sendmail's `mail-text' by `rfc822-goto-eoh'. (Bug#5174)
6825 (report-emacs-bug-orig-text): Doc fix.
6826 (report-emacs-bug-send-command, report-emacs-bug-send-hook):
6827 New local variables, to adapt to different mail-user-agents.
6828 (report-emacs-bug): Fix test for a gnu.org address.
6829 Use overlays for emphasis, since font-lock defeats 'face property.
6830 Pretest bugs also end up at the newsgroup these days.
6831 Stop message-mode stripping text properties.
6832 Set and use the new buffer-local variables.
6833 (report-emacs-bug-hook): Add doc-string.
6834 Remove some unnecessary save-excursions and simplify.
6835 Use the appropriate hook and send-command.
6837 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
6838 capitalization of some menu entries.
6840 2009-12-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6842 * whitespace.el (whitespace-display-char-on):
6843 Ensure `buffer-display-table' is unique when two or more windows are
6844 visible. Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
6847 2009-12-10 Eli Zaretskii <eliz@gnu.org>
6849 * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
6850 characters in the Attribute field.
6852 2009-12-10 Dan Nicolaescu <dann@ics.uci.edu>
6854 * vc-svn.el (vc-svn-after-dir-status): Fix regexp. (Bug#4741)
6856 2009-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
6858 Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
6859 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6860 Disregard autoload-excludes.
6861 (update-directory-autoloads): Obey autoload-excludes here instead.
6862 But don't store its contents in no-autoloads and remove entries that
6863 refer to excludes files.
6865 2009-12-10 Glenn Morris <rgm@gnu.org>
6867 * mail/feedmail.el (top-level): Move require 'mail-utils to start.
6868 (expand-mail-aliases): Define for compiler.
6870 * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
6871 Define for compiler.
6873 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
6874 appropriate for the mail-user-agent in use.
6876 2009-12-09 Michael Albinus <michael.albinus@gmx.de>
6878 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
6880 2009-12-09 Dan Nicolaescu <dann@ics.uci.edu>
6882 Fix short log parsing and fontification.
6883 * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
6884 Fix fontification for the [merge] label.
6886 2009-12-09 Vivek Dasmohapatra <vivek@etla.org>
6888 Drop some properties to avoid surprises (bug#5002).
6889 * htmlfontify.el (hfy-ignored-properties): New defcustom.
6890 (hfy-fontify-buffer): Use it.
6892 2009-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
6895 * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
6897 (ffap-locate-file): Remove unused arg `dir-ok' and make other
6898 args compulsory. Adjust callers.
6899 (ffap-gopher-at-point): Remove unused var `name'.
6901 Get rid of the ELCFILES abomination.
6902 * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
6903 (compile-elcfiles): New phony target.
6904 (compile-main): Compute ELCFILES dynamically.
6905 (compile-clean): New target to remove left-over elc files.
6906 (compile, all): Use it.
6908 2009-12-09 Kenichi Handa <handa@etlken>
6910 * international/mule-diag.el: Require help-mode instead of help-fns.
6912 2009-12-09 Kenichi Handa <handa@m17n.org>
6914 * international/mule-cmds.el (ucs-names): Supply sufficiently
6915 fine ranges instead of pre-calculating accurate ranges.
6916 Iterate with bigger gc-cons-threshold.
6918 2009-12-08 Dan Nicolaescu <dann@ics.uci.edu>
6920 Add support for stashing a snapshot of the current tree.
6921 * vc-git.el (vc-git-stash-snapshot): New function.
6922 (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
6924 2009-12-08 Jose E. Marchesi <jemarch@gnu.org>
6926 * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
6927 instead of `(beginning|end)-of-line'.
6929 2009-12-08 Glenn Morris <rgm@gnu.org>
6931 * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
6933 * Makefile.in (ELCFILES): Regenerate.
6935 2009-12-07 Juri Linkov <juri@jurta.org>
6937 Don't lazy-highlight the comint output in history Isearch mode.
6939 * comint.el (comint-history-isearch-search): Instead of
6940 `comint-line-beginning-position', use `comint-after-pmark-p'
6941 to check if point if before the process mark, and go to
6942 `process-mark' in this case.
6944 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6946 * textmodes/tex-mode.el (latex-complete)
6947 (latex-indent-or-complete): Remove.
6948 (latex-mode): Set completion-at-point-functions instead.
6950 Provide a standard completion command and hook it into TAB.
6951 * minibuffer.el (completion-at-point-functions): New var.
6952 (completion-at-point): New command.
6953 * indent.el (indent-for-tab-command): Handle the `complete' behavior.
6954 * progmodes/python.el (python-mode-map): Use completion-at-point.
6955 (python-completion-at-point): Rename from python-partial-symbol and
6956 adjust for use in completion-at-point-functions.
6957 (python-mode): Setup completion-at-point for Python completion.
6958 * emacs-lisp/lisp.el (lisp-completion-at-point): New function
6959 extracted from lisp-complete-symbol.
6960 (lisp-complete-symbol): Use it.
6961 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
6962 setup completion-at-point for Elisp completion.
6963 (emacs-lisp-mode-map, lisp-interaction-mode-map):
6964 Use completion-at-point.
6965 * ielm.el (ielm-map): Use completion-at-point.
6966 (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
6967 * progmodes/sym-comp.el: Move to...
6968 * obsolete/sym-comp.el: Move from progmodes.
6970 2009-12-07 Eli Zaretskii <eliz@gnu.org>
6972 Prevent save-buffer in Rmail buffers from using the coding-system
6973 of the current message, and from clobbering the encoding mnemonics
6974 in the mode line (Bug#4623).
6976 * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
6978 (rmail-message-encoding): New variable.
6979 (rmail-write-region-annotate): Record the encoding of the current
6980 message in rmail-message-encoding.
6981 (rmail-after-save-hook): New function, restores the encoding of
6982 the current message after the message collection is saved.
6984 2009-12-07 Juri Linkov <juri@jurta.org>
6986 * progmodes/grep.el (grep-read-files): Use `completing-read'
6987 instead of `read-string'. Set its `collection' arg to
6988 `read-file-name-internal'. (Bug#4301)
6990 2009-12-07 Juri Linkov <juri@jurta.org>
6992 Correctly restore original Isearch point. (Bug#4994)
6994 * isearch.el (isearch-mode): Move `isearch-push-state' after
6995 `(run-hooks 'isearch-mode-hook)'.
6996 (isearch-cancel): When `isearch-push-state-function' is defined,
6997 let-bind `isearch-cmds' to the first state (the last element of
6998 `isearch-cmds') and call `isearch-top-state' (it calls pop-state
6999 function and restores the original point). Otherwise, move point
7000 to `isearch-opoint'.
7002 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7004 * international/mule-cmds.el (ucs-names): Weed out at compile-time the
7005 chars that don't have names, so the table can be built much faster at
7008 2009-12-07 Chong Yidong <cyd@stupidchicken.com>
7010 * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
7011 change. Suggested by David Kastrup.
7013 * simple.el (compose-mail): Check for incompatibilities and warn.
7014 (compose-mail-user-agent-warnings): New option.
7016 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
7018 Support showing a single log entry from vc-annotate.
7019 * vc.el (print-log): Add a new argument: START-REVISION.
7020 (vc-print-log-internal): Add a new optional argument and
7021 pass it to the backend.
7022 (vc-print-log, vc-print-root-log): Adjust callers.
7023 * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
7024 buffer already displays the requested log entry, use it.
7025 Otherwise display only the log entry in question.
7026 * vc-svn.el (vc-svn-print-log):
7027 * vc-mtn.el (vc-mtn-print-log):
7028 * vc-hg.el (vc-hg-state):
7029 * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
7030 (vc-git-show-log-entry): Return t on success.
7031 * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
7032 (vc-bzr-show-log-entry): Return t on success.
7033 * vc-rcs.el (vc-rcs-print-log):
7034 * vc-sccs.el (vc-sccs-print-log):
7035 * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
7037 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
7039 * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
7040 Add menus to the meta mode. (Bug#5043)
7042 2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
7044 * ediff-init.el (ediff-event-key): Use event-to-character instead of
7047 * ediff.el (ediff-buffers-internal): Add unwind-protect.
7049 2009-12-07 Michael Albinus <michael.albinus@gmx.de>
7051 Handle prompt rules of ksh in OpenBSD 4.5. Reported by Raphaël
7052 Berbain <raphael.berbain@gmail.com>.
7054 * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$'
7056 (tramp-initial-end-of-output): New defconst.
7057 (tramp-methods, tramp-find-shell)
7058 (tramp-open-connection-setup-interactive-shell)
7059 (tramp-maybe-open-connection): Use it.
7060 (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
7061 existence of `#' and `$'.
7063 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
7064 `tramp-initial-end-of-output'.
7066 2009-12-07 Dan Nicolaescu <dann@ics.uci.edu>
7068 Get the background mode from the terminal for xterm, and set
7070 * term/xterm.el (xterm-set-background-mode): New function.
7071 (terminal-init-xterm): Use it in case xterm supports background
7072 color queries. Recompute faces after getting the background
7075 2009-12-07 Ulrich Mueller <ulm@gentoo.org>
7077 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
7078 number comment back on its own line, for easier parsing.
7080 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7082 Make it work for non-file buffers (bug#5102).
7083 * doc-view.el (doc-view-current-cache-dir):
7084 Use doc-view-buffer-file-name rather than buffer-file-name.
7085 (doc-view-mode): Use buffer-name when buffer-file-name is nil.
7087 2009-12-06 Óscar Fuentes <ofv@wanadoo.es>
7089 * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
7090 author field is too short.
7092 2009-12-06 Dan Nicolaescu <dann@ics.uci.edu>
7094 * vc-git.el (vc-git-print-log): Handle a limit argument.
7095 Display the short log in graph form and with labels.
7096 (vc-git-log-view-mode): Handle labels.
7098 Make vc-revert change VC state from 'added to 'unregistered.
7099 * vc-git.el (vc-git-revert): Call git reset first.
7101 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
7103 * net/newst-backend.el, net/newst-plainview.el:
7104 * net/newst-reader.el, net/newst-ticker.el:
7105 * net/newst-treeview.el, net/newsticker.el:
7106 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
7108 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
7110 * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
7112 * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
7113 Handle empty author field (Bug#4144). Suggested by Óscar Fuentes.
7114 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
7115 Update annotation regexp.
7117 * simple.el (beginning-of-visual-line): Constrain to field
7118 boundaries (Bug#5106).
7120 2009-12-06 Ulf Jasper <ulf.jasper@web.de>
7122 * xml.el (xml-substitute-numeric-entities): Move
7123 newsticker--decode-numeric-entities in newst-backend.el to
7124 xml-substitute-numeric-entities in xml.el. (Bug#5008)
7125 * net/newst-backend.el (newsticker--parse-generic-feed)
7126 (newsticker--parse-generic-items)
7127 (newsticker--decode-numeric-entities): Move
7128 newsticker--decode-numeric-entities in newst-backend.el to
7129 xml-substitute-numeric-entities in xml.el. (Bug#5008)
7131 2009-12-06 Daniel Colascione <dan.colascione@gmail.com>
7133 * progmodes/js.el (js--js-not): Add null to the list of values.
7135 2009-12-06 Chong Yidong <cyd@stupidchicken.com>
7137 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
7139 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7141 * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
7142 delimiter if it is at the end of the current line.
7143 (bibtex-generate-url-list): Fix docstring.
7145 2009-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
7147 * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
7148 minibuffer's content with itself.
7149 Fold the confirm-after-completion case into the `confirm' case.
7150 (completion-pcm-word-delimiters): Add : and / to the delimiters.
7152 2009-12-06 Kevin Ryde <user42@zip.com.au>
7154 * ffap.el (ffap-rfc-path): Make this a defcustom since
7155 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
7157 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
7158 manuals, similar to existing setup for help-mode. (Bug#3913.)
7160 2009-12-05 Juri Linkov <juri@jurta.org>
7162 Save and restore dired buffer's point positions too. (Bug#4880)
7164 * dired.el (dired-save-positions): Return in the first element
7165 buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
7167 (dired-restore-positions): First restore buffer's position.
7168 While restoring window's positions, check if window still displays
7169 the original buffer.
7171 2009-12-05 Chong Yidong <cyd@stupidchicken.com>
7173 * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
7176 * cedet/semantic/ia.el (semantic-ia-complete-symbol):
7177 Make argument optional.
7179 * shell.el (shell): Require ansi-color (Bug#5113).
7181 * ansi-color.el (ansi-color-for-comint-mode): Default to t.
7183 * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
7185 2009-12-05 Alan Mackenzie <acm@muc.de>
7187 * progmodes/cc-mode.el (c-before-hack-hook)
7188 (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
7189 `c-file-style' to work again. This reversion restores the current
7190 software to its state in Emacs 23.1. (Bug#4146)
7192 2009-12-05 Kevin Ryde <user42@zip.com.au>
7194 * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
7195 comment-start-skip to comment-end-skip as comment (Bug#4781).
7197 2009-12-05 Juri Linkov <juri@jurta.org>
7199 * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
7200 for virtual nodes. (Bug#4147)
7201 (Info-find-node-2): Set `Info-current-node-virtual' to nil
7202 when moving from a virtual node.
7203 (Info-mode-menu): Add `Info-virtual-index' to the menu.
7204 (Info-mode): Add `Info-virtual-index' to the docstring.
7206 2009-12-05 Eric Ludlam <zappo@gnu.org>
7208 * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
7209 Describe project macro symbols.
7211 * cedet/semantic/complete.el (semantic-complete-do-completion):
7212 Don't call semantic-collector-current-exact-match.
7214 * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
7215 ede-objects as targets.
7217 * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
7218 a target's object list even if compiler vars are already in the
7221 * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
7222 list of headers producing necessary macros.
7224 2009-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7226 * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
7227 track of the buffer position of the end of a BibTeX entry as this
7228 position may change during reformatting.
7229 (bibtex-format-entry): Remove whitespace before processing
7230 numerical fields so that we recognize the latter properly.
7231 (bibtex-reformat): Do not use push which changes the global value
7232 of bibtex-entry-format.
7233 (bibtex-field-braces-alist, bibtex-field-strings-alist)
7234 (bibtex-field-re-init): Replace only space characters by regexp
7236 (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
7237 (bibtex-initialize): Also update bibtex-strings.
7238 (bibtex-kill-field): Preserve white space at end of entry.
7239 (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
7240 Update bibtex-reference-keys.
7242 2009-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
7244 * minibuffer.el (completion-pcm--merge-try): Also consider placing
7245 point after a star, if that's the only place where modifications can
7248 2009-12-05 Dan Nicolaescu <dann@ics.uci.edu>
7250 * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
7253 2009-12-04 Juri Linkov <juri@jurta.org>
7255 * proced.el (proced): Call `(proced-update t)' to update process
7256 information instead of only running proced-post-display-hook.
7257 (proced-send-signal): Add a leading space to the buffer name
7258 " *Marked Processes*" to make this buffer ephemeral.
7260 2009-12-04 Juri Linkov <juri@jurta.org>
7262 * dired.el (dired-auto-revert-buffer): New defcustom.
7263 (dired-internal-noselect): Use it.
7265 2009-12-04 Juri Linkov <juri@jurta.org>
7267 Change roles of modes and functions in image-mode.el (Bug#5062).
7269 * image-mode.el: Replace `image-mode-maybe' with `image-mode'
7270 in `auto-mode-alist'.
7271 (image-mode-previous-major-mode): New variable.
7272 (image-minor-mode-map): Rename from `image-mode-text-map'.
7273 (image-mode): Move graceful error-handling code from
7274 `image-minor-mode' to here. On errors call `image-mode-as-text'.
7275 (image-minor-mode): Remove all image-handling code.
7276 Replace `image-mode-text-map' with `image-minor-mode-map'.
7277 Check for `image-type' in mode-line format string.
7278 (image-mode-maybe): Make obsolete with an alias to `image-mode'.
7279 (image-mode-as-text): New function with most code from
7281 (image-toggle-display-text): Move code that removes image
7282 properties from `image-toggle-display' to here.
7283 (image-toggle-display-image): New function with code that adds
7284 image properties copied from `image-toggle-display'.
7285 (image-toggle-display): Remove most code with leaving only code
7286 that toggles between `image-mode-as-text' and `image-mode'.
7288 2009-12-04 Ulf Jasper <ulf.jasper@web.de>
7290 * net/newst-treeview.el
7291 (newsticker--treeview-list-highlight-start): Restored call to
7292 save-excursion: Selected item was stuck.
7293 (newsticker--treeview-list-select): New.
7294 (newsticker--treeview-item-show-text)
7295 (newsticker--treeview-item-show)
7296 (newsticker--treeview-item-update): Use new
7297 newsticker-treeview-item-mode.
7298 (newsticker-treeview-update): Keep current item.
7299 (newsticker-treeview-next-new-or-immortal-item): Doc change.
7300 (newsticker--treeview-first-feed): Doc change.
7301 (newsticker-treeview-list-menu)
7302 (newsticker-treeview-item-menu): Added menu entries.
7303 (newsticker-treeview-item-mode): New.
7305 * net/newst-backend.el (newsticker-customize): Delete other
7308 2009-12-04 Sam Steingold <sds@gnu.org>
7310 * log-view.el (log-view-mode-map): "q" calls quit-window,
7311 like in all the other non-self-insert buffers.
7313 2009-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
7316 * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
7317 key decoding rather than do it manually via last-input-event +
7319 (term-exec): Use delete-and-extract-region.
7320 (term-handle-ansi-terminal-messages): Remove unused var `end'.
7321 (term-process-pager): Remove unused var `i'.
7322 (term-dynamic-simple-complete): Make obsolete.
7323 (serial-update-config-menu): Remove unused vars `y' and `str'.
7324 (term-update-mode-line): Remove unused var `temp'.
7326 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7328 Limit the number of log entries displayed by default.
7329 * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
7330 (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
7331 using a prefix argument.
7333 2009-12-03 Glenn Morris <rgm@gnu.org>
7335 * progmodes/idlwave.el (class): Restore still useful declaration.
7337 2009-12-03 Alan Mackenzie <acm@muc.de>
7339 Enhance `c-parse-state' to run efficiently in "brace deserts".
7341 * progmodes/cc-mode.el (c-basic-common-init):
7342 Call c-state-cache-init.
7343 (c-neutralize-syntax-in-and-mark-CPP): Rename from
7344 c-extend-and-neutralize-syntax-in-CPP. Mark each CPP construct by
7345 placing `category' properties value 'c-cpp-delimiter at its boundaries.
7347 * progmodes/cc-langs.el (c-before-font-lock-function):
7348 c-extend-and-neutralize-syntax-in-CPP has been renamed
7349 c-neutralize-syntax-in-and-mark-CPP.
7351 * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
7352 with `category' properties now, not `syntax-table' ones.
7354 * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
7355 enhanced (but slower) version of c-end-of-macro that won't land
7356 inside a literal or on another awkward character.
7357 (c-state-cache-too-far, c-state-cache-start)
7358 (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
7359 (c-state-nonlit-pos-cache-limit, c-state-point-min)
7360 (c-state-point-min-lit-type, c-state-point-min-lit-start)
7361 (c-state-min-scan-pos, c-state-brace-pair-desert)
7362 (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
7363 buffer local variables.
7364 (c-state-literal-at, c-state-lit-beg)
7365 (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
7366 (c-state-mark-point-min-literal, c-state-cache-top-lparen)
7367 (c-state-cache-top-paren, c-state-cache-after-top-paren)
7368 (c-get-cache-scan-pos, c-get-fallback-scan-pos)
7369 (c-state-balance-parens-backwards, c-parse-state-get-strategy)
7370 (c-renarrow-state-cache)
7371 (c-append-lower-brace-pair-to-state-cache)
7372 (c-state-push-any-brace-pair, c-append-to-state-cache)
7373 (c-remove-stale-state-cache)
7374 (c-remove-stale-state-cache-backwards, c-state-cache-init)
7375 (c-invalidate-state-cache-1, c-parse-state-1)
7376 (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
7377 (c-parse-state): Enhance and refactor.
7378 (c-debug-parse-state): Amend to deal with all the new variables.
7380 * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
7381 (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
7382 modify to use category text properties rather than syntax-table ones.
7383 (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
7384 to switch off/on the syntactic paren property of C++ template
7385 delimiters using the category property.
7386 (c-with-<->-as-parens-suppressed): Macro to invoke code with
7387 template delims suppressed.
7388 (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
7389 New constant/macros which apply category properties to the start
7390 and end of preprocessor constructs.
7391 (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
7392 "comment out" the syntactic value of characters in preprocessor
7394 (c-with-cpps-commented-out)
7395 (c-with-all-but-one-cpps-commented-out): Macros to invoke code
7396 with characters in all or all but one preprocessor constructs
7399 2009-12-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7401 * proced.el (proced-filter-alist): Use regexp-quote.
7403 2009-12-03 Michael Albinus <michael.albinus@gmx.de>
7406 * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
7407 (eshell/su, eshell/sudo): Require 'tramp. Fix problems reading
7408 arguments. Expand `default-directory'.
7410 * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
7411 the benefit of returning an expanded localname.
7412 (tramp-tramp-file-p): Handle the case NAME is not a string.
7414 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7416 Add support for bzr shelve/unshelve.
7417 * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
7418 (vc-bzr-extra-menu-map): New variables.
7419 (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
7420 (vc-bzr-shelve-apply, vc-bzr-shelve-list)
7421 (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
7422 (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
7423 (vc-bzr-dir-extra-headers): Display shelves.
7425 * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
7427 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7429 * textmodes/bibtex.el (bibtex-complete-internal):
7430 Use completion-in-region.
7431 (bibtex-text-in-field-bounds): Remove unused var `opoint'.
7433 2009-12-03 Dan Nicolaescu <dann@ics.uci.edu>
7435 Support applying stashes. Improve UI.
7436 * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
7437 (vc-git-stash-apply, vc-git-stash-pop)
7438 (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
7439 (vc-git-stash-menu): New functions.
7440 (vc-git-stash-menu-map): New variable.
7441 (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
7443 2009-12-03 Glenn Morris <rgm@gnu.org>
7445 * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
7446 (vc-print-log-internal): Fix previous change.
7447 (vc-revert): Correct pluralization.
7449 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7451 * progmodes/make-mode.el (makefile-special-targets-list): No need for
7452 it to be an alist any more.
7453 (makefile-complete): Use completion-in-region.
7455 * progmodes/octave-mod.el (octave-complete-symbol):
7456 Use completion-in-region.
7459 * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
7460 (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
7461 (idlwave-complete-class): Don't quote lambda.
7462 (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
7463 (idlwave-mode-map): Move initialization into declaration.
7464 (idlwave-action-and-binding): Use backquotes.
7465 (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
7467 (idlwave-is-pointer-dereference): Remove unused var `pos'.
7468 (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
7469 (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
7470 `parts', and `all-parts'.
7471 (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
7472 (idlwave-convert-xml-system-routine-info): Remove unused string
7474 (idlwave-display-user-catalog-widget): Use dolist.
7475 (idlwave-scanning-lib): Declare dynamically-scoped var.
7476 (idlwave-scan-library-catalogs): Remove unused var `flags'.
7477 (completion-highlight-first-word-only): Declare to silence bytecomp.
7478 (idlwave-popup-select): Tighten scope of `resp'.
7479 (idlwave-find-struct-tag): Remove unused var `beg'.
7480 (idlwave-after-load-rinfo-hook): Declare.
7481 (idlwave-sintern-class-info): Remove unused var `taglist'.
7482 (idlwave-find-class-definition): Remove unused var `list'.
7483 (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
7484 (idlwave-what-module-find-class): Remove unused var `classes'.
7486 2009-12-03 Juanma Barranquero <lekktu@gmail.com>
7488 * progmodes/pascal.el: Require CL when compiling (for lexical-let).
7490 2009-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
7492 * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
7493 buffers visited. Remove redundant current-buffer-saving.
7495 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7497 Use completion-in-buffer and remove uses of dynamic scoping.
7498 * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
7499 (pascal-buffer-to-use, pascal-flag): Don't declare.
7500 (pascal-func-completion, pascal-type-completion, pascal-var-completion)
7501 (pascal-get-completion-decl, pascal-keyword-completion):
7502 Add `pascal-str' argument, save-excursion,
7503 return the found completions, and don't filter with pascal-pred.
7504 (pascal-completion-cache): New var.
7505 (pascal-completion): Don't switch buffer any more (it was never
7506 necessary). Don't save-excursion any more (it's done by the called
7507 subroutines). Use a cache to avoid redundant computations.
7508 Use complete-with-action rather than pascal-completion-response and
7509 let it apply the predicate as well.
7510 (pascal-complete-word): Use completion-in-buffer when
7511 pascal-toggle-completions is nil.
7512 (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
7514 (pascal-comp-defun): Don't change buffer any more.
7515 Use complete-with-action rather than pascal-completion-response and
7516 let it apply the predicate as well.
7517 (pascal-goto-defun): Change buffer before calling pascal-comp-defun
7520 2009-12-02 Kenichi Handa <handa@m17n.org>
7522 * language/indian.el: Include ZWJ and ZWNJ in the patterns to
7523 shape for all Indic scripts.
7525 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
7527 Use completion-in-buffer.
7528 * wid-edit.el (widget-field-text-end): New function.
7529 (widget-field-value-get): Use it.
7530 (widget-string-complete, widget-file-complete)
7531 (widget-color-complete): Use it and completion-in-region.
7532 (widget-complete): Don't narrow the buffer.
7534 2009-12-02 Glenn Morris <rgm@gnu.org>
7536 * mail/rmail.el (rmail-pop-to-buffer): New function. (Bug#2282)
7537 (rmail-select-summary): Use rmail-pop-to-buffer.
7538 * mail/rmailsum.el: Replace all pop-to-buffer calls with
7539 rmail-pop-to-buffer, to prevent horizontal splits.
7541 * calendar/diary-lib.el (diary-list-entries): Replace superfluous
7542 save-excursion with save-current-buffer.
7543 Widen before searching. (Bug#5093)
7544 (diary-list-sexp-entries): Remove superfluous save-excursion.
7546 2009-12-02 Michael Welsh Duggan <mwd@cert.org>
7548 * woman.el (woman-make-bufname): Handle man-pages with "." in the
7551 2009-12-02 Andreas Politz <politza@fh-trier.de> (tiny change)
7553 * ido.el (ido-file-internal): Handle filenames at point that do
7554 not have a directory part. (Bug#5049)
7556 2009-12-02 Juanma Barranquero <lekktu@gmail.com>
7558 * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
7559 (mpc-songs-jump-to, mpc-resume): Doc fixes.
7561 2009-12-01 Rob Riepel <riepel@networking.Stanford.EDU>
7563 * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
7564 (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
7567 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7569 * comint.el (comint-insert-input): Ignore clicks to the right of
7570 the field. Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
7572 * vc.el (vc-print-log-internal): Don't wait for the process to
7573 terminate before setting up the major mode.
7575 * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
7578 * pcomplete.el (pcomplete-std-complete): Don't try to complete past
7581 * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
7583 2009-12-01 Glenn Morris <rgm@gnu.org>
7585 * window.el (window--display-buffer-2): Fix previous changes.
7587 2009-12-01 Chong Yidong <cyd@stupidchicken.com>
7589 * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
7591 2009-12-01 Glenn Morris <rgm@gnu.org>
7593 * Makefile.in (ELCFILES): Add mpc.elc.
7595 2009-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
7599 2009-12-01 Glenn Morris <rgm@gnu.org>
7601 * window.el (window-to-use): Define for compiler.
7603 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
7604 consistent with others (no final period).
7606 * mail/rmailmm.el (rmail-mime-handle): Doc fix.
7607 (rmail-mime-show): Downcase the encoding. (Bug#5070)
7609 2009-12-01 Dan Nicolaescu <dann@ics.uci.edu>
7611 Make vc-print-log buttons work.
7612 * log-view.el (log-view-mode-map): Inherit from widget-keymap.
7614 2009-11-30 Ryan C. Thompson <rct@thompsonclan.org> (tiny change)
7616 * savehist.el (savehist-autosave-interval): Allow setting to nil
7617 through customize. (Bug#5056)
7619 2009-11-30 Juanma Barranquero <lekktu@gmail.com>
7621 Fix references to jit-lock properties.
7622 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7623 Refer to jit-lock-defer-multiline, not jit-lock-multiline.
7624 (perl-font-lock-special-syntactic-constructs):
7625 Quote jit-lock-defer-multiline property.
7627 2009-11-30 Dan Nicolaescu <dann@ics.uci.edu>
7629 * vc-git.el (vc-git-registered): Call vc-git-root only once.
7631 2009-11-30 Juri Linkov <juri@jurta.org>
7633 * misearch.el (multi-isearch-search-fun): Always provide a non-nil
7634 value `buffer' of `multi-isearch-next-buffer-current-function'.
7635 Use `(current-buffer)' when `buffer' is nil.
7636 (multi-isearch-next-buffer-from-list): Don't fallback to
7637 `(current-buffer)' when `buffer' is nil. (Bug#4947)
7639 2009-11-30 Juri Linkov <juri@jurta.org>
7641 * misearch.el (multi-isearch-read-buffers): Move canonicalization
7642 of buffers with `get-buffer' to `multi-isearch-buffers'.
7643 (multi-isearch-buffers, multi-isearch-buffers-regexp):
7644 Canonicalize BUFFERS with `get-buffer'. Doc fix.
7645 (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
7646 FILES with `expand-file-name' converting relative file names
7647 to absolute. Doc fix. (Bug#4727)
7649 2009-11-30 Juri Linkov <juri@jurta.org>
7651 * misearch.el (multi-isearch-read-buffers)
7652 (multi-isearch-read-matching-buffers): New functions.
7653 (multi-isearch-buffers, multi-isearch-buffers-regexp):
7654 Use them in the `interactive' spec. Doc fix.
7655 (multi-isearch-read-files, multi-isearch-read-matching-files):
7657 (multi-isearch-files, multi-isearch-files-regexp):
7658 Use them in the `interactive' spec. Doc fix. (Bug#4725)
7660 2009-11-30 Juri Linkov <juri@jurta.org>
7662 * doc-view.el (doc-view-continuous):
7663 Rename from `doc-view-continuous-mode'.
7664 (doc-view-menu): Move "Toggle display" to the top.
7665 Add submenu "Continuous" with radio buttons "Off"/"On"
7666 and "Save as Default".
7667 (doc-view-scroll-up-or-next-page)
7668 (doc-view-scroll-down-or-previous-page)
7669 (doc-view-next-line-or-next-page)
7670 (doc-view-previous-line-or-previous-page): Rename
7671 `doc-view-continuous-mode' to `doc-view-continuous'. (Bug#4896)
7673 2009-11-30 Juri Linkov <juri@jurta.org>
7675 * comint.el (comint-mode-map): Rebind `M-r' from
7676 `comint-previous-matching-input' to
7677 `comint-history-isearch-backward-regexp'.
7678 Unbind `M-s' to allow global key binding `M-s'.
7679 Add menu items for `comint-history-isearch-backward' and
7680 `comint-history-isearch-backward-regexp'. (Bug#3746)
7682 2009-11-30 Juri Linkov <juri@jurta.org>
7684 * replace.el (perform-replace): Let-bind recenter-last-op to nil.
7685 For def=recenter, replace `recenter' with `recenter-top-bottom'
7686 that is called with `this-command' and `last-command' let-bound
7687 to `recenter-top-bottom'. When the last `def' was not `recenter',
7688 set `recenter-last-op' to nil. (Bug#4981)
7690 2009-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7692 Minor cleanup and simplification.
7693 * filecache.el (file-cache-add-directory)
7694 (file-cache-add-directory-recursively)
7695 (file-cache-add-from-file-cache-buffer)
7696 (file-cache-delete-file-regexp, file-cache-delete-directory)
7697 (file-cache-files-matching-internal, file-cache-display): Use dolist.
7698 (file-cache-temp-minibuffer-message): Delete function.
7699 (file-cache-minibuffer-complete): Use minibuffer-message instead.
7701 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
7702 Don't signal an error when bumping into EOB in tr, s, or y.
7704 2009-11-29 Juri Linkov <juri@jurta.org>
7706 * startup.el (fancy-about-text): Fix wording of Guided Tour.
7709 * descr-text.el (describe-char-unidata-list): Use lowercase name
7710 for "Unicode name" like in other tags.
7712 2009-11-29 Juri Linkov <juri@jurta.org>
7714 * ediff-util.el (ediff-minibuffer-with-setup-hook):
7715 New compatibility macro.
7716 (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
7718 2009-11-29 Juri Linkov <juri@jurta.org>
7720 Add defcustom to define the cycling order of `recenter-top-bottom'.
7723 * window.el (recenter-last-op): Doc fix.
7724 (recenter-positions): New defcustom.
7725 (recenter-top-bottom): Rewrite to use `recenter-positions'.
7726 (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
7728 2009-11-29 Michael Albinus <michael.albinus@gmx.de>
7730 Improve integration of Tramp and ange-ftp in eshell.
7732 * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
7733 (eshell/su): Flatten args. Apply better args parsing. Use "cd".
7734 (eshell/sudo): Flatten args. Let-bind `default-directory'.
7736 * eshell/esh-util.el (top): Require also Tramp when compiling.
7737 (eshell-directory-files-and-attributes): Check for FTP remote
7739 (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
7740 `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
7741 (eshell-file-attributes): Handle ".". Return `entry'.
7743 * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
7744 (ange-ftp-directory-files-and-attributes)
7745 (ange-ftp-real-directory-files-and-attributes): New defuns.
7747 * net/tramp.el (tramp-maybe-open-connection): Open the remote
7748 shell with "exec" when possible. This prevents trailing prompts
7749 in `start-file-process'.
7751 2009-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
7753 Try and remove assumptions about point-min==1.
7754 * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
7755 (rng-compute-mode-line-string): Show the validation percentage in
7756 terms of the narrowed text, not the widened text.
7757 (rng-do-some-validation): Don't catch internal errors when debugging.
7758 (rng-first-error): Simplify.
7759 (rng-after-change-function): Remove work around. AFAIK the bug has
7760 been fixed a while ago.
7762 * image-mode.el (image-minor-mode): Exit more gracefully when the image
7763 cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
7765 * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
7767 * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
7768 `cd' doesn't always do it for us (bug#5067).
7770 * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
7771 on 2009-10-25 as part of some other change (bug#5067).
7773 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7775 * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
7777 (byte-compile-warnings): Use byte-compile-warning-types.
7778 (byte-compile-save-excursion): Warn about use of set-buffer right
7779 after save-excursion.
7781 * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
7782 the excursion as well.
7784 2009-11-27 Michael Albinus <michael.albinus@gmx.de>
7786 * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
7787 providing a Tramp related implementation of "su" and "sudo".
7788 (eshell-unix-initialize): Add "su" and "sudo".
7790 2009-11-27 Daiki Ueno <ueno@unixuser.org>
7792 * net/socks.el (socks-send-command): Convert binary request to
7793 unibyte before sending. This fixes mishandling of some port
7794 numbers such as 129.
7796 2009-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
7798 * help.el (describe-bindings-internal): Remove `interactive'.
7800 * man.el (Man-completion-table): Trim a terminating "(".
7801 Remove the space between name page a section.
7802 Add the command's description on the `help-echo' property.
7803 Remove `process-connection-type' binding since it's unused by
7805 Provide completion for the "<section> <name>" format as well.
7806 (Man-default-man-entry): Remove spurious var shadowing the argument.
7808 2009-11-26 Kevin Ryde <user42@zip.com.au>
7810 * log-view.el: Add "Keywords: tools", since its other keywords
7811 aren't in finder-known-keywords, and following vc.el.
7813 * sha1.el (sha1-string-external): default-directory "/" in case
7814 otherwise non-existent. process-connection-type pipe for touch of
7815 efficiency recommended by elisp manual. (An aside in Bug#3911.)
7817 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7819 Misc coding convention cleanups.
7820 * htmlfontify.el (hfy-init-kludge-hook): Rename from
7821 hfy-init-kludge-hooks.
7822 (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
7823 (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
7824 (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
7826 (hfy-slant, hfy-weight): Use tables rather than code.
7827 (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
7828 (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
7829 (hfy-face-attr-for-class): Initialize `face-spec' directly.
7830 (hfy-face-to-css): Remove `nconc' with single arg.
7831 (hfy-p-to-face-lennart): Use `or'.
7832 (hfy-face-at): Hoist common code. Remove spurious quotes in `case'.
7833 (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
7834 (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
7835 (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
7836 (hfy-force-fontification): Use run-hooks.
7838 2009-11-26 Vivek Dasmohapatra <vivek@etla.org>
7840 Various minor fixes.
7841 * htmlfontify.el (hfy-default-header): Add toggle_invis since
7842 Javascript belongs in the header, not the body.
7843 (hfy-javascript): Remove.
7844 (hfy-fontify-buffer): Don't insert it any more.
7845 (hfy-face-at): Handle (face0 face1 face2) style face properties.
7846 Fix bug in invis handling when there were no invis props in a chunk.
7848 2009-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
7850 * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
7852 2009-11-26 Dan Nicolaescu <dann@ics.uci.edu>
7854 * finder.el (finder-mode-map): Add a menu.
7856 2009-11-26 Michael McNamara <mac@mail.brushroad.com>
7858 * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
7861 (verilog-leap-to-head, verilog-backward-token): Handle "disable
7862 fork" statement better.
7864 2009-11-26 Wilson Snyder <wsnyder@wsnyder.org>
7866 * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
7867 (verilog-delete-auto, verilog-delete-empty-auto-pair)
7868 (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
7869 Reported by Clay Douglass.
7871 (verilog-auto-inst, verilog-auto-star-safe)
7872 (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
7873 Fix removing "// Interfaces" when saving .* expansions. Reported by
7874 Pierre-David Pfister.
7876 2009-11-26 Glenn Morris <rgm@gnu.org>
7878 * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
7881 2009-11-25 Johan Bockgård <bojohan@gnu.org>
7883 * vc-annotate.el (vc-annotate-revision-previous-to-line):
7884 Really use previous revision.
7886 2009-11-25 Kevin Ryde <user42@zip.com.au>
7888 * man.el (Man-completion-table): default-directory "/" in case
7889 doesn't otherwise exist. process-environment COLUMNS=999 so as
7890 not to truncate long names. process-connection-type pipe to avoid
7891 any chance of hitting the pseudo-tty TIOCGWINSZ.
7892 (man): completion-ignore-case t for friendliness and since man
7893 itself is case-insensitive on the command line.
7894 Further to Bug#3717.
7896 * arc-mode.el: Add "Keywords: files", so the details in its
7897 commentary can be reached from finder-by-keyword.
7898 * textmodes/dns-mode.el: Add "Keywords: comm". It's only an
7899 editing mode, but it's comms related and sgml-mode.el has "comm"
7901 * textmodes/bibtex-style.el: Add "Keywords: tex".
7902 * international/isearch-x.el, international/ja-dic-cnv.el:
7903 * international/ja-dic-utl.el, international/kkc.el:
7904 Add "Keywords: i18n", so they can be reached from finder-by-keyword.
7906 2009-11-25 Juri Linkov <juri@jurta.org>
7908 * man.el (Man-completion-table): Modify regexp to include
7909 section names to completion strings. (Bug#3717)
7911 2009-11-25 Juri Linkov <juri@jurta.org>
7913 Search recursively in gzipped files. (Bug#4982)
7915 * progmodes/grep.el (grep-highlight-matches): Add new options
7916 `always' and `auto'. Doc fix.
7917 (grep-process-setup): Check `grep-highlight-matches' for
7918 `auto-detect' to determine the need to compute grep defaults.
7919 Move Windows/DOS specific --colors settings handling
7920 to `grep-compute-defaults'. Check `grep-highlight-matches'
7921 to get the value of "--color=".
7922 (grep-compute-defaults): Compute `grep-highlight-matches' when it
7923 has the value `auto-detect'. Move Windows/DOS specific settings
7924 from `grep-process-setup'.
7925 (zrgrep): New command with alias `rzgrep'.
7927 2009-11-25 Juri Linkov <juri@jurta.org>
7929 * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
7930 to nil instead of switching off view-mode. (Bug#4896)
7932 2009-11-25 Juri Linkov <juri@jurta.org>
7934 Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
7936 * mwheel.el (mwheel-scroll-up-function)
7937 (mwheel-scroll-down-function): New defvars.
7938 (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
7939 `scroll-up', and `mwheel-scroll-down-function' instead of
7942 * doc-view.el (doc-view-scroll-up-or-next-page)
7943 (doc-view-scroll-down-or-previous-page): Add optional ARG.
7944 Use this ARG in the call to image-scroll-up/image-scroll-down.
7945 Change `interactive' spec to "P". Goto next/previous page only
7946 when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
7947 SPC/DEL case). Doc fix.
7948 (doc-view-next-line-or-next-page)
7949 (doc-view-previous-line-or-previous-page): Rename arg to ARG
7951 (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
7952 `doc-view-scroll-up-or-next-page', and buffer-local
7953 `mwheel-scroll-down-function' to
7954 `doc-view-scroll-down-or-previous-page'.
7956 2009-11-25 Juri Linkov <juri@jurta.org>
7958 Provide additional default values (directories at other Dired
7959 windows) via M-n in the minibuffer of some Dired commands.
7961 * dired-aux.el (dired-diff, dired-compare-directories)
7962 (dired-do-create-files): Use `dired-dwim-target-defaults' to set
7963 `minibuffer-default' in `minibuffer-with-setup-hook'.
7964 (dired-dwim-target-directory): Find a window that displays Dired
7965 buffer instead of failing when the next window is not Dired.
7966 Use `get-window-with-predicate' to find for the next Dired window.
7967 (dired-dwim-target-defaults): New function.
7969 * ediff-util.el (ediff-read-file-name):
7970 Use `dired-dwim-target-defaults' to set `minibuffer-default'
7971 in `minibuffer-with-setup-hook'.
7973 2009-11-25 Juri Linkov <juri@jurta.org>
7975 Provide additional default values (file name at point or at the
7976 current Dired line) via M-n for file reading minibuffers. (Bug#5010)
7978 * minibuffer.el (read-file-name-defaults): New function.
7979 (read-file-name): Reset `minibuffer-default' to nil when
7980 it duplicates initial input `insdef'.
7981 Bind `minibuffer-default-add-function' to lambda that
7982 calls `read-file-name-defaults' in `minibuffer-selected-window'.
7983 (minibuffer-insert-file-name-at-point): New command.
7985 * files.el (file-name-at-point-functions): New defcustom.
7986 (find-file-default): Remove defvar.
7987 (find-file-read-args): Don't use `find-file-default'.
7988 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7989 to `read-file-name'.
7990 (find-file-literally): Use `read-file-name' with
7991 `confirm-nonexistent-file-or-buffer'.
7993 * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
7995 * dired.el (dired-read-dir-and-switches):
7996 Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
7997 to `read-file-name'.
7998 (dired-file-name-at-point): New function.
7999 (dired-mode): Add hook `dired-file-name-at-point' to
8000 `file-name-at-point-functions'.
8002 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
8004 Really make the *Completions* window soft-dedicated (bug#5030).
8005 * window.el (window--display-buffer-2): Add `dedicated' argument.
8006 (display-buffer): Pass it when needed so the dedicated flag is set
8007 after calling set-window-buffer, which would otherwise reset it.
8009 2009-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
8011 * progmodes/meta-mode.el (meta-complete-symbol):
8012 * progmodes/etags.el (complete-tag):
8013 * mail/mailabbrev.el (mail-abbrev-complete-alias):
8014 Use completion-in-region.
8016 * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
8017 (dabbrev-completion): Use completion-in-region.
8018 (dabbrev--abbrev-at-point): Simplify regexp.
8020 * abbrev.el (abbrev--before-point): Use word-motion functions
8021 if :regexp is not specified (bug#5031).
8023 * subr.el (string-prefix-p): New function.
8025 * man.el (Man-completion-cache): New var.
8026 (Man-completion-table): Use it.
8028 * vc.el (vc-print-log-internal): Make `limit' optional for better
8029 compatibility (e.g. with vc-annotate.el).
8031 2009-11-24 Kevin Ryde <user42@zip.com.au>
8033 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
8034 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
8036 * emacs-lisp/elint.el (elint-add-required-env): Better error message
8037 when .el source file not found or other error.
8039 2009-11-24 Markus Triska <markus.triska@gmx.at>
8041 * linum.el (linum-update-window): Ignore intangible (bug#4996).
8043 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8045 Handle the [back] button properly (bug#4979).
8046 * descr-text.el (describe-text-properties): Add a `buffer' argument.
8047 Use help-setup-xref, help-buffer, and with-help-window.
8048 (describe-char): Add `buffer' argument.
8049 Pass proper command to help-setup-xref. Don't meddle with
8050 help-xref-stack-item directly.
8051 (describe-text-category): Use with-help-window and help-buffer.
8053 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
8054 for the displayed buffer (bug#4887).
8056 * man.el (Man-completion-table): New function.
8059 2009-11-24 David Reitter <david.reitter@gmail.com>
8061 * vc-git.el (vc-git-registered): Use checkout directory (where
8062 .git is) rather than the file's directory and a relative path spec
8063 to work around a bug in git.
8065 2009-11-24 Michael Albinus <michael.albinus@gmx.de>
8067 Improve handling of processes on remote hosts.
8069 * eshell/esh-util.el (eshell-path-env): New defvar.
8070 (eshell-parse-colon-path): New defun.
8071 (eshell-file-attributes): Use `eshell-parse-colon-path'.
8073 * eshell/esh-ext.el (eshell-search-path):
8074 Use `eshell-parse-colon-path'.
8075 (eshell-remote-command): Remove argument HANDLER.
8076 (eshell-external-command): Check for FTP remote connection.
8078 * eshell/esh-proc.el (eshell-gather-process-output):
8079 Use `file-truename', in order to start also symlinked files.
8080 Apply `start-file-process' instead of `start-process'.
8081 Shorten `command' to the local file name part.
8083 * eshell/em-cmpl.el (eshell-complete-commands-list):
8084 Use `eshell-parse-colon-path'.
8086 * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
8088 * net/tramp.el (tramp-eshell-directory-change): New defun. Add it
8089 to `eshell-directory-change-hook'.
8091 2009-11-24 Tassilo Horn <tassilo@member.fsf.org>
8093 * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
8094 because it could be enabled automatically if view-read-only is non-nil.
8096 2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
8098 * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
8101 2009-11-24 Glenn Morris <rgm@gnu.org>
8103 * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
8104 deleted variable bookmark-bmenu-bookmark-column.
8106 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
8107 Move after definition of global-semantic-idle-tag-highlight-mode.
8109 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8111 * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
8113 2009-11-23 Ken Brown <kbrown@cornell.edu> (tiny change)
8115 * net/browse-url.el (browse-url-filename-alist): On Windows, add
8116 two slashes to the "file:" prefix.
8117 (browse-url-file-url): De-munge Cygwin filenames before passing
8118 them to Windows browser.
8119 (browse-url-default-windows-browser): Use call-process.
8121 2009-11-23 Juri Linkov <juri@jurta.org>
8123 Implement DocView Continuous mode. (Bug#4896)
8124 * doc-view.el (doc-view-continuous-mode): New defcustom.
8125 (doc-view-mode-map): Bind C-n/<down> to
8126 `doc-view-next-line-or-next-page', C-p/<up> to
8127 `doc-view-previous-line-or-previous-page'.
8128 (doc-view-next-line-or-next-page)
8129 (doc-view-previous-line-or-previous-page): New commands.
8131 2009-11-23 Juri Linkov <juri@jurta.org>
8133 Implement Isearch in comint input history. (Bug#3746)
8134 * comint.el (comint-mode): Add `comint-history-isearch-setup' to
8135 `isearch-mode-hook'.
8136 (comint-history-isearch): New defcustom.
8137 (comint-history-isearch-backward)
8138 (comint-history-isearch-backward-regexp): New commands.
8139 (comint-history-isearch-message-overlay): New buffer-local variable.
8140 (comint-history-isearch-setup, comint-history-isearch-end)
8141 (comint-goto-input, comint-history-isearch-search)
8142 (comint-history-isearch-message, comint-history-isearch-wrap)
8143 (comint-history-isearch-push-state)
8144 (comint-history-isearch-pop-state): New functions.
8146 2009-11-23 Michael Albinus <michael.albinus@gmx.de>
8148 * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
8150 (tramp-handle-make-symbolic-link)
8151 (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
8153 (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
8154 (tramp-handle-process-file): Use it.
8156 2009-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
8158 * window.el (move-to-window-line-last-op): Remove.
8159 (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
8161 2009-11-23 Deniz Dogan <deniz.a.m.dogan@gmail.com> (tiny change)
8163 Make M-r mirror the new cycling behavior of C-l.
8164 * window.el (move-to-window-line-last-op): New var.
8165 (move-to-window-line-top-bottom): New command.
8166 (global-map): Bind M-r move-to-window-line-top-bottom.
8168 2009-11-23 Sven Joachim <svenjoac@gmx.de>
8170 * dired-x.el (dired-guess-shell-alist-default):
8171 Support xz format. (Bug#4953)
8173 2009-11-22 Chong Yidong <cyd@stupidchicken.com>
8175 * cedet/srecode/map.el (srecode-get-maps):
8176 * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
8177 * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
8178 * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
8179 (semantic-toggle-decoration-style):
8180 * cedet/semantic/decorate/include.el
8181 (semantic-decoration-include-describe)
8182 (semantic-decoration-unknown-include-describe)
8183 (semantic-decoration-unparsed-include-describe)
8184 (semantic-decoration-all-include-summary):
8185 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
8186 * cedet/semantic/analyze/complete.el
8187 (semantic-analyze-possible-completions):
8188 * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
8189 (semantic-show-unmatched-syntax-mode)
8190 (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
8191 (semantic-highlight-func-mode):
8192 * cedet/semantic/util.el (semantic-describe-buffer):
8193 * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
8194 (semantic-symref-find-tags-by-name)
8195 (semantic-symref-find-tags-by-regexp)
8196 (semantic-symref-find-tags-by-completion)
8197 (semantic-symref-find-file-references-by-name)
8198 (semantic-symref-find-text):
8199 * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
8201 * cedet/semantic/scope.el (semantic-calculate-scope):
8202 * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
8203 * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
8204 (define-semantic-idle-service):
8205 * cedet/semantic/complete.el (semantic-complete-analyze-inline)
8206 (semantic-complete-analyze-inline-idle):
8207 * cedet/semantic/analyze.el (semantic-analyze-current-context):
8208 * cedet/mode-local.el (describe-mode-local-bindings)
8209 (describe-mode-local-bindings-in-mode):
8210 * cedet/ede/make.el (ede-make-check-version):
8211 * cedet/ede/locate.el (ede-enable-locate-on-project):
8212 * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
8213 (cedet-idutils-version-check):
8214 * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
8215 (cedet-gnu-global-version-check):
8216 * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
8217 (cedet-cscope-version-check): Use called-interactively-p instead
8220 * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
8221 Use semantic-format-tag-prototype.
8223 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
8225 * emulation/viper-cmd.el: Use viper-last-command-char instead of
8226 last-command-char/last-command-event.
8227 (viper-prefix-arg-value): Do correct conversion of event-char for
8230 * emulation/viper-util.el, emulation/viper.el:
8231 Use viper-last-command-char instead of
8232 last-command-char/last-command-event.
8234 * ediff-init.el, ediff-mult.el, ediff-util.el:
8235 Replace last-command-char and last-command-event
8236 with (ediff-last-command-char) everywhere.
8238 * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
8239 created in fundamental mode.
8241 * ediff.el (ediff-version): Revert the change of interactive-p to
8242 called-interactively-p.
8244 2009-11-22 Tassilo Horn <tassilo@member.fsf.org>
8246 * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
8247 generation from word-movement command names.
8249 2009-11-21 Chong Yidong <cyd@stupidchicken.com>
8251 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
8252 (semantic-complete-jump-local, semantic-complete-jump):
8253 Improve prompt string.
8255 2009-11-21 Jan Djärv <jan.h.d@swipnet.se>
8257 * cus-start.el (all): Add native condition for font-use-system-font.
8259 2009-11-21 Nathaniel Flath <flat0103@gmail.com>
8261 * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
8262 Correct the patch from 2009-11-18. (Bug#3910)
8264 2009-11-21 Tassilo Horn <tassilo@member.fsf.org>
8266 * progmodes/subword.el: Rename from lisp/subword.el.
8268 * subword.el: Rename to progmodes/subword.el.
8270 * Makefile.in (ELCFILES): Adapt to subword.el move.
8272 2009-11-21 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8273 Stefan Monnier <monnier@iro.umontreal.ca>
8275 * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
8276 (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
8277 (bookmark-bmenu-show-filenames): Use push.
8278 (bookmark-bmenu-hide-filenames): Use local var instead of
8279 bookmark-bmenu-bookmark-column. Use pop. Don't save window-excursion.
8280 (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
8281 (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
8282 filenames now that the bookmark names are always available.
8284 2009-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8286 * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
8287 (bookmark-search-pattern): Move and leave unbound.
8288 (bookmark-bmenu-mode-map): Change binding.
8289 (bookmark-read-search-input): Simplify.
8290 Don't use text-char-description. Don't error on non-char events.
8291 (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
8292 only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
8293 (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
8294 Use a local var for the timer.
8295 (bookmark-bmenu-cancel-search): Remove by folding into the only caller
8296 (i.e. bookmark-bmenu-search).
8298 2009-11-21 Glenn Morris <rgm@gnu.org>
8300 * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode. (Bug#4993)
8302 2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
8304 * net/browse-url.el (browse-url-default-windows-browser):
8305 Use cygstart for cygwin.
8307 2009-11-20 Karl Fogel <karl.fogel@red-bean.com>
8309 * bookmark.el: Formatting and doc fixes only:
8310 (bookmark-search-delay): Shorten doc string to fit in 80 columns.
8311 (bookmark-bmenu-search): Wrap to fit within 80 columns.
8312 Minor grammar and punctuation fixes in doc string.
8313 (bookmark-read-search-input): Adjust to fit within 80 columns.
8315 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
8317 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
8318 (c-backward-into-nomenclature): Adapt to subword renaming.
8320 * subword.el (subword-forward, subword-backward, subword-mark)
8321 (subword-kill, subword-backward-kill, subword-transpose)
8322 (subword-downcase, subword-upcase, subword-capitalize)
8323 (subword-forward-internal, subword-backward-internal):
8324 Rename from forward-subword, backward-subword, mark-subword,
8325 kill-subword, backward-kill-subword, transpose-subwords,
8326 downcase-subword, upcase-subword, capitalize-subword,
8327 forward-subword-internal, backward-subword-internal.
8329 2009-11-20 Thierry Volpiatto <thierry.volpiatto@gmail.com>
8331 * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
8333 (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
8335 (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
8336 (bookmark-bmenu-filter-alist-by-regexp)
8337 (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
8338 (bookmark-bmenu-search): New command.
8339 (bookmark-bmenu-mode-map): Bind it.
8341 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
8343 * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
8345 * cedet/semantic/idle.el (define-semantic-idle-service)
8346 (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
8348 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
8350 * progmodes/cc-cmds.el: declare-functioned forward-subword and
8351 backward-subword to quit the byte-compiler.
8353 * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
8355 * Makefile.in: Don't refer cc-subword.elc but subword.elc.
8357 * progmodes/cc-cmds.el (c-update-modeline)
8358 (c-forward-into-nomenclature, c-backward-into-nomenclature):
8359 Refer to subword.el functions instead of cc-subword.el.
8361 * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
8362 subword.el functions instead of cc-subword.el.
8364 * progmodes/cc-subword.el: Rename to subword.el.
8365 * subword.el: Rename from progmodes/cc-subword.el.
8366 (subword-mode-map): Rename from c-subword-mode-map.
8367 (subword-mode): Rename from c-subword-mode.
8368 (global-subword-mode): New global minor mode.
8369 (forward-subword): Rename from c-forward-subword.
8370 (backward-subword): Rename from c-backward-subword.
8371 (mark-subword): Rename from c-mark-subword.
8372 (kill-subword): Rename from c-kill-subword.
8373 (backward-kill-subword): Rename from c-backward-kill-subword.
8374 (transpose-subwords): Rename from c-tranpose-subword.
8375 (downcase-subword): Rename from c-downcase-subword.
8376 (capitalize-subword): Rename from c-capitalize-subword.
8377 (forward-subword-internal): Rename from c-forward-subword-internal.
8378 (backward-subword-internal): Rename from c-backward-subword-internal.
8380 2009-11-20 Dan Nicolaescu <dann@ics.uci.edu>
8382 * vc.el (vc-deduce-fileset): Allow non-state changing operations
8383 from a dired buffer.
8384 (vc-dired-deduce-fileset): New function.
8385 (vc-root-diff, vc-print-root-log): Use it.
8387 * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
8388 nil LIMIT argument to vc-print-log-internal.
8390 2009-11-20 Glenn Morris <rgm@gnu.org>
8392 * Makefile.in (ELCFILES): Regenerate.
8394 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
8396 * cedet/cedet.el (cedet-menu-map): Re-order menu items.
8398 * cedet/semantic.el: Enable idle-mode menu items only if
8399 global-semantic-idle-scheduler-mode is enabled.
8400 (semantic-default-submodes): Doc fix.
8402 * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
8403 When turning off, disable other idle modes.
8405 2009-11-20 Jay Belanger <jay.p.belanger@gmail.com>
8407 * calc/calc.el (calc-set-mode-line):
8408 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
8409 (math-format-number): Rename `math-format-complement-signed' to
8410 `math-format-twos-complement'.
8412 * calc/calc-bin.el (math-format-twos-complement): Rename from
8413 math-format-complement-signed.
8414 (calc-radix): Rename `calc-complement-signed-mode' to
8415 `calc-twos-complement-mode'.
8416 (calc-octal-radix, calc-hex-radix): Add an argument for
8419 * calc/calc-embed.el (calc-embedded-mode-vars):
8420 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
8422 * calc/calc-ext.el (calc-init-extensions):
8423 Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
8424 (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
8426 * calc/calc-units.el (math-build-units-table-buffer):
8427 Let `calc-twos-complement-mode' be nil.
8429 * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
8432 * calc/calc-vec.el (calcFunc-vunpack):
8433 * calc/calc-aent.el (calc-do-calc-eval):
8434 * calc/calc-forms.el (math-format-date):
8435 * calc/calc-graph.el (calc-graph-plot):
8436 * calc/calc-math.el (math-use-emacs-fn):
8437 * calc/calccomp.el (math-compose-expr):
8438 Let `calc-twos-complement-mode' be nil.
8440 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8442 * abbrev.el (abbrev-with-wrapper-hook): (re)move...
8443 * simple.el (with-wrapper-hook): ...to here. Add argument `args'.
8444 * minibuffer.el (completion-in-region-functions): New hook.
8445 (completion-in-region): New function.
8446 * emacs-lisp/lisp.el (lisp-complete-symbol):
8447 * pcomplete.el (pcomplete-std-complete): Use it.
8449 2009-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
8451 * textmodes/tex-mode.el (latex-complete-bibtex-cache)
8452 (latex-complete-alist): New vars.
8453 (latex-string-prefix-p, latex-complete-bibtex-keys)
8454 (latex-complete-envnames, latex-complete-refkeys)
8455 (latex-complete-data): New functions.
8456 (latex-complete, latex-indent-or-complete): New commands.
8458 * window.el (display-buffer-mark-dedicated): New var.
8459 (display-buffer): Obey it.
8460 * minibuffer.el (minibuffer-completion-help): Use it.
8462 * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
8464 * filecache.el (file-cache-add-file): Use push and cons.
8465 (file-cache-delete-file-regexp): Use push.
8466 (file-cache-complete): Use completion-in-region.
8468 * simple.el (with-wrapper-hook): Fix thinko.
8470 * hfy-cmap.el (hfy-rgb-file): Use locate-file.
8471 (htmlfontify-load-rgb-file): Remove unnused var `ff'.
8472 Use with-current-buffer and string-to-number.
8473 (hfy-fallback-colour-values): Use assoc-string.
8474 * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
8475 (hfy-face-at): Remove unused var `found-face'.
8476 (hfy-compile-stylesheet): Remove unused var `css'.
8477 (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
8479 (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
8480 Use with-current-buffer.
8481 (hfy-text-p): Use expand-file-name and fewer setq.
8483 2009-11-19 Vivek Dasmohapatra <vivek@etla.org>
8485 * htmlfontify.el, hfy-cmap.el: New files.
8487 2009-11-19 Juri Linkov <juri@jurta.org>
8489 * minibuffer.el (completions-format): New defcustom.
8490 (completion--insert-strings): Implement vertical format.
8492 * simple.el (switch-to-completions): Move point to the first
8493 completion when point was at the beginning of the buffer.
8495 2009-11-19 Juri Linkov <juri@jurta.org>
8497 * find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
8499 * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
8501 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
8503 * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
8504 (mail-signature): Change default to t.
8505 (mail-from-style): Deprecate `system-default' value.
8506 (mail-insert-from-field): For default value of mail-from-style,
8507 default to `angles' unless `angles' needs quoting and `parens'
8509 (mail-citation-prefix-regexp): Use citation regexp from
8512 2009-11-19 Michael Albinus <michael.albinus@gmx.de>
8514 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
8515 Set variables for computing the prompt for reading password.
8517 2009-11-19 Glenn Morris <rgm@gnu.org>
8519 * dired-aux.el (dired-compress-file-suffixes): Add ".xz". (Bug#4953)
8521 * textmodes/flyspell.el (sgml-lexical-context): Declare.
8523 * net/newst-treeview.el (newsticker-treeview-treewindow-width)
8524 (newsticker-treeview-listwindow-height): Fix custom type.
8526 2009-11-19 Kenichi Handa <handa@m17n.org>
8528 * descr-text.el (describe-char-padded-string): Compose with TAB
8529 only if there's a font for CH.
8530 (describe-char): Fix the condition for detecting a trivial composition.
8532 2009-11-18 Nathaniel Flath <flat0103@gmail.com>
8534 * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
8535 more accurate version of the regexp. (Bug#3910)
8537 2009-11-18 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
8539 * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
8541 2009-11-18 Juanma Barranquero <lekktu@gmail.com>
8543 * font-setting.el (font-use-system-font): Declare for byte-compiler.
8544 (font-setting-change-default-font): Fix typo in docstring.
8546 2009-11-18 Alan Mackenzie <acm@muc.de>
8548 * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
8550 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
8552 * font-setting.el (font-use-system-font): Move ...
8554 * cus-start.el (all): ... to here.
8556 2009-11-17 Michael Albinus <michael.albinus@gmx.de>
8558 * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
8559 Don't set `ad-return-value' if `ad-do-it' doesn't.
8561 * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
8564 2009-11-17 Jan Djärv <jan.h.d@swipnet.se>
8566 * menu-bar.el: Put "Use system font" in Option-menu.
8567 (menu-bar-options-save): Add font-use-system-font.
8569 * loadup.el: If feature system-font-setting or font-render-setting is
8570 there, load font-setting.
8572 * Makefile.in (ELCFILES): Add font-settings.el.
8573 * font-setting.el: New file.
8575 2009-11-17 Glenn Morris <rgm@gnu.org>
8577 * vc-svn.el (vc-svn-print-log): Fix typo in previous.
8579 * net/newst-treeview.el (newsticker--treeview-list-update-faces):
8580 Preserve point in the list buffer. (Bug#4939)
8582 (newsticker--treeview-list-update-highlight)
8583 (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
8585 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
8587 * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
8590 * calc/calc-ext.el (calc-init-extensions): Remove references to
8593 * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
8595 * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
8596 * calc/calc-help.el (calc-b-prefix-help): Remove references to
8599 2009-11-16 Kevin Ryde <user42@zip.com.au>
8601 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
8602 Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
8604 * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
8605 (lm-keywords-list): Allow comma-only separator like "foo,bar".
8606 Ignore trailing spaces by omit-nulls to split-string (fixing
8607 regression from Emacs 21 due to the incompatible split-string
8608 change). (Bug #4928.)
8610 2009-11-16 Dan Nicolaescu <dann@ics.uci.edu>
8612 * vc.el (vc-log-show-limit): Default to 2000.
8613 (vc-print-log-internal): Insert buttons to request more entries
8614 when limiting the output.
8616 * vc-sccs.el (vc-sccs-print-log):
8617 * vc-rcs.el (vc-rcs-print-log):
8618 * vc-cvs.el (vc-cvs-print-log):
8619 * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
8622 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
8624 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
8625 error when `tramp-gvfs-dbus-event-vector' is set.
8626 (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
8628 2009-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
8630 * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
8632 2009-11-16 Michael Albinus <michael.albinus@gmx.de>
8634 * net/dbus.el (dbus-unregister-service): New defun.
8635 (dbus-register-property): Register the handlers of
8636 "org.freedesktop.DBus.Properties" for SERVICE.
8637 (dbus-property-handler): Fix docstring.
8639 2009-11-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8641 * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
8642 Quote doc string reference in defvaralias as it is not in special form.
8643 (byte-compile-output-docform): Doc fix.
8645 2009-11-16 Jay Belanger <jay.p.belanger@gmail.com>
8647 * calc/calc.el (math-2-word-size, math-half-2-word-size)
8648 (calc-complement-signed-mode): New variables.
8649 (calc-set-mode-line): Add indicator for twos-complements.
8650 (math-format-number): Format twos-complement notation.
8652 * calc/calc-bin.el (calc-word-size): Reset the variables
8653 `math-2-word-size' and `math-half-2-word-size'.
8654 (math-format-complement-signed, math-symclip, calcFunc-symclip)
8655 (calc-symclip): New functions.
8657 * calc/calc-aent.el (math-read-token): Read complement signed numbers.
8659 * calc/calc-embed.el (calc-embedded-mode-vars):
8660 Add `calc-complement-signed-mode' to the list of modes.
8662 * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
8663 (calc-b-oper-keys): Add `calc-symclip' to list.
8665 * calc/calc-ext.el (math-read-number-fancy): Read complement
8667 (calc-init-extensions): Add binding for `calc-symclip'.
8668 Add autoload for `calcFunc-symclip' and `calc-symclip'.
8670 * calc/calc-menu.el (calc-arithmetic-menu): Add item for
8672 (calc-modes-menu): Add item for twos complement mode.
8674 * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
8676 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
8678 * register.el (jump-to-register, insert-register): Handle Semantic
8679 tags. From commented-out advice in semantic/senator.el.
8681 2009-11-15 Dan Nicolaescu <dann@ics.uci.edu>
8683 * vc.el (vc-log-show-limit): New variable.
8684 (vc-print-log, vc-print-root-log): Add new argument LIMIT. Set it
8685 when using a prefix argument.
8686 (vc-print-log-internal): Add new argument LIMIT.
8688 * vc-svn.el (vc-svn-print-log):
8689 * vc-mtn.el (vc-mtn-print-log):
8690 * vc-hg.el (vc-hg-print-log):
8691 * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
8692 pass it to the log command when set. Make the BUFFER argument
8695 * vc-sccs.el (vc-sccs-print-log):
8696 * vc-rcs.el (vc-rcs-print-log):
8697 * vc-git.el (vc-git-print-log):
8698 * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
8699 ignore it. Make the BUFFER argument non-optional
8701 * bindings.el (mode-line-buffer-identification): Do not purecopy.
8703 2009-11-15 Chong Yidong <cyd@stupidchicken.com>
8705 * dired.el (dired-mode-map): Move encryption items to "Operate"
8708 * strokes.el (strokes-update-window-configuration): Make strokes
8709 buffer current before erasing (Bug#4906).
8711 * cedet/semantic/idle.el (semantic-idle-summary-mode)
8712 (semantic-idle-summary-mode): Define using define-minor-mode
8713 instead of define-semantic-idle-service.
8714 (semantic-idle-summary-mode): New function.
8715 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
8716 that mouse motion does not reset the echo area.
8718 2009-11-15 Juri Linkov <juri@jurta.org>
8720 * simple.el (set-mark-default-inactive): Add :type, :group
8721 and :version. (Bug#4876)
8723 2009-11-15 Michael Albinus <michael.albinus@gmx.de>
8725 * arc-mode.el (archive-maybe-copy): Move creation of directory ...
8726 (archive-unique-fname): ... here. (Bug#4929)
8728 2009-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
8730 * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
8733 * novice.el (disabled-command-function): Add useful args.
8734 Setup the help buffer so that [back] works.
8735 Remove redundant call to help-mode.
8736 (disabled-command-function): Use `case'.
8737 (en/disable-command): New function extracted from enable-command.
8738 (enable-command, disable-command): Use it.
8740 2009-11-14 Glenn Morris <rgm@gnu.org>
8742 * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
8743 constants. (Bug#4913)
8745 * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
8747 2009-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
8749 * emacs-lisp/elint.el (elint-standard-variables): Add some variables
8750 defined in C that have no doc-strings. (Bug#1063)
8752 2009-11-14 Francis Wright <F.J.Wright@qmul.ac.uk>
8754 * cus-edit.el (data, files):
8755 * ps-print.el (postscript): Doc fixes for custom groups. (Bug#3327)
8757 2009-11-14 Chong Yidong <cyd@stupidchicken.com>
8759 * simple.el (shell-command): Doc fix (Bug#4891).
8761 * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
8763 2009-11-14 Glenn Morris <rgm@gnu.org>
8765 * emulation/viper.el (viper-set-hooks): Remove duplicate advice
8766 statements for vc-diff, emerge-quit, and rmail-cease-edit.
8767 If they are already loaded, eval-after-load will do the right thing.
8769 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
8772 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
8774 * simple.el (x-selection-owner-p): Declare.
8775 (read-mail-command): Use custom radio type rather than choice.
8776 (completion-no-auto-exit): Doc fix.
8778 * custom.el (defgroup):
8779 * epg-config.el (epg): Doc fixes.
8781 2009-11-14 Dan Nicolaescu <dann@ics.uci.edu>
8783 * bindings.el (mode-line-buffer-identification): Purecopy only the string.
8784 * international/ccl.el (define-ccl-program): Do not purecopy the
8785 docstring, defconst does it anyway.
8787 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8789 * add-log.el (add-change-log-entry): Avoid displaying the changelog
8792 * x-dnd.el (x-dnd-maybe-call-test-function):
8793 * window.el (split-window-vertically):
8794 * whitespace.el (whitespace-help-on):
8795 * vc-rcs.el (vc-rcs-consult-headers):
8796 * userlock.el (ask-user-about-lock-help)
8797 (ask-user-about-supersession-help):
8798 * type-break.el (type-break-force-mode-line-update):
8799 * time-stamp.el (time-stamp-conv-warn):
8800 * terminal.el (te-set-output-log, te-more-break, te-filter)
8801 (te-sentinel, terminal-emulator):
8802 * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
8803 (term-write-input-ring, term-check-source, term-start-output-log):
8804 (term-display-buffer-line, term-dynamic-list-completions):
8805 (term-ansi-make-term, serial-term):
8806 * subr.el (selective-display):
8807 * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8808 (strokes-encode-buffer, strokes-xpm-for-compressed-string):
8809 * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
8810 (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
8811 (speedbar-remove-localized-speedbar-support)
8812 (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
8813 (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
8814 (speedbar-buffers-line-directory):
8815 * simple.el (shell-command-on-region, append-to-buffer)
8816 (prepend-to-buffer):
8817 * shadowfile.el (shadow-save-todo-file):
8818 * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
8819 (scroll-bar-maybe-set-window-start):
8820 * sb-image.el (speedbar-image-dump):
8821 * saveplace.el (save-place-alist-to-file, save-places-to-alist)
8822 (load-save-place-alist-from-file):
8823 * ps-samp.el (ps-print-message-from-summary):
8824 * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
8825 (ps-background-image, ps-begin-job, ps-do-despool):
8826 * ps-bdf.el (bdf-find-file, bdf-read-font-info):
8827 * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
8828 (pr-ps-message-from-summary, pr-lpr-message-from-summary):
8829 (pr-call-process, pr-file-list, pr-interface-save):
8830 * novice.el (disabled-command-function)
8831 (enable-command, disable-command):
8832 * mouse.el (mouse-buffer-menu-alist):
8833 * mouse-copy.el (mouse-kill-preserving-secondary):
8834 * macros.el (kbd-macro-query):
8835 * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
8836 * informat.el (batch-info-validate):
8837 * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
8838 * hippie-exp.el (try-expand-dabbrev-visible):
8839 * help-mode.el (help-make-xrefs):
8840 * help-fns.el (describe-variable):
8841 * generic-x.el (bat-generic-mode-run-as-comint):
8842 * finder.el (finder-mouse-select):
8843 * find-dired.el (find-dired-sentinel):
8844 * filesets.el (filesets-file-close):
8845 * files.el (list-directory):
8846 * faces.el (list-faces-display, describe-face):
8847 * facemenu.el (list-colors-display):
8848 * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
8849 * epg.el (epg--process-filter, epg-cancel):
8850 * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
8851 (epa--read-signature-type):
8852 * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
8853 (emerge-file-names):
8854 * ehelp.el (electric-helpify):
8855 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
8856 * ediff-vers.el (rcs-ediff-view-revision):
8857 * ediff-util.el (ediff-setup):
8858 * ediff-mult.el (ediff-append-custom-diff):
8859 * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
8861 * echistory.el (Electric-command-history-redo-expression):
8862 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8863 * disp-table.el (describe-display-table):
8864 * dired.el (dired-find-buffer-nocreate):
8865 * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
8866 * dabbrev.el (dabbrev--same-major-mode-p):
8867 * chistory.el (list-command-history):
8868 * apropos.el (apropos-documentation):
8869 * allout.el (allout-obtain-passphrase):
8870 (allout-copy-exposed-to-buffer):
8871 (allout-verify-passphrase): Use with-current-buffer.
8873 2009-11-13 Glenn Morris <rgm@gnu.org>
8875 * Makefile.in (ELCFILES): Regenerate.
8877 2009-11-13 Michael Albinus <michael.albinus@gmx.de>
8879 * net/dbus.el (dbus-registered-objects-table): Rename from
8880 `dbus-registered-functions-table', because it contains also properties.
8881 (dbus-unregister-object): Unregister also properties.
8882 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
8883 Use a timeout of 500 msec, in order to not block.
8884 (dbus-register-property, dbus-property-handler): New defuns.
8886 2009-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
8888 * simple.el (minibuffer-default-add-completions): Drop deprecated
8891 2009-11-13 Tomas Abrahamsson <tab@lysator.liu.se>
8893 * textmodes/artist.el (artist-mouse-choose-operation):
8894 Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
8895 menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
8896 (artist-compute-up-event-key): New function.
8897 (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
8899 2009-11-13 Kenichi Handa <handa@m17n.org>
8901 * language/japan-util.el: Make sure that the value of jisx0208
8902 property is jisx0208 character.
8904 2009-11-13 Dan Nicolaescu <dann@ics.uci.edu>
8906 * international/mule.el (auto-coding-regexp-alist): Only purecopy
8907 car or each item, not the whole list.
8909 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
8911 * minibuffer.el (minibuffer-completion-help):
8912 Use minibuffer-hide-completions.
8914 2009-11-12 Per Starbäck <per@starback.se> (tiny change)
8916 * dired.el (dired-save-positions, dired-restore-positions): New funs.
8917 (dired-revert): Use them (bug#4880).
8919 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8921 * tooltip.el (tooltip-frame-parameters): Undo previous change.
8923 2009-11-12 Juri Linkov <juri@jurta.org>
8925 * ffap.el (ffap-alternate-file-other-window, ffap-literally):
8927 (find-file-literally-at-point): Alias of `ffap-literally'.
8929 2009-11-12 Dan Nicolaescu <dann@ics.uci.edu>
8931 * textmodes/ispell.el (ispell-skip-region-alist):
8932 * textmodes/css-mode.el (auto-mode-alist):
8933 * progmodes/compile.el (auto-mode-alist):
8934 * international/mule.el (ctext-non-standard-encodings-alist)
8935 (ctext-non-standard-encodings-regexp):
8936 * simple.el (shell-command-switch, text-read-only):
8937 * replace.el (occur-mode-map):
8938 * paths.el (rmail-file-name):
8939 * jka-cmpr-hook.el (jka-compr-build-file-regexp):
8940 * find-file.el (ff-special-constructs):
8941 * files.el (file-name-handler-alist):
8942 * composite.el: Purecopy strings.
8944 * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
8946 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
8948 * widget.el (define-widget): Purecopy the docstring.
8949 * international/mule-cmds.el (charset): Do not purecopy the
8950 docstring here, define-widget does it.
8952 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
8953 * textmodes/bibtex-style.el (auto-mode-alist):
8954 * progmodes/inf-lisp.el (inferior-lisp-prompt):
8955 * progmodes/compile.el (compile-command):
8956 * language/korea-util.el (default-korean-keyboard):
8957 * international/mule-conf.el (file-coding-system-alist):
8958 * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
8959 * tooltip.el (tooltip-frame-parameters):
8960 * newcomment.el (comment-end, comment-padding):
8961 * dired.el (dired-trivial-filenames):
8962 * comint.el (comint-file-name-prefix): Purecopy initial values.
8964 2009-11-11 Michael Albinus <michael.albinus@gmx.de>
8966 * net/tramp.el (tramp-advice-minibuffer-electric-separator)
8967 (tramp-advice-minibuffer-electric-tilde): Unload advices via
8969 (tramp-advice-make-auto-save-file-name)
8970 (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
8971 after removing the advice.
8973 2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
8975 * progmodes/grep.el (grep-regexp-alist):
8976 * international/mule-cmds.el (iso-2022-control-alist):
8977 * emacs-lisp/timer.el (timer-duration-words):
8978 * subr.el (version-separator, version-regexp-alist):
8979 * minibuffer.el (completion-styles-alist):
8980 * faces.el (face-attribute-name-alist, list-faces-sample-text):
8981 Change defvars to defconsts.
8983 * Makefile.in (ELCFILES): Add international/mule-conf.elc.
8984 * loadup.el ("international/mule-conf"): Load the byte compiled version.
8985 * international/mule-conf.el: Allow to be byte compiled.
8987 * international/mule.el (define-charset): Purecopy props.
8988 (load-with-code-conversion): Purecopy doc string and file name.
8989 (put-charset-property): Purecopy strings.
8990 (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
8992 * international/mule-cmds.el (register-input-method): Purecopy arguments.
8993 (define-char-code-property): Correctly purecopy the table.
8995 * international/ccl.el (define-ccl-program): Purecopy the docstring.
8997 * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
8999 * subr.el (add-hook): Purecopy strings.
9000 (eval-after-load): Purecopy load-history-regexp and the form.
9002 * custom.el (custom-declare-group): Purecopy load-file-name.
9004 * subr.el (menu-bar-separator): New defconst.
9005 * net/eudc.el (eudc-tools-menu):
9006 * international/mule-cmds.el (set-coding-system-map)
9008 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
9009 * vc-hooks.el (vc-menu-map):
9010 * replace.el (occur-mode-map):
9011 * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
9012 (menu-bar-edit-menu, menu-bar-goto-menu)
9013 (menu-bar-custom-menu, menu-bar-showhide-menu)
9014 (menu-bar-options-menu, menu-bar-tools-menu)
9015 (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
9016 (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
9017 (menu-bar-help-menu):
9018 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
9019 * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
9021 * term/x-win.el (x-gtk-stock-map):
9022 * progmodes/vera-mode.el (auto-mode-alist):
9023 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
9024 (inferior-lisp-program, inferior-lisp-load-command):
9025 * progmodes/hideshow.el (hs-special-modes-alist):
9026 * progmodes/gud.el (same-window-regexps):
9027 * progmodes/grep.el (grep-program, find-program, xargs-program):
9028 * net/telnet.el (same-window-regexps):
9029 * net/rlogin.el (same-window-regexps):
9030 * language/ethiopic.el (font-ccl-encoder-alist):
9031 * vc-sccs.el (vc-sccs-master-templates):
9032 * vc-rcs.el (vc-rcs-master-templates):
9033 * subr.el (cl-assertion-failed):
9034 * simple.el (next-error-overlay-arrow-position):
9035 * lpr.el (lpr-command):
9036 * locate.el (locate-ls-subdir-switches):
9037 * info.el (same-window-regexps, info)
9038 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
9039 * image-mode.el (image-mode, auto-mode-alist):
9040 * hippie-exp.el (hippie-expand-ignore-buffers):
9041 * format.el (format-alist):
9042 * find-dired.el (find-ls-subdir-switches, find-grep-options)
9044 * facemenu.el (facemenu-keybindings):
9045 * dired.el (dired-listing-switches, dired-chown-program):
9046 * diff.el (diff-switches, diff-command):
9047 * cus-edit.el (same-window-regexps):
9048 * bindings.el (mode-line-mule-info)
9049 (mode-line-buffer-identification): Purecopy strings.
9051 2009-11-11 Juri Linkov <juri@jurta.org>
9053 * simple.el (dired-get-filename) <declare-function>:
9054 Tell the byte-compiler about dired-get-filename.
9055 (shell-command): In Dired mode, get filename from the current line
9056 as the default value.
9058 2009-11-10 Glenn Morris <rgm@gnu.org>
9060 * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
9061 * calendar/holidays.el, progmodes/cperl-mode.el:
9062 Update x-popup-menu declarations.
9064 * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
9065 (list-load-path-shadows): Use dolist.
9066 (list-load-path-shadows): Use with-current-buffer.
9068 2009-11-10 Juri Linkov <juri@jurta.org>
9070 * minibuffer.el (read-file-name): Support a list of default values
9071 in `default-filename'. Use the first file name where only one
9072 element is required. Doc fix.
9074 2009-11-09 Michael Albinus <michael.albinus@gmx.de>
9076 * net/dbus.el (dbus-unregister-object): Release service, if no
9077 other method is registered for it.
9079 2009-11-08 Markus Rost <rost@math.uni-bielefeld.de>
9081 * bookmark.el (bookmark-completing-read): Sort bookmark names if
9082 bookmark-sort-flag is non-nil (Bug#4653).
9084 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
9086 * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
9087 the progress reporter entirely.
9089 * emulation/cua-base.el: Add CUA property to some CC mode commands
9092 2009-11-08 Kevin Ryde <user42@zip.com.au>
9094 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
9095 at end of sentence (Bug#4818).
9097 2009-11-08 Jared Finder <jfinder@crypticstudios.com>
9099 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9100 Handle "see declaration of" MSFT statements (Bug#4100).
9102 2009-11-08 Michael Albinus <michael.albinus@gmx.de>
9104 * net/tramp.el (tramp-advice-make-auto-save-file-name)
9105 (tramp-advice-file-expand-wildcards): Unload via
9108 * net/trampver.el: Update release number.
9110 2009-11-08 Kevin Ryde <user42@zip.com.au>
9112 * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
9115 2009-11-08 Andr <m00naticus@gmail.com> (tiny change)
9117 * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
9118 in order to keep context in SELinux.
9120 2009-11-08 Chong Yidong <cyd@stupidchicken.com>
9122 * dired-aux.el (dired-query): Place cursor in echo area and allow
9125 * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
9126 menu item if not on a directory (Bug#4701).
9128 2009-11-07 Michael Albinus <michael.albinus@gmx.de>
9130 Sync with Tramp 2.1.17.
9132 * net/tramp.el (tramp-handle-copy-directory): Don't use
9133 `file-remote-p' (due to compatibility).
9135 * net/tramp-compat.el (tramp-compat-copy-directory)
9136 (tramp-compat-delete-directory): New defuns.
9138 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
9139 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
9140 `tramp-compat-delete-directory'.
9142 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
9143 (tramp-smb-handle-delete-directory): Use
9144 `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
9146 * net/trampver.el: Update release number.
9148 2009-11-07 Chong Yidong <cyd@stupidchicken.com>
9150 * tar-mode.el (tar-copy): Call write-region on the right buffer
9153 * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
9154 by hand, if necessary (Bug#4878).
9156 2009-11-06 Chong Yidong <cyd@stupidchicken.com>
9158 * buff-menu.el (Buffer-menu-buffer+size): Use display property to
9159 align size column (Bug#4839).
9161 * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
9164 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
9166 * progmodes/ld-script.el (auto-mode-alist):
9167 * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
9169 * cus-face.el (custom-declare-face): Purecopy face spec.
9171 2009-11-06 Kenichi Handa <handa@m17n.org>
9173 * international/uni-bidi.el: Re-generated.
9174 * international/uni-category.el: Re-generated.
9175 * international/uni-combining.el: Re-generated.
9176 * international/uni-mirrored.el: Re-generated.
9178 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
9180 * textmodes/tex-mode.el (tex-alt-dvi-print-command)
9181 (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
9182 (tex-start-options, slitex-run-command, latex-run-command)
9183 (tex-run-command, tex-directory):
9184 * textmodes/ispell.el (ispell-html-skip-alists)
9185 (ispell-tex-skip-alists, ispell-tex-skip-alists):
9186 * textmodes/fill.el (adaptive-fill-first-line-regexp):
9187 (adaptive-fill-regexp):
9188 * textmodes/dns-mode.el (auto-mode-alist):
9189 * progmodes/python.el (interpreter-mode-alist):
9190 * progmodes/etags.el (tags-compression-info-list):
9191 * progmodes/etags.el (tags-file-name):
9192 * net/browse-url.el (browse-url-galeon-program)
9193 (browse-url-firefox-program):
9194 * mail/sendmail.el (mail-signature-file)
9195 (mail-citation-prefix-regexp):
9196 * international/mule-conf.el (eight-bit):
9197 * international/latexenc.el (latex-inputenc-coding-alist):
9198 * international/fontset.el (x-pixel-size-width-font-regexp):
9199 * emacs-lisp/warnings.el (warning-type-format):
9200 * emacs-lisp/trace.el (trace-buffer):
9201 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
9202 (emacs-lisp-mode-map):
9203 * calendar/holidays.el (holiday-solar-holidays)
9204 (holiday-bahai-holidays, holiday-islamic-holidays)
9205 (holiday-christian-holidays, holiday-hebrew-holidays)
9206 (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
9207 (hebrew-holidays-1, holiday-oriental-holidays)
9208 (holiday-general-holidays):
9209 * x-dnd.el (x-dnd-known-types):
9210 * tool-bar.el (tool-bar):
9211 * startup.el (site-run-file):
9212 * shell.el (shell-dumb-shell-regexp):
9213 * rfn-eshadow.el (file-name-shadow-tty-properties)
9214 (file-name-shadow-properties):
9215 * paths.el (remote-shell-program, news-directory):
9216 * mouse.el ([C-down-mouse-3]):
9217 * menu-bar.el (menu-bar-tools-menu):
9218 * jka-cmpr-hook.el (jka-compr-load-suffixes)
9219 (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
9220 (jka-compr-compression-info-list):
9221 * isearch.el (search-whitespace-regexp):
9222 * image-file.el (image-file-name-extensions):
9223 * find-dired.el (find-ls-option):
9224 * files.el (directory-listing-before-filename-regexp)
9225 (directory-free-space-args, insert-directory-program)
9226 (list-directory-brief-switches, magic-fallback-mode-alist)
9227 (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
9228 (automount-dir-prefix):
9229 * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
9230 (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
9231 (face-font-registry-alternatives, face-font-registry-alternatives)
9232 (face-font-family-alternatives):
9233 * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
9234 (facemenu-foreground-menu, facemenu-face-menu):
9235 * epa-hook.el (epa-file-name-regexp):
9236 * dnd.el (dnd-protocol-alist):
9237 * textmodes/rst.el (auto-mode-alist):
9238 * button.el (default-button): Purecopy strings.
9240 2009-11-06 Glenn Morris <rgm@gnu.org>
9242 * Makefile.in (ELCFILES): Update.
9244 2009-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
9246 * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
9247 * emacs-lisp/levents.el: Move to obsolete/levents.el.
9249 * nxml/xsd-regexp.el (xsdre-gen-categories):
9250 * nxml/xmltok.el (xmltok-parse-entity):
9251 * nxml/rng-parse.el (rng-parse-validate-file):
9252 * nxml/rng-maint.el (rng-format-manual)
9253 (rng-manual-output-force-new-line):
9254 * nxml/rng-loc.el (rng-save-schema-location-1):
9255 * nxml/rng-cmpct.el (rng-c-parse-file):
9256 * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
9257 * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
9259 2009-11-05 Wilson Snyder <wsnyder@wsnyder.org>
9261 * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
9262 Remove extra save-excursions and make-variable-buffer-local's.
9263 Suggested by Stefan Monnier.
9265 (verilog-getopt-file, verilog-module-inside-filename-p)
9266 (verilog-set-define): Merge GNU 1.35 and repair changes from
9267 switching to using with-current-buffer.
9269 (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
9270 being treated as a number and confusing AUTORESET.
9271 Reported by Dan Dever.
9273 (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
9274 Add verilog-auto-ignore-concat to fix backward compatibility with
9275 older verilog-modes. Reported by Dan Katz.
9277 (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
9278 containing closing anchors "...$".
9280 (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
9281 Reported by Wade Smith.
9283 (verilog-batch-execute-func): Comment on function usage.
9285 2009-11-05 Michael McNamara <mac@mail.brushroad.com>
9287 * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
9290 (verilog-label-re, verilog-calc-1): Support proper indent of named
9293 (verilog-backward-token, verilog-basic-complete-re)
9294 (verilog-beg-of-statement, verilog-indent-re): Support proper
9295 indent of the assert statement at the beginning of a block of text.
9297 (verilog-beg-block-re, verilog-ovm-begin-re): Support the
9298 `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
9301 2009-11-05 Glenn Morris <rgm@gnu.org>
9303 * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
9304 Emacs 19. (Bug#1531)
9305 (byte-compile-fix-header): Update for the above change.
9306 Drop test for epoch::version.
9308 * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
9309 * cus-dep.el (custom-make-dependencies):
9310 * finder.el (finder-compile-keywords):
9311 Use autoload-rubric's feature argument.
9313 * calendar/diary-lib.el (top-level): Make load behave more like require.
9315 * vc-git.el (vc-git-stash-map): Move definition before use.
9317 2009-11-04 Dan Nicolaescu <dann@ics.uci.edu>
9319 * custom.el (custom-declare-group): Purecopy standard-value.
9320 (custom-declare-group): Purecopy custom-prefix.
9322 * international/mule.el (load-with-code-conversion):
9323 Call do-after-load-evaluation unconditionally.
9325 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
9327 2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
9329 * descr-text.el: Require help-mode rather than help-fns (bug#4861).
9331 2009-11-04 Glenn Morris <rgm@gnu.org>
9333 * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
9334 (byte-compile-compatibility): Remove option.
9335 (byte-compile-close-variables, byte-compile-fix-header)
9336 (byte-compile-insert-header, byte-compile-output-docform)
9337 (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
9338 (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
9339 (byte-compile-list, byte-compile-concat, byte-compile-function-form)
9340 (byte-compile-insert, byte-compile-defun):
9341 Remove support for byte-compile-compatibility and Emacs 18. (Bug#4571)
9342 (byte-defop-compiler19): Remove.
9343 Without byte-compile-compatibility, the 'emacs19-opcode property is not
9344 used by anything. Replace all calls with byte-defop-compiler.
9346 2009-11-04 Juri Linkov <juri@jurta.org>
9348 * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
9349 (menu-bar-options-menu): Don't quote the `prop' arg of
9350 `menu-bar-make-mm-toggle'.
9352 2009-11-04 Juanma Barranquero <lekktu@gmail.com>
9354 * calendar/calendar.el (cal-loaddefs):
9355 * calendar/diary-lib.el (diary-loaddefs):
9356 * calendar/holidays.el (hol-loaddefs):
9357 * eshell/esh-module.el (esh-groups): Load rather than require.
9359 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
9361 * calendar/todo-mode.el (todo-add-category): Don't hardcode
9363 (todo-top-priorities): Only display-buffer when called interactively.
9364 (todo-item-start): Don't save excursion point.
9365 (todo-item-end): Be slightly more careful. Add `include-sep' arg.
9366 (todo-insert-item-here, todo-file-item, todo-remove-item):
9367 Adjust uses of todo-item-start and todo-item-end.
9369 * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
9370 (autoload-rubric): Don't use any more.
9371 * cedet/semantic/fw.el (semantic/loaddefs):
9372 * cedet/srecode.el (srecode/loaddefs):
9373 * cedet/ede.el (ede/loaddefs): Load rather than require.
9374 * cedet/ede/cpp-root.el:
9375 * cedet/ede/emacs.el:
9376 * cedet/ede/files.el:
9377 * cedet/ede/linux.el:
9378 * cedet/ede/locate.el:
9379 * cedet/ede/make.el:
9380 * cedet/ede/shell.el:
9381 * cedet/ede/speedbar.el:
9382 * cedet/ede/system.el:
9383 * cedet/ede/util.el:
9384 * cedet/semantic/analyze.el:
9385 * cedet/semantic/bovine.el:
9386 * cedet/semantic/complete.el:
9387 * cedet/semantic/ctxt.el:
9388 * cedet/semantic/db-file.el:
9389 * cedet/semantic/db-find.el:
9390 * cedet/semantic/db-global.el:
9391 * cedet/semantic/db-mode.el:
9392 * cedet/semantic/db-typecache.el:
9393 * cedet/semantic/db.el:
9394 * cedet/semantic/debug.el:
9395 * cedet/semantic/dep.el:
9396 * cedet/semantic/doc.el:
9397 * cedet/semantic/edit.el:
9398 * cedet/semantic/find.el:
9399 * cedet/semantic/format.el:
9400 * cedet/semantic/html.el:
9401 * cedet/semantic/ia-sb.el:
9402 * cedet/semantic/ia.el:
9403 * cedet/semantic/idle.el:
9404 * cedet/semantic/lex-spp.el:
9405 * cedet/semantic/lex.el:
9406 * cedet/semantic/mru-bookmark.el:
9407 * cedet/semantic/scope.el:
9408 * cedet/semantic/senator.el:
9409 * cedet/semantic/sort.el:
9410 * cedet/semantic/symref.el:
9411 * cedet/semantic/tag-file.el:
9412 * cedet/semantic/tag-ls.el:
9413 * cedet/semantic/tag-write.el:
9414 * cedet/semantic/tag.el:
9415 * cedet/semantic/util-modes.el:
9416 * cedet/semantic/analyze/complete.el:
9417 * cedet/semantic/analyze/refs.el:
9418 * cedet/semantic/bovine/c.el:
9419 * cedet/semantic/bovine/gcc.el:
9420 * cedet/semantic/bovine/make.el:
9421 * cedet/semantic/bovine/scm.el:
9422 * cedet/semantic/decorate/include.el:
9423 * cedet/semantic/decorate/mode.el:
9424 * cedet/semantic/symref/cscope.el:
9425 * cedet/semantic/symref/global.el:
9426 * cedet/semantic/symref/grep.el:
9427 * cedet/semantic/symref/idutils.el:
9428 * cedet/semantic/symref/list.el:
9429 * cedet/semantic/wisent/java-tags.el:
9430 * cedet/semantic/wisent/javascript.el:
9431 * cedet/srecode/compile.el:
9432 * cedet/srecode/cpp.el:
9433 * cedet/srecode/document.el:
9434 * cedet/srecode/el.el:
9435 * cedet/srecode/expandproto.el:
9436 * cedet/srecode/getset.el:
9437 * cedet/srecode/insert.el:
9438 * cedet/srecode/java.el:
9439 * cedet/srecode/map.el:
9440 * cedet/srecode/mode.el:
9441 * cedet/srecode/template.el:
9442 * cedet/srecode/texi.el: Remove the file-local setting of
9443 generated-autoload-feature.
9445 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
9446 and only put a prop if it is non-nil.
9448 2009-11-03 Juri Linkov <juri@jurta.org>
9450 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
9451 (menu-bar-options-menu): Fix list quoting (Bug#4429).
9453 * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
9454 and "Menu" to make top-level menu item visually one unit (like
9455 it's done for "Lisp-Interaction", "Emacs-Lisp" and other
9456 multi-word menu items). Fix :help string for quit-window.
9458 2009-11-03 Glenn Morris <rgm@gnu.org>
9460 * cedet/mode-local.el (with-mode-local): Doc fix.
9462 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
9463 (byte-compile-file-form-define-abbrev-table)
9464 (byte-compile-file-form-custom-declare-variable)
9465 (byte-compile-variable-ref, byte-compile-defvar):
9466 Whether or not a warning is enabled should only affect whether we issue
9467 the warning, not whether or not we collect the relevant data.
9468 Eg warnings can be turned on and off throughout the course of a file.
9470 * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
9471 (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
9473 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
9475 * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
9476 * play/mpuz.el (mpuz-create-buffer):
9477 * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
9478 (lm-print-y,s,noise, lm-print-w0, lm-init):
9479 * play/gomoku.el (gomoku-prompt-for-move):
9480 * play/fortune.el (fortune-in-buffer):
9481 * play/dissociate.el (dissociated-press):
9482 * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
9483 (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
9484 * mail/supercite.el (sc-eref-show):
9485 * mail/smtpmail.el (smtpmail-send-it):
9486 * mail/rmailsum.el (rmail-summary-next-labeled-message)
9487 (rmail-summary-previous-labeled-message, rmail-summary-wipe)
9488 (rmail-summary-undelete-many, rmail-summary-rmail-update)
9489 (rmail-summary-goto-msg, rmail-summary-expunge)
9490 (rmail-summary-get-new-mail, rmail-summary-search-backward)
9491 (rmail-summary-add-label, rmail-summary-output-menu)
9492 (rmail-summary-output-body):
9493 * mail/rfc822.el (rfc822-addresses):
9494 * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
9495 * mail/mailpost.el (post-mail-send-it):
9496 * mail/hashcash.el (hashcash-generate-payment):
9497 * mail/feedmail.el (feedmail-run-the-queue)
9498 (feedmail-queue-send-edit-prompt-help-first)
9499 (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
9500 (feedmail-deduce-address-list):
9501 * eshell/esh-ext.el (eshell-remote-command):
9502 * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
9503 * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
9504 (viper-wildcard-to-regexp, viper-glob-mswindows-files)
9505 (viper-save-string-in-file, viper-valid-marker):
9506 * emulation/viper-keym.el (viper-toggle-key):
9507 * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
9508 (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
9509 (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
9510 * emulation/viper-cmd.el (viper-exec-form-in-vi)
9511 (viper-exec-form-in-emacs, viper-brac-function):
9512 * emulation/viper.el (viper-delocalize-var):
9513 * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
9514 (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
9515 (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
9516 (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
9517 * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
9518 * emulation/edt.el (edt-electric-helpify):
9519 * emulation/cua-rect.el (cua--rectangle-aux-replace):
9520 * emulation/cua-gmrk.el (cua--insert-at-global-mark)
9521 (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
9522 (cua-indent-to-global-mark-column):
9523 * calendar/diary-lib.el (calendar-mark-1):
9524 * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
9525 Use with-current-buffer.
9526 * emulation/viper.el (viper-delocalize-var): Use dolist.
9528 2009-11-03 Chong Yidong <cyd@stupidchicken.com>
9530 * comint.el (comint-replace-by-expanded-history-before-point):
9531 Replace !! with the previous input string literally (Bug#1795).
9533 2009-11-02 Jay Belanger <jay.p.belanger@gmail.com>
9535 * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
9536 to be made up of whitespace.
9538 2009-11-02 Chong Yidong <cyd@stupidchicken.com>
9540 * minibuffer.el (read-file-name): Don't use file dialogs for
9541 remote directories (Bug#99).
9543 2009-11-01 Chong Yidong <cyd@stupidchicken.com>
9545 * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
9547 2009-11-01 Andreas Schwab <schwab@linux-m68k.org>
9549 * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
9550 instead of deleting the window or frame.
9552 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
9554 * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
9555 Support face colors.
9557 * textmodes/tex-mode.el (tex-facemenu-add-face-function):
9558 New function. Support face colors (Bug#1168).
9559 (tex-common-initialization): Use it.
9561 * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
9562 mode allows it (Bug#1168).
9564 2009-10-31 Juri Linkov <juri@jurta.org>
9566 * facemenu.el (list-colors-display): Don't mark buffer as
9567 modified (Bug#3948).
9569 2009-10-31 Chong Yidong <cyd@stupidchicken.com>
9571 * international/mule-diag.el (list-character-sets-1): Minor
9572 message fix (Bug#3526).
9574 * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
9575 face property (Bug#4834).
9576 (etags-list-tags, etags-tags-apropos-additional)
9577 (etags-tags-apropos, tags-select-tags-table): Add follow-link
9580 * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
9583 * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
9586 * cedet/ede.el (ede-minor-mode):
9587 * cedet/semantic.el (semantic-mode): Toggle menu separators.
9589 2009-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
9591 * textmodes/two-column.el (2C-split):
9592 * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
9593 * textmodes/tex-mode.el (tex-set-buffer-directory):
9594 * textmodes/spell.el (spell-region, spell-string):
9595 * textmodes/reftex.el (reftex-erase-buffer):
9596 (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
9597 * textmodes/reftex-toc.el (reftex-toc-promote-action):
9598 * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
9599 (reftex-select-item):
9600 * textmodes/reftex-ref.el (reftex-label-info-update)
9601 (reftex-offer-label-menu):
9602 * textmodes/reftex-index.el (reftex-index-change-entry)
9603 (reftex-index-phrases-info):
9604 * textmodes/reftex-global.el (reftex-create-tags-file)
9605 (reftex-save-all-document-buffers, reftex-ensure-write-access):
9606 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
9607 (reftex-view-crossref-from-bibtex):
9608 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
9609 (reftex-extract-bib-entries-from-thebibliography)
9610 (reftex-all-used-citation-keys, reftex-create-bibtex-file):
9611 * textmodes/refbib.el (r2b-capitalize-title):
9612 (r2b-convert-buffer, r2b-help):
9613 * textmodes/page-ext.el (pages-directory)
9614 (pages-directory-goto-with-mouse):
9615 * textmodes/bibtex.el (bibtex-validate-globally):
9616 * textmodes/bib-mode.el (bib-capitalize-title):
9617 * textmodes/artist.el (artist-clear-buffer, artist-system):
9618 * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
9619 (local-set-scheme-interaction-buffer, xscheme-process-filter)
9620 (verify-xscheme-buffer, xscheme-enter-interaction-mode)
9621 (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
9622 (xscheme-send-control-g-interrupt, xscheme-start-process)
9623 (xscheme-process-sentinel, xscheme-cd):
9624 * progmodes/verilog-mode.el (verilog-read-always-signals)
9625 (verilog-set-define, verilog-getopt-file)
9626 (verilog-module-inside-filename-p):
9627 * progmodes/sh-script.el:
9628 * progmodes/python.el (python-pdbtrack-get-source-buffer)
9629 (python-pdbtrack-grub-for-buffer, python-execute-file):
9630 * progmodes/octave-inf.el (inferior-octave):
9631 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
9632 (idlwave-shell-compile-helper-routines, idlwave-set-local)
9633 (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
9634 (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
9635 (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
9636 * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
9637 (idlwave-shell-filter, idlwave-shell-examine-highlight)
9638 (idlwave-shell-sentinel, idlwave-shell-filter-directory)
9639 (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
9640 (idlwave-shell-examine-display, idlwave-shell-run-region)
9641 (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
9642 (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
9643 * progmodes/idlw-help.el (idlwave-help-get-special-help)
9644 (idlwave-help-get-help-buffer):
9645 * progmodes/gud.el (gud-basic-call, gud-find-class)
9646 (gud-tooltip-activate-mouse-motions-if-enabled):
9647 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
9648 * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
9649 (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
9650 (ebrowse-tags-next-file):
9651 * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
9652 (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
9653 (ebnf-eps-finish-and-write):
9654 * progmodes/cpp.el (cpp-edit-save):
9655 * progmodes/cperl-mode.el (cperl-pod-to-manpage):
9656 * progmodes/cc-defs.el (c-emacs-features):
9657 * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
9658 (antlr-directory-dependencies):
9659 * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
9660 (ada-run-application, ada-find-in-src-path, ada-goto-parent)
9661 (ada-find-any-references, ada-make-filename-from-adaname)
9662 (ada-make-body-gnatstub):
9663 * obsolete/rnews.el (news-list-news-groups):
9664 * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
9665 * obsolete/iso-acc.el (iso-acc-minibuf-setup):
9666 * net/rcirc.el (rcirc-debug):
9667 * net/newst-treeview.el (newsticker--treeview-list-add-item)
9668 (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
9669 (newsticker--treeview-list-update-faces, newsticker-treeview-save)
9670 (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
9671 (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
9672 (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
9673 (newsticker--treeview-list-clear-highlight)
9674 (newsticker--treeview-list-update-highlight)
9675 (newsticker--treeview-list-highlight-start)
9676 (newsticker--treeview-tree-update-highlight)
9677 (newsticker--treeview-get-selected-item)
9678 (newsticker-treeview-mark-list-items-old)
9679 (newsticker--treeview-set-current-node):
9680 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
9681 * net/newst-backend.el (newsticker--get-news-by-funcall)
9682 (newsticker--get-news-by-wget, newsticker--image-get)
9683 (newsticker--image-sentinel):
9684 * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
9685 * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
9686 (eudc-ph-close-session):
9687 * net/eudc.el (eudc-save-options):
9688 * language/thai-word.el (thai-update-word-table):
9689 * language/japan-util.el (japanese-string-conversion):
9690 * international/titdic-cnv.el (tsang-quick-converter)
9691 (ziranma-converter, ctlau-converter):
9692 * international/mule-cmds.el (describe-language-environment):
9693 * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
9694 (skkdic-convert-postfix, skkdic-convert-prefix):
9695 (skkdic-convert-okuri-nasi, skkdic-convert):
9696 * emacs-lisp/re-builder.el (reb-update-overlays):
9697 * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
9698 * emacs-lisp/gulp.el (gulp-send-requests):
9699 * emacs-lisp/find-gc.el (trace-call-tree):
9700 * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
9701 (eieio-describe-generic):
9702 * emacs-lisp/eieio-base.el (eieio-persistent-read):
9703 * emacs-lisp/edebug.el (edebug-outside-excursion):
9704 * emacs-lisp/debug.el (debugger-make-xrefs):
9705 * emacs-lisp/cust-print.el (custom-prin1-to-string):
9706 * emacs-lisp/chart.el (chart-new-buffer):
9707 * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
9708 Use with-current-buffer.
9709 * textmodes/artist.el (artist-system): Don't call
9710 copy-sequence on a fresh string.
9711 * progmodes/idlw-shell.el (easymenu setup): Use dolist.
9713 2009-10-31 Stephen Berman <stephen.berman@gmx.net>
9715 * calendar/todo-mode.el (todo-edit-item): Signal an error if there
9716 is no item to edit. (Bug#4820)
9717 (todo-top-priorities): Restore point and restore narrowing in Todo
9720 2009-10-31 Glenn Morris <rgm@gnu.org>
9722 * net/ange-ftp.el (top-level): Don't require dired when compiling.
9723 (comint-last-output-start, comint-last-input-start)
9724 (comint-last-input-end): Don't defvar when compiling.
9725 (ange-ftp-process-file): Use bound-and-true-p.
9727 * pcmpl-rpm.el (top-level): Move provide statement to end.
9728 (pcmpl-rpm): Remove unused custom group.
9730 * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
9732 * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
9734 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
9735 (byte-compile-warnings): Add `constants' as an option.
9736 (byte-compile-callargs-warn, byte-compile-arglist-warn)
9737 (display-call-tree): Update for byte-compile-fdefinition possibly
9738 returning `(macro lambda ...)'. (Bug#4778)
9739 (byte-compile-variable-ref, byte-compile-setq-default):
9740 Respect `constants' member of byte-compile-warnings.
9742 * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
9743 Use mapc rather than mapcar because the return value is never used.
9745 * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
9746 * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
9747 * cedet/semantic/html.el:
9748 Suppress harmless warnings about setting up semantic-imenu (not
9749 part of Emacs) variables.
9751 2009-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
9753 * vc-bzr.el (vc-bzr-revision-keywords): New var.
9754 (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
9757 * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
9758 * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
9759 * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
9760 * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
9761 * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
9762 * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
9763 (semantic-analyzer-debug-global-symbol)
9764 (semantic-analyzer-debug-missing-innertype)
9765 (semantic-analyzer-debug-insert-include-summary):
9766 * cedet/semantic/util.el (semantic-file-tag-table):
9767 (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
9768 (semantic-recursive-find-nonterminal-by-name):
9769 * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
9770 * cedet/semantic/tag-file.el (semantic-prototype-file):
9771 * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
9772 * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
9773 * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
9774 * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
9775 (semantic-idle-summary-maybe-highlight):
9776 * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
9777 (semantic-ia-sb-tag-info):
9778 * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
9779 * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
9780 * cedet/semantic/ede-grammar.el (project-compile-target):
9781 (ede-proj-makefile-insert-variables):
9782 * cedet/semantic/debug.el (semantic-debug-set-parser-location):
9783 (semantic-debug-set-source-location, semantic-debug-interface-layout)
9784 (semantic-debug-mode, semantic-debug):
9785 * cedet/semantic/db.el (semanticdb-needs-refresh-p):
9786 * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
9787 * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
9788 * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
9789 (semanticdb-find-translate-path-includes--internal)
9790 (semanticdb-reset-log, semanticdb-find-log-activity):
9791 * cedet/semantic/db-file.el (object-write):
9792 * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
9793 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
9794 (semanticdb-create-ebrowse-database):
9795 * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
9796 * cedet/semantic/complete.el (semantic-displayor-focus-request)
9797 (semantic-collector-calculate-completions-raw)
9798 (semantic-complete-read-tag-analyzer):
9799 * cedet/semantic/analyze.el (semantic-analyze-pulse):
9800 * cedet/ede/util.el (ede-update-version-in-source):
9801 * cedet/ede/proj.el (project-delete-target):
9802 * cedet/ede/proj-elisp.el (ede-update-version-in-source)
9803 (ede-proj-flush-autoconf):
9804 * cedet/ede/pconf.el (ede-proj-configure-synchronize)
9805 (ede-proj-configure-synchronize):
9806 * cedet/ede/locate.el (ede-locate-file-in-project-impl):
9807 * cedet/ede/linux.el (ede-linux-version):
9808 * cedet/ede/emacs.el (ede-emacs-version):
9809 * cedet/ede/dired.el (ede-dired-add-to-target):
9810 * cedet/ede.el (ede-buffer-header-file, ede-find-target)
9811 (ede-buffer-documentation-files, ede-project-buffers, ede-set)
9812 (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
9813 * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
9814 (cedet-idutils-lid-call, cedet-idutils-expand-filename)
9815 (cedet-idutils-version-check):
9816 * cedet/cedet-global.el (cedet-gnu-global-call):
9817 (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
9818 (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
9819 * cedet/cedet-cscope.el (cedet-cscope-call)
9820 (cedet-cscope-expand-filename, cedet-cscope-version-check):
9821 Use with-current-buffer.
9822 * cedet/ede.el (ede-make-project-local-variable)
9823 (ede-set-project-variables, ede-set): Use dolist.
9825 2009-10-30 Dan Nicolaescu <dann@ics.uci.edu>
9827 * textmodes/ispell.el (ispell-skip-region-alist):
9828 * international/mule-conf.el (eight-bit):
9829 * international/fontset.el (font-encoding-alist):
9830 * startup.el (pure-space-overflow-message):
9831 * simple.el (overwrite-mode-textual, overwrite-mode-binary):
9832 * paths.el (gnus-nntp-service, rmail-spool-directory)
9834 * files.el (save-some-buffers-action-alist):
9835 * cmuscheme.el (same-window-buffer-names):
9836 * ielm.el (same-window-buffer-names):
9837 * shell.el (same-window-buffer-names):
9838 * mail/sendmail.el (same-window-buffer-names):
9839 * progmodes/inf-lisp.el (same-window-buffer-names):
9840 * bindings.el (mode-line-client)
9841 (mode-line-column-line-number-mode-map):
9842 * language/tibetan.el (tibetan-precomposition-rule-regexp)
9843 (tibetan-precomposed-regexp): Purecopy string arguments.
9845 2009-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
9847 * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
9848 (calcDigit-nondigit):
9849 * calc/calc-yank.el (calc-copy-to-buffer):
9850 * calc/calc-units.el (calc-invalidate-units-table):
9851 * calc/calc-trail.el (calc-trail-yank):
9852 * calc/calc-store.el (calc-insert-variables):
9853 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9854 * calc/calc-prog.el (calc-read-parse-table):
9855 * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
9856 * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
9857 * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
9858 (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
9859 (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
9860 (calc-graph-name, calc-graph-find-command, calc-graph-view)
9861 (calc-graph-view, calc-gnuplot-command, calc-graph-init):
9862 * calc/calc-ext.el (calc-realign):
9863 * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
9864 (calc-embedded-finish-edit, calc-embedded-make-info)
9865 (calc-embedded-finish-command, calc-embedded-stack-change):
9866 * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
9868 * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
9869 (overload-docstring-extension): Use that info.
9870 * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
9871 * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
9872 * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
9873 (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
9874 (semantic-nonterminal-full-name): Add the new `when' info.
9875 * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
9878 * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
9879 shell-dynamic-complete-filename in preference to
9880 comint-dynamic-complete-filename.
9882 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9883 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9884 Don't consider whether the display supports colors.
9885 (bookmark-import-new-list): Use dolist.
9886 (bookmark-bmenu-mode-map): Move initialization into declaration.
9887 (bookmark-bmenu-list): Use dolist, simplify.
9888 (bookmark-show-all-annotations): Use save-selected-window and dolist.
9889 (menu-bar-final-items): Use push.
9891 2009-10-28 Bernhard Herzog <bernhard.herzog@intevation.de> (tiny change)
9893 * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
9894 it works on remote files.
9895 (vc-hg-diff): Don't pass any `--cwd' argument.
9897 2009-10-27 Kevin Ryde <user42@zip.com.au>
9899 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
9900 Use help-xref-info-regexp and help-xref-url-regexp to identify links.
9901 (Further to Bug#3921).
9903 2009-10-27 Michael Albinus <michael.albinus@gmx.de>
9905 * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
9906 (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
9907 calling `tramp-imap-put-file'. Add file size to the call.
9908 (tramp-imap-get-file-entries): Compute also user name, file size,
9910 (tramp-imap-handle-insert-directory): Insert uid and gid.
9911 (tramp-imap-handle-file-attributes): Transform uid and gid
9912 according to `id-format'.
9913 (tramp-imap-put-file): New optional parameter SIZE. Encode file
9914 size in header X-Size.
9916 2009-10-26 Juanma Barranquero <lekktu@gmail.com>
9918 * simple.el (transpose-subr): Give clearer error when the mark
9919 is not set. (Bug#4807)
9921 2009-10-26 Michael Albinus <michael.albinus@gmx.de>
9923 * net/tramp.el (tramp-perl-file-truename): New defconst.
9924 Perl code contributed by yary <not.com@gmail.com> (tiny change).
9925 (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
9926 Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
9927 (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
9929 * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
9930 Ignore `dired-call-process'.
9931 (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
9933 2009-10-26 Julian Scheid <julians37@gmail.com>
9935 * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
9936 (tramp-get-remote-readlink): New defun.
9937 (tramp-handle-file-truename): Use it.
9938 (tramp-handle-file-exists-p): Check file-attributes cache, assume
9939 file exists if cache value present.
9940 (tramp-check-cached-permissions): New defun.
9941 (tramp-handle-file-readable-p): Use it.
9942 (tramp-handle-file-writable-p): Likewise.
9943 (tramp-handle-file-executable-p): Likewise.
9944 (tramp-handle-file-name-all-completions): Try using Perl to get
9945 partial completions. When perl not available, combine `cd' and
9946 `ls' into single remote operation and use shell expansion to get
9947 partial remote directory contents. Set `file-exists-p' cache for
9948 directory and any files returned by ls. Change cache handling to
9949 support partial directory contents. Use error message emitted by
9950 remote `cd' or Perl code for local tramp-error.
9951 (tramp-do-copy-or-rename-file-directly): Avoid separate
9952 tramp-send-command-and-check call.
9953 (tramp-handle-process-file): Merge three remote ops into one.
9954 Do not flush all caches when `process-file-side-effects' is set.
9955 (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
9956 file-attributes shows uid/gid to be set already.
9958 2009-10-26 Dan Nicolaescu <dann@ics.uci.edu>
9960 * textmodes/tex-mode.el (tex-dvi-view-command)
9961 (tex-show-queue-command, tex-open-quote):
9962 * progmodes/ruby-mode.el (auto-mode-alist)
9963 (interpreter-mode-alist): Purecopy strings.
9965 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
9967 * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
9968 string for the hook, keymap and abbrev table.
9970 * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
9972 * x-dnd.el (x-dnd-xdnd-to-action):
9973 * startup.el (fancy-startup-text, fancy-about-text): Change to
9974 defconst from defvar.
9976 * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
9978 * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
9979 Purecopy initialization strings.
9981 * mail/sendmail.el (mail-header-separator)
9982 (mail-personal-alias-file):
9983 * mail/rmail.el (rmail-default-dont-reply-to-names)
9984 (rmail-ignored-headers, rmail-retry-ignored-headers)
9985 (rmail-highlighted-headers, rmail-secondary-file-directory)
9986 (rmail-secondary-file-regexp):
9987 * files.el (null-device, file-name-invalid-regexp)
9988 (locate-dominating-stop-dir-regexp)
9989 (inhibit-first-line-modes-regexps): Purecopy initialization strings.
9990 (interpreter-mode-alist): Use mapcar instead of mapc.
9992 * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
9994 * bindings.el (mode-line-major-mode-keymap): Purecopy name.
9995 (completion-ignored-extensions):
9996 (debug-ignored-errors): Purecopy strings.
9998 2009-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
10000 * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
10001 (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
10002 (pcomplete--here): Use push.
10004 * subr.el (all-completions): Declare the 4th arg obsolete.
10006 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10008 * pcomplete.el (pcomplete-unquote-argument-function): New var.
10009 (pcomplete-unquote-argument): New function.
10010 (pcomplete--common-suffix): Always pay attention to case.
10011 (pcomplete--table-subvert): Quote and unquote the text.
10012 (pcomplete--common-quoted-suffix): New function.
10013 (pcomplete-std-complete): Use it and pcomplete-begin.
10015 * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
10016 we're inside a dedicated or minibuffer window.
10018 2009-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10020 * cedet/semantic/fw.el (semantic-alias-obsolete)
10021 (semantic-varalias-obsolete): Make the `when' arg mandatory.
10022 (define-mode-overload-implementation):
10023 * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
10024 * cedet/semantic/wisent.el (wisent-lex-make-token-table):
10025 * cedet/semantic/util.el (semantic-file-token-stream)
10026 (semantic-something-to-stream):
10027 * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
10028 (semantic-expand-nonterminal):
10029 * cedet/semantic/tag-file.el (semantic-find-nonterminal)
10030 (semantic-find-dependency, semantic-find-nonterminal)
10031 (semantic-find-dependency):
10032 * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
10033 (semantic-flex-text, semantic-flex-make-keyword-table)
10034 (semantic-flex-keyword-p, semantic-flex-keyword-put)
10035 (semantic-flex-keyword-get, semantic-flex-map-keywords)
10036 (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
10037 * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
10038 * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
10039 (semantic-after-idle-scheduler-reparse-hooks):
10040 * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
10041 * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
10042 * cedet/semantic.el (semantic-toplevel-bovine-table)
10043 (semantic-toplevel-bovine-cache)
10044 (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
10045 (semantic-init-mode-hooks, semantic-init-db-hooks)
10046 (semantic-bovination-working-type): Provide the `when' arg.
10048 2009-10-24 Karl Fogel <kfogel@red-bean.com>
10050 * bookmark.el: Update documentation, especially documentation
10051 of `bookmark-alist' and of the bookmark file format.
10052 Patch by Drew Adams, with minor tweaks from me. (Bug#4195)
10054 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
10056 * mail/emacsbug.el (report-emacs-bug): Clarify that the
10057 keybindings apply to the mail buffer (Bug#4003). Shrink help
10060 * whitespace.el (whitespace-mode, whitespace-newline-mode)
10061 (global-whitespace-mode, global-whitespace-newline-mode)
10062 (whitespace-toggle-options, global-whitespace-toggle-options):
10063 Doc fix (Bug#3660).
10065 * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
10066 of xmltok-start before the end tag was inserted (Bug#2840).
10068 * progmodes/sh-script.el (sh-font-lock-paren): Handle case
10069 patterns that are preceded by an open-paren (Bug#1320).
10071 2009-10-24 Sven Joachim <svenjoac@gmx.de>
10073 * files.el (delete-directory): Delete symlinks to directories with
10074 delete-file (Bug#4739).
10076 2009-10-24 Chong Yidong <cyd@stupidchicken.com>
10078 * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
10079 * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
10080 argument to make-obsolete.
10082 * cedet/semantic/fw.el (semantic-alias-obsolete)
10083 (semantic-varalias-obsolete): Add optional WHEN argument.
10085 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu>
10087 * vc.el (vc-backend-for-registration): Rename from
10088 vc-get-backend-for-registration. Update callers.
10090 * international/mule-cmds.el (set-language-info-alist):
10092 (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
10093 (charset): Purecopy the name.
10094 (define-char-code-property): Purecopy string arguments.
10096 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
10097 Purecopy string arguments.
10099 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10100 * ediff-hook.el (menu-bar-ediff-menu):
10101 * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
10102 * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
10104 2009-10-24 Glenn Morris <rgm@gnu.org>
10106 * comint.el (comint-dynamic-list-completions):
10107 * term.el (term-dynamic-list-completions): Use choose-completion rather
10108 than obsolete alias mouse-choose-completion.
10110 * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
10111 file-cache-choose-completion.
10112 (file-cache-choose-completion): Handle an optional event argument.
10113 (file-cache-mouse-choose-completion): Make it an obsolete alias.
10115 * progmodes/octave-mod.el (octave-complete-symbol):
10116 Use choose-completion if mouse-choose-completion is ever removed.
10118 * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
10121 * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
10124 * vc-hooks.el (vc-responsible-backend): Fix declaration.
10126 2009-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
10128 * minibuffer.el (completion--embedded-envvar-table): Fix last change.
10129 Ignore `pred' now that we receive one.
10130 Handle test-completion specially.
10132 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
10134 * vc.el (vc-responsible-backend): Throw an error if not backend is
10135 found. Remove the REGISTER argument. Move the code dealing with
10137 (vc-get-backend-for-registration): ... here. New function.
10138 (vc-deduce-fileset): Call vc-get-backend-for-registration instead
10139 of vc-responsible-backend, pass the file name instead of the
10142 2009-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
10144 * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
10146 (pcomplete-std-complete): Use them. Obey pcomplete-termination-string.
10147 (pcomplete-comint-setup): Don't modify a global var via
10148 accidental side-effects.
10149 (pcomplete-shell-setup): Adjust call accordingly.
10150 (pcomplete-parse-comint-arguments): Use push.
10152 2009-10-23 Chong Yidong <cyd@stupidchicken.com>
10154 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
10155 Allow uncapitalized info node names (Bug#3921).
10157 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
10158 to the DEBUG file (Bug#3781).
10160 2009-10-23 Jari Aalto <jari.aalto@cante.net>
10162 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
10163 dictionary entry (Bug#4579).
10165 2009-10-23 Michael Albinus <michael.albinus@gmx.de>
10167 * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
10168 from `rfn-eshadow-update-overlay-hook' when unloading.
10169 (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
10170 "rsyncc". Adjust doc string.
10171 (tramp-temp-buffer-file-name): New buffer-local defvar.
10172 (tramp-handle-insert-file-contents, tramp-handle-write-region):
10173 Keep temporary file when indicated by method ("rsync" and
10175 (tramp-handle-write-region): Handle APPEND.
10176 (tramp-delete-temp-file-function): New defun. Added to
10177 `kill-buffer-hook'.
10179 2009-10-23 Juanma Barranquero <lekktu@gmail.com>
10181 * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
10183 2009-10-23 Dan Nicolaescu <dann@ics.uci.edu>
10185 * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
10186 (color-name-rgb-alist, tty-standard-colors)
10187 (tty-color-mode-alist): Change to defconst.
10189 * simple.el (mark-inactive): Purecopy message.
10191 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
10192 (global-map, yank-menu):
10193 * textmodes/ispell.el (ispell-menu-map):
10194 * net/eudc.el (eudc-tools-menu):
10195 * international/mule-cmds.el (describe-language-environment-map)
10196 (setup-language-environment-map, set-coding-system-map)
10197 (mule-menu-keymap):
10198 * vc-hooks.el (vc-menu-entry, vc-menu-map):
10199 * replace.el (occur-mode-map):
10200 * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
10202 2009-10-23 Jay Belanger <jay.p.belanger@gmail.com>
10204 * calc/calc.el (math-read-number, math-read-number-simple): Use
10207 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
10209 * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
10210 rather than fiddling with global-map bindings, since it should only
10211 affect per-terminal settings.
10212 See http://bugs.gentoo.org/show_bug.cgi?id=289709.
10214 * minibuffer.el (completion-table-with-terminator): Allow to specify
10215 the terminator-regexp.
10217 * simple.el (switch-to-completions): Look for *Completions* in other
10220 * pcomplete.el: Allow the use of completion-tables.
10221 (pcomplete-std-complete): New command.
10222 (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
10223 (pcomplete--here): Use a function for `form' rather than an expression,
10224 so it can be byte-compiled.
10225 (pcomplete-here, pcomplete-here*): Adjust accordingly.
10226 Add edebug declaration.
10227 (pcomplete-show-completions): Remove unused var `curbuf'.
10228 (pcomplete-do-complete, pcomplete-stub):
10229 Don't assume `completions' is a list of strings any more.
10231 2009-10-22 Juanma Barranquero <lekktu@gmail.com>
10233 * find-dired.el (find-name-arg): Fix typo in docstring.
10235 2009-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
10237 * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
10238 (pcmpl-linux-fs-types): Same, and update to new modules layout.
10240 * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
10243 * comint.el (comint-read-input-ring, comint-write-input-ring)
10244 (comint-substitute-in-file-name)
10245 (comint-dynamic-complete-as-filename)
10246 (comint-dynamic-simple-complete)
10247 (comint-dynamic-list-filename-completions)
10248 (comint-dynamic-list-completions)
10249 (comint-redirect-results-list-from-process): Minor simplifications.
10251 2009-10-21 Kevin Ryde <user42@zip.com.au>
10253 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
10254 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
10255 the first form. And insert a blank line after ";;; Code" since
10256 that's usual style. (Bug#4612)
10258 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
10260 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10262 * minibuffer.el (completion-table-with-terminator): Properly implement
10263 boundaries, in case `terminator' appears in the suffix.
10264 (completion--embedded-envvar-table): Don't return boundaries if
10265 there's no valid completion. Simplify.
10266 (completion-file-name-table): New completion table extracted from
10267 completion--file-name-table.
10268 (completion--file-name-table): Use it.
10269 (read-file-name-predicate): Declare obsolete.
10270 (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
10271 * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
10272 completion-file-name-table, and use the `pred' argument.
10273 * files.el (locate-file-completion-table): Use the `pred' arg rather
10274 than read-file-name-predicate.
10275 (abbreviate-file-name): Use \` rather than ^ for BOS.
10277 2009-10-21 Dan Nicolaescu <dann@ics.uci.edu>
10279 * vc.el (vc-deduce-fileset): Undo previous change, do not tell
10280 vc-responsible-backend to register, it causes problems.
10282 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10284 * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
10286 2009-10-21 Eric Ludlam <zappo@gnu.org>
10288 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
10289 (semantic-c-debug-mode-init-pch): New functions.
10290 (semantic-c-debug-mode-init-last-mode): New var.
10291 (semantic-c-parse-lexical-token): Use them.
10293 * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
10294 When extracting the argument list, limit only by point-max.
10296 2009-10-21 Michael Albinus <michael.albinus@gmx.de>
10298 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
10299 (tramp-smb-handle-file-attributes): Use it.
10300 (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
10301 (tramp-smb-handle-insert-directory): Use `mapc' rather than
10302 `mapcar'. Use `tramp-smb-get-stat-capability'.
10303 Add `dired-filename' text properties.
10304 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
10305 (tramp-smb-maybe-open-connection): Simplify check for smbclient
10308 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
10310 * subr.el (read-key-delay): Reduce to 0.01.
10311 (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
10314 2009-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
10316 * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
10318 * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
10319 (Info-menu): Remove unused vars `last' and `completions'.
10320 (Info-index-nodes): Remove unused var `node'.
10322 * info.el (Info-complete-menu-item): Use complete-with-action.
10324 2009-10-19 Dan Nicolaescu <dann@ics.uci.edu>
10326 Make vc-annotate work through copies and renames.
10327 * vc-annotate.el (vc-annotate-extract-revision-at-line):
10328 Return the file name too.
10329 (vc-annotate-revision-at-line)
10330 (vc-annotate-find-revision-at-line)
10331 (vc-annotate-revision-previous-to-line)
10332 (vc-annotate-show-log-revision-at-line): Update to get the file
10333 name from vc-annotate-extract-revision-at-line.
10334 (vc-annotate-show-diff-revision-at-line-internal): Change the
10335 argument to mean whether to show a file diff or not. Get the file
10336 name from vc-annotate-extract-revision-at-line.
10337 (vc-annotate-show-diff-revision-at-line):
10338 Update vc-annotate-show-diff-revision-at-line call.
10339 (vc-annotate-warp-revision): Add an optional file argument.
10341 * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
10342 (vc-git-annotate-extract-revision-at-line): Also return the file
10345 * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
10346 command. Remove unused code.
10347 (vc-hg-annotate-re): Update to match --follow output.
10348 (vc-hg-annotate-extract-revision-at-line): Also return the file
10351 * vc.el: Update annotate-extract-revision-at-line documentation.
10353 2009-10-18 Kevin Ryde <user42@zip.com.au>
10355 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
10356 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
10358 * net/browse-url.el (browse-url): Identify alist with "consp and
10359 not functionp" and let all other things go down the `apply' leg,
10360 as suggested by Stefan. (Further to bug#4531.)
10362 2009-10-18 Chong Yidong <cyd@stupidchicken.com>
10364 * minibuffer.el (read-file-name): Check for repeat before putting
10365 a default argument in file-name-history (Bug#4657).
10367 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
10368 read syntax (Bug#4737).
10370 * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
10372 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com>
10374 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
10375 (html-tag-alist, html-tag-help): Add descriptions for undocumented
10376 entries and make note of obsolete tags.
10378 2009-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
10380 * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
10382 2009-10-18 Glenn Morris <rgm@gnu.org>
10384 * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
10385 grep, so that binary files (eg international/uni-bidi.el) can match.
10386 Remove test for "UnicodeData" files, since it is hopefully unnecessary
10387 now, and in any case the file header format has changed.
10389 2009-10-17 Glenn Morris <rgm@gnu.org>
10391 * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
10392 (flyspell-get-word, flyspell-large-region)
10393 (flyspell-auto-correct-previous-word): Doc/error message fixes.
10395 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
10397 * Makefile.in (ELCFILES): Add ede/shell.
10399 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
10401 * term/common-win.el (x-colors): Purecopy it.
10403 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10405 * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
10406 permissive for when the buffer is empty.
10407 (tar-header-block-tokenize): Decode the username and groupname.
10408 (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
10410 2009-10-17 Chong Yidong <cyd@stupidchicken.com>
10412 * cedet/srecode/srt.el:
10413 * cedet/srecode/compile.el:
10414 * cedet/semantic/mru-bookmark.el:
10415 * cedet/semantic/debug.el:
10416 * cedet/semantic/complete.el:
10417 * cedet/semantic/analyze.el: Require CL when compiling.
10419 2009-10-17 Eric Ludlam <zappo@gnu.org>
10421 * cedet/semantic/scope.el
10422 (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
10423 tmpscope so that the regular scope will continue to work.
10425 * cedet/semantic/idle.el (semantic-idle-tag-highlight):
10426 Use semantic-idle-summary-highlight-face as the highlighting.
10428 * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
10429 contains multibyte characters, choose first applicable coding
10430 system automatically.
10432 * cedet/ede/project-am.el (project-run-target): New method.
10433 (project-run-target): New method.
10435 * cedet/ede.el (ede-target): Add run target menu item.
10436 (ede-project, ede-minor-keymap): Add ede-run-target binding.
10437 (ede-run-target): New function.
10438 (ede-target::project-run-target): New method.
10440 * cedet/ede/proj.el (project-run-target): New method.
10442 * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
10443 (ede-g++-libtool-shared-compiler): Remove SHELL. Remove COMMANDS.
10445 (ede-proj-target-makefile-shared-object): Only libtool compilers
10446 now available. Add linkers for libtool.
10447 (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
10448 (ede-proj-makefile-target-name): Always use .la extension.
10450 * cedet/ede/proj-prog.el (project-run-target): New method.
10452 * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
10453 (ede-g++-linker): Change Change link lines.
10455 * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
10456 When searching for old variables, go to the end of the buffer and
10457 search backward from there.
10458 (ede-proj-makefile-automake-insert-subdirs)
10459 (ede-proj-makefile-automake-insert-extradist): New methods.
10460 (ede-proj-makefile-create): Use them.
10462 * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
10463 Force FILE to expand to the current target. Use file-exists-p to
10464 check that it exists.
10466 * cedet/ede/linux.el (ede-linux-version): Don't call "head".
10467 (ede-linux-load): Wrap dir in file-name-as-directory.
10470 * cedet/ede/files.el (ede-get-locator-object): When enabling
10471 locate, do so on "top".
10473 * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
10474 file-name-as-directory during compare.
10475 (ede-emacs-version): Return Emacs/XEmacs differentiator.
10476 Get version number from different places. Don't call egrep.
10477 (ede-emacs-load): Set :version slot. Call file-name-as-directory
10478 to set the directory.
10480 * cedet/ede/shell.el: New file.
10482 * cedet/inversion.el (inversion-decoders): Allow for stray . in
10483 alpha/beta variants.
10485 2009-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10487 * international/mule-cmds.el (select-safe-coding-system): If the file
10488 has a coding cookie, use it regardless of any other setting (bug#4712).
10490 2009-10-17 Glenn Morris <rgm@gnu.org>
10492 * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
10493 All errors should have messages.
10495 * foldout.el (foldout-mouse-swallow-events):
10496 * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
10498 * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
10499 (dired-keep-marker-copy, dired-keep-marker-hardlink)
10500 (dired-keep-marker-symlink, dired-dwim-target)
10501 (dired-copy-preserve-time): Do not autoload these defcustoms.
10503 * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
10504 messages from messing up the file coding. (Bug#4623)
10506 2009-10-17 Jari Aalto <jari.aalto@cante.net>
10508 * textmodes/ispell.el (ispell-get-decoded-string): Give an error
10509 if no match is found for the current dictionary. (Bug#4578)
10511 * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
10512 optional, since that is how it is documented, and this is often called
10513 with a nil argument. (Bug#4577)
10514 (flyspell-external-point-words, flyspell-auto-correct-word)
10515 (flyspell-correct-word-before-point, flyspell-word-search-forward)
10516 (flyspell-word-search-backward): Remove nil argument in calls to
10517 flyspell-get-word, since it is not needed now.
10519 2009-10-17 Ulrich Mueller <ulm@gentoo.org>
10521 * play/doctor.el (doctor-adverbp): Exclude some nouns. (Bug#4565)
10523 2009-10-16 Glenn Morris <rgm@gnu.org>
10525 * net/rcirc.el (rcirc-authenticate): Simplify previous change.
10527 2009-10-16 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
10529 * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
10530 (ange-ftp-file-size): New function.
10531 (ange-ftp-file-attributes): Use it.
10533 2009-10-16 Michael Albinus <michael.albinus@gmx.de>
10535 * net/tramp-smb.el (tramp-smb-version): New defvar.
10536 (tramp-smb-maybe-open-connection): Use it, in order to avoid
10539 2009-10-16 Glenn Morris <rgm@gnu.org>
10541 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
10542 Maybe copy some custom properties from old to new name. (Bug#4706)
10544 2009-10-16 Juanma Barranquero <lekktu@gmail.com>
10546 * subr.el (error, sit-for, start-process-shell-command)
10547 (start-file-process-shell-command): Set the calling convention
10548 after the function definition.
10550 2009-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10552 * subr.el (error, sit-for, start-process-shell-command)
10553 (start-file-process-shell-command): Use the new
10554 set-advertised-calling-convention feature.
10556 2009-10-16 Taichi Kawabata <kawabata.taichi@gmail.com>
10558 * international/ucs-normalize.el (ucs-normalize-version):
10560 (check-range): Adjust for Unicode 5.2.
10562 2009-10-15 Juri Linkov <juri@jurta.org>
10564 * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
10565 to the `menu-item' format.
10567 2009-10-15 Michael Albinus <michael.albinus@gmx.de>
10569 * net/tramp.el (tramp-replace-environment-variables): Do not fail
10570 if the environment variable does not exist.
10572 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10573 (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
10575 (tramp-smb-handle-add-name-to-file)
10576 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
10577 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
10578 (tramp-smb-handle-file-attributes)
10579 (tramp-smb-do-file-attributes-with-stat)
10580 (tramp-smb-handle-file-local-copy)
10581 (tramp-smb-handle-insert-directory)
10582 (tramp-smb-handle-make-directory)
10583 (tramp-smb-handle-make-directory-internal)
10584 (tramp-smb-handle-make-symbolic-link)
10585 (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
10586 (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
10587 (tramp-smb-maybe-open-connection): Apply the changed parameters.
10588 (tramp-smb-read-file-entry): Read Disk names in compressed format.
10589 Handle long file names.
10590 (tramp-smb-get-cifs-capabilities): Check, whether the connection
10591 process is running.
10592 (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
10593 Read share names with "-g" option.
10595 2009-10-15 Ryan Yeske <rcyeske@gmail.com>
10597 * net/rcirc.el (rcirc-view-log-file): New command.
10598 (rcirc-track-minor-mode-map): Remove C-c ` binding.
10599 (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
10602 2009-10-15 Glenn Morris <rgm@gnu.org>
10604 * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
10605 from the second command-line argument.
10606 * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
10607 ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
10608 ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
10609 w32-batch-update-autoloads.
10610 * emacs-lisp/autoload.el (autoload-make-program): New variable.
10611 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
10613 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
10614 the headers cannot be located. Simplify, subtracting superflous
10617 2009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
10619 Replace completion-base-size by completion-base-position to fix bugs
10620 such as (bug#4699).
10621 * simple.el (completion-base-position): New var.
10622 (completion-base-size): Mark as obsolete.
10623 (choose-completion): Make it work for mouse events as well.
10624 Pass the new base-position to choose-completion-string.
10625 (choose-completion-guess-base-position): New function, extracted from
10626 choose-completion-delete-max-match.
10627 (choose-completion-delete-max-match): Use it. Make obsolete.
10628 (choose-completion-string): Use the new base-position info.
10629 (completion-root-regexp): Delete.
10630 (completion-setup-function): Preserve completion-base-position.
10631 Eliminate obsolete base-size manipulation.
10632 * minibuffer.el (display-completion-list): Don't mess with base-size.
10633 (minibuffer-completion-help): Set completion-base-position instead.
10634 * mouse.el (mouse-choose-completion): Redefine as a mere alias to
10636 * textmodes/bibtex.el (bibtex-complete):
10637 * emacs-lisp/crm.el (crm--choose-completion-string):
10638 Adjust to new calling convention.
10639 * complete.el (partial-completion-mode): Use minibufferp to avoid
10640 bumping into incompatible change to choose-completion-string-functions.
10641 * ido.el (ido-choose-completion-string): Make its calling convention
10643 * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
10644 base-size manipulation.
10645 (comint-dynamic-list-input-ring): Use dotimes and push.
10646 * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
10647 fundamental-mode. Use `or'.
10649 2009-10-14 Juri Linkov <juri@jurta.org>
10651 * misearch.el (multi-isearch-next-buffer-from-list)
10652 (multi-isearch-next-file-buffer-from-list): Doc fix. (Bug#4723)
10654 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10656 * Makefile.in (compile-onefile): Load `bytecomp' rather than
10659 * minibuffer.el (completion-pcm--merge-completions): Make sure the
10660 string we return is all made up of text from the completions rather
10661 than part from the completions and part from the input (bug#4219).
10663 * ido.el (ido-everywhere): Use define-minor-mode.
10665 * buff-menu.el (list-buffers, ctl-x-map):
10666 Mark the entry points with ;;;###autoload cookies.
10668 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
10670 * vc-git.el (vc-git-dir-extra-headers): Set the branch name
10671 correctly in the detached head case.
10672 (vc-git-print-log): Remove unused binding.
10674 * vc.el (vc-responsible-backend): When a directory is passed for
10675 for registration create a VC repository if no backend is
10676 responsible for the directory argument.
10677 (vc-deduce-fileset): Tell vc-responsible-backend to register.
10679 * vc.el: Move comments about RCS and SCCS ...
10681 * vc-sccs.el: ... here, respectively.
10683 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
10685 * minibuffer.el (completion--file-name-table): Return nil if there's
10686 no file completion, even if substitute-in-file-name changed
10687 the string (bug#4708).
10689 2009-10-13 Juri Linkov <juri@jurta.org>
10691 * files-x.el (read-file-local-variable-value): Don't filter out
10692 minor modes from mode name completion (bug#4664).
10694 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
10696 * international/mule-cmds.el (ucs-names): Remove exclusion of
10697 "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
10699 2009-10-13 Kenichi Handa <handa@m17n.org>
10701 * international/uni-name.el: Regenerated.
10703 2009-10-13 Juanma Barranquero <lekktu@gmail.com>
10705 * bs.el (bs-mode): Fix last change. (`revert-buffer-function'
10706 should be automatically buffer-local, but isn't.)
10708 2009-10-12 Sam Steingold <sds@gnu.org>
10710 * progmodes/compile.el (compilation-next-error-function): Fix the
10711 timestamps if the buffer has been visited before.
10712 (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
10713 non-anchored patterns, like the perl one (bug#3928).
10715 2009-10-12 Glenn Morris <rgm@gnu.org>
10717 * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
10720 2009-10-12 Juanma Barranquero <lekktu@gmail.com>
10722 * proced.el (proced-unload-function): New function.
10724 * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
10725 (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
10728 * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
10730 2009-10-11 Juri Linkov <juri@jurta.org>
10732 * files-x.el (read-file-local-variable-value):
10733 Provide default value only for bound variables (bug#4664).
10735 2009-10-11 Michael Albinus <michael.albinus@gmx.de>
10737 * net/tramp.el (tramp-local-host-p): Function shall return nil for
10738 connection methods like smb.
10740 * net/tramp-cache.el (tramp-flush-connection-property): The hash
10743 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10744 (tramp-smb-file-name-handler-alist): Add handlers for
10745 `add-name-to-file', `make-symbolic-link'.
10746 (tramp-smb-handle-add-name-to-file)
10747 (tramp-smb-do-file-attributes-with-stat)
10748 (tramp-smb-handle-make-symbolic-link)
10749 (tramp-smb-get-cifs-capabilities): New defuns.
10750 (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
10751 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
10752 (tramp-smb-handle-file-local-copy)
10753 (tramp-smb-handle-make-directory-internal)
10754 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
10755 The file name syntax depends on cifs capabilities.
10756 (tramp-smb-handle-file-attributes):
10757 Call `tramp-smb-do-file-attributes-with-stat' if possible.
10758 (tramp-smb-handle-insert-directory): Use posix attributes if possible.
10759 (tramp-smb-handle-set-file-modes): It is applicable for posix only.
10761 2009-10-11 Chong Yidong <cyd@stupidchicken.com>
10763 * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
10764 (eieio-defclass): Apply deftype handler and setf-method properties
10766 (eieio-add-new-slot): Avoid union function from cl library.
10767 (eieio--typep): New function.
10768 (eieio-perform-slot-validation): Use it.
10770 2009-10-10 Karl Fogel <kfogel@red-bean.com>
10772 * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
10773 Update documentation to refer to the variables documented in r1.135.
10776 2009-10-10 Karl Fogel <kfogel@red-bean.com>
10778 * bookmark.el (Info-suffix-list): Remove this unused variable.
10779 (bookmark-current-point): Remove this obsolete variable.
10780 (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
10781 Adjust for removal of bookmark-current-point.
10783 (bookmarks-already-loaded, bookmark-current-buffer)
10784 (bookmark-yank-point): Document. (Bug#4188)
10786 2009-10-10 Glenn Morris <rgm@gnu.org>
10788 * frame.el (frame-height): Doc fix.
10790 * calendar/calendar.el (calendar-split-width-threshold): New option.
10791 (calendar-basic-setup): Use calendar-split-width-threshold.
10793 2009-10-10 Sascha Wilde <wilde@sha-bang.de>
10795 * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
10796 Use .la for Automake.
10798 2009-10-09 Chong Yidong <cyd@stupidchicken.com>
10800 * cedet/ede/pconf.el (ede-proj-configure-synchronize):
10801 Use "autoreconf -i". Suggested by Andreas Schwab.
10803 2009-10-09 Juanma Barranquero <lekktu@gmail.com>
10805 * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
10806 Ideographic Supplement" range (U+1F200..U+1F2FF).
10808 2009-10-09 Karl Fogel <kfogel@red-bean.com>
10810 * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
10811 since the list will have been rebuilt anyway. (Bug#4349)
10813 2009-10-09 Karl Fogel <kfogel@red-bean.com>
10815 * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
10816 (bookmark-bmenu-execute-deletions): Don't save here, as
10817 bookmark-delete will now do so if necessary.
10818 Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
10821 2009-10-09 Glenn Morris <rgm@gnu.org>
10823 * mail/emacsbug.el (report-emacs-bug): Also print `features'.
10825 2009-10-09 Karl Fogel <kfogel@red-bean.com>
10827 * bookmark.el (bookmark-jump): Add new `display-func' parameter.
10828 (bookmark-jump-other-window): Just invoke bookmark-jump with new
10829 argument now, so the two function's behaviors will match. (Bug#3645)
10831 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
10833 * cedet/ede/proj.el (project-make-dist, project-compile-project):
10835 (ede-proj-dist-makefile): Use expand-file-name instead of concat
10836 to expand file names.
10838 2009-10-08 Michael Albinus <michael.albinus@gmx.de>
10840 * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
10841 (tramp-file-name-real-host, tramp-file-name-port):
10842 Apply `save-match-data'.
10844 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
10845 case both directories are remote.
10846 (tramp-smb-handle-expand-file-name): Implement "~" expansion.
10847 (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
10849 2009-10-08 Chong Yidong <cyd@stupidchicken.com>
10851 * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
10852 (ede-proj-target-makefile-objectcode): Use it.
10854 * cedet/ede/source.el (ede-want-any-source-files-p)
10855 (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
10856 Return search result. This error was introduced while merging.
10858 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
10860 * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
10862 2009-10-07 Glenn Morris <rgm@gnu.org>
10864 * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
10867 2009-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
10869 * files-x.el (read-file-local-variable): Include some
10870 non-user-variables in the completion table (bug#4664).
10872 2009-10-07 Michael Albinus <michael.albinus@gmx.de>
10874 * net/tramp-cache.el (tramp-flush-connection-property): Add trace
10877 * net/tramp-smb.el (tramp-smb-errors): Add error messages.
10878 (tramp-smb-file-name-handler-alist): Add handler for
10879 `copy-directory', `expand-file-name', `set-file-modes'.
10880 (tramp-smb-handle-copy-directory)
10881 (tramp-smb-handle-expand-file-name)
10882 (tramp-smb-handle-set-file-modes): New defuns.
10883 (tramp-smb-handle-copy-file): Handle KEEP-DATE.
10884 (tramp-smb-handle-file-attributes): Simplify check for retrieving
10886 (tramp-smb-handle-insert-directory): Don't flush the cache.
10887 (tramp-smb-maybe-open-connection): Check for samba client and
10890 2009-10-07 Eli Zaretskii <eliz@gnu.org>
10892 * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
10893 to not error out of search for "^lisp=" fails.
10895 2009-10-07 Juanma Barranquero <lekktu@gmail.com>
10897 * makefile.w32-in (WINS_UPDATES): New macro.
10898 (custom-deps, finder-data, autoloads): Use it.
10900 2009-10-07 Glenn Morris <rgm@gnu.org>
10902 * Makefile.in (autoloads): Revert previous change.
10903 * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
10904 the list of preloaded files passed on the command-line, get
10905 it from src/Makefile.
10907 * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
10908 show the original buffer rather than a random one.
10910 2009-10-07 Markus Rost <rost@math.uni-bielefeld.de>
10912 * help.el (describe-no-warranty): Place point in a slightly better
10913 position in the GPLv3 text.
10915 2009-10-06 Sam Steingold <sds@gnu.org>
10917 * net/tramp-compat.el (tramp-compat-process-running-p): Check that
10918 the comm attribute is present before calling regexp-quote.
10920 2009-10-06 Juanma Barranquero <lekktu@gmail.com>
10922 * play/animate.el (animate-string): For good effect, make sure
10923 `indent-tabs-mode' and `show-trailing-whitespace' are nil.
10925 * play/animate.el (animate-sequence, animate-birthday-present):
10926 * misc.el (butterfly): Don't set `indent-tabs-mode'.
10928 2009-10-06 Glenn Morris <rgm@gnu.org>
10930 * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
10932 * emacs-lisp/autoload.el (autoload-excludes): New variable.
10933 (autoload-generate-file-autoloads): Skip files in autoload-excludes.
10934 (batch-update-autoloads): Process a string value of autoload-excludes,
10935 set during the build process.
10936 * Makefile.in (autoloads): Skip preloaded files. (Bug#4446)
10938 * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
10939 inside with-parsed... macro so that `v' is defined.
10941 * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
10942 * progmodes/fortran.el (fortran-end-of-block)
10943 (fortran-beginning-of-block):
10944 Also push mark in the macro case.
10946 * emerge.el (emerge-show-file-name):
10947 * calc/calc.el (calc-quit):
10948 * calc/calc-misc.el (calc-big-or-small):
10949 * calc/calc-graph.el (calc-graph-view):
10950 * calc/calc-ext.el (calc-reset):
10951 * calendar/calendar.el (calendar-basic-setup):
10952 Use window-full-height-p.
10954 * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
10955 header we don't understand, don't insert another. (Bug#4624)
10956 If changing mime charset, insert the new one in the right place.
10958 2009-10-06 Matthew Junker <matthew.junker@sbcglobal.net> (tiny change)
10960 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
10961 (cal-tex-cursor-month): Correctly increment the end date for diary and
10962 holiday listing. (Bug#4626)
10964 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
10966 * help-fns.el (describe-function-1): Don't burp if the function is not
10969 2009-10-05 Juanma Barranquero <lekktu@gmail.com>
10971 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
10972 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
10973 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
10974 (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
10976 * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
10977 (eieio-default-superclass): Reflow docstrings.
10978 (this, class-option-assoc, defclass, eieio-class-un-autoload)
10979 (eieio-unbind-method-implementations, defmethod)
10980 (eieio-validate-slot-value, eieio-validate-class-slot-value)
10981 (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
10982 (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
10983 (eieio-slot-originating-class-p, eieio-slot-name-index)
10984 (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
10985 (constructor, initialize-instance, no-next-method, object-print)
10986 (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
10987 Fix typos in docstrings.
10988 (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
10989 (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
10990 (next-method-p): Doc fixes.
10991 (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
10992 Fix typos in error messages.
10993 (eieio-defmethod): Fix typo in description of generic method.
10995 * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
10996 (eieio-persistent-save-interactive, slot-missing):
10997 Fix typos in docstrings.
10998 (eieio-instance-inheritor-slot-boundp): Doc fix.
11000 * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
11001 (byte-compile-defmethod-param-convert): Fix typos in docstrings.
11003 * emacs-lisp/eieio-custom.el (eieio-done-customizing)
11004 (eieio-custom-object-apply-reset):
11005 Fix typos in docstrings and error messages.
11007 * emacs-lisp/eieio-datadebug.el (data-debug-show):
11008 Fix typo in docstring.
11010 * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
11011 (eieio-browse-tree): Doc fix.
11012 (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
11013 (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
11014 Fix typos in docstrings.
11016 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
11017 (eieio-speedbar-key-map, eieio-speedbar-create-engine)
11018 (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
11019 (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
11022 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu>
11024 * vc-hg.el (log-view-vc-backend): Declare for compiler.
11025 (vc-hg-outgoing-mode, vc-hg-incoming-mode):
11026 Set log-view-vc-backend so that diff can work.
11028 * log-view.el (log-view-diff): Use vc-diff-internal instead of
11030 (vc-diff-internal): Autoload this instead of vc-version-diff.
11032 2009-10-05 Eli Zaretskii <eliz@gnu.org>
11034 * simple.el (eval-expression): Doc fix.
11036 * progmodes/cwarn.el (cwarn-mode): Doc fix.
11038 2009-10-05 Michael Albinus <michael.albinus@gmx.de>
11040 * files.el (directory-files-no-dot-files-regexp): New defconst.
11041 (delete-directory): Use it.
11042 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID.
11044 * net/tramp.el (tramp-verbose): Fix docstring.
11045 (tramp-methods): Add recursive option to `tramp-copy-args'.
11046 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2",
11047 "scp1_old", "scp2_old", "rsync", "rsyncc".
11048 (tramp-default-method): Check also for `auth-source-user-or-password'.
11049 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
11050 Add handler for `copy-directory'.
11051 (tramp-handle-copy-directory): New defun.
11052 (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
11053 (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
11054 Optimize sent command.
11056 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
11058 * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
11059 window if necessary.
11061 * calendar/calendar.el (calendar-basic-setup): Don't call
11062 switch-to-buffer in a dedicated window.
11064 2009-10-05 Karl Fogel <kfogel@red-bean.com>
11066 * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
11067 don't do anything related to relocating, just return nil.
11068 (bookmark-error-no-filename): New error.
11069 (bookmark-default-handler): Signal `bookmark-error-no-filename' if
11070 bookmark has no file. Don't even attempt to handle things that
11071 are not files; the whole point of custom handlers is to keep that
11072 knowledge elsewhere anyway. Tighten some comments.
11073 (bookmark-file-or-variation-thereof): Remove now-unused function.
11074 (bookmark-location): Doc string fix.
11077 2009-10-04 Karl Fogel <kfogel@red-bean.com>
11079 * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
11080 don't use a file dialog, because they usually don't know how to read
11081 a directory target from the user. (Bug#4230)
11082 Also, make sure the prompt can display directories as well as files.
11084 2009-10-04 Karl Fogel <kfogel@red-bean.com>
11086 * bookmark.el (bookmark-set, bookmark-buffer-name):
11087 Improve doc strings. (Bug#1193)
11089 2009-10-04 Karl Fogel <kfogel@red-bean.com>
11091 * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
11092 (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
11093 (bookmark-get-annotation, bookmark-set-annotation)
11094 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
11095 (bookmark-set-position, bookmark-get-front-context-string)
11096 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
11097 (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
11098 (bookmark-jump-other-window, bookmark-handle-bookmark)
11099 (bookmark-relocate, bookmark-insert-location, bookmark-rename)
11100 (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
11101 (bookmark-edit-annotation-mode, bookmark-edit-annotation):
11102 Improve doc strings to say whether bookmark can be a string or
11103 a record or both, and make other consistency and clarity fixes.
11104 (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
11105 (bookmark-default-annotation-text, bookmark-yank-word)
11106 (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
11107 (bookmark-import-new-list, bookmark-maybe-rename)
11108 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
11109 (bookmark-bmenu-bookmark): Give these doc strings.
11110 (bookmark-bmenu-check-position): Give this a doc string, but also
11111 add a FIXME comment about how the function may be pointless.
11112 (bookmark-default-handler): Rework doc string and change a
11113 parameter name, to clarify that this takes a bookmark record
11114 not a bookmark name.
11115 (bookmark-set): Change a parameter name to indicate its meaning,
11116 and improve the doc string a bit.
11119 2009-10-04 Karl Fogel <kfogel@red-bean.com>
11121 * bookmark.el (bookmark-alist): Document the new `handler' element
11122 in the param alist.
11123 (bookmark-make-record-function): Adjust documentation for above.
11126 2009-10-04 Karl Fogel <kfogel@red-bean.com>
11128 * info.el (Info-bookmark-make-record): Document this function.
11129 (Info-bookmark-jump): Document with a doc string, not just a comment.
11132 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
11134 * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
11135 (semantic-new-buffer-fcn): Call parser setup functions here.
11136 (semantic-mode): Don't call parser setup functions here, it's done
11137 in semantic-new-buffer-fcn now.
11138 (semantic-mode): Parse all existing buffers when enabled.
11140 * cedet/srecode/compile.el (srecode-compile-file):
11141 Call semantic-new-buffer-fcn if the buffer has not been parsed.
11143 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
11145 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
11147 * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
11148 (proj-comp-insert-variable-once): New macro, renamed from
11149 ede-pmake-insert-variable-once in ede/pmake.edl.
11150 (ede-proj-makefile-insert-variables): Use it.
11152 2009-10-04 Michael Albinus <michael.albinus@gmx.de>
11154 * files.el (copy-directory): New defun.
11156 * dired-aux.el (dired-copy-file-recursive): Use it.
11158 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
11160 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
11161 (makefile-end-of-command):
11162 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
11163 (semantic-end-of-context): Fix previous change. Doc fixes.
11165 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
11167 * files-x.el (modify-dir-local-variable)
11168 (copy-dir-locals-to-file-locals-prop-line):
11169 * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
11170 (makefile-end-of-command):
11171 * cedet/semantic/lex.el (semantic-lex-token):
11172 * cedet/semantic/analyze/fcn.el
11173 (semantic-analyze-dereference-metatype-1):
11174 * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
11175 (semantic-lex-cpp-undef):
11176 * cedet/semantic/wisent/wisent.el (wisent-skip-block):
11177 * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
11178 (semantic-end-of-context): Fix typos in docstrings.
11180 * recentf.el (recentf-unload-function): New function.
11182 2009-10-04 Chong Yidong <cyd@stupidchicken.com>
11184 * cedet/ede.el (ede-project-placeholder-cache-file):
11185 * cedet/semantic/db-file.el (semanticdb-default-save-directory):
11186 * cedet/srecode/map.el (srecode-map-save-file):
11187 Use locate-user-emacs-file. Suggested by Juanma Barranquero.
11189 2009-10-04 Glenn Morris <rgm@gnu.org>
11191 * window.el (window-full-height-p): Add doc string.
11193 2009-10-04 Martin Rudalics <rudalics@gmx.at>
11195 * window.el (window-full-height-p): New function. (Bug#4543)
11197 2009-10-03 Chong Yidong <cyd@stupidchicken.com>
11199 * cedet/srecode/insert.el: Require srecode/args.
11201 * cedet/srecode/args.el: Require srecode/dictionary instead of
11204 * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
11206 * files.el (auto-mode-alist): Add .srt and Project.ede.
11208 * cedet/semantic.el (semantic-mode):
11209 Handle srecode-template-mode-hook as well.
11210 (semantic-mode): Use js-mode-hook for Javascript hook.
11212 * cedet/srecode/template.el: Remove hook variable.
11214 * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
11216 * cedet/ede.el (ede-target-forms-menu): Don't enable if no
11218 (ede-project-placeholder-cache-file): Default to a file in
11219 user-emacs-directory.
11221 * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
11222 templates in data-directory.
11223 (srecode-map-save-file): Default to a file in user-emacs-directory.
11225 * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
11228 2009-09-30 Eric Ludlam <zappo@gnu.org>
11230 * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
11233 * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
11234 Only insert each variable once.
11236 * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
11237 (ede-pmake-insert-variable-shared): Use it.
11239 * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
11240 for lexical table iff table is nil.
11242 2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
11244 * vc.el: Remove commented out code.
11245 (vc-derived-from-dir-mode): Remove, unused.
11246 (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
11248 2009-10-03 Michael Albinus <michael.albinus@gmx.de>
11250 * net/tramp-ftp.el (tramp-ftp-file-name-handler):
11251 Disable `file-name-handler-alist' when loading 'ange-ftp. Otherwise,
11252 there could be recursive loading when `default-directory' is a
11253 remote file name. (Bug#4614)
11255 2009-10-03 Glenn Morris <rgm@gnu.org>
11257 * calendar/calendar.el (calendar-basic-setup): Handle the case where
11259 (calendar-generate-window): Test for shrinkability rather than width.
11261 * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
11262 declaration, currently false.
11264 * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
11265 reusing existing buffers, in case we happen to visit two files with the
11266 same basename. (Bug#4593)
11268 2009-10-02 Eli Zaretskii <eliz@gnu.org>
11270 * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
11271 (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
11272 (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
11273 subdirs of cedet as well.
11274 (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
11276 2009-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
11278 * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
11279 Obey advertised-signature-table.
11281 * help-fns.el (help-function-arglist): Don't check
11282 advertised-signature-table.
11283 (describe-function-1): Do it here instead so it also applies to subrs.
11285 2009-10-02 Michael Albinus <michael.albinus@gmx.de>
11287 * simple.el (start-file-process): Say in the doc-string, that file
11288 handlers might not support pty association, if PROGRAM is nil.
11290 * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
11291 HOST and USER are strings. They are nil, when there are
11292 incomplete entries in ~/.netrc, for example.
11293 (ange-ftp-delete-directory): Implement RECURSIVE case. Change to
11294 root directory ("device busy" error otherwise).
11296 * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
11297 Flush file properties of created directory.
11299 2009-10-02 Eli Zaretskii <eliz@gnu.org>
11301 * makefile.w32-in (WINS_BASIC): Remove cedet.
11302 (WINS_CEDET): Add cedet.
11303 (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
11305 2009-10-02 Kevin Ryde <user42@zip.com.au>
11307 * net/browse-url.el (browse-url): Pass any symbol in
11308 browse-url-browser-function to `apply', since if you've mistakenly put
11309 an unbound symbol then the error is clearer. (Bug#4531)
11311 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
11313 * allout.el (allout-init, allout-back-to-current-heading)
11314 (allout-beginning-of-current-entry, allout-ascend-to-depth)
11315 (allout-ascend, allout-up-current-level, allout-end-of-level)
11316 (allout-previous-visible-heading, allout-forward-current-level)
11317 (allout-backward-current-level, allout-show-children):
11318 * apropos.el (apropos-describe-plist):
11319 * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
11320 * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
11321 * completion.el (add-completion, add-permanent-completion):
11322 * descr-text.el (describe-text-category, describe-char):
11323 * desktop.el (desktop-lazy-abort):
11324 * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
11325 * dired.el (dired-build-subdir-alist):
11326 * ediff.el (ediff-version):
11327 * elide-head.el (elide-head, elide-head-show):
11328 * emerge.el (emerge-version):
11330 * face-remap.el (variable-pitch-mode):
11331 * faces.el (describe-face):
11332 * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
11334 * files.el (find-file-existing, auto-save-mode):
11335 * font-lock.el (font-lock-fontify-buffer):
11336 * help-fns.el (describe-function, describe-variable)
11337 (describe-syntax, describe-categories):
11338 * help.el (view-lossage, describe-bindings, describe-key)
11340 * hexl.el (hexl-current-address):
11341 * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
11342 * info.el (Info-goto-emacs-key-command-node):
11343 * log-edit.el (log-edit-insert-cvs-template)
11344 (log-edit-insert-cvs-rcstemplate):
11345 * menu-bar.el (menu-bar-mode):
11346 * mouse.el (mouse-appearance-menu):
11347 * newcomment.el (comment-indent-new-line):
11348 * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
11349 (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
11350 (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
11351 (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
11352 * recentf.el (recentf-mode):
11353 * savehist.el (savehist-mode, savehist-save):
11354 * shadowfile.el (shadow-copy-files):
11355 * simple.el (kill-ring-save, next-line, previous-line)
11356 (normal-erase-is-backspace-mode):
11357 * strokes.el (strokes-update-window-configuration)
11358 (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
11359 (strokes-xpm-for-stroke):
11360 * time.el (emacs-uptime, emacs-init-time):
11361 * tutorial.el (tutorial--describe-nonstandard-key)
11362 (tutorial--detailed-help):
11363 * type-break.el (type-break-mode)
11364 (type-break-mode-line-message-mode, type-break-query-mode)
11365 (type-break-guesstimate-keystroke-threshold):
11366 * vc.el (vc-version-diff, vc-diff, vc-root-diff):
11367 * version.el (emacs-version):
11368 * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
11369 * winner.el (winner-mode):
11370 * calendar/timeclock.el (timeclock-in, timeclock-out)
11371 (timeclock-status-string, timeclock-change)
11372 (timeclock-workday-remaining-string)
11373 (timeclock-workday-elapsed-string)
11374 (timeclock-when-to-leave-string):
11375 * calendar/todo-mode.el (todo-add-category):
11376 * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
11377 * emacs-lisp/autoload.el (update-file-autoloads):
11378 * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
11379 (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
11380 (checkdoc-message-text, checkdoc-defun):
11381 * emacs-lisp/debug.el (debugger-list-functions):
11382 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11383 * emacs-lisp/eieio-opt.el (eieio-describe-class)
11384 (eieio-describe-generic):
11385 * emacs-lisp/lisp-mnt.el (lm-synopsis):
11386 * emacs-lisp/shadow.el (list-load-path-shadows):
11387 * emulation/cua-base.el (cua-mode):
11388 * emulation/edt.el (edt-set-scroll-margins):
11389 * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
11390 (tpu-toggle-regexp, tpu-toggle-search-direction)
11391 (tpu-toggle-rectangle, tpu-toggle-control-keys):
11392 * emulation/tpu-extras.el (tpu-set-scroll-margins):
11393 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
11394 (viper-set-parsing-style-toggling-macro)
11395 (viper-set-emacs-state-searchstyle-macros):
11396 * emulation/viper.el (viper-set-hooks):
11397 * eshell/esh-mode.el (eshell-truncate-buffer):
11398 * international/mule-cmds.el (prefer-coding-system)
11399 (describe-input-method, describe-language-environment):
11400 * international/mule-diag.el (list-character-sets)
11401 (describe-character-set, describe-coding-system)
11402 (describe-fontset, list-fontsets, list-input-methods):
11403 * mail/sendmail.el (mail-signature):
11404 * net/ange-ftp.el (ange-ftp-copy-file):
11405 * net/browse-url.el (browse-url):
11406 * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
11407 * net/quickurl.el (quickurl-add-url):
11408 * net/rcirc.el (names, topic):
11409 * net/xesam.el (xesam-mode):
11410 * play/5x5.el (5x5-new-game):
11411 * play/yow.el (apropos-zippy):
11412 * progmodes/ada-mode.el (ada-mode-version):
11413 * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
11415 (f90-beginning-of-block):
11416 * progmodes/fortran.el (fortran-end-of-block)
11417 (fortran-beginning-of-block):
11418 * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
11419 * progmodes/python.el (python-describe-symbol, python-shell):
11420 * term/ns-win.el (ns-print-buffer):
11421 * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
11422 * textmodes/flyspell.el (flyspell-mode-on):
11423 * textmodes/page-ext.el (set-page-delimiter, pages-directory)
11424 (pages-directory-for-addresses):
11425 * textmodes/table.el (table-recognize-cell)
11426 (table-query-dimension, table-generate-source)
11427 (table-insert-sequence, table--warn-incompatibility):
11428 * textmodes/tex-mode.el (tex-validate-buffer):
11429 * textmodes/texinfmt.el (texinfmt-version)
11430 (texinfo-format-buffer):
11431 Use `called-interactively-p' instead of `interactive-p'.
11433 2009-10-02 Juanma Barranquero <lekktu@gmail.com>
11435 * image-mode.el (image-toggle-display):
11436 * emacs-lisp/elp.el (elp-instrument-function):
11437 * emacs-lisp/advice.el (ad-make-advised-definition):
11438 * emacs-lisp/easy-mmode.el (define-minor-mode):
11439 * net/browse-url.el (browse-url-maybe-new-window):
11440 * progmodes/sh-script.el (sh-learn-buffer-indent):
11441 Pass new argument 'any to `called-interactively-p'.
11443 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
11445 * international/uni-bidi.el:
11446 * international/uni-category.el:
11447 * international/uni-combining.el:
11448 * international/uni-comment.el:
11449 * international/uni-decimal.el:
11450 * international/uni-decomposition.el:
11451 * international/uni-digit.el:
11452 * international/uni-lowercase.el:
11453 * international/uni-mirrored.el:
11454 * international/uni-name.el:
11455 * international/uni-numeric.el:
11456 * international/uni-old-name.el:
11457 * international/uni-titlecase.el:
11458 * international/uni-uppercase.el:
11459 Regenerate from Unicode 5.2.0 data.
11461 2009-10-01 Glenn Morris <rgm@gnu.org>
11463 * Makefile.in (ELCFILES): Regenerate.
11465 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
11467 * subr.el (interactive-p): Mark obsolete.
11468 (called-interactively-p): Make the optional-ness of `kind' obsolete.
11469 * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
11470 advertised-signature-table for subroutines as well.
11472 * emacs-lisp/byte-run.el (advertised-signature-table): New var.
11473 (set-advertised-calling-convention): New function.
11474 (make-obsolete, define-obsolete-function-alias)
11475 (make-obsolete-variable, define-obsolete-variable-alias):
11476 Make the optional-ness of `when' obsolete.
11477 (define-obsolete-face-alias): Make `when' non-optional.
11478 * help-fns.el (help-function-arglist):
11479 * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
11480 Use advertised-signature-table.
11482 2009-10-01 Michael Albinus <michael.albinus@gmx.de>
11484 * files.el (delete-directory): New defun. The original function
11485 in fileio.c has been renamed to `delete-directory-internal'.
11487 * dired.el (dired-delete-file): Call `delete-directory' with
11488 RECURSIVE parameter.
11490 * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
11491 parameter RECURSIVE. Implementation is missing.
11493 * net/tramp.el (tramp-handle-make-directory): Flush upper
11494 directory's file properties.
11495 (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
11496 (tramp-handle-dired-recursive-delete-directory): Flush directory
11497 properties after the remove command only.
11499 * net/tramp-fish.el (tramp-fish-handle-delete-directory):
11500 Handle optional parameter RECURSIVE.
11502 * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
11503 Handle optional parameter RECURSIVE.
11505 * net/tramp-smb.el (tramp-smb-errors): Add error message for
11506 connection timeout.
11507 (tramp-smb-handle-delete-directory): Handle optional parameter
11510 2009-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
11512 * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
11513 (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
11514 (byte-compile-defmacro): Use backquotes.
11516 * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
11518 * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
11519 has no associated file.
11520 (vc-resynch-buffer): Use vc-dir-buffers.
11522 2009-10-01 Glenn Morris <rgm@gnu.org>
11524 * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
11525 (chart-file-count):
11526 * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
11527 * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
11528 * emacs-lisp/eieio-opt.el (eieio-describe-class):
11529 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
11530 * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
11531 (eieio-copy-parents-into-subclass, make-instance, class-children)
11532 (eieio-generic-form):
11533 * cedet/cedet-files.el (cedet-directory-name-to-file-name):
11534 * cedet/cedet-idutils.el (cedet-idutils-search)
11535 (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
11536 (cedet-idutils-version-check):
11537 * cedet/cedet.el (cedet-version):
11538 * cedet/data-debug.el (data-debug-insert-overlay-button)
11539 (data-debug-insert-overlay-list-button)
11540 (data-debug-insert-buffer-button)
11541 (data-debug-insert-buffer-list-button)
11542 (data-debug-insert-process-button, data-debug-insert-ring-button)
11543 (data-debug-insert-widget, data-debug-insert-stuff-list-button)
11544 (data-debug-insert-stuff-vector-button)
11545 (data-debug-insert-symbol-button, data-debug-insert-string)
11546 (data-debug-insert-number, data-debug-insert-lambda-expression)
11547 (data-debug-insert-nil, data-debug-insert-simple-thing)
11548 (data-debug-insert-custom, data-debug-edebug-expr):
11549 * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
11550 (global-ede-mode-map, ede-new, ede-debug-target)
11551 (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
11552 * cedet/semantic.el (semantic-minimum-working-buffer-size)
11553 (semantic-fetch-tags, semantic-submode-list)
11554 (semantic-default-submodes):
11555 * cedet/ede/source.el (ede-source-match):
11556 * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
11557 (project-am-package-info):
11558 * cedet/ede/proj.el (ede-proj-target, project-new-target):
11559 * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
11560 * cedet/ede/proj-comp.el (ede-current-build-list):
11561 * cedet/ede/makefile-edit.el (makefile-move-to-macro):
11562 * cedet/ede/files.el (ede-toplevel-project-or-nil):
11563 * cedet/ede/cpp-root.el (initialize-instance):
11564 * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
11565 (autoconf-parameter-strip, autoconf-insert-new-macro):
11566 * cedet/semantic/wisent.el (wisent-lex-eoi):
11567 * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
11568 (semantic-show-parser-state-mode):
11569 * cedet/semantic/texi.el (semantic-texi-environment-regexp):
11570 * cedet/semantic/tag.el (semantic-tag-new-variable)
11571 (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
11572 (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
11573 (semantic--tag-deep-copy-tag-list)
11574 (semantic-tag-components-with-overlays-default):
11575 * cedet/semantic/symref.el (semantic-symref-find-text):
11576 * cedet/semantic/senator.el (senator-yank-tag)
11577 (senator-transpose-tags-up):
11578 * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
11579 (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
11580 * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
11581 * cedet/semantic/lex.el (semantic-lex-comment-regex)
11582 (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
11583 (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
11584 * cedet/semantic/lex-spp.el
11585 (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
11586 (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
11587 * cedet/semantic/idle.el
11588 (semantic-idle-summary-current-symbol-info-brutish)
11589 (semantic-idle-summary-current-symbol-info-default):
11590 * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
11591 (semantic--grammar-macro-compl-dict):
11592 * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
11593 * cedet/semantic/format.el (semantic-format-tag-custom-list)
11594 (semantic-format-tag-canonical-name-default):
11595 * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
11596 (semantic-find-tags-for-completion)
11597 (semantic-find-tags-by-scope-protection-default)
11598 (semantic-deep-find-tags-for-completion):
11599 * cedet/semantic/edit.el
11600 (semantic-edits-incremental-reparse-failed-hook)
11601 (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
11602 (semantic-edits-splice-remove, semantic-edits-splice-replace):
11603 * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
11604 * cedet/semantic/dep.el (semantic-dependency-include-path):
11605 * cedet/semantic/db.el (semanticdb-default-find-index-class)
11606 (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
11607 (semanticdb-project-roots):
11608 * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
11609 (semanticdb-find-adebug-insert-scanned-tag-cons)
11610 (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
11611 (semanticdb-brute-deep-find-tags-for-completion):
11612 * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
11613 * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
11614 (semantic-end-of-context-default)
11615 (semantic-ctxt-current-function-default)
11616 (semantic-ctxt-scoped-types-default):
11617 * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
11618 (semantic-complete-inline-tag-engine)
11619 (semantic-complete-inline-custom-type)
11620 (semantic-complete-read-tag-analyzer):
11621 * cedet/semantic/chart.el (semantic-chart-tags-by-class)
11622 (semantic-chart-database-size):
11623 * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
11624 (semantic-analyze-current-context):
11625 * cedet/semantic/symref/list.el (semantic-symref)
11626 (semantic-symref-hide-buffer, semantic-symref-symbol):
11627 * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
11628 * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
11629 * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
11630 * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
11631 (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
11632 (semantic-c-dereference-template):
11633 * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
11634 (semantic--analyze-refs-full-lookup-with-parents)
11635 (semantic--analyze-refs-full-lookup-simple):
11636 * cedet/semantic/analyze/complete.el
11637 (semantic-analyze-possible-completions):
11638 * cedet/srecode/table.el (srecode-mode-table-new):
11639 * cedet/srecode/srt.el (srecode-read-variable-name):
11640 * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
11641 * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
11642 (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
11643 * cedet/srecode/map.el (srecode-current-map):
11644 * cedet/srecode/insert.el (srecode-insert)
11645 (srecode-insert-variable-secondname-handler, srecode-insert-method)
11646 (srecode-template-inserter-point-override)
11647 (srecode-insert-include-lookup):
11648 * cedet/srecode/getset.el (srecode-auto-choose-class):
11649 * cedet/srecode/extract.el (srecode-inserter-extract):
11650 * cedet/srecode/document.el
11651 (srecode-document-autocomment-return-last-alist)
11652 (srecode-document-autocomment-param-type-alist)
11653 (srecode-document-insert-function-comment)
11654 (srecode-document-insert-variable-one-line-comment)
11655 (srecode-document-function-name-comment):
11656 * cedet/srecode/dictionary.el (srecode-create-dictionary)
11657 (srecode-compound-toString):
11658 * cedet/srecode/compile.el (srecode-flush-active-templates):
11659 * cedet/srecode/args.el (srecode-semantic-handle-:blank):
11662 * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
11663 match-data. (Bug#4555).
11665 * cedet/semantic/bovine/gcc.el
11666 (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
11667 (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
11669 * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
11670 rather than parsing it as a regexp. This relaxes the layout
11671 requirements and makes errors easier to detect.
11672 (check-declare-verify): Check file is regular.
11673 (check-declare-directory): Doc fix.
11674 * subr.el (declare-function): Doc fix.
11676 * ibuffer.el (ibuffer-format-qualifier):
11677 * isearch.el (hi-lock-regexp-okay):
11678 * calc/calc.el (math-zerop):
11679 * mail/uce.el (rmail-msgbeg, rmail-msgend):
11680 * term/w32-win.el (setup-default-fontset, set-fontset-font):
11681 Remove unused declarations.
11683 2009-10-01 Juanma Barranquero <lekktu@gmail.com>
11685 * cedet/semantic/wisent/javat-wy.el
11686 (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
11688 2009-09-30 Juanma Barranquero <lekktu@gmail.com>
11690 * cedet/srecode/expandproto.el: Fix provide statement.
11692 2009-09-30 Eric Ludlam <zappo@gnu.org>
11694 * emacs-lisp/eieio.el (boolean-p): Delete.
11696 2009-09-30 Sascha Wilde <wilde@sha-bang.de>
11698 * cedet/ede/srecode.el: Fix provide statement.
11700 2009-09-30 Glenn Morris <rgm@gnu.org>
11702 * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
11703 * cedet/ede/proj-aux.el (ede-aux-source):
11704 * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
11706 * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
11707 (semantic-mrub-switch-tags): Fix doc typos.
11709 * cedet/semantic/db-global.el (data-debug-new-buffer)
11710 (data-debug-insert-thing): Remove unneeded declarations (one broken).
11711 (semanticdb-enable-gnu-global-databases): Fix prompt typo.
11713 * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
11715 * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
11716 use of CL function `remove-if-not'.
11718 * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
11720 * emacs-lisp/elint.el (elint-init-form): Report declarations where the
11721 filename is not a string.
11723 2009-09-29 Chong Yidong <cyd@stupidchicken.com>
11725 * files.el (safe-local-eval-forms): Fix typo.
11727 2009-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11729 * vc-hooks.el (vc-dir-buffers): New var.
11730 (vc-state-refresh): New function.
11731 (vc-state): Use it.
11732 (vc-after-save): Always ask the backend to recompute the new state.
11733 Always call vc-dir if necessary, using vc-dir-buffers.
11734 * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
11735 Use vc-dir-buffers.
11736 (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
11737 (vc-dir-prepare-status-buffer, vc-dir-update)
11738 (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
11739 Don't call expand-file-name on default-directory.
11741 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
11743 * speedbar.el (speedbar-item-delete):
11744 * calc/calc-prog.el (calc-kbd-if):
11745 * language/hanja-util.el (hanja-init-load): Fix typos in messages.
11747 * epa.el (epa-key-list-mode-map):
11748 * hi-lock.el (hi-lock-menu): Fix typos in menus.
11750 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
11751 (hs-show-hook): Fix typo in docstring.
11753 2009-09-29 Glenn Morris <rgm@gnu.org>
11755 * cedet/semantic/symref/idutils.el:
11756 * cedet/semantic/symref/list.el: Relicense under GPLv3+.
11758 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
11760 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
11761 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
11762 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
11763 Mark declarations not understood by check-declare.
11765 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
11766 file-name-nondirectory call preventing location of cedet files.
11767 (check-declare-verify): Use literal search rather than re-search.
11768 Add basic defmethod and defclass, and define-overloadable-function.
11770 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
11771 Use tramp-compat-file-attributes rather than nonexistent
11772 tramp-compat-handle-file-attributes.
11774 * Makefile.in (lisptagsfiles4): New.
11775 (AUTOGENEL): Add cedet loaddefs files.
11776 (TAGS, TAGS-LISP): Use $lisptagsfiles4.
11777 (update-elclist, compile-always, backup-compiled-files)
11778 (bootstrap-clean): Add yet another directory level.
11779 (update-elclist): Use LC_COLLATE rather than COLLATE.
11780 (ELCFILES): Update, via `make update-elclist'.
11782 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
11784 * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
11785 (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
11786 (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
11788 2009-09-28 Andreas Schwab <schwab@linux-m68k.org>
11790 * Makefile.in (lisptagsfiles3): Define.
11791 (TAGS, TAGS-LISP): Use it.
11792 (update-elclist): Add third directory level to look for elc files.
11793 (compile-always): Likewise.
11794 (backup-compiled-files): Likewise.
11795 (bootstrap-clean): Likewise.
11796 (ELCFILES): Update.
11798 2009-09-28 Chong Yidong <cyd@stupidchicken.com>
11800 * Makefile.in (ELCFILES): Add CEDET files.
11802 2009-09-28 Eric Ludlam <zappo@gnu.org>
11804 CEDET (development tools) package merged.
11808 * cedet/semantic/*.el:
11809 * cedet/srecode/*.el: New files.
11811 2009-09-28 Michael Albinus <michael.albinus@gmx.de>
11813 * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
11815 * net/tramp.el (top): Require tramp-imap.
11817 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
11818 Use `tramp-compat-handle-file-attributes'.
11820 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11822 * net/tramp-imap.el: New package.
11824 2009-09-28 Eric Ludlam <zappo@gnu.org>
11826 * emacs-lisp/chart.el:
11827 * emacs-lisp/eieio-base.el:
11828 * emacs-lisp/eieio-comp.el:
11829 * emacs-lisp/eieio-custom.el:
11830 * emacs-lisp/eieio-datadebug.el:
11831 * emacs-lisp/eieio-opt.el:
11832 * emacs-lisp/eieio-speedbar.el:
11833 * emacs-lisp/eieio.el: New files.
11835 * cedet/cedet-cscope.el:
11836 * cedet/cedet-files.el:
11837 * cedet/cedet-global.el:
11838 * cedet/cedet-idutils.el:
11839 * cedet/data-debug.el:
11840 * cedet/inversion.el:
11841 * cedet/mode-local.el:
11842 * cedet/pulse.el: New files.
11844 2009-09-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11846 * whitespace.el (whitespace-trailing-regexp)
11847 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
11850 2009-09-27 Chong Yidong <cyd@stupidchicken.com>
11852 * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
11855 * ediff-hook.el: Move menu-bar-ediff-misc-menu into
11856 menu-bar-ediff-menu.
11858 * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
11859 define-overloadable-function.
11861 * progmodes/autoconf.el: Provide autoconf as well, so that this
11862 file can be `require'd.
11864 * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
11866 * emacs-lisp/autoload.el (generated-autoload-feature)
11867 (generated-autoload-load-name): New vars.
11868 (autoload-rubric, autoload-generate-file-autoloads): Use them.
11869 (make-autoload): Recognize define-overloadable-function and
11870 defclass forms (for EIEIO).
11872 * Makefile.in (update-subdirs): Exclude cedet directory.
11874 2009-09-27 Adrian Robert <Adrian.B.Robert@gmail.com>
11876 * term/ns-win.el: Don't set the region face background. (Bug#4381)
11878 * faces.el: Default light-background background for region face to
11879 ns_selection_color under NS.
11881 2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
11883 * net/imap-hash.el: New library, see NEWS.
11885 * Makefile.in (ELCFILES): Add imap-hash.el.
11887 2009-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
11889 * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
11890 * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
11891 * help-macro.el (make-help-screen): Avoid using an ambiguous function
11892 definition where the docstring could be taken for the return value.
11894 2009-09-26 Glenn Morris <rgm@gnu.org>
11896 * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
11897 Add option to only show images below a certain size.
11898 (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
11899 save-excursion calls.
11901 2009-09-26 Eli Zaretskii <eliz@gnu.org>
11903 * makefile.w32-in (WINS_ALMOST): Add cedet (with its
11904 subdirectories) and eieio.
11906 2009-09-26 Alan Mackenzie <acm@muc.de>
11908 * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
11909 buggy bracketing. (Bug#4289)
11911 * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
11912 character constants (as case labels). (Bug#4289)
11914 2009-09-25 Juri Linkov <juri@jurta.org>
11916 * files.el (safe-local-eval-forms): Allow time-stamp in
11917 before-save-hook (Bug#4554).
11919 2009-09-25 Drew Adams <drew.adams@oracle.com>
11921 * menu-bar.el (list-buffers-directory): Doc fix.
11923 2009-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11925 * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
11926 Try and avoid copying twice the same paragraph.
11927 (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
11928 Remove save-excursion.
11929 (log-edit-changelog-entry): Do it here instead.
11931 2009-09-25 Juanma Barranquero <lekktu@gmail.com>
11933 * bs.el (bs--get-file-name): Use `list-buffers-directory'
11934 when available, instead of hardcoding mode names. Doc fix.
11936 * menu-bar.el (list-buffers-directory): Add docstring.
11937 Make automatically buffer-local.
11939 * dired.el (dired-mode):
11940 * files.el (cd-absolute):
11941 * pcvs.el (cvs-temp-buffer):
11942 * pcvs-util.el (cvs-get-buffer-create):
11943 * shell.el (shell-mode):
11944 * vc-dir.el (vc-dir-mode):
11945 Don't make `list-buffers-directory' buffer local.
11947 2009-09-25 Devon Sean McCullough <emacs-hacker@Jovi.Net>
11949 * comint.el (comint-exec, comint-run, make-comint):
11950 Doc fixes (Bug#4542).
11952 2009-09-25 Glenn Morris <rgm@gnu.org>
11954 * mail/rmailmm.el (rmail-mime): New custom group.
11955 Move all defcustoms in this file into this group.
11956 (rmail-mime-media-type-handlers-alist): Revert previous change.
11957 (rmail-mime-show-images): New option.
11958 (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
11959 references to it, since it wasn't actually used for anything.
11960 (rmail-mime-insert-image): New function.
11961 (rmail-mime-image): Use rmail-mime-insert-image.
11962 (rmail-mime-bulk-handler): Remove optional `image' argument, instead
11963 obey the value of `rmail-mime-show-images' option. Print the size of
11966 2009-09-25 David Engster <deng@randomsample.de>
11968 * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'. (Bug#4548)
11970 2009-09-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11972 * whitespace.el: Does not highlight trailing spaces While point is
11973 at end of line. Does not highligt spaces at beginning of buffer
11974 while point is at beginning of buffer. Does not highlight spaces
11975 at end of buffer while point is at end of buffer. (Bug#4177)
11977 (whitespace-display-mappings): Adjust initialization.
11978 (whitespace-point, whitespace-font-lock-refontify): New vars.
11979 (whitespace-color-on, whitespace-color-off): Adjust code.
11980 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
11981 (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
11982 (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
11984 2009-09-24 Chong Yidong <cyd@stupidchicken.com>
11986 * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
11988 * textmodes/sgml-mode.el: Remove xml-mode alias.
11990 * files.el (auto-mode-alist, conf-mode-maybe)
11991 (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
11993 2009-09-24 Alan Mackenzie <acm@muc.de>
11995 * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
11996 c-forward-conditionals, but it doesn't move point and doesn't set
11998 (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
11999 (c-down-conditional-with-else, c-backward-conditional)
12000 (c-forward-conditional): Refactor to use c-scan-conditionals.
12002 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
12004 * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
12005 (help-default-arg-highlight): Remove.
12006 (help-highlight-arg): New function.
12007 (help-do-arg-highlight): Use it.
12008 Suggested by Drew Adams <drew.adams@oracle.com>. (Bug#4510, bug#4520)
12010 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12012 * term.el (term-set-scroll-region, term-handle-ansi-escape):
12013 Undo last change, which didn't fix the problem and introduced others.
12015 2009-09-24 Nick Roberts <nickrob@snap.net.nz>
12017 * progmodes/gdb-mi.el: Don't require speedbar.
12018 (gdb-jsonify-buffer): Handle case where "=" is part of value string.
12020 2009-09-24 Glenn Morris <rgm@gnu.org>
12022 * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
12024 * term/ns-win.el (ns-reg-to-script): Define for compiler.
12026 * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
12027 there is no newline after the final mime boundary. (Bug#4539)
12028 Move markers on insertion so that any buttons inserted don't end up in
12029 the next part of a multipart message.
12030 (rmail-mime-media-type-handlers-alist): Doc fix. Add image handler.
12031 (rmail-mime-bulk-handler): Optionally handle images.
12032 (rmail-mime-image): New button action.
12033 (rmail-mime-image-handler): New function.
12034 (rmail-mime-mode): New mode.
12035 (rmail-mime): Doc fix. Use rmail-mime-mode (for font-lock).
12037 2009-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
12039 * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
12040 than just dropping elements from it (bug#4504).
12042 * term.el (term-set-scroll-region): Don't move cursor any more.
12043 (term-handle-ansi-escape): Call term-goto here instead.
12044 Suggested by Ivan Kanis <apple@kanis.eu>.
12046 * term.el: Require CL.
12047 (term-ansi-reset): New function.
12048 (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
12049 (term-handle-colors-array): Simplify.
12051 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
12053 * allout.el (allout-overlay-interior-modification-handler)
12054 (allout-obtain-passphrase):
12055 * epa-file.el (epa-file-write-region):
12056 * ps-print.el (ps-begin-job):
12057 * vc-hooks.el (vc-toggle-read-only):
12058 * vc-rcs.el (vc-rcs-rollback):
12059 * vc-sccs.el (vc-sccs-rollback):
12060 * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
12061 (vc-version-diff, vc-revert, vc-rollback):
12062 * wdired.el (wdired-check-kill-buffer):
12063 * emacs-lisp/authors.el (authors):
12064 * net/socks.el (socks-open-connection):
12065 * net/zeroconf.el (zeroconf-service-add-hook):
12066 * obsolete/vc-mcvs.el (vc-mcvs-register):
12067 * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
12068 (gdb-select-frame):
12069 * progmodes/grep.el (lgrep, rgrep):
12070 * progmodes/idlw-help.el (idlwave-help-check-locations)
12071 (idlwave-help-html-link, idlwave-help-assistant-open-link):
12072 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12073 * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
12074 (reftex-toc-rename-label): Fix typos in error messages.
12076 * dired-aux.el (dired-do-shell-command): Reflow docstring.
12077 (dired-copy-how-to-fn): Doc fix.
12078 (dired-files-attributes, dired-read-shell-command):
12079 Fix typos in docstrings.
12081 * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
12082 (dired-x-find-file-other-window): Reflow docstrings.
12083 (dired-omit-marker-char, dired-read-shell-command)
12084 (dired-x-submit-report): Fix typos in docstrings.
12086 * shell.el (shell-mode-hook):
12087 * view.el (View-scroll-line-forward):
12088 * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
12089 Fix typos in docstrings.
12091 * net/dig.el (dig-invoke): Fix typo in docstring.
12092 (query-dig): Reflow docstring.
12094 * progmodes/idlwave.el (idlwave-create-user-catalog-file)
12095 (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
12096 (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
12097 (idlwave-begin-block-reg, idlwave-begin-unit-reg)
12098 (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
12099 (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
12100 (idlwave-check-abbrev, idlwave-class-file-or-buffer)
12101 (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
12102 (idlwave-completion-map, idlwave-current-indent)
12103 (idlwave-custom-ampersand-surround, idlwave-customize)
12104 (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
12105 (idlwave-define-abbrev, idlwave-determine-class-special)
12106 (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
12107 (idlwave-end-block-reg, idlwave-end-of-statement)
12108 (idlwave-end-of-statement0, idlwave-end-of-subprogram)
12109 (idlwave-end-unit-reg, idlwave-entry-find-keyword)
12110 (idlwave-explicit-class-listed, idlwave-file-header)
12111 (idlwave-fill-paragraph, idlwave-find-class-definition)
12112 (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
12113 (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
12114 (idlwave-in-quote, idlwave-indent-action-table)
12115 (idlwave-indent-expand-table, idlwave-indent-line)
12116 (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
12117 (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
12118 (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
12119 (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
12120 (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
12121 (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
12122 (idlwave-outlawed-buffers, idlwave-popup-select)
12123 (idlwave-previous-statement, idlwave-rescan-catalog-directories)
12124 (idlwave-routine-entry-compare, idlwave-routine-info.pro)
12125 (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
12126 (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
12127 (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
12128 (idlwave-statement-type, idlwave-struct-skip)
12129 (idlwave-substitute-link-target, idlwave-toggle-comment-region)
12130 (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
12131 (idlwave-what-module-find-class): Fix typos in docstrings.
12132 (idlwave-all-method-classes, idlwave-calc-hanging-indent)
12133 (idlwave-calculate-cont-indent, idlwave-expand-equal)
12134 (idlwave-find-module, idlwave-find-structure-definition)
12135 (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
12136 (idlwave-list-load-path-shadows, idlwave-next-statement)
12137 (idlwave-routine-entry-compare-twins, idlwave-routine-info)
12138 (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
12139 (idlwave-template): Reflow docstrings.
12141 * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
12142 (idlwave-shell-batch-command, idlwave-shell-bp-alist)
12143 (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
12144 (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
12145 (idlwave-shell-display-line, idlwave-shell-display-wframe)
12146 (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
12147 (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
12148 (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
12149 (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
12150 (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
12151 (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
12152 (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
12153 (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
12154 (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
12155 (idlwave-shell-scan-for-state, idlwave-shell-send-command)
12156 (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
12157 (idlwave-shell-shell-command, idlwave-shell-sources-alist)
12158 (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
12159 (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
12160 (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
12161 Fix typos in docstrings.
12162 (idlwave-shell-bp, idlwave-shell-clear-current-bp)
12163 (idlwave-shell-hide-output, idlwave-shell-mode)
12164 (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
12167 * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
12169 2009-09-24 Ivan Kanis <apple@kanis.eu>
12171 * term.el (term-bold-attribute): New var.
12172 (term-handle-colors-array): Use it.
12174 2009-09-23 Nick Roberts <nickrob@snap.net.nz>
12176 * progmodes/gdb-mi.el (gdb-version): New variable.
12177 (gdb-non-stop-handler): Set gdb-version.
12178 (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
12179 Condition "--thread" option on gdb-version.
12180 (gdb-invalidate-threads): Remove unused argument.
12182 2009-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
12184 * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
12185 to looking-back to avoid ridiculous slow down in large files (bug#4511).
12187 2009-09-23 Glenn Morris <rgm@gnu.org>
12189 * mail/rmail.el (rmail-reply): Don't try to add a References header when
12190 replying to mail without References or Message-Id. (Bug#4525)
12192 2009-09-23 Adrian Robert <Adrian.B.Robert@gmail.com>
12194 * term/ns-win.el (ns-reg-to-script): New variable.
12196 2009-09-23 Daiki Ueno <ueno@unixuser.org>
12198 * epg.el (epg-wait-for-status): Preserve existing 'error results.
12200 2009-09-22 Sam Steingold <sds@gnu.org>
12202 * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
12203 (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
12204 to 1 because hg returns status 1 when nothing is found.
12205 Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
12207 2009-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
12209 * textmodes/fill.el: Convert to utf-8 encoding.
12210 (fill-french-nobreak-p): Remove redundant » and « inherited from our
12213 * add-log.el (change-log-fill-forward-paragraph): New function.
12214 (change-log-mode): Use it so fill-region DTRT.
12215 Set fill-indent-according-to-mode here rather than in
12216 change-log-fill-paragraph.
12217 (change-log-fill-paragraph): Remove.
12219 2009-09-22 Juanma Barranquero <lekktu@gmail.com>
12221 * info.el (Info-try-follow-nearest-node): Use the URL extracted by
12222 `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
12224 2009-09-22 Glenn Morris <rgm@gnu.org>
12226 * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
12227 the scroll-bar scroll the calendar window rather than the buffer.
12229 * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
12230 commands that move point (as opposed to scrolling).
12232 * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
12234 * emacs-lisp/elint.el (elint): New custom group.
12235 (elint-log-buffer): Make it a defcustom.
12236 (elint-scan-preloaded, elint-ignored-warnings)
12237 (elint-directory-skip-re): New options.
12238 (elint-builtin-variables): Doc fix.
12239 (elint-preloaded-env): New variable.
12240 (elint-unknown-builtin-args): Add an entry for encode-time.
12241 (elint-extra-errors): Make it a variable rather than a constant.
12242 (elint-preloaded-skip-re): New constant.
12243 (elint-directory): Skip files matching elint-directory-skip-re.
12244 (elint-features): New variable, local to linted buffers.
12245 (elint-update-env): Initialize elint-features. Possibly add
12246 elint-preloaded-env to the buffer's environment.
12247 (elint-get-top-forms): Bind elint-current-pos, for log messages.
12249 (elint-init-form): New function, extracted from elint-init-env.
12250 Make non-list forms a warning rather than an error.
12251 Add the mode-map for define-derived-mode. Handle define-minor-mode,
12252 easy-menu-define, put that adds an error-condition, and provide.
12253 When requiring cl, also require cl-macs. Really require cl, to handle
12254 some cl macros. Store required libraries in the list elint-features,
12255 so as not to re-load them. Treat cc-require like require.
12256 (elint-init-env): Call elint-init-form to do the work.
12257 Handle eval-and-compile and such like.
12258 (elint-add-required-env): Do not clear messages.
12259 (elint-special-forms): Add handlers for function, defalias, if, when,
12261 (elint-form): Add optional argument to ignore elint-special-forms,
12262 useful to prevent recursive calls from handlers. Doc fix.
12263 Respect elint-ignored-warnings.
12264 (elint-form): Respect elint-ignored-warnings.
12265 (elint-bound-variable, elint-bound-function): New variables.
12266 (elint-unbound-variable): Respect elint-bound-variable.
12267 (elint-get-args): Respect elint-bound-function.
12268 (elint-check-cond-form): Add some simple handling for (f)boundp and
12270 (elint-check-defalias-form): New handler.
12271 (elint-check-let-form): Make an empty let a warning rather than an
12273 (elint-check-setq-form): Make an empty setq a warning rather than an
12274 error. Respect elint-ignored-warnings.
12275 (elint-check-defvar-form): Accept null doc-strings.
12276 (elint-check-conditional-form): New handler. Does some simple-minded
12277 checking of featurep and (f)boundp tests.
12278 (elint-put-function-args): New function.
12279 (elint-initialize): Use elint-scan-doc-file rather than
12280 elint-find-builtin-variables. Use elint-put-function-args.
12281 Possibly scan preloaded-file-list.
12282 (elint-scan-doc-file): Rename from elint-find-builtin-variables and
12283 extend to handle functions as well.
12285 2009-09-22 Lennart Borgman <lennart.borgman@gmail.com>
12287 * linum.el (linum-delete-overlays, linum-update-window):
12288 Do not modify the right margin. (Bug#3971)
12290 2009-09-21 Chong Yidong <cyd@stupidchicken.com>
12292 * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
12293 nxml-mode instead of xml-mode.
12295 2009-09-21 Kevin Ryde <user42@zip.com.au>
12297 * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)
12299 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
12301 * net/dig.el (dig-mode): Use define-derived-mode.
12303 2009-09-20 Dan Nicolaescu <dann@ics.uci.edu>
12305 * vc-dispatcher.el (vc-do-command): Return the process object in
12306 the asynchronous case. Use when instead of if. Do not run
12307 vc-exec-after to display a message if not enabled. (Bug#4463)
12309 * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
12310 properties to the stash strings.
12311 (vc-git-stash-list): Return a list of strings.
12312 (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
12313 (vc-git-stash-show-at-point): New functions.
12314 (vc-git-stash-map): New keymap.
12316 * register.el (ctl-x-r-map): Define the keys here instead of
12319 2009-09-20 Thierry Volpiatto <thierry.volpiatto@gmail.com> (tiny change)
12321 * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
12322 list, to workaround performance problem (bug#4485).
12324 2009-09-20 Nick Roberts <nickrob@snap.net.nz>
12326 * progmodes/gud.el (gud-sentinel): Revert indavertant change.
12328 2009-09-20 Daiki Ueno <ueno@unixuser.org>
12330 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
12331 Document that this option is not recommended to use.
12333 2009-09-19 Glenn Morris <rgm@gnu.org>
12335 * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
12338 * calc/calc-alg.el (var):
12339 * calc/calcalg2.el (var): Define for compiler.
12341 2009-09-19 Chong Yidong <cyd@stupidchicken.com>
12343 * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
12344 Doc fix (Bug#3932).
12346 * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
12348 * time-stamp.el (time-stamp-month-dd-yyyy)
12349 (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
12350 (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
12351 (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
12352 (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
12353 Remove functions that have been obsolete since 1995 (Bug#4436).
12355 * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
12356 indent buffer only if called interactively (Bug#4452).
12358 2009-09-19 Juanma Barranquero <lekktu@gmail.com>
12359 Eli Zaretskii <eliz@gnu.org>
12361 This fixes bug#4197 (merged to bug#865, though not identical).
12362 * server.el (server-auth-dir): Add docstring note about FAT32.
12363 (server-ensure-safe-dir): Accept FAT32 directories as "safe",
12364 but warn against using them.
12366 2009-09-19 Nick Roberts <nickrob@snap.net.nz>
12368 * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
12369 older GDB where there is no has_more field.
12371 2009-09-19 Glenn Morris <rgm@gnu.org>
12373 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
12375 2009-09-18 Chong Yidong <cyd@stupidchicken.com>
12377 * files.el (auto-mode-alist): Change default for XML files to nXML
12380 2009-09-18 Juanma Barranquero <lekktu@gmail.com>
12382 * server.el (server-ensure-safe-dir): Pass 'integer
12383 to `file-attributes', as suggested.
12385 2009-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
12387 * dired-aux.el (dired-query-alist): Remove spurious backslash.
12388 (dired-query): Use read-key.
12390 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com>
12392 * cus-start.el (ns-use-qd-smoothing): Remove.
12394 2009-09-18 Glenn Morris <rgm@gnu.org>
12396 * allout.el (top-level): Remove unnecessary progn.
12398 * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
12400 * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
12401 definition of abbrev table.
12403 * speedbar.el (speedbar-track-mouse):
12404 * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
12405 * net/eudc.el (eudc-expand-inline):
12406 * net/newst-backend.el (newsticker--cache-read-feed):
12407 * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
12408 condition-case handlers.
12410 2009-09-18 Nick Roberts <nickrob@snap.net.nz>
12412 * progmodes/gdb-mi.el (gdb-frame-address): New variable.
12413 (gdb-var-list): Add an element for has_more field.
12414 (gdb-non-stop-handler): Enable pretty printing for STL containers.
12415 (gdb-var-create-handler, gdb-var-list-children-handler-1)
12416 (gdb-var-update-handler-1): Parse output of dynamic variable
12417 objects (STL containers).
12418 (gdb-var-delete-1): Pass var1 as an explicit second argument.
12419 (gdb-get-field): Delete alias. Use bindat-get-field directly.
12421 * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
12423 (gud-speedbar-buttons): Make node expandable if expression "has more"
12426 2009-09-17 Juanma Barranquero <lekktu@gmail.com>
12428 * startup.el (emacs-quick-startup): Remove variable and all uses.
12429 (command-line): Set `inhibit-x-resources' instead.
12430 (command-line-1): Use `inhibit-x-resources' instead.
12432 2009-09-17 Chong Yidong <cyd@stupidchicken.com>
12434 * subr.el: Fix last change to avoid using the `unless' macro,
12435 which breaks bootstrapping.
12437 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
12439 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
12440 extended definitions, in case we reload subr.el after having
12442 (eval-next-after-load): Mark as obsolete.
12444 2009-09-17 Juri Linkov <juri@jurta.org>
12446 * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
12447 (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
12448 (menu-bar-showhide-menu, menu-bar-tools-menu)
12449 (menu-bar-describe-menu, menu-bar-help-menu)
12450 (minibuffer-local-completion-map, minibuffer-local-map):
12453 2009-09-17 Glenn Morris <rgm@gnu.org>
12455 * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
12456 arguments, whether or not it has a handler.
12458 * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
12460 * simple.el (hard-newline): Give it a doc-string.
12462 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12463 (lisp-mode-syntax-table): Give them doc-strings.
12465 2009-09-17 Dan Nicolaescu <dann@ics.uci.edu>
12467 * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
12468 (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
12469 (menu-bar-options-menu, menu-bar-showhide-menu)
12470 (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
12471 (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
12472 (menu-bar-options-menu, menu-bar-line-wrapping-menu)
12473 (menu-bar-options-menu, menu-bar-tools-menu)
12474 (menu-bar-describe-menu, menu-bar-search-documentation-menu)
12475 (menu-bar-help-menu):
12476 (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
12479 * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
12480 (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
12481 calls for the menu names and :help.
12483 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
12485 * mouse.el (minor-mode-menu-from-indicator): Pay attention
12486 to :minor-mode-function (bug#4455).
12488 2009-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
12490 * startup.el (command-line): Initialize the window-system after
12491 processing the command-line.
12493 * textmodes/page.el (what-page): Make sure we don't inf-loop if
12494 page-delimiter matches the empty string.
12496 2009-09-16 Glenn Morris <rgm@gnu.org>
12498 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
12499 byte-compile-not-obsolete-var. It's a list now.
12500 (byte-compile-not-obsolete-funcs): New variable.
12501 (byte-compile-warn-obsolete): Don't warn about functions if they are in
12502 byte-compile-not-obsolete-funcs.
12503 (byte-compile-variable-ref, byte-compile-defvar): Update for
12504 byte-compile-not-obsolete-vars name-change and list nature.
12505 (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
12506 and variables behind (f)boundp tests.
12507 * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
12509 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
12511 * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
12513 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
12515 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
12516 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
12519 2009-09-15 Stephen Eglen <stephen@gnu.org>
12521 * iswitchb.el (iswitchb-read-buffer): When selecting a match from
12522 the virtual-buffers, use the name of the buffer specified by
12523 find-file-noselect, as the match may be a symlink. (This was a
12524 problem if the target and the symlink had different names.)
12526 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
12528 * custom.el (custom-initialize-default, custom-initialize-set): CSE.
12530 * desktop.el (desktop-path): Check user-emacs-directory.
12532 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
12534 * loadup.el: Use after-load-functions to GC after loading each file.
12535 Remove the explicit GC calls that used to be sprinkled around.
12537 * subr.el (after-load-functions): New hook.
12538 (do-after-load-evaluation): Run it. Use string-match-p to detect
12539 `obsolete' packages, rather than painfully extracting the relevant
12542 2009-09-15 Glenn Morris <rgm@gnu.org>
12544 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
12545 free variable `doc'.
12547 * dired.el (dired-mode-map): Add menu entry for async shell command.
12549 * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
12550 variables, also consider the .elc files, since the .el files are
12551 normally gzipped (subsequent code locates the .el.gz from the .elc).
12553 * calc/calc-prog.el (arglist): Define for compiler.
12555 * calendar/diary-lib.el (diary-display-function): Change the default to
12557 (body): Define for compiler.
12559 * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
12560 (byte-compile-file-form, byte-compile-lambda)
12561 (byte-compile-top-level-body, byte-compile-form)
12562 (byte-compile-variable-ref, byte-compile-setq)
12563 (byte-compile-setq-default, byte-compile-body)
12564 (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
12565 (batch-byte-compile): Give some more local variables with common names
12566 a "bytecomp-" prefix to avoid masking warnings about free variables.
12568 * startup.el (command-line-1): Give local variables with common names a
12569 distinguishing prefix, so as not to hide free variable warnings during
12572 * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
12573 clever and add a suffix to make a unique name, just let the user decide
12574 whether or not to overwrite it. If the input is a directory, write the
12575 default filename to that directory. (Bug#4388)
12576 (rmail-mime-bulk-handler): Ensure the save button's 'directory property
12577 is a filename-as-a-directory.
12579 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca>
12581 * textmodes/page.el (what-page): Don't move to beginning of line.
12582 See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
12584 2009-09-15 Dan Nicolaescu <dann@ics.uci.edu>
12586 * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
12588 2009-09-14 Dan Nicolaescu <dann@ics.uci.edu>
12590 * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
12591 * help.el (help-for-help-internal): Add purecopy calls for text.
12593 * vc.el (top): print-log method now takes an optional SHORTLOG
12594 argument. Add a new method: root.
12595 (vc-root-diff, vc-print-root-log): New functions.
12596 (vc-log-short-style): New variable.
12597 (vc-print-log-internal): Add support for showing short logs.
12599 * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
12600 vc-print-root-log and vc-print-root-diff.
12602 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
12603 * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
12604 * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
12607 * vc-cvs.el (vc-cvs-print-log):
12608 * vc-mtn.el (vc-mtn-print-log):
12609 * vc-rcs.el (vc-rcs-print-log):
12610 * vc-sccs.el (vc-sccs-print-log):
12611 * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
12612 that is ignored for now.
12614 * vc-mtn.el (vc-mtn-annotate-command):
12615 * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
12617 2009-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
12619 * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
12620 to function-key-map, and give them ascii-character property.
12621 * term/x-win.el (x-alternatives-map):
12622 * term/ns-win.el (ns-alternatives-map):
12623 * term/internal.el (msdos-key-remapping-map):
12624 * w32-fns.el (x-alternatives-map): Remove redundant mappings.
12626 2009-09-14 Glenn Morris <rgm@gnu.org>
12628 * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
12629 temp-buffers (2009-09-12).
12631 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
12633 * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
12634 the new read-key function.
12636 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
12638 * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
12639 is defined (Bug#4405).
12641 2009-09-13 Vincent Belaïche <vincent.belaiche@gmail.com>
12643 * recentf.el (recentf-cleanup): Use a hash table to find
12644 duplicates (Bug#4407).
12646 2009-09-13 Per Starbäck <per@starback.se> (tiny change)
12648 * textmodes/ispell.el (ispell-command-loop): Convert keys such as
12649 kp-0 to ascii equivalents (Bug#4325).
12651 2009-09-13 Chong Yidong <cyd@stupidchicken.com>
12653 * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
12655 * eshell/em-hist.el:
12656 * eshell/em-dirs.el (eshell-complete-user-reference):
12657 Declare pcomplete functions and variables to avoid compiler warnings.
12659 2009-09-13 Leo <sdl.web@gmail.com> (tiny change)
12661 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
12662 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
12663 * eshell/em-alias.el (eshell-aliases-file):
12664 * eshell/em-hist.el (eshell-history-file-name):
12665 Use expand-file-name instead of concat to make file names (Bug#4308).
12667 2009-09-13 Glenn Morris <rgm@gnu.org>
12669 * ediff-merg.el (ediff-do-merge):
12670 * filesets.el (filesets-run-cmd):
12671 * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
12672 (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
12673 (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
12674 (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
12675 (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
12676 Replace empty `let's with `progn'.
12678 2009-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
12680 * mail/sendmail.el (send-mail-function):
12681 * tooltip.el (tooltip-mode):
12682 * simple.el (transient-mark-mode):
12683 * rfn-eshadow.el (file-name-shadow-mode):
12684 * frame.el (blink-cursor-mode):
12685 * font-core.el (global-font-lock-mode):
12686 * files.el (temporary-file-directory)
12687 (small-temporary-file-directory, auto-save-file-name-transforms):
12688 * epa-hook.el (auto-encryption-mode):
12689 * composite.el (global-auto-composition-mode):
12690 Use custom-initialize-delay.
12691 * startup.el (command-line): Don't explicitly call
12692 custom-reevaluate-setting for all the above vars.
12693 * custom.el (custom-initialize-safe-set)
12694 (custom-initialize-safe-default): Delete.
12696 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12698 * term/x-win.el (x-initialize-window-system):
12699 * term/w32-win.el (w32-initialize-window-system):
12700 * term/ns-win.el (ns-initialize-window-system): Don't call
12701 mouse-wheel-mode since it's enabled globally by default already.
12703 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
12704 actually define the variable, but only silences the byte-compiler.
12705 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
12706 before looking it up.
12707 (mouse-wheel-scroll-amount): Also reset the bindings if this value
12710 2009-09-12 Glenn Morris <rgm@gnu.org>
12712 * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
12714 (elint-add-required-env): Don't beep on error.
12715 (elint-forms): In case of error, return ENV unchanged.
12716 (elint-init-env): Skip non-list forms.
12717 (elint-log): Handle unknown file positions.
12719 2009-09-12 Daiki Ueno <ueno@unixuser.org>
12721 * epg.el (epg-make-context): Add autoload cookie.
12722 (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
12723 (epg-decrypt-string, epg-start-verify, epg-verify-file)
12724 (epg-verify-string, epg-start-sign, epg-sign-file)
12725 (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
12726 (epg-encrypt-string, epg-start-export-keys)
12727 (epg-export-keys-to-file, epg-export-keys-to-string)
12728 (epg-start-import-keys, epg-import-keys-from-file)
12729 (epg-import-keys-from-string, epg-start-receive-keys)
12730 (epg-receive-keys, epg-import-keys-from-server)
12731 (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
12732 (epg-sign-keys, epg-start-generate-key)
12733 (epg-generate-key-from-file, epg-generate-key-from-string):
12734 Remove autoload cookie.
12736 2009-09-12 Eli Zaretskii <eliz@gnu.org>
12738 * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
12739 reevaluation of trash-directory.
12741 * mwheel.el: Fix last change.
12742 (mouse-wheel-mode): New defvar.
12743 (mouse-wheel-mode): Remove autoload cookie.
12745 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
12747 * mwheel.el (mwheel-installed-bindings): New var.
12748 (mouse-wheel-mode): Use it, so as to make sure we really remove all
12749 the bindings we set last time. Use custom-initialize-delay.
12750 * loadup.el: Load mwheel after term/*-win.el.
12751 * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
12752 and mouse-wheel-up-event now that their first evaluation is done
12753 sufficiently late to be correct.
12755 * startup.el (tutorial-directory): Make it a defcustom.
12756 Use custom-initialize-delay rather than eval-at-startup to set it.
12757 * image.el (image-load-path): Make it a defcustom.
12758 Use custom-initialize-delay rather than eval-at-startup to set it.
12759 * subr.el (eval-at-startup): Remove.
12760 * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
12762 * subr.el (do-after-load-evaluation): Warn the user after loading an
12765 2009-09-12 Glenn Morris <rgm@gnu.org>
12767 * proced.el (proced-mark-alt): Remove alias.
12768 (proced-mode-map): Remove proced-mark-alt.
12770 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
12771 Elint file and directory. Remove initialization entry.
12773 * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
12775 (elint-current-buffer): Set mode-line-process.
12776 (elint-init-env): Handle define-derived-mode.
12777 Fix declare-function with unspecified arglist. Guard against odd
12778 defalias statements (eg iso-insert's 8859-1-map).
12779 (elint-add-required-env): Use a temp buffer.
12780 (elint-form): Just print the function/macro name, not the whole form.
12781 Return env unchanged if we fail to parse a macro.
12782 (elint-forms): Guard against parse errors.
12783 (elint-output): New function, to handle batch mode.
12784 (elint-log-message): Add optional argument. Use elint-output.
12785 (elint-set-mode-line): New function.
12787 2009-09-12 Andreas Politz <politza@fh-trier.de> (tiny change)
12789 * emacs-lisp/elp.el (elp-not-profilable): Add more
12790 functions (Bug#4233).
12792 2009-09-12 Chong Yidong <cyd@stupidchicken.com>
12794 * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
12795 (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
12797 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
12799 * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
12800 (gdb-var-list-children): Use json parsing.
12802 2009-09-11 Daniel Colascione <dan.colascione@gmail.com>
12804 * progmodes/js.el (js--proper-indentation): Handle the case where
12805 char-before is null. Reported by Deniz Dogan.
12807 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
12809 * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
12811 2009-09-11 Daiki Ueno <ueno@unixuser.org>
12813 * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
12814 (epg-digest-algorithm-alist): Add SHA224.
12815 (epg-context-set-passphrase-callback)
12816 (epg-context-set-progress-callback): Add description about
12819 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12821 * custom.el (custom-delayed-init-variables): New var.
12822 (custom-initialize-delay): New function.
12823 * startup.el (command-line): "Re"evaluate all vars in
12824 custom-delayed-init-variables. Don't reevaluate abbrev-file-name
12825 explicitly any more.
12826 * abbrev.el (abbrev-file-name): Use custom-initialize-delay
12827 to avoid creating a ~/.emacs.d at build-time (bug#4347).
12829 * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
12831 2009-09-11 Nick Roberts <nickrob@snap.net.nz>
12833 * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
12834 (gdb-var-update-handler): Use json parsing.
12836 2009-09-11 Juanma Barranquero <lekktu@gmail.com>
12838 * vc-annotate.el (vc-annotate): Use the main file's coding-system to
12839 decode annotated text, regardless of language environment. (Bug#2741)
12841 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12843 * Makefile.in (autoloads): Make rmail.el writable as well.
12845 2009-09-11 Glenn Morris <rgm@gnu.org>
12847 * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
12849 * dired.el: Regenerate with extracted autoloads.
12850 * Makefile.in (autoloads): Make dired.el writable.
12852 * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
12853 * ibuffer.el: Regenerate with extracted autoloads.
12854 * Makefile.in (autoloads): Make ibuffer.el writable.
12856 * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
12857 * version.el (emacs-copyright, emacs-major-version)
12858 (emacs-minor-version): Reformat doc-strings for make-docfile.
12860 * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
12861 functions and variables, since they must be stuff specific to some other
12863 (apropos-print): Make mouse-click message less specific about button.
12865 * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
12866 that records where a macro was defined.
12867 * help-fns.el (describe-function-1): Mention if a function has a
12869 * help-mode.el (help-function-cmacro): New button.
12871 * locate.el (top-level): Always require dired.
12872 (locate-mode-map): Initialize inside the defvar.
12874 * net/ange-ftp.el (dired-compress-file): Declare.
12875 (ange-ftp-dired-compress-file): Add doc string.
12877 * term/ns-win.el (x-display-name, x-setup-function-keys):
12878 Unify doc-strings with X versions.
12880 2009-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
12882 * emulation/crisp.el (crisp-mode-map): Move initialization
12884 (crisp-mode): Use define-minor-mode.
12886 * progmodes/xscheme.el (xscheme-evaluation-commands):
12887 Put a :advertised-binding property rather than using
12888 advertised-xscheme-send-previous-expression.
12889 (advertised-xscheme-send-previous-expression): Declare obsolete.
12890 * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
12892 (crisp-mode): Add corresponding bindings to
12893 undo's :advertised-binding instead.
12894 * dired.el (dired-mode-map): Put a :advertised-binding property rather
12895 than using dired-advertised-find-file.
12896 (dired-advertised-find-file):
12897 * simple.el (advertised-undo):
12898 * wid-edit.el (advertised-widget-backward): Declare obsolete.
12899 (widget-keymap): Put a :advertised-binding property rather
12900 than using advertised-widget-backward.
12901 * bindings.el (ctl-x-map): Put a :advertised-binding property rather
12902 than using advertised-undo.
12903 * tutorial.el (tutorial--default-keys): Adjust accordingly.
12905 2009-09-10 Simon South <ssouth@slowcomputing.org>
12907 * progmodes/delphi.el (delphi-tab): Indent region when Transient
12908 Mark mode is enabled and region is active; otherwise indent or
12909 insert TAB as usual.
12910 (delphi-mode): Update description of TAB-key binding.
12912 2009-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
12914 * subr.el (define-key-rebound-commands): Mark obsolete.
12915 * startup.el (precompute-menubar-bindings): Remove.
12916 (normal-top-level): Remove obsolete code that tried to precompute
12918 * loadup.el (define-key-rebound-commands): Don't bother fiddling with
12919 define-key-rebound-commands and precompute-menubar-bindings.
12921 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
12923 * net/imap.el (imap-interactive-login): Better messages.
12924 (imap-open): Fix bug with renamed buffer on reconnect.
12925 (imap-authenticate): Add buffer-local imap-last-authenticator variable
12926 for easier debugging and cleaner code. On successful (guessed based on
12927 server capabilities) secondary authentication, set imap-state
12929 (imap-last-authenticator): Define imap-last-authenticator as a variable
12932 2009-09-10 Glenn Morris <rgm@gnu.org>
12934 * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
12936 * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
12937 (byte-compile-file-form-autoload): Don't warn about unknown functions
12938 where the autoload statement comes after the use.
12939 (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
12940 that any handlers inside the body (eg require) are in turn respected.
12942 * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
12945 * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
12946 and syntax and abbrev tables basic docs, if they don't have any.
12948 * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
12950 * international/mule-cmds.el (top-level): Require cl when compiling.
12951 (view-hello-file): Use default-value rather than
12952 default-enable-multibyte-characters.
12954 * progmodes/fortran.el: Move all safe and risky properties into the
12957 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
12958 * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
12959 * mail/undigest.el:
12960 Put autoloads in rmail.el rather than loaddefs.el.
12961 * mail/rmail.el: Regenerate with extracted autoloads.
12963 * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
12964 * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
12966 2009-09-10 Nick Roberts <nickrob@snap.net.nz>
12968 Reported in thread for Bug#4375.
12969 * progmodes/gud.el (gud-tooltip-print-command): Use MI command
12970 "-data-evaluate-expression" instead of print.
12971 * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
12972 (gdb-tooltip-print): Parse output from above MI command.
12973 (gdb): Revert 2009-08-11 change. User should detach inferior
12976 Remove the word "separate" from IO functions as inferior
12977 output is now never displayed in the GUD buffer.
12979 2009-09-10 Juanma Barranquero <lekktu@gmail.com>
12981 * startup.el (command-line-normalize-file-name): On Windows and
12982 MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
12984 2009-09-10 Juri Linkov <juri@jurta.org>
12986 * isearch.el (isearch-text-char-description): Propertize escape
12987 character sequences with the `escape-glyph' face. (Bug#4344)
12989 * simple.el (shell-command): Set asynchronous process filter to
12990 `comint-output-filter'. (Bug#4343)
12992 * progmodes/grep.el (grep-template): Add "<X>" to docstring.
12993 (grep-files-aliases): Add "all". Move "el" and "ch" to the top of
12994 the list. Move "asm" to the bottom.
12995 (grep-find-ignored-directories): Add `choice' with nil value
12996 to empty the list easily.
12997 (grep-find-ignored-files): New option.
12998 (grep-files-history): Set to nil by default instead of '("ch" "el").
12999 (grep-compute-defaults): Add "<X>" to `grep-template'.
13000 (grep-read-files): Bind new local variables `default-alias' and
13001 `default-extension'. Use a list of default values for the file prompt.
13002 (lgrep): Add `--exclude=' command line options composed from
13003 `grep-find-ignored-files'.
13004 (rgrep): Add `-name' command line options composed from
13005 `grep-find-ignored-files'. (Bug#4301)
13007 2009-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
13009 * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
13012 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
13014 * calendar/time-date.el (autoload):
13015 Expand define-obsolete-function-alias into defalias and make-obsolete
13016 for old Emacsen that Gnus supports.
13017 (with-no-warnings): Define it for old Emacsen.
13018 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
13020 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
13021 float-time is available; suppress compile warning for time-to-seconds.
13023 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
13025 * net/imap.el (imap-message-map): Docstring fix.
13027 2009-09-09 Glenn Morris <rgm@gnu.org>
13029 * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
13030 line numbers too. (Bug#4374)
13032 2009-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
13034 * smerge-mode.el (smerge-remove-props, smerge-refine):
13035 Use with-silent-modifications (bug#4342).
13037 * subr.el (with-silent-modifications): New macro.
13039 2009-09-07 Juanma Barranquero <lekktu@gmail.com>
13041 * files.el (top-level): Require `cl' when compiling.
13043 2009-09-07 Glenn Morris <rgm@gnu.org>
13045 * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
13047 * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
13048 (proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
13050 2009-09-06 Nick Roberts <nickrob@snap.net.nz>
13052 * vc-git.el (vc-git-annotate-command): Use separator to parse
13053 arguments correctly.
13055 2009-09-06 Eli Zaretskii <eliz@gnu.org>
13057 * proced.el (proced-mode): Doc fix.
13059 2009-09-06 Julian Scheid <julians37@gmail.com> (tiny change)
13061 * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
13063 (tramp-do-file-attributes-with-ls): Check for file existence at
13065 (tramp-do-file-attributes-with-stat): Likewise.
13066 (tramp-convert-file-attributes): Return nil when attr is nil.
13068 2009-09-05 Glenn Morris <rgm@gnu.org>
13070 * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
13071 properties to this button.
13072 (diary-fancy-display): Don't extend the button to the final newline.
13073 (diary-fancy-display-mode): Continue to define "q" as a local key.
13075 * calendar/cal-china.el (holiday-chinese): Make it slightly more
13078 * font-lock.el (lisp-font-lock-keywords-2): Add letf.
13080 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
13081 (byte-compile-dest-file-function): New option.
13082 (byte-compile-dest-file): Doc fix.
13083 Obey byte-compile-dest-file-function.
13084 (byte-compile-cl-file-p): New function.
13085 (byte-compile-eval): Only suppress noruntime warnings about cl functions
13086 if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
13087 (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
13088 than for file being previously loaded.
13089 (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
13090 (byte-compile-file-form-require): Handle the case where requiring a file
13091 indirectly causes CL to be loaded.
13093 2009-09-05 Karl Fogel <kfogel@red-bean.com>
13095 * files.el (find-alternate-file): Run `kill-buffer-hook' manually
13096 before killing the old buffer, since by the time `kill-buffer' is
13097 run so many buffer variables have been set to nil that it may not
13098 behave as expected. (Bug#4061)
13100 2009-09-05 Karl Fogel <kfogel@red-bean.com>
13102 * files.el (find-alternate-file): If the old buffer is modified
13103 and visiting a file, behave similarly to `kill-buffer' when
13104 killing it, thus reverting to the pre-1.878 behavior; see
13105 http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
13106 for discussion. Also, consult `buffer-file-name' as a variable
13107 not as a function, for consistency with the rest of the code.
13109 2009-09-04 Michael Albinus <michael.albinus@gmx.de>
13111 * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
13112 also when adding a new directory.
13114 * net/tramp-compat.el (tramp-compat-line-beginning-position): New
13117 2009-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
13119 * files.el (locate-file-completion-table): Make it provide boundary
13120 information, so partial-completion works better.
13122 2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
13124 * mail/footnote.el (Footnote-text-under-cursor):
13125 Check footnote-text-marker-alist before using it (bug#4324).
13127 2009-09-04 Glenn Morris <rgm@gnu.org>
13129 * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
13130 * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
13131 * play/solitaire.el, play/tetris.el:
13132 Remove leading * from defcustom and defface docs.
13134 * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
13136 (diary-fancy-overriding-map): New variable.
13137 (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
13140 * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
13143 2009-09-03 Glenn Morris <rgm@gnu.org>
13145 * arc-mode.el (archive-mode):
13146 * dos-fns.el (set-default-process-coding-system):
13147 * man.el (Man-getpage-in-background):
13148 * menu-bar.el (menu-bar-describe-menu):
13149 * server.el (server-process-filter):
13150 * startup.el (command-line):
13151 * tar-mode.el (tar-header-block-tokenize, tar-extract):
13152 * w32-fns.el (set-default-process-coding-system):
13153 * x-dnd.el (x-dnd-handle-file-name):
13154 * international/mule-cmds.el (mule-menu-keymap)
13155 (set-default-coding-systems, language-info-alist, set-language-info)
13156 (set-language-environment, standard-display-european-internal)
13157 (set-locale-environment):
13158 * international/mule-diag.el (mule-diag):
13159 * mail/emacsbug.el (report-emacs-bug):
13160 * mail/rmail.el (rmail-mode):
13161 * mail/sendmail.el (mail-setup):
13162 Use default-value rather than default-enable-multibyte-characters.
13164 * progmodes/f90.el: Move all safe properties into the defcustoms.
13165 (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
13167 * calendar/appt.el (appt-check):
13168 * calendar/diary-lib.el (diary-set-header, diary-live-p)
13169 (diary-check-diary-file, diary-list-entries)
13170 (diary-include-other-diary-files, diary-simple-display)
13171 (diary-fancy-display, diary-print-entries)
13172 (diary-mark-included-diary-files, diary-make-entry):
13173 Don't call substitute-in-file-name on diary-file.
13175 2009-09-03 Eduard Wiebe <usenet@pusto.de>
13176 Stefan Monnier <monnier@iro.umontreal.ca>
13178 * mail/footnote.el (footnote-prefix): Make it a defcustom.
13179 (footnote-mode-map): Move initialization into the declaration.
13180 (footnote-minor-mode-map): Define it rather than changing global-map.
13181 (footnote-mode): Use define-minor-mode.
13183 2009-09-02 Michael Albinus <michael.albinus@gmx.de>
13185 * net/tramp.el (tramp-handle-file-attributes-with-ls)
13186 (tramp-do-file-attributes-with-perl)
13187 (tramp-do-file-attributes-with-stat): Rename from
13188 `tramp-handle-file-attributes-with-*'.
13189 (tramp-handle-file-attributes): Use them.
13190 (tramp-do-directory-files-and-attributes-with-perl)
13191 (tramp-do-directory-files-and-attributes-with-stat): Rename from
13192 `tramp-handle-directory-files-and-attributes-with-*'.
13193 (tramp-handle-directory-files-and-attributes): Use them.
13194 (tramp-method-out-of-band-p): Additional parameter SIZE.
13195 (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
13196 (tramp-handle-write-region): Use it.
13197 (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
13198 (tramp-handle-vc-registered): Check, whether the first run did
13199 return files to be tested.
13200 (tramp-advice-make-auto-save-file-name): Do not call directly
13201 `tramp-handle-make-auto-save-file-name', because this would bypass
13202 the locking mechanism.
13204 * net/tramp-compat.el (top): Autoload used functions from tramp.el.
13205 (file-remote-p, process-file, start-file-process, set-file-times)
13206 (tramp-compat-file-attributes): Compatibility functions shall not
13207 call directly `tramp-handle-*', because this would bypass the
13209 (tramp-compat-number-sequence): New defun.
13211 2009-09-02 Glenn Morris <rgm@gnu.org>
13213 * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
13214 alias for float-time.
13215 (time-to-number-of-days): In Emacs, use float-time.
13216 * net/newst-backend.el (time-add): Suppress warnings from compat
13218 * time.el (emacs-uptime, emacs-init-time):
13219 * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
13220 Use float-time rather than time-to-seconds.
13222 * minibuffer.el (completion-initials-expand): Fix typo.
13224 * faces.el (modeline, modeline-inactive, modeline-highlight)
13225 (modeline-buffer-id):
13226 * info.el (info-menu-5): Mark these face aliases as obsolete.
13228 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
13230 * progmodes/gdb-mi.el (gdb-current-context-command): Move the
13232 (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
13233 no "--thread" option.
13234 (gdb-stopped): Don't print "Switched to thread" message when it is
13237 2009-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
13239 * minibuffer.el (completion-try-completion)
13240 (completion-all-completions): Remove ill-defined (and
13241 mistakenly installed and luckily never used nor documented)
13242 `completion-styles' property.
13243 (completion-initials-expand, completion-initials-all-completions)
13244 (completion-initials-try-completion): New functions.
13245 (completion-styles-alist): Add doc to each entry.
13246 Add new `initials' entry.
13248 2009-09-01 Nick Roberts <nickrob@snap.net.nz>
13250 * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
13251 MI command -var-evaluate-expression.
13252 (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
13253 and tweak for case of string child.
13254 (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
13256 2009-09-01 Glenn Morris <rgm@gnu.org>
13258 * add-log.el (change-log-date-face, change-log-name-face)
13259 (change-log-email-face, change-log-file-face, change-log-list-face)
13260 (change-log-conditionals-face, change-log-function-face)
13261 (change-log-acknowledgement-face):
13262 * cus-edit.el (custom-invalid-face, custom-rogue-face)
13263 (custom-modified-face, custom-set-face, custom-changed-face)
13264 (custom-saved-face, custom-button-face, custom-button-pressed-face)
13265 (custom-documentation-face, custom-state-face, custom-comment-face)
13266 (custom-comment-tag-face, custom-variable-tag-face)
13267 (custom-variable-button-face, custom-face-tag-face)
13268 (custom-group-tag-face-1, custom-group-tag-face):
13269 * diff-mode.el (diff-header-face, diff-file-header-face)
13270 (diff-index-face, diff-hunk-header-face, diff-removed-face)
13271 (diff-added-face, diff-changed-face, diff-function-face)
13272 (diff-context-face, diff-nonexistent-face):
13273 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
13274 * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
13275 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
13276 (Info-title-4-face):
13277 * isearch.el (isearch-lazy-highlight-face):
13278 * log-view.el (log-view-file-face, log-view-message-face):
13279 * paren.el (show-paren-match-face, show-paren-mismatch-face):
13280 * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
13281 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
13283 * smerge-mode.el (smerge-mine-face, smerge-other-face)
13284 (smerge-base-face, smerge-markers-face):
13285 * wid-edit.el (widget-documentation-face, widget-button-face)
13286 (widget-field-face, widget-single-line-field-face)
13287 (widget-inactive-face, widget-button-pressed-face):
13288 * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
13289 (woman-addition-face):
13290 * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
13291 (eshell-ls-executable-face, eshell-ls-readonly-face)
13292 (eshell-ls-unreadable-face, eshell-ls-special-face)
13293 (eshell-ls-missing-face, eshell-ls-archive-face)
13294 (eshell-ls-backup-face, eshell-ls-product-face)
13295 (eshell-ls-clutter-face):
13296 * eshell/em-prompt.el (eshell-prompt-face):
13297 * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
13298 * obsolete/old-whitespace.el (whitespace-highlight-face):
13299 * progmodes/antlr-mode.el (antlr-font-lock-default-face)
13300 (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
13301 (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
13302 (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
13303 (antlr-font-lock-literal-face):
13304 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
13305 (ebrowse-root-class-face, ebrowse-file-name-face)
13306 (ebrowse-default-face, ebrowse-member-attribute-face)
13307 (ebrowse-member-class-face, ebrowse-progress-face):
13308 * progmodes/make-mode.el (makefile-space-face):
13309 * progmodes/sh-script.el (sh-heredoc-face):
13310 * textmodes/flyspell.el (flyspell-incorrect-face)
13311 (flyspell-duplicate-face):
13312 * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
13313 * textmodes/texinfo.el (texinfo-heading-face):
13314 Mark face aliases with "-face" suffix as obsolete.
13316 * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
13319 * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
13320 (eudc-bob-sound-menu): Use defvar rather than defconst, since
13321 easy-menu-define wants to modify these.
13323 * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
13325 * net/browse-url.el (browse-url-file-url):
13326 * term/internal.el (dos-codepage-setup):
13327 Use default-value rather than default-enable-multibyte-characters.
13329 * progmodes/etags.el (etags-goto-tag-location):
13330 * progmodes/flymake.el (flymake-highlight-line)
13331 (flymake-goto-file-and-line, flymake-goto-line):
13332 * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
13333 (gdb-goto-breakpoint):
13334 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
13335 * progmodes/python.el (python-find-function)
13336 (python-pdbtrack-track-stack-file):
13337 * progmodes/verilog-mode.el (verilog-surelint-off):
13338 * term/ns-win.el (ns-open-file-select-line):
13339 * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
13340 Use forward-line rather than goto-line.
13342 * textmodes/reftex-cite.el (reftex-offer-bib-menu):
13343 * textmodes/reftex-index.el (reftex-display-index):
13344 * textmodes/reftex-ref.el (reftex-offer-label-menu):
13345 * textmodes/reftex-toc.el (reftex-toc):
13346 Remove unnecessary bindings of default-major-mode (all are followed by
13347 major-mode check and possible mode switch).
13349 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
13351 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
13352 Handle watchpoints (bug#4282).
13353 (def-gdb-thread-buffer-command): Enable thread to be selected by
13354 clicking without selecting threads buffer first.
13355 (gdb-current-context-command): Use selected frame so that "up",
13356 "down" etc work in the GUD buffer.
13357 (gdb-update): Find selected frame before rendering stack buffer.
13358 (gdb-frame-handler): Set gdb-frame-number for stack buffer.
13360 2009-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
13362 * progmodes/sym-comp.el (displayed-completions): Remove.
13363 (symbol-complete): Use minibuffer-complete.
13365 2009-08-31 Glenn Morris <rgm@gnu.org>
13367 * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
13369 * apropos.el (apropos-symbols-internal):
13370 Handle (obsolete) face aliases.
13372 * faces.el (describe-face): Adjust the output format to be more like
13373 describe-variable, and to mention (obsolete) face aliases.
13374 Adjust the whitespace so that help-setup-xref works.
13376 * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
13377 * calendar/diary-lib.el (diary-button-face):
13378 Mark these face aliases as obsolete.
13380 * calendar/calendar.el (calendar-today): Doc fix.
13382 2009-08-31 Nick Roberts <nickrob@snap.net.nz>
13384 * progmodes/gdb-mi.el (gdb-control-all-threads)
13385 (gdb-control-current-thread): Force tool bar update.
13386 (gdb-non-stop-handler): New function.
13387 (gdb-init-1): Use it to test if non-stop mode is supported.
13388 Remove unused gdbmi buffer type.
13390 2009-08-30 Kevin Rodgers <kevin.d.rodgers@gmail.com>
13392 * progmodes/grep.el (grep-read-files): Strip trailing <N> from
13393 buffer names not visiting a file (e.g. cloned buffers). (Bug#4210)
13395 2009-08-30 Nick Roberts <nickrob@snap.net.nz>
13397 * comint.el (comint-exec-1): Check command is non-null first.
13398 Part of gdb-mi.el change (2009-08-28).
13400 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
13402 * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
13404 2009-08-30 Juanma Barranquero <lekktu@gmail.com>
13406 * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
13407 instead of `dolist' to avoid a recursive require when bootstrapping.
13409 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
13411 * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
13413 * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
13415 * net/imap.el (imap-send-command): Simplify.
13416 (imap-wait-for-tag): point-max -> buffer-size.
13418 * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
13420 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
13421 with constant argument.
13423 * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
13425 * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
13427 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
13428 Change default, since most of our files don't have a history.
13429 (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
13432 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
13435 * calc/calc.el: Improve commenting convention.
13436 (calc-digit-map, toplevel): Simplify.
13438 * comint.el (comint-insert-input): Be careful to only set point if we
13439 don't delegate to some other command.
13441 * proced.el (proced-signal-list): Make it an alist.
13442 (proced-grammar-alist): Capitalize names.
13443 (proced-send-signal): Use a non-hidden buffer (since it's displayed).
13444 Disable undo manually and make it read-only.
13445 Use completion-annotate-function.
13447 * minibuffer.el (minibuffer-message): If the current buffer is not
13448 a minibuffer, insert the message in the echo area rather than at the
13450 (completion-annotate-function): New variable.
13451 (minibuffer-completion-help): Use it.
13452 (completion--embedded-envvar-table): Environment vars are
13453 always case-sensitive.
13455 2009-08-30 Glenn Morris <rgm@gnu.org>
13457 * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
13458 from fortran-current-defun.
13459 (fortran-beginning-of-subprogram): Be more precise about finding the
13460 start, to avoid an infinite loop in end-of-defun. (Bug#4259)
13461 (fortran-end-of-subprogram): Simplify.
13462 (fortran-current-defun): Use fortran-start-prog-re.
13464 2009-08-29 Juanma Barranquero <lekktu@gmail.com>
13466 * subr.el (do-after-load-evaluation): Simplify.
13468 2009-08-29 Dan Nicolaescu <dann@ics.uci.edu>
13470 * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
13472 * vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function.
13473 (vc-rcs-print-log): Use it.
13475 * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
13477 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
13479 * paths.el (abbrev-file-name): Move to abbrev.el.
13480 * abbrev.el (abbrev-file-name): Move from paths.el.
13481 Obey user-emacs-directory.
13482 * calc/calc.el (calc-settings-file): Don't autoload and instead obey
13483 user-emacs-directory.
13484 * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
13485 abbrev-file-name and calc-settings-file any more.
13486 * startup.el (command-line): Recompute abbrev-file-name and
13487 abbreviated-home-dir.
13488 (normal-no-mouse-startup-screen): Improve the generic code and get rid
13489 of the special code for when C-h bindings haven't been changed.
13490 (display-startup-echo-area-message): Use with-current-buffer.
13491 (command-line-1): Use a list of strings, rather than a list of lists
13492 of strings for longopts.
13494 * files.el (get-free-disk-space): Use / for default-directory.
13496 * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
13497 Use with-current-buffer.
13499 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
13500 Recognize immutable variables like most-positive-fixnum.
13501 (byte-compile-setq-default): Check and warn if trying to assign
13502 to an immutable variable, or a non-variable.
13504 * progmodes/cc-vars.el (c-comment-continuation-stars):
13505 * progmodes/cc-engine.el (c-looking-at-bos):
13506 * progmodes/cc-cmds.el (c-toggle-auto-state)
13507 (c-forward-into-nomenclature, c-backward-into-nomenclature)
13508 (c-comment-line-break-function): Add version of obsolescence.
13510 2009-08-28 Juri Linkov <juri@jurta.org>
13512 * files.el (magic-fallback-mode-alist): Add ZIP magic number
13513 associated with `archive-mode'.
13515 * image.el (image-type-header-regexps): Use only JPEG magic number
13516 to determine JPEG images, and don't use `image-jpeg-p' because
13517 Emacs can display non-JFIF non-Exif JPEG images.
13519 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
13521 * arc-mode.el (archive-mode):
13522 * emacs-lisp/re-builder.el (re-builder-unload-function):
13523 Protect against the default value of `major-mode' being nil.
13525 2009-08-28 Juanma Barranquero <lekktu@gmail.com>
13527 * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
13528 Fix typos in docstrings.
13530 * progmodes/js.el (js--macro-decl-re): Doc fix.
13531 (js--plain-method-re, js--split-name): Refloc docstring.
13532 (js--class-styles, js--make-merged-item, js--splice-into-items):
13533 Fix typos in docstrings; reflow docstrings.
13534 (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
13535 (js--variable-decl-matcher, js--inside-pitem-p)
13536 (js--parse-state-at-point, js--get-all-known-symbols)
13537 (js--symbol-history, js-find-symbol, js--js-references)
13538 (js--moz-interactor, js--js-encode-value, js--read-tab):
13539 Fix typos in docstrings.
13541 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
13543 * textmodes/reftex.el (reftex-get-file-buffer-force):
13544 * progmodes/verilog-mode.el (verilog-batch-execute-func):
13545 * emulation/viper.el (viper-go-away, viper-set-hooks):
13546 * emacs-lisp/re-builder.el (re-builder-unload-function):
13547 * emacs-lisp/bytecomp.el (byte-compile-file):
13548 * ses.el (ses-unload-function):
13549 * hexl.el (hexl-find-file):
13550 * files.el (normal-mode):
13551 * ehelp.el (with-electric-help):
13552 * autoinsert.el (auto-insert-alist):
13553 * arc-mode.el (archive-mode):
13554 Use (default-value 'major-mode) instead of default-major-mode.
13556 * textmodes/ispell.el (ispell-check-version, ispell-send-string):
13557 * international/mule.el (load-with-code-conversion):
13558 * emacs-lisp/debug.el (debug):
13559 * ediff-vers.el (ediff-rcs-get-output-buffer):
13560 * dired.el (dired-internal-noselect): Don't let-bind
13561 default-major-mode around code that doesn't use it.
13562 E.g. buffer creation via get-buffer-create doesn't use it.
13564 2009-08-28 Michael Albinus <michael.albinus@gmx.de>
13566 * net/tramp.el (all): Replace "'(lambda" by "(lambda".
13567 (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
13568 when writing the temp file. Otherwise, epa-file gets confused.
13569 (tramp-register-file-name-handlers): Make it a defun. Move also
13570 `epa-file-handler' to the front of `file-name-handler-alist'.
13572 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
13574 * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
13575 start right after a ^M.
13576 (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
13577 (tramp-completion-file-name-regexp-separate)
13578 (tramp-completion-file-name-regexp-url): Use \\` and \\'.
13579 (tramp-handle-file-attributes, tramp-set-file-uid-gid):
13580 Don't modify last-coding-system-used by accident.
13581 (tramp-completion-file-name-handler): Apply the checks here,
13582 instead during registration.
13583 (tramp-register-file-name-handlers): Renamed from
13584 `tramp-register-file-name-handler'. Register both
13585 `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
13586 (tramp-register-completion-file-name-handler): Remove. (Bug#4260)
13588 2009-08-28 Nick Roberts <nickrob@snap.net.nz>
13590 * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
13591 Remove variable ...
13592 (gdb-init-1, gdb-display-separate-io-buffer)
13593 (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
13595 (gdb-inferior-io-mode): Use make-comint-in-buffer.
13596 (gdb-inferior-filter): Use comint-output-filter to stop
13597 echoing and remove ^M characters.
13599 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
13601 * emulation/viper-init.el (viper-restore-cursor-type):
13602 * emulation/cua-base.el (cua--update-indications):
13603 Replace default-cursor-type with (default-value 'cursor-type).
13605 * mail/sendmail.el (mail-recover-1):
13606 * international/mule-diag.el (describe-current-coding-system-briefly)
13607 (describe-current-coding-system):
13608 * international/mule-cmds.el (select-safe-coding-system)
13609 (select-message-coding-system)
13610 (set-language-environment-coding-systems, set-locale-environment):
13611 * hexl.el (hexl-insert-multibyte-char):
13612 * dos-w32.el (find-buffer-file-type-coding-system):
13613 * simple.el (what-cursor-position):
13614 Replace uses of default-buffer-file-coding-system
13615 with (default-value 'buffer-file-coding-system).
13617 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
13618 Replace uses of default-cursor-in-non-selected-windows
13619 with (default-value 'cursor-in-non-selected-windows).
13620 Use with-current-buffer.
13622 * mail/feedmail.el: Use CL macros.
13623 (feedmail-run-the-queue, feedmail-send-it-immediately):
13624 * dos-w32.el (find-buffer-file-type): Replace uses of
13625 default-buffer-file-type with (default-value 'buffer-file-type).
13627 2009-08-28 Glenn Morris <rgm@gnu.org>
13629 * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
13630 (diary-show-all-entries, diary-mark-entries, diary-make-entry):
13631 Use default-value of major-mode rather than default-major-mode.
13633 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
13635 * Makefile.in (update-elcfiles): Report left over elc files.
13637 * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
13638 expand-file-name and with-current-buffer.
13639 (mail-get-names, mail-directory): Use with-current-buffer.
13641 * vc.el (vc-read-revision): New function.
13642 (vc-version-diff, vc-merge): Use it.
13644 2009-08-27 Sam Steingold <sds@gnu.org>
13646 * simple.el (kill-do-not-save-duplicates): New user option.
13647 (kill-new): When it is non-nil, and the new string is the same as
13648 the latest kill, set replace to t to avoid duplicates in kill-ring.
13650 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change)
13652 * net/tramp.el (tramp-handle-process-file): Do not flush all
13653 caches when `process-file-side-effects' is set.
13654 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
13655 instead of `tramp-find-file-exists-command'.
13656 Unset `process-file-side-effects'.
13658 2009-08-27 Michael Albinus <michael.albinus@gmx.de>
13660 * net/tramp.el (tramp-methods): New method "rsyncc".
13661 (top): Add completion function for "rsyncc".
13662 (tramp-message-show-message): New defvar.
13663 (tramp-message, tramp-error): Use it.
13664 (tramp-do-copy-or-rename-file-directly): Extend check for direct
13666 (tramp-do-copy-or-rename-file-out-of-band): Handle new
13667 `tramp-methods' entry `copy-env' of "rsyncc".
13668 (tramp-vc-registered-read-file-names): New defconst.
13669 (tramp-vc-registered-file-names): New defvar.
13670 (tramp-handle-vc-registered): Implement optimization strategy.
13671 (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
13672 (tramp-vc-file-name-handler): New defun.
13673 (tramp-get-ls-command, tramp-get-test-command)
13674 (tramp-get-file-exists-command, tramp-get-remote-ln)
13675 (tramp-get-remote-perl, tramp-get-remote-stat)
13676 (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
13678 * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
13679 (tramp-cache-inhibit-cache): Extend doc string. It allows also
13681 (tramp-get-file-property): Check for timestamps in
13682 `tramp-cache-inhibit-cache'.
13683 (tramp-set-file-property): Write timestamp.
13685 2009-08-27 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
13687 * language/japan-util.el (japanese-symbol-table): Add entries for
13690 * international/characters.el: Add category `j' to cp932-2-byte.
13692 2009-08-27 Kenichi Handa <handa@m17n.org>
13694 * international/fontset.el (build-default-fontset-data): New macro.
13695 (setup-default-fontset): Use build-default-fontset-data for CJK,
13696 tibetan, ethiopic, and ipa.
13698 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
13700 * cus-start.el (default-major-mode): Customize `major-mode' instead.
13701 (enable-multibyte-characters): Not customizable any more.
13703 * subr.el (default-mode-line-format, default-header-line-format)
13704 (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
13705 (default-direction-reversed, default-truncate-lines)
13706 (default-left-margin, default-tab-width, default-case-fold-search)
13707 (default-left-margin-width, default-right-margin-width)
13708 (default-left-fringe-width, default-right-fringe-width)
13709 (default-fringes-outside-margins, default-scroll-bar-width)
13710 (default-vertical-scroll-bar, default-indicate-empty-lines)
13711 (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
13712 (default-fringe-cursor-alist, default-scroll-up-aggressively)
13713 (default-scroll-down-aggressively, default-fill-column)
13714 (default-cursor-type, default-buffer-file-type)
13715 (default-cursor-in-non-selected-windows)
13716 (default-buffer-file-coding-system, default-major-mode)
13717 (default-enable-multibyte-characters): Mark as obsolete.
13719 2009-08-27 Dan Nicolaescu <dann@ics.uci.edu>
13721 * vc-dir.el (vc-dir-update): Remove debug helper.
13723 * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
13725 2009-08-26 Sam Steingold <sds@gnu.org>
13727 * simple.el (save-interprogram-paste-before-kill): New user option.
13728 (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
13729 save the interprogram-paste into kill-ring before overriding it
13730 with the Emacs kill.
13732 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
13734 * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
13735 (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
13736 (vc-default-previous-revision): Rename to vc-rcs-previous-revision
13737 and move to vc-rcs.el.
13738 (vc-default-next-revision): Rename to vc-rcs-next-revision and
13740 (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
13741 (vc-rcs-update-changelog): Remove.
13742 (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
13743 and move to vc-rcs.el.
13745 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
13746 (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
13748 (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
13749 (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
13750 vc.el, renamed to be RCS specific.
13752 * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
13754 (vc-cvs-update-changelog): Move here from vc.el.
13756 * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
13759 2009-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
13761 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
13763 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu>
13765 * vc-git.el (vc-git-register): Use "git add" for directories.
13766 (vc-git-stash, vc-git-stash-show): New functions.
13767 (vc-git-extra-menu-map): Bind them.
13769 * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
13770 directory correctly in case the item is a directory itself.
13772 * vc.el: Document the desired behavior for reverted files in the
13774 (vc-default-prettify-state-info): Remove function, unused.
13776 * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
13778 2009-08-26 Glenn Morris <rgm@gnu.org>
13780 * bindings.el (standard-mode-line-format): Reposition dashes in
13781 which-func entry. (Bug#4217)
13783 * files.el (enable-local-variables, enable-local-eval)
13784 (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
13786 (auto-mode-alist, ignored-local-variables)
13787 (save-some-buffers-action-alist): Move risky declarations to the
13789 (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
13790 (font-lock-defaults, format-alist, imenu--index-alist)
13791 (imenu-generic-expression, input-method-alist, minor-mode-alist)
13792 (mode-line-buffer-identification, mode-line-client, mode-line-modes)
13793 (mode-line-modified, mode-line-mule-info, mode-line-position)
13794 (mode-line-process, mode-line-remote, outline-level)
13795 (parse-time-rules, rmail-output-file-alist)
13796 (special-display-buffer-names, vc-mode):
13797 Move risky declarations to the relevant files.
13798 * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
13799 (mode-line-modified, mode-line-process, mode-line-position)
13800 (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
13801 * font-core.el (font-lock-defaults):
13802 * format.el (format-alist):
13803 * vc-hooks.el (vc-mode):
13804 * window.el (special-display-buffer-names):
13805 * international/mule-cmds.el (input-method-alist):
13806 Define riskiness here (dumped file) rather than in files.el.
13807 * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
13808 * imenu.el (imenu-generic-expression, imenu--index-alist):
13809 * outline.el (outline-level):
13810 * time.el (display-time-string):
13811 * calendar/parse-time.el (parse-time-rules):
13812 * mail/rmailout.el (rmail-output-file-alist):
13813 Autoload riskiness here, rather than placing in files.el.
13815 2009-08-26 Andreas Schwab <schwab@linux-m68k.org>
13817 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
13819 2009-08-25 Michael Albinus <michael.albinus@gmx.de>
13821 * simple.el (process-file-side-effects): New defvar.
13823 * dired-aux.el (dired-show-file-type):
13824 * vc.el (vc-diff-internal):
13825 * vc-arch.el (vc-arch-diff):
13826 * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
13827 * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
13828 * vc-git.el (vc-git-registered, vc-git-working-revision)
13829 (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
13830 (vc-git--empty-db-p):
13831 * vc-hooks.el (vc-user-login-name):
13832 * vc-svn.el (vc-svn-registered, vc-svn-state)
13833 (vc-svn-dir-extra-headers, vc-svn-find-revision):
13834 * progmodes/grep.el (grep-probe): Let-bind
13835 `process-file-side-effects' with nil.
13837 * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
13839 * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
13840 daemon. Replace ping by checking for running service for bluez
13841 and zeroconf. (Bug#4239)
13843 2009-08-25 Kevin Ryde <user42@zip.com.au>
13845 * net/dig.el (dig): Add autoload cookie.
13847 2009-08-25 Glenn Morris <rgm@gnu.org>
13849 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
13850 load-history for absolute file-names.
13851 (byte-compile-file-form-require): Warn about use of the cl package.
13853 * format.el (format-alist): Doc fix.
13855 * play/bubbles.el (top-level): Don't require cl at run-time.
13857 * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
13860 2009-08-24 Dmitry Dzhus <dima@sphinx.net.ru>
13862 * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
13864 (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
13866 2009-08-24 Jay Belanger <jay.p.belanger@gmail.com>
13868 * calc/calc-alg.el (math-trig-rewrite)
13869 (math-hyperbolic-trig-rewrite): New functions.
13870 (calc-simplify): Simplify trig functions when asked.
13872 2009-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
13874 * diff-mode.el (diff-find-source-location): Avoid goto-line.
13876 2009-08-24 Kenichi Handa <handa@m17n.org>
13878 * language/ind-util.el (mapthread): Delete it.
13879 (combinatorial): New function.
13880 (indian--puthash-cv): Use combinatorial instead of mapthread.
13882 2009-08-22 Kevin Ryde <user42@zip.com.au>
13884 * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
13885 (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
13886 (checkdoc-symbol-words): Add safe-local-variable for list of strings.
13887 Clarify docstring that the value is strings not symbols.
13888 (checkdoc-list-of-strings-p): New function.
13890 2009-08-22 Glenn Morris <rgm@gnu.org>
13892 * files.el (auto-mode-alist):
13893 * hippie-exp.el (he-concat-directory-file-name):
13894 * lpr.el (lpr-windows-system, printer-name):
13895 * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
13896 * ps-print.el (ps-windows-system):
13897 * startup.el (command-line):
13898 * emulation/viper-ex.el (viper-glob-function):
13899 * international/mule-cmds.el (set-language-environment-coding-systems):
13900 * net/ange-ftp.el (ange-ftp-write-region):
13901 * obsolete/fast-lock.el (fast-lock-cache-name):
13902 Remove code for defunct system-types emx, macos, mswindows, next-mach,
13903 unisoft-unix, vax-vms, win32, w32.
13905 * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
13906 given name if the pattern is not more specific.
13908 * calendar/lunar.el (lunar-phase-names): New option.
13909 (lunar-phase): Doc fix.
13910 (lunar-cycles-per-year): New constant.
13911 (lunar-index): New function.
13912 (lunar-phase-list, diary-lunar-phases): Use lunar-index.
13913 (lunar-phase-name): Use lunar-phase-names.
13914 (calendar-lunar-phases): Use format.
13915 (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
13917 * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
13918 Copy imenu-example--name-and-position function here for own use.
13919 (cperl-xsub-scan): Use cperl-imenu-name-and-position.
13921 * bs.el (bs--redisplay):
13922 * cus-edit.el (custom-redraw):
13923 * ibuffer.el (ibuffer-bury-buffer):
13924 * server.el (server-goto-line-column):
13925 * startup.el (command-line-1):
13926 * strokes.el (strokes-xpm-for-stroke):
13927 * term.el (term-display-buffer-line):
13928 * view.el (View-goto-line):
13929 * calc/calc.el (calc-do, calc-trail-buffer):
13930 * play/gamegrid.el (gamegrid-add-score-insecure):
13931 * progmodes/ada-mode.el (ada-compile-goto-error):
13932 * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
13933 (ebrowse-select-1st-to-9nth):
13934 * progmodes/cperl-mode.el (cperl-time-fontification):
13935 * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
13936 * progmodes/gud.el (gud-display-line):
13937 (idlwave-shell-display-line):
13938 * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
13939 * progmodes/make-mode.el (makefile-browser-toggle):
13940 (vhdl-speedbar-port-copy, vhdl-compose-components-package):
13941 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
13942 * textmodes/picture.el (picture-draw-rectangle):
13943 * textmodes/reftex-index.el (reftex-index-goto-letter):
13944 (reftex-select-jump-to-previous):
13945 * textmodes/reftex-sel.el (reftex-find-start-point)
13946 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
13947 (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
13948 * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
13949 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13950 * textmodes/two-column.el (2C-associated-buffer):
13951 Use forward-line rather than goto-line.
13953 * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
13956 * international/ucs-normalize.el (nfd, decomposition-translation-alist)
13957 (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
13958 (quick-check-list-to-regexp): Declare.
13960 * progmodes/make-mode.el (makefile-browser-insert-selection):
13961 Use goto-char rather than goto-line.
13963 * progmodes/prolog.el (compilation-error-regexp-alist)
13964 (compilation-forget-errors): Declare.
13966 2009-08-22 Juri Linkov <juri@jurta.org>
13968 * progmodes/grep.el (lgrep, rgrep): At the beginning
13969 set `dir' to `default-directory' unless `dir' is a non-nil
13970 readable directory. (Bug#4052)
13971 (lgrep, rgrep): Change a weird way to report an error
13972 from using `read-string' to using `error'.
13973 Instead of using interactive arguments in the function body,
13974 add new argument `confirm'.
13976 2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
13978 * textmodes/remember.el (remember-buffer):
13979 * progmodes/cperl-mode.el (cperl-vc-header-alist):
13980 * calendar/icalendar.el (icalendar-convert-diary-to-ical)
13981 (icalendar-extract-ical-from-buffer):
13982 * net/newst-treeview.el (newsticker-groups-filename):
13983 * net/newst-backend.el (newsticker-cache-filename):
13984 * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
13985 (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
13986 (speedbar-add-ignored-path-regexp, speedbar-line-path)
13987 (speedbar-buffers-line-path, speedbar-path-line)
13988 (speedbar-buffers-line-path):
13989 * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
13991 * epa.el (epa-display-verify-result):
13992 * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
13994 2009-08-21 Glenn Morris <rgm@gnu.org>
13996 * progmodes/js.el (inferior-moz-process): Fix declaration.
13998 * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
14000 * obsolete/rnewspost.el (news-mail-reply):
14001 Use goto-char rather than goto-line.
14003 * term/ns-win.el (ns-open-file-select-line):
14004 Use line-beginning-position rather than goto-line.
14006 * apropos.el (apropos-command):
14007 * ehelp.el (electric-helpify):
14008 * printing.el (pr-show-setup):
14009 * strokes.el (strokes-help):
14010 * tutorial.el (tutorial--describe-nonstandard-key)
14011 (tutorial--detailed-help):
14012 * woman.el (woman-mini-help, woman-display-extended-fonts):
14013 * calc/calc-help.el (calc-describe-key):
14014 * emulation/edt.el (edt-electric-helpify):
14015 * international/mule-diag.el (mule-diag):
14016 * play/yow.el (apropos-zippy):
14017 * progmodes/python.el (python-describe-symbol):
14018 * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
14019 * textmodes/table.el (*table--cell-describe-mode)
14020 (*table--cell-describe-bindings):
14021 Use help-print-return-message rather than the now obsolete alias.
14023 * calendar/cal-move.el (calendar-cursor-to-nearest-date)
14024 (calendar-cursor-to-visible-date):
14025 * play/5x5.el (5x5-position-cursor):
14026 * play/decipher.el (decipher):
14027 * play/gomoku.el (gomoku-goto-xy):
14028 * play/landmark.el (lm-goto-xy):
14029 * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
14030 (mpuz-paint-digit):
14031 Use forward-line, not goto-line.
14033 * mail/rmail.el (rmail-obsolete): Delete custom group.
14034 (rmail-pop-password, rmail-pop-password-required): Make into aliases.
14035 (rmail-remote-password, rmail-remote-password-required):
14036 Remove unneeded :set-after and :set properties.
14038 2009-08-21 Michael Albinus <michael.albinus@gmx.de>
14040 * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
14042 2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
14044 * loadup.el: Remove leftover macos code.
14046 * vc-git.el (vc-git-annotate-command): Run asynchronously.
14047 Explicitly pass the date format to git blame so that user local
14048 so that the output format can be parsed.
14050 2009-08-20 Michael Albinus <michael.albinus@gmx.de>
14052 * net/dbus.el (top): Don't check for (getenv
14053 "DBUS_SESSION_BUS_ADDRESS"). It's done in dbusbind.c now.
14055 2009-08-19 Magnus Henoch <magnus.henoch@gmail.com>
14057 * log-edit.el (log-edit-strip-single-file-name): New var.
14058 (log-edit-insert-changelog): Use it. Bug#3571
14060 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14062 * subr.el (read-passwd): Use read-key so keypad keys work as well.
14065 * help.el (help-print-return-message): Rename from
14066 print-help-return-message.
14068 * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
14069 cvs-mode-map parent hack.
14070 (log-view-mode): Derive from special-mode.
14072 * linum.el (linum-mode): window-size-change-functions is redundant.
14073 Adapt to new window-configuration-change-hook behavior.
14074 (linum-after-size, linum-after-config): Remove.
14076 * imenu.el (imenu-example--name-and-position)
14077 (imenu-example--lisp-extract-index-name)
14078 (imenu-example--create-lisp-index, imenu-example--create-c-index):
14081 * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
14082 (inferior-prolog-mode): Use it.
14083 (inferior-prolog-load-file): Reset list of errors.
14085 2009-08-19 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
14087 * language/tibetan.el ("Tibetan"): Fix sample-text entry.
14089 * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
14091 2009-08-19 Michael Albinus <michael.albinus@gmx.de>
14093 * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
14094 is running already.
14096 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14098 * subr.el (listify-key-sequence-1): Use normal syntax since those
14099 integers are nowadays always represented by the same (positive) number
14101 (read-key-empty-map): New const.
14102 (read-key-delay): New var.
14103 (read-key): New function.
14104 (force-mode-line-update): Use with-current-buffer.
14105 (locate-user-emacs-file): Don't forget to abbreviate the file name.
14106 (start-process-shell-command, start-file-process-shell-command):
14107 Discourage the use of command-args.
14109 2009-08-19 Glenn Morris <rgm@gnu.org>
14111 * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
14113 2009-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14115 * simple.el (choose-completion-string): Don't rely on
14116 minibuffer-completing-file-name and ad-hoc checks to decide whether
14117 to continue completion or not.
14119 * minibuffer.el (minibuffer-hide-completions): New function.
14120 (completion--do-completion): Use it.
14121 (completions-annotations): New face.
14122 (completion--insert-strings): Use it.
14123 (completion-pcm--delim-wild-regex): Add docstring.
14124 (completion-pcm--string->pattern): Add support for 0-width delimiters
14125 in completion-pcm--delim-wild-regex.
14127 2009-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
14129 * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
14130 Remove unused var `buffer-modified-p'.
14132 * minibuffer.el (completion--do-completion): Move point for the #b001
14133 case as well (bug#4176).
14134 (minibuffer-complete, minibuffer-complete-word): Don't move point.
14136 2009-08-18 Michael Albinus <michael.albinus@gmx.de>
14138 * net/dbus.el (dbus-init-bus): Declare. Apply it for the :system
14139 and :session buses.
14141 2009-08-18 Kenichi Handa <handa@m17n.org>
14143 * international/ucs-normalize.el (ucs-normalize-version):
14145 (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
14146 (utf-8-hfs): Make it perform normalization on encoding too.
14148 * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
14149 (sentence-end-without-space): Delete duplicated chars.
14150 (sentence-end-base): Likewise.
14152 * textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
14153 (html-mode): Delete duplicated chars from sentence-end-base.
14155 * textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
14156 (texinfo-mode): Delete duplicated chars from sentence-end-base.
14158 2009-08-17 Chong Yidong <cyd@stupidchicken.com>
14160 * files.el (hack-one-local-variable): If the mode function is for
14161 a minor mode, pass it an argument (Bug#4148).
14163 2009-08-17 Michael Albinus <michael.albinus@gmx.de>
14165 * net/tramp.el (tramp-register-completion-file-name-handler):
14166 Check also for (member 'partial-completion completion-styles).
14168 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
14170 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
14173 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org>
14175 * progmodes/cperl-mode.el: Merge upstream 6.2.
14176 (cperl-mode-syntax-table): Modify syntax entry for ["'`].
14177 (cperl-forward-re): Check cperl-brace-recursing.
14178 (cperl-highlight-charclass): New function.
14179 (cperl-find-pods-heres): Use it.
14180 (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
14181 (cperl-beautify-regexp-piece): Fix column calculation.
14182 (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
14183 (cperl-beautify-level): Don't process entire regexp.
14184 (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
14186 (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
14187 (cperl-init-faces): Build a list in the normal way.
14189 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
14191 * calendar/parse-time.el (parse-time-string-chars): Save match
14194 2009-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
14196 * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
14197 (sql-product): Use it.
14198 (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
14199 (sql-set-product): Add completion.
14200 (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
14201 (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
14202 (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
14203 (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
14204 (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
14205 (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
14206 (sql-highlight-db2-keywords): Remove.
14207 (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
14208 (sql-highlight-product): Use derived-mode-p.
14209 (sql-set-sqli-buffer): Use with-current-buffer.
14210 (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
14213 * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
14215 * term.el: Fix commenting convention, turn comments into docstrings.
14217 2009-08-16 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
14219 * whitespace.el (whitespace-style): Doc fix (Bug#3661).
14221 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
14223 * calendar/parse-time.el (parse-time-string-chars): Compute using
14224 character classes, to handle non-ascii characters (Bug#3190).
14226 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
14228 * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
14229 another heredoc if the user adds another < (Bug#3226).
14231 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
14232 Don't initialize based on window-system (Bug#4124).
14234 * facemenu.el (facemenu-read-color): Use a completion function
14235 that accepts any defined color, such as RGB triplets (Bug#3677).
14237 * files.el (get-free-disk-space): Change fallback default
14238 directory to /. Expand DIR argument before switching to fallback.
14239 Suggested by Kevin Ryde (Bug#2631, Bug#3911).
14241 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
14243 * files.el (load-library): Doc fix.
14245 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu>
14247 * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
14248 (viper-if-string): Redefine C-s in the minibuffer to insert the last
14249 incremental search string.
14251 * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
14254 * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
14255 (ediff-merge-region-is-non-clash)
14256 (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
14257 Also check if the job is really a merge job.
14259 * ediff.el (ediff-current-file): New function.
14261 2009-08-15 Chong Yidong <cyd@stupidchicken.com>
14263 * progmodes/js.el: Edit docstrings throughout to follow Emacs
14265 (js-insert-and-indent): Delete function.
14266 (js-mode-map): Don't bind keys to js-insert-and-indent.
14267 (js-beginning-of-defun): Rename from js--beginning-of-defun.
14268 (js-end-of-defun): Rename from js--end-of-defun.
14269 (js-auto-indent-flag): Delete variable.
14271 2009-08-14 Chong Yidong <cyd@stupidchicken.com>
14273 * progmodes/js.el: Remove proclaim statement.
14274 Defvar which-func-imenu-joiner-function to silence compiler.
14276 * files.el (auto-mode-alist): Use js-mode for .js files.
14278 * progmodes/js2-mode.el: Remove file.
14280 * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
14282 * speedbar.el (speedbar-supported-extension-expressions): Add .js.
14284 * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
14286 2009-08-14 Daniel Colascione <dan.colascione@gmail.com>
14287 Karl Landstrom <karl.landstrom@brgeight.se>
14289 * progmodes/js.el: New file.
14291 2009-08-14 Mark A. Hershberger <mah@everybody.org>
14293 * timezone.el (timezone-parse-date): Add ability to understand ISO
14294 basic format (minimal separators) dates in addition to the
14295 already-supported extended format dates.
14297 2009-08-14 Eli Zaretskii <eliz@gnu.org>
14299 * international/ucs-normalize.el: Add a `coding' file variable.
14301 * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
14303 2009-08-14 Sam Steingold <sds@gnu.org>
14305 * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
14307 2009-08-13 Chong Yidong <cyd@stupidchicken.com>
14309 * faces.el (help-argument-name): Define it here instead of
14310 help-fns.el, because in daemon mode help-fns.el may be loaded when
14311 faces are still uninitialized (Bug#1078).
14313 * help-fns.el (help-argument-name): Move defface to faces.el.
14315 2009-08-13 Nick Roberts <nickrob@snap.net.nz>
14317 * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
14318 create buffer with a pty but no process so that GDB can make the
14319 inferior the controlling process.
14321 2009-08-13 Taichi Kawabata <kawabata.taichi@gmail.com>
14323 * international/ucs-normalize.el: New file.
14325 2009-08-13 Richard Stallman <rms@gnu.org>
14327 * mail/rmail.el (rmail-get-attr-names):
14328 Accept an attribute header that is too short.
14330 * mail/rmail.el (rmail-forget-messages):
14331 Ignore nil elt in rmail-message-vector. Use dotimes.
14333 * progmodes/compile.el (compilation-goto-locus):
14334 Use next-error-move-function.
14336 * simple.el (next-error-move-function): New variable.
14338 2009-08-12 Juri Linkov <juri@jurta.org>
14340 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
14341 always non-nil. (Bug#4052)
14343 * replace.el (read-regexp): Return empty string when
14344 `default-value' is nil.
14345 (keep-lines-read-args): Don't use empty string as the
14346 default value for `read-regexp'. (Bug#2495)
14348 2009-08-12 Juri Linkov <juri@jurta.org>
14350 * international/mule-cmds.el (ucs-insert): Change arguments
14351 from `arg' to `character', `count', `inherit' to be the same
14352 as in `insert-char'. Doc fix. (Bug#4039)
14354 * international/mule-conf.el (utf-16be-with-signature): Doc fix.
14356 2009-08-12 Juri Linkov <juri@jurta.org>
14358 * files-x.el: New file.
14360 * files.el: Move code that deals with adding/deleting
14361 file/directory-local variables to files-x.el.
14363 * Makefile.in (ELCFILES): Add files-x.elc.
14365 2009-08-11 Dmitry Dzhus <dima@sphinx.net.ru>
14367 * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
14368 to use `goto-line'.
14369 (gdb-place-breakpoints, gdb-get-location): Rewritten without
14371 (gdb-invalidate-disassembly): Do not refresh upon receiving
14372 'update signal. Instead, update all disassembly buffers only after
14374 (gdb): Send -target-detach when buffer is killed (Bug#3794).
14375 (gdb-starting): Moved -data-list-register-names...
14376 (gdb-stopped): ...here so it's sent when first thread stops.
14377 (gdb-registers-handler-custom): Do nothing if register names are
14380 * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
14381 from `gdb-mi.el' to avoid extra tangling.
14383 * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
14384 change which breaks `gud-def' definitions used in `gdb'.
14385 (gdb-update-gud-running): No extra fuss for updating frame number.
14387 2009-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
14389 * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
14390 (describe-language-environment-map, setup-language-environment-map)
14391 (set-coding-system-map): Move initialization into declaration.
14392 (set-language-info-alist): Last arg to define-key-after can be skipped.
14394 * international/quail.el (quail-completion-1): Simplify.
14395 (quail-define-rules): Use slightly more compact code.
14396 (quail-insert-decode-map): Propertize keys, compact columns.
14398 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
14401 2009-08-10 Miles Bader <miles@gnu.org>
14403 * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
14404 (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
14405 (js2-instance-member, js2-private-member, js2-private-function-call)
14406 (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
14407 (js2-magic-paren, js2-external-variable):
14408 Remove "-face" suffix from face names.
14409 (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
14410 (js2-highlight-undeclared-vars, js2-peek-token)
14411 (js2-parse-function-params, js2-mode-show-errors)
14412 (js2-mode-show-warnings, js2-make-magic-delimiter)
14413 (js2-mode-highlight-magic-parens): Update to use new face names.
14415 2009-08-09 Michael Albinus <michael.albinus@gmx.de>
14417 * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
14418 (tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
14420 2009-08-09 Chong Yidong <cyd@stupidchicken.com>
14422 * subr.el: Provide hashtable-print-readable.
14424 * progmodes/hideshow.el (hs-special-modes-alist): Don't use
14425 hs-c-like-adjust-block-beginning.
14426 (hs-hide-block-at-point): Stop hiding at the beginning of
14427 hs-block-end-regexp (Bug#700).
14429 2009-08-09 Dmitry Dzhus <dima@sphinx.net.ru>
14431 * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
14433 (gdb-registers-handler-custom): Do not fail when register names
14436 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
14438 * progmodes/gdb-mi.el (gdb-control-all-threads)
14439 (gdb-control-current-thread): Interactive setters for
14440 `gdb-gud-control-all-threads' to use in menu.
14441 (gdb-show-run-p): Show «Go» when process is not active.
14442 (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
14443 gud/thread.xpm and gud/all.xpm.
14445 2009-08-08 Yoni Rabkin <yoni@rabkins.net>
14447 * net/net-utils.el (net-utils-font-lock-keywords): New var.
14448 (nslookup-font-lock-keywords): Make it a variable.
14449 (net-utils-mode): New mode for viewing diagnostic network output.
14450 (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
14451 (net-utils-run-simple): New function.
14452 (ifconfig, iwconfig, netstat, arp, route): Use it.
14454 2009-08-08 Dmitry Dzhus <dima@sphinx.net.ru>
14456 * progmodes/gdb-mi.el (gdb-read-memory-custom)
14457 (gdb-memory-set-address, def-gdb-set-positive-number)
14458 (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
14459 after changing settings.
14460 (gdb-invalidate-disassembly): Update when first shown.
14461 (gdb-edit-locals-value): Fixed.
14462 (gdb-registers-handler-custom): Print registers in right order and
14463 allow changing register values (only for current thread yet).
14464 (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
14465 (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
14466 (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
14467 (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
14469 (gdb-registers-mode-map): TAB to switch to locals.
14471 2009-08-08 Eli Zaretskii <eliz@gnu.org>
14473 * mail/rmail.el (rmail-add-mbox-headers)
14474 (rmail-set-message-counters-counter): Search for
14475 rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
14477 2009-08-08 Glenn Morris <rgm@gnu.org>
14479 * Makefile.in (ELCFILES): Update.
14481 2009-08-07 Eli Zaretskii <eliz@gnu.org>
14483 * mail/sendmail.el (mail-yank-original): Set
14484 buffer-file-coding-system from the one used by the message whose
14487 * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
14488 to "windows" when "pgnuplot" is used.
14489 (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
14490 call accept-process-output if "pgnuplot" is used.
14491 (calc-graph-init): Don't send -display and -geometry to
14492 "pgnuplot". If "pgnuplot" is used, glean gnuplot version by
14493 running "pgnuplot -V" with shell-command-to-string.
14495 * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
14498 2009-08-07 Eli Zaretskii <eliz@gnu.org>
14500 * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
14503 2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
14505 * vc-dispatcher.el (vc-resynch-window): Update comment.
14507 * term.el (term-handle-ansi-escape): Add comments with the
14508 terminfo capabilities implemented.
14510 2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
14512 * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
14513 (gdb-var-create-handler): Rewritten using JSON parser.
14514 (gdb-propertize-header): Moved earlier.
14515 (gdb-set-header): Removed to avoid duplication.
14516 (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
14517 Refresh disassembly buffers only after threads list have been
14519 (gdb-threads-header, gdb-registers-header): Per-buffer header line
14522 2009-08-04 Juri Linkov <juri@jurta.org>
14524 * files.el: Commands to add/delete file/directory-local variables.
14525 (read-file-local-variable, read-file-local-variable-value)
14526 (read-file-local-variable-mode, modify-file-local-variable)
14527 (modify-file-local-variable-prop-line)
14528 (modify-dir-local-variable): New functions.
14529 (add-file-local-variable, delete-file-local-variable)
14530 (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
14531 (add-dir-local-variable, delete-dir-local-variable)
14532 (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
14533 (copy-dir-locals-to-file-locals-prop-line): New commands.
14535 2009-08-04 Chong Yidong <cyd@stupidchicken.com>
14537 * abbrev.el (insert-abbrev-table-description): Prettify output.
14538 Suggested by Karl Chen.
14540 2009-08-04 Dmitry Dzhus <dima@sphinx.net.ru>
14542 * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
14543 (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
14544 (gdb-overlay-arrow-position, gdb-thread-position)
14545 (gdb-disassembly-position): Declare variables.
14546 (gdb-wait-for-pending): Function now.
14547 (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
14548 (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
14549 compilation goes smoothly.
14550 (gdb, gdb-non-stop, gdb-buffers): New customization groups.
14551 (gdb-non-stop-setting): New customization setting which replaces
14552 `gdb-non-stop' so changing it doesn't break active GDB session.
14553 (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
14554 (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
14555 (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
14556 (gdb-show-threads-by-default): New customization options.
14557 (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
14559 (gdb-get-buffer-create): Send buffers update signal when they are
14561 (gdb-invalidate-locals, gdb-invalidate-registers)
14562 (gdb-invalidate-breakpoints)
14563 (gdb-invalidate-threads, gdb-invalidate-disassembly)
14564 (gdb-invalidate-memory): Accept update signal.
14565 (gdb-current-context-command): Use --frame option.
14566 (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
14567 Implement `gdb-frame-number' selection logic.
14568 (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
14569 whether to show GUD toolbar buttons.
14570 (gdb-thread-exited): Unselect current thread when it exits.
14571 (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
14572 (gdb-mark-line): Routine which sets overlay arrow or inverses
14573 video on fringeless displays.
14574 (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
14575 to build aligned columns of data in GDB buffers and set text
14576 properties line-by-line.
14577 (gdb-invalidate-breakpoints)
14578 (gdb-breakpoints-list-handler-custom)
14579 (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
14580 (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
14581 (gdb-registers-handler-custom): Align data columns.
14582 (gdb-locals-handler-custom): Now prints data like in variable
14584 (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
14585 Removed confusing buttons.
14586 (gdb-invalidate-threads): Append --frame.
14587 (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
14588 between breakpoints/threads buffers.
14589 (gdb-set-window-buffer): Now can ignore dedicated windows.
14590 (gdb-propertize-header): Use `gdb-set-window-buffer'.
14591 (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
14592 (def-gdb-thread-buffer-gud-command): Replaces
14593 `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
14594 for fine thread control.
14595 (gdb-preempt-existing-or-display-buffer): New function used to
14596 display bound buffers without breaking window layout.
14597 (gdb-frame-location): Replaces `gdb-insert-frame-location'.
14598 (gdb-select-frame): New version of `gdb-frames-select' which now
14599 sets `gdb-frame-number' so commands may use --frame option instead
14600 of inner debugger state.
14601 (gdb-frame-handler): Do not set `gdb-frame-number'.
14602 (gdb-threads-mode-map): Select threads with mouse.
14604 * progmodes/gud.el (gdb-gud-context-call): Declare function to
14605 avoid compilation warning.
14606 (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
14609 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
14610 Argument `key' renamed to `buffer-type'.
14611 (gdb-current-context-buffer-name): Do not add thread info to
14612 buffer name when no thread is selected.
14613 (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
14614 command (bug 3794).
14615 (gdb-thread-selected): Handle `=thread-selected' notification.
14616 (gdb-wait-for-pending): New macro to deal with congestion problems.
14617 (gdb-breakpoints-list-handler-custom): Don't fail on pending
14619 (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
14620 This fixes problem similar to one described in bug 3947.
14621 (gud-menu-map): More menu items.
14622 (gdb-init-1): Reset `gdb-thread-number' to nil.
14624 * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
14627 * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
14628 (gdb-current-context-command): Do not append --thread if
14629 `gdb-thread-number' is nil.
14630 (gdb-running-threads-count, gdb-stopped-threads-count): New
14632 (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
14633 (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
14634 customization options.
14635 (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
14637 (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
14638 (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
14639 (gdb-setq-thread-number, gdb-update-gud-running): New functions to
14640 set `gdb-thread-number' and update `gud-running' properly.
14641 (gdb-running): Update threads list when new threads appear.
14642 (gdb-stopped): Support non-stop operation and new thread switching
14644 (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
14645 (gdb-json-partial-output): New set of JSON routines.
14646 (def-gdb-auto-update-trigger): New `signal-list' optional
14648 (gdb-thread-list-handler-custom): Update `gud-running',
14649 `gdb-stopped-threads-count' and `gdb-running-threads-count'.
14650 (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
14651 (gdb-continue-thread, gdb-step-thread): New commands for fine
14652 thread execution control.
14653 (gud-menu-map): New menu items to switch non-stop options.
14654 (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
14655 (gdb-send): Mimic RET properly (bug 3794).
14657 * progmodes/gdb-mi.el (gdb-rules-name-maker)
14658 (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
14660 (def-gdb-auto-update-handler): New nopreserve optional argument.
14661 (gdb-stack-list-frames-custom): Print stack from top to bottom.
14663 * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
14664 (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
14665 (gdb-parent-mode): New mode to derive other GDB modes from.
14666 (gdb-display-disassembly-for-thread)
14667 (gdb-frame-disassembly-for-thread): New commands for threads
14670 * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
14671 (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
14672 (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
14673 (gdb-update): We now store all GDB buffers in a list so that they
14674 can be updated by traversing a list instead of calling invalidate
14675 triggers explicitly.
14676 (def-gdb-trigger-and-handler): New macro to define trigger-handler
14677 pair for GDB buffer.
14678 (gdb-stack-buffer-name): Add thread information.
14679 (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
14680 handle pending triggers.
14681 (gdb-threads-mode-map, def-gdb-thread-buffer-command)
14682 (def-gdb-thread-buffer-simple-command)
14683 (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
14684 (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
14685 (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
14686 New commands which show buffers bound to thread.
14687 (gdb-stack-list-locals-regexp): Removed unused regexp.
14689 * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
14690 (gdb-locals-buffer-name, gdb-registers-buffer-name)
14691 (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
14692 to (gud-comint-buffer) in *-buffer-name functions
14693 because (gdb-get-target-string) already does that.
14694 (gdb-locals-handler-custom, gdb-registers-handler-custom)
14695 (gdb-changed-registers-handler): Rewritten without regexps.
14697 * progmodes/gdb-mi.el: Basic thread selection support.
14698 (gdb-thread-number): New variable.
14699 (gdb-current-context-command): New macro which adds --thread
14701 (gdb-threads-mode-map): Select thread with SPC.
14702 (gdb-thread-list-handler-custom): Mark current thread with overlay
14703 arrow. Synchronize GDB thread and Emacs thread.
14704 (gdb-select-thread): New command which selects current thread.
14705 (gdb-invalidate-frames, gdb-invalidate-locals)
14706 (gdb-invalidate-registers): Use --thread option.
14708 2009-08-04 Michael Albinus <michael.albinus@gmx.de>
14710 * net/tramp.el (top): Make check for tramp-gvfs loading more
14712 (tramp-handle-insert-file-contents): `unwind-protect' must be
14713 inside `with-parsed-tramp-file-name'.
14715 * net/tramp-gvfs.el (top): Remove superfluous message when loading
14718 2009-08-03 Nick Roberts <nickrob@snap.net.nz>
14720 * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
14721 directory if CLASSPATH is not set.
14723 2009-08-03 Michael Albinus <michael.albinus@gmx.de>
14725 * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
14727 (tramp-rfn-eshadow-update-overlay): Use it. (Bug#4004)
14729 2009-08-02 Kevin Ryde <user42@zip.com.au>
14731 * net/newst-backend.el (newsticker--raw-url-list-defaults):
14732 Update freshmeat link. Delete newsforge.com as it seems gone.
14734 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
14736 * select.el (x-set-selection): Doc fix (Bug#4021).
14738 * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
14740 * help-fns.el (describe-variable): Treat list return values from
14741 dir-locals-find-file properly (Bug#4005).
14743 2009-08-02 Julian Scheid <julians37@googlemail.com> (tiny change)
14745 * net/tramp.el (tramp-debug-message): Print also microseconds.
14747 2009-08-02 Michael Albinus <michael.albinus@gmx.de>
14749 * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
14751 (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
14752 (tramp-get-debug-buffer): Change `outline-regexp' according to new
14755 * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
14756 (tramp-get-file-property): Use it.
14758 * autorevert.el (auto-revert-handler): Allow
14759 `auto-revert-tail-mode' for remote files.
14761 2009-08-02 Jason Rumney <jasonr@gnu.org>
14763 * minibuffer.el (read-file-name): Treat confirm options to
14764 MUSTMATCH as nil when invoking x-file-dialog. (Bug#3969)
14766 2009-08-02 Chong Yidong <cyd@stupidchicken.com>
14768 * font-lock.el (font-lock-string-face, font-lock-builtin-face)
14769 (font-lock-variable-name-face, font-lock-constant-face): Darken
14770 the colors for light backgrounds.
14772 2009-08-01 Eli Zaretskii <eliz@gnu.org>
14774 * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
14775 month names. (Bug#3987)
14777 2009-07-31 Chong Yidong <cyd@stupidchicken.com>
14779 * simple.el (line-move-finish): Pass whole number to
14780 line-move-to-column.
14781 (line-move-visual): Perform hscroll to the recorded position.
14783 2009-07-30 Jay Belanger <jay.p.belanger@gmail.com>
14785 * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
14787 2009-07-29 Alan Mackenzie <acm@muc.de>
14789 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
14791 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
14793 * progmodes/gdb-mi.el (gdb-goto-breakpoint)
14794 (gdb-place-breakpoints): Use full path when setting breakpoints.
14796 2009-07-29 Jay Belanger <jay.p.belanger@gmail.com>
14798 * calc/calc.el (calc-mode-map): Add keybinding for
14799 `calc-transpose-lines'.
14801 2009-07-29 Vincent Belaïche <vincent.belaiche@gmail.com>
14803 * calc/calc-misc.el (calc-transpose-lines): New function.
14805 2009-07-28 Michael Albinus <michael.albinus@gmx.de>
14807 * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
14808 Simplify check for out-of-band methods.
14809 (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
14810 remote. Remove messages which are in `tramp-do-copy-or-rename-file'.
14812 2009-07-28 Dan Nicolaescu <dann@ics.uci.edu>
14814 * vc-git.el (vc-git-checkin): Fix typo.
14816 2009-07-28 Steve Yegge <steve.yegge@gmail.com>
14818 * progmodes/js2-mode.el: New file.
14820 2009-07-28 Nick Roberts <nickrob@snap.net.nz>
14822 * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
14823 (gud-menu-map): Adjust tooltip accordingly.
14825 2009-07-27 Dan Nicolaescu <dann@ics.uci.edu>
14827 * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
14828 (vc-bzr-log-view-mode): Adjust log-view-file-re.
14830 * add-log.el (change-log-mode-map): Add a menu.
14832 2009-07-27 Michael Albinus <michael.albinus@gmx.de>
14834 * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
14835 function returns nil.
14836 (dbus-handle-event): Handle special return value :ignore.
14837 Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
14839 2009-07-26 Chong Yidong <cyd@stupidchicken.com>
14841 * view.el (view-mode-enable): Don't define Helper-return-blurb if
14844 2009-07-25 Eli Zaretskii <eliz@gnu.org>
14848 * w32-vars.el (x-select-enable-clipboard): Doc fix.
14850 * term/pc-win.el (x-display-name, x-colors)
14851 (x-select-enable-clipboard, x-select-text): Doc fix.
14853 * term/common-win.el (x-display-name, x-colors): Doc fix.
14855 * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
14856 (xw-defined-colors): Doc fix.
14858 * w32-fns.el (x-select-text, x-setup-function-keys)
14859 (x-get-selection, x-set-selection): Doc fix.
14861 * term/x-win.el (x-select-text, x-setup-function-keys)
14862 (x-select-enable-clipboard, xw-defined-colors): Doc fix.
14864 * select.el (x-set-selection): Doc fix.
14866 2009-07-25 Michael Albinus <michael.albinus@gmx.de>
14868 * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
14869 instead of "IsNSSSupportAvailable". Avahi ought to work also when
14870 "IsNSSSupportAvailable" method is not available. Reported by
14871 Steve Youngs <steve@sxemacs.org>.
14873 2009-07-24 Kenichi Handa <handa@m17n.org>
14875 * international/characters.el: Fix setting of category ?C, ?|, ?K,
14876 and ?H. Fix setting of case for Latin Extended and Greek Extended.
14877 (build-unicode-category-table): Fix range checks.
14879 2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
14881 * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
14882 the buffer we try to sync is current when calling
14885 * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
14886 not show up to date files.
14888 2009-07-24 Glenn Morris <rgm@gnu.org>
14890 * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
14891 Add autoload cookies. If necessary, initialize.
14892 (elint-log): Handle non-file buffers.
14893 (elint-initialize): Add optional argument to reinitialize.
14894 (elint-find-builtin-variables): Save excursion.
14896 2009-07-23 Dan Nicolaescu <dann@ics.uci.edu>
14898 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14901 2009-07-22 Dan Nicolaescu <dann@ics.uci.edu>
14903 * vc.el (vc-print-log-internal): New function, split out from ...
14904 (vc-print-log): ... here.
14905 (vc-dir-move-to-goal-column): Declare.
14907 * vc-git.el (vc-git-add-signoff): New variable.
14908 (vc-git-checkin): Use it.
14909 (vc-git-toggle-signoff): New function.
14910 (vc-git-extra-menu-map): Bind it to menu.
14911 (vc-git--run-command-string): Accept a nil FILE argument.
14912 (vc-git-stash-list): New function.
14913 (vc-git-dir-extra-headers): Use it.
14915 2009-07-23 Glenn Morris <rgm@gnu.org>
14917 * help-fns.el (describe-variable): Describe ignored and risky local
14918 variables in a similar way to that in which we describe safe ones.
14920 * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
14921 (byte-compile-output-file-form, byte-compile-output-docform)
14922 (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
14923 Give some more local variables with common names a "bytecomp-" prefix,
14924 so as not to shadow things during compilation.
14925 * emacs-lisp/cl-macs.el (load-time-value)
14926 * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
14927 `outbuffer' to `bytecomp-outbuffer'.
14929 * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
14930 since the next two variables cover them automatically now.
14931 (elint-builtin-variables, elint-autoloaded-variables): New.
14932 (elint-unknown-builtin-args): Remove all members, since they can be
14933 parsed automatically now.
14934 (elint-extra-errors): New.
14935 (elint-env-add-env, elint-env-add-macro): Use cadr.
14936 (elint-current-buffer): Use or. Change final message.
14937 (elint-get-top-forms): Use line-end-position.
14938 (elint-init-env): Use cadr. Handle autoload, declare-function,
14940 (elint-add-required-env): Doc fix. Use or. Standardize error.
14941 (regexp-assoc): Remove unused function.
14942 (elint-top-form): Set elint-current-pos, to record the start of the
14943 top-level form, for compilation-mode.
14944 (elint-form): Trap errors in macro expansion. Use dolist.
14945 (elint-unbound-variable): Use elint-builtin-variables and
14946 elint-autoloaded-variables.
14947 (elint-get-args): Use cadr, or.
14948 (elint-check-cond-form): Use dolist, cadr.
14949 (elint-check-condition-case-form): Doc fix. Use cadr.
14950 Use elint-extra-errors.
14951 (elint-log): New function.
14952 (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
14953 Distinguish errors and warnings.
14954 (elint-log-message): Use with-current-buffer. Inhibit read-only.
14955 Use a bytecomp-style format.
14956 (elint-clear-log): Preserve default-directory. Inhibit read-only.
14957 (elint-get-log-buffer): Use compilation mode. Disable undo.
14958 Don't truncate lines.
14959 (elint-initialize): Set builtin and autoloaded variable lists.
14960 Only process elint-unknown-builtin-args if non-nil.
14961 (elint-find-builtin-variables, elint-find-autoloaded-variables):
14963 (elint-find-builtin-args): Doc fix. Handle "BODY...)".
14965 2009-07-22 Kevin Ryde <user42@zip.com.au>
14967 * net/newst-backend.el (newsticker--parse-atom-1.0)
14968 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
14969 (newsticker--parse-rss-1.0):
14970 * progmodes/idlwave.el (idlwave-mode):
14971 * progmodes/idlw-shell.el (idlwave-shell-mode):
14972 * progmodes/vera-mode.el (vera-mode):
14973 * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
14974 * progmodes/vhdl-mode.el (vhdl-mode):
14975 * textmodes/table.el (table-generate-source)
14976 (table--warn-incompatibility):
14977 Hyperlink urls in docstrings with URL `...'.
14979 2009-07-22 Glenn Morris <rgm@gnu.org>
14981 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
14982 * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
14983 * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
14984 Remove leading * from defcustom docs.
14986 * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889)
14988 * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
14990 (list-load-path-shadows): Optionally, just return shadows as a string.
14992 * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
14994 2009-07-21 Chong Yidong <cyd@stupidchicken.com>
14996 * mail/rmailedit.el (rmail-edit-mode): Use
14997 auto-save-include-big-deletions.
14999 * mail/rmail.el (rmail-variables): Use
15000 auto-save-include-big-deletions.
15002 * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
15005 2009-07-21 Jay Belanger <jay.p.belanger@gmail.com>
15007 * calc/calc.el (calc-undo-length): New variable.
15008 (calc-quit): Truncate rather than eliminate `calc-undo-list'.
15010 2009-07-21 Richard Stallman <rms@gnu.org>
15012 * files.el (auto-save-mode): Handle buffer-save-size = -2
15015 2009-07-21 Glenn Morris <rgm@gnu.org>
15017 * textmodes/ispell.el (ispell-looking-back): Update declaration.
15019 * calendar/todo-mode.el (calendar-current-date): Update declaration.
15021 * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
15022 silence compiler. Instead...
15023 (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
15024 (ps-print-ensure-fontified): Update for above function name changes.
15026 * printing.el (pr-mh-get-msg-num, pr-mh-show)
15027 (pr-mh-start-of-uncleaned-message): Remove aliases only used to
15028 silence compiler. Instead...
15029 (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
15030 (mh-show-buffer): Only define for compiler.
15031 (pr-mh-current-message): Update for above function name changes.
15033 * files.el (abort-if-file-too-large): Explicitly pass `filename'
15035 (find-file-noselect, insert-file-1): Update for above change.
15037 * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
15039 * mail/mailclient.el (mailclient-send-it): Fix message.
15041 * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
15042 (edebug-eval): Check cl-debug-env is bound.
15043 (print-level, print-circle): Don't redefine built-in variables.
15045 * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
15046 (custom-print-vectors): Remove old comments from doc.
15048 * emerge.el (menu-bar-emerge-menu): Remove unused variable.
15049 (emerge-version): Make the variable an obsolete alias for the
15050 emacs-version variable. Make the function obsolete.
15051 (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
15052 Emerge options, rather than merging in into the main Options menu.
15053 (emerge-options-menu): Adjust menu text. Use buttons for skip prefers
15054 and auto advance modes. Disable edit/fast items when not relevant.
15056 2009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
15058 * term/vt420.el (terminal-init-vt420): Fix typo.
15060 2009-07-20 Sam Steingold <sds@gnu.org>
15062 * progmodes/ada-mode.el (compile-auto-highlight): Remove the
15063 variable (removed from compile.el on 2004-03-11).
15065 2009-07-20 Chong Yidong <cyd@stupidchicken.com>
15067 * files.el (hack-local-variables-filter): Fix last change.
15069 2009-07-19 Juri Linkov <juri@jurta.org>
15071 * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
15072 (dir-local-variables-alist): New buffer-local variable.
15073 (hack-local-variables-filter): If variable is not dir-local,
15074 i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
15075 because file-local overrides dir-local.
15076 (c-postprocess-file-styles) <declare-function>:
15077 Remove obsolete declaration.
15078 (hack-dir-local-variables): Add dir-local variable/value pair to
15079 `dir-local-variables-alist' and remove duplicates. Doc fix.
15081 * help-fns.el (describe-variable): Add information about
15082 file-local and dir-local variables.
15084 2009-07-19 Chong Yidong <cyd@stupidchicken.com>
15086 * files.el (hack-local-variables-filter): Rewrite.
15088 2009-07-19 Glenn Morris <rgm@gnu.org>
15090 * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
15091 Silence compiler by only defining on XEmacs.
15093 * international/mule.el (auto-coding-regexp-alist): Only match
15094 BABYL... at the start of buffer, not of lines. (Bug#3790)
15096 * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
15097 non-calendar buffers (Bug#3862). Restore "not on a date" message.
15098 (cal-menu-context-mouse-menu): Doc fix.
15100 * desktop.el (desktop-buffers-not-to-save): Set :version tag.
15102 * simple.el (mail-user-agent): Doc fix. Set :version tag.
15104 2009-07-18 Juri Linkov <juri@jurta.org>
15106 * info.el: Virtual Info keyword finder.
15107 (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
15108 (Info-finder-file): New variable.
15109 (Info-finder-find-file): New function.
15110 (finder-known-keywords, finder-package-info)
15111 (find-library-name, lm-commentary): Use defvar and
15112 declare-function to silence compiler warnings.
15113 (Info-finder-find-node): New function.
15114 (info-finder): New command.
15116 * subr.el (process-kill-buffer-query-function): New function.
15117 (add-hook)<kill-buffer-query-functions>: Add hook
15118 `process-kill-buffer-query-function'.
15120 2009-07-18 Alan Mackenzie <acm@muc.de>
15122 * progmodes/cc-mode.el (c-before-hack-hook)
15123 (c-postprocess-file-styles): Give invocation of `c-set-style'
15124 DONT-OVERRIDE parameter of t. Already set style variables will
15125 thus not be overridden by style settings given by `c-file-syle'.
15127 * files.el (hack-local-variables-filter): Remove entries with
15128 duplicate keys from `file-local-variables-alist'.
15130 2009-07-18 Eli Zaretskii <eliz@gnu.org>
15132 * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
15133 x-set-selection if display-selections-p returns nil for the
15136 2009-07-18 Chong Yidong <cyd@stupidchicken.com>
15138 * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
15140 2009-07-18 Eli Zaretskii <eliz@gnu.org>
15142 * desktop.el (desktop-buffers-not-to-save): Default value is nil.
15143 Accept nil in addition to a regexp.
15144 (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
15145 Accept nil in addition to a regexp.
15146 (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
15147 buffers that have an associated file. Handle nil values of
15148 desktop-buffers-not-to-save and desktop-files-not-to-save.
15151 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
15152 (x-disown-selection-internal): New functions.
15154 2009-07-18 Nick Roberts <nickrob@snap.net.nz>
15156 * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
15158 (gdb-breakpoints-header): Move forward to avoid compiler warning.
15159 (gdb-make-header-line-mouse-map): Remove duplicate definition.
15161 2009-07-18 David De La Harpe Golden <david@harpegolden.net>
15163 * simple.el (set-mark): Revert last change.
15165 2009-07-17 Tassilo Horn <tassilo@member.fsf.org>
15167 * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
15168 rendering of pngs is not possible instead of messaging a long
15171 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
15173 * w32-fns.el (x-selection-owner-p): New function.
15175 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
15176 (mouse-yank-at-click, mouse-yank-primary): If
15177 select-active-regions is non-nil, deactivate the mark before
15180 * simple.el (deactivate-mark, set-mark): Only save selection if we
15183 2009-07-17 Kenichi Handa <handa@m17n.org>
15185 * case-table.el (describe-buffer-case-table): Fix for the case
15186 that KEY is a cons.
15188 2009-07-16 Dan Nicolaescu <dann@ics.uci.edu>
15190 * vc-rcs.el (vc-rcs-find-file-hook):
15191 * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
15193 2009-07-16 Michael Albinus <michael.albinus@gmx.de>
15195 * net/tramp.el (tramp-wait-for-output): Handle the case when
15196 commands do not return a newline but a null byte before the shell
15199 2009-07-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15201 * term/ns-win.el (ns-set-alpha): Don't declare.
15202 (ns-set-background-alpha): Remove function.
15204 2009-07-16 Kevin Ryde <user42@zip.com.au>
15206 * emacs-lisp/copyright.el (copyright-update): Save match-data across
15207 y-or-n-p, for safety.
15209 2009-07-16 Richard Stallman <rms@gnu.org>
15211 * files.el (auto-save-mode): If buffer-saved-size is -2,
15214 * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
15215 (rmail-retry-ignored-headers): Add more uninteresting fields.
15217 2009-07-15 Jari Aalto <jari.aalto@cante.net>
15219 * net/rcirc.el (rcirc): Use history variables.
15220 (rcirc-server-name-history, rcirc-nick-name-history)
15221 (rcirc-server-port-history): New variables.
15223 2009-07-15 Kenichi Handa <handa@m17n.org>
15225 * international/mule-cmds.el (set-language-environment-charset):
15226 If coding-system-charset-list returns `iso-2022' or `emacs-mule',
15229 * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
15230 Delete unibyte-display.
15232 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
15234 * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
15236 2009-07-15 Chong Yidong <cyd@stupidchicken.com>
15238 * simple.el (deactivate-mark): Optional argument FORCE.
15239 (set-mark): Use deactivate-mark.
15241 * info.el (Info-search): No need to check transient-mark-mode
15242 before calling deactivate-mark.
15244 * select.el (x-set-selection): Doc fix.
15245 (x-valid-simple-selection-p): Allow buffer values.
15246 (xselect--selection-bounds): Handle buffer values. Suggested by
15247 David De La Harpe Golden.
15249 * mouse.el (mouse-set-region, mouse-drag-track): Call
15250 copy-region-as-kill before setting the mark, to let
15251 select-active-regions work.
15253 2009-07-15 David De La Harpe Golden <david@harpegolden.net>
15255 * simple.el (deactivate-mark): If select-active-regions is
15256 non-nil, copy the selection data into a string.
15257 (activate-mark): If select-active-regions is non-nil, set the
15258 selection to the current buffer.
15259 (set-mark): Update selection if select-active-regions is non-nil.
15261 * select.el (x-valid-simple-selection-p): Allow buffer values.
15263 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
15265 * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
15266 and more featureful message-mode.
15268 2009-07-14 Chong Yidong <cyd@stupidchicken.com>
15270 * select.el (x-set-selection): Doc fix.
15271 (x-valid-simple-selection-p): Disallow selection data consisting
15272 of a list or cons of integers, since that is not used.
15273 (xselect--selection-bounds, xselect--int-to-cons): New functions.
15274 (xselect-convert-to-string, xselect-convert-to-length)
15275 (xselect-convert-to-filename, xselect-convert-to-charpos)
15276 (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
15278 2009-07-14 Dmitry Dzhus <dima@sphinx.net.ru>
15280 * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
15281 output in -break-info command (Emacs bug #3794).
15283 2009-07-14 Glenn Morris <rgm@gnu.org>
15285 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
15286 (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
15287 (edebug-print-length, edebug-print-level, edebug-print-circle)
15288 (edebug-sit-for-seconds, edebug-view-outside)
15289 (edebug-bounce-point, edebug-set-global-break-condition)
15290 (edebug-Go-nonstop-mode, edebug-trace-mode)
15291 (edebug-Trace-fast-mode, edebug-continue-mode)
15292 (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
15293 (edebug-visit-eval-list): Doc fixes.
15295 * subr.el (def-edebug-spec): Doc fix.
15297 2009-07-14 Kenichi Handa <handa@m17n.org>
15299 * international/characters.el: Fix setting of category ?C.
15301 2009-07-13 Jan Djärv <jan.h.d@swipnet.se>
15303 * term/ns-win.el (x-select-font): defalias x-select-font to
15304 ns-popup-font-panel instead of generate-fontset-menu.
15306 2009-07-12 Eli Zaretskii <eliz@gnu.org>
15308 * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
15310 2009-07-12 Peter Jolly <peter@jollys.org> (tiny change)
15312 * arc-mode.el (archive-find-type): Allow for a PK00 string before
15313 the PK\003\004 header (Bug#3770).
15315 2009-07-12 Guanpeng Xu <herberteuler@hotmail.com>
15317 * pcomplete.el (pcomplete-comint-setup): Check for
15318 shell-dynamic-complete-filename too.
15320 2009-07-11 Chong Yidong <cyd@stupidchicken.com>
15322 * simple.el (temporary-goal-column): Change the value for
15323 line-move-visual to a cons cell.
15324 (line-move-visual): Record or set the window hscroll, if
15325 necessary (Bug#3494).
15326 (line-move-1): Handle cons value of temporary-goal-column.
15328 2009-07-11 Kenichi Handa <handa@m17n.org>
15330 * international/mule-diag.el (describe-character-set): Don't show
15333 2009-07-10 Sam Steingold <sds@gnu.org>
15335 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15336 Omake sometimes indents the errors it prints, so allow all
15337 regexps to start with spaces.
15339 2009-07-10 Eli Zaretskii <eliz@gnu.org>
15341 * cus-edit.el (customize-changed-options-previous-release):
15342 Bump value to 22.1. (Bug#3804)
15344 2009-07-08 Sam Steingold <sds@gnu.org>
15346 * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
15347 to be a cons cell (test . ignored-directory) to selectively ignore
15348 some directories depending on the location of the search.
15350 2009-07-08 Michael Albinus <michael.albinus@gmx.de>
15352 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
15353 remote user is root, on the local host.
15354 (tramp-local-host-p): Either the local user or the remote user
15355 must be root. (Bug#3771)
15357 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
15359 * progmodes/gdb-mi.el (gdb): Remove description of
15360 gdb-use-separate-io-buffer.
15361 (menu): Don't allow toggling of or enable
15362 gdb-use-separate-io-buffer from menubar.
15364 2009-07-08 E. Jay Berkenbilt <ejb@ql.org> (tiny change)
15366 * mail/unrmail.el (unrmail): Make sure the message ends with two
15367 newlines (Bug#3769).
15369 2009-07-08 Glenn Morris <rgm@gnu.org>
15371 * calendar/calendar.el (calendar-current-date): Rework previous change.
15373 2009-07-08 Ed Reingold <reingold@emr.cs.iit.edu>
15375 * calendar/calendar.el (calendar-current-date):
15376 Add an optional argument giving an offset from today.
15378 2009-07-08 Glenn Morris <rgm@gnu.org>
15380 * tutorial.el (tutorial--describe-nonstandard-key):
15381 Adjust the message for when a key has been unbound.
15382 (help-with-tutorial): Hide the arch-tag.
15384 2009-07-08 Kenichi Handa <handa@m17n.org>
15386 * international/fontset.el (setup-default-fontset): For each
15387 script, append (not set) font-specs.
15389 * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
15392 2009-07-08 Nick Roberts <nickrob@snap.net.nz>
15394 * progmodes/gdb-mi.el (gdb-init-1): Move sending
15395 -data-list-register-names to ...
15396 (gdb-starting): ... here because GDB 7.0 requires execution to
15397 have started when using this MI command.
15398 (gdb-set-header): New function to distinguish select and
15399 unselected tabs in gdb buffers.
15400 (gdb-propertize-header): New macro that uses gdb-set-header.
15401 (gdb-breakpoints-header, gdb-locals-header): Use it.
15402 (gdb-disassembly-mode-map): Add keybinding to kill buffer.
15404 2009-07-07 Chong Yidong <cyd@stupidchicken.com>
15406 * Makefile.in (ELCFILES): Remove fadr.elc.
15408 2009-07-07 Dmitry Dzhus <dima@sphinx.net.ru>
15410 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
15411 may contain frame information, so `string-match' should be used.
15412 (gdb-update): Disassembly is invalidated through
15413 `gdb-get-selected-frame'.
15414 (gdb-pad-string): New function to pad string with spaces.
15415 (gdb-invalidate-disassembly): Invalidate only if the buffer
15417 (gdb-disassembly-handler-custom): Column alignment.
15418 (gdb-disassembly-place-breakpoints): Clear old breakpoints before
15420 (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
15422 (gdb-frame-handler): Match convention to for disassembly buffer
15424 (gdb-stack-list-frames-handler): Rewritten without regexps.
15425 (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
15426 not highlight breakpoints without line information.
15427 (gdb-input): Add trailing newline to command.
15429 * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
15431 (gdb-breakpoints-list-handler-custom): Replacement for
15432 `gdb-break-list-handler'. Using real parser instead of regexps
15434 (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
15435 Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
15436 to place breakpoints.
15437 (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
15439 (gdb-disassembly-handler-custom): Show overlay arrow.
15440 (gdb-disassembly-place-breakpoints): Show breakpoints in
15441 disassembly buffer.
15442 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15443 (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
15444 instead of parsing breakpoints buffer. Fixed old menu references
15449 * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
15450 (gdb-memory-address): New variable which holds top address of
15451 memory page shown in memory buffer.
15452 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
15453 customization variables.
15455 (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
15456 display the memory buffer.
15457 (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
15458 buffer display parameters.
15459 (def-gdb-memory-format, gdb-memory-format-binary)
15460 (gdb-memory-format-octal, gdb-memory-format-unsigned)
15461 (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
15462 Functions for setting memory buffer format.
15463 (gdb-memory-unit-word, gdb-memory-unit-halfword)
15464 (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
15465 unit size used in memory buffer.
15466 (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
15467 to next/previous page of memory buffer.
15468 Now using (bindat-get-field) instead of fadr functions.
15470 2009-07-07 Sam Steingold <sds@gnu.org>
15472 * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
15473 non-top-level files.
15475 2009-07-07 Kenichi Handa <handa@m17n.org>
15477 * international/mule-cmds.el (reset-language-environment): Put
15478 the highset priority to the charset iso-8859-1.
15480 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
15482 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
15483 to the end of the line when locating the block (Bug#700).
15485 2009-07-06 Michael Albinus <michael.albinus@gmx.de>
15487 * net/tramp.el (tramp-handle-write-region): Flush file properties
15488 in case of short track.
15490 2009-07-06 Michael McNamara <mac@mail.brushroad.com>
15492 * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
15493 Coded custom representation of verilog error regular expressions
15494 to work with Emacs-22's new format.
15495 (verilog-error-regexp-xemacs-alist): Coded custom representation
15496 of verilog error regular expressions to work with XEmacs format.
15497 (verilog-error-regexp-add-xemacs): Hook routine to install verilog
15498 error recognition into XEmacs.
15499 (verilog-error-regexp-add-emacs): Hook routine to install verilog
15500 error recognition into Emacs-22.
15502 2009-07-06 Chong Yidong <cyd@stupidchicken.com>
15504 * woman.el: Remove stand-alone closing parentheses.
15505 (woman-file-name, woman2-format-paragraphs)
15506 (woman-leave-blank-lines): Code cleanup.
15507 (woman-use-own-frame): Change default to nil.
15508 (woman-italic, woman-bold, woman-unknown, woman-addition): Change
15509 defaults to inherit from default faces.
15510 (woman2-process-escapes): Consume the newline after a stand-alone
15511 filler character (Bug#3651).
15513 2009-07-06 Glenn Morris <rgm@gnu.org>
15515 * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
15516 (top-level): Move provide to the end.
15517 (ffap): Remove defunct URL from custom group.
15519 * subr.el (eval-after-load): Doc fix.
15521 2009-07-06 Vincent Belaïche <vincent.belaiche@gmail.com>
15523 * calc/calc-embed.el (calc-embedded-make-info): Don't force when
15524 `calc-embedded-word' is called twice.
15526 2009-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15528 * files.el (find-alternate-file-other-window, find-alternate-file):
15529 Obey confirm-nonexistent-file-or-buffer.
15531 2009-07-05 Michael Albinus <michael.albinus@gmx.de>
15533 * dired-aux.el (dired-show-file-type): Handle remote files.
15535 2009-07-05 Jari Aalto <jari.aalto@cante.net>
15537 * desktop.el (desktop-globals-to-save):
15538 Add file-name-history (Bug#2750).
15540 2009-07-05 Chong Yidong <cyd@stupidchicken.com>
15542 * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
15544 2009-07-04 Johan Bockgård <bojohan@gnu.org>
15546 * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
15547 property on entire argument since this is what eshell-lisp-command
15550 2009-07-03 Michael Albinus <michael.albinus@gmx.de>
15552 * net/tramp-gvfs.el (tramp-gvfs-methods)
15553 (tramp-gvfs-zeroconf-domain)
15554 (tramp-bluez-discover-devices-timeout): Add version flag.
15555 (tramp-gvfs-handler-mounted-unmounted)
15556 (tramp-gvfs-connection-mounted-p): Polish handling of
15557 incompatibilities between GVFS 0.2 and 1.0.
15559 2009-07-03 Jan Djärv <jan.h.d@swipnet.se>
15561 * cus-start.el (all): Add make-pointer-invisible.
15563 2009-07-03 Jay Belanger <jay.p.belanger@gmail.com>
15565 * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
15566 formatted correctly.
15568 2009-07-02 Juri Linkov <juri@jurta.org>
15570 * info.el: Virtual Info files and nodes.
15571 (Info-virtual-files, Info-virtual-nodes): New variables.
15572 (Info-current-node-virtual): New variable.
15573 (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
15575 (Info-file-supports-index-cookies): Use Info-virtual-file-p
15576 to check for a virtual file instead of checking a fixed list
15578 (Info-find-file): Use Info-virtual-fun and Info-virtual-call
15579 instead of ad-hoc processing of "dir" and (apropos history toc).
15580 (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
15581 instead of ad-hoc processing of "dir" and (apropos history toc).
15582 Reread a file when moving from a virtual node.
15583 (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
15584 (Info-directory-toc-nodes, Info-directory-find-file)
15585 (Info-directory-find-node): New functions.
15586 (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
15587 (Info-history): Move part of code to
15588 `Info-history-find-node'.
15589 (Info-history-toc-nodes, Info-history-find-file)
15590 (Info-history-find-node): New functions.
15591 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
15592 (Info-toc): Move part of code to `Info-toc-find-node'.
15593 (Info-toc-find-node): New function.
15594 (Info-toc-insert): Rename from `Info-insert-toc'. Don't insert
15595 the current Info file name to references because now the node
15596 "*TOC*" belongs to the same Info manual.
15597 (Info-toc-build): Rename from `Info-build-toc'.
15598 (Info-toc-nodes): Rename input argument `file' to `filename'.
15599 Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
15600 instead of ad-hoc processing of ("dir" apropos history toc).
15601 (Info-index-nodes): Use Info-virtual-file-p
15602 to check for a virtual file instead of checking a fixed list
15604 (Info-index-node): Add check for `Info-current-node-virtual'.
15605 Raise `save-match-data' higher up the tree to contain
15606 `search-forward' too (bug fix).
15607 (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
15608 (Info-virtual-index-nodes): New variable.
15609 (Info-virtual-index-find-node, Info-virtual-index): New functions.
15610 (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
15611 (Info-apropos-file, Info-apropos-nodes): New variables.
15612 (Info-apropos-toc-nodes, Info-apropos-find-file)
15613 (Info-apropos-find-node, Info-apropos-matches): New functions.
15614 (info-apropos): Move part of code to `Info-apropos-find-node' and
15615 `Info-apropos-matches'.
15616 (Info-mode-map): Bind "I" to `Info-virtual-index'.
15617 (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
15618 for a virtual file instead of checking a fixed list of node names.
15620 * simple.el (async-shell-command): New command.
15622 * bindings.el (esc-map): Bind "&" to `async-shell-command'.
15624 * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
15625 instead of `mount-info'.
15627 2009-07-02 Michael Albinus <michael.albinus@gmx.de>
15629 * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
15630 (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
15632 2009-07-02 Kenichi Handa <handa@m17n.org>
15634 * international/mule.el (set-keyboard-coding-system): Force *-unix
15635 coding-system to avoid eol conversion.
15637 2009-07-01 Michael Albinus <michael.albinus@gmx.de>
15639 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
15640 Add handler for `process-file', `shell-command' and
15641 `start-file-process'.
15642 (tramp-gvfs-handle-shell-command)
15643 (tramp-gvfs-handle-start-file-process)
15644 (tramp-gvfs-handle-process-file): New defuns.
15645 (tramp-synce-list-devices): Simplify check for existence of property.
15647 2009-07-01 Jan Djärv <jan.h.d@swipnet.se>
15649 * startup.el (command-line-x-option-alist): Add -mm and --maximized.
15651 2009-07-01 Eduard Wiebe <usenet@pusto.de> (tiny change)
15653 * language/korean.el (set-language-info-alist): Add korean-cp949,
15656 2009-07-01 Kenichi Handa <handa@m17n.org>
15658 * Makefile.in (ELCFILES): Delete encoded-kb.elc.
15660 * international/encoded-kb.el: Deleted.
15662 * international/mule.el (set-keyboard-coding-system): Perform the
15663 necessary setup here instead of calling encoded-kbd-setup-display.
15665 2009-07-01 Glenn Morris <rgm@gnu.org>
15667 * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
15669 2009-07-01 Evangelos Evangelou <vangelis@email.unc.edu> (tiny change)
15671 * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)". (Bug#3730)
15673 2009-06-30 Michael Albinus <michael.albinus@gmx.de>
15675 * net/tramp.el (tramp-do-copy-or-rename-file-directly):
15676 Handle also the 'rename case, when setting file modes. (Bug#3712)
15677 (tramp-default-file-modes): Remove execute permissions.
15679 * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
15680 (top): Add a default for "synce" in `tramp-default-user-alist'.
15681 Add completion function for "synce" method.
15682 (tramp-hal-service, tramp-hal-path-manager)
15683 (tramp-hal-interface-manager, tramp-hal-interface-device):
15685 (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
15686 (tramp-synce-list-devices, tramp-synce-parse-device-names):
15689 * net/trampver.el: Update release number.
15691 2009-06-30 Kenichi Handa <handa@m17n.org>
15693 * international/fontset.el (setup-default-fontset): Add CJK fonts
15694 for symbols and the other miscellaneous characters.
15696 * language/korea-util.el (setup-korean-environment-internal):
15697 Make char-width-table suitable for Korean environments.
15698 (exit-korean-environment): Cancel above.
15700 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
15701 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
15702 setup-function to make char-width-table suitable for respective
15703 environments, and an exit-function to cancel that.
15705 * language/japan-util.el (setup-japanese-environment-internal):
15706 Call use-cjk-char-width-table with arg `ja_JP'.
15708 * international/characters.el (cjk-char-width-table): Delete it.
15709 (cjk-char-width-table-list): New variable.
15710 (use-cjk-char-width-table): New arg local-name.
15711 (use-default-char-width-table): Fix for the case that Emacs is
15712 already using the default char-width-table.
15714 2009-06-29 Michael Albinus <michael.albinus@gmx.de>
15716 * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
15717 modes mandatory. (Bug#3712)
15719 2009-06-29 Alan Mackenzie <acm@muc.de>
15721 * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
15722 correction between the visible width of TABs and their number of bytes.
15724 2009-06-29 Chong Yidong <cyd@stupidchicken.com>
15726 * server.el (server-buffer-done): Prevent kill-buffer from
15727 prompting by clearing the buffer modification flag (Bug#3696).
15729 2009-06-28 Michael McNamara <mac@mail.brushroad.com>
15731 * progmodes/verilog-mode.el (verilog-beg-of-statement)
15732 (verilog-endcomment-reason-re): Support unique case and priority case.
15733 (verilog-basic-complete-re): Support localparam lineup.
15734 (verilog-beg-of-statement-1): Fix for robustness, unique case.
15735 (verilog-set-auto-endcomments): Fix for unique case, always_comb
15737 (verilog-leap-to-case-head): Now support *nested* unique &
15738 priority case statements.
15739 (verilog-auto-lineup): Make just declarations the default (as it
15741 (verilog-leap-to-case-head): Support priority/unique case statements.
15742 (verilog-auto-lineup): Rework to give users radio buttons to
15743 select the various styles of automatic lineup.
15744 (verilog-error-regexp-alist): Rework to support the XEmacs style
15745 of error regular expressions from compilers, lint tools &
15746 simulators. Note that GNU Emacs has made it impossible for a mode
15747 to load such things.
15748 (electric-verilog-terminate-line, verilog-indent-declaration)
15749 (verilog-auto-wiure): Rework for radio button selection of
15750 auto-lineup selection of specification of auto lineup.
15751 (verilog-beg-of-statement-1): Redesign to support proper operation
15752 in additional code, based on testing with auto-lineup.
15753 (verilog-calculate-indent, assignments & declarations)
15754 (verilog-backward-token): Enhance to support auto-lineup of
15755 assignments & declarations.
15756 (verilog-in-directive-p, verilog-at-struct-p): New function for
15757 easy test of whether we are.
15758 (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
15759 to support safe execution at almost anyline.
15760 (verilog-calc-1): Properly support indenting deep inside generate
15762 (verilog-init-font): Remove definition & use of verilog-init-font,
15763 as it is redundant with font-lock-defaults.
15764 (verilog-mode): Alter the definition of verilog-font-lock-defaults
15765 to avoid circular calls if syntax-ppss is a function (as is the
15766 case now in 22.x GNU Emacs) as that function would sometimes call
15767 itself, leading to (nearly) infinite recursion.
15768 (verilog-ovm-begin-re, verilog-ovm-end-re)
15769 (verilog-ovm-statement-re, verilog-leap-to-head)
15770 (verilog-backward-token): Add support for OVM macros. Some are
15771 complete statements, and others open and close scopes like begin
15773 (verilog-defun-level-not-generate-re, verilog-defun-level-re)
15774 (verilog-defun-level-generate-only-re): Really fix the defun-list
15776 (verilog-calc-1, verilog-beg-of-statement): Enhance support for
15777 coverpoint, constraint and cross statements.
15778 (verilog-defun-level-list, verilog-generate-defun-level-list)
15779 (verilog-all-defun-level-list): Redo these specifications - it is
15780 too hard to support eval-when compile aggregation of lists also
15781 built at when-compile time.
15782 (verilog-defun-level-list): Place defconsts of variables used in
15783 building regular expressions which are built in eval-when-compile
15784 bodies in the same eval-when-compile body to facilitate compile
15786 (verilog-beg-block-re-ordered): Support indenting
15787 virtual/protected tasks and functions.
15788 (verilog-defun-level-list, verilog-in-generate-region-p)
15789 (verilog-backward-ws&directives, verilog-calc-1): Speed up
15790 indentation of some module items (generate items).
15791 (verilog-forward-sexp, verilog-leap-to-head): Support stepping
15792 across virtual/protected tasks and functions.
15794 2009-06-28 Wilson Snyder <wsnyder@wsnyder.org>
15796 * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
15797 Allow sorting AUTOARG lists. Suggested by Andrea Fedeli.
15798 (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
15799 in concatenations. Reported by Yishay Belkind.
15800 (verilog-auto-ascii-enum): Support one-hot state machines in
15801 AUTOASCIIENUM. Suggested by Lloyd Gomez.
15802 (verilog-auto-inst, verilog-auto-inst-port): Include interface
15803 modport in AUTOINST and add vl-modport for users. Reported by
15805 (verilog-auto-inout-module, verilog-auto-inst)
15806 (verilog-decls-get-interfaces, verilog-insert-definition)
15807 (verilog-insert-one-definition, verilog-read-decls)
15808 (verilog-read-sub-decls, verilog-read-sub-decls-sig)
15809 (verilog-sig-modport, verilog-signals-combine-bus)
15810 (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
15811 interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
15812 Suggested by David Rogoff.
15813 (verilog-repair-open-comma): Fix non-insertion of comma when
15814 `DEFINE occurs in V2K argument list. Reported by Lane Brooks.
15815 (verilog-make-width-expression): Simplify [A-1:0] expression
15816 widths to just {A{1'b0}}.
15817 (verilog-mode): Cleanup checkdoc warnings.
15818 (verilog-auto-inout-module, verilog-signals-matching-dir-re):
15819 Add third optional regexp to AUTOINOUTMODULE to allow selecting only
15820 inputs/outputs or data type. Suggested by Vasu Kandadi.
15821 (next-error-last-buffer): Fix byte-compiler warning.
15822 (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
15823 (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
15824 or shell command text during AUTO expansion. Suggested by Tad Truex.
15825 (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
15826 (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
15827 Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
15828 in AUTOINOUT. Reported by Matthew Lovell.
15829 (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
15830 causing use of <= assignments. Reported by Alex Reed.
15831 (verilog-read-decls): Fix triand, trior, wand, wor to be
15832 recognized by AUTOWIRE. Reported by Spencer Isaacson.
15833 (verilog-extended-complete-re): Support import "DPI-C" functions.
15834 (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
15835 y[a+1:a+1]" to not include a in reset list. Reported by Dan Dever.
15836 (verilog-insert-date, verilog-insert-year)
15837 (verilog-sk-header-tmpl): Fix verilog-header inserting error on
15838 Windows systems. Reported by Michael Potts.
15839 (verilog-read-module-name): Fix AUTOINST when the child module
15840 declaration's name is a tick define. Reported by Elliot Mednick.
15841 (verilog-read-decls): Fix V2K parameter bit subscripts getting
15842 passed to next parameter's definition. Reported by Bruce T.
15843 (verilog-read-decls): Fix detecting "parameter int" when using
15844 AUTOINSTPARAM. Reported by Bruce T.
15845 (verilog-goto-defun): Fix goto not finding modules unless first
15846 perform a verilog-auto expansion. Suggested by Lawrence Butcher.
15847 (verilog-mode): Expand -f flag arguments on entry to mode so
15848 verilog-goto-defun will work. Reported by Lawrence Butcher.
15849 (verilog-getopt): Expand environment variables in -f file
15850 arguments. Suggested by Lawrence Butcher.
15851 (verilog-set-define): Fix "Symbol's value as variable is void"
15852 when reading enumerations.
15853 (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
15854 Suggested by Stephen Peltan.
15855 (verilog-read-defines): Fix reading of enumerations in include
15856 files. Reported by Steve Peltan.
15858 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
15860 * files.el (trash-directory): Fix defcustom type.
15862 2009-06-28 Juri Linkov <juri@jurta.org>
15864 * help-fns.el (describe-function-1): Correctly locate adviced
15865 functions in hyperlink (Bug#2438).
15867 2009-06-28 Chong Yidong <cyd@stupidchicken.com>
15869 * files.el (trash-directory): Change default to nil.
15870 (move-file-to-trash): If trash-directory is nil and
15871 system-move-file-to-trash is unbound, perform freedesktop-style
15874 2009-06-28 David De La Harpe Golden <david@harpegolden.net>
15876 * files.el (move-file-to-trash): Add freedesktop trash
15879 2009-06-28 Glenn Morris <rgm@gnu.org>
15881 * autorevert.el (global-auto-revert-non-file-buffers)
15882 (global-auto-revert-mode): Doc fixes.
15884 2009-06-27 Johan Bockgård <bojohan@gnu.org>
15886 * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
15888 2009-06-27 Chong Yidong <cyd@stupidchicken.com>
15890 * faces.el (x-handle-named-frame-geometry): Ensure that we have
15891 opened an X connection before calling x-get-resource (Bug#3194).
15893 * play/doctor.el: Remove reference to obsolete website.
15894 (make-doctor-variables): Correct grammar mistake (Bug#2633).
15896 2009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
15898 Remove find-file-not-found-hook VC method. (Bug#2757)
15899 * vc-hooks.el (vc-file-not-found-hook)
15900 (vc-default-find-file-not-found-hook): Remove functions.
15901 (find-file-not-found-functions): Do not add vc-file-not-found-hook.
15902 * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
15905 * vc-git.el: Do not mention find-file-not-found-hook VC method.
15907 2009-06-25 Agustín Martín <agustin.martin@hispalinux.es>
15909 * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
15910 compatibility function for `looking-back'.
15912 * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15913 Use `ispell-looking-back'.
15915 2009-06-24 Michael Albinus <michael.albinus@gmx.de>
15917 * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
15918 rather than `filename'.
15920 2009-06-23 Miles Bader <miles@gnu.org>
15922 * face-remap.el (text-scale-set): New function.
15924 2009-06-23 Glenn Morris <rgm@gnu.org>
15926 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
15928 * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
15930 * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
15932 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
15934 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
15935 Simplify Persian conditionals.
15937 * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
15938 variable `filename'.
15940 * comint.el (comint-insert-input): Doc fix.
15942 * Makefile.in (ELCFILES): Fix typo in previous change.
15944 2009-06-23 Miles Bader <miles@gnu.org>
15946 * cus-start.el: Add entry for `recenter-redisplay'.
15948 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
15950 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
15951 Add an optional argument for the backend, use it instead of
15952 calling vc-backend.
15953 (vc-mode-line): Add an optional argument for the backend.
15954 Pass the backend to vc-state and vc-working-revision. Move code for
15955 special handling for vc-state being a buffer to ...
15957 * vc-rcs.el (vc-rcs-find-file-hook):
15958 * vc-sccs.el (vc-sccs-find-file-hook): ... here. New functions.
15960 * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
15961 (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
15962 vc-stay-local-p and vc-mode-line calls.
15964 * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
15965 (vc-cvs-diff, vc-cvs-annotate-command)
15966 (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
15967 (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
15968 vc-mode-line calls.
15970 * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
15972 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
15973 backend when calling vc-mode-line.
15974 (vc-register): Do not create a closure for calling the vc register
15975 function, call it directly.
15977 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
15979 * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
15980 to make it obvious item can be clicked.
15982 * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
15984 2009-06-23 Kenichi Handa <handa@m17n.org>
15986 * language/korea-util.el (korean-key-bindings): Change the binding
15987 of F9 to hangul-to-hanja-conversion. Bind Hangul_Hanja to the
15990 2009-06-22 Michael Albinus <michael.albinus@gmx.de>
15992 Sync with Tramp 2.1.16.
15994 * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
15996 * net/tramp.el (top): Require tramp-gvfs. Catch `tramp-loading',
15997 when a loading of a package fails. Completion function for rsync
15998 is `tramp-completion-function-alist-ssh'.
15999 (all): Replace all calls of `split-string' and
16000 `tramp-split-string' by `tramp-compat-split-string'.
16001 (tramp-default-method): Use `tramp-compat-process-running-p'.
16002 (tramp-default-proxies-alist): Allow also Lisp forms.
16003 (tramp-remote-path): Add choice "Private Directories".
16004 (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
16005 (tramp-domain-regexp): Allow also "-", "_" and ".".
16006 (tramp-end-of-output): Remove newlines, and add "$" at the end.
16007 (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
16008 (tramp-debug-message): Insert header line in debug buffer.
16009 (tramp-handle-directory-files-and-attributes-with-stat):
16010 Care about filenames with spaces, or starting with "-".
16011 (tramp-handle-dired-uncache): New defun.
16012 (tramp-handle-insert-directory): Don't flush the directory from
16013 cache, this is handled by `dired-uncache' now.
16014 (tramp-handle-insert-file-contents): Improve error handling.
16015 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
16016 Quote `tramp-end-of-output'.
16017 (tramp-action-password): Improve trace message.
16018 (tramp-check-for-regexp): Both echoes must be present, before removing.
16019 (tramp-open-connection-setup-interactive-shell): Trace coding system.
16020 (tramp-compute-multi-hops): Eval cons cells of
16021 `tramp-default-proxies-alist'.
16022 (tramp-maybe-open-connection): Use the same command pattern for
16023 first hop and further hops.
16024 (tramp-wait-for-output): Remove handling of newlines.
16025 (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
16026 (tramp-split-string): Remove function. It is handled in
16029 * net/tramp-cmds.el (tramp-bug):
16030 Recommend `tramp-cleanup-all-connections' in the bug mail.
16032 * net/tramp-compat.el (tramp-compat-split-string)
16033 (tramp-compat-process-running-p): New defuns.
16035 * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
16036 for `dired-uncache'.
16038 * net/tramp-gvfs.el: New package.
16040 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
16041 Add handler for `dired-uncache'.
16042 (tramp-smb-handle-file-local-copy): Cleanup in case of error.
16044 * net/trampver.el: Update release number. Make version check fit
16047 2009-06-22 Jim Meyering <meyering@redhat.com>
16049 Automatically handle .xz suffix (XZ-compressed files), too.
16050 * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
16051 XZ is the successor to LZMA: <http://tukaani.org/xz/>
16053 2009-06-22 Dmitry Dzhus <dima@sphinx.net.ru>
16054 Nick Roberts <nickrob@snap.net.nz>
16056 * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
16057 repository (http://sphinx.net.ru/hg/gdb-mi/).
16059 2009-06-22 Glenn Morris <rgm@gnu.org>
16061 * files.el (dir-locals-collect-mode-variables): Allow for any number of
16062 `mode' and `eval' entries. (Bug#3430)
16064 * Makefile.in (ELCFILES): Add fadr.elc.
16066 * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
16067 differing behavior of \n and ^ in strings. (Bug#3385)
16069 * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
16071 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
16073 (lisp-indent-function): Make it a defcustom.
16075 2009-06-21 Nick Roberts <nickrob@snap.net.nz>
16077 * progmodes/gdb-ui.el: Replace with ...
16078 * progmodes/gdb-mi.el: ... this file.
16079 * progmodes/gud.el: Modify for gdb-mi.el.
16081 2009-06-21 Dmitry Dzhus <dima@sphinx.net.ru>
16083 * fadr.el: New file.
16085 See ChangeLog.14 for earlier changes.
16087 ;; Local Variables:
16091 Copyright (C) 2009, 2010 Free Software Foundation, Inc.
16093 This file is part of GNU Emacs.
16095 GNU Emacs is free software: you can redistribute it and/or modify
16096 it under the terms of the GNU General Public License as published by
16097 the Free Software Foundation, either version 3 of the License, or
16098 (at your option) any later version.
16100 GNU Emacs is distributed in the hope that it will be useful,
16101 but WITHOUT ANY WARRANTY; without even the implied warranty of
16102 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16103 GNU General Public License for more details.
16105 You should have received a copy of the GNU General Public License
16106 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
16108 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1