Add some new scheme features (tiny change)
[bpt/emacs.git] / lisp / ChangeLog
1 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
2
3 * progmodes/scheme.el (scheme-font-lock-keywords-2):
4 Add export, import, library. (Bug#9164)
5 (library): Set indent function.
6
7 2013-06-14 Glenn Morris <rgm@gnu.org>
8
9 * term/xterm.el (xterm--query):
10 Stop after first matching handler. (Bug#14615)
11
12 2013-06-14 Ivan Kanis <ivan@kanis.fr>
13
14 Add support for dired in saveplace.
15 * dired.el (dired-initial-position-hook): New variable.
16 (dired-initial-position): Call hook to place cursor position.
17 * saveplace.el (save-place-to-alist): Add dired position.
18 (save-place-dired-hook): New function.
19
20 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
21
22 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
23 through a symbol rather than letrec.
24
25 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
26 (package-desc): Add `dir' field.
27 (package-desc-full-name): New function.
28 (package-load-descriptor): Combine the two arguments. Don't use `load'.
29 (package-maybe-load-descriptor): Remove.
30 (package-load-all-descriptors): Just call package-load-descriptor.
31 (package--disabled-p): New function.
32 (package-desc-vers, package-desc-doc): Remove aliases.
33 (package--dir): Remove function.
34 (package-activate): Check if a package is disabled.
35 (package-process-define-package): New function, extracted from
36 define-package.
37 (define-package): Turn into a place holder.
38 (package-unpack-single, package-tar-file-info):
39 Use package--description-file.
40 (package-compute-transaction): Use package--disabled-p.
41 (package-download-transaction): Don't call
42 package-maybe-load-descriptor since they're all loaded anyway.
43 (package-install): Change argument to be a pkg-desc.
44 (package-delete): Use a single pkg-desc argument.
45 (describe-package-1): Use package-desc-dir instead of package--dir.
46 Use package-desc property instead of package-symbol.
47 (package-install-button-action): Adjust accordingly.
48 (package--push): Rewrite.
49 (package-menu--print-info): Adjust accordingly. Change the ID format
50 to be a pkg-desc.
51 (package-menu-describe-package, package-menu-get-status)
52 (package-menu--find-upgrades, package-menu-mark-upgrades)
53 (package-menu-execute, package-menu--name-predicate):
54 Adjust accordingly.
55 * startup.el (package--description-file): New function.
56 (command-line): Use it.
57 * emacs-lisp/package-x.el (package-upload-buffer-internal):
58 Use package-desc-version.
59
60 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
61 (byte-compile-preprocess): Use it.
62 (byte-compile-file-form-defalias): Try a bit harder to use macros we
63 can't quite recognize.
64 (byte-compile-add-to-list): Remove.
65 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
66 (cconv-closure-convert): Add assertion.
67
68 * emacs-lisp/map-ynp.el: Use lexical-binding.
69 (map-y-or-n-p): Remove unused vars `tail' and `object'.
70 Factor out some repeated code.
71
72 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
73
74 * subr.el (with-eval-after-load): New macro.
75 (eval-after-load): Allow form to be a function.
76 take advantage of lexical-binding.
77 (do-after-load-evaluation): Use dolist and adjust to new format.
78 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
79
80 2013-06-13 Juri Linkov <juri@jurta.org>
81
82 * replace.el (perform-replace): Display "symbol " and other search
83 modes from `isearch-message-prefix' in the *Help* buffer.
84
85 * isearch.el (isearch-query-replace): Add " symbol" and other
86 possible search modes from `isearch-message-prefix' to the prompt.
87 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
88 when reading a regexp to collect.
89
90 2013-06-13 Juri Linkov <juri@jurta.org>
91
92 * isearch.el (word-search-regexp): Match whitespace if the search
93 string begins or ends in whitespace. The LAX arg is applied to
94 both ends of the search string. Use `regexp-quote' and explicit
95 \< and \> instead of \b. Use \` and \' instead of ^ and $.
96 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
97 boundaries are replaced with symbol boundaries, and characters
98 between symbols match non-word non-symbol syntax. (Bug#14602)
99
100 2013-06-13 Juri Linkov <juri@jurta.org>
101
102 * isearch.el (isearch-del-char): Don't exceed the length of
103 `isearch-string' by the prefix arg. (Bug#14563)
104
105 2013-06-13 Juri Linkov <juri@jurta.org>
106
107 * isearch.el (isearch-yank-word, isearch-yank-line)
108 (isearch-char-by-name, isearch-quote-char)
109 (isearch-printing-char, isearch-process-search-char):
110 Add optional count prefix arg. (Bug#14563)
111
112 * international/isearch-x.el
113 (isearch-process-search-multibyte-characters):
114 Add optional count prefix arg.
115
116 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
117
118 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
119 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
120 lexical-binding.
121
122 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
123
124 * subr.el (set-temporary-overlay-map): Add on-exit argument.
125
126 2013-06-13 Glenn Morris <rgm@gnu.org>
127
128 * startup.el (tty-handle-args):
129 Don't just discard "--" and anything after. (Bug#14608)
130
131 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
132
133 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
134
135 Implement changes in Secret Service API. Make it backward compatible.
136 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
137 (secrets-create-item): Use it. Prefix properties with interface.
138
139 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
140
141 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
142 (term-emulate-terminal): Respect term-suppress-hard-newline.
143
144 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
145
146 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
147 Only remove a `thumb-file' overlay. (Bug#14548)
148
149 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
150
151 * mail/reporter.el (reporter-submit-bug-report):
152 Handle missing package-name. (Bug#14600)
153
154 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
155
156 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
157 (reftex-citation-prompt, reftex-default-bibliography)
158 (reftex-bib-or-thebib, reftex-get-bibfile-list)
159 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
160 (reftex-bib-sort-author, reftex-bib-sort-year)
161 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
162 (reftex-extract-bib-entries-from-thebibliography)
163 (reftex-get-bibkey-default, reftex-get-bib-names)
164 (reftex-parse-bibtex-entry, reftex-get-bib-field)
165 (reftex-format-bib-entry, reftex-parse-bibitem)
166 (reftex-format-bibitem, reftex-do-citation)
167 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
168 (reftex-restrict-bib-matches, reftex-extract-bib-file)
169 (reftex-insert-bib-matches, reftex-format-citation)
170 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
171 (reftex-create-bibtex-file): Add docstrings, mostly by converting
172 existing comments into docstrings.
173
174 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
175
176 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
177
178 2013-06-12 Andreas Schwab <schwab@suse.de>
179
180 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
181 for auto-save files.
182
183 2013-06-12 Glenn Morris <rgm@gnu.org>
184
185 * ido.el (ido-delete-ignored-files): Remove.
186 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
187 Go back to calling ido-ignore-item-p directly.
188
189 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
190
191 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
192
193 * ido.el (ido-delete-ignored-files): New function,
194 split from ido-make-file-list-1.
195 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
196 (ido-make-file-list-1): Use ido-delete-ignored-files.
197
198 2013-06-12 Leo Liu <sdl.web@gmail.com>
199
200 * progmodes/octave.el (inferior-octave-startup)
201 (inferior-octave-completion-table)
202 (inferior-octave-track-window-width-change)
203 (octave-eldoc-function-signatures, octave-help)
204 (octave-find-definition): Use single quoted strings.
205 (inferior-octave-startup-args): Change default value.
206 (inferior-octave-startup): Do not hard code "-i" and
207 "--no-line-editing".
208 (inferior-octave-resync-dirs): Add optional arg NOERROR.
209 (inferior-octave-directory-tracker): Use it.
210 (octave-goto-function-definition): Robustify.
211 (octave-help): Support highlighting operators in 'See also'.
212 (octave-find-definition): Find subfunctions only in Octave mode.
213
214 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
215
216 * help-fns.el (help-fns--compiler-macro): If the handler function is
217 named, then put a link to it.
218 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
219 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
220 (cl-typep): Use it.
221 (cl-eval-when): Simplify debug spec.
222 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
223 compiler-macro function instead of setting `compiler-macro-file'.
224
225 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
226
227 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
228 * vc/vc-hooks.el (vc-stay-local): Doc fix.
229
230 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
231 Daniel Hackney <dan@haxney.org>
232
233 First part of Daniel Hackney's patch to package.el.
234 * emacs-lisp/package.el: Use defstruct.
235 (package-desc): New, main struct.
236 (package--bi-desc, package--ac-desc): New structs, used to describe the
237 format in external files.
238 (package-desc-vers): Replace with package-desc-version accessor.
239 (package-desc-doc): Replace with package-desc-summary accessor.
240 (package-activate-1): Remove `package' arg since the pkg-vec now
241 includes the name.
242 (define-package): Use package-desc-from-define.
243 (package-unpack-single): Change file-name arg to be a symbol.
244 (package--add-to-archive-contents): Use package-desc-create and new
245 accessor functions to package--ac-desc.
246 (package-buffer-info, package-tar-file-info): Return a package-desc.
247 (package-install-from-buffer): Remove `type' argument. Change pkg-info
248 arg to be a package-desc.
249 (package-install-file): Adjust accordingly. Use \' to match EOS.
250 (package--from-builtin): New function.
251 (describe-package-1, package-menu--generate): Use it.
252 (package--make-autoloads-and-compile): Change name arg to be a symbol.
253 (package-generate-autoloads): Idem and return the name of the file.
254 * emacs-lisp/package-x.el (package-upload-buffer-internal):
255 Change pkg-info arg to be a package-desc.
256 Use package-make-ac-desc.
257 (package-upload-file): Use \' to match EOS.
258 * finder.el (finder-compile-keywords): Use package-make-builtin.
259
260 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
261
262 * vc/vc.el (vc-deduce-fileset): Change error message.
263 (vc-read-backend): New function.
264 (vc-next-action): Use it.
265
266 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
267
268 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
269 (prolog-font-lock-keywords): Use regexp-opt instead.
270 Don't manually highlight strings.
271 (prolog-mode-variables): Simplify comment-start-skip.
272 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
273
274 * emacs-lisp/generic.el (generic--normalise-comments)
275 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
276 (generic-mode-set-comments): Use them.
277 (generic-bracket-support): Use setq-local.
278 (generic-make-keywords-list): Declare obsolete.
279
280 2013-06-11 Glenn Morris <rgm@gnu.org>
281
282 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
283 Prettify after setting font-lock-defaults. (Bug#14574)
284
285 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
286
287 * replace.el (query-replace, occur-read-regexp-defaults-function)
288 (replace-search):
289 * subr.el (declare-function, number-sequence, local-set-key)
290 (substitute-key-definition, locate-user-emacs-file)
291 (with-silent-modifications, split-string, eval-after-load):
292 Fix typos, remove unneeded backslashes and reflow some docstrings.
293
294 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
295
296 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
297 default for Elisp files.
298
299 2013-06-11 Glenn Morris <rgm@gnu.org>
300
301 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
302 although define-derived-mode was doing this anyway. (Bug#14583)
303
304 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
305
306 * allout.el (allout-encryption-plaintext-sanitization-regexps):
307 Fix make-variable-buffer-local call to refer to the correct variable.
308
309 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
310
311 * eshell/em-term.el (eshell-visual-commands)
312 (eshell-visual-subcommands, eshell-visual-options):
313 Add summary line to docstrings. Add cross-references.
314
315 2013-06-10 Glenn Morris <rgm@gnu.org>
316
317 * epa.el (epa-read-file-name): New function. (Bug#14510)
318 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
319
320 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
321
322 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
323 output redirection to be ignored with visual commands.
324
325 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
326
327 * eshell/em-term.el (eshell-visual-command-p): New function.
328 (eshell-term-initialize): Move long lambda to separate function
329 eshell-visual-command-p.
330 * eshell/em-dirs.el (eshell-dirs-initialise):
331 * eshell/em-script.el (eshell-script-initialize):
332 Add missing #' to lambda.
333
334 2013-06-08 Leo Liu <sdl.web@gmail.com>
335
336 * progmodes/octave.el (octave-add-log-current-defun): New function.
337 (octave-mode): Set add-log-current-defun-function.
338 (octave-goto-function-definition): Do not move point if not found.
339 (octave-find-definition): Enhance to try subfunctions first.
340
341 2013-06-08 Glenn Morris <rgm@gnu.org>
342
343 * emacs-lisp/bytecomp.el (byte-compile-char-before)
344 (byte-compile-backward-char, byte-compile-backward-word):
345 Improve previous change, to handle non-explicit nil.
346
347 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
348
349 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
350 (smie--opener/closer-at-point): New function.
351 (smie--matching-block-data): Use it. Don't match from right after an
352 opener or right before a closer. Obey smie-blink-matching-inners.
353 Don't signal a mismatch for repeated inners like "switch..case..case".
354
355 2013-06-07 Leo Liu <sdl.web@gmail.com>
356
357 * progmodes/octave.el (octave-mode): Set comment-use-global-state
358 to t. (Bug#14303)
359 (octave-function-header-regexp): Fix. (Bug#14570)
360 (octave-help-mode-finish-hook, octave-help-mode-finish):
361 Remove. Just use temp-buffer-show-hook.
362
363 * newcomment.el (comment-search-backward): Revert last change.
364 (Bug#14434)
365
366 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
367
368 2013-06-07 Eli Zaretskii <eliz@gnu.org>
369
370 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
371 through xargs, to avoid failure due to MS-Windows limitations on
372 command-line length.
373
374 2013-06-06 Glenn Morris <rgm@gnu.org>
375
376 * font-lock.el (lisp-font-lock-keywords-2):
377 Treat user-error like error.
378
379 * emacs-lisp/bytecomp.el (byte-compile-char-before)
380 (byte-compile-backward-char, byte-compile-backward-word):
381 Handle explicit nil arguments. (Bug#14565)
382
383 2013-06-05 Alan Mackenzie <acm@muc.de>
384
385 * isearch.el (isearch-allow-prefix): New user option.
386 (isearch-other-meta-char): Don't exit isearch when a prefix
387 argument is typed whilst `isearch-allow-prefix' is non-nil.
388 (Bug#9706)
389
390 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
391
392 * autorevert.el (auto-revert-notify-handler): Use memq.
393 Hide assertion failure.
394
395 * skeleton.el: Use cl-lib.
396 (skeleton-further-elements): Use defvar-local.
397 (skeleton-insert): Use cl-progv.
398
399 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
400
401 * progmodes/prog-mode.el (prog-prettify-symbols)
402 (prog-prettify-install): Update docstrings.
403
404 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
405
406 * simple.el: Move all the prog-mode code to prog-mode.el.
407 * progmodes/prog-mode.el: New file.
408 * loadup.el: Add prog-mode.el.
409
410 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
411
412 * simple.el (prog-prettify-symbols): Add version.
413 (prog-prettify-install): Add convenience function to prettify symbols.
414
415 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
416 (perl--augmented-font-lock-keywords-1)
417 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
418 variables and use it.
419
420 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
421 (cfengine3-mode): Remove unneeded variable and use it.
422
423 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
424 (lisp--augmented-font-lock-keywords-1)
425 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
426 Remove unneeded variables and use it.
427
428 2013-06-05 João Távora <joaotavora@gmail.com>
429
430 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
431 to point when opening the connection. (Bug#14380)
432
433 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
434
435 * subr.el (load-history-regexp, load-history-filename-element)
436 (eval-after-load, after-load-functions, do-after-load-evaluation)
437 (eval-next-after-load, display-delayed-warnings)
438 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
439 definition of save-match-data.
440 (overriding-local-map): Remove accidental obsolescence declaration.
441
442 * emacs-lisp/edebug.el (edebug-result): Move before first use.
443
444 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
445
446 Generalize symbol prettify support to prog-mode and implement it
447 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
448 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
449 (prog--prettify-font-lock-compose-symbol)
450 (prog-prettify-font-lock-symbols-keywords): New variables and
451 functions to support symbol prettification.
452 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
453 (lisp--augmented-font-lock-keywords-1)
454 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
455 (lisp--prettify-symbols-alist): Implement prettify of lambda.
456 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
457 (cfengine3--prettify-symbols-alist, cfengine3-mode):
458 Implement prettify of -> => :: strings.
459 * progmodes/perl-mode.el (perl-prettify-symbols)
460 (perl--font-lock-compose-symbol)
461 (perl--font-lock-symbols-keywords): Move to prog-mode.
462 (perl--prettify-symbols-alist): Prettify -> => :: strings.
463 (perl-font-lock-keywords-1)
464 (perl-font-lock-keywords-2): Remove explicit prettify support.
465 (perl--augmented-font-lock-keywords)
466 (perl--augmented-font-lock-keywords-1)
467 (perl--augmented-font-lock-keywords-2, perl-mode):
468 Implement prettify support.
469
470 2013-06-05 Leo Liu <sdl.web@gmail.com>
471
472 Re-implement smie matching block highlight using
473 show-paren-data-function. (Bug#14395)
474 * emacs-lisp/smie.el (smie-matching-block-highlight)
475 (smie--highlight-matching-block-overlay)
476 (smie--highlight-matching-block-lastpos)
477 (smie-highlight-matching-block)
478 (smie-highlight-matching-block-mode): Remove.
479 (smie--matching-block-data-cache): New variable.
480 (smie--matching-block-data): New function.
481 (smie-setup): Use smie--matching-block-data for
482 show-paren-data-function.
483
484 * progmodes/octave.el (octave-mode-menu): Fix.
485 (octave-find-definition): Skip garbage lines.
486
487 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
488
489 Fix compilation error with simultaneous dynamic+lexical scoping.
490 Add warning when a defvar appears after the first let-binding.
491 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
492 (byte-compile-close-variables): Initialize it.
493 (byte-compile--declare-var): New function.
494 (byte-compile-file-form-defvar)
495 (byte-compile-file-form-define-abbrev-table)
496 (byte-compile-file-form-custom-declare-variable): Use it.
497 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
498 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
499 (byte-compile-bind): Handle dynamic bindings that shadow
500 lexical bindings.
501 (byte-compile-unbind): Make arg non-optional.
502 (byte-compile-let): Simplify.
503 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
504 (cconv--analyse-function, cconv-analyse-form): Populate it.
505 Protect byte-compile-bound-variables to limit the scope of defvars.
506 (cconv-analyse-form): Add missing rule for (defvar <foo>).
507 Remove unneeded rule for `declare'.
508
509 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
510 so as to avoid depending on cl-adjoin at run-time.
511 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
512
513 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
514 (macroexp--warn-and-return): Use it.
515
516 2013-06-05 Leo Liu <sdl.web@gmail.com>
517
518 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
519
520 2013-06-04 Leo Liu <sdl.web@gmail.com>
521
522 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
523 (compilation-auto-jump): Suppress the "Mark set" message to give
524 way to exit message.
525
526 2013-06-04 Alan Mackenzie <acm@muc.de>
527
528 Remove faulty optimisation from indentation calculation.
529 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
530 search limit based on 2000 characters back from indent-point.
531
532 2013-06-03 Tassilo Horn <tsdh@gnu.org>
533
534 * eshell/em-term.el (cl-lib): Require `cl-lib'.
535
536 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
537
538 * emacs-lisp/lisp.el: Use lexical-binding.
539 (lisp--local-variables-1, lisp--local-variables): New functions.
540 (lisp--local-variables-completion-table): New var.
541 (lisp-completion-at-point): Use it complete let-bound vars.
542
543 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
544 eagerly (bug#14422).
545
546 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
547
548 * autorevert.el (auto-revert-notify-enabled)
549 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
550 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
551 (auto-revert-notify-handler): Handle also gfilenotify.
552
553 * subr.el (file-notify-handle-event): New defun. Replacing ...
554 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
555 Remove.
556
557 2013-06-03 Juri Linkov <juri@jurta.org>
558
559 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
560 `M-s h .'. (Bug#14427)
561
562 * hi-lock.el (highlight-symbol-at-point): New alias for the new
563 command `hi-lock-face-symbol-at-point'.
564 (hi-lock-face-symbol-at-point): New command.
565 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
566 (hi-lock-menu): Add `highlight-symbol-at-point'.
567 (hi-lock-mode): Doc fix.
568
569 * isearch.el (isearch-forward-symbol-at-point): New command.
570 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
571 (isearch-highlight-regexp): Add a regexp which matches
572 words/symbols for word/symbol mode.
573
574 * subr.el (find-tag-default-bounds): New function with the body
575 mostly moved from `find-tag-default'.
576 (find-tag-default): Move most code to `find-tag-default-bounds',
577 call it and apply `buffer-substring-no-properties' afterwards.
578
579 2013-06-03 Tassilo Horn <tsdh@gnu.org>
580
581 * eshell/em-term.el (eshell-term-initialize):
582 Use `cl-intersection' rather than `intersection'.
583
584 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
585
586 * vc/log-view.el: Doc fix.
587 (log-view-mode-map): Copy keymap from `special-mode-map'.
588
589 2013-06-02 Eric Ludlam <zappo@gnu.org>
590
591 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
592 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
593 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
594 (eieio-unbound, eieio-default-superclass)
595 (eieio--define-field-accessors, method-static, method-before)
596 (method-primary, method-after, method-num-lists)
597 (method-generic-before, method-generic-primary)
598 (method-generic-after, method-num-slots)
599 (eieio-specialized-key-to-generic-key)
600 (eieio--check-type, class-v, class-p)
601 (eieio-class-name, define-obsolete-function-alias)
602 (eieio-class-parents-fast, eieio-class-children-fast)
603 (same-class-fast-p, class-constructor, generic-p)
604 (generic-primary-only-p, generic-primary-only-one-p)
605 (class-option-assoc, class-option, eieio-object-p)
606 (class-abstract-p, class-method-invocation-order)
607 (eieio-defclass-autoload-map, eieio-defclass-autoload)
608 (eieio-class-un-autoload, eieio-defclass)
609 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
610 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
611 (eieio--defgeneric-init-form, eieio-defgeneric-form)
612 (eieio-defgeneric-reset-generic-form)
613 (eieio-defgeneric-form-primary-only)
614 (eieio-defgeneric-reset-generic-form-primary-only)
615 (eieio-defgeneric-form-primary-only-one)
616 (eieio-defgeneric-reset-generic-form-primary-only-one)
617 (eieio-unbind-method-implementations)
618 (eieio--defmethod, eieio--typep)
619 (eieio-perform-slot-validation, eieio-validate-slot-value)
620 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
621 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
622 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
623 (eieio-slot-name-index, eieio-class-slot-name-index)
624 (eieio-set-defaults, eieio-initarg-to-attribute)
625 (eieio-attribute-to-initarg, eieio-c3-candidate)
626 (eieio-c3-merge-lists, eieio-class-precedence-c3)
627 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
628 (eieio-class-precedence-list, eieio-generic-call-methodname)
629 (eieio-generic-call-arglst, eieio-generic-call-key)
630 (eieio-generic-call-next-method-list)
631 (eieio-pre-method-execution-functions, eieio-generic-call)
632 (eieio-generic-call-primary-only, eieiomt-method-list)
633 (eieiomt-optimizing-obarray, eieiomt-install)
634 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
635 (eieio-generic-form, eieio-defmethod, make-obsolete)
636 (eieio-defgeneric, make-obsolete): Move to eieio-core.el
637 (defclass): Remove `eval-and-compile' from macro.
638 (call-next-method, shared-initialize): Instead of using
639 `scoped-class' variable, use new eieio--scoped-class, and
640 eieio--with-scoped-class.
641 (initialize-instance): Rename local variable 'scoped-class' to
642 'this-class' to remove ambiguitity from old global.
643
644 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
645 eieio.el.
646 (eieio--scoped-class-stack): New variable
647 (eieio--scoped-class): New fcn
648 (eieio--with-scoped-class): New scoping macro.
649 (eieio-defclass): Use pushnew instead of add-to-list.
650 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
651 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
652 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
653 `scoped-class' variable, use new eieio--scoped-class, and
654 eieio--with-scoped-class.
655
656 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
657
658 2013-06-02 Tassilo Horn <tsdh@gnu.org>
659
660 * eshell/esh-ext.el (eshell-external-command): Pass args to
661 `eshell-find-interpreter'.
662 (eshell-find-interpreter): Add new second parameter ARGS.
663
664 * eshell/em-script.el (eshell-script-initialize): Add second arg
665 to the function added as MATCH to `eshell-interpreter-alist'.
666
667 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
668 the function added as MATCH to `eshell-interpreter-alist'.
669
670 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
671 (eshell-visual-options): New defcustom.
672 (eshell-escape-control-x): Adapt docstring.
673 (eshell-term-initialize): Test `eshell-visual-subcommands' and
674 `eshell-visual-options' in addition to `eshell-visual-commands'.
675 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
676
677 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
678
679 * progmodes/python.el (python-indent-block-enders): Add break,
680 continue and raise keywords.
681
682 2013-06-01 Glenn Morris <rgm@gnu.org>
683
684 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
685
686 Plain (f)boundp silences compilation warnings since Emacs 22.1.
687 * progmodes/cc-cmds.el (delete-forward-p):
688 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
689 * progmodes/cc-engine.el (buffer-syntactic-context):
690 * progmodes/cc-fonts.el (face-property-instance):
691 * progmodes/cc-mode.el (set-keymap-parents):
692 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
693 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
694 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
695 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
696 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
697
698 * progmodes/cc-vars.el (other): Emacs has this widget since
699 at least 21.1, so don't (re)define it.
700
701 * eshell/em-cmpl.el (eshell-cmpl-initialize):
702 Replace the obsolete alias pcomplete-arg-quote-list.
703
704 2013-06-01 Leo Liu <sdl.web@gmail.com>
705
706 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
707 punctuation syntax.
708 (inferior-octave-minimal-columns)
709 (inferior-octave-last-column-width): New variables.
710 (inferior-octave-track-window-width-change): New function.
711 (inferior-octave-mode): Adjust column width so that Octave output,
712 for example from 'ls', can fit into the window nicely.
713
714 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
715
716 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
717 Highlight expansions inside regexp literals.
718
719 2013-05-31 Glenn Morris <rgm@gnu.org>
720
721 * obsolete/sym-comp.el (symbol-complete):
722 Replace obsolete completion-annotate-function.
723
724 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
725
726 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
727
728 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
729 New function, checks if point is inside a literal that allows
730 expression expansion.
731 (ruby-syntax-propertize-expansion): Use it.
732 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
733 around the body.
734
735 2013-05-30 Juri Linkov <juri@jurta.org>
736
737 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
738 to "\M-si".
739 (isearch-invisible): New variable.
740 (isearch-forward): Doc fix.
741 (isearch-mode): Set `isearch-invisible'
742 to the value of `search-invisible'.
743 (isearch-toggle-case-fold): Doc fix.
744 (isearch-toggle-invisible): New command.
745 (isearch-query-replace): Let-bind `search-invisible'
746 to the value of `isearch-invisible'.
747 (isearch-search): Use `isearch-invisible' instead of
748 `search-invisible'. Let-bind `search-invisible'
749 to the value of `isearch-invisible'. (Bug#11378)
750
751 2013-05-30 Juri Linkov <juri@jurta.org>
752
753 * replace.el (perform-replace): Avoid `isearch-range-invisible'
754 call when `query-flag' is nil and `search-invisible' is non-nil.
755 (Bug#11746)
756
757 2013-05-30 Glenn Morris <rgm@gnu.org>
758
759 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
760
761 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
762 (cc-require): Suppress spurious "noruntime" warnings.
763 (cc-require-when-compile): Use fboundp, for sake of compiler.
764
765 * progmodes/cc-mode.el: Move load of cc-vars before that of
766 cc-langs (which in turn loads cc-vars), to quieten compiler.
767
768 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * paren.el: Simplify the code.
771 (show-paren-mode): Always start the timer.
772 (show-paren--idle-timer): Rename from show-paren-idle-timer.
773 (show-paren--overlay, show-paren--overlay-1): Rename from
774 show-paren-overlay and show-paren-overlay-1, and initialize to an
775 overlay rather than to nil.
776 (show-paren-function): Misc cleanup and simplifications.
777
778 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
779
780 * paren.el (show-paren-data-function): New hook.
781 (show-paren--default): New function, extracted from show-paren-function.
782 (show-paren-function): Use show-paren-data-function.
783
784 2013-05-30 Glenn Morris <rgm@gnu.org>
785
786 * ielm.el (ielm-map, ielm-complete-symbol):
787 Use completion-at-point rather than obsolete functions.
788 (inferior-emacs-lisp-mode): Doc fix.
789 Set completion-at-point-functions, rather than
790 comint-dynamic-complete-functions.
791
792 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
793 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
794 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
795
796 * image.el (image-animated-p): Tweak definition.
797
798 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
799 (rlogin-process-connection-type): Tweak default. Add set-after.
800 (rlogin-host): Doc fix.
801 (rlogin): Tweak prompt.
802 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
803
804 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
805 * progmodes/tcl.el (inferior-tcl-mode-map):
806 Use completion-at-point rather than obsolete alias.
807
808 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
809
810 * minibuffer.el (read-file-name-completion-ignore-case):
811 Move before completion--in-region, for eager macro expansion.
812
813 2013-05-29 Juri Linkov <juri@jurta.org>
814
815 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
816 for total count of matching lines. Add `global-matches' for total
817 count of matches. Rename `matches' to `lines' for count of
818 matching lines. Add `matches' for count of matches.
819 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
820 to `prev-line' for line number of prev match endpt.
821 Increment `matches' for every match. Print the number of
822 matching lines in the header.
823 (occur-context-lines): Rename `lines' to `curr-line'.
824 Rename `prev-lines' to `prev-line'. (Bug#14017)
825
826 2013-05-29 Juri Linkov <juri@jurta.org>
827
828 * replace.el (perform-replace): Add `skip-read-only-count',
829 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
830 Increment them for corresponding conditions and report the number
831 of skipped occurrences in the final message. (Bug#11746)
832 (query-replace, query-replace-regexp, query-replace-regexp-eval)
833 (replace-string, replace-regexp): Doc fix.
834
835 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
836
837 * emacs-lisp/trace.el (trace--read-args): Provide a default.
838
839 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
840 prog-mode-map (bug#14504).
841
842 2013-05-29 Leo Liu <sdl.web@gmail.com>
843
844 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
845 (octave-help): Small simplification.
846
847 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
848 off the highlight first.
849
850 2013-05-29 Glenn Morris <rgm@gnu.org>
851
852 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
853 Handle idlwave-last-system-routine-info-cons-cell being nil.
854
855 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
856 (idlwave-write-paths): Simplify via with-temp-buffer.
857
858 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
859 * emulation/cua-rect.el: Also load cua-base at run time.
860
861 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
862 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
863 (cperl-imenu-on-info): Require imenu.
864
865 2013-05-28 Alan Mackenzie <acm@muc.de>
866
867 Handle "capitalised keywords" correctly.
868 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
869
870 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
871
872 * eshell/em-unix.el: Add -r option to cp.
873
874 2013-05-28 Glenn Morris <rgm@gnu.org>
875
876 * vc/vc-arch.el (vc-exec-after): Declare.
877 (vc-switches): Autoload.
878 * vc/vc-bzr.el: No need to require vc when compiling.
879 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
880 (vc-resynch-buffer, vc-dir-refresh): Declare.
881 (vc-setup-buffer, vc-switches): Autoload.
882 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
883 (vc-resynch-buffer): Declare.
884 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
885 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
886 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
887 (grep-read-regexp, grep-read-files, grep-expand-template)
888 (vc-dir-refresh): Declare.
889 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
890 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
891 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
892 * vc/vc-mtn.el (vc-exec-after): Declare.
893 (vc-switches): Autoload.
894 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
895 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
896 (vc-file-tree-walk): Declare.
897 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
898 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
899 (vc-tag-precondition, vc-rename-master): Autoload.
900 * vc/vc-svn.el (vc-exec-after): Declare.
901 (vc-switches, vc-setup-buffer): Autoload.
902 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
903 Autoload.
904 (vc-resynch-buffer): Declare.
905
906 * obsolete/fast-lock.el (byte-compile-warnings):
907 Don't warn about obsolete features in this obsolete file.
908
909 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
910 Move definition before use.
911
912 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
913 (dun-unix-verbs): Remove dun-zippy.
914 (dun-zippy): Remove function.
915
916 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
917
918 2013-05-27 Juri Linkov <juri@jurta.org>
919
920 * replace.el (replace-search): New function with code moved out
921 from `perform-replace'.
922 (replace-highlight, replace-dehighlight): Move function definitions
923 up closer to `replace-search'. (Bug#11746)
924
925 2013-05-27 Juri Linkov <juri@jurta.org>
926
927 * replace.el (perform-replace): Ignore invisible matches.
928 In addition to checking `query-replace-skip-read-only', also
929 filter out matches by calling `run-hook-with-args-until-failure'
930 on `isearch-filter-predicates', and also check `search-invisible'
931 for t or call `isearch-range-invisible'.
932 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
933
934 2013-05-27 Juri Linkov <juri@jurta.org>
935
936 * isearch.el (isearch-filter-predicates): Rename from
937 `isearch-filter-predicate'. Doc fix. (Bug#11378)
938 (isearch-message-prefix): Display text from the property
939 `isearch-message-prefix' of the currently active filters.
940 (isearch-search): Don't compare `isearch-filter-predicate' with
941 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
942 on `isearch-filter-predicates'. Also check `search-invisible' for t
943 or call `isearch-range-invisible'.
944 (isearch-filter-visible): Make obsolete.
945 (isearch-lazy-highlight-search):
946 Call `run-hook-with-args-until-failure' on
947 `isearch-filter-predicates' and use `isearch-range-invisible'.
948
949 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
950 `isearch-filter-predicates' instead of `funcall'ing
951 `isearch-filter-predicate'.
952 (Info-mode): Set `Info-isearch-filter' to
953 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
954
955 * dired-aux.el (dired-isearch-filter-predicate-orig):
956 Remove variable.
957 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
958 (dired-isearch-filenames-end): Add and remove
959 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
960 instead of changing the value of `isearch-filter-predicate'.
961 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
962 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
963 Put property `isearch-message-prefix' to "filename " on
964 `dired-isearch-filter-filenames'.
965
966 * wdired.el (wdired-change-to-wdired-mode):
967 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
968 locally instead of changing `isearch-filter-predicate'.
969 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
970
971 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
972
973 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
974 return the commit hash (Bug#14459). Also set the
975 `vc-git-detached' property.
976 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
977 (vc-git-mode-line-string): Use the same help-echo format whether
978 in detached mode or not, because we know the actual revision now.
979 When in detached mode, shorten the revision to 7 chars.
980
981 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
982
983 * emacs-lisp/easy-mmode.el (define-minor-mode):
984 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
985 mode hook and provide a docstring.
986
987 2013-05-27 Alan Mackenzie <acm@muc.de>
988
989 Remove spurious syntax-table text properties inserted by C-y.
990 * progmodes/cc-mode.el (c-after-change): Also clear hard
991 syntax-table property with value nil.
992
993 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
994
995 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
996 when reading the events; the buffer layout shall not be changed.
997
998 2013-05-27 Leo Liu <sdl.web@gmail.com>
999
1000 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
1001 New variable.
1002 (inferior-octave-directory-tracker): Automatically re-sync
1003 default-directory.
1004 (octave-help): Improve handling of 'See also'.
1005
1006 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1007
1008 * doc-view.el: Minor naming convention tweaks.
1009 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
1010
1011 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
1012 even if there's no `display' property yet (bug#14435).
1013
1014 2013-05-25 Eli Zaretskii <eliz@gnu.org>
1015
1016 * subr.el (unmsys--file-name): Rename from reveal-filename.
1017
1018 * Makefile.in (custom-deps, finder-data, autoloads)
1019 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1020 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1021 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
1022
1023 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1024
1025 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
1026 error-completion on the first 2 args of condition-case (bug#14446).
1027 Don't burp at EOB.
1028
1029 2013-05-25 Leo Liu <sdl.web@gmail.com>
1030
1031 * comint.el (comint-previous-matching-input): Do not flood the
1032 *Messages* buffer with trivial messages.
1033
1034 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1035
1036 * progmodes/flymake.el (flymake-nop): Don't return a string.
1037 (flymake-set-at): Fix typo.
1038
1039 * simple.el (read--expression): New function, extracted from
1040 eval-expression. Set completion-at-point-functions (bug#14465).
1041 (eval-expression, eval-minibuffer): Use it.
1042
1043 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
1044
1045 * progmodes/flymake.el (flymake-save-buffer-in-file)
1046 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
1047 (flymake-selected-frame, flymake-log, flymake-ins-after)
1048 (flymake-set-at, flymake-get-buildfile-from-cache)
1049 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
1050 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
1051 Refine the doc string.
1052 (flymake-get-file-name-mode-and-masks): Reformat.
1053 (flymake-get-real-file-name-function): Fix a minor bug.
1054
1055 2013-05-24 Juri Linkov <juri@jurta.org>
1056
1057 * progmodes/grep.el (grep-mode-font-lock-keywords):
1058 Support =linenumber= format used by git-grep for lines with
1059 function names. (Bug#13549)
1060
1061 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1062
1063 * progmodes/octave.el (octave-smie-rules): Return nil rather than
1064 0 after a semi-colon; it works better for smie-auto-fill.
1065 (octave--indent-new-comment-line): New function.
1066 (octave-indent-new-comment-line): Use it (indirectly).
1067 (octave-mode): Don't disable smie-auto-fill. Use add-function to
1068 modify comment-line-break-function.
1069
1070 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
1071 (smie-setup): Use add-function to set it.
1072
1073 2013-05-24 Sam Steingold <sds@gnu.org>
1074
1075 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
1076 argument (before the `interactive' argument).
1077
1078 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
1079
1080 * image-mode.el (image-mode-winprops): Add winprops to
1081 image-mode-winprops-alist before running
1082 image-mode-new-window-functions.
1083 * doc-view.el (doc-view-new-window-function): Don't delay
1084 doc-view-goto-page via timers (bug#14435).
1085
1086 2013-05-24 Tassilo Horn <tsdh@gnu.org>
1087
1088 * doc-view.el: Integrate with desktop.el. (Bug#14435)
1089 (doc-view-desktop-save-buffer): New function.
1090 (doc-view-restore-desktop-buffer): New function.
1091 (desktop-buffer-mode-handlers):
1092 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
1093 handler.
1094 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
1095 `desktop-save-buffer' function.
1096
1097 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
1098
1099 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
1100 (tramp-gvfs-file-name-handler): Raise a user error when
1101 `tramp-gvfs-enabled' is nil.
1102 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
1103 Do not raise a user error when loading package. (Bug#14447)
1104
1105 * net/xesam.el: Move to obsolete/.
1106
1107 2013-05-24 Glenn Morris <rgm@gnu.org>
1108
1109 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
1110
1111 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
1112
1113 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
1114 (Info-find-node, Man-getpage-in-background): Declare.
1115
1116 * mail/unrmail.el (unrmail):
1117 Replace obsolete detect-coding-with-priority.
1118
1119 * net/socks.el (socks-split-string): Use this rather than split-string.
1120 (socks-nslookup-host): Update for above change.
1121 (dynamic-choice, s5-dynamic-choice-match)
1122 (s5-dynamic-choice-match-inline, s5-widget-value-create):
1123 Comment out unused code.
1124
1125 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
1126 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
1127 (gud-tooltip-echo-area): Make obsolete.
1128 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
1129
1130 * progmodes/js.el (js--optimize-arglist): Declare.
1131
1132 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
1133
1134 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
1135 (ediff-window-C): Declare.
1136
1137 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
1138 Tweak requires to silence compiler.
1139
1140 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
1141 (he-search-string, he-tried-table, he-expand-list)
1142 (he-init-string, he-string-member, he-substitute-string)
1143 (he-reset-string): Declare.
1144
1145 * obsolete/options.el (list-options): Use custom-variable-p,
1146 rather than obsolete alias.
1147
1148 2013-05-23 Sam Steingold <sds@gnu.org>
1149
1150 * simple.el (shell-command-on-region): Pass the `replace' argument
1151 down to `call-process-region' to comply with the doc as reported on
1152 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
1153
1154 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1155
1156 * emacs-lisp/smie.el (smie-indent-forward-token)
1157 (smie-indent-backward-token): Handle string tokens (bug#14381).
1158
1159 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1160
1161 * ielm.el (ielm-menu): New menu.
1162 (inferior-emacs-lisp-mode): Set comment-start.
1163
1164 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
1165
1166 * lisp/textmodes/reftex.el (reftex-ref-style-toggle):
1167 Fix deactivate action.
1168
1169 * lisp/textmodes/reftex-vars.el (reftex-ref-style-alist):
1170 Add cleveref macros.
1171
1172 * lisp/textmodes/reftex-parse.el
1173 (reftex-locate-bibliography-files): Accept options for
1174 bibliography commands.
1175 * lisp/textmodes/reftex-vars.el (reftex-bibliography-commands):
1176 Add addbibresource. Basic Biblatex support.
1177
1178 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
1179
1180 * net/tramp-gvfs.el (top):
1181 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
1182 when loading package. (Bug#14447)
1183
1184 2013-05-23 Glenn Morris <rgm@gnu.org>
1185
1186 * progmodes/js.el: No need to load comint when compiling.
1187 (ring-insert, comint-send-string, comint-send-input)
1188 (comint-last-input-end, ido-chop): Declare.
1189
1190 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
1191 * vc/ediff-mult.el: Adjust requires.
1192 (ediff-directories-internal, ediff-directory-revisions-internal)
1193 (ediff-patch-file-internal): Declare.
1194 * vc/ediff-ptch.el: Adjust requires.
1195 (ediff-use-last-dir, ediff-buffers-internal): Declare.
1196 (ediff-find-file): Autoload.
1197 * vc/ediff-util.el: No need to load ediff when compiling.
1198 (ediff-regions-internal): Declare.
1199 * vc/ediff-wind.el: Adjust requires.
1200 (ediff-compute-toolbar-width): Define when compiling.
1201 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
1202 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
1203 (dired-get-filename, dired-get-marked-files)
1204 (ediff-last-dir-patch, ediff-patch-default-directory)
1205 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
1206 (ediff-patch-buffer-internal): Declare.
1207
1208 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
1209 (ispell-process, ispell-buffer-local-words, lm-summary)
1210 (lm-section-start, lm-section-end): Declare.
1211 (checkdoc-ispell-init): Simplify.
1212
1213 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
1214 (he-string-member, he-reset-string, he-substitute-string): Declare.
1215
1216 * eshell/em-ls.el: Adjust requires.
1217 (eshell-glob-regexp): Declare.
1218 * eshell/em-tramp.el: Adjust requires.
1219 (eshell-parse-command): Autoload.
1220 * eshell/em-xtra.el: Adjust requires.
1221 (eshell-parse-command): Autoload.
1222 * eshell/esh-ext.el: Adjust requires.
1223 (eshell-parse-command, eshell-close-handles): Autoload.
1224 * eshell/esh-io.el: Adjust requires.
1225 (eshell-output-filter): Autoload.
1226 * eshell/esh-util.el: No need to load tramp when compiling.
1227 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
1228 Declare.
1229 (eshell-parse-ange-ls): Require ange-ftp and tramp.
1230 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1231 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
1232 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
1233 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
1234 * eshell/esh-opt.el, eshell/esh-proc.el:
1235 * eshell/esh-var.el: Adjust requires.
1236 * eshell/eshell.el: Do not require esh-util twice.
1237 (eshell-add-input-to-history): Declare.
1238 (eshell-command): Check history module is active before using it.
1239
1240 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
1241
1242 2013-05-22 Leo Liu <sdl.web@gmail.com>
1243
1244 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
1245
1246 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
1247
1248 * autorevert.el (auto-revert-notify-add-watch)
1249 (auto-revert-notify-handler): Add `attrib' for the inotify case,
1250 it indicates changes in file modification time.
1251
1252 2013-05-22 Glenn Morris <rgm@gnu.org>
1253
1254 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
1255 Always delete the autoloaded function from the noruntime and
1256 unresolved functions lists.
1257
1258 * allout.el: No need to load epa, epg, overlay when compiling.
1259 (epg-context-set-passphrase-callback, epg-list-keys)
1260 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
1261 (epg-key-user-id-list): Declare.
1262
1263 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
1264 (viper-set-parsing-style-toggling-macro)
1265 (viper-set-emacs-state-searchstyle-macros):
1266 Use called-interactively-p on Emacs.
1267 (viper-looking-back): Make it an obsolete alias. Update callers.
1268 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
1269 Use looking-back rather than viper-looking-back.
1270 (viper-tmp-insert-at-eob, viper-enlarge-region)
1271 (viper-read-string-with-history, viper-register-to-point)
1272 (viper-append-to-register, viper-change-state-to-vi)
1273 (viper-backward-char-carefully, viper-forward-char-carefully)
1274 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
1275 (viper-change-state-to-emacs): Declare.
1276 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
1277 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
1278 * emulation/viper-mous.el: Do not load viper-cmd.
1279 (viper-backward-char-carefully, viper-forward-char-carefully)
1280 (viper-forward-word, viper-adjust-window): Declare.
1281
1282 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
1283
1284 * progmodes/idlw-help.el (idlwave-help-fontify):
1285 Use called-interactively-p.
1286
1287 * term/w32console.el (w32-get-console-codepage)
1288 (w32-get-console-output-codepage): Declare.
1289
1290 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
1291 Remove unnecessary declarations.
1292 (dframe-message): Doc fix.
1293
1294 * info.el (dframe-select-attached-frame, dframe-current-frame):
1295 Declare.
1296
1297 * speedbar.el (speedbar-message): Make it an obsolete alias.
1298 Update all callers.
1299 (speedbar-with-attached-buffer)
1300 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
1301 (speedbar-with-writable): Use backquote.
1302 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
1303 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
1304 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
1305 rather than speedbar- aliases.
1306 * mail/rmail.el: Load dframe rather than speedbar when compiling.
1307 (speedbar-make-specialized-keymap, speedbar-insert-button)
1308 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
1309 (speedbar-do-function-pointer): Declare.
1310 (rmail-speedbar-button, rmail-speedbar-find-file)
1311 (rmail-speedbar-move-message):
1312 Use dframe-with-attached-buffer rather than speedbar- alias.
1313 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
1314 (dframe-message, speedbar-make-specialized-keymap)
1315 (speedbar-add-expansion-list, speedbar-mode-functions-list)
1316 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
1317 (speedbar-insert-button, dframe-select-attached-frame)
1318 (dframe-maybee-jump-to-attached-frame)
1319 (speedbar-change-initial-expansion-list)
1320 (speedbar-previously-used-expansion-list-name): Declare.
1321 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
1322 Use dframe-message, dframe-with-attached-buffer rather than
1323 speedbar- aliases.
1324 (gud-sentinel): Silence compiler.
1325 * progmodes/vhdl-mode.el (speedbar-refresh)
1326 (speedbar-do-function-pointer, speedbar-add-supported-extension)
1327 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
1328 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
1329 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
1330 (speedbar-file-lists, speedbar-make-tag-line)
1331 (speedbar-line-directory, speedbar-goto-this-file)
1332 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
1333 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
1334 (speedbar-make-button, speedbar-reset-scanners)
1335 (speedbar-files-item-info, speedbar-line-text)
1336 (speedbar-find-file-in-frame, speedbar-set-timer)
1337 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
1338 (speedbar-with-writable): Do not (re)define it.
1339 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
1340 rather than speedbar- alias.
1341
1342 2013-05-21 Leo Liu <sdl.web@gmail.com>
1343
1344 * progmodes/octave.el (octave-mode-menu): Update and re-organize
1345 menu items.
1346 (octave-mode): Tweak fill-nobreak-predicate.
1347 (inferior-octave-startup): Check process to avoid infinite loop.
1348 (inferior-octave): Pop to buffer first to show abornmal process
1349 exit information.
1350
1351 2013-05-21 Glenn Morris <rgm@gnu.org>
1352
1353 * printing.el (pr-menu-bar): Define when compiling.
1354
1355 2013-05-21 Leo Liu <sdl.web@gmail.com>
1356
1357 * progmodes/octave.el (octave-auto-fill): Remove.
1358 (octave-indent-new-comment-line): Improve.
1359 (octave-mode): Use auto fill mode through
1360 comment-line-break-function and fill-nobreak-predicate
1361 (octave-goto-function-definition): Support DEFUN_DLD.
1362 (octave-beginning-of-defun): Small Tweak
1363 (octave-help): Show parent directory.
1364
1365 2013-05-21 Glenn Morris <rgm@gnu.org>
1366
1367 * files.el (dired-unmark):
1368 * progmodes/gud.el (gdb-input): Update declarations.
1369
1370 * calculator.el (electric, ehelp): No need to load when compiling.
1371 (Electric-command-loop, electric-describe-mode): Declare.
1372
1373 * doc-view.el (doc-view-current-converter-processes): Move before use.
1374
1375 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1376 Move MODE-set-explicitly definition before use.
1377
1378 * international/mule-diag.el (mule-diag):
1379 Don't use obsolete window-system-version.
1380
1381 * mail/feedmail.el (smtpmail): No need to load when compiling.
1382 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
1383
1384 * mail/mail-utils.el (rfc822): No need to load when compiling.
1385 (rfc822-addresses): Autoload it.
1386 (mail-strip-quoted-names): Trivial simplification.
1387
1388 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
1389 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
1390
1391 * net/snmp-mode.el (tempo): Don't duplicate requires.
1392
1393 * progmodes/prolog.el (info): No need to load when compiling.
1394 (comint): Require before shell requires it.
1395 (Info-goto-node): Autoload it.
1396 (Info-follow-nearest-node): Declare.
1397 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
1398
1399 * textmodes/artist.el (picture-mode-exit): Declare.
1400
1401 * textmodes/reftex-parse.el (reftex-parse-from-file):
1402 Trivial rewrite so the compiler can parse it better.
1403
1404 2013-05-20 Leo Liu <sdl.web@gmail.com>
1405
1406 * progmodes/octave.el (octave-help-mode-map)
1407 (octave-help-mode-finish-hook): New variables.
1408 (octave-help-mode, octave-help-mode-finish): New functions.
1409 (octave-help): Use octave-help-mode.
1410
1411 2013-05-20 Glenn Morris <rgm@gnu.org>
1412
1413 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
1414
1415 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
1416
1417 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
1418 start at point, so that expansion starting right after opening
1419 slash in a regexp is recognized.
1420 (ruby-syntax-before-regexp-re): New defvar, extracted from
1421 ruby-syntax-propertize-function. Since the value of this regexp
1422 is looked up at runtime now, we should be able to turn
1423 `ruby-syntax-methods-before-regexp' into a defcustom later.
1424 (ruby-syntax-propertize-function): Split regexp matching into two
1425 parts, for opening and closing slashes. That allows us to skip
1426 over string interpolations and support multiline regexps.
1427 Don't call `ruby-syntax-propertize-expansions', instead use another rule
1428 for them, which calls `ruby-syntax-propertize-expansion'.
1429 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
1430 call to `ruby-syntax-propertize-function'.
1431 (ruby-syntax-propertize-expansion): Extracted from
1432 `ruby-syntax-propertize-expansions'. Handles one expansion.
1433 (ruby-syntax-propertize-percent-literal): Leave point right after
1434 the percent symbol, so that the expression expansion rule can
1435 propertize the contents.
1436 (ruby-syntax-propertize-heredoc): Leave point at bol following the
1437 heredoc openers.
1438 (ruby-syntax-propertize-expansions): Remove.
1439
1440 2013-05-18 Juri Linkov <juri@jurta.org>
1441
1442 * man.el (Man-default-man-entry): Remove `-' from the end
1443 of the default value. (Bug#14400)
1444
1445 2013-05-18 Glenn Morris <rgm@gnu.org>
1446
1447 * comint.el (comint-password-prompt-regexp):
1448 Allow "password for XXX" where XXX contains colons (eg https://...).
1449
1450 2013-05-18 Leo Liu <sdl.web@gmail.com>
1451
1452 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
1453 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
1454 (octave-source-directories): Don't check process.
1455 (octave-source-directories, octave-find-definition): Doc fix.
1456
1457 2013-05-18 Glenn Morris <rgm@gnu.org>
1458
1459 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
1460 Remove backspace/delete bindings. (Bug#14392)
1461
1462 * cus-dep.el (custom-make-dependencies): Sort the output.
1463 (custom-versions-load-alist): Convert comment to doc.
1464
1465 2013-05-17 Leo Liu <sdl.web@gmail.com>
1466
1467 * newcomment.el (comment-search-backward): Stricter in finding
1468 comment start. (Bug#14303)
1469
1470 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
1471 (octave-comment-start-skip): Properly anchored.
1472
1473 2013-05-17 Leo Liu <sdl.web@gmail.com>
1474
1475 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
1476 Clean up when turned off. (Bug#14395)
1477 (smie--highlight-matching-block-overlay): No longer buffer-local.
1478 (smie-highlight-matching-block): Adjust.
1479
1480 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
1481
1482 Doc string fix for "nanoseconds" (Bug#14406).
1483 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
1484 Fix doc string typo that had "nanoseconds" instead of "microseconds".
1485
1486 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
1487
1488 * calc/calc-units.el (math-extract-units): Preserve powers
1489 of units.
1490
1491 2013-05-17 Leo Liu <sdl.web@gmail.com>
1492
1493 * subr.el (delete-consecutive-dups): New function.
1494 * ido.el (ido-set-matches-1): Use it.
1495 * progmodes/octave.el (inferior-octave-completion-table): Use it.
1496 * ido.el (ido-remove-consecutive-dups): Remove.
1497
1498 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1499
1500 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
1501 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
1502 regexp-opt's `words'.
1503
1504 2013-05-16 Leo Liu <sdl.web@gmail.com>
1505
1506 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
1507 (smie--highlight-matching-block-overlay)
1508 (smie--highlight-matching-block-lastpos)
1509 (smie--highlight-matching-block-timer): New variables.
1510 (smie-highlight-matching-block): New function.
1511 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
1512 (smie-setup): Conditionally enable smie-blink-matching-open.
1513
1514 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
1515
1516 Sync with upstream verilog-mode r840.
1517 * progmodes/verilog-mode.el (verilog-mode-version)
1518 (verilog-mode-release-date): Update.
1519 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
1520 (verilog-sig-tieoff): Fix string error on
1521 AUTORESET with colon define, bug594. Reported by Andrew Hou.
1522 (verilog-read-decls): Fix parameters confusing
1523 AUTOINST interfaces, bug565. Reported by Leith Johnson.
1524
1525 2013-05-16 Eli Zaretskii <eliz@gnu.org>
1526
1527 * subr.el (reveal-filename): New function.
1528
1529 * loadup.el: Compute Emacs executable versions on MS-Windows,
1530 where executables have the .exe extension. Add a hard link
1531 emacs-XX.YY.ZZ.exe on MS-Windows.
1532
1533 * Makefile.in (XARGS_LIMIT): New variable.
1534 (custom-deps, finder-data, autoloads)
1535 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
1536 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
1537 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
1538 (compile-main): Limit xargs according to $(XARGS_LIMIT).
1539
1540 2013-05-16 Leo Liu <sdl.web@gmail.com>
1541
1542 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
1543 (octave-mode-menu, octave-mode-map): Remove its uses.
1544
1545 2013-05-16 Reto Zimmermann <reto@gnu.org>
1546
1547 Sync with upstream vhdl mode v3.34.2.
1548 * progmodes/vhdl-mode.el: Use `push' throughout.
1549 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
1550 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
1551 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
1552 (vhdl-actual-generic-name): New option to derive actual generic name.
1553 (vhdl-port-paste-signals): Replace formal by actual generics.
1554 (vhdl-beautify): New name for old group vhdl-align. Update users.
1555 (vhdl-beautify-options): New option.
1556 (vhdl-last-input-event): New compat alias. Use throughout.
1557 (vhdl-goto-line): Replace user level function `goto-line'.
1558 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
1559 vhdl-fix-statement-buffer.
1560 (vhdl-create-mode-menu): Add some entries.
1561 (vhdl-align-region-groups): Respect vhdl-beautify-options.
1562 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
1563 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
1564 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
1565 to force statements on one line.
1566 (vhdl-remove-trailing-spaces-region):
1567 New, split from vhdl-remove-trailing-spaces.
1568 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
1569 Respect vhdl-beautify-options.
1570 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
1571 (vhdl-update-sensitivity-list): Not add with index if exists without.
1572 Not include array index with signal. Ignore keywords in comments.
1573 (vhdl-get-visible-signals): Regexp tweaks.
1574 (vhdl-template-component-inst): Handle empty library.
1575 (vhdl-template-type): Add template for 'enum' type.
1576 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
1577 Use vhdl-replace-string.
1578 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
1579 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
1580 (vhdl-speedbar-initialize): Update for above name change.
1581 (vhdl-compose-wire-components): Fix in handling of constants.
1582 (vhdl-error-regexp-emacs-alist): New variable.
1583 (vhdl-error-regexp-add-emacs): New function;
1584 adds support for new compile.el (Emacs 22+)
1585 (vhdl-generate-makefile-1): Change target order for single lib. units.
1586 Allow use of absolute file names.
1587
1588 2013-05-16 Leo Liu <sdl.web@gmail.com>
1589
1590 * simple.el (prog-indent-sexp): Indent enclosing defun.
1591
1592 2013-05-15 Glenn Morris <rgm@gnu.org>
1593
1594 * cus-start.el (show-trailing-whitespace): Move to editing basics.
1595 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
1596 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
1597 (whitespace-highlight): Move to whitespace group.
1598
1599 * comint.el (comint-source):
1600 * pcmpl-linux.el (pcmpl-linux):
1601 * shell.el (shell-faces):
1602 * eshell/esh-opt.el (eshell-opt):
1603 * international/ccl.el (ccl): Remove empty custom groups.
1604
1605 * completion.el (dynamic-completion-mode):
1606 * jit-lock.el (jit-lock-debug-mode):
1607 * minibuffer.el (completion-in-region-mode):
1608 * type-break.el (type-break-mode-line-message-mode)
1609 (type-break-query-mode):
1610 * emulation/tpu-edt.el (tpu-edt-mode):
1611 * progmodes/subword.el (global-subword-mode, global-superword-mode):
1612 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1613 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
1614
1615 * term/xterm.el (xterm): Change parent group to terminals.
1616
1617 * master.el (master): Remove empty custom group.
1618 (master-mode): Remove unused :group argument.
1619 * textmodes/refill.el (refill): Remove empty custom group.
1620 (refill-mode): Remove unused :group argument.
1621
1622 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
1623
1624 * cus-dep.el: Provide a feature.
1625 (custom-make-dependencies): Ignore dotfiles (dir-locals).
1626 Don't mistakenly ignore files whose basenames match a basename
1627 from preloaded-file-list (eg cedet/ede/simple.el).
1628 Add a fallback method for getting :group.
1629
1630 2013-05-15 Juri Linkov <juri@jurta.org>
1631
1632 * isearch.el (isearch-char-by-name): Rename from
1633 `isearch-insert-char-by-name'. Doc fix.
1634 (isearch-forward): Mention `isearch-char-by-name' in
1635 the docstring. (Bug#13348)
1636
1637 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
1638 `exit-minibuffer' instead of
1639 `isearch-nonincremental-exit-minibuffer'.
1640 (isearch-edit-string): Remove mention of
1641 `isearch-nonincremental-exit-minibuffer' from docstring.
1642 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
1643 (isearch-forward-exit-minibuffer)
1644 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
1645
1646 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1647
1648 * loadup.el: Just use unversioned DOC.
1649
1650 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
1651 literals as extending to EOB.
1652 (nxml-last-fontify-end): Remove unused variable.
1653 (nxml-after-change1): Use with-silent-modifications.
1654 (nxml-extend-after-change-region): Simplify.
1655 (nxml-extend-after-change-region1): Remove function.
1656 (nxml-after-change1): Don't adjust for dependent regions.
1657 (nxml-fontify-matcher): Simplify.
1658 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
1659 (xmltok-add-dependent): Remove function.
1660 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
1661 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
1662 (xmltok-scan-prolog-after-processing-instruction-open): Treat
1663 unclosed <[[, <?, comment, and other literals as extending to EOB.
1664 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
1665 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
1666 Remove functions.
1667 (rng-do-some-validation-1): Don't mark dependent regions.
1668 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
1669 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
1670 (nxml-clear-dependent-regions): Remove functions.
1671 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
1672 (nxml-ensure-scan-up-to-date):
1673 Don't clear&mark dependent regions.
1674
1675 2013-05-15 Leo Liu <sdl.web@gmail.com>
1676
1677 * progmodes/octave.el (octave-goto-function-definition):
1678 Improve and fix callers.
1679
1680 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1681
1682 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
1683 the setter (bug#14387).
1684
1685 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
1686 surrounding group (bug#14402).
1687
1688 2013-05-14 Juri Linkov <juri@jurta.org>
1689
1690 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
1691 (Bug#14390)
1692
1693 2013-05-14 Glenn Morris <rgm@gnu.org>
1694
1695 * progmodes/f90.el (f90-imenu-generic-expression):
1696 Fix typo in 2013-05-08 change. (Bug#14402)
1697
1698 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
1699
1700 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
1701 Remove signals for which replies are never received.
1702
1703 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
1704
1705 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
1706 (gdb-handler-alist, gdb-handler-number): Remove variables.
1707 (gdb-handler-list): New variable.
1708 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
1709 (gdb-pending-handler-p, gdb-handle-reply)
1710 (gdb-remove-all-pending-triggers): New functions.
1711 (gdb-discard-unordered-replies): New defcustom.
1712 (gdb-handler): New defstruct.
1713 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
1714 instead of gdb-pending-triggers. Update docstring.
1715 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
1716 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
1717 (gdb-var-update-handler, def-gdb-auto-update-trigger)
1718 (def-gdb-auto-update-handler, gdb-get-changed-registers)
1719 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
1720 (gdb-frame-handler): Pending triggers are now automatically managed.
1721 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
1722 Remove argument.
1723 (gdb-input): Automatically handles pending triggers. Update docstring.
1724 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
1725 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
1726 Update comments.
1727 (gdb-done-or-error): Now use gdb-handle-reply.
1728
1729 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
1730
1731 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
1732 gdb-debug-log.
1733
1734 2013-05-14 Glenn Morris <rgm@gnu.org>
1735
1736 * subr.el (user-emacs-directory-warning): New option.
1737 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
1738
1739 2013-05-14 Leo Liu <sdl.web@gmail.com>
1740
1741 * progmodes/octave.el (octave-font-lock-keywords): Fix error
1742 during redisplay.
1743 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
1744 (octave-font-lock-texinfo-comment): Fix invalid search bound
1745 error: wrong side of point.
1746
1747 2013-05-14 Glenn Morris <rgm@gnu.org>
1748
1749 * progmodes/flymake.el (flymake-xml-program): New option.
1750 (flymake-xml-init): Use it.
1751
1752 * term/xterm.el: Provide a feature.
1753
1754 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
1755
1756 2013-05-13 Glenn Morris <rgm@gnu.org>
1757
1758 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
1759 Add compat aliases as a hack workaround. (Bug#14384)
1760
1761 2013-05-13 Leo Liu <sdl.web@gmail.com>
1762
1763 * progmodes/octave.el (octave-indent-comment): Fix indentation for
1764 ###, and %!.
1765 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
1766 C-M-q.
1767 (octave-comment-start-skip): Include %!.
1768 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
1769
1770 2013-05-12 Leo Liu <sdl.web@gmail.com>
1771
1772 * progmodes/octave.el (inferior-octave-startup): Store the value
1773 of __octave_srcdir__ for octave-source-directories.
1774 (inferior-octave-check-process): New function refactored out of
1775 inferior-octave-send-list-and-digest.
1776 (octave-source-directories)
1777 (octave-find-definition-filename-function): New variables.
1778 (octave-source-directories)
1779 (octave-find-definition-default-filename): New functions.
1780 (octave-find-definition): Improve to find functions implemented in C++.
1781
1782 2013-05-12 Glenn Morris <rgm@gnu.org>
1783
1784 * calendar/diary-lib.el (diary-outlook-format-1):
1785 Don't include dayname in the output. (Bug#14349)
1786
1787 2013-05-11 Glenn Morris <rgm@gnu.org>
1788
1789 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
1790
1791 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
1792 Treat cc-provide like provide.
1793
1794 2013-05-11 Kevin Ryde <user42@zip.com.au>
1795
1796 * cus-dep.el (custom-make-dependencies):
1797 Use generated-autoload-load-name for the sake of files such
1798 such cedet/semantic/bovine/c.el, where the base file name
1799 is not in load-path. (Bug#5277)
1800
1801 2013-05-11 Glenn Morris <rgm@gnu.org>
1802
1803 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
1804 Provide features.
1805
1806 2013-05-11 Leo Liu <sdl.web@gmail.com>
1807
1808 * progmodes/octave.el (octave-indent-comment): Improve.
1809 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
1810 (octave-eldoc-function-signatures, octave-eldoc-function):
1811 New functions.
1812 (octave-mode, inferior-octave-mode): Add eldoc support.
1813
1814 2013-05-11 Richard Stallman <rms@gnu.org>
1815
1816 * epa.el (epa-decrypt-file): Take output file name as argument
1817 and read it using `interactive'.
1818
1819 2013-05-11 Leo Liu <sdl.web@gmail.com>
1820
1821 * progmodes/octave.el (octave-beginning-of-line)
1822 (octave-end-of-line): Check before using up-list because it jumps
1823 out of more syntactic contructs since moving to smie.
1824 (octave-indent-comment): New function.
1825 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
1826 (octave-begin-keywords, octave-end-keywords)
1827 (octave-reserved-words, octave-smie-bnf-table)
1828 (octave-smie-rules): Add new keywords from Octave 3.6.4.
1829
1830 2013-05-11 Glenn Morris <rgm@gnu.org>
1831
1832 * faces.el (internal-face-x-get-resource):
1833 * frame.el (ns-display-monitor-attributes-list):
1834 * calc/calc-aent.el (math-to-radians-2): Fix declarations.
1835
1836 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
1837
1838 * calc/calc-menu.el: Make it loadable in isolation.
1839
1840 * net/eudcb-bbdb.el: Make it loadable without bbdb.
1841 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
1842 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
1843 (eudc-bbdb-query-internal): Require 'bbdb.
1844
1845 * lpr.el (lpr-headers-switches):
1846 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
1847
1848 * progmodes/sql.el (sql-login-params): Fix and improve :type.
1849
1850 * emulation/edt-mapper.el: In batch mode, error rather than hang.
1851
1852 * term.el (term-set-escape-char): Make it idempotent.
1853
1854 2013-05-10 Leo Liu <sdl.web@gmail.com>
1855
1856 * progmodes/octave.el (inferior-octave-completion-table):
1857 No longer a function and all uses changed. Use cache to speed up
1858 completion due to bug#11906.
1859 (octave-beginning-of-defun): Re-write to be more general.
1860
1861 2013-05-10 Glenn Morris <rgm@gnu.org>
1862
1863 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
1864
1865 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
1866
1867 * comint.el (comint-redirect-send-command-to-process): Use :around
1868 rather than :override for comint-redirect-filter.
1869 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
1870 Call it instead of comint-redirect-original-filter-function (which
1871 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
1872
1873 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
1874
1875 * frame.el (display-monitor-attributes-list): Add NS case.
1876 (ns-display-monitor-attributes-list): Declare.
1877
1878 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
1879
1880 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
1881
1882 2013-05-09 Glenn Morris <rgm@gnu.org>
1883
1884 * international/fontset.el (vertical-centering-font-regexp):
1885 Set standard-value.
1886
1887 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
1888
1889 * bookmark.el (bookmark-search-delay):
1890 * cus-start.el (vertical-centering-font-regexp):
1891 * ps-mule.el (ps-mule-font-info-database-default):
1892 * ps-print.el (ps-default-fg, ps-default-bg):
1893 * type-break.el (type-break-good-break-interval):
1894 * whitespace.el (whitespace-indentation-regexp)
1895 (whitespace-space-after-tab-regexp):
1896 * emacs-lisp/testcover.el (testcover-1value-functions)
1897 (testcover-noreturn-functions, testcover-progn-functions)
1898 (testcover-prog1-functions):
1899 * emulation/viper-init.el (viper-emacs-state-cursor-color):
1900 * eshell/em-glob.el (eshell-glob-translate-alist):
1901 * play/tetris.el (tetris-tty-colors):
1902 * progmodes/cpp.el (cpp-face-default-list):
1903 * progmodes/flymake.el (flymake-allowed-file-name-masks):
1904 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
1905 (idlwave-help-browser-generic-args):
1906 * progmodes/make-mode.el (makefile-special-targets-list):
1907 * progmodes/python.el (python-shell-virtualenv-path):
1908 * progmodes/verilog-mode.el (verilog-active-low-regexp)
1909 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
1910 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
1911 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
1912 * textmodes/reftex-vars.el (reftex-format-label-function):
1913 * textmodes/remember.el (remember-diary-file): Fix custom types.
1914
1915 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
1916 Add :version.
1917
1918 2013-05-09 Leo Liu <sdl.web@gmail.com>
1919
1920 * progmodes/octave.el (inferior-octave-completion-at-point):
1921 Restore file completion. (Bug#14300)
1922 (inferior-octave-startup): Fix incorrect highlighting for the
1923 first prompt.
1924
1925 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1926
1927 * progmodes/ruby-mode.el: First cut at SMIE support.
1928 (ruby-use-smie): New var.
1929 (ruby-smie-grammar): New constant.
1930 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
1931 (ruby-smie--forward-token, ruby-smie--backward-token)
1932 (ruby-smie-rules): New functions.
1933 (ruby-mode-variables): Setup SMIE if applicable.
1934
1935 2013-05-08 Eli Zaretskii <eliz@gnu.org>
1936
1937 * simple.el (line-move-visual): Signal beginning/end of buffer
1938 only if vertical-motion moved less than it was requested. Avoids
1939 silly incorrect error messages when there are display strings with
1940 multiple newlines at EOL.
1941
1942 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1943
1944 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
1945 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
1946 (prolog-char-quote-workaround):
1947 * progmodes/cperl-mode.el (cperl-under-as-char):
1948 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
1949 Mark as obsolete.
1950 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
1951 their declaration.
1952 (vhdl-mode-syntax-table-init): Remove.
1953
1954 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
1955 last change.
1956
1957 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
1958 syntax for "_".
1959 (ld-script-font-lock-keywords):
1960 Change regexps to use things like \_< and \_>.
1961
1962 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
1963 Change all regexps to use things like \_< and \_>.
1964
1965 * progmodes/autoconf.el (autoconf-definition-regexp)
1966 (autoconf-font-lock-keywords, autoconf-current-defun-function):
1967 Handle a _ with symbol syntax.
1968 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
1969
1970 * progmodes/ada-mode.el (ada-mode-abbrev-table):
1971 Consolidate declaration.
1972 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
1973 the declaration.
1974 (ada-create-syntax-table): Remove.
1975 (ada-capitalize-word): Don't mess with the syntax of "_" since it
1976 already has the right syntax nowadays.
1977 (ada-goto-next-word): Don't change the syntax of "_".
1978
1979 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
1980 with-wrapper-hook.
1981
1982 2013-05-08 Sam Steingold <sds@gnu.org>
1983
1984 * thingatpt.el (thing-at-point): Accept optional second argument
1985 NO-PROPERTIES to strip the text properties from the return value.
1986 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
1987 to `thing-at-point' instead of stripping the properties ourselves.
1988 Also, when `thing-at-point' fails to find a url, prepend "http://"
1989 to the filename at point on the assumption that the user is
1990 pointing at something like gnu.org/gnu.
1991
1992 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
1993
1994 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
1995 * faces.el (crm-separator):
1996 Silence byte-compiler.
1997
1998 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
1999 (tool-bar-map): Remove unneeded defvars.
2000
2001 2013-05-08 Leo Liu <sdl.web@gmail.com>
2002
2003 Re-work a fix for bug#10994 based on Le Wang's patch.
2004 * ido.el (ido-remove-consecutive-dups): New helper.
2005 (ido-completing-read): Use it.
2006 (ido-chop): Revert fix for bug#10994.
2007
2008 2013-05-08 Adam Spiers <emacs@adamspiers.org>
2009
2010 * cus-edit.el (custom-save-variables):
2011 Pretty-print long values. (Bug#14187)
2012
2013 2013-05-08 Glenn Morris <rgm@gnu.org>
2014
2015 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
2016 (m4-mode-syntax-table): Init in the defvar.
2017 (m4-mode-abbrev-table): Let define-derived-mode define it.
2018
2019 2013-05-08 Tom Tromey <tromey@redhat.com>
2020
2021 * progmodes/m4-mode.el (m4-mode-syntax-table):
2022 Do not treat "_" as word constituent. (Bug#14167)
2023
2024 2013-05-07 Glenn Morris <rgm@gnu.org>
2025
2026 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
2027 Remove explicit eshell-isearch-cancel-map.
2028
2029 * progmodes/f90.el (f90-smart-end-names): New option.
2030 (f90-smart-end): Doc fix.
2031 (f90-end-block-optional-name): New constant.
2032 (f90-block-match): Respect f90-smart-end-names.
2033
2034 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2035
2036 * progmodes/octave.el (octave-smie-forward-token): Be more careful
2037 about implicit semi-colons (bug#14218).
2038
2039 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2040
2041 * frame.el (display-monitor-attributes-list)
2042 (frame-monitor-attributes): New functions.
2043
2044 2013-05-06 Leo Liu <sdl.web@gmail.com>
2045
2046 * progmodes/octave.el (octave-syntax-propertize-function): Change
2047 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
2048 (octave-font-lock-keywords): Use octave-operator-regexp.
2049 (octave-completion-at-point): Rename from
2050 octave-completion-at-point-function.
2051 (inferior-octave-directory-tracker): Robustify.
2052 (octave-text-functions): Remove and fix its uses. No such things
2053 any more.
2054
2055 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2056
2057 * emacs-lisp/trace.el (trace--display-buffer): New function.
2058 (trace-make-advice): Use it.
2059
2060 2013-05-06 Juri Linkov <juri@jurta.org>
2061
2062 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
2063 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
2064 Doc fix.
2065 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
2066 in the help string. (Bug#12985)
2067
2068 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
2069
2070 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
2071
2072 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2073
2074 * progmodes/perl-mode.el: Add support for here documents.
2075 (perl-syntax-propertize-function): Match here-doc markers.
2076 (perl-syntax-propertize-special-constructs): Find their end.
2077 (perl-imenu-generic-expression): Use [:alnum:].
2078
2079 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
2080 (advice--add-function): Refresh the advice if already present
2081 (bug#14317).
2082
2083 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
2084
2085 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
2086
2087 2013-05-06 Glenn Morris <rgm@gnu.org>
2088
2089 * w32-fns.el (w32-charset-info-alist): Declare.
2090
2091 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
2092 of its defcustom properties.
2093 (eshell-cmpl-initialize): No need to load pcomplete.
2094
2095 * generic-x.el: No need to require comint when compiling.
2096
2097 * net/eudc-export.el: Make it loadable without bbdb.
2098 (top-level): Use require rather than load-library.
2099 (eudc-create-bbdb-record, eudc-bbdbify-phone)
2100 (eudc-batch-export-records-to-bbdb)
2101 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
2102 Require bbdb.
2103
2104 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2105
2106 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
2107 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
2108 some tweaks, instead.
2109
2110 2013-05-05 Leo Liu <sdl.web@gmail.com>
2111
2112 * progmodes/octave.el (octave-font-lock-keywords)
2113 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
2114 (inferior-octave-send-list-and-digest): Improve error message.
2115 (octave-mode, inferior-octave-mode): Use setq-local.
2116 (octave-help): Set info-lookup-mode.
2117
2118 2013-05-05 Richard Stallman <rms@gnu.org>
2119
2120 * vc/compare-w.el (compare-windows-whitespace):
2121 Treat no-break space as whitespace.
2122
2123 * mail/rmailsum.el (rmail-summary-rmail-update):
2124 Detect empty summary and don't change selected message.
2125 (rmail-summary-goto-msg): Likewise.
2126
2127 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
2128 Doc fixes, rename args.
2129
2130 2013-05-05 Alan Mackenzie <acm@muc.de>
2131
2132 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
2133
2134 2013-05-05 Juri Linkov <juri@jurta.org>
2135
2136 * info.el (Info-read-subfile): Use (point-min) instead of (point)
2137 to not add the length of the summary segment to the return value.
2138 (Bug#14125)
2139
2140 2013-05-05 Leo Liu <sdl.web@gmail.com>
2141
2142 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
2143 (inferior-octave-output-filter): Remove.
2144 (octave-send-region, inferior-octave-startup): Fix callers.
2145 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
2146 (octave-binary-file-extensions): New user variable.
2147 (octave-find-definition): Confirm if opening binary files.
2148 (octave-help-file): Use octave-find-definition to get the binary
2149 confirmation.
2150 (octave-help): Adjust for octave-help-file change.
2151
2152 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2153
2154 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
2155 Merge the two entries that handle function definitions.
2156 (pascal--syntax-propertize): New const.
2157 (pascal-mode): Use it. Use setq-local.
2158
2159 2013-05-04 Glenn Morris <rgm@gnu.org>
2160
2161 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
2162 (diary-from-outlook): Respect diary-from-outlook-function.
2163
2164 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
2165
2166 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
2167 Move the declaration from C.
2168 (read-minibuffer, eval-minibuffer): Move from C.
2169 (completion-setup-function): Avoid minibuffer-completion-contents.
2170
2171 2013-05-03 Leo Liu <sdl.web@gmail.com>
2172
2173 * progmodes/octave.el (octave-font-lock-keywords): Do not
2174 dehighlight 'end' in comments or strings.
2175 (octave-completing-read, octave-goto-function-definition):
2176 New helpers.
2177 (octave-help-buffer): New user variable.
2178 (octave-help-file, octave-help-function): New button types.
2179 (octave-help): New command and bind it to C-h ;.
2180 (octave-find-definition): New command and bind it to M-.
2181 (user-error): Alias to error if not defined.
2182
2183 2013-05-02 Leo Liu <sdl.web@gmail.com>
2184
2185 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
2186 for \. (bug#14332)
2187 (octave-font-lock-keywords): Include [ and {.
2188
2189 2013-05-02 Leo Liu <sdl.web@gmail.com>
2190
2191 * progmodes/octave.el (inferior-octave-startup-file): Change default.
2192 (inferior-octave): Remove calling comint-mode and return the buffer.
2193 (inferior-octave-startup): Cosmetic changes.
2194
2195 2013-05-02 Leo Liu <sdl.web@gmail.com>
2196
2197 * progmodes/octave.el (octave-syntax-propertize-function):
2198 Include the case when ' is at line beginning. (Bug#14336)
2199
2200 2013-05-02 Glenn Morris <rgm@gnu.org>
2201
2202 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
2203 * desktop.el (vc-dir-mode): Just autoload it here.
2204
2205 2013-05-02 Alan Mackenzie <acm@muc.de>
2206
2207 Eliminate variable c-standard-font-lock-fontify-region-function.
2208 * progmodes/cc-mode.el
2209 (c-standard-font-lock-fontify-region-function): Remove.
2210 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
2211
2212 2013-05-01 Leo Liu <sdl.web@gmail.com>
2213
2214 * progmodes/octave.el: Compatible with older emacs-24 releases.
2215 (inferior-octave-has-built-in-variables): Remove. Built-in
2216 variables were removed from Octave in 2007.
2217 (inferior-octave-startup): Fix uses.
2218 (comint-line-beginning-position): Remove compatibility code for
2219 emacs 21.
2220
2221 2013-05-01 Juri Linkov <juri@jurta.org>
2222
2223 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
2224
2225 2013-05-01 Juri Linkov <juri@jurta.org>
2226
2227 * comint.el (comint-previous-matching-input): Don't print message
2228 "History item: %d" when `isearch-mode' is active.
2229 (comint-history-isearch-message): Print message "History item: %d"
2230 when `comint-input-ring-index' is not empty and this function is
2231 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
2232
2233 2013-05-01 Leo Liu <sdl.web@gmail.com>
2234
2235 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
2236 definitions. Use completion-at-point to insert keywords.
2237 (octave-abbrev-start): Remove.
2238 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
2239
2240 2013-04-30 Leo Liu <sdl.web@gmail.com>
2241
2242 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
2243 change.
2244
2245 2013-04-30 Alan Mackenzie <acm@muc.de>
2246
2247 Handle arbitrarily long C++ member initialisation lists.
2248 * progmodes/cc-engine.el (c-back-over-member-initializers):
2249 new function.
2250 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
2251 (most) member init lists.
2252
2253 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
2254
2255 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
2256 variable.
2257
2258 2013-04-30 Leo Liu <sdl.web@gmail.com>
2259
2260 * progmodes/octave.el (octave-variables): Remove. No builtin
2261 variables any more. All converted to functions.
2262 (octave-font-lock-keywords, octave-completion-at-point-function):
2263 Fix uses.
2264 (octave-font-lock-texinfo-comment): New user variable.
2265 (octave-texinfo-font-lock-keywords): New variable for texinfo
2266 comment block.
2267 (octave-function-comment-block): New face.
2268 (octave-font-lock-texinfo-comment): New function.
2269 (octave-mode): Font lock texinfo comment block.
2270
2271 2013-04-29 Leo Liu <sdl.web@gmail.com>
2272
2273 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
2274 indexing expression.
2275 (octave-continuation-string): Do not use \.
2276 (inferior-octave-complete-impossible): Remove.
2277 (inferior-octave-completion-table)
2278 (inferior-octave-completion-at-point): Remove its uses.
2279 (inferior-octave-startup): completion_matches was introduced to
2280 Octave in 1996 so safe to assume it.
2281 (octave-function-file-comment): Improve to follow how Octave does it.
2282 (octave-update-function-file-comment): Tweak.
2283
2284 2013-04-29 Leo Liu <sdl.web@gmail.com>
2285
2286 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
2287 (inferior-octave-startup): Remove inferior-octave-startup-hook.
2288 (octave-function-file-comment): Fix typo.
2289 (octave-sync-function-file-names): Use read-char-choice.
2290
2291 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
2292
2293 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
2294 to t for the less important warnings.
2295
2296 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
2297
2298 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
2299
2300 2013-04-27 Glenn Morris <rgm@gnu.org>
2301
2302 * vc/log-view.el (log-view-current-entry):
2303 Treat "---" separator lines as part of the following rev. (Bug#14169)
2304
2305 2013-04-27 Juri Linkov <juri@jurta.org>
2306
2307 * subr.el (read-number): Doc fix about using it by interactive
2308 code letter `n'. (Bug#14254)
2309
2310 2013-04-27 Juri Linkov <juri@jurta.org>
2311
2312 * desktop.el (desktop-auto-save-timeout): New option.
2313 (desktop-file-checksum): New variable.
2314 (desktop-save): Add optional arg `auto-save' and don't auto-save
2315 if nothing changed.
2316 (desktop-auto-save-timer): New variable.
2317 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
2318 (after-init-hook): Call `desktop-auto-save-set-timer'.
2319 Suggested by Reuben Thomas <rrt@sc3d.org> in
2320 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
2321
2322 2013-04-27 Leo Liu <sdl.web@gmail.com>
2323
2324 * progmodes/octave.el (octave-function-file-p)
2325 (octave-skip-comment-forward, octave-function-file-comment)
2326 (octave-update-function-file-comment): New functions.
2327 (octave-mode-map): Bind C-c ; to
2328 octave-update-function-file-comment.
2329 (octave-mode-menu): Add octave-update-function-file-comment.
2330 (octave-mode, inferior-octave-mode): Fix doc-string.
2331 (octave-insert-defun): Conform to Octave's coding convention.
2332 (Bug#14285)
2333
2334 * files.el (basic-save-buffer): Don't let errors in
2335 before-save-hook prevent saving buffer.
2336
2337 2013-04-20 Roland Winkler <winkler@gnu.org>
2338
2339 * faces.el (read-face-name): Use completing-read if arg multiple
2340 is nil.
2341
2342 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
2343
2344 * ls-lisp.el (ls-lisp-insert-directory): If no files are
2345 displayed, move point to after the totals line.
2346 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
2347 for the details.
2348
2349 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2350
2351 * emacs-lisp/package.el (package-autoload-ensure-default-file):
2352 Add current dir to the load-path.
2353 (package-generate-autoloads): Don't rely on
2354 autoload-ensure-default-file.
2355
2356 2013-04-26 Reuben Thomas <rrt@sc3d.org>
2357
2358 * textmodes/remember.el (remember-store-in-files): Document that
2359 the file name format is passed to `format-time-string'.
2360
2361 2013-04-26 Leo Liu <sdl.web@gmail.com>
2362
2363 * progmodes/octave.el (octave-sync-function-file-names): New function.
2364 (octave-mode): Use it in before-save-hook.
2365
2366 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2367
2368 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
2369 (bug#14274).
2370
2371 * progmodes/octave.el (octave-smie-forward-token): Properly skip
2372 \n and comment, even if it's not an implicit ; (bug#14218).
2373
2374 2013-04-26 Glenn Morris <rgm@gnu.org>
2375
2376 * subr.el (read-number): Once more use `read' rather than
2377 `string-to-number', to trap non-numeric input. (Bug#14254)
2378
2379 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
2380
2381 * emacs-lisp/syntax.el (syntax-propertize-multiline):
2382 Use `syntax-multiline' text property consistently instead of
2383 `font-lock-multiline'. (Bug#14237)
2384
2385 2013-04-26 Glenn Morris <rgm@gnu.org>
2386
2387 * emacs-lisp/shadow.el (list-load-path-shadows):
2388 No longer necessary to check for duplicate simple.el, since
2389 2012-07-07 change to init_lread to not include installation lisp
2390 directories in load-path when running uninstalled. (Bug#14270)
2391
2392 2013-04-26 Leo Liu <sdl.web@gmail.com>
2393
2394 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
2395 (octave-mode, inferior-octave-mode): Use setq-local.
2396 (octave-not-in-string-or-comment-p): Rename to
2397 octave-in-string-or-comment-p.
2398 (octave-in-comment-p, octave-in-string-p)
2399 (octave-in-string-or-comment-p): Replace defsubst with defun.
2400
2401 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
2402
2403 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
2404
2405 2013-04-25 Bastien Guerry <bzg@gnu.org>
2406
2407 * textmodes/remember.el (remember-data-directory)
2408 (remember-directory-file-name-format): Fix custom types.
2409
2410 2013-04-25 Leo Liu <sdl.web@gmail.com>
2411
2412 * progmodes/octave.el (octave-completion-at-point-function):
2413 Make use of inferior octave process.
2414 (octave-initialize-completions): Remove.
2415 (inferior-octave-completion-table): New function.
2416 (inferior-octave-completion-at-point): Use it.
2417 (octave-completion-alist): Remove.
2418
2419 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2420
2421 * progmodes/opascal.el: Use font-lock and syntax-propertize.
2422 (opascal-mode-syntax-table): New var.
2423 (opascal-literal-kind, opascal-is-literal-end)
2424 (opascal-literal-token-at): Rewrite.
2425 (opascal--literal-start-re, opascal-font-lock-keywords)
2426 (opascal--syntax-propertize): New constants.
2427 (opascal-font-lock-defaults): Adjust.
2428 (opascal-mode): Use them. Set comment-<foo> variables as well.
2429 (delphi-comment-face, opascal-comment-face, delphi-string-face)
2430 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
2431 (delphi-other-face, opascal-other-face): Remove face variables.
2432 (opascal-save-state): Remove macro.
2433 (opascal-fontifying-progress-step): Remove constant.
2434 (opascal--ignore-changes): Remove var.
2435 (opascal-set-token-property, opascal-parse-next-literal)
2436 (opascal-is-stable-literal, opascal-complete-literal)
2437 (opascal-is-literal-start, opascal-face-of)
2438 (opascal-parse-region, opascal-parse-region-until-stable)
2439 (opascal-fontify-region, opascal-after-change)
2440 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
2441 (opascal-debug-parse-region, opascal-debug-parse-window)
2442 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
2443 (opascal-debug-fontify-buffer): Remove.
2444 (opascal-debug-mode-map): Adjust accordingly.
2445
2446 2013-04-25 Leo Liu <sdl.web@gmail.com>
2447
2448 Merge octave-mod.el and octave-inf.el into octave.el with some
2449 cleanups.
2450 * progmodes/octave.el: New file renamed from octave-mod.el.
2451 * progmodes/octave-inf.el: Merged into octave.el.
2452 * progmodes/octave-mod.el: Renamed to octave.el.
2453
2454 2013-04-25 Tassilo Horn <tsdh@gnu.org>
2455
2456 * textmodes/reftex-vars.el
2457 (reftex-label-ignored-macros-and-environments): New defcustom.
2458
2459 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
2460
2461 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2462
2463 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
2464 (smie-indent-keyword): Improve the check to ensure that the next
2465 comment is really on the same line.
2466 (smie-indent-comment): Don't align with a subsequent closer (or eob).
2467
2468 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
2469 semi-colons if the line is not otherwise empty (bug#14218).
2470
2471 2013-04-25 Glenn Morris <rgm@gnu.org>
2472
2473 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
2474
2475 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
2476
2477 * progmodes/opascal.el (opascal-set-token-property): Rename from
2478 opascal-set-text-properties and only set `token' (bug#14134).
2479 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
2480 (opascal-literal-text-properties): Remove.
2481 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
2482 Adjust callers.
2483
2484 2013-04-24 Reuben Thomas <rrt@sc3d.org>
2485
2486 * textmodes/remember.el (remember-handler-functions): Add an
2487 option for a new handler `remember-store-in-files'.
2488 (remember-data-directory, remember-directory-file-name-format):
2489 New options.
2490 (remember-store-in-files): New function to store remember notes
2491 as separate files within a directory.
2492
2493 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
2494
2495 * progmodes/compile.el (compilation-next-error-function):
2496 Pass "formats" to compilation-find-file (bug#11777).
2497
2498 2013-04-24 Glenn Morris <rgm@gnu.org>
2499
2500 * vc/vc-bzr.el (vc-bzr-print-log):
2501 * vc/vc-hg.el (vc-hg-print-log):
2502 * vc/vc-svn.el (vc-svn-print-log):
2503 Fix START-REVISION with LIMIT != 1. (Bug#14168)
2504
2505 * vc/vc-bzr.el (vc-bzr-print-log):
2506 * vc/vc-cvs.el (vc-cvs-print-log):
2507 * vc/vc-git.el (vc-git-print-log):
2508 * vc/vc-hg.el (vc-hg-print-log):
2509 * vc/vc-mtn.el (vc-mtn-print-log):
2510 * vc/vc-rcs.el (vc-rcs-print-log):
2511 * vc/vc-sccs.el (vc-sccs-print-log):
2512 * vc/vc-svn.el (vc-svn-print-log):
2513 * vc/vc.el (vc-print-log-internal): Doc fixes.
2514
2515 2013-04-23 Glenn Morris <rgm@gnu.org>
2516
2517 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
2518 Remove venerable code attempting to avoid substitute-command-keys.
2519
2520 2013-04-23 Tassilo Horn <tsdh@gnu.org>
2521
2522 * textmodes/reftex-vars.el (reftex-label-regexps):
2523 Call `reftex-compile-variables' after changes to this variable.
2524
2525 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
2526
2527 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
2528 Use lexical-binding.
2529 (jit-lock-force-redisplay): Use markers, check buffer's continued
2530 existence and beware narrowed buffers.
2531 (jit-lock-fontify-now): Adjust call accordingly.
2532
2533 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2534
2535 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
2536 to avoid misleading the user.
2537
2538 2013-04-22 Leo Liu <sdl.web@gmail.com>
2539
2540 * info-look.el: Prefer latex2e.info. (Bug#14240)
2541
2542 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
2543
2544 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
2545
2546 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
2547 * net/tramp.el (tramp-call-process): ... here
2548 (tramp-set-completion-function, tramp-parse-putty):
2549 * net/tramp-adb.el (tramp-adb-execute-adb-command):
2550 * net/tramp-gvfs.el (tramp-gvfs-send-command):
2551 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
2552 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
2553 (tramp-call-local-coding-command): Use `tramp-call-process'
2554 instead of `tramp-compat-call-process'.
2555
2556 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
2557 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
2558 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
2559 (tramp-find-inline-compress): Improve traces.
2560 (tramp-maybe-send-script): Check for Perl binary.
2561 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
2562
2563 2013-04-22 Daiki Ueno <ueno@gnu.org>
2564
2565 * epg.el (epg-context-pinentry-mode): New function.
2566 (epg-context-set-pinentry-mode): New function.
2567 (epg--start): Pass --pinentry-mode option to gpg command.
2568
2569 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
2570
2571 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
2572 `comint-dynamic-complete' is obsolete since 24.1, replaced by
2573 `completion-at-point'. (Bug#13774)
2574
2575 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
2576 default key binding for `describe-distribution' has been moved to
2577 `C-h C-o'. (Bug#13970)
2578
2579 2013-04-21 Glenn Morris <rgm@gnu.org>
2580
2581 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
2582 Add doc strings.
2583 (vc-print-log): Clarify interactive prompt.
2584
2585 2013-04-20 Glenn Morris <rgm@gnu.org>
2586
2587 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
2588 No longer include timestamp etc information.
2589
2590 2013-04-20 Roland Winkler <winkler@gnu.org>
2591
2592 * faces.el (read-face-name): Bug fix, return just one face if arg
2593 multiple is nil. (Bug#14209)
2594
2595 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2596
2597 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
2598 (remove-function): Autoload.
2599
2600 * comint.el (comint-redirect-original-filter-function): Remove.
2601 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
2602 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
2603 (vc-cvs-annotate-command):
2604 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
2605 * progmodes/prolog.el (prolog-consult-compile):
2606 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
2607 Use add/remove-function instead.
2608 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
2609 (gud-tooltip-process-output, gud-tooltip-tips):
2610 Use add/remove-function instead.
2611 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
2612 (scheme-interaction-mode, exit-scheme-interaction-mode):
2613 Use add/remove-function instead.
2614
2615 * vc/vc-dispatcher.el: Use lexical-binding.
2616 (vc--process-sentinel): Rename from vc-process-sentinel.
2617 Change last arg to be the code to run. Don't use vc-previous-sentinel
2618 and vc-sentinel-commands any more.
2619 (vc-exec-after): Allow code to be a function. Use add/remove-function.
2620 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
2621
2622 2013-04-19 Masatake YAMATO <yamato@redhat.com>
2623
2624 * progmodes/sh-script.el (sh-imenu-generic-expression):
2625 Handle function names with a single character. (Bug#14111)
2626
2627 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
2628
2629 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
2630 for subroutines defined in an eval (bug#14182).
2631
2632 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2633
2634 * bookmark.el (bookmark-completing-read): Improve handling of empty
2635 string (bug#14176).
2636
2637 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2638
2639 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
2640
2641 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
2642
2643 New faster Imenu implementation (bug#14058).
2644 * progmodes/python.el:
2645 (python-imenu-prev-index-position):
2646 (python-imenu-format-item-label-function)
2647 (python-imenu-format-parent-item-label-function)
2648 (python-imenu-format-parent-item-jump-label-function):
2649 New vars.
2650 (python-imenu-format-item-label)
2651 (python-imenu-format-parent-item-label)
2652 (python-imenu-format-parent-item-jump-label)
2653 (python-imenu--put-parent, python-imenu--build-tree)
2654 (python-imenu-create-index, python-imenu-create-flat-index)
2655 (python-util-popn): New functions.
2656 (python-mode): Set imenu-create-index-function to
2657 python-imenu-create-index.
2658
2659 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2660
2661 * winner.el (winner-active-region): Use region-active-p, activate-mark
2662 and deactivate-mark (bug#14225).
2663
2664 * simple.el (deactivate-mark): Don't inline it.
2665
2666 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
2667
2668 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
2669
2670 2013-04-18 Tassilo Horn <tsdh@gnu.org>
2671
2672 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
2673 file extensions from the archive-mode entry in order to prefer
2674 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
2675
2676 2013-04-18 Leo Liu <sdl.web@gmail.com>
2677
2678 * bindings.el (help-event-list): Add ?\?.
2679
2680 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2681
2682 * subr.el (with-wrapper-hook): Declare obsolete.
2683 * simple.el (filter-buffer-substring-function): New hook.
2684 (filter-buffer-substring): Use it.
2685 (filter-buffer-substring-functions): Mark obsolete.
2686 * minibuffer.el (completion-in-region-function): New hook.
2687 (completion-in-region): Use it.
2688 (completion-in-region-functions): Mark obsolete.
2689 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
2690 * abbrev.el (abbrev-expand-function): New hook.
2691 (expand-abbrev): Use it.
2692 (abbrev-expand-functions): Mark obsolete.
2693 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
2694 and :filter-return.
2695
2696 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2697
2698 * progmodes/python.el (python-nav--syntactically): Fix cornercases
2699 and do not care about match data.
2700
2701 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
2702
2703 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
2704 completion tables when completing error conditions and
2705 `declare' arguments.
2706 (lisp-complete-symbol, field-complete): Mark as obsolete.
2707 (check-parens): Unmatched parens are user errors.
2708 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
2709
2710 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
2711
2712 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
2713 command changed buffer (ie. `flyspell-pre-buffer' is not current
2714 buffer), which prevents making decisions based on invalid value of
2715 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
2716 cause an error when `flyspell-pre-point' was nil after switching
2717 buffers.
2718 (flyspell-post-command-hook): No longer needs to change buffers when
2719 checking pre-word. While at it remove unnecessary progn.
2720
2721 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
2722
2723 * textmodes/ispell.el (ispell-add-per-file-word-list):
2724 Fix `flyspell-correct-word-before-point' error when accepting
2725 words and `coment-padding' is an integer by using
2726 `comment-normalize-vars' (Bug #14214).
2727
2728 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2729
2730 New defun movement commands.
2731 * progmodes/python.el (python-nav--syntactically)
2732 (python-nav--forward-defun, python-nav-backward-defun)
2733 (python-nav-forward-defun): New functions.
2734
2735 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2736
2737 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
2738 (python-syntax-context): Use named compiler-macro for backwards
2739 compatibility with Emacs 24.x.
2740
2741 2013-04-17 Leo Liu <sdl.web@gmail.com>
2742
2743 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
2744 octave-hide-process-buffer.
2745
2746 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
2747
2748 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
2749 (bug#14216).
2750
2751 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
2752
2753 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
2754 Fix adjustment of offset when receiving incomplete responses from GDB
2755 (bug#14129).
2756
2757 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2758
2759 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
2760 python-mode-abbrev-table.
2761 (python-skeleton-define): Adjust accordingly.
2762 (python-mode-abbrev-table): New table that inherits from it so that
2763 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
2764
2765 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
2766 (abbrev-symbol): Use it.
2767 (abbrev--before-point): Use it since we already handle inheritance.
2768
2769 2013-04-16 Leo Liu <sdl.web@gmail.com>
2770
2771 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
2772 binding to info-lookup-symbol.
2773
2774 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
2775
2776 * minibuffer.el (completion--twq-all):
2777 * term/ns-win.el (ns-initialize-window-system):
2778 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
2779
2780 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2781
2782 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
2783 global bindings.
2784
2785 * doc-view.el (doc-view-start-process): Handle url-handler directories.
2786
2787 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
2788
2789 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
2790 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
2791 to nil.
2792 (ruby-end-of-defun): Remove the unused arg, change the docstring
2793 to reflect that this function is only used as the value of
2794 `end-of-defun-function'.
2795 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
2796 to reflect an earlier change that beginning/end-of-defun functions
2797 jump between methods in a class definition, as well as top-level
2798 functions.
2799
2800 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2801
2802 * minibuffer.el (minibuffer-complete): Don't just scroll
2803 a *Completions* that's been iconified.
2804 (minibuffer-force-complete): Make sure repetitions do cycle when going
2805 through completion-in-region -> minibuffer-complete.
2806
2807 2013-04-15 Alan Mackenzie <acm@muc.de>
2808
2809 Correct the placement of c-cpp-delimiters when there're #s not at
2810 col 0.
2811
2812 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
2813 place a submatch around the #.
2814 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
2815 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
2816 on the #, not BOL.
2817
2818 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
2819
2820 * emacs-lisp/nadvice.el: Properly test names when adding advice.
2821 (advice--member-p): New arg `name'.
2822 (advice--add-function, advice-member-p): Use it (bug#14202).
2823
2824 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
2825
2826 Reformulate java imenu-generic-expression.
2827 The old expression contained ill formed regexps.
2828
2829 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
2830 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
2831 (cc-imenu-java-method-arg-regexp): New defconsts.
2832 (cc-imenu-java-build-type-args-regex): New defun.
2833 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
2834 handling of spaces in the regexp.
2835
2836 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2837
2838 * textmodes/ispell.el (ispell-command-loop): Remove
2839 flyspell highlight of a word when ispell accepts it (bug #14178).
2840
2841 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
2842
2843 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
2844 uses code from the previous `ange-ftp-run-real-handler'.
2845 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
2846 only in case that function exist. This is needed for proper
2847 unloading of Tramp.
2848
2849 2013-04-15 Tassilo Horn <tsdh@gnu.org>
2850
2851 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
2852
2853 * textmodes/reftex.el (reftex-compile-variables): Use it.
2854
2855 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2856
2857 * files.el (normal-mode): Only use default major-mode if no other mode
2858 was specified.
2859
2860 * emacs-lisp/trace.el (trace-values): New function.
2861
2862 * files.el: Allow : in local variables (bug#14089).
2863 (hack-local-variable-regexp): New var.
2864 (hack-local-variables-prop-line, hack-local-variables): Use it.
2865
2866 2013-04-13 Roland Winkler <winkler@gnu.org>
2867
2868 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
2869 data before it gets modified by bibtex-beginning-of-entry.
2870
2871 2013-04-13 Roland Winkler <winkler@gnu.org>
2872
2873 * textmodes/bibtex.el (bibtex-url): Doc fix.
2874
2875 2013-04-13 Roland Winkler <winkler@gnu.org>
2876
2877 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
2878 does not visit a BibTeX file, exclude it from the list of buffers
2879 returned by bibtex-initialize.
2880
2881 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
2882
2883 * window.el (split-window): Remove interactive form, since as a
2884 command this function is a special case of split-window-below.
2885 Correct doc string.
2886
2887 2013-04-12 Roland Winkler <winkler@gnu.org>
2888
2889 * faces.el (read-face-name): Do not override value of arg default.
2890 Allow single faces and strings as default values. Remove those
2891 elements from return value that are not faces.
2892 (describe-face): Simplify.
2893 (face-at-point): New optional args thing and multiple so that this
2894 function can provide the same functionality previously provided by
2895 read-face-name.
2896 (make-face-bold, make-face-unbold, make-face-italic)
2897 (make-face-unitalic, make-face-bold-italic, invert-face)
2898 (modify-face, read-face-and-attribute): Use face-at-point.
2899
2900 * cus-edit.el (customize-face, customize-face-other-window)
2901 * cus-theme.el (custom-theme-add-face)
2902 * face-remap.el (buffer-face-set)
2903 * facemenu.el (facemenu-set-face): Use face-at-point.
2904
2905 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
2906
2907 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
2908
2909 2013-04-10 Tassilo Horn <tsdh@gnu.org>
2910
2911 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
2912 off leading { and trailing } from field values.
2913
2914 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2915
2916 * emacs-lisp/timer.el (timer--check): New function.
2917 (timer--time, timer-set-function, timer-event-handler): Use it.
2918 (timer-set-idle-time): Simplify.
2919 (timer--activate): CSE.
2920 (timer-event-handler): Give more info in error message.
2921 (internal-timer-start-idle): New function, moved from C.
2922
2923 * mpc.el (mpc-proc): Add `restart' argument.
2924 (mpc-proc-cmd): Use it.
2925 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
2926 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
2927 less often.
2928
2929 2013-04-10 Masatake YAMATO <yamato@redhat.com>
2930
2931 * progmodes/sh-script.el: Implement `sh-mode' own
2932 `add-log-current-defun-function' (bug#14112).
2933 (sh-current-defun-name): New function.
2934 (sh-mode): Use the function.
2935
2936 2013-04-09 Bastien Guerry <bzg@gnu.org>
2937
2938 * simple.el (choose-completion-string): Fix docstring (bug#14163).
2939
2940 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
2941
2942 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
2943
2944 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
2945 timer (bug#14156).
2946
2947 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
2948
2949 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
2950 declaration.
2951
2952 2013-04-07 Leo Liu <sdl.web@gmail.com>
2953
2954 * pcmpl-x.el: New file.
2955
2956 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
2957
2958 Do not set x-display-name until X connection is established.
2959 This is needed to prevent from weird situation described at
2960 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
2961 * frame.el (make-frame): Set x-display-name after call to
2962 window system initialization function, not before.
2963 * term/x-win.el (x-initialize-window-system): Add optional
2964 display argument and use it.
2965 * term/w32-win.el (w32-initialize-window-system):
2966 * term/ns-win.el (ns-initialize-window-system):
2967 * term/pc-win.el (msdos-initialize-window-system):
2968 Add compatible optional display argument.
2969
2970 2013-04-06 Eli Zaretskii <eliz@gnu.org>
2971
2972 * files.el (normal-backup-enable-predicate): On MS-Windows and
2973 MS-DOS compare truenames of temporary-file-directory and of the
2974 file, so that 8+3 aliases (usually found in $TEMP on Windows)
2975 don't fail comparison by compare-strings. Also, compare file
2976 names case-insensitively on MS-Windows and MS-DOS.
2977
2978 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2979
2980 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
2981 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
2982
2983 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
2984
2985 * whitespace.el (whitespace-color-on, whitespace-color-off):
2986 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
2987
2988 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
2989
2990 * ispell.el (ispell-set-spellchecker-params):
2991 Really set `ispell-args' for all equivs.
2992
2993 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
2994
2995 * ido.el (ido-completions): Use extra elements of ido-decorations
2996 (bug#14143).
2997 (ido-decorations): Update docstring.
2998
2999 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
3000
3001 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
3002 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
3003 nil during initialization, in order not to miss changes since the
3004 file was opened. (Bug#14140)
3005
3006 2013-04-05 Leo Liu <sdl.web@gmail.com>
3007
3008 * kmacro.el (kmacro-call-macro): Fix bug#14135.
3009
3010 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
3011
3012 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
3013
3014 2013-04-04 Glenn Morris <rgm@gnu.org>
3015
3016 * electric.el (electric-pair-inhibit-predicate): Add :version.
3017
3018 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
3019
3020 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
3021 when a package is required several times (bug#14082).
3022
3023 2013-04-04 Roland Winkler <winkler@gnu.org>
3024
3025 * faces.el (read-face-name): Behave as promised by the docstring.
3026 Assume that arg default is a list of faces.
3027 (describe-face): Call read-face-name with list of default faces.
3028
3029 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3030
3031 * bookmark.el: Fix deletion of bookmarks (bug#13972).
3032 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
3033 (bookmark-bmenu-execute-deletions): Only skip first line if it's
3034 the header.
3035 (bookmark-exit-hook-internal): Save even if list is empty.
3036
3037 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
3038
3039 * emacs-lisp/package.el (package-pinned-packages): New var.
3040 (package--add-to-archive-contents): Obey it (bug#14118).
3041
3042 2013-04-03 Alan Mackenzie <acm@muc.de>
3043
3044 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
3045 Also adapt to the new values of element 7 of a parse state.
3046
3047 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
3048 parameter `not-in-delimiter'. Handle being inside comment opener.
3049 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
3050 character in case we're typing a '*' after a '/'.
3051 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
3052 instead by passing the parameter to c-state-pp-to-literal.
3053
3054 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
3055 for elt. 7 of a parse state.
3056
3057 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
3058
3059 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
3060 * international/latin1-disp.el, international/mule-util.el:
3061 * language/cyril-util.el, language/european.el, language/ind-util.el:
3062 * language/lao-util.el, language/thai.el, language/tibet-util.el:
3063 * language/tibetan.el, language/viet-util.el:
3064 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
3065
3066 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3067
3068 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
3069 (electric-pair-post-self-insert-function): Use it.
3070 (electric-pair-default-inhibit): New function, extracted from
3071 electric-pair-post-self-insert-function.
3072
3073 2013-03-31 Roland Winkler <winkler@gnu.org>
3074
3075 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
3076
3077 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3078
3079 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
3080
3081 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
3082
3083 Un-indent after "pass" and "return" statements (Bug#13888)
3084 * progmodes/python.el (python-indent-block-enders): New var.
3085 (python-indent-calculate-indentation): Use it.
3086
3087 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
3088
3089 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
3090 defun. Defining it as defalias could introduce too eager
3091 byte-compiler optimization. (Bug#14030)
3092
3093 2013-03-30 Chong Yidong <cyd@gnu.org>
3094
3095 * iswitchb.el (iswitchb-read-buffer): Fix typo.
3096
3097 2013-03-30 Leo Liu <sdl.web@gmail.com>
3098
3099 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
3100 (kmacro-execute-from-register): Pass the keyboard macro to
3101 kmacro-call-macro or repeating won't work correctly.
3102
3103 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
3104
3105 * progmodes/subword.el: Back to using `forward-symbol'.
3106
3107 * subr.el (forward-whitespace, forward-symbol)
3108 (forward-same-syntax): Move from thingatpt.el.
3109
3110 2013-03-29 Leo Liu <sdl.web@gmail.com>
3111
3112 * kmacro.el (kmacro-to-register): New command.
3113 (kmacro-execute-from-register): New function.
3114 (kmacro-keymap): Bind to 'x'. (Bug#14071)
3115
3116 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
3117
3118 * mpc.el: Use defvar-local and setq-local.
3119 (mpc--proc-connect): Connection failures are not bugs.
3120 (mpc-mode-map): `follow-link' only applies to the buffer's content.
3121 (mpc-volume-map): Bind to the up-events.
3122
3123 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
3124
3125 * progmodes/subword.el (superword-mode): Use `forward-sexp'
3126 instead of `forward-symbol'.
3127
3128 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3129
3130 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
3131 (edebug--recursive-edit): Use it.
3132 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
3133 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
3134
3135 2013-03-28 Leo Liu <sdl.web@gmail.com>
3136
3137 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
3138
3139 2013-03-27 Eli Zaretskii <eliz@gnu.org>
3140
3141 * facemenu.el (list-colors-callback): New defvar.
3142 (list-colors-redisplay): New function.
3143 (list-colors-display): Install list-colors-redisplay as the
3144 revert-buffer-function. (Bug#14063)
3145
3146 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
3147
3148 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
3149 and suffixes don't overlap (bug#14061).
3150
3151 * case-table.el: Use lexical-binding.
3152 (case-table-get-table): New function.
3153 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
3154
3155 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3156
3157 * progmodes/subword.el: Add `superword-mode' to do word motion
3158 over symbol_words (parallels and leverages `subword-mode' which
3159 does word motion inside MixedCaseWords).
3160
3161 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
3162
3163 * eshell/em-unix.el: Move su and sudo to...
3164 * eshell/em-tramp.el: ...Eshell tramp module.
3165
3166 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3167
3168 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
3169 Change return value to be a sexp. Delay `get-buffer' to after
3170 restoring the desktop (bug#13951).
3171
3172 2013-03-26 Leo Liu <sdl.web@gmail.com>
3173
3174 * register.el: Move semantic tag handling back to
3175 cedet/semantic/senator.el. (Bug#14052)
3176
3177 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3178
3179 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
3180 into the prompt either (bug#13963).
3181
3182 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
3183
3184 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
3185 part of "(error-foo)".
3186
3187 2013-03-24 Juri Linkov <juri@jurta.org>
3188
3189 * replace.el (list-matching-lines-prefix-face): New defcustom.
3190 (occur-1): Pass `list-matching-lines-prefix-face' to the function
3191 `occur-engine' if `face-differs-from-default-p' returns t.
3192 (occur-engine): Add `,' inside backquote construct to evaluate
3193 `prefix-face'. Propertize the prefix with the `prefix-face' face.
3194 Pass `prefix-face' to the functions `occur-context-lines' and
3195 `occur-engine-add-prefix'.
3196 (occur-engine-add-prefix, occur-context-lines): Add optional arg
3197 `prefix-face' and propertize the prefix with `prefix-face'.
3198 (Bug#14017)
3199
3200 2013-03-24 Leo Liu <sdl.web@gmail.com>
3201
3202 * nxml/rng-valid.el (rng-validate-while-idle)
3203 (rng-validate-quick-while-idle): Guard against deleted buffer.
3204 (Bug#13999)
3205
3206 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
3207 is the last entry in kill-buffer-hook.
3208
3209 * files.el (kill-buffer-hook): Doc fix.
3210
3211 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
3212
3213 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
3214 Make it safe-local.
3215
3216 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
3217
3218 2013-03-23 Leo Liu <sdl.web@gmail.com>
3219
3220 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
3221 Remove.
3222
3223 * nxml/rng-valid.el (rng-validate-mode)
3224 (rng-after-change-function, rng-do-some-validation):
3225 * nxml/rng-maint.el (rng-validate-buffer):
3226 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
3227 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
3228 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
3229 (nxml-extend-after-change-region): Use with-silent-modifications.
3230
3231 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
3232 timer-idle-list.
3233
3234 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
3235 (rng-next-error-1, rng-previous-error-1): Do not let-bind
3236 timer-idle-list. (Bug#13999)
3237
3238 2013-03-23 Juri Linkov <juri@jurta.org>
3239
3240 * info.el (info-index-match): New face.
3241 (Info-index, Info-apropos-matches): Add a nested subgroup to the
3242 main pattern and add text properties with the new face to matches
3243 in index entries relative to the beginning of the index entry.
3244 (Bug#14015)
3245
3246 2013-03-21 Eric Ludlam <zappo@gnu.org>
3247
3248 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots):
3249 Inhibit read only while inserting objects.
3250
3251 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
3252
3253 * progmodes/cfengine.el: Update docs to mention
3254 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
3255 symbol motion. Remove "_" from the word syntax.
3256
3257 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
3258
3259 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
3260 syntax for both `cfengine2-mode' and `cfengine3-mode'.
3261
3262 2013-03-20 Juri Linkov <juri@jurta.org>
3263
3264 * info.el (Info-next-reference-or-link)
3265 (Info-prev-reference-or-link): New functions.
3266 (Info-next-reference, Info-prev-reference): Use them.
3267 (Info-try-follow-nearest-node): Handle footnote navigation.
3268 (Info-fontify-node): Fontify footnotes. (Bug#13989)
3269
3270 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3271
3272 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
3273 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
3274
3275 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
3276
3277 Suppress unnecessary non-ASCII chatter during build process.
3278 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
3279 (batch-skkdic-convert): Suppress most of the chatter.
3280 It's not needed so much now that machines are faster,
3281 and its non-ASCII component was confusing; see Dmitry Gutov in
3282 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
3283
3284 2013-03-20 Leo Liu <sdl.web@gmail.com>
3285
3286 * ido.el (ido-chop): Fix bug#10994.
3287
3288 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
3289
3290 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
3291 Remove vars.
3292 (whitespace-color-on, whitespace-color-off):
3293 Use `font-lock-fontify-buffer' (Bug#13817).
3294
3295 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
3296
3297 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
3298 remapping in mode-line.
3299 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
3300
3301 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
3302
3303 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
3304 value for `whitespace-line' face (Bug#13875).
3305 (whitespace-font-lock-keywords): Change description.
3306 (whitespace-color-on): Don't save `font-lock-keywords' value, save
3307 the constructed keywords instead.
3308 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
3309
3310 2013-03-19 Leo Liu <sdl.web@gmail.com>
3311
3312 * progmodes/compile.el (compilation-display-error): New command.
3313 (compilation-mode-map, compilation-minor-mode-map): Bind it to
3314 C-o. (Bug#13992)
3315
3316 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
3317
3318 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
3319
3320 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
3321
3322 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
3323
3324 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
3325
3326 * net/tramp-compat.el (tramp-compat-user-error): New defun.
3327
3328 * net/tramp-adb.el (tramp-adb-handle-shell-command):
3329 * net/tramp-gvfs.el (top):
3330 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
3331 (tramp-handle-shell-command): Use it.
3332 (tramp-dissect-file-name): Raise an error when hostname is a
3333 method name, and neither method nor user is specified.
3334
3335 * net/trampver.el: Update release number.
3336
3337 2013-03-18 Leo Liu <sdl.web@gmail.com>
3338
3339 Make sure eldoc can be turned off properly.
3340 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
3341 eldoc-mode.
3342 (eldoc-display-message-p): Revert last change.
3343 (eldoc-display-message-no-interference-p)
3344 (eldoc-print-current-symbol-info): Tweak.
3345
3346 2013-03-18 Tassilo Horn <tsdh@gnu.org>
3347
3348 * doc-view.el (doc-view-new-window-function): Check the new window
3349 overlay's display property instead the char property of the
3350 buffer's first char. Use `with-selected-window' instead of
3351 `save-window-excursion' with `select-window'.
3352 (doc-view-document->bitmap): Check the current doc-view overlay's
3353 display property instead the char property of the buffer's first char.
3354
3355 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
3356
3357 Automate the build of ja-dic.el (Bug#13984).
3358 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
3359 from the input, rather than assume that it's been done for us by the
3360 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
3361 the current date into a ja-dic.el comment, as that complicates
3362 regression testing.
3363
3364 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
3365
3366 * whitespace.el: Fix double evaluation.
3367 (whitespace-space, whitespace-hspace, whitespace-tab)
3368 (whitespace-newline, whitespace-trailing, whitespace-line)
3369 (whitespace-space-before-tab, whitespace-indentation)
3370 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
3371 obsolete defvars.
3372 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
3373 (whitespace-color-on): Use a single font-lock-add-keywords call.
3374 Fix double-evaluation of face variables.
3375
3376 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
3377
3378 * net/tramp-adb.el (tramp-adb-parse-device-names):
3379 Use `start-process' instead of `call-process'. Otherwise, the
3380 function might be blocked under MS Windows. (Bug#13299)
3381
3382 2013-03-17 Leo Liu <sdl.web@gmail.com>
3383
3384 Extend eldoc to display info in the mode-line. (Bug#13978)
3385 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
3386 (eldoc-mode-line-string): New variable.
3387 (eldoc-minibuffer-message): New function.
3388 (eldoc-message-function): New variable.
3389 (eldoc-message): Use it.
3390 (eldoc-display-message-p)
3391 (eldoc-display-message-no-interference-p):
3392 Support eldoc-post-insert-mode.
3393
3394 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
3395 (eval-expression): Run it.
3396
3397 2013-03-17 Roland Winkler <winkler@gnu.org>
3398
3399 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
3400 strings in the list of return values.
3401
3402 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
3403
3404 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
3405 radix before checking for HMS forms.
3406
3407 2013-03-16 Leo Liu <sdl.web@gmail.com>
3408
3409 * progmodes/scheme.el: Add indentation and font-locking for λ.
3410 (Bug#13975)
3411
3412 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
3413
3414 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
3415 token before point (bug#13942).
3416
3417 2013-03-16 Leo Liu <sdl.web@gmail.com>
3418
3419 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
3420
3421 2013-03-16 Eli Zaretskii <eliz@gnu.org>
3422
3423 * startup.el (command-line-normalize-file-name): Fix handling of
3424 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
3425 <xfq.free@gmail.com> in
3426 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
3427
3428 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
3429
3430 Sync with Tramp 2.2.7.
3431
3432 * net/trampver.el: Update release number.
3433
3434 2013-03-14 Tassilo Horn <tsdh@gnu.org>
3435
3436 * doc-view.el Fix bug#13887.
3437 (doc-view-insert-image): Don't modify overlay associated to
3438 non-live windows, and implement horizontal centering of image in
3439 case it's smaller than the window.
3440 (doc-view-new-window-function): Force redisplay of new windows on
3441 doc-view buffers.
3442
3443 2013-03-13 Karl Fogel <kfogel@red-bean.com>
3444
3445 * saveplace.el (save-place-alist-to-file): Don't sort
3446 `save-place-alist', just pretty-print it (bug#13882).
3447
3448 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
3449
3450 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Check,
3451 whether `default-file-name-coding-system' is bound. It isn't in
3452 XEmacs.
3453
3454 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3455
3456 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
3457 backquotes for `obsolete' (bug#13929).
3458
3459 * international/mule.el (find-auto-coding): Include file name in
3460 obsolescence warning (bug#13922).
3461
3462 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
3463
3464 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
3465 for CFEngine 3-specific indentation.
3466 (cfengine3-indent-line): Use it. Fix up category regex.
3467 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
3468
3469 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
3470
3471 * type-break.el (type-break-file-name):
3472 * textmodes/remember.el (remember-data-file):
3473 * strokes.el (strokes-file):
3474 * shadowfile.el (shadow-initialize):
3475 * saveplace.el (save-place-file):
3476 * ps-bdf.el (bdf-cache-file):
3477 * progmodes/idlwave.el (idlwave-config-directory):
3478 * net/quickurl.el (quickurl-url-file):
3479 * international/kkc.el (kkc-init-file-name):
3480 * ido.el (ido-save-directory-list-file):
3481 * emulation/viper.el (viper-custom-file-name):
3482 * emulation/vip.el (vip-startup-file):
3483 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
3484 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
3485
3486 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
3487
3488 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
3489 * language/thai-word.el: Switch to UTF-8.
3490
3491 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3492
3493 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
3494
3495 2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3496
3497 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
3498 Use with-current-buffer and don't move point.
3499 (net-utils-run-simple): Remove useless code.
3500 (net-utils-remove-ctl-m): Remove unused custom.
3501
3502 2013-03-11 Per Starbäck <starback@stp.lingfil.uu.se>
3503
3504 * international/characters.el (glyphless-set-char-table-range): New fun.
3505 (update-glyphless-char-display): Use it (bug#13744).
3506
3507 2013-03-11 Teodor Zlatanov <tzz@lifelogs.com>
3508
3509 * progmodes/cfengine.el: Update for CFEngine 3.4.2 and higher:
3510 namespaces in the syntax, indent closer for hanging brace
3511 correctly, allow single-quote delimited 'strings', and make
3512 `cfengine3-mode' the default.
3513
3514 2013-03-11 Jean-Philippe Gravel <jpgravel@gmail.com>
3515
3516 * progmodes/gdb-mi.el: Speed up initialization (bug#10580).
3517 Use lexical-binding. Fix up docstring according to conventions.
3518 (gdbmi-debug-mode): New var.
3519 (gdbmi-start-with, gdbmi-same-start, gdbmi-is-number, gdbmi-bnf-init)
3520 (gdbmi-bnf-output, gdbmi-bnf-skip-unrecognized, gdbmi-bnf-gdb-prompt)
3521 (gdbmi-bnf-result-record, gdbmi-bnf-out-of-band-record)
3522 (gdbmi-bnf-async-record, gdbmi-bnf-stream-record)
3523 (gdbmi-bnf-console-stream-output, gdbmi-bnf-target-stream-output)
3524 (gdbmi-bnf-log-stream-output, gdbmi-bnf-result-and-async-record-impl)
3525 (gdbmi-bnf-incomplete-record-result): New functions.
3526 (gdb-car<): Remove function.
3527 (gdbmi-record-list): Remove variable.
3528 (gdbmi-bnf-state, gdbmi-bnf-offset): New vars.
3529 (gdbmi-bnf-result-state-configs): New const.
3530 (gud-gdbmi-marker-filter): Rewrite.
3531 (gdb-ignored-notification, gdb-thread-created, gdb-thread-exited)
3532 (gdb-thread-selected, gdb-running, gdb-starting, gdb-stopped):
3533 Add `token' argument.
3534 (gdb-done, gdb-error): New functions.
3535 (gdb-done-or-error): Add `is-complete' argument. Change arg order.
3536
3537 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3538
3539 * term/xterm.el (xterm--report-background-handler): Don't burp
3540 upon timeout.
3541 (xterm--version-handler): Extract from terminal-init-xterm.
3542 (xterm--query): Don't mishandle timeout. Remove debugging messages.
3543 Allow multiple handlers.
3544 (terminal-init-xterm): Handle OSX's Terminal.app's incorrect answer.
3545
3546 * term/xterm.el: Don't discard input (bug#6758). Use lexical-binding.
3547 (xterm--report-background-handler, xterm--query): New functions.
3548 (terminal-init-xterm): Use them.
3549
3550 2013-03-11 Michael R. Mauger <michael@mauger.com>
3551
3552 * progmodes/sql.el Version 3.2
3553 Please note that my address changed to <michael@mauger.com>;
3554 the <mmaug@yahoo.com> address remains active.
3555 (sql-connection-alist): Updates documentation to fix bug#13715.
3556 (sql-connect): Handle missing `sql-connection-alist' correctly.
3557 (sql-mode-oracle-font-lock-keywords): Add missing keywords.
3558 (sql-magic-go, sql-magic-semicolon): Mark with `delete-selection'
3559 property.
3560 (sql-default-value): New function.
3561 (sql-get-login-ext, sql-get-login): Fixes bug where buffer-local
3562 values were not used.
3563 (sql-rename-buffer): Make sure alternate buffer name has no text
3564 properties.
3565 (sql-input-sender, sql-execute-feature): Fetch variable with
3566 `buffer-local-value' rather than `with-current-buffer'.
3567 (sql-*): Use #' function syntax consistently.
3568 (sql-*): Use message/error/user-error consistently.
3569
3570 2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3571
3572 * xt-mouse.el (xterm-mouse-event-read): Remove.
3573 (xterm-mouse--read-event-sequence-1000)
3574 (xterm-mouse--read-event-sequence-1006): Use read-event instead.
3575
3576 2013-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3577
3578 * term/xterm.el (xterm-function-map): Support format used with
3579 formatOtherKeys=1 (bug#13839).
3580
3581 * emacs-lisp/byte-run.el (dont-compile): Declare obsolete.
3582 (with-no-warnings): Use `declare'.
3583
3584 * whitespace.el (whitespace-enable-predicate): New variable.
3585 (whitespace-enable-predicate): Use it.
3586
3587 * comint.el (comint-send-input, comint-snapshot-last-prompt)
3588 (comint-output-filter, comint-update-fence):
3589 Use with-silent-modifications.
3590
3591 2013-03-10 Jambunathan K <kjambunathan@gmail.com>
3592
3593 * replace.el (occur-read-regexp-defaults-function): New var.
3594 (occur-read-regexp-defaults): New defun.
3595 (occur-read-primary-args): Propagate above change (bug#13892).
3596
3597 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3598
3599 * mouse.el (mouse-drag-track): Remove left-over debugging code.
3600
3601 2013-03-09 Michael Albinus <michael.albinus@gmx.de>
3602
3603 Major rewrite due to changed D-Bus interface of GVFS 1.14.
3604
3605 * net/tramp-gvfs.el (top): Extend check for gvfs availability.
3606 (tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
3607 (tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
3608 New defconst.
3609 (tramp-gvfs-file-name-handler-alist) [directory-files]
3610 [directory-files-and-attributes, file-exists-p, file-modes]:
3611 Use Tramp default handler.
3612 [file-acl, file-selinux-context, process-file, set-file-acl]:
3613 [set-file-modes, set-file-selinux-context, shell-command]:
3614 [start-file-process]: Remove handler.
3615 [verify-visited-file-modtime]: New handler.
3616 (tramp-gvfs-dbus-string-to-byte-array)
3617 (tramp-gvfs-dbus-byte-array-to-string): New defuns. Replace all
3618 calls of `dbus-string-to-byte-array' and
3619 `tramp-gvfs-dbus-byte-array-to-string'.
3620 (tramp-gvfs-handle-copy-file)
3621 (tramp-gvfs-handle-delete-directory)
3622 (tramp-gvfs-handle-delete-file, tramp-gvfs-handle-file-attributes)
3623 (tramp-gvfs-handle-file-directory-p)
3624 (tramp-gvfs-handle-file-executable-p)
3625 (tramp-gvfs-handle-file-name-all-completions)
3626 (tramp-gvfs-handle-file-readable-p)
3627 (tramp-gvfs-handle-file-writable-p)
3628 (tramp-gvfs-handle-insert-directory)
3629 (tramp-gvfs-handle-insert-file-contents)
3630 (tramp-gvfs-handle-make-directory, tramp-gvfs-handle-rename-file)
3631 (tramp-gvfs-handle-set-visited-file-modtime)
3632 (tramp-gvfs-handle-write-region): Rewrite.
3633 (tramp-gvfs-handle-file-acl)
3634 (tramp-gvfs-handle-file-selinux-context)
3635 (tramp-gvfs-handle-process-file, tramp-gvfs-handle-set-file-acl)
3636 (tramp-gvfs-handle-set-file-modes)
3637 (tramp-gvfs-handle-set-file-selinux-context)
3638 (tramp-gvfs-handle-shell-command)
3639 (tramp-gvfs-handle-start-file-process)
3640 (tramp-gvfs-handle-verify-visited-file-modtime): Remove defuns.
3641 (tramp-gvfs-url-file-name): Do not use `file-truename', we work
3642 over the symlinks. Fix user handling.
3643 (top, tramp-gvfs-handler-mounted-unmounted): Handle different names
3644 of the D-Bus signals.
3645 (tramp-gvfs-connection-mounted-p): Handle different names of the
3646 D-Bus methods.
3647 (tramp-gvfs-mount-spec-entry): New defun.
3648 (tramp-gvfs-mount-spec): Use it.
3649 (tramp-gvfs-maybe-open-connection): Check, that in case of "smb"
3650 there is a share name. Handle different names of the D-Bus
3651 signals and methods. Set connection properties needed for
3652 `tramp-check-cached-permissions'.
3653 (tramp-gvfs-send-command): Apply `tramp-gvfs-maybe-open-connection'.
3654 Return t or nil.
3655
3656 * net/tramp.el (tramp-backtrace): Move up.
3657 (tramp-error): Dump a backtrace into the debug buffer when
3658 `tramp-verbose > 9.
3659 (tramp-file-mode-type-map, tramp-file-mode-from-int)
3660 (tramp-file-mode-permissions, tramp-get-local-uid)
3661 (tramp-get-local-gid, tramp-check-cached-permissions): Move from
3662 tramp-sh.el.
3663
3664 * net/tramp-sh.el (tramp-file-mode-type-map)
3665 (tramp-check-cached-permissions, tramp-file-mode-from-int)
3666 (tramp-file-mode-permissions, tramp-get-local-uid)
3667 (tramp-get-local-gid): Move to tramp.el.
3668
3669 2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
3670
3671 Separate mouse-1-click-follows-link from mouse-drag-region.
3672 * mouse.el (mouse--down-1-maybe-follows-link): New function.
3673 (key-translation-map): Use it to implement mouse-1-click-follows-link.
3674 (mouse-drag-line, mouse-drag-track):
3675 Remove mouse-1-click-follows-link code.
3676 (mouse--remap-link-click-p): Remove.
3677
3678 2013-03-08 Jambunathan K <kjambunathan@gmail.com>
3679
3680 * hi-lock.el (hi-lock-read-regexp-defaults-function): New var.
3681 (hi-lock-read-regexp-defaults): New defun.
3682 (hi-lock-line-face-buffer, hi-lock-face-buffer)
3683 (hi-lock-face-phrase-buffer): Propagate above change.
3684 Update docstring (bug#13892).
3685
3686 * subr.el (find-tag-default-as-regexp): New defun.
3687 * replace.el (read-regexp): Propagate above change.
3688
3689 2013-03-08 Jay Belanger <jay.p.belanger@gmail.com>
3690
3691 * calc/calc-units.el (calc-convert-units): Fix the way that default
3692 new units are stored.
3693
3694 2013-03-07 Matthias Meulien <orontee@gmail.com>
3695
3696 * bookmark.el: Define a face to highlight bookmark names in
3697 bookmark menu buffers, where the default is a bold face similarly
3698 to buffer names in buffer menu buffers.
3699 (bookmark-menu-bookmark): New face to highlight bookmark names.
3700 (bookmark-insert-location): Remove duplicated text property to
3701 conform to buffer list (see `list-buffers').
3702 (bookmark-bmenu-list, bookmark-bmenu-hide-filenames): Apply face
3703 `bookmark-menu-bookmark' to bookmark names.
3704
3705 2013-03-07 Matthias Meulien <orontee@gmail.com>
3706 Karl Fogel <kfogel@red-bean.com>
3707
3708 * bookmark.el: Display the bookmark list header similarly to the
3709 buffer list header (see `list-buffers'), where the default is now
3710 an immovable/immutable header line.
3711 (bookmark-bmenu-use-header-line): New variable.
3712 (bookmark-bmenu-inline-header-height): New name for
3713 `bookmark-bmenu-header-height', to avoid confusion with the code
3714 for the new immovable header. All references changed.
3715 (bookmark-bmenu-set-header): New function.
3716 (bookmark-bmenu-list, bookmark-bmenu-toggle-filenames):
3717 Conditionalize header construction accordingly.
3718 (bookmark-bmenu-ensure-position): Conditionalize the skipping of
3719 the inline header height.
3720 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
3721 Conditionalize the skipping of the inline header height.
3722
3723 2013-03-07 Dmitry Gutov <dgutov@yandex.ru>
3724
3725 * progmodes/js.el (js--multi-line-declaration-indentation):
3726 Merge from js2-mode (https://github.com/mooz/js2-mode/issues/89).
3727
3728 2013-03-06 Dmitry Gutov <dgutov@yandex.ru>
3729
3730 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
3731 Only propertize regexp when not inside a string (Bug#13885).
3732
3733 2013-03-06 Alan Mackenzie <acm@muc.de>
3734
3735 Correct the position of point in some line-up functions.
3736 * progmodes/cc-align.el (c-lineup-whitesmith-in-block)
3737 (c-lineup-assignments, c-lineup-gcc-asm-reg ): Take position of
3738 point at column 0 rather than at a random place in the line.
3739
3740 2013-03-05 Michael Albinus <michael.albinus@gmx.de>
3741
3742 * net/tramp-compat.el (tramp-compat-delete-directory):
3743 Implement TRASH argument.
3744
3745 2013-03-05 Dmitry Gutov <dgutov@yandex.ru>
3746
3747 Keep pre-existing highlighting in completion candidates (Bug#13250).
3748 * minibuffer.el (completions-first-difference): State that the
3749 face is "added" in the docstring.
3750 (completions-common-part): Same. And don't inherit from default.
3751 (completion-hilit-commonality): Prepend 'completions-common-part
3752 and 'completion-first-difference faces to the 'face property,
3753 instead of replacing the value(s).
3754 (completion--insert-strings): Same with 'completions-annotations face.
3755 (completion-hilit-commonality): Use 'face instead of
3756 'font-lock-face, because it gets priority if the completion
3757 strings already have 'face set.
3758
3759 2013-03-04 Alan Mackenzie <acm@muc.de>
3760
3761 Replace `last-command-event' by `last-command-char' in XEmacs.
3762 * progmodes/cc-defs.el (c-last-command-char): New macro.
3763 * progmodes/cc-align.el (c-semi&comma-inside-parenlist)
3764 (c-semi&comma-no-newlines-before-nonblanks)
3765 (c-semi&comma-no-newlines-for-oneline-inliners): Use the new macro
3766 in place of `last-command-event'.
3767 * progmodes/cc-cmds.el (c-electric-pound, c-electric-brace)
3768 (c-electric-slash, c-electric-semi&comma, c-electric-lt-gt)
3769 (c-electric-paren, c-electric-continued-statement): Use the new
3770 macro in place of `last-command-event'.
3771
3772 2013-03-04 Glenn Morris <rgm@gnu.org>
3773
3774 * files.el (inhibit-local-variables-regexps):
3775 Add .diff and .patch. (Bug#13862)
3776
3777 2013-03-03 Michael Albinus <michael.albinus@gmx.de>
3778
3779 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Cache,
3780 whether the "su" command is available on the device.
3781
3782 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
3783
3784 * net/tramp-adb.el (tramp-adb-prompt): Extend regexp.
3785 (tramp-adb-handle-process-file): Remove superfluous setting.
3786 (tramp-adb-command-exit-status): Handle case that COMMAND is nil.
3787 (tramp-adb-barf-unless-okay): Use `tramp-adb-command-exit-status'.
3788 (tramp-adb-maybe-open-connection): Apply "su" if user is defined.
3789
3790 2013-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
3791
3792 * textmodes/ispell.el: Fix nitpicks and byte-compiler warnings.
3793 (ispell-print-if-debug): Build `format' in. Avoid end-of-buffer.
3794 (ispell-parse-hunspell-affix-file): Avoid beginning-of-buffer.
3795 Use dict-key rather than dict-name for the error message.
3796
3797 2013-03-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3798
3799 * net/net-utils.el (net-utils-run-simple): Don't display-buffer
3800 when reverting (bug#13831).
3801
3802 2013-03-01 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3803
3804 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
3805 Always expand affix-file before storing to protect against changed
3806 `default-directory'.
3807 (ispell-print-if-debug): Make sure message is printed at the end
3808 of the debug buffer.
3809
3810 2013-03-01 Michael Albinus <michael.albinus@gmx.de>
3811
3812 * net/tramp.el (tramp-obsolete-methods): New defconst.
3813 (tramp-warned-obsolete-methods): New defvar.
3814 (tramp-find-method): Check for obsolete methods. Map them to a
3815 replacement method if appropriate.
3816
3817 * net/tramp-sh.el (tramp-methods) [scp1, scp2, ssh1, ssh2, plink1]:
3818 Remove methods.
3819 (top): Remove completion functions for "scp1", "scp2", "ssh1",
3820 "ssh2" and "plink1".
3821
3822 2013-02-28 Dale Sedivec <dale@codefu.org>
3823
3824 * textmodes/sgml-mode.el (sgml-syntax-propertize-function):
3825 Return valid syntax-table property value when converting
3826 quotes within text from string syntax to punctuation syntax (bug#13844).
3827
3828 2013-02-28 Juri Linkov <juri@jurta.org>
3829
3830 * dired-aux.el (dired-diff): If file at point is a backup file,
3831 use its original as the default value, and reverse the order
3832 of arguments to the `diff' call. Doc fix. (Bug#13772)
3833
3834 2013-02-28 Michael Albinus <michael.albinus@gmx.de>
3835
3836 * net/tramp-adb.el (tramp-adb-sdk-dir): Remove. Replaced by ...
3837 (tramp-adb-program): New defcustom. Remove function. Adapt calls.
3838
3839 2013-02-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
3840
3841 Initial support for hunspell dictionaries auto-detection (Bug#13639)
3842
3843 * textmodes/ispell.el (ispell-find-hunspell-dictionaries):
3844 Ask hunspell about available and default dictionaries.
3845 (ispell-parse-hunspell-affix-file): Extract relevant info from
3846 hunspell affix file.
3847 (ispell-hunspell-fill-dictionary-entry): Fill non-initialized
3848 `ispell-dictionary-alist' entry for given dictionary after info
3849 provided by `ispell-parse-hunspell-affix-file'.
3850 (ispell-hunspell-dict-paths-alist): New defvar to contain an alist
3851 of parsed hunspell dicts and associated affix files.
3852 (ispell-hunspell-dictionary-alist): New defvar to contain an alist
3853 of parsed hunspell dicts and associated parameters.
3854 (ispell-set-spellchecker-params):
3855 Call `ispell-find-hunspell-dictionaries' if hunspell and not
3856 previously done.
3857 (ispell-start-process):
3858 Call `ispell-hunspell-fill-dictionary-entry' for current
3859 dictionary if it is not initialized.
3860
3861 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3862
3863 * imenu.el: Comment nitpicks.
3864
3865 2013-02-28 Sam Steingold <sds@gnu.org>
3866
3867 * vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.
3868 See <http://stackoverflow.com/questions/14720205>.
3869
3870 2013-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3871
3872 * net/net-utils.el (net-utils--revert-function): New fun (bug#13831).
3873 (net-utils-mode): Use it.
3874 (net-utils--revert-cmd): New var.
3875 (net-utils-run-simple): Set it, and remove bogus interactive spec.
3876 (traceroute): Use net-utils-run-simple.
3877
3878 2013-02-28 Glenn Morris <rgm@gnu.org>
3879
3880 * textmodes/paragraphs.el (mark-paragraph): Doc fix.
3881
3882 2013-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
3883
3884 * doc-view.el: Preserve h&v scroll across C-c C-c C-c C-c.
3885 (doc-view-fallback-mode): Remove overlays here.
3886 (doc-view-toggle-display): Instead of here. Don't throw away
3887 image-mode-winprops-alist.
3888 (doc-view-goto-page): Don't mess with hscroll.
3889
3890 2013-02-27 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3891
3892 * font-lock.el (lisp-font-lock-keywords-2): Fix highlighting of
3893 &optional (bug#13819).
3894
3895 2013-02-27 Michael Albinus <michael.albinus@gmx.de>
3896
3897 * net/tramp-adb.el (tramp-adb-parse-device-names)
3898 (tramp-adb-maybe-open-connection): Add timeouts. (Bug#13299)
3899
3900 2013-02-26 Michael Albinus <michael.albinus@gmx.de>
3901
3902 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3903 Add "2>/dev/null" to the ls command, in case "en_US.utf8" is not
3904 defined. POSIX environments fall back to the "C" locale then and
3905 emit a warning, which shall be suppressed.
3906
3907 2013-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
3908
3909 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Tweak logic.
3910 (easy-mmode-set-keymap-parents): Use make-composed-keymap.
3911
3912 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3913
3914 * emacs-lisp/bytecomp.el (byte-compile-file): Use let.
3915
3916 2013-02-25 Juri Linkov <juri@jurta.org>
3917
3918 * replace.el (read-regexp): Let-bind `default' to the first
3919 element of `defaults' if it's a list, otherwise it should be
3920 a string or nil. Let-bind `suggestions' to `defaults' if it's
3921 a list, otherwise make a list with the string value. Doc fix.
3922 (Bug#13805)
3923
3924 2013-02-25 Eli Zaretskii <eliz@gnu.org>
3925
3926 * emacs-lisp/bytecomp.el (byte-recompile-directory): Reject files
3927 that match "\`\.#", to avoid compiling lock files, even if they
3928 are readable (as they are on MS-Windows).
3929
3930 2013-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
3931
3932 * files.el (basic-save-buffer): Remove redundant directory-creation.
3933
3934 2013-02-24 Jay Belanger <jay.p.belanger@gmail.com>
3935
3936 * calc/calc-ext.el (math-to-radians-2, math-from-radians-2):
3937 Add option to force `pi' to remain symbolic.
3938 * calc/calcalg2.el (calcFunc-sin, calcFunc-cos, calcFunc-tan)
3939 (calcFunc-cot, calcFunc-csc, calcFunc-sec, calcFunc-arcsin)
3940 (calcFunc-arccos, calcFunc-arctan): Use symbolic `pi' in the
3941 derivatives, when necessary.
3942
3943 2013-02-23 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
3944
3945 * progmodes/ps-mode.el (ps-mode-version): Bump to 1.1i.
3946 (ps-mode-octal-region): Use string-make-unibyte.
3947
3948 2013-02-23 Glenn Morris <rgm@gnu.org>
3949
3950 * emulation/viper-cmd.el (viper-submit-report):
3951 * progmodes/ps-mode.el (ps-mode-maintainer-address):
3952 * progmodes/vera-mode.el (vera-mode-help-address):
3953 * textmodes/artist.el (artist-maintainer-address):
3954 * textmodes/reftex.el (reftex-report-bug):
3955 * vc/ediff-util.el (ediff-submit-report):
3956 Add bug-gnu-emacs to bug report address.
3957
3958 * progmodes/simula.el (simula-mode-menu, simula-mode-map):
3959 Remove bug report entries.
3960 (simula-mode-help-address, simula-submit-bug-report): Make obsolete.
3961
3962 * emacs-lisp/bytecomp.el (byte-compile-level): New.
3963 (byte-compile-file, byte-compile-from-buffer):
3964 Use separate input/output buffers for each level of recursive
3965 byte-compile-file calls. (Bug#13787)
3966
3967 2013-02-23 Michael Albinus <michael.albinus@gmx.de>
3968
3969 * net/tramp.el (tramp-methods): Fix docstring.
3970 (tramp-ssh-controlmaster-options): Rename it from
3971 `tramp-ssh-controlmaster-template'. Return a string.
3972 (tramp-default-method): Adapt check for
3973 `tramp-ssh-controlmaster-options'.
3974
3975 * net/tramp-sh.el (tramp-methods):
3976 Replace `tramp-ssh-controlmaster-template' by "%c".
3977 (tramp-do-copy-or-rename-file-out-of-band)
3978 (tramp-maybe-open-connection): Use it in format spec. Ensure,
3979 that it is applied for the first hop only.
3980
3981 2013-02-22 Juri Linkov <juri@jurta.org>
3982
3983 * isearch.el (isearch-lazy-highlight-new-loop):
3984 Set `isearch-lazy-highlight-start' and `isearch-lazy-highlight-end'
3985 to `isearch-other-end' if it is not nil. (Bug#13402)
3986
3987 * replace.el (replace-highlight): Let-bind `isearch-other-end'
3988 to `match-beg'.
3989
3990 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3991 Let-bind `isearch-other-end' to `start', `isearch-forward' to t
3992 and `isearch-error' to nil.
3993
3994 2013-03-16 Fabián Ezequiel Gallina <fgallina@cuca>
3995
3996 * progmodes/python.el (python-info-current-defun):
3997 Enhance match-data cluttering prevention.
3998
3999 2013-02-22 Michael Albinus <michael.albinus@gmx.de>
4000
4001 * net/tramp.el (tramp-tramp-file-p): Fix docstring.
4002
4003 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
4004 Handle multibyte file names.
4005
4006 2013-02-22 Glenn Morris <rgm@gnu.org>
4007
4008 * textmodes/sgml-mode.el (sgml-xml-mode): Move before use.
4009 (sgml-transformation-function): Give it a :set function.
4010 (sgml-tag): Doc fix.
4011
4012 * cmuscheme.el (scheme-buffer):
4013 * progmodes/inf-lisp.el (inferior-lisp-buffer):
4014 * progmodes/tcl.el (inferior-tcl-buffer):
4015 * textmodes/tex-mode.el (tex-command): Doc fixes.
4016
4017 * image-mode.el (image-mode): Add mouse bindings for mode-line-process.
4018
4019 * htmlfontify.el (hfy-default-header): Encode title string. (Bug#7457)
4020
4021 2013-02-21 Bastien Guerry <bzg@gnu.org>
4022
4023 * cmuscheme.el (scheme-buffer): Fix docstring. (Bug#13778)
4024
4025 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
4026
4027 * progmodes/python.el (python-info-current-defun):
4028 Enhance match-data cluttering prevention.
4029
4030 2013-02-21 Glenn Morris <rgm@gnu.org>
4031
4032 * net/tramp.el (tramp-get-debug-buffer): Ensure outline.el is not
4033 loaded while outline-regexp is let bound. (Bug#9584)
4034
4035 2013-02-21 Fabián Ezequiel Gallina <fgallina@cuca>
4036
4037 * progmodes/python.el (python-info-current-defun): Fix failed
4038 defun name retrieval because of unwanted match-data cluttering.
4039
4040 2013-02-21 Michael Albinus <michael.albinus@gmx.de>
4041
4042 * net/tramp.el (tramp-ssh-controlmaster-template): Make it a
4043 defconst. Apply independent check for ControlPersist.
4044
4045 * net/tramp-sh.el (tramp-sh-handle-set-file-times): Set $UTC only
4046 temporarily, via "env".
4047
4048 2013-02-21 Glenn Morris <rgm@gnu.org>
4049
4050 * info.el (Info-enable-edit): Remove.
4051 (Info-edit): Disable it rather than using Info-enable.
4052 (Info-edit-mode-hook, Info-edit-map, Info-edit-mode, Info-edit)
4053 (Info-cease-edit): Make editing of Info files obsolete.
4054
4055 * informat.el (Info-tagify):
4056 Handle buffers not visiting files. (Bug#13763)
4057
4058 2013-02-21 Juanma Barranquero <lekktu@gmail.com>
4059
4060 * calc/calc-graph.el (calc-graph-show-dumb): Fix typo.
4061
4062 2013-02-21 Glenn Morris <rgm@gnu.org>
4063
4064 * files.el (basic-save-buffer): Move check for existing parent
4065 directory after hooks. (Bug#13773)
4066
4067 2013-02-20 Stefan Monnier <monnier@iro.umontreal.ca>
4068
4069 * simple.el (command-execute): Move from C. Add obsolete check.
4070 (extended-command-history): Move from C.
4071
4072 2013-02-20 Ulrich Müller <ulm@gentoo.org>
4073
4074 * jka-cmpr-hook.el (jka-compr-compression-info-list)
4075 (jka-compr-mode-alist-additions): Handle .txz suffix for
4076 XZ-compressed tar archives (bug#13770).
4077
4078 2013-02-20 Bastien Guerry <bzg@gnu.org>
4079
4080 * outline.el (outline-regexp, outline-heading-end-regexp):
4081 Make variables, not options (bug#13731).
4082
4083 2013-02-20 Glenn Morris <rgm@gnu.org>
4084
4085 * image.el (image-current-frame): Change from variable to function.
4086 (image-show-frame): Rename from image-nth-frame. Update callers.
4087 * image-mode.el (image-multi-frame): New variable.
4088 (image-mode-map, image-mode, image-goto-frame):
4089 Use image-multi-frame rather than image-current-frame.
4090 (image-mode, image-goto-frame): Use image-current-frame as
4091 function rather than as variable.
4092
4093 * emacs-lisp/cl-lib.el (cl-floatp-safe): Make it an alias for floatp.
4094 * emacs-lisp/cl-macs.el (cl--make-type-test)
4095 (cl--compiler-macro-assoc): Use floatp rather than cl-floatp-safe.
4096
4097 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
4098
4099 * net/tramp-cache.el (tramp-get-hash-table): New defun.
4100 (tramp-get-file-property, tramp-set-file-property)
4101 (tramp-get-connection-property, tramp-set-connection-property): Use it.
4102 (tramp-flush-file-property, tramp-flush-directory-property):
4103 Rename argument to KEY.
4104 (tramp-flush-connection-property): Simplify a little bit.
4105 (tramp-connection-property-p): New defun.
4106 (top): Reapply saved values only if there isn't a corresponding
4107 entry in `tramp-connection-properties'.
4108
4109 2013-02-19 Fabián Ezequiel Gallina <fgallina@cuca>
4110
4111 * progmodes/python.el (python-indent-context):
4112 Fix python-info-line-ends-backslash-p call.
4113 (python-info-line-ends-backslash-p)
4114 (python-info-beginning-of-backslash): Respect line-number argument.
4115 (python-info-current-line-comment-p):
4116 Fix behavior when not at beginning-of-line.
4117 (python-util-position): Remove function.
4118 (python-util-goto-line): New function.
4119
4120 2013-02-19 Michael Albinus <michael.albinus@gmx.de>
4121
4122 * eshell/em-unix.el (eshell/su): Require tramp.
4123 (eshell/sudo): Require tramp. Remove now unnecessary check.
4124
4125 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Let-bind
4126 `tramp-current-connection' in order to avoid an error when several
4127 commands are invoked in a short time in eshell and friends.
4128
4129 2013-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
4130
4131 Cleanup some of EIEIO's namespace.
4132 * emacs-lisp/eieio.el (eieio--define-field-accessors): New macro.
4133 Use it to define all the class-* and object-* field accessors (renamed
4134 to eieio--class-* and eieio--object-*). Update all uses.
4135 (eieio--class-num-slots, eieio--object-num-slots): Rename from
4136 class-num-slots and object-num-slots.
4137 (eieio--check-type): New macro.
4138 (eieio-defclass, eieio-oref, eieio-oref-default, same-class-p)
4139 (object-of-class-p, child-of-class-p, object-slots, class-slot-initarg)
4140 (eieio-oset, eieio-oset-default, object-assoc, object-assoc-list)
4141 (object-assoc-list-safe): Use it.
4142 (eieio-defclass): Tighten regexp.
4143 (eieio--defmethod): Use `memq'. Signal an error for unknown method kind.
4144 Remove unreachable code.
4145 (object-class-fast): Declare obsolete.
4146 (eieio-class-name, eieio-object-name, eieio-object-set-name-string)
4147 (eieio-object-class, eieio-object-class-name, eieio-class-parents)
4148 (eieio-class-children, eieio-class-precedence-list, eieio-class-parent):
4149 Rename from class-name, object-name, object-set-name-string,
4150 object-class, object-class-name, class-parents, class-children,
4151 class-precedence-list, class-parent; with obsolete alias.
4152 (class-of, class-direct-superclasses, class-direct-subclasses):
4153 Declare obsolete.
4154 (eieio-defmethod): Use `memq'; remove unreachable code.
4155 * emacs-lisp/eieio-base.el (eieio-persistent-read):
4156 * emacs-lisp/eieio-opt.el (eieio-class-button, eieio-describe-generic)
4157 (eieio-browse-tree, eieio-browse): Use eieio--check-type.
4158
4159 2013-02-18 Aidan Gauland <aidalgol@no8wireless.co.nz>
4160
4161 * eshell/em-cmpl.el: Correct "context-related help" keybinding in
4162 commentary.
4163
4164 2013-02-18 Michael Heerdegen <michael_heerdegen@web.de>
4165
4166 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument):
4167 Use font-lock-keyword-face for macros and special forms (bug#8345).
4168
4169 2013-02-17 Didier Verna <didier@didierverna.net>
4170
4171 * net/network-stream.el (network-stream-open-starttls):
4172 Check that response to the starttls-command is non-nil. (Bug#13706)
4173
4174 2013-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
4175
4176 * font-lock.el (lisp-font-lock-keywords-1, lisp-font-lock-keywords-2):
4177 Don't assume all identifier chars have syntax word.
4178 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4179 Remove bar-not-symbol. Adjust callers.
4180 (lisp-mode-variables): Don't set a font-lock-syntax-table.
4181
4182 2013-02-17 Leo Liu <sdl.web@gmail.com>
4183
4184 * net/rcirc.el (rcirc-keepalive): Fix invalid timer error.
4185
4186 2013-02-17 Glenn Morris <rgm@gnu.org>
4187
4188 * menu-bar.el (menu-bar-tools-menu): Fix case of EDE entry.
4189
4190 * image-mode.el (image-mode-map): Add image-dired menu entry.
4191
4192 * image-dired.el (tumme): Make this alias obsolete.
4193
4194 2013-02-16 Glenn Morris <rgm@gnu.org>
4195
4196 * image.el (image-animated-types): Remove.
4197 (image-multi-frame-p): Rename from image-animated-p, and generalize.
4198 (image-animated-p): Make obsolete alias.
4199 (image-animate, image-nth-frame, image-animate-timeout):
4200 Use image-multi-frame-p.
4201 (image-animate-timeout): If no delay, use image-default-frame-delay.
4202 * image-mode.el (image-mode, image-toggle-animation):
4203 Use image-multi-frame-p. (Bug#763, bug#10739)
4204 (image-mode): Adjust startup message for a multi-frame image.
4205
4206 * image-mode.el (image-mode-map): Give it a menu.
4207
4208 2013-02-16 Michael Albinus <michael.albinus@gmx.de>
4209
4210 * net/tramp-cache.el (tramp-connection-properties): New customer
4211 option.
4212 (tramp-get-connection-property): Use it.
4213
4214 * net/tramp-compat.el (top): Require 'trampver.
4215
4216 * net/tramp-sh.el (tramp-remote-process-environment):
4217 Set tramp-autoload cookie.
4218
4219 2013-02-16 Kevin Ryde <user42@zip.com.au>
4220
4221 * info-look.el (info-lookup-select-mode): If major-mode has no
4222 info-lookup-alist entry then search up derived-mode-parent (bug#8660).
4223
4224 2013-02-16 Jambunathan K <kjambunathan@gmail.com>
4225
4226 * replace.el (read-regexp): Tighten the regexp that matches tag.
4227 When tag is retrieved with `find-tag-default', use regexp that
4228 matches tag at point. Also update docstring (Bug#13687).
4229
4230 2013-02-16 Eli Zaretskii <eliz@gnu.org>
4231
4232 * autorevert.el (auto-revert-notify-add-watch): With 'w32notify',
4233 add watch for the file, not its parent directory, since w32notify
4234 sets up the watch for the directory internally. (Bug#13725)
4235
4236 2013-02-16 Glenn Morris <rgm@gnu.org>
4237
4238 * image.el (image-default-frame-delay): New variable.
4239 (image-animated-p): Use image-default-frame-delay.
4240 (image-minimum-frame-delay): New constant.
4241 (image-animate-timeout): Use image-minimum-frame-delay.
4242
4243 * image.el (image-nth-frame): New, split from image-animate-timeout.
4244 (image-animate-timeout): Use image-nth-frame.
4245 * image-mode.el (image-goto-frame, image-next-frame)
4246 (image-previous-frame): New commands.
4247 (image-mode-map): Add new frame commands.
4248
4249 2013-02-16 Jonas Bernoulli <jonas@bernoul.li>
4250
4251 * emacs-lisp/tabulated-list.el (tabulated-list-print-col):
4252 If col-desc already has help-echo, use it. (Bug#13563)
4253
4254 2013-02-16 Glenn Morris <rgm@gnu.org>
4255
4256 * image.el (image-current-frame): New variable.
4257 (image-animate-timeout): Set image-current-frame.
4258 * image-mode.el (image-mode): For animated images,
4259 display a frame counter via mode-line-process.
4260
4261 * font-lock.el (lisp-font-lock-keywords-1): Add defvar-local.
4262
4263 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4264
4265 * simple.el (eval-expression): Let `exp' set the mark (bug#13724).
4266
4267 2013-02-15 Alan Mackenzie <acm@muc.de>
4268
4269 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): When a
4270 global minor mode has been enabled, call the minor mode function
4271 for a new buffer once only, after the major mode hook, whilst
4272 allowing that hook explicitly to disable the minor mode.
4273 (MODE-disable-in-buffer): New (generated) function.
4274 (disable-MODE): New (generated) buffer local variable.
4275
4276 2013-02-15 Jambunathan K <kjambunathan@gmail.com>
4277
4278 * iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
4279 `iswitchb-next-match' and `iswitchb-prev-match' resply.
4280 * ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
4281 `ido-next-match' and `ido-prev-match' resply.
4282 * icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
4283 Bind `C-.' and `C-,' to `icomplete-forward-completions' and
4284 `icomplete-backward-completions' (Bug#13708).
4285
4286 2013-02-15 Glenn Morris <rgm@gnu.org>
4287
4288 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4289
4290 2013-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4291
4292 * net/goto-addr.el (goto-address-fontify): Add start and end args.
4293 (goto-address-fontify-region): Use them instead of narrowing, so
4294 syntax-ppss has access to the whole buffer.
4295
4296 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
4297
4298 * progmodes/python.el: Explain how to restore "cc-mode"-like
4299 forward-sexp movement in header documentation (Bug#13642).
4300 (python-nav--forward-sexp): Behave like emacs-lisp-mode in
4301 comments and strings (GH bug 114).
4302
4303 2013-02-15 Fabián Ezequiel Gallina <fgallina@cuca>
4304
4305 * progmodes/python.el (python-info-current-defun): Fix current
4306 defun detection (Bug#13618).
4307
4308 2013-02-15 Chong Yidong <cyd@gnu.org>
4309
4310 * xml.el (xml-parse-string): Fix typo in handling of bad character
4311 references.
4312
4313 2013-02-15 Glenn Morris <rgm@gnu.org>
4314
4315 * play/fortune.el (fortune-compile): Simplify and fix previous change.
4316
4317 2013-02-14 Michael Albinus <michael.albinus@gmx.de>
4318
4319 * net/tramp.el (tramp-debug-message):
4320 Add `tramp-condition-case-unless-debug'.
4321 (tramp-debug-on-error): New defvar.
4322 (tramp-condition-case-unless-debug): New defun.
4323 (tramp-file-name-handler): Use it.
4324
4325 2013-02-14 Juri Linkov <juri@jurta.org>
4326
4327 * info.el (Info-isearch-filter): Treat non-nil values of
4328 `search-invisible' including its default value `open'
4329 like the value `t' to match hidden text. (Bug#13402)
4330
4331 2013-02-14 Glenn Morris <rgm@gnu.org>
4332
4333 * help-fns.el (find-lisp-object-file-name): Give special treatment
4334 to all ~/.foo.elc files, not just ~/.emacs. (Bug#9007)
4335
4336 2013-02-14 David Biesack <sasdjb@d72933.na.sas.com> (tiny change)
4337
4338 * net/quickurl.el (quickurl-save-urls):
4339 Ensure quickurl-urls is not truncated on printing. (Bug#9276)
4340
4341 2013-02-14 Dmitry Gutov <dgutov@yandex.ru>
4342
4343 * progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
4344 depth for unfinished percent literal. Not using it in the caller.
4345 (ruby-move-to-block): Jump over multiline literals of all types,
4346 ignoring code-looking contents inside them.
4347 (ruby-add-log-current-method): Improve performance at the expense
4348 of accuracy. `ruby-block-contains-point' is relatively slow, so
4349 only use it for method and singleton class blocks.
4350
4351 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
4352
4353 Use ControlMaster where applicable. (Bug#13677)
4354
4355 * net/tramp.el (tramp-ssh-controlmaster-template): New defvar,
4356 replacing `tramp-detect-ssh-controlmaster'.
4357 (tramp-default-method): Use it.
4358
4359 * net/tramp-sh.el (tramp-methods) [scp, scp1, scp2, scpx, sftp]:
4360 [rsync, ssh, ssh1, ssh2, sshx]: Add ControlPath and ControlMaster
4361 arguments.
4362 [scpc, rsyncc]: Remove methods.
4363 (top): Remove completion functions for "scpc", "rsyncc", "ssh1_old"
4364 and "ssh2_old".
4365 (tramp-do-copy-or-rename-file-out-of-band): Change trace level.
4366 (tramp-maybe-open-connection): Reuse tmpfile for ControlPath.
4367
4368 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
4369
4370 * emacs-lisp/package.el (package--initialized): Move before first use.
4371
4372 2013-02-13 Jambunathan K <kjambunathan@gmail.com>
4373
4374 * icomplete.el (icomplete-hide-common-prefix): New user option.
4375 (icomplete-first-match): New face.
4376 (icomplete-completions): Correct handling of "complete but not
4377 unique" (Bug#12638).
4378
4379 2013-02-13 YE Qianchuan <stool.ye@gmail.com> (tiny change)
4380
4381 * descr-text.el (describe-char): Display the script (bug#13698).
4382
4383 2013-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
4384
4385 * tmm.el: Use lexical-binding and current-active-maps.
4386 (tmm-menubar): Use map-keymap and pcase.
4387 (tmm--completion-table): New function.
4388 (tmm-prompt): Use it to fix the menu order.
4389 (tmm-get-keybind): Use current-active-maps.
4390
4391 2013-02-12 Christopher Schmidt <christopher@ch.ristopher.com>
4392
4393 Add dired-hide-details-mode. (Bug#6799)
4394
4395 * locate.el (locate-mode): Set parent mode property to dired-mode.
4396
4397 * find-dired.el (find-dired): Call dired-insert-set-properties on
4398 initial information line. Set process mark on end of buffer.
4399 (find-dired-sentinel):
4400 Call dired-insert-set-properties on summary.
4401
4402 * dired.el (dired-hide-details-hide-symlink-targets)
4403 (dired-hide-details-hide-information-lines): New options.
4404 (dired-insert-directory):
4405 Set properties after final treatment of output.
4406 (dired-insert-set-properties):
4407 Set dired-hide-details-* properties.
4408 (dired-mode-map): Bind dired-hide-details-mode.
4409 (dired-mode): Set buffer-invisibility-spec to a list.
4410 (dired-next-line): Skip hidden lines.
4411 (dired-previous-line): Use dired-next-line.
4412 (dired-hide-details-mode): New minor mode.
4413 (dired-hide-details-update-invisibility-spec): New function.
4414
4415 2013-02-13 Glenn Morris <rgm@gnu.org>
4416
4417 * play/yow.el: Move to obsolete/. (Bug#9384)
4418
4419 2013-02-13 Juri Linkov <juri@jurta.org>
4420
4421 * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'
4422 to select `ediff-control-frame' and set input focus correctly on Xfce.
4423 (Bug#12218)
4424
4425 2013-02-13 Juri Linkov <juri@jurta.org>
4426
4427 * image-mode.el (image-mode-map):
4428 * doc-view.el (doc-view-mode-map):
4429 * vc/ediff-util.el (ediff-setup-keymap):
4430 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
4431
4432 2013-02-13 Dmitry Gutov <dgutov@yandex.ru>
4433
4434 * progmodes/ruby-mode.el (ruby-move-to-block): Improve
4435 performance. Instead of recalculating indentation fully for each
4436 line, sum up indentation depth based only on visited lines.
4437 (ruby-parse-partial): Increase the depth after "do" even when END
4438 is right after it.
4439 (ruby-parse-partial): When END is in the middle of a percent
4440 literal, increase the depth if the delimiter chars belong to the
4441 paren syntax class.
4442
4443 2013-02-13 Kirill A. Korinskiy <catap@catap.ru>
4444
4445 * play/fortune.el (fortune-compile): Also make the compiled file
4446 if it does not exist at all, not just if it is old. (Bug#5338)
4447
4448 2013-02-13 Glenn Morris <rgm@gnu.org>
4449
4450 * emacs-lisp/package.el (package-menu-execute): Doc fix.
4451
4452 2013-02-13 Yves Baumes <ybaumes@gmail.com> (tiny change)
4453
4454 * lisp/emacs-lisp/package.el (package-menu-execute):
4455 Add optional noquery argument. (Bug#13625)
4456
4457 2013-02-13 Michael Albinus <michael.albinus@gmx.de>
4458
4459 * net/ange-ftp.el (ange-ftp-make-directory): Don't raise an error,
4460 if DIR exists and PARENTS is non-nil.
4461
4462 2013-02-13 Juanma Barranquero <lekktu@gmail.com>
4463
4464 * progmodes/js.el (js--multi-line-declaration-indentation):
4465 Silence byte-compiler warning.
4466
4467 2013-02-12 Michael Albinus <michael.albinus@gmx.de>
4468
4469 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Rewrite.
4470
4471 * net/tramp-compat.el (top): Declare `remote-file-name-inhibit-cache'
4472 only if it doesn't exist.
4473
4474 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4475 Set process marker.
4476
4477 2013-02-12 Tassilo Horn <tsdh@gnu.org>
4478
4479 * doc-view.el (doc-view-odf->pdf-converter-soffice): Use separate
4480 UserInstallation when calling soffice to work around LibreOffice
4481 bug 37531.
4482
4483 2013-02-12 Glenn Morris <rgm@gnu.org>
4484
4485 * files.el (basic-save-buffer):
4486 Offer to create a non-existing directory. (Bug#3016)
4487
4488 * calc/calc-graph.el (calc-graph-show-dumb):
4489 * calendar/calendar.el (calendar-mode-map):
4490 * cus-edit.el (custom-mode-map):
4491 * ehelp.el (electric-help-map):
4492 * emulation/vip.el (vip-mode-map):
4493 * epa.el (epa-key-list-mode-map):
4494 * info.el (Info-mode-map):
4495 * mail/rmail.el (rmail-mode-map):
4496 * mail/rmailsum.el (rmail-summary-mode-map):
4497 * man.el (Man-mode-map):
4498 * net/newst-plainview.el (newsticker-mode-map):
4499 * progmodes/cpp.el (cpp-edit-mode-map):
4500 * progmodes/grep.el (grep-mode-map):
4501 * progmodes/idlw-help.el (idlwave-help-mode-map):
4502 * simple.el (special-mode-map):
4503 * startup.el (splash-screen-keymap):
4504 * view.el (view-mode-map):
4505 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
4506
4507 2013-02-11 Elias Pipping <pipping@lavabit.com>
4508
4509 * doc-view.el (doc-view-current-cache-dir): Beware % escapes
4510 (bug#13679).
4511
4512 2013-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
4513
4514 * cus-start.el (all): Remove inhibit-local-menu-bar-menus.
4515
4516 2013-02-11 Glenn Morris <rgm@gnu.org>
4517
4518 * vc/diff.el (diff-use-labels): New variable.
4519 (diff-no-select): Use --label rather than -L, and first
4520 check that it is supported. (Bug#11067)
4521
4522 * files.el (enable-dir-local-variables): New variable.
4523 (hack-dir-local-variables): Respect enable-dir-local-variables.
4524 * tutorial.el (help-with-tutorial):
4525 Ignore directory-local variables. (Bug#11127)
4526
4527 * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...
4528 (vc-svn-global-switches): ... to here. (Bug#13513)
4529
4530 2013-02-10 Christopher Schmidt <christopher@ch.ristopher.com>
4531
4532 * minibuf-eldef.el (minibuffer-default--in-prompt-regexps):
4533 Handle "foo (bar, default: xxx): " prompts.
4534
4535 2013-02-10 Chong Yidong <cyd@gnu.org>
4536
4537 * files.el (basic-save-buffer-1): Do not set
4538 buffer-file-coding-system-explicit (Bug#4533).
4539
4540 * mail/emacsbug.el (report-emacs-bug): Change binding of
4541 report-emacs-bug-insert-to-mailer to C-c M-i (Bug#13510).
4542
4543 2013-02-09 Jay Belanger <jay.p.belanger@gmail.com>
4544
4545 * calc/calc.el (calc-allow-units-as-numbers): New variable.
4546 * calc/calc-units.el (calc-convert-units): Use new variable.
4547
4548 2013-02-09 Eli Zaretskii <eliz@gnu.org>
4549
4550 * subr.el (buffer-file-type, default-buffer-file-type): Remove.
4551
4552 * net/ange-ftp.el (ange-ftp-insert-file-contents): Don't reference
4553 buffer-file-type.
4554
4555 * mail/feedmail.el (feedmail-force-binary-write): Doc fix.
4556 (feedmail-run-the-queue, feedmail-dump-message-to-queue)
4557 (feedmail-send-it-immediately): Don't bind buffer-file-type, bind
4558 coding-system-for-write instead.
4559
4560 * jka-compr.el (jka-compr-write-region): Don't bind
4561 buffer-file-type.
4562
4563 * emacs-lisp/bytecomp.el (byte-compile-file): Don't bind
4564 buffer-file-type.
4565
4566 * files.el (file-name-buffer-file-type-alist): Remove defvar.
4567 (insert-file-contents-literally): Remove reference to
4568 file-name-buffer-file-type-alist.
4569
4570 * dos-w32.el (file-name-buffer-file-type-alist): Deprecate and
4571 make-obsolete.
4572 (find-buffer-file-type-match, find-buffer-file-type): Remove.
4573 (find-buffer-file-type-coding-system): Remove references to
4574 find-buffer-file-type-match, find-buffer-file-type, and
4575 buffer-file-type.
4576 Don't put find-buffer-file-type-coding-system into
4577 file-coding-system-alist.
4578 (find-file-binary, find-file-text): Bind coding-system-for-read
4579 instead of file-name-buffer-file-type-alist.
4580
4581 2013-02-09 Jambunathan K <kjambunathan@gmail.com>
4582
4583 * doc-view.el: Use (and prefer) soffice as default ODF->PDF
4584 converter (Bug#13622).
4585 (doc-view-unoconv-program): Make obsolete alias.
4586 (doc-view-odf->pdf-converter-program): New variable.
4587 (doc-view-odf->pdf-converter-function): New variable.
4588 (doc-view-mode-p): Use it.
4589 (doc-view-odf->pdf-converter-unoconv):
4590 Rename from `doc-view-odf->pdf-converter-unoconv'.
4591 (doc-view-odf->pdf-converter-soffice): New function.
4592 (doc-view-convert-current-doc):
4593 Use `doc-view-odf->pdf-converter-function'.
4594
4595 2013-02-09 Chong Yidong <cyd@gnu.org>
4596
4597 * minibuffer.el (minibuffer-inactive-mode-map): Bind mouse-1 to
4598 view-echo-area-messages (Bug#13340).
4599
4600 * help.el (view-echo-area-messages): Use display-buffer.
4601
4602 * dired-x.el (dired-do-run-mail): Prompt for confirmation
4603 (Bug#13561).
4604
4605 2013-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4606
4607 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
4608 Eval body right away, now that we do eager macroexpansion (bug#13605).
4609
4610 * simple.el (end-of-buffer): Don't touch unrelated windows (bug#13466).
4611 (fundamental-mode): Use run-mode-hooks.
4612
4613 * eshell/esh-proc.el (eshell/kill): Fix last change.
4614 * eshell/em-ls.el (eshell-ls-dir): Fix use of CL in last change.
4615
4616 2013-02-08 Aidan Gauland <aidalgol@no8wireless.co.nz>
4617
4618 * eshell/esh-proc.el (eshell/kill): Rewrite.
4619
4620 * eshell/em-ls.el (show-almost-all): Declare.
4621 (eshell-do-ls): Add support for -A argument.
4622
4623 2013-02-08 Jambunathan K <kjambunathan@gmail.com>
4624
4625 * icomplete.el (icomplete-forward-completions)
4626 (icomplete-backward-completions): Handle corner case (bug#13602).
4627
4628 2013-02-07 Michael Albinus <michael.albinus@gmx.de>
4629
4630 * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' can
4631 be nil. Handle this. (Bug#13636)
4632
4633 2013-02-07 Richard Stallman <rms@gnu.org>
4634
4635 * mail/rmail.el (rmail-variables): Specify `no-conversion' for
4636 `save-buffer-coding-system'.
4637
4638 2013-02-07 Alan Mackenzie <acm@muc.de>
4639
4640 Fix bug in state cache mechanism. Remove 'BOD "strategy". Refactor.
4641 * progmodes/cc-engine.el (c-get-fallback-scan-pos): Remove.
4642 (c-parse-state-get-strategy): Don't return 'BOD any more.
4643 (c-append-lower-brace-pair-to-state-cache):
4644 Extra parameter HERE instead of narrowing.
4645 Widen to top of buffer before searching backwards for a brace pair.
4646 (c-state-push-any-brace-pair): Add HERE parameter to function call.
4647 (c-append-to-state-cache): Extra parameter HERE in place of narrowing.
4648 Narrow to parameter HERE, in place of being called narrowed.
4649 (c-remove-stale-state-cache): Extra parameter HERE in place of
4650 narrowing. Check there's an open brace in the cache before
4651 searching for its match.
4652 (c-invalidate-state-cache-1): Add HERE parameter to function call.
4653 (c-parse-state-1): Don't narrow here for 'forward strategy,
4654 instead passing extra parameter HERE to several functions.
4655 Remove 'BOD strategy.
4656
4657 2013-02-06 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
4658
4659 * emacs-lisp/package.el (describe-package-1): Tell what archive is
4660 used to install the package.
4661
4662 2013-02-06 Glenn Morris <rgm@gnu.org>
4663
4664 * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following links
4665 if we can't get user input. (Bug#6567)
4666
4667 * startup.el (command-line): If simple.el is missing,
4668 test and warn about for some possible causes.
4669
4670 2013-02-05 Jan Djärv <jan.h.d@swipnet.se>
4671
4672 * cus-start.el (all): Add ns-use-native-fullscreen.
4673
4674 2013-02-05 Glenn Morris <rgm@gnu.org>
4675
4676 * profiler.el (profiler-report-mode-map): Add a restart menu entry.
4677
4678 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
4679 Fix directory creation in fallback case.
4680
4681 2013-02-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
4682
4683 * vc/vc.el (vc-next-action): Fix inf-loop (bug#13610).
4684 (vc-update-change-log): Use dolist.
4685
4686 2013-02-04 Chong Yidong <cyd@gnu.org>
4687
4688 * thingatpt.el: Rewrite the URL detection routines, absorbing some
4689 code from ffap.el.
4690 (thing-at-point-beginning-of-url-regexp): New var.
4691 (thing-at-point-uri-schemes): Update list of URI schemes.
4692 (thing-at-point-url-regexp): Variable deleted.
4693 (thing-at-point-markedup-url-regexp): Disallow newlines.
4694 (thing-at-point-newsgroup-regexp)
4695 (thing-at-point-newsgroup-heads)
4696 (thing-at-point-default-mail-uri-scheme): New variables.
4697 (thing-at-point-bounds-of-url-at-point): Rewrite. Use ffap's
4698 method to find the possible bounds of the URI at point.
4699 New optional argument to find ill-formed URIs.
4700 (thing-at-point-url-at-point): Rewrite. New arguments for finding
4701 ill-formed URIs. Use thing-at-point-bounds-of-url-at-point, and
4702 the scheme-adding heuristics from ffap-url-at-point.
4703 (thing-at-point--bounds-of-well-formed-url): New function.
4704 Do parens matching to decide whether to include parens in the URI
4705 (Bug#9153).
4706
4707 * ffap.el: Require thingatpt.
4708 (ffap-url-at-point): Delegate URI detection to thing-at-point.
4709 All URI-valid characters are now recognized (Bug#5673).
4710 (ffap-string-at-point): Use use-region-p.
4711 (ffap-url-regexp): Extra character is handled by thing-at-point.
4712 (ffap-string-at-point-mode-alist): Allow parentheses.
4713 (ffap-newsgroup-regexp, ffap-newsgroup-heads, ffap-newsgroup-p):
4714 Convert to aliases; code moved to thingatpt.el.
4715 (ffap-gnus-hook): Use setq-local.
4716
4717 2013-02-04 Glenn Morris <rgm@gnu.org>
4718
4719 * emacs-lisp/ert.el (ert--explain-format-atom):
4720 Don't try to print non-characters as characters. (Bug#13543)
4721
4722 2013-02-03 Michael Albinus <michael.albinus@gmx.de>
4723
4724 * net/tramp.el (tramp-debug-message): Extend function exclude list.
4725 (tramp-backtrace): New defun.
4726 (tramp-handle-insert-file-contents): Use `visit' when inserting
4727 the local copy.
4728
4729 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime):
4730 Use `remote-file-name-inhibit-cache'.
4731
4732 2013-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
4733
4734 * progmodes/cperl-mode.el (cperl-mode): Avoid byte-compile warning
4735 (bug#13614).
4736
4737 * subr.el (internal--called-interactively-p--get-frame): Avoid filling
4738 current-load-list (bug#13366).
4739
4740 2013-02-02 Christopher Schmidt <christopher@ch.ristopher.com>
4741
4742 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4743 Identify g++ template instantiation trace. (Bug#12287)
4744 (compilation-mode-hook, compilation-start-hook)
4745 (compilation-window-height): Simplify docstrings. (Bug#13379)
4746
4747 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4748
4749 * mouse.el (mouse-drag-track): Always deactivate the mark before
4750 running the final event's command since that command is in charge of
4751 activating the mark if needed (bug#13523).
4752
4753 2013-02-02 Juri Linkov <juri@jurta.org>
4754
4755 * replace.el (perform-replace): Move let-bindings of isearch-*
4756 variables deeper to the loop that searches for the next match.
4757 Add bindings for `isearch-nonincremental' and `isearch-adjusted'.
4758 Use `isearch-search-fun-default' instead of `isearch-search-fun'.
4759 (Bug#13579)
4760
4761 * isearch.el (isearch-search-fun-default): Check for null
4762 first element of isearch-cmds as a precaution when it's used
4763 with inactive isearch.
4764
4765 2013-02-02 Andrew W. Nosenko <andrew.w.nosenko@gmail.com> (tiny change)
4766
4767 * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"
4768 error when buffer in question is narrowed so position 1 is out of
4769 visible part.
4770
4771 2013-02-02 Glenn Morris <rgm@gnu.org>
4772
4773 * textmodes/remember.el (remember-clipboard): Doc fix.
4774
4775 2013-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4776
4777 * progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-table
4778 properties (bug#13179).
4779
4780 2013-02-02 Juri Linkov <juri@jurta.org>
4781
4782 * progmodes/grep.el (grep-regexp-alist): Use variable grep-match-face
4783 instead of hard-coded default face `match'. (Bug#9438)
4784
4785 2013-02-01 Christopher Schmidt <christopher@ch.ristopher.com>
4786
4787 * vc/vc-arch.el (vc-arch-registered):
4788 * vc/vc-bzr.el (vc-bzr-registered):
4789 * vc/vc-cvs.el (vc-cvs-registered):
4790 * vc/vc-git.el (vc-git-registered):
4791 * vc/vc-hg.el (vc-hg-registered):
4792 * vc/vc-mtn.el (vc-mtn-registered):
4793 * vc/vc-svn.el (vc-svn-registered): Suppress load messages.
4794 (Bug#13139)
4795
4796 * info.el (Info-next-reference, Info-prev-reference): Add numeric
4797 prefix argument. (Bug#11656)
4798
4799 2013-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
4800
4801 * help-fns.el (help-split-fundoc): Don't insert byte-compiled body.
4802
4803 2013-02-01 Glenn Morris <rgm@gnu.org>
4804
4805 * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu item
4806 if the backend is known not to support it.
4807
4808 * imenu.el (imenu-default-create-index-function):
4809 Tweak infinite loop test to check for forward motion as well as none.
4810
4811 2013-02-01 Alex Harsanyi <AlexHarsanyi@gmail.com>
4812
4813 * net/soap-client.el (soap-invoke): Encode the string for
4814 `url-request-data' as UTF-8.
4815 Fixes <http://code.google.com/p/emacs-soap-client/issues/detail?id=16>.
4816
4817 2013-02-01 Glenn Morris <rgm@gnu.org>
4818
4819 * calc/calc-help.el (calc-view-news): Use view-emacs-news.
4820
4821 * calc/README, calc/README.prev: Rename/merge to etc/CALC-NEWS.
4822
4823 2013-01-31 Michael Albinus <michael.albinus@gmx.de>
4824
4825 * net/tramp.el (tramp-tramp-file-p): Comment check for
4826 `string-as-unibyte'. The function does not exist on XEmacs, and
4827 likely we need another approach.
4828
4829 * net/tramp-sh.el (tramp-compute-multi-hops): Check, whether
4830 `tramp-gw-*' variables are bound.
4831
4832 2013-01-31 Glenn Morris <rgm@gnu.org>
4833
4834 * files.el (basic-save-buffer-2): Choose coding system for
4835 writing the file before backing it up, to reduce delay between
4836 backing up and writing the new version. (Bug#13522)
4837
4838 2013-01-31 Michal Nazarewicz <mina86@mina86.com>
4839
4840 * simple.el (cycle-spacing): New command.
4841 (just-one-space): Use it.
4842
4843 2013-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
4844
4845 * progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
4846 (opascal-newline-always-indents): Remove custom.
4847 (opascal-tab, opascal-newline): Remove commands.
4848 (opascal-new-comment-line): Insert "\n" instead of calling newline.
4849 (opascal-mode-map): Keep default bindings for RET and TAB and DEL.
4850 (opascal-save-match-data): Remove, use save-match-data instead.
4851 (opascal-save-state): Use with-silent-modifications.
4852
4853 * progmodes/pascal.el (pascal-mode-syntax-table): Accept //..\n comments
4854 (bug#13585).
4855
4856 2013-01-30 Juri Linkov <juri@jurta.org>
4857
4858 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
4859 Use fullboth as an alias for fullscreen. Suggested by Jan Djärv in
4860 <http://lists.gnu.org/archive/html/emacs-devel/2013-01/msg00203.html>.
4861
4862 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4863
4864 * progmodes/make-mode.el (makefile-backslash-region): Don't compute
4865 column if we're just deleting the backslashes.
4866 (makefile-fill-paragraph): Use eolp.
4867
4868 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
4869
4870 * autorevert.el (auto-revert-use-notify): Fix docstring.
4871
4872 2013-01-30 Leo Liu <sdl.web@gmail.com>
4873
4874 * imenu.el (imenu--truncate-items): Fix subalist checking (bug#13576).
4875
4876 2013-01-30 Glenn Morris <rgm@gnu.org>
4877
4878 * mouse.el (mouse-drag-line): Avoid pushing same event onto
4879 unread-command-events twice in some cases. This tries to implement
4880 the 2012-07-26 changes in a different way. (Bug#13560)
4881
4882 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
4883
4884 * progmodes/python.el
4885 (python-pdbtrack-comint-output-filter-function): Enhancements on
4886 stacktrace detection. (thanks @gnovak)
4887
4888 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4889
4890 * jit-lock.el (jit-lock-stealth-chunk-start): Don't widen (bug#13542).
4891 (jit-lock-mode, jit-lock-functions, jit-lock-context-unfontify-pos):
4892 Use defvar-local.
4893 (jit-lock-register): Use setq-local.
4894
4895 2013-01-30 Jay Belanger <jay.p.belanger@gmail.com>
4896
4897 * calc-units.el (math-default-units-table): Remove initial value.
4898 (calc-convert-units): Treat expressions where all the units cancel as
4899 if they didn't have units.
4900
4901 2013-01-30 Michael Albinus <michael.albinus@gmx.de>
4902
4903 * net/tramp.el (tramp-process-connection-type): Fix docstring.
4904 (tramp-completion-reread-directory-timeout): Fix type.
4905 (tramp-connection-min-time-diff): New defcustom.
4906
4907 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
4908
4909 2013-01-30 Glenn Morris <rgm@gnu.org>
4910
4911 * imenu.el (imenu-default-create-index-function):
4912 Put back a version of the infinite loop test removed 2013-01-23.
4913
4914 2013-01-30 Fabián Ezequiel Gallina <fgallina@cuca>
4915
4916 * progmodes/python.el (python-shell-parse-command):
4917 Find python-shell-interpreter with modified environment.
4918
4919 2013-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4920
4921 * emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.
4922
4923 2013-01-29 Alan Mackenzie <acm@muc.de>
4924
4925 Amend to fontify /regexp/s in actions correctly.
4926 * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
4927 (c-awk-harmless-string*-here-re): Braces, parens and semicolons
4928 are no longer included.
4929 (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
4930 What used to be these variables without "-line" in the name.
4931 (c-awk-neutral-re): { is no longer neutral. Escaped newlines now are.
4932 (c-awk-non-arith-op-bra-re): Now also matches {.
4933 (c-awk-pre-exp-alphanum-kwd-re): New regexp to match "print",
4934 "return", and "case".
4935 (c-awk-kwd-regexp-sign-re): New, to match "print", etc., followed
4936 by /.
4937 (c-awk-syntax-tablify-/): Check special cases "print /re/", etc.
4938 (c-awk-set-syntax-table-properties): Extend FSM to handle {,},(,),;.
4939
4940 2013-01-29 Michael Albinus <michael.albinus@gmx.de>
4941
4942 * autorevert.el (auto-revert-use-notify):
4943 Use `custom-initialize-default' for initialization. (Bug#13583)
4944
4945 * net/ange-ftp.el (ange-ftp-skip-msgs): Add another message.
4946
4947 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4948 Catch `suppress'. Otherwise, `tramp-run-real-handler' might be called
4949 in `tramp-file-name-handler'.
4950 (tramp-gw-tunnel-method, tramp-gw-socks-method): Declare for
4951 compatibility.
4952 (tramp-compute-multi-hops): Check, whether
4953 `tramp-gw-tunnel-method' and `tramp-gw-socks-method' are non-nil.
4954
4955 2013-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
4956
4957 * hi-lock.el (hi-lock-unface-buffer): Don't assume `face' is a symbol
4958 (bug#13297).
4959
4960 2013-01-27 Dmitry Gutov <dgutov@yandex.ru>
4961
4962 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove some
4963 checks made superfluous by the \_< operator.
4964 * progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybe
4965 temporarily) broken indentation.
4966 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
4967 Highlight nested constants, too. \_< broke that.
4968
4969 2013-01-27 Nobuyoshi Nakada <nobu@ruby-lang.org>
4970
4971 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use "\\_<"
4972 instead of "\\b".
4973
4974 2013-01-27 Michael Albinus <michael.albinus@gmx.de>
4975
4976 * autorevert.el (auto-revert-handler): Notifications which result
4977 from a saved file shall not be taken into account. (Bug#13557)
4978
4979 2013-01-26 Andreas Schwab <schwab@linux-m68k.org>
4980
4981 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add optional
4982 parameter BAR-NOT-SYMBOL to control syntax of | for font-lock.
4983 (lisp-mode): Pass t for it. (Bug#13556)
4984
4985 2013-01-25 Alan Mackenzie <acm@muc.de>
4986
4987 AWK Mode: Fix indentation bug at top level. Bug #12274.
4988
4989 * progmodes/cc-engine.el (c-guess-basic-syntax): Move CASE 5P to
4990 just before CASE 5D.
4991
4992 2013-01-25 Dmitry Antipov <dmantipov@yandex.ru>
4993
4994 * net/socks.el (socks-nslookup-host): Use string-to-number.
4995
4996 2013-01-25 Michael Albinus <michael.albinus@gmx.de>
4997
4998 * autorevert.el (auto-revert-remote-files)
4999 (auto-revert-notify-exclude-dir-regexp): New defcustoms.
5000 (auto-revert-notify-enabled, auto-revert-use-notify)
5001 (auto-revert-notify-watch-descriptor-hash-list)
5002 (auto-revert-notify-modified-p, auto-revert-notify-event-p)
5003 (auto-revert-notify-event-descriptor)
5004 (auto-revert-notify-event-action)
5005 (auto-revert-notify-event-file-name): Doc fix.
5006 (global-auto-revert-mode): Reorder checks.
5007 (auto-revert-notify-rm-watch): Respect changed values of
5008 `auto-revert-notify-watch-descriptor-hash-list'.
5009 (auto-revert-notify-add-watch): Check for
5010 `auto-revert-notify-exclude-dir-regexp'. Adapt filters for
5011 `inotify-add-watch'. Watch `default-directory' instead of
5012 `buffer-file-name'. `auto-revert-notify-watch-descriptor-hash-list'
5013 has a changed meaning now. (Bug#13540)
5014 (auto-revert-notify-handler): Change implementation wrt events
5015 returning from a directory.
5016 (auto-revert-handler): Reorder implementation for checks of remote
5017 files.
5018 (auto-revert-buffers): Fix parentheses error.
5019
5020 2013-01-25 Fabián Ezequiel Gallina <fgallina@cuca>
5021
5022 * progmodes/python.el: Enhancements to header documentation about
5023 skeletons. (Bug#5716)
5024
5025 * imenu.el (imenu-default-create-index-function): Remove useless
5026 infinite loop check. (Bug#13438)
5027
5028 2013-01-25 Alan Mackenzie <acm@muc.de>
5029
5030 Fix a bug in the state cache mechanism. Refactor this a bit.
5031
5032 * progmodes/cc-engine.el (c-parse-state-get-strategy): Remove the
5033 `cache-pos' element from the return value.
5034 (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of
5035 buffer to enable proper searching from beyond HERE. Amend the
5036 test for detecting the sought brace pair. Amend the value written
5037 to the "brace desert cache" when the brace isn't found.
5038 (c-remove-stale-state-cache): Rename `good-pos' to `start-point',
5039 and several other variables analogously.
5040 (c-remove-stale-state-cache-backwards): Change `cache-pos' from a
5041 parameter to a locally calculated variable.
5042 (c-parse-state-1): Change the calling conventions to the two
5043 defuns involving `cache-pos'.
5044
5045 2013-01-25 Chong Yidong <cyd@gnu.org>
5046
5047 * xml.el (xml-entity-or-char-ref-re): Fix regexp.
5048
5049 2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
5050
5051 * paren.el (show-paren-function): Make sure to set 'priority and
5052 'face only if the overlay does exist.
5053
5054 2013-01-24 Michael Albinus <michael.albinus@gmx.de>
5055
5056 * net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.
5057
5058 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Do not suppress
5059 basic attributes.
5060 (tramp-sh-handle-set-file-acl): Improve error checking.
5061
5062 2013-01-24 Dmitry Antipov <dmantipov@yandex.ru>
5063
5064 * doc-view.el (doc-view-display): Force mode line update until all
5065 document is converted. Suggested by Stefan Monnier (Bug#13164).
5066
5067 2013-01-23 Bastien Guerry <bzg@gnu.org>
5068
5069 * paren.el (show-paren-function): Make sure an overlay exists
5070 before trying to delete it. Also use `pos' as a position only
5071 when it is an integer.
5072
5073 2013-01-23 Dmitry Antipov <dmantipov@yandex.ru>
5074
5075 * play/gametree.el (gametree-break-line-here): Use point-marker.
5076
5077 2013-01-22 Michael Albinus <michael.albinus@gmx.de>
5078
5079 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
5080 Mark descriptive parts with `display' property.
5081
5082 2013-01-21 Agustín Martín Domingo <agustin.martin@hispalinux.es>
5083
5084 * textmodes/ispell.el (ispell-hunspell-dictionary-equivs-alist):
5085 New variable to map standard dict names to hunspell ones.
5086 (ispell-set-spellchecker-params): Make sure specific dict names
5087 are used for standard dicts with hunspell.
5088
5089 2013-01-21 Tassilo Horn <tsdh@gnu.org>
5090
5091 * textmodes/reftex-cite.el (reftex-format-citation): Add format
5092 chars for note (%N) and url (%U).
5093 * textmodes/reftex-vars.el (reftex-cite-format): Document them.
5094
5095 2013-01-21 Juri Linkov <juri@jurta.org>
5096
5097 * frame.el: Bind `f10' in `esc-map' to `toggle-frame-maximized'
5098 in addition to existing separate binding `meta f10' in `global-map'.
5099 (Bug#13484)
5100
5101 2013-01-21 Michael Albinus <michael.albinus@gmx.de>
5102
5103 Improve XEmacs compatibility.
5104
5105 * net/tramp.el (tramp-replace-environment-variables): Make it a defun.
5106
5107 * net/tramp-adb.el (top): Require `time-date'.
5108 (tramp-adb-ls-output-time-less-p): Use `tramp-time-less-p'.
5109 (tramp-adb-handle-copy-file, tramp-adb-handle-rename-file):
5110 Use `tramp-file-name-handler'.
5111 (tramp-adb-maybe-open-connection):
5112 Use `tramp-compat-set-process-query-on-exit-flag'.
5113
5114 * net/tramp-sh.el (tramp-sh-handle-file-acl):
5115 Use `tramp-compat-funcall'.
5116
5117 * net/tramp-smb.el (tramp-smb-handle-file-acl): Use `looking-at' and
5118 `tramp-compat-funcall'.
5119
5120 2013-01-21 Jürgen Hötzel <juergen@archlinux.org>
5121
5122 * net/tramp-adb.el (tramp-adb-handle-start-file-process): Complete
5123 reimplementation using "adb shell command ..." instead of running
5124 remote shell interactively.
5125
5126 2013-01-20 Glenn Morris <rgm@gnu.org>
5127
5128 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5129 Add native profiler menu entries.
5130
5131 * profiler.el (profiler-running-p): New function.
5132 (profiler-cpu-profile): Use profiler-running-p.
5133 (profiler-report-mode-map): Add some more menu entries.
5134
5135 2013-01-19 Glenn Morris <rgm@gnu.org>
5136
5137 * mail/unrmail.el (unrmail): Do not mangle the mbox From line;
5138 fixes 2012-12-07 change. (Bug#13499)
5139
5140 2013-01-19 Leo Liu <sdl.web@gmail.com>
5141
5142 * dired.el (dired-get-marked-files): Prune erroneous values due to
5143 last change. (Bug#13152)
5144
5145 2013-01-19 Glenn Morris <rgm@gnu.org>
5146
5147 * progmodes/etags.el (tags-table-check-computed-list):
5148 Preserve point in tags buffer. (Bug#13412)
5149
5150 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
5151
5152 2013-01-19 Christian Wittern <cwittern@gmail.com> (tiny change)
5153 Chong Yidong <cyd@gnu.org>
5154
5155 * image-mode.el (image-next-file, image-previous-file):
5156 New commands (Bug#8453).
5157 (image-mode-map): Bind them to n and p.
5158 (image-mode--images-in-directory): New helper function.
5159
5160 2013-01-19 Chong Yidong <cyd@gnu.org>
5161
5162 * image-mode.el (image-mode-fit-frame): Add a frame argument.
5163 Suggested by Drew Adams (Bug#7730). Handle window decorations;
5164 save and restore the old window configuration.
5165
5166 2013-01-18 Leo Liu <sdl.web@gmail.com>
5167
5168 * progmodes/js.el: Tweak autoload cookie for alias.
5169
5170 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
5171
5172 * autorevert.el (auto-revert-notify-watch-descriptor): Make it
5173 buffer local, again. This was lost with the fix on 2013-01-12.
5174
5175 2013-01-17 Jürgen Hötzel <juergen@archlinux.org>
5176
5177 * eshell/esh-util.el (eshell-path-env): Make it buffer local, in
5178 order to support several eshell buffers in parallel.
5179
5180 2013-01-17 Michael Albinus <michael.albinus@gmx.de>
5181
5182 * autorevert.el (auto-revert-use-notify): In the :set function, do
5183 not modify `kill-buffer-hook'.
5184 (auto-revert-notify-rm-watch):
5185 Remove `auto-revert-notify-rm-watch' from `kill-buffer-hook'.
5186 (auto-revert-notify-add-watch): Do not call
5187 `auto-revert-notify-rm-watch', but add it to a buffer local
5188 `kill-buffer-hook'.
5189
5190 2013-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
5191
5192 * emacs-lisp/trace.el (trace--read-args): Use a closure and an honest
5193 call to `eval' rather than a backquoted lambda.
5194
5195 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
5196
5197 * emacs-lisp/nadvice.el (advice--tweak): Make it possible for `tweak'
5198 to return an explicit nil.
5199 (advice--remove-function): Change accordingly.
5200
5201 * emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup to
5202 the use of nadvice.el.
5203
5204 * progmodes/which-func.el (which-function): Silence imenu errors
5205 (bug#13433).
5206
5207 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
5208
5209 * progmodes/sql.el (sql-imenu-generic-expression):
5210 (sql-mode-font-lock-object-name): Match schema qualified names.
5211 (sql-connect): Use string keys.
5212 (sql-product-interactive): Wait for interpreter prompt.
5213 (sql-comint-oracle): Set process coding based on NLS_LANG.
5214
5215 2013-01-15 Michael R. Mauger <mmaug@yahoo.com>
5216
5217 * progmodes/sql.el (sql-output-to-send): Remove, unused.
5218 (sql-interactive-remove-continuation-prompt):
5219 (sql-send-magic-terminator, sql-interactive-mode): Remove references.
5220
5221 2013-01-14 Leo Liu <sdl.web@gmail.com>
5222
5223 * calendar/calendar.el (calendar-redraw): Sync window-point and point.
5224 (Bug#13420)
5225
5226 2013-01-14 Glenn Morris <rgm@gnu.org>
5227
5228 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5229 Fix interpretation of gnu line.col1-col2 format. (Bug#13335)
5230
5231 2013-01-13 Fabián Ezequiel Gallina <fgallina@cuca>
5232
5233 * progmodes/python.el (python-nav-end-of-statement):
5234 Fix cornercase when handling multiline strings.
5235
5236 2013-01-13 Richard Stallman <rms@gnu.org>
5237
5238 * mail/sendmail.el (mail-position-on-field): Add doc string.
5239
5240 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
5241 Get current message boundaries and pass them to
5242 message-forward-make-body-mime. Minor style changes.
5243
5244 2013-01-13 Eli Zaretskii <eliz@gnu.org>
5245
5246 * cus-start.el (all): Avoid warnings about
5247 scroll-bar-adjust-thumb-portion on platforms where it is not defined.
5248
5249 2013-01-11 Jan Djärv <jan.h.d@swipnet.se>
5250
5251 * cus-start.el (all): Add scroll-bar-adjust-thumb-portion.
5252
5253 2013-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
5254
5255 * jit-lock.el (jit-lock-debug-mode): New minor mode.
5256 (jit-lock--debug-fontifying): New var.
5257 (jit-lock--debug-fontify): New function.
5258 * subr.el (condition-case-unless-debug): Don't prevent catching the
5259 error, just let the debbugger run.
5260 * emacs-lisp/timer.el (timer-event-handler): Don't prevent debugging
5261 timer code and don't drop errors silently.
5262
5263 2013-01-12 Michael Albinus <michael.albinus@gmx.de>
5264
5265 * autorevert.el (auto-revert-notify-watch-descriptor): Give it
5266 `permanent-local' property.
5267 (auto-revert-notify-handler): Use `file-equal-p'.
5268
5269 2013-01-12 Eli Zaretskii <eliz@gnu.org>
5270
5271 * autorevert.el (auto-revert-notify-handler): Fix filtering of
5272 file notification by ACTION. For filtering by file name, compare
5273 only the non-directory part of the file name.
5274
5275 2013-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
5276
5277 * autorevert.el: Use cl-lib instead of cl.
5278
5279 * vc/vc-bzr.el (vc-bzr--sanitize-header): New function (bug#13307).
5280 (vc-bzr-checkin): Use it.
5281 * vc/log-edit.el (log-edit-extract-headers): Don't presume FUNCTION
5282 will preserve match-data.
5283
5284 2013-01-11 Felix H. Dahlke <fhd@ubercode.de>
5285
5286 * progmodes/js.el: Fix multiline declarations's indentation (bug#8576).
5287 (js--declaration-keyword-re): New var.
5288 (js--multi-line-declaration-indentation): New function.
5289 (js--proper-indentation): Use it.
5290
5291 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
5292
5293 * calc/calc.el (calc-highlight-selections-with-faces)
5294 (calc-dispatch):
5295 * comint.el (comint-history-isearch-message):
5296 * emacs-lisp/edebug.el (edebug-read, edebug-eval-defun):
5297 * ffap.el (ffap-string-at-point-region, ffap-next)
5298 (ffap-string-at-point, ffap-string-around)
5299 (ffap-copy-string-as-kill, ffap-highlight-overlay)
5300 (ffap-literally):
5301 * font-lock.el (font-lock-keywords-alist)
5302 (font-lock-removed-keywords-alist):
5303 * help-mode.el (help-xref-symbol-regexp):
5304 * info.el (Info-find-emacs-command-nodes):
5305 * international/mule.el (add-to-coding-system-list):
5306 * isearch.el (isearch-message-function, isearch-fail-pos):
5307 * misearch.el (multi-isearch-next-buffer-function):
5308 * newcomment.el (comment-box):
5309 * printing.el (pr-txt-printer-alist, pr-ps-printer-alist)
5310 (pr-setting-database):
5311 * progmodes/cc-fonts.el (c-font-lock-keywords-3)
5312 (c++-font-lock-keywords-3, objc-font-lock-keywords-3)
5313 (java-font-lock-keywords-3, idl-font-lock-keywords-3)
5314 (pike-font-lock-keywords-3):
5315 * progmodes/compile.el (compile):
5316 * progmodes/etags.el (tags-table-files)
5317 (tags-table-files-function, tags-included-tables-function):
5318 * progmodes/gdb-mi.el (gdb, gdb-setup-windows)
5319 (gdb-restore-windows):
5320 * ps-print.el (ps-even-or-odd-pages, ps-spool-buffer-with-faces)
5321 (ps-n-up-filling-database):
5322 * server.el (server-buffer, server-log):
5323 * simple.el (newline, delete-backward-char, delete-forward-char)
5324 (minibuffer-history-isearch-message, kill-line, track-eol)
5325 (temporary-goal-column):
5326 * textmodes/flyspell.el (flyspell-mark-duplications-flag)
5327 (flyspell-default-deplacement-commands):
5328 * textmodes/ispell.el (ispell-accept-output):
5329 * textmodes/sgml-mode.el (html-tag-help):
5330 * vc/compare-w.el (compare-ignore-whitespace)
5331 (compare-ignore-case, compare-windows-dehighlight):
5332 * vc/diff.el (diff):
5333 * whitespace.el (whitespace-point)
5334 (whitespace-font-lock-refontify, whitespace-bob-marker)
5335 (whitespace-eob-marker): Fix ambiguous doc string cross-reference(s).
5336
5337 2013-01-11 Michael Albinus <michael.albinus@gmx.de>
5338
5339 * autorevert.el (top): Require 'cl in order to pacify byte compiler.
5340 (auto-revert-notify-rm-watch): Ignore errors.
5341 (auto-revert-notify-add-watch): Ignore errors. Use '(modify) for
5342 inotify, and '(size last-write-time) for w32notify.
5343 Set buffer-local `auto-revert-use-notify' to nil when adding a file
5344 watch fails - this is a fallback to the file modification check.
5345 (auto-revert-notify-event-p, auto-revert-notify-event-descriptor)
5346 (auto-revert-notify-event-action)
5347 (auto-revert-notify-event-file-name): New defuns.
5348 (auto-revert-notify-handler): Use them. Implement first
5349 plausibility checks.
5350 (auto-revert-handler): Handle also `auto-revert-tail-mode'.
5351
5352 2013-01-11 Julien Danjou <julien@danjou.info>
5353
5354 * color.el (color-rgb-to-hsv): Fix conversion computing in case min and
5355 max are almost equal. Also return the correct value for V which is
5356 already between 0 and 1.
5357
5358 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
5359
5360 * emacs-lisp/ert.el (ert-run-test): Use point-max-marker.
5361
5362 2013-01-11 Eli Zaretskii <eliz@gnu.org>
5363
5364 * autorevert.el (auto-revert-notify-rm-watch)
5365 (auto-revert-notify-add-watch): Fix typos in w32notify function
5366 names.
5367
5368 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
5369
5370 * autorevert.el (auto-revert-notify-enabled): Move up.
5371 (auto-revert-use-notify): New defcustom.
5372 (auto-revert-mode, global-auto-revert-mode)
5373 (auto-revert-notify-add-watch, auto-revert-handler)
5374 (auto-revert-buffers): Use `auto-revert-use-notify' instead of
5375 `auto-revert-notify-enabled'.
5376
5377 2013-01-10 Elias Pipping <pipping@exherbo.org>
5378
5379 * files.el (auto-mode-alist): Use doc-view for djvu files (bug#13164).
5380 * doc-view.el (doc-view-document->bitmap):
5381 Use doc-view-single-page-converter-function instead of
5382 single-page-converter arg; adjust callers.
5383
5384 2013-01-10 Feng Li <fengli@gmail.com> (tiny change)
5385
5386 * progmodes/which-func.el (which-function): Understand Semantic's use
5387 of overlays in imenu--index-alist.
5388
5389 2013-01-10 Wolfgang Jenkner <wjenkner@inode.at>
5390
5391 * man.el: Handle different "man -k" behaviors (bug#13160). Use utf-8.
5392 (Man-man-k-use-anchor): New var.
5393 (Man-parse-man-k): New function.
5394 (Man-completion-table): Use it.
5395 (man): Flush the completion cache between uses.
5396
5397 2013-01-10 Michael Albinus <michael.albinus@gmx.de>
5398
5399 * autorevert.el: Add file watch support.
5400 (auto-revert-notify-enabled): New defconst.
5401 (auto-revert-notify-watch-descriptor-hash-list)
5402 (auto-revert-notify-watch-descriptor)
5403 (auto-revert-notify-modified-p): New defvars.
5404 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
5405 (auto-revert-notify-handler): New defuns.
5406 (auto-revert-mode, global-auto-revert-mode): Remove file watches
5407 when mode is disabled.
5408 (auto-revert-handler): Check for `auto-revert-notify-modified-p'.
5409 (auto-revert-buffers): Add file watches for active buffers.
5410
5411 2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
5412
5413 * cus-start.el (toplevel): Only allow float values for
5414 scroll-up-aggressively and scroll-down-aggressively.
5415 Allow any number for line-spacing.
5416
5417 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5418
5419 * doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name.
5420 (doc-view-pdf->png-converter-function): Use mupdf if available.
5421 (doc-view-djvu->png-converter-function)
5422 (doc-view-ps->png-converter-function): Remove.
5423 (doc-view--image-file-pattern): Replace doc-view--image-file-extension.
5424 (doc-view-goto-page, doc-view-convert-current-doc, doc-view-display)
5425 (doc-view-already-converted-p): Adjust accordingly.
5426 (doc-view-mode-p): Simplify.
5427 (doc-view-enlarge): Use setq-local.
5428 (doc-view-pdf->png-converter-ghostscript)
5429 (doc-view-djvu->png-converter-ddjvu)
5430 (doc-view-pdf->png-converter-mupdf): Rework to call
5431 doc-view-start-process directly.
5432 (doc-view-pdf/ps->png): Simplify accordingly.
5433 (doc-view-pdf->png-1, doc-view-djvu->png-1): Remove.
5434 (doc-view-document->bitmap): Rename from doc-view-document->png.
5435 (doc-view-convert-current-doc): Merge pdf and djvu cases.
5436 (doc-view-set-slice-from-bounding-box): Fix completion table.
5437 (doc-view-mode): Use add-hook for after-revert-hook.
5438
5439 2013-01-10 Glenn Morris <rgm@gnu.org>
5440
5441 * emacs-lisp/authors.el (authors-ignored-files)
5442 (authors-valid-file-names, authors-renamed-files-alist):
5443 Add some more entries.
5444
5445 2013-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5446
5447 * image-mode.el (image-mode-winprops): Don't throw away the fallback
5448 `t' pseudo-window entry.
5449
5450 2013-01-10 Alan Mackenzie <acm@muc.de>
5451
5452 Fix bugs in the c-parse-state mechanism. Reuse some markers
5453 instead of continually generating new ones.
5454
5455 * progmodes/cc-engine.el (c-state-old-cpp-beg-marker)
5456 (c-state-old-cpp-end-marker): New variables.
5457 (c-append-lower-brace-pair-to-state-cache): Start a backward
5458 search for "}" definitively outside CPP constructs.
5459 (c-remove-stale-state-cache): Inform the caller of a need to
5460 search back for a brace pair in certain circumstances.
5461 (c-state-maybe-marker): New macro.
5462 (c-parse-state): Reuse markers when appropriate.
5463
5464 2013-01-10 Glenn Morris <rgm@gnu.org>
5465
5466 * simple.el (execute-extended-command): Doc fix.
5467 Bind prefix-arg around read-extended-command, for prompt. (Bug#13395)
5468
5469 2013-01-10 Chong Yidong <cyd@gnu.org>
5470
5471 * faces.el (read-face-name): Doc fix.
5472
5473 2013-01-10 Roland Winkler <winkler@gnu.org>
5474
5475 * emacs-lisp/crm.el: Allow any regexp for separators.
5476 (crm-default-separator): All spaces around the default comma separator.
5477 (crm--completion-command): New macro.
5478 (crm-completion-help, crm-complete, crm-complete-word): Use it.
5479 (crm-complete-and-exit): Handle non-single-char separators.
5480
5481 2013-01-09 Elias Pipping <pipping@lavabit.com>
5482
5483 * doc-view.el: Add support for DjVu (bug#13164).
5484 (doc-view-djvu->png-converter-function): New config var.
5485 (doc-view-single-page-converter-function, doc-view--image-type)
5486 (doc-view--image-file-extension): New vars.
5487 (doc-view-mode): Initialize them.
5488 (doc-view-goto-page): Use them.
5489 (doc-view-mode-p): Add support for ddjvu.
5490 (doc-view-djvu->png-converter-ddjvu, doc-view-djvu->png-1)
5491 (doc-view-set-up-single-converter): New funs.
5492 (doc-view-pdf/ps->png): Extend for djvu.
5493 (doc-view-document->png): Rename from doc-view-pdf->png.
5494 (doc-view-convert-current-doc): Handle djvu.
5495 (doc-view-insert-image, doc-view-display)
5496 (doc-view-already-converted-p): Don't hardcode png.
5497 (doc-view-set-doc-type): Recognize djvu docs.
5498
5499 2013-01-09 Elias Pipping <pipping@lavabit.com>
5500
5501 * doc-view.el: Add support for mupdf converter (bug#13164).
5502 (doc-view-pdfdraw-program, doc-view-pdf->png-converter-function)
5503 (doc-view-ps->png-converter-function): New config vars.
5504 (doc-view-pdf->png-converter-ghostscript)
5505 (doc-view-ps->png-converter-ghostscript)
5506 (doc-view-pdf->png-converter-mupdf): New functions.
5507 (doc-view-pdf/ps->png, doc-view-pdf->png-1): Use them.
5508
5509 2013-01-09 Jürgen Hötzel <juergen@archlinux.org>
5510
5511 * net/tramp.el (tramp-eshell-directory-change): Check remote-path
5512 first in session cache: When `tramp-own-remote-path' is in
5513 `tramp-remote-path', the remote path is only set in the session
5514 cache.
5515
5516 2013-01-09 Glenn Morris <rgm@gnu.org>
5517
5518 * emacs-lisp/trace.el (trace-function-foreground)
5519 (trace-function-background): Doc fix.
5520
5521 2013-01-09 Juri Linkov <juri@jurta.org>
5522
5523 * international/mule-cmds.el (read-char-by-name): Move let-binding
5524 of completion-ignore-case around completing-read to fix regression
5525 exhibited by the test case `C-x 8 RET *acc TAB' and caused by
5526 `string-match-p' using the nil value of `case-fold-search' and
5527 `completion-ignore-case' in `completion-pcm--all-completions'.
5528 (Bug#12615).
5529
5530 2013-01-09 Glenn Morris <rgm@gnu.org>
5531
5532 * progmodes/compile.el (compilation-parse-errors):
5533 Fix typo. (Bug#13369)
5534
5535 2013-01-09 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
5536
5537 * comint.el (comint-send-input): Check size of buffer before
5538 waiting for process output, in case already accepted. (Bug#13290)
5539
5540 2013-01-09 Paul Eggert <eggert@cs.ucla.edu>
5541
5542 Spelling fixes.
5543 * net/tramp-adb.el (tramp-adb-get-toolbox):
5544 Fix misspelling of 'unknown'.
5545
5546 2013-01-08 Juri Linkov <juri@jurta.org>
5547
5548 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5549 * progmodes/flymake.el (flymake-errline, flymake-warnline):
5550 Use underline style wave on terminals that support it. (Bug#13000)
5551
5552 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
5553
5554 * emacs-lisp/pcase.el (pcase--split-equal): Also take advantage if
5555 the predicate returns nil.
5556
5557 * simple.el: Use lexical-binding.
5558 (primitive-undo): Use pcase.
5559 (minibuffer-history-isearch-push-state): Use a closure.
5560
5561 2013-01-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
5562
5563 * simple.el (primitive-undo): Move from undo.c.
5564
5565 2013-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
5566
5567 * vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.
5568 (cvs-mode-remove-handled): Use it (bug#13380).
5569
5570 * emacs-lisp/nadvice.el (advice--tweak): New function.
5571 (advice--remove-function, advice--subst-main): Use it.
5572
5573 * emacs-lisp/advice.el: Update commentary.
5574
5575 2013-01-08 Michael Albinus <michael.albinus@gmx.de>
5576
5577 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5578 Remove spurious entry.
5579
5580 2013-01-08 Glenn Morris <rgm@gnu.org>
5581
5582 * net/tramp.el (tramp-default-host-alist): Add :version.
5583
5584 2013-01-08 Juri Linkov <juri@jurta.org>
5585
5586 * info.el (Info-read-node-name-2): Don't duplicate suffixes for
5587 single completion. (Bug#12456)
5588 (info--manual-names): Expand node completions into an explicit list
5589 before appending it to another list. Filter out internal buffers
5590 with the leading space in the buffer name. (Bug#10771)
5591
5592 2013-01-08 Juri Linkov <juri@jurta.org>
5593
5594 * info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)
5595 that defaults to the Top node.
5596 (Info-goto-node, Info-read-node-name): Doc fix to mention that
5597 the short format (FILENAME) goes to the Top node.
5598 (Info-build-node-completions): Rename arg `file' to `filename'.
5599 (Bug#13365)
5600
5601 2013-01-07 Bastien Guerry <bzg@gnu.org>
5602
5603 * menu-bar.el (menu-bar-search-documentation-menu):
5604 Use `apropos-user-option' and fix the help message.
5605
5606 2013-01-07 Bastien Guerry <bzg@gnu.org>
5607
5608 * apropos.el (apropos-do-all): Update docstring.
5609 (apropos-user-option-button): New face.
5610 (apropos-user-option): Rename from `apropos-variable' and update
5611 docstring.
5612 (apropos-variable): Rewrite, now show all variables by default.
5613 (apropos-print): Mention "User option" instead of "Variable" when
5614 printing doc for user options. (Bug#13276)
5615
5616 2013-01-07 Jürgen Hötzel <juergen@archlinux.org>
5617
5618 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
5619 Handle filename correctly, when parsing "source -> target" symlink
5620 output.
5621 (tramp-adb-handle-set-file-times): New defun.
5622
5623 2013-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
5624
5625 * emacs-lisp/advice.el (ad-activate-advised-definition): Refresh the
5626 advice list when the interactive-spec of ad-Advice-* changes.
5627
5628 2013-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
5629
5630 * wid-edit.el (widget-default-get): Work for inlined elements.
5631 (Bug#12670)
5632
5633 2013-01-07 Michael Albinus <michael.albinus@gmx.de>
5634
5635 * net/tramp.el (tramp-default-host-alist): New defcustom.
5636 (tramp-find-host): Use it.
5637 (tramp-eshell-directory-change): Move from tramp-sh.el. Add to
5638 `eshell-directory-change-hook'.
5639
5640 * net/tramp-adb.el (top): Add adb specific entry in
5641 `tramp-default-host-alist'.
5642 (tramp-adb-file-name-host): Remove function.
5643 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
5644 Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'.
5645
5646 * net/tramp-sh.el: Move eshell integration code to tramp.el.
5647
5648 2013-01-06 Jürgen Hötzel <juergen@archlinux.org>
5649
5650 * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.
5651
5652 2013-01-06 Michael Albinus <michael.albinus@gmx.de>
5653
5654 * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size can
5655 consist of more than one digit.
5656 (tramp-adb-file-name-handler-alist):
5657 Use `tramp-handle-file-exists-p' consistently.
5658 (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'.
5659 (tramp-adb-handle-file-exists-p): Remove function.
5660 (tramp-adb-file-name-host): New defun.
5661 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
5662 Use it.
5663 (tramp-adb-maybe-open-connection): Set "remote-path" property.
5664
5665 2013-01-06 Chong Yidong <cyd@gnu.org>
5666
5667 * vc/vc.el (vc-next-action): Detect buffer modifications
5668 conflicting with locking VCS operation (Bug#11490).
5669
5670 * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes.
5671
5672 2013-01-05 Michael Albinus <michael.albinus@gmx.de>
5673
5674 * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):
5675 (tramp-adb-handle-directory-files-and-attributes): Fix typos.
5676
5677 2013-01-05 Jürgen Hötzel <juergen@archlinux.org>
5678
5679 * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robust
5680 parsing of ls output using regular expression (handle filenames
5681 with spaces). Use virtual device number.
5682 (tramp-do-parse-file-attributes-with-ls): New defun (Code
5683 cleanup).
5684
5685 2013-01-04 Daiki Ueno <ueno@gnu.org>
5686
5687 * epg.el: Silence byte-compiler warnings.
5688 (epg--start): Use delete-char instead of delete-backward-char.
5689 (epg-wait-for-completion): Pass FRAME arg to redraw-frame.
5690
5691 2013-01-04 Daiki Ueno <ueno@gnu.org>
5692
5693 * epg.el (epg--start): Don't call "tty" program on W32 platforms.
5694 Suggested by Eli Zaretskii <eliz@gnu.org>.
5695
5696 2013-01-04 Michael Albinus <michael.albinus@gmx.de>
5697
5698 * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must be
5699 non-negative integers. Otherwise, the default values are used.
5700 (tramp-convert-file-attributes): Convert uid and gid to integers.
5701
5702 2013-01-04 Glenn Morris <rgm@gnu.org>
5703
5704 * term.el (term-handle-colors-array): Ensure face attributes
5705 are fully specified, not nil. (Bug#13337)
5706
5707 * term.el (term-default-fg-color, term-default-bg-color):
5708 Fix custom type.
5709
5710 * progmodes/etags.el (tags-compression-info-list): Doc fix.
5711 (tag-find-file-of-tag-noselect): Check auto-compression-mode
5712 rather than 'jka-compr being loaded. (Bug#13338)
5713
5714 2013-01-04 Wesley Dawson <whd@lavabit.com> (tiny change)
5715
5716 * icomplete.el (icomplete-completions):
5717 Honor icomplete-prospects-height once more following
5718 2012-11-29 changes. (Bug#13224)
5719
5720 2013-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
5721
5722 * subr.el (internal--called-interactively-p--get-frame): Find aliases
5723 of called-interactively-p as well (bug#13237).
5724
5725 * view.el (view--enable, view--disable): Rename from view-mode-enable
5726 and view-mode-disable and assume it's called from view-mode.
5727 (view-mode-enable, view-mode-disable): Redefine as obsolete
5728 compatibility layer above view-mode.
5729 (view-mode-enter): Call `view-mode'.
5730
5731 * files.el (after-find-file): Call `view-mode'.
5732
5733 * doc-view.el (doc-view-scale-internally): New var.
5734 (doc-view-enlarge, doc-view-insert-image): Obey it.
5735
5736 2013-01-03 Daiki Ueno <ueno@gnu.org>
5737
5738 * epg.el (epg--start): Ignore errors when /dev/fd/0 does not
5739 exist. (Bug#13344)
5740
5741 2013-01-03 Glenn Morris <rgm@gnu.org>
5742
5743 * mail/rmail.el (rmail-set-header-1): Ignore case.
5744 Handle multi-line headers. (Bug#13330)
5745
5746 * progmodes/make-mode.el (makefile-fill-paragraph): Add doc.
5747 Handle paragraph starting at beginning of buffer.
5748
5749 * subr.el (eval-after-load): Don't purecopy the form, so that it
5750 can be nconc'd later on; reverts 2009-11-11 change. (Bug#13331)
5751
5752 * emacs-lisp/byte-run.el (defun): Place cl declarations
5753 after any interactive spec. (Bug#13265)
5754
5755 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
5756
5757 * emacs-lisp/byte-run.el (defmacro): Use same argument parsing as
5758 defun. Don't check for DECL if DOCSTRING isn't a string.
5759 (defun): Likewise.
5760
5761 2013-01-02 Glenn Morris <rgm@gnu.org>
5762
5763 * eshell/em-cmpl.el (eshell-pcomplete):
5764 More thoroughly imitate pcomplete. (Bug#13293)
5765
5766 * files.el (parse-colon-path): Doc fix. (Bug#12351)
5767 Return nil for empty path elements. (Bug#13296)
5768
5769 2013-01-02 Fabián Ezequiel Gallina <fgallina@cuca>
5770
5771 * progmodes/python.el (python-nav-end-of-statement): Rewrite in
5772 order to improve efficiency (Based on Daniel Colascione's
5773 <dancol@dancol.org> patch). (Bug#13182)
5774
5775 2013-01-02 Glenn Morris <rgm@gnu.org>
5776
5777 * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
5778
5779 2013-01-02 Andreas Schwab <schwab@linux-m68k.org>
5780
5781 * emacs-lisp/byte-run.el (defmacro): Don't lose final nil if
5782 neither DOCSTRING nor DECL was given. (Bug#13316)
5783
5784 2013-01-02 Michael Albinus <michael.albinus@gmx.de>
5785
5786 * net/tramp-sh.el (tramp-sh-handle-set-file-acl): Add argument to
5787 `error' call.
5788 (tramp-do-copy-or-rename-file): Ignore errors when calling
5789 `set-file-extended-attributes'.
5790
5791 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5792 Add handler for `file-acl'.
5793 (tramp-smb-handle-file-acl): New defun.
5794
5795 2013-01-02 Jay Belanger <jay.p.belanger@gmail.com>
5796
5797 * calc/README: Mention ISO 8601 week-numbering dates.
5798
5799 2013-01-01 Martin Rudalics <rudalics@gmx.at>
5800
5801 * view.el (view-mode-enable): New argument run-view-mode-hook.
5802 Run view-mode-hook only when it's non-nil (Bug#13315).
5803 (view-mode-enter): Call view-mode-enable with run-view-mode-hook
5804 argument t.
5805
5806 2012-12-31 Jürgen Hötzel <juergen@archlinux.org>
5807
5808 * net/tramp-adb.el (tramp-adb-maybe-open-connection): Handle errors
5809 (No device connected, invalid device name). (Bug #13299)
5810
5811 2012-12-31 Martin Rudalics <rudalics@gmx.at>
5812
5813 * window.el (window-resizable--p): Rename to window-resizable-p.
5814 (window-resize-no-error): New function.
5815
5816 * mail/rmail.el (rmail-maybe-display-summary): Restore behavior
5817 broken in fix from 2012-12-28.
5818
5819 2012-12-31 Stefan Monnier <monnier@iro.umontreal.ca>
5820
5821 * subr.el (special-form-p): Don't signal errors on undef aliases.
5822
5823 2012-12-31 Jay Belanger <jay.p.belanger@gmail.com>
5824
5825 * calc/calc-forms.el (math-parse-date): Try using
5826 `math-parse-iso-date' when it looks like it might be needed.
5827 Allow times of 24:00.
5828 (math-parse-date-validate, math-parse-iso-date-validate): Allow times
5829 of 24:00.
5830
5831 2012-12-30 Glenn Morris <rgm@gnu.org>
5832
5833 * net/mairix.el (rmail, rmail-summary-displayed, rmail-summary):
5834 Remove unnecessary/buggy autoloads (missing interactive). (Bug#13294)
5835 (rmail-summary-displayed, rmail-summary): Declare.
5836 (mairix-rmail-display): Just require rmail.
5837
5838 2012-12-30 Chong Yidong <cyd@gnu.org>
5839
5840 * emacs-lisp/package.el (package-untar-buffer): Improve integrity
5841 check for the tarball contents.
5842
5843 2012-12-30 Matt Fidler <matt.fidler@alcon.com> (tiny change)
5844
5845 * emacs-lisp/package.el (package-untar-buffer): Handle problematic
5846 tarfile content listings (Bug#13136).
5847
5848 2012-12-30 Mark Lillibridge <mark.lillibridge@hp.com>
5849
5850 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
5851 Insert the undecoded text of the message being forwarded. (Bug#9521)
5852
5853 2012-12-30 Michael Albinus <michael.albinus@gmx.de>
5854
5855 * net/tramp-sh.el (tramp-set-file-uid-gid): Convert UID and GID to
5856 integers, if they are real numbers. (Bug#13282)
5857
5858 * net/tramp-sh.el (tramp-sh-handle-set-file-selinux-context):
5859 Return `t' on success.
5860
5861 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5862 Add handler for `set-file-selinux-context'.
5863
5864 2012-12-29 Michael Albinus <michael.albinus@gmx.de>
5865
5866 * net/tramp-sh.el (tramp-sh-handle-file-acl): Suppress basic attributes.
5867 (tramp-sh-handle-set-file-acl): Return `t' on success.
5868
5869 2012-12-29 Eli Zaretskii <eliz@gnu.org>
5870
5871 * files.el (backup-buffer-copy, basic-save-buffer-2):
5872 If set-file-extended-attributes fails, fall back on set-file-modes
5873 instead of signaling an error. (Bug#13298)
5874 (basic-save-buffer): Likewise.
5875
5876 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5877
5878 * progmodes/python.el: Support other commands triggering
5879 python-indent-line so indentation cycling continues to work.
5880 (python-indent-trigger-commands): New defcustom.
5881 (python-indent-line): Use it.
5882
5883 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5884
5885 * progmodes/python.el (python-shell-send-region): Add blank lines
5886 for non sent code so backtraces remain correct.
5887
5888 2012-12-29 Fabián Ezequiel Gallina <fgallina@cuca>
5889
5890 * progmodes/python.el: Remove cl dependency.
5891 (python-syntax-count-quotes): Replace incf call.
5892 (python-fill-string): Replace setf call.
5893
5894 2012-12-29 Damien Cassou <damien.cassou@gmail.com>
5895
5896 * info.el (info-other-window): New arg, for consistency with info.
5897
5898 2012-12-28 Martin Rudalics <rudalics@gmx.at>
5899
5900 * mail/rmail.el (rmail-maybe-display-summary):
5901 Rewrite (Bug#13066).
5902
5903 2012-12-28 Andreas Schwab <schwab@linux-m68k.org>
5904
5905 * epg.el (epg--start): Modify process-environment locally.
5906
5907 2012-12-28 Daiki Ueno <ueno@gnu.org>
5908
5909 * epg.el: Support pinentry-curses.
5910 Suggested by Werner Koch in
5911 <http://lists.gnu.org/archive/html/emacs-devel/2007-02/msg00755.html>.
5912 (epg-agent-file, epg-agent-mtime): New variable.
5913 (epg--start): Record the modified time of gpg-agent socket file,
5914 to restore Emacs frame after pinentry-curses termination.
5915 (epg-wait-for-completion): Restore Emacs frame here.
5916
5917 2012-12-27 Juri Linkov <juri@jurta.org>
5918
5919 * info.el (Info-file-completions): New variable.
5920 (Info-read-node-name-1): Complete node names in the Info file
5921 when a file name is given. Call `Info-build-node-completions'
5922 with a file name.
5923 (Info-build-node-completions): Add new arg `file'. When it is
5924 non-nil, visit it in a temporary buffer and cache its completions in
5925 `Info-current-file-completions'. Move most of the function body to
5926 `Info-build-node-completions-1'.
5927 (Info-build-node-completions-1): New function with the body from
5928 `Info-build-node-completions'. (Bug#12456)
5929
5930 2012-12-27 Juri Linkov <juri@jurta.org>
5931
5932 * frame.el (frame-maximization-style): Remove user option.
5933 (cycle-frame-maximized): Remove function.
5934 (toggle-frame-maximized): Rewrite and bind to M-<f10>.
5935 (toggle-frame-fullscreen): New command bound to <f11> instead of
5936 `toggle-frame-maximized'.
5937 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00703.html
5938
5939 2012-12-27 Michael Albinus <michael.albinus@gmx.de>
5940
5941 * net/tramp.el (tramp-handle-file-accessible-directory-p): New defun.
5942
5943 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
5944 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5945 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
5946 for `file-accessible-directory-p'. (Bug#13275)
5947
5948 2012-12-27 Sam Steingold <sds@gnu.org>
5949
5950 * progmodes/cperl-mode.el (cperl-calculate-indent): Do not stagger
5951 continuations, see <http://stackoverflow.com/questions/3582436>.
5952
5953 2012-12-27 Dmitry Gutov <dgutov@yandex.ru>
5954
5955 * progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",
5956 "module" and "def" to have indentation before them.
5957 Regression from 2012-09-07T04:15:56Z!dgutov@yandex.ru (see the new test).
5958
5959 * progmodes/ruby-mode.el: Bump the version to 1.2 (Bug#13200).
5960
5961 2012-12-27 Alan Mackenzie <acm@muc.de>
5962
5963 Speed up fontification where there's large brace blocks.
5964 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Add a limit
5965 to a call of c-beginning-of-decl-1.
5966
5967 2012-12-27 Vitalie Spinu <spinuvit@gmail.com> (tiny change)
5968
5969 * comint.el (comint-adjust-window-point): New function.
5970 (comint-postoutput-scroll-to-bottom):
5971 Call comint-adjust-window-point (Bug#13248).
5972
5973 2012-12-26 Dmitry Gutov <dgutov@yandex.ru>
5974
5975 * progmodes/ruby-mode.el (auto-mode-alist): `purecopy' the
5976 Rakefile regexp.
5977 (auto-mode-alist): Associate .gemspec files with ruby-mode
5978 (https://bugs.ruby-lang.org/issues/5453).
5979
5980 2012-12-26 Jürgen Hötzel <juergen@archlinux.org>
5981
5982 * net/tramp-adb.el (tramp-adb-get-ls-command): New defun.
5983 Suppress coloring, if possible (required for BusyBox based systems like
5984 CyanogenMod).
5985 (tramp-adb-handle-file-attributes)
5986 (tramp-adb-handle-insert-directory)
5987 (tramp-adb-handle-file-name-all-completions): Use it.
5988 (tramp-adb-get-toolbox): New defun. Check for remote shell
5989 implementation (BusyBox or Toolbox).
5990
5991 2012-12-24 Constantin Kulikov <zxnotdead@gmail.com> (tiny change)
5992
5993 * startup.el (initial-buffer-choice): Allow function as value
5994 (Bug#13251).
5995 (command-line-1): Handle case where initial-buffer-choice
5996 specifies a function.
5997 * server.el (server-execute): Handle case where
5998 initial-buffer-choice specifies a function.
5999
6000 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
6001
6002 * mail/smtpmail.el (smtpmail-try-auth-method): Refactored out into
6003 its own function.
6004 (smtpmail-try-auth-methods): Forget the user name/password if the
6005 login is unsuccessful (bug#12424).
6006
6007 2012-12-22 Michael Albinus <michael.albinus@gmx.de>
6008
6009 * notifications.el (notifications-notify): Protect body with
6010 `with-demoted-errors'.
6011
6012 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
6013 Check properties of remote device. Restart connection, if there is a
6014 change.
6015
6016 2012-12-21 Chong Yidong <cyd@gnu.org>
6017
6018 * sort.el (sort-subr): Doc fix (Bug#13056).
6019
6020 2012-12-21 Bastien Guerry <bzg@gnu.org>
6021
6022 * progmodes/etags.el (tags-search): Fix typo. Bug #13232.
6023
6024 2012-12-21 Michael Albinus <michael.albinus@gmx.de>
6025
6026 * simple.el (process-file): Overwrite stderr file, if exists.
6027
6028 2012-12-21 Daiki Ueno <ueno@gnu.org>
6029
6030 * epg.el (epg--start): Print GPG_AGENT_INFO in the debug buffer.
6031 (epg-error): Set `error-message' property.
6032
6033 2012-12-21 Chong Yidong <cyd@gnu.org>
6034
6035 * international/mule-cmds.el (read-char-by-name): Signal an error
6036 if the user does not supply a valid character (Bug#13177).
6037
6038 * simple.el (transpose-subr-1): Preserve marker positions by
6039 changing the insertion sequence (Bug#13122).
6040
6041 2012-12-21 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
6042
6043 * simple.el (kill-region): Deactivate mark even for empty regions
6044 (Bug#13169).
6045
6046 2012-12-21 Chong Yidong <cyd@gnu.org>
6047
6048 * help-fns.el (describe-variable): Make sure we get the right
6049 buffer name (Bug#13105). Suggested by Kelly Dean.
6050
6051 2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
6052
6053 * comint.el (comint-redirect-previous-input-string): New variable.
6054 (comint-redirect-setup, comint-redirect-cleanup)
6055 (comint-redirect-preoutput-filter): Use it. Fixes redirection bug.
6056 (comint-redirect-preoutput-filter): Fix verbose message.
6057
6058 2012-12-20 Michael Albinus <michael.albinus@gmx.de>
6059
6060 * progmodes/grep.el (rgrep): Escape command line. Sometimes, it
6061 is too long for Tramp. See discussion in
6062 <http://thread.gmane.org/gmane.emacs.tramp/8233/focus=8244>.
6063
6064 * progmodes/compile.el (compilation-start): Remove line escape
6065 template.
6066
6067 2012-12-20 Dmitry Antipov <dmantipov@yandex.ru>
6068
6069 * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.
6070 Adjust comment.
6071
6072 2012-12-19 Jonas Bernoulli <jonas@bernoul.li>
6073
6074 * emacs-lisp/lisp-mnt.el (lm-section-end): Always end before the
6075 following non-comment text (bug#13207).
6076 (lm-header-multiline): Continuation lines need to be indented more than
6077 the first line.
6078 (lm-homepage): New function.
6079 (lm-with-file): Don't be confused if narrowing is in effect.
6080
6081 2012-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
6082
6083 * vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at the
6084 very beginning of a hunk (e.g. killing the first line).
6085
6086 2012-12-19 Michael Albinus <michael.albinus@gmx.de>
6087
6088 * net/tramp-sh.el (tramp-sh-handle-file-acl): Delete empty lines
6089 and text properties from returned ACL string.
6090 (tramp-sh-handle-set-file-acl): Do not use additional parentheses
6091 for "setfacl" command.
6092
6093 2012-12-18 Michael Albinus <michael.albinus@gmx.de>
6094
6095 * net/tramp.el (tramp-error-with-buffer): Give a hint to use
6096 `tramp-cleanup-this-connection', when the process has died.
6097 (Bug#13151)
6098
6099 2012-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
6100
6101 * icomplete.el (icomplete-completions): Also use … to truncate prefix.
6102
6103 2012-12-17 Kevin Ryde <user42@zip.com.au>
6104
6105 * files.el (auto-save-file-name-p): Use \` and \' (bug#13186).
6106
6107 2012-12-17 Michael Albinus <michael.albinus@gmx.de>
6108
6109 Add support for preserving ACL entries of files.
6110
6111 * net/tramp.el (tramp-file-name-for-operation): Add `file-acl' and
6112 `set-file-acl' handlers.
6113
6114 * net/tramp-adb.el (tramp-adb-handle-copy-file):
6115 Handle PRESERVE-EXTENDED-ATTRIBUTES.
6116
6117 * net/tramp-compat.el (tramp-compat-copy-file):
6118 Handle PRESERVE-EXTENDED-ATTRIBUTES.
6119
6120 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6121 Add `file-acl' and `set-file-acl' handlers.
6122 (tramp-gvfs-handle-copy-file):
6123 Handle PRESERVE-EXTENDED-ATTRIBUTES.
6124 (tramp-gvfs-handle-file-acl, tramp-gvfs-handle-set-file-acl):
6125 New defuns.
6126
6127 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
6128 Add `file-acl' and `set-file-acl' handlers.
6129 (tramp-remote-acl-p, tramp-sh-handle-file-acl)
6130 (tramp-sh-handle-set-file-acl): New defuns.
6131 (tramp-sh-handle-copy-file, tramp-do-copy-or-rename-file):
6132 Handle PRESERVE-EXTENDED-ATTRIBUTES.
6133
6134 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6135 Add `file-acl' and `set-file-acl' handlers.
6136 (tramp-smb-handle-copy-file): Handle PRESERVE-EXTENDED-ATTRIBUTES.
6137
6138 2012-12-17 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
6139
6140 * help-macro.el (make-help-screen): Instead of switch-to-buffer
6141 use pop-to-buffer with NORECORD argument t. As buffer name, use
6142 *Metahelp* with a leading space (Bug#13190).
6143
6144 2012-12-16 Romain Francoise <romain@orebokech.com>
6145
6146 * files.el (file-extended-attributes)
6147 (set-file-extended-attributes): New functions.
6148 (backup-buffer): Use them to handle both SELinux context and ACL
6149 entries.
6150 (backup-buffer-copy): Work with an alist of extended attributes,
6151 rather than an SELinux context.
6152 (basic-save-buffer-2): Ditto.
6153
6154 2012-12-16 Timo Myyrä <timo.myyra@gmail.com>
6155
6156 * battery.el (battery-bsd-apm): New function.
6157
6158 2012-12-16 Jay Belanger <jay.p.belanger@gmail.com>
6159
6160 * calc/calc.el (calc-standard-date-formats): Adjust one of the
6161 standard date formats.
6162
6163 2012-12-15 Juri Linkov <juri@jurta.org>
6164
6165 * isearch.el (isearch-mode-map): Bind `C-x 8 RET' to
6166 `isearch-insert-char-by-name'.
6167 (with-isearch-suspended): New defmacro with body mostly from
6168 `isearch-edit-string' except the part that sets
6169 `isearch-new-string' and `isearch-new-message'.
6170 (isearch-edit-string): Use new macro `with-isearch-suspended' with
6171 body that sets `isearch-new-string' and `isearch-new-message'.
6172 (isearch-insert-char-by-name): New command.
6173 * international/mule-cmds.el (read-char-by-name): Let-bind
6174 `enable-recursive-minibuffers' to t.
6175 http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00234.html
6176
6177 2012-12-15 Juri Linkov <juri@jurta.org>
6178
6179 * isearch.el (isearch-delete-char, isearch-del-char): Doc fix.
6180 (Bug#13175)
6181
6182 2012-12-15 Christopher Schmidt <christopher@ch.ristopher.com>
6183
6184 * dired-x.el (dired-guess-shell-command): Put colon at the end of
6185 the prompt. (Bug#13045)
6186
6187 2012-12-14 Glenn Morris <rgm@gnu.org>
6188
6189 * emacs-lisp/macroexp.el (macroexp--warn-and-return):
6190 Try to include filename in non-bytecomp warning. (Bug#13132)
6191
6192 2012-12-14 Paul Eggert <eggert@cs.ucla.edu>
6193
6194 Fix permissions bugs with setgid directories etc. (Bug#13125)
6195 * files.el (backup-buffer): Don't rely on 9th output of
6196 file-attributes, as it's now a placeholder. Instead, use the new
6197 optional arg of file-ownership-preserved-p.
6198 (file-ownership-preserved-p): New optional arg GROUP.
6199 Fix mishandling of setuid directories that would cause this
6200 function to return t when it should have returned nil.
6201 Document what happens if the file does not exist, and when
6202 it's not known whether the ownership will be preserved.
6203 * net/tramp-sh.el (tramp-sh-handle-file-ownership-preserved-p):
6204 Likewise.
6205 (tramp-get-local-gid): Use group-gid for integer, as that's
6206 faster and more reliable.
6207
6208 2012-12-14 Julien Danjou <julien@danjou.info>
6209
6210 * progmodes/sql.el (sql-mode-postgres-font-lock-keywords):
6211 Update keywords list, data type and PL/pgSQL.
6212
6213 2012-12-14 Dave Abrahams <dave@boostpro.com>
6214
6215 * vc/ediff-util.el (ediff-buffer-type): New function.
6216 (ediff-clone-buffer-for-current-diff-comparison): Compute the buf-type
6217 rather than taking it as as argument.
6218 (ediff-inferior-compare-regions): Adjust calls accordingly (bug#11319).
6219
6220 2012-12-14 Ryan Crum <ryan.crum@eleostech.com>
6221
6222 * json.el: Add pretty-print option (bug#12634).
6223 (json-encoding-separator, json-encoding-default-indentation)
6224 (json--encoding-current-indentation, json-encoding-pretty-print)
6225 (json-encoding-lisp-style-closings): New vars.
6226 (json--with-indentation): New macro.
6227 (json-encode-hash-table, json-encode-alist, json-encode-plist)
6228 (json-encode-array): Use it to obey json-encoding-pretty-print.
6229 (json-pretty-print-buffer, json-pretty-print): New commands.
6230
6231 2012-12-14 Dmitry Gutov <dgutov@yandex.ru>
6232
6233 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
6234 Extract `ruby-syntax-propertize-expansions'.
6235 (ruby-syntax-propertize-expansions): Only change syntax on
6236 certain string delimiters, to punctuation. This way the common
6237 functions like forward-word and thing-at-point still work.
6238 (ruby-match-expression-expansion): Improve readability.
6239 (ruby-block-contains-point): New function.
6240 (ruby-add-log-current-method): Handle several edge cases.
6241
6242 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
6243
6244 * emacs-lisp/edebug.el (edebug-unload-function): Make sure that
6245 unload-feature finishes even when aborting an ongoing edebug session.
6246 Also, do not worry about edebug-mode, unload-feature takes care of it.
6247
6248 2012-12-13 Andreas Schwab <schwab@suse.de>
6249
6250 * net/tls.el (tls-program): Update customize type.
6251
6252 2012-12-13 Juanma Barranquero <lekktu@gmail.com>
6253
6254 * emacs-lisp/edebug.el (edebug--require-cl-read): New function.
6255 (edebug-setup-hook, cl-read-load-hooks): Use it.
6256 (edebug-unload-function): New function. (Bug#13163)
6257
6258 2012-12-13 Michael Albinus <michael.albinus@gmx.de>
6259
6260 * net/tramp-adb.el (tramp-adb-file-name-p): Make it a defsubst.
6261 Otherwise, there could be errors in autoloading. (Bug#13151)
6262
6263 2012-12-13 Jürgen Hötzel <juergen@archlinux.org>
6264
6265 * net/tramp-adb.el (tramp-adb-wait-for-output): Remove spurious " ^H"
6266 sequences.
6267
6268 2012-12-13 Alan Mackenzie <acm@muc.de>
6269
6270 Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.
6271 * progmodes/cc-engine.el (c-backward-comments): Add code to work
6272 around `forward-comment' not recognizing ^M as whitespace.
6273
6274 2012-12-13 Fabián Ezequiel Gallina <fgallina@cuca>
6275
6276 * progmodes/python.el (python-skeleton-class)
6277 (python-skeleton-def): Do not add space after defun name.
6278
6279 2012-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
6280
6281 * emacs-lisp/cl.el (letf): Make it an alias of cl-letf.
6282 (cl--symbol-function): Remove (now that funbound is like nil).
6283
6284 2012-12-12 Glenn Morris <rgm@gnu.org>
6285
6286 * button.el (button--area-button-p): Fix typo.
6287
6288 2012-12-12 Sam Steingold <sds@gnu.org>
6289
6290 * frame.el (frame-maximization-style): New user option.
6291 (toggle-frame-maximized): Toggle frame maximization according to
6292 `frame-maximization-style', bound to <f11>.
6293 (cycle-frame-maximized): Cycle between all maximization styles and
6294 non-maximized frame, bound to shift-<f11>.
6295
6296 2012-12-12 David Cadé <codename68@gmail.com>
6297
6298 * mpc.el (mpc-format): Use truncate-string-to-width (bug#13143).
6299
6300 2012-12-12 Jonas Bernoulli <jonas@bernoul.li>
6301
6302 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
6303 (eieio-override-prin1): Don't quote kewords and booleans.
6304 (object-write) <eieio-default-superclass>: Don't put closing parens
6305 on new line, avoid needless empty lines, align values that are objects
6306 with the slot keyword (instead of beginning on the same line).
6307 (eieio-list-prin1): Align value with slot keyword; increase
6308 eieio-print-depth before printing members of the list.
6309
6310 2012-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
6311
6312 * mail/emacsbug.el (report-emacs-bug): Move the intangible text to
6313 a display text-property.
6314 (report-emacs-bug-hook): Don't bother deleting it any more.
6315
6316 * hilit-chg.el (highlight-save-buffer-state): Delete.
6317 Use with-silent-modifications instead.
6318 (hilit-chg-set-face-on-change): Only fixup the text that's modified.
6319
6320 * button.el: Handle buttons in display text-properties.
6321 (button--area-button-p, button--area-button-string):
6322 Use (STRING . STRING-POS) representation instead of just STRING.
6323
6324 2012-12-11 Eli Zaretskii <eliz@gnu.org>
6325
6326 * makefile.w32-in (compile4-SH): Fix a typo that caused term
6327 subdirectory be skipped.
6328
6329 2012-12-11 Glenn Morris <rgm@gnu.org>
6330
6331 * net/rcirc.el (rcirc-urls, rcirc-condition-filter): Doc fixes.
6332
6333 * progmodes/f90.el (f90-line-continued, f90-indent-region):
6334 Treat preprocessor lines embedded in continuations like comments.
6335 (f90-indent-line): Special-case preprocessor lines. (Bug#13138)
6336
6337 2012-12-11 Jay Belanger <jay.p.belanger@gmail.com>
6338
6339 * calc/calc.el (calc-standard-date-formats): Add more date
6340 formats.
6341 * calc/calc-forms.el (math-parse-iso-date): New function.
6342 (math-parse-date): Use `math-parse-iso-date' when appropriate.
6343 (math-parse-iso-date-validate): Add extra error checking.
6344 (calc-date-notation): Add ability to access new date formats.
6345
6346 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
6347
6348 * hi-lock.el (hi-lock--regexps-at-point): Fix boundary case for
6349 font-lock as well as when there's no text-property.
6350
6351 2012-12-10 Jambunathan K <kjambunathan@gmail.com>
6352
6353 * hi-lock.el: Refine the choice of default face.
6354 (hi-lock-keyword->face): New function. Use it wherever we used
6355 cadadadr instead.
6356 (hi-lock--regexps-at-point): Ignore faces that can't come from hi-lock.
6357 (hi-lock--last-face): Remove var.
6358 (hi-lock--unused-faces): New var to replace it.
6359 (hi-lock-read-face-name): Use/maintain it.
6360 (hi-lock-unface-buffer): Maintain it. Fix error for the C-u case.
6361 (hi-lock-set-pattern): Ignore new rule if it has the same regexp even
6362 if it has another face.
6363
6364 2012-12-10 Eli Zaretskii <eliz@gnu.org>
6365
6366 * subr.el (w32notify-handle-event): New function.
6367 (inotify-handle-event): Doc fix.
6368
6369 2012-12-10 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6370
6371 * subr.el (inotify-event-p, inotify-handle-event): New functions.
6372
6373 2012-12-10 Dani Moncayo <dmoncayo@gmail.com>
6374
6375 * simple.el (just-one-space): Doc fix.
6376
6377 2012-12-10 Eli Zaretskii <eliz@gnu.org>
6378
6379 * textmodes/texinfo.el (texinfo-enable-quote-envs): Add "smallexample".
6380
6381 2012-12-10 Le Wang <l26wang@gmail.com>
6382
6383 * hilit-chg.el (hilit-chg-set-face-on-change): Don't burp in
6384 narrowed buffer (bug#12361).
6385
6386 2012-12-10 Juanma Barranquero <lekktu@gmail.com>
6387
6388 * vc/vc-hooks.el (vc-state): Doc fix.
6389
6390 2012-12-10 Glenn Morris <rgm@gnu.org>
6391
6392 * mail/rmail.el (rmail-maybe-display-summary):
6393 Preserve buffer, in case select-window changes it. (Bug#13066)
6394
6395 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
6396
6397 * emacs-lisp/cl.el, emacs-lisp/cl-lib.el: Move cl-unload-function and
6398 cl-load-hook where they belong.
6399
6400 2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
6401
6402 * emacs-lisp/cl-lib.el (cl-declaim): Paren typo.
6403
6404 2012-12-09 Eli Zaretskii <eliz@gnu.org>
6405
6406 Parallelize byte compilation on MS-Windows.
6407 * makefile.w32-in (WINS_BASIC1, WINS_BASIC2, WINS_BASIC3)
6408 (WINS_BASIC4): New variables, subdivide subdirectories into 4 parts.
6409 (WINS_BASIC): Define as concatenation of the above.
6410 (compile): Subdivide into 4 separate and independent jobs that can
6411 be run in parallel.
6412 (compile0-CMD, compile0-SH): New targets for compiling
6413 COMPILE_FIRST files, which are prerequisites for the rest of the
6414 byte-compilation.
6415 (compile1-CMD, compile2-CMD, compile3-CMD, compile4-CMD):
6416 New targets for parallel compilation with cmd.exe.
6417 (compile1-SH, compile2-SH, compile3-SH, compile4-SH): Ditto for
6418 compiling under a Unixy shell.
6419
6420 2012-12-09 Chong Yidong <cyd@gnu.org>
6421
6422 * simple.el (set-mark-default-inactive): Delete this
6423 accidentally-introduced option.
6424 (set-mark-command, exchange-point-and-mark): Remove calls.
6425
6426 2012-12-09 Glenn Morris <rgm@gnu.org>
6427
6428 * emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix.
6429 Respect a defcustom's :set function, if appropriate. (Bug#109)
6430 (eval-defun): Doc fix.
6431
6432 2012-12-08 Juri Linkov <juri@jurta.org>
6433
6434 * info.el (Info-copy-current-node-name, Info-breadcrumbs)
6435 (Info-fontify-node, Info-bookmark-make-record): Remove the
6436 file extension from Info-current-file (Bug#13016).
6437
6438 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6439
6440 * hi-lock.el (hi-lock-unface-buffer): If there's no matching regexp at
6441 point, still provide some default.
6442 (hi-lock--regexps-at-point): Don't enforce a "hi-lock-" prefix on face
6443 names, since we don't use it right now. Actually return the list.
6444 (hi-lock-file-patterns, hi-lock-interactive-patterns): Use defvar-local.
6445
6446 2012-12-07 Chong Yidong <cyd@gnu.org>
6447
6448 * novice.el (disabled-command-function): Remove a spurious help
6449 xref (Bug#13043). Suggested by Kelly Dean.
6450
6451 * subr.el (text-clone-maintain): Fix clone overlay deletion when a
6452 syntax is specified (Bug#13025).
6453
6454 * info.el (Info-set-mode-line): Remove the file extension from
6455 Info-current-file if there is one (Bug#13016).
6456
6457 2012-12-07 Glenn Morris <rgm@gnu.org>
6458
6459 * mail/rmail.el (rmail-mime-decoded): New permanent local.
6460 (rmail-show-message-1): Set rmail-mime-decoded when appropriate.
6461 * mail/rmailedit.el (rmail-cease-edit): Respect rmail-mbox-format
6462 and rmail-mime-decoded. (Bug#9841)
6463
6464 * mail/unrmail.el (unrmail-mbox-format): New option. (Bug#6574)
6465 (batch-unrmail, unrmail): Doc fixes.
6466 (unrmail): Respect unrmail-mbox-format.
6467 * mail/rmail.el (rmail-mbox-format): New option.
6468 (rmail-show-message-1): Respect rmail-mbox-format.
6469
6470 2012-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6471
6472 * emacs-lisp/cl-macs.el (cl-tagbody): New macro.
6473
6474 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6475
6476 Further cleanup of the "cl-" namespace. Fit CL in 80 columns.
6477 * emacs-lisp/cl-macs.el (cl--pop2, cl--optimize-safety)
6478 (cl--optimize-speed, cl--not-toplevel, cl--parse-loop-clause)
6479 (cl--expand-do-loop, cl--proclaim-history, cl--declare-stack)
6480 (cl--do-proclaim, cl--proclaims-deferred): Rename from the "cl-" prefix.
6481 (cl-progv): Don't rely on dynamic scoping to find the body.
6482 * emacs-lisp/cl-lib.el (cl--optimize-speed, cl--optimize-safety)
6483 (cl--proclaims-deferred): Rename from the "cl-" prefix.
6484 (cl-declaim): Use backquotes.
6485 * emacs-lisp/cl-extra.el (cl-make-random-state, cl-random-state-p):
6486 Use "cl--" prefix for the object's tag.
6487
6488 * ses.el: Use advice-add/remove.
6489 (ses--advice-copy-region-as-kill, ses--advice-yank): New functions.
6490 (copy-region-as-kill, yank): Use advice-add.
6491 (ses-unload-function): Use advice-remove.
6492
6493 2012-12-06 Jonas Bernoulli <jonas@bernoul.li>
6494
6495 * button.el: Make them work in header-lines (bug#12817).
6496 (button-map): Add bindings for header-line and mode-line use.
6497 (button-get, button-put, button-label): `button' may now be a string.
6498 (button-activate): Don't make it a defsubst.
6499 (button--area-button-p, button--area-button-string): New functions.
6500 (make-text-button): Fix the return value when `beg' was a string.
6501 (push-button): Handle the mode-line case.
6502
6503 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6504
6505 * progmodes/sql.el: Use cl-lib and lexical-binding; various cleanup.
6506 (sql-signum): Remove. Use `cl-signum' instead.
6507 (sql-read-passwd): Remove; use read-passwd instread.
6508 (sql-get-login-ext): Use read-string.
6509 (sql-get-login): Use dolist and pcase.
6510 (sql--completion-table): Rename from sql-try-completion.
6511 Use complete-with-action.
6512 (sql-mode): Don't change abbrev-all-caps globally.
6513 (sql-connect): Don't rely on dynamic scoping for `new-name'.
6514 (sql-postgres-completion-object): Initialize vars in their `let'.
6515 (sql-comint-sybase, sql-comint-sqlite, sql-comint-mysql)
6516 (sql-comint-solid, sql-comint-ms, sql-comint-postgres)
6517 (sql-comint-interbase): Use a single append, without setq.
6518 (sql-comint-linter): Same, and unwind-protect the LINTER_MBX var.
6519
6520 * hi-lock.el: Rework the default face and the serialize regexp code.
6521 (hi-lock--auto-select-face-defaults): Remove.
6522 (hi-lock-string-serialize-serial): Remove.
6523 (hi-lock--hashcons-hash): Rename from hi-lock-string-serialize-hash;
6524 make weak.
6525 (hi-lock--hashcons): Rename from hi-lock-string-serialize, return an
6526 equal string.
6527 (hi-lock-set-pattern): Adjust accordingly.
6528 (hi-lock--regexps-at-point): Simplify accordingly.
6529 (hi-lock--auto-select-face-defaults): Remove.
6530 (hi-lock--last-face): New var to replace it.
6531 (hi-lock-read-face-name): Rewrite (bug#11095).
6532 (hi-lock-unface-buffer): Arrange for the face to be the next default.
6533
6534 2012-12-06 Michael Albinus <michael.albinus@gmx.de>
6535
6536 * net/tramp.el (tramp-replace-environment-variables):
6537 Hide compiler warning.
6538 (tramp-file-name-for-operation): Remove `executable-find',
6539 `start-process', `call-process' and `call-process-region'.
6540
6541 * net/tramp-compat.el (top): Don't require 'tramp-util and 'tramp-vc.
6542
6543 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Ensure backward
6544 compatibility.
6545
6546 * net/tramp-sh.el (top): Remove `tramp-sh-handle-call-process-region'.
6547
6548 2012-12-06 Chong Yidong <cyd@gnu.org>
6549
6550 * ffap.el (ffap-replace-file-component): Fix typo.
6551
6552 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6553
6554 * progmodes/octave-mod.el (octave-mark-block): Move out of tokens and
6555 fix open-paren-like token test (bug#12785).
6556
6557 2012-12-06 Glenn Morris <rgm@gnu.org>
6558
6559 * mail/rmailsum.el (rmail-new-summary): Tweak for
6560 rmail-maybe-display-summary changing buffer. (Bug#13066)
6561
6562 2012-12-06 Juri Linkov <juri@jurta.org>
6563
6564 * info.el (Info-fontify-node): Don't hide the last newline.
6565 (Bug#12272)
6566
6567 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
6568
6569 * mail/mailabbrev.el (mail-abbrev-expand-wrapper): Work in minibuffer
6570 so as to enable message-read-from-minibuffer to expand mail aliases.
6571
6572 2012-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
6573
6574 * minibuf-eldef.el (minibuf-eldef-update-minibuffer): Don't mess with
6575 the `intangible' property.
6576 Suggested by Christopher Schmidt <christopher@ch.ristopher.com>
6577
6578 2012-12-05 Deniz Dogan <deniz@dogan.se>
6579
6580 * net/rcirc.el (rcirc-urls): Update documentation.
6581 (rcirc-condition-filter): New function.
6582 (rcirc-browse-url, rcirc-markup-urls): Use only URLs before point
6583 and exclude consecutive duplicate URLs (Bug#6082).
6584
6585 2012-12-05 Michael Albinus <michael.albinus@gmx.de>
6586
6587 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
6588 Check return code of copy command.
6589
6590 * net/tramp-adb.el (tramp-adb-sdk-dir, tramp-adb-prompt):
6591 Use group `tramp'. Add version.
6592
6593 2012-12-05 Chong Yidong <cyd@gnu.org>
6594
6595 * ffap.el (ffap-url-regexp): Don't require matching at front of
6596 string (Bug#4952).
6597 (ffap-url-p): If only a substring matches, return that.
6598 (ffap-url-at-point): Use the return value of ffap-url-p.
6599 (ffap-read-file-or-url, ffap-read-file-or-url-internal)
6600 (find-file-at-point, dired-at-point, dired-at-point-prompter)
6601 (ffap-guess-file-name-at-point): Likewise.
6602 (ffap-replace-file-component): Fix typo.
6603
6604 * info.el (info-display-manual): Add existing Info buffers, whose
6605 files may not be in Info-directory-list, to the completion.
6606 (info--manual-names): New helper function.
6607
6608 2012-12-05 Glenn Morris <rgm@gnu.org>
6609
6610 * vc/vc-hg.el (vc-hg-resolve-when-done, vc-hg-find-file-hook):
6611 New functions, for detecting and resolving conflicts. (Bug#10709)
6612
6613 2012-12-04 Jambunathan K <kjambunathan@gmail.com>
6614
6615 * hi-lock.el (hi-lock-auto-select-face): New user variable.
6616 (hi-lock-auto-select-face-defaults): New buffer local variable.
6617 (hi-lock-read-face-name): Honor `hi-lock-auto-select-face'.
6618 (hi-lock-unface-buffer): Prompt user with useful defaults.
6619 With prefix arg, unhighlight all hi-lock patterns in buffer.
6620
6621 2012-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6622
6623 * obsolete/terminal.el, obsolete/longlines.el: Add obsolecence info.
6624
6625 2012-12-04 Michael Albinus <michael.albinus@gmx.de>
6626
6627 * Makefile.in (TRAMP_SRC):
6628 * makefile.w32-in (TRAMP_SRC): Add tramp-adb.el.
6629
6630 2012-12-04 Juergen Hoetzel <juergen@archlinux.org>
6631
6632 * net/tramp-adb.el: New package.
6633
6634 2012-12-04 Chong Yidong <cyd@gnu.org>
6635
6636 * terminal.el: Move to obsolete/.
6637
6638 * longlines.el: Move to obsolete/.
6639
6640 * vc/ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6641 Remove code referring to longlines mode.
6642
6643 2012-12-03 Juri Linkov <juri@jurta.org>
6644
6645 * sort.el (delete-duplicate-lines): New command. (Bug#13032)
6646
6647 2012-12-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
6648
6649 * textmodes/ispell.el (ispell-init-process)
6650 (ispell-start-process, ispell-internal-change-dictionary):
6651 Make sure personal dictionary name is expanded after initial
6652 `default-directory' value. Use expanded strings for
6653 keep/restart checks and for value (Bug#13019).
6654
6655 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
6656
6657 * calc/calc-forms.el (math-date-to-iso-dt): Fix weekday number.
6658
6659 2012-12-03 Leo Liu <sdl.web@gmail.com>
6660
6661 * files.el (dir-locals-read-from-file): Check file non-empty
6662 before reading. (Bug#13038)
6663
6664 2012-12-03 Glenn Morris <rgm@gnu.org>
6665
6666 * jka-cmpr-hook.el (jka-compr-get-compression-info):
6667 Remove any version extension before checking filename. (Bug#13006)
6668 (jka-compr-compression-info-list): Belated :version bump.
6669
6670 2012-12-03 Chong Yidong <cyd@gnu.org>
6671
6672 * simple.el (transient-mark-mode): Doc fix (Bug#11523).
6673
6674 * buff-menu.el (Buffer-menu-delete-backwards, Buffer-menu-mode)
6675 (buffer-menu): Doc fix (Bug#12294).
6676
6677 2012-12-03 Roland Winkler <winkler@gnu.org>
6678
6679 * calendar/diary-lib.el (diary-header-line-format): Use keybinding
6680 of diary-show-all-entries in the diary buffer (Bug#12994).
6681
6682 2012-12-03 Michael Albinus <michael.albinus@gmx.de>
6683
6684 * net/tramp-sh.el (tramp-perl-encode): Use "read STDIN" instead of
6685 "<STDIN>". This is binary safe.
6686
6687 2012-12-03 Jay Belanger <jay.p.belanger@gmail.com>
6688
6689 * calc/calc-forms.el (math-absolute-from-iso-dt)
6690 (math-date-to-iso-dt, math-parse-iso-date-validate)
6691 (math-iso-dt-to-date): New functions.
6692 (math-fd-iso-dt, math-fd-isoyear, math-fd-isoweek)
6693 (math-fd-isoweekday): New variables.
6694 (calc-date-notation, math-parse-standard-date, math-format-date)
6695 (math-format-date-part): Add support for more formatting codes.
6696
6697 2012-12-02 Dmitry Gutov <dgutov@yandex.ru>
6698
6699 * vc/vc.el (vc-delete-file, vc-rename-file): Default to the
6700 current buffer's file name when called interactively (Bug#12488).
6701
6702 2012-12-02 Juri Linkov <juri@jurta.org>
6703
6704 * info.el (info-display-manual): Don't clobber an existing Info
6705 buffer (Bug#10770). Add completion (Bug#10771).
6706
6707 2012-12-01 Yuya Nishihara <yuya@tcha.org> (tiny change)
6708
6709 * vc/vc-hooks.el (vc-find-file-hook): Expand buffer-file-truename
6710 before using it for comparison (Bug#5297).
6711
6712 2012-12-01 Jari Aalto <jari.aalto@cante.net>
6713
6714 * textmodes/css-mode.el (css-current-defun-name): New function.
6715 (css-mode): Use it.
6716
6717 * textmodes/sgml-mode.el (html-current-defun-name): New function.
6718 (html-mode): Use it.
6719
6720 2012-12-01 Chong Yidong <cyd@gnu.org>
6721
6722 Modularize add-log-current-defun (Bug#2224).
6723 Suggested by Jari Aalto.
6724
6725 * vc/add-log.el (add-log-current-defun-function): Doc fix.
6726 (add-log-current-defun): Move mode-specific code to other files.
6727 (add-log-lisp-like-modes, add-log-c-like-modes)
6728 (add-log-tex-like-modes): Variables deleted.
6729
6730 * emacs-lisp/lisp-mode.el (lisp-current-defun-name): New.
6731 (lisp-mode-variables): Use it.
6732
6733 * progmodes/cc-mode.el (c-common-init):
6734 * progmodes/cperl-mode.el (cperl-mode): Set a value for
6735 add-log-current-defun-function.
6736
6737 * progmodes/m4-mode.el (m4-current-defun-name): New function.
6738 (m4-mode): Use it.
6739
6740 * progmodes/perl-mode.el (perl-current-defun-name): New.
6741 (perl-mode): Use it.
6742
6743 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
6744 Use lisp-current-defun-name.
6745
6746 * textmodes/tex-mode.el (tex-current-defun-name): New.
6747 (tex-common-initialization): Use it.
6748
6749 * textmodes/texinfo.el (texinfo-current-defun-name): New.
6750 (texinfo-mode): Use it.
6751
6752 2012-12-01 Chong Yidong <cyd@gnu.org>
6753
6754 * emacs-lisp/lisp-mode.el (lisp-mode-variables, lisp-mode):
6755 * progmodes/autoconf.el (autoconf-mode):
6756 * progmodes/js.el (js-mode):
6757 * progmodes/make-mode.el (makefile-mode, makefile-makepp-mode)
6758 (makefile-bsdmake-mode, makefile-imake-mode, makefile-browse):
6759 * progmodes/perl-mode.el (perl-mode):
6760 * progmodes/sh-script.el (sh-mode, sh-set-shell):
6761 * textmodes/css-mode.el (css-mode):
6762 * textmodes/sgml-mode.el (html-mode, sgml-mode)
6763 (sgml-tags-invisible, sgml-guess-indent):
6764 * textmodes/tex-mode.el (tex-common-initialization)
6765 (latex-complete-bibtex-keys, tex-shell, tex-main-file)
6766 (doctex-mode, plain-tex-mode, latex-mode):
6767 * textmodes/texinfo.el (texinfo-mode): Use setq-local.
6768
6769 2012-12-01 Kirk Kelsey <kirk.kelsey@0x4b.net>
6770
6771 * vc/vc-hg.el (vc-hg-next-revision):
6772 Ensure use of default "tip" output format. (Bug#6968)
6773
6774 2012-12-01 Kim F. Storm <storm@cua.dk>
6775
6776 * startup.el (fancy-startup-tail): Add a clickable link
6777 (Bug#2176).
6778
6779 2012-12-01 Chong Yidong <cyd@gnu.org>
6780
6781 * startup.el (fancy-startup-tail): Improve the message about
6782 auto-save files (Bug#2176).
6783
6784 * files.el (recover-session): Improve the descriptive message, and
6785 use substitute-command-keys.
6786
6787 2012-12-01 Glenn Morris <rgm@gnu.org>
6788
6789 * ido.el (ido-file-internal):
6790 Handle other-window, other-frame for dired. (Bug#13036)
6791
6792 2012-11-30 Glenn Morris <rgm@gnu.org>
6793
6794 * icomplete.el (icomplete-separator): Fix :version.
6795
6796 2012-11-30 Chong Yidong <cyd@gnu.org>
6797
6798 * shell.el (shell): For C-u M-x shell, use an inactive shell
6799 buffer as the default (Bug#1975).
6800 (shell-apply-ansi-color, shell-reapply-ansi-color): New functions.
6801 (shell-mode): Use them to reapply ansi colorization if Shell mode
6802 is re-enabled.
6803
6804 2012-11-30 Yuriy Vostrikov <delamonpansie@gmail.com> (tiny change)
6805
6806 * vc/vc-git.el (vc-git-command): Disable the pager (Bug#6137).
6807
6808 2012-11-30 Samuel Bronson <naesten@gmail.com>
6809
6810 * progmodes/grep.el (grep-compute-defaults): Do not pass the -e
6811 flag to xargs, for compatibility with BSD xargs (Bug#11703).
6812
6813 2012-11-30 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
6814
6815 * textmodes/fill.el (fill-region-as-paragraph): Handle overshoot
6816 by move-to-column (Bug#3234).
6817
6818 2012-11-30 Chong Yidong <cyd@gnu.org>
6819
6820 * longlines.el (longlines-wrap-line, longlines-encode-region):
6821 Preserve text properties (Bug#1425).
6822
6823 2012-11-30 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
6824
6825 * vc/vc.el (vc-register): Allow registering a file which is
6826 already registered with a different backend (Bug#10589).
6827
6828 2012-11-29 Jambunathan K <kjambunathan@gmail.com>
6829 Stefan Monnier <monnier@iro.umontreal.ca>
6830
6831 * icomplete.el: Change separator; add ido-style commands.
6832 (icomplete-show-key-bindings): Remove custom var.
6833 (icomplete-get-keys): Remove function.
6834 (icomplete-forward-completions, icomplete-backward-completions):
6835 New commands.
6836 (icomplete-minibuffer-map): New var.
6837 (icomplete-minibuffer-setup): Use it.
6838 (icomplete-exhibit): Don't delay if the list of completions is known.
6839 (icomplete-separator): New custom.
6840 (icomplete-completions): Use it.
6841 * minibuffer.el (completion-all-sorted-completions): Delete duplicates.
6842 (minibuffer-force-complete-and-exit): New command.
6843 (minibuffer--complete-and-exit): New function extracted from
6844 minibuffer-complete-and-exit.
6845 (minibuffer-complete-and-exit): Use it.
6846
6847 * progmodes/etags.el (visit-tags-table-buffer): Give a more precise
6848 error message when the file doesn't exist (bug#12974).
6849
6850 2012-11-29 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
6851
6852 * simple.el (activate-mark): Run activate-mark-hook (bug#13027).
6853
6854 2012-11-29 Glenn Morris <rgm@gnu.org>
6855
6856 * files.el (hack-dir-local-variables): Warn if try to set
6857 coding via dir-locals, since it doesn't work. (Bug#7169)
6858
6859 Add desktop support for restoring vc-dir buffers. (Bug#10606)
6860 * vc/vc-dir.el (vc-dir-mode): Autoload it (for desktop restore).
6861 Set buffer-local value of desktop-save-buffer.
6862 (vc-dir-desktop-buffer-misc-data, vc-dir-restore-desktop-buffer):
6863 New functions.
6864 (desktop-buffer-mode-handlers): Add vc-dir-mode entry.
6865 * desktop.el (desktop-save-buffer-p): Treat vc-dir like dired.
6866
6867 * files.el (inhibit-local-variables-ignore-case): New. (Bug#10610)
6868 (inhibit-local-variables-p): Use inhibit-local-variables-ignore-case.
6869 Doc fix.
6870 (inhibit-local-variables-regexps, inhibit-local-variables-suffixes):
6871 Doc fixes.
6872
6873 2012-11-28 Jay Belanger <jay.p.belanger@gmail.com>
6874
6875 * calc/calc-forms.el (calc-date-notation): Fix regexp
6876 used to find time codes. Fix symbol for seconds.
6877
6878 2012-11-27 Glenn Morris <rgm@gnu.org>
6879
6880 * emacs-lisp/derived.el (derived-mode-make-docstring):
6881 Don't mention "abbrev" or "syntax" if nil. (Bug#11277)
6882
6883 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6884
6885 * textmodes/table.el (table-insert): Don't use `symbol-name' on
6886 lexically scoped variables (bug#13005).
6887
6888 2012-11-27 Glenn Morris <rgm@gnu.org>
6889
6890 * vc/vc-hooks.el (vc-mistrust-permissions):
6891 Default to t, to avoid data-loss. (Bug#11490)
6892
6893 2012-11-27 Fabián Ezequiel Gallina <fgallina@cuca>
6894
6895 * progmodes/python.el (python-indent-guess-indent-offset):
6896 If indentation is guessed make python-indent-offset buffer-local.
6897
6898 Fix Imenu regression.
6899 * progmodes/python.el (python-nav-beginning-of-defun):
6900 Fix forward movement when statement(s) separates point from defun.
6901 (python-imenu-prev-index-position): New function.
6902
6903 2012-11-27 Eli Zaretskii <eliz@gnu.org>
6904
6905 * subr.el (buffer-file-type): Declare with defvar-local. Doc fix.
6906
6907 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6908 Don't set buffer-file-type. Return nil. (Bug#12989)
6909
6910 2012-11-27 Glenn Morris <rgm@gnu.org>
6911
6912 * hippie-exp.el (hippie-expand-try-functions-list):
6913 Re-autoload it. (Bug#12982)
6914
6915 2012-11-27 Eli Zaretskii <eliz@gnu.org>
6916
6917 * descr-text.el (describe-char-padded-string):
6918 Call internal-char-font only on GUI frames. (Bug#11964)
6919
6920 2012-11-27 Andreas Schwab <schwab@linux-m68k.org>
6921
6922 * buff-menu.el (Buffer-menu-buffer+size-width): Fix customize type
6923 and obsoletion message.
6924
6925 2012-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6926
6927 * emacs-lisp/cl-macs.el (cl--transform-lambda): Add back `declare' in
6928 the constructs to keep outside of the `cl-block' (bug#12977).
6929
6930 2012-11-27 Chong Yidong <cyd@gnu.org>
6931
6932 * mouse.el (mouse-drag-line): Even if the line is not draggable,
6933 keep reading until we get the up-event anyway, in order to process
6934 the up-event for mouse-1-click-follows-link (Bug#12971).
6935
6936 2012-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
6937
6938 * emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the
6939 base function is not yet defined (bug#12965).
6940 (ad-activate-advised-definition): Use ad-compile-function.
6941 (ad-activate): Use cond.
6942
6943 2012-11-25 Leo Liu <sdl.web@gmail.com>
6944
6945 * textmodes/sgml-mode.el (sgml-tag): Fix indentation for closing tag.
6946 (Bug#12979)
6947
6948 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
6949
6950 * textmodes/reftex-parse.el (reftex-parse-from-file): Use variable
6951 reftex-section-info-function in order to be compatible with
6952 Texinfo integration.
6953
6954 * textmodes/reftex.el (reftex-section-pre-regexp)
6955 (reftex-section-post-regexp, reftex-section-info-function):
6956 New variable.
6957 (reftex-compile-variables): Use variables reftex-section-pre-regexp,
6958 reftex-section-post-regexp, and reftex-section-info-function in order
6959 to be compatible with Texinfo integration.
6960
6961 * textmodes/reftex-toc.el (reftex-toc-promote-action):
6962 use reftex-section-pre-regexp variable in order to be compatible with
6963 Texinfo integration.
6964
6965 2012-11-25 Chong Yidong <cyd@gnu.org>
6966
6967 * faces.el: Make face-spec-set more analogous to setq.
6968 (face-spec-set): Change the third arg to specify whether this
6969 function is being called via defface, customize, or a third party.
6970 Set the appropriate symbol properties. Clear the override spec if
6971 setting via Custom. Initialize face if necessary. (Bug#4988)
6972 (face-spec-recalc): Allow theme faces to completely replace the
6973 defface spec, in the same way as custom faces (Bug#8454).
6974
6975 * cus-face.el (custom-declare-face): Move face initialization to
6976 face-spec-set.
6977 (custom-theme-set-faces): Don't initialize the face name here, as
6978 that is now done in face-spec-set.
6979
6980 * cus-edit.el (custom-face-set, custom-face-mark-to-save)
6981 (custom-face-reset-saved, custom-face-mark-to-reset-standard):
6982 Simplify by using the new arg to face-spec-set.
6983
6984 * emacs-lisp/lisp-mode.el (eval-defun-1): When evaluating defface,
6985 reset face-override-spec too, and use custom-declare-face.
6986
6987 2012-11-24 Jan Djärv <jan.h.d@swipnet.se>
6988
6989 * term/ns-win.el (ns-initialize-window-system): Move creation of
6990 fontsets here (Bug#11964).
6991
6992 2012-11-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
6993
6994 * ses.el (ses-rename-cell): Correct bug on mode-line update after
6995 cell renaming.
6996
6997 2012-11-24 Chong Yidong <cyd@gnu.org>
6998
6999 * woman.el (woman-default-faces, woman-monochrome-faces): Mark as
7000 obsolete.
7001
7002 * custom.el (custom-theme-set-variables): Use a topological sort
7003 for ordering by custom dependencies (Bug#12952).
7004 (custom--sort-vars, custom--sort-vars-1): New functions.
7005
7006 2012-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
7007
7008 * emacs-lisp/bytecomp.el (byte-compile-file): Setup default value for
7009 lexical-binding (bug#12938).
7010
7011 2012-11-24 Wolfgang Jenkner <wjenkner@inode.at>
7012
7013 * image-mode.el (image-transform-check-size): Use assertions only
7014 for images of type imagemagick.
7015
7016 Otherwise no error, image-transform-fit-to-{width,height} is
7017 silently ignored, as before. Doc fix.
7018
7019 2012-11-24 Chong Yidong <cyd@gnu.org>
7020
7021 * faces.el (color-defined-p): Doc fix (Bug#12853).
7022
7023 2012-11-24 Juri Linkov <juri@jurta.org>
7024
7025 * dired.el (dired-mark): Add optional arg `interactive'.
7026 Check for `use-region-p' if `interactive' is non-nil.
7027 (dired-unmark, dired-flag-file-deletion): Add optional arg
7028 `interactive'. Call `dired-mark' with the arg `interactive'.
7029 (Bug#10624)
7030
7031 * wdired.el: Revert 2012-10-17 change partly and replace it with
7032 Patch by Christopher Schmidt <christopher@ch.ristopher.com>.
7033 (wdired-finish-edit): Add marks for new file names to
7034 `wdired-old-marks'. Restore marks using `dired-mark-remembered'
7035 after `revert-buffer'.
7036 (wdired-do-renames): Remove calls to `dired-remove-file',
7037 `dired-add-file', `dired-add-entry'. (Bug#11795)
7038
7039 2012-11-24 Alan Mackenzie <acm@muc.de>
7040
7041 * progmodes/cc-defs.el (c-version): Bump to 5.32.4.
7042
7043 Fix bugs in the state cache. Enhance a debugging mechanism.
7044 * progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
7045 "brace at column zero" strategy for C++.
7046 (c-append-lower-brace-pair-to-state-cache): Repair algorithm.
7047 (c-parse-state-point): New variable.
7048 (c-record-parse-state-state): Record old parse state with
7049 `copy-tree'. Record previous value of point.
7050 (c-debug-parse-state-double-cons): New debugging function.
7051 (c-debug-parse-state): Call the above new function.
7052 (c-toggle-parse-state-debug): Output a confirmatory message.
7053
7054 * progmodes/cc-mode.el (c-before-change, c-after-change):
7055 Call c-invalidate-state-cache from `c-before-change' instead of
7056 `c-after-change'.
7057
7058 2012-11-23 Chong Yidong <cyd@gnu.org>
7059
7060 * find-cmd.el (find-constituents): Add executable, ipath,
7061 readable, samefile, writable, daystart, regextype (Bug#12856).
7062
7063 2012-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
7064
7065 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding.
7066
7067 2012-11-22 Paul Eggert <eggert@cs.ucla.edu>
7068
7069 * calc/calc.el (calc-gregorian-switch): Move to after calc-refresh
7070 definition. This fixes a bootstrap failure.
7071 (calc-gregorian-switch): In menu, put dates before regions.
7072 This is easier to follow, lines up better in the menu, and lets us
7073 coalesce regions that switch at the same time. Give country
7074 names, not "Vatican", as that's better for non-expert users.
7075 Use names that are stable between the date of switch and now, e.g.,
7076 Bohemia and Moravia (which existed then and now) and not
7077 Czechoslovakia (which didn't exist then and doesn't exist now).
7078 What is now the U.S. mostly did not switch at the same time as
7079 Britain, so omit the U.S. Correct spelling of "Britain".
7080 Catholic Switzerland was too much of a mess, so omit it.
7081
7082 2012-11-22 Jay Belanger <jay.p.belanger@gmail.com>
7083
7084 * calc/calc.el (calc-gregorian-switch): Refresh the Calc buffer
7085 after the variable is changed.
7086
7087 2012-11-21 Daniel Colascione <dancol@dancol.org>
7088
7089 * progmodes/sql.el (sql-mode-font-lock-object-name): Support IF NOT EXISTS
7090 in SQL declarations for font-lock.
7091 (sql-imenu-generic-expression): Teach imenu about IF NOT EXISTS.
7092
7093 2012-11-21 Glenn Morris <rgm@gnu.org>
7094
7095 * faces.el (face-underline-p, face-inverse-video-p, face-bold-p)
7096 (face-italic-p): Add optional argument "inherit".
7097
7098 * faces.el (set-face-inverse-video, set-face-bold, set-face-italic):
7099 Remove -p suffix from names, for consistency with other set-face-*.
7100 (set-face-inverse-video): Fix interactive spec.
7101 * play/gamegrid.el (gamegrid-make-mono-tty-face):
7102 * textmodes/table.el (table--update-cell-face):
7103 Use set-face-inverse-video rather than now obsolete alias.
7104
7105 2012-11-21 Eli Zaretskii <eliz@gnu.org>
7106
7107 * simple.el (line-move): Don't call line-move-partial if
7108 scroll-conservatively is in effect. (Bug#12927)
7109
7110 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7111
7112 * eshell/em-cmpl.el (eshell-pcomplete): Refine fix for bug#12838:
7113 Fallback on completion-at-point rather than
7114 pcomplete-expand-and-complete, and only if pcomplete actually failed.
7115 (eshell-cmpl-initialize): Setup completion-at-point.
7116
7117 * pcomplete.el (pcomplete--entries): Obey pcomplete-ignore-case.
7118
7119 * emacs-lisp/ert.el (ert--expand-should-1): Adapt to cl-lib.
7120
7121 2012-11-21 Michael Albinus <michael.albinus@gmx.de>
7122
7123 * net/tramp-sh.el (tramp-do-copy-or-rename-file): If both files
7124 are remote, check out-of-band property for both.
7125
7126 2012-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7127
7128 * window.el (switch-to-buffer): Re-add the warning that was lost in the
7129 code rewrite.
7130
7131 2012-11-21 Paul Eggert <eggert@cs.ucla.edu>
7132
7133 More minor time fixes.
7134 * calendar/time-date.el: Commentary fix.
7135 * net/tramp-sh.el (tramp-do-file-attributes-with-ls): Undo last change;
7136 too much other code depends on (0 0) time stamps.
7137 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
7138 Add a couple of FIXME comments.
7139
7140 Minor cleanup for times as lists of four integers.
7141 * files.el (dir-locals-directory-cache):
7142 * ps-bdf.el (bdf-file-mod-time, bdf-read-font-info):
7143 Doc fixes.
7144 * net/tramp-sh.el (tramp-do-file-attributes-with-ls):
7145 * ps-bdf.el (bdf-file-newer-than-time):
7146 Process four-integers time stamps, not two. Doc fixes.
7147
7148 2012-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
7149
7150 * uniquify.el (uniquify-managed): Use defvar-local.
7151 (rename-buffer, create-file-buffer): Advise with advice-add.
7152 (uniquify-unload-function): Unadvise accordingly.
7153
7154 * emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding.
7155 (trace-buffer): Don't purecopy.
7156 (trace-entry-message, trace-exit-message): Add `context' arg.
7157 (trace--timer): New var.
7158 (trace-make-advice): Adjust for use in nadvice.
7159 Add `context' argument. Delay `display-buffer' via a timer.
7160 (trace-function-internal): Use advice-add.
7161 (trace--read-args): New function.
7162 (trace-function-foreground, trace-function-background): Use it.
7163 (trace-function): Rename to trace-function-foreground and redefine as
7164 an alias to that new name.
7165 (untrace-function, untrace-all): Adjust to the use of nadvice.
7166
7167 * emacs-lisp/bytecomp.el (byte-compile): Fix handling of closures.
7168
7169 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change.
7170
7171 * subr.el (called-interactively-p-functions): New var.
7172 (internal--called-interactively-p--get-frame): New macro.
7173 (called-interactively-p, interactive-p): Rewrite in Lisp.
7174 * emacs-lisp/nadvice.el (advice--called-interactively-skip): New fun.
7175 (called-interactively-p-functions): Use it.
7176 * emacs-lisp/edebug.el (edebug--called-interactively-skip): New fun.
7177 (called-interactively-p-functions): Use it.
7178 * allout.el (allout-called-interactively-p): Don't assume
7179 called-interactively-p is a subr.
7180
7181 2012-11-20 Glenn Morris <rgm@gnu.org>
7182
7183 * profiler.el (profiler-report-mode-map): Add a menu.
7184 No need to bind `q' because we derive from special-mode.
7185 (profiler-report-find-entry): Handle calls from the menu-bar.
7186
7187 2012-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
7188
7189 * emacs-lisp/byte-run.el (defun-declarations-alist):
7190 Allow a compiler-macro to be a lambda expression.
7191
7192 * progmodes/python.el: Use cl-lib. Move var declarations outside of
7193 eval-when-compile.
7194 (python-syntax-context): Add compiler-macro.
7195 (python-font-lock-keywords): Simplify with De Morgan.
7196
7197 * vc/diff-mode.el (diff-hunk): Don't make useless timers.
7198
7199 * files.el (load-file): Require match in minibuffer selection, as was
7200 the case in Emacs-20 before we changed the spec to allow .elc files
7201 (bug#12935).
7202
7203 * json.el: Don't require cl since we don't use it.
7204 * color.el: Don't require cl.
7205 (color-complement): `caddr' -> `nth 2'.
7206
7207 * calendar/time-date.el (time-to-seconds): De-obsolete.
7208
7209 2012-11-19 Jay Belanger <jay.p.belanger@gmail.com>
7210
7211 * calc/calc-forms.el (math-leap-year-p): Fix formula for negative
7212 year numbers.
7213 (math-date-to-julian-dt): Adjust the initial approximation for the
7214 year to deal with the new definition of the DATE.
7215
7216 2012-11-19 Daniel Colascione <dancol@dancol.org>
7217
7218 * term/w32-win.el (cygwin-convert-path-from-windows):
7219 Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
7220
7221 2012-11-18 Chong Yidong <cyd@gnu.org>
7222
7223 * filecache.el (file-cache--read-list): New function.
7224 (file-cache-add-directory-list, file-cache-add-file-list)
7225 (file-cache-delete-file-list, file-cache-delete-directory-list):
7226 Use it to read a list of files or directories (Bug#12846).
7227 (file-cache-add-file, file-cache-add-directory)
7228 (file-cache-delete-file-list, file-cache-delete-file-regexp)
7229 (file-cache-delete-directory): Print an message.
7230
7231 2012-11-18 Jay Belanger <jay.p.belanger@gmail.com>
7232
7233 * calc/calc-forms.el (math-date-to-dt): Use integer date when
7234 calling `math-date-to-julian-dt' and 'math-date-to-gregorian-dt'.
7235
7236 2012-11-18 Glenn Morris <rgm@gnu.org>
7237
7238 * image.el (insert-image, insert-sliced-image): Doc fix.
7239
7240 2012-11-18 Chong Yidong <cyd@gnu.org>
7241
7242 * emacs-lisp/syntax.el (syntax-propertize-function): Doc fix
7243 (Bug#12810).
7244
7245 2012-11-18 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
7246
7247 * vc/vc-svn.el (vc-svn-merge-news): Properly parse the merge
7248 response when the target file is in a subdirectory (Bug#12757).
7249
7250 2012-11-18 Chong Yidong <cyd@gnu.org>
7251
7252 * filecache.el (file-cache-add-file-list): Doc fix (Bug#12694).
7253
7254 2012-11-18 Glenn Morris <rgm@gnu.org>
7255
7256 * emacs-lisp/cl-lib.el (face-underline-p):
7257 Use set-face-underline rather than the alias set-face-underline-p.
7258
7259 * window.el (with-temp-buffer-window): Doc fix.
7260 * subr.el (with-output-to-temp-buffer):
7261 Add doc xref to with-temp-buffer-window.
7262
7263 2012-11-18 Juanma Barranquero <lekktu@gmail.com>
7264
7265 * woman.el (woman-non-underline-faces): Use `set-face-underline'.
7266 * calc/calc.el (math-format-date-cache): Declare.
7267
7268 2012-11-17 Paul Eggert <eggert@cs.ucla.edu>
7269
7270 Calc by default uses the Gregorian calendar for all dates (Bug#12633).
7271 It also uses January 1, 1 AD as its day number 1.
7272 * calc/calc-forms.el (math-julian-date-beginning)
7273 (math-julian-date-beginning-int): Implement this.
7274
7275 2012-11-17 Juanma Barranquero <lekktu@gmail.com>
7276
7277 * descr-text.el (quail-find-key):
7278 * dired.el (desktop-file-name):
7279 * dirtrack.el (shell-prefixed-directory-name, shell-process-cd):
7280 * generic-x.el (comint-mode, comint-exec):
7281 * image-dired.el (widget-forward):
7282 * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly)
7283 (speedbar-change-expand-button-char)
7284 (speedbar-change-initial-expansion-list, speedbar-delete-subblock)
7285 (speedbar-make-specialized-keymap, speedbar-make-tag-line):
7286 * printing.el (easy-menu-add-item, easy-menu-remove-item)
7287 (widget-field-action, widget-value-set):
7288 * speedbar.el (imenu--make-index-alist):
7289 * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning)
7290 (ring-length, ring-insert):
7291 * vcursor.el (compare-windows-skip-whitespace):
7292 * woman.el (dired-get-filename):
7293 Declare functions.
7294
7295 * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
7296
7297 2012-11-17 Jay Belanger <jay.p.belanger@gmail.com>
7298
7299 * calc/calc.el (calc-gregorian-switch): New variable.
7300
7301 * calc/calc-forms.el (math-day-in-year, math-dt-before-p)
7302 (math-absolute-from-gregorian-dt, math-absolute-from-julian-dt)
7303 (math-date-to-julian-dt, math-date-to-gregorian-dt): New functions.
7304 (math-leap-year-p): Add option to distinguish between Julian
7305 and Gregorian calendars.
7306 (math-day-number): Use `math-day-in-year' to do the computations.
7307 (math-absolute-from-dt): Rename from `math-absolute-from-date'.
7308 Use `math-absolute-from-gregorian' and `math-absolute-from-julian'
7309 to do the computations.
7310 (math-date-to-dt): Use `math-date-to-julian-dt' and
7311 `math-date-to-gregorian-dt' to do the computations.
7312 (calcFunc-weekday, math-format-date-part): Use the new version of
7313 the DATE to determine the weekday.
7314 (calcFunc-newmonth, calcFunc-newyear): Use `calc-gregorian-switch'
7315 when necessary.
7316
7317 2012-11-17 Eli Zaretskii <eliz@gnu.org>
7318
7319 * term/w32-win.el (w32-handle-dropped-file): Use 'file://' only on
7320 Cygwin; otherwise use 'file:'. (Bug#12914)
7321 (cygwin-convert-path-from-windows): Declare, to avoid
7322 byte-compiler warnings.
7323
7324 2012-11-17 Andreas Politz <politza@fh-trier.de>
7325
7326 * ibuffer.el (ibuffer-mark-forward, ibuffer-unmark-forward)
7327 (ibuffer-unmark-backward, ibuffer-mark-interactive): Support plain
7328 prefix and negative numeric prefix args (Bug#12795).
7329
7330 2012-11-17 Stephen Berman <stephen.berman@gmx.net>
7331
7332 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
7333 Don't signal an error with a score that is too low to add to the
7334 list of top scores. (Bug#12779)
7335
7336 2012-11-17 Chong Yidong <cyd@gnu.org>
7337
7338 * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
7339
7340 * filecache.el (file-cache-add-file): Handle relative file name in
7341 the argument (Bug#12694).
7342
7343 2012-11-16 Jürgen Hötzel <juergen@archlinux.org> (tiny change)
7344
7345 * eshell/em-unix.el (eshell/mkdir): Handle "--parents" (bug#12897).
7346
7347 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7348
7349 * emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.
7350
7351 * emacs-lisp/cl-lib.el: Set more meaningful version number.
7352
7353 2012-11-16 Martin Rudalics <rudalics@gmx.at>
7354
7355 * window.el (enlarge-window, shrink-window): Don't mention return
7356 value in doc-string (Bug#12896).
7357 (window--display-buffer): Don't resize frames - it won't work
7358 with all window managers and defeat pop-up-frame-alist.
7359 (display-buffer-alist): In doc-string explain that CONDITION can
7360 be a function and which arguments are passed to it (Bug#12854).
7361 (display-buffer-assq-regexp): New argument ACTION. Handle lambda
7362 expressions (Bug#12854).
7363 (display-buffer): Pass ACTION argument to
7364 display-buffer-assq-regexp.
7365
7366 2012-11-16 Glenn Morris <rgm@gnu.org>
7367
7368 * window.el (fit-frame-to-buffer-bottom-margin)
7369 (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes.
7370
7371 * faces.el (face-underline-p): Use face-attribute-specified-or.
7372
7373 2012-11-16 Juanma Barranquero <lekktu@gmail.com>
7374
7375 * emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.
7376
7377 2012-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
7378
7379 * emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring (bug#12895).
7380
7381 2012-11-16 Glenn Morris <rgm@gnu.org>
7382
7383 * eshell/em-cmpl.el (eshell-pcomplete): New command. (Bug#12838)
7384 (eshell-cmpl-initialize): Bind eshell-pcomplete to TAB, C-i.
7385
7386 * faces.el (face-underline-p): Doc fix. Handle :underline being
7387 things other than `t' (a string, a list).
7388 (face-inverse-video-p): Doc fix.
7389 (set-face-underline): Rename it back from set-face-underline-p.
7390 Doc fix. Allow interactive input of values other than t.
7391 (read-face-attribute): Apply formatting to :underline,
7392 since like :box and :stipple it can take list values.
7393
7394 * term.el (ansi-term): Don't let C-x escape-char binding
7395 clobber the more standard C-c binding. (Bug#12842)
7396
7397 * subr.el (set-temporary-overlay-map): Doc fix.
7398
7399 2012-11-16 Martin Rudalics <rudalics@gmx.at>
7400
7401 * window.el (record-window-buffer)
7402 (display-buffer-record-window): When copying the markers to
7403 window-point preserve window-point-insertion-type. (Bug#12588)
7404
7405 2012-11-16 Glenn Morris <rgm@gnu.org>
7406
7407 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
7408 * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
7409 Use new names for hooks rather than obsolete aliases.
7410
7411 2012-11-15 Daniel Colascione <dancol@dancol.org>
7412
7413 * term/w32-win.el (w32-handle-dropped-file): Use a "file://"
7414 prefix instead of "file:" so that when FILE-NAME begins with "//",
7415 as it does when the target file is on a network share, url-handler
7416 isn't confused.
7417
7418 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7419
7420 * emacs-lisp/advice.el (ad-definition-type): Make sure we don't use
7421 a preactivated advice from an old advice.el; they're not compatible!
7422
7423 2012-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7424
7425 * emacs-lisp/nadvice.el (advice--make-interactive-form):
7426 Fix string-spec case.
7427
7428 * emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.
7429
7430 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7431
7432 * emacs-lisp/nadvice.el: Add buffer-local support to add-function.
7433 (advice--buffer-local-function-sample): New var.
7434 (advice--set-buffer-local, advice--buffer-local): New functions.
7435 (add-function, remove-function): Use them.
7436
7437 2012-11-15 Drew Adams <drew.adams@oracle.com>
7438
7439 * imenu.el (imenu--split-submenus): Use imenu--subalist-p (bug#12717).
7440
7441 2012-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
7442
7443 * emacs-lisp/cl-macs.el (cl--transform-lambda): Defend against
7444 potential binding of print-gensym to t, and prettify (back)quotes in
7445 case they appear in args's default values (bug#12884).
7446
7447 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7448
7449 * emacs-lisp/nadvice.el: Add around advice for interactive specs.
7450 (advice-eval-interactive-spec): New function.
7451 (advice--make-interactive-form): Support around advice (bug#12844).
7452
7453 2012-11-14 Dmitry Gutov <dgutov@yandex.ru>
7454
7455 * progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detection
7456 more strict. Add docstring.
7457 (ruby-expression-expansion-re): Extract from
7458 `ruby-match-expression-expansion'.
7459 (ruby-syntax-propertize-function): After everything else, search
7460 for expansions in string literals, mark their insides as
7461 whitespace syntax and save match data for font-lock.
7462 (ruby-font-lock-keywords): Use the 2nd group from expression
7463 expansion matches.
7464 (ruby-match-expression-expansion): Use the match data saved to the
7465 text property in ruby-syntax-propertize-function.
7466
7467 2012-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7468
7469 * emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments
7470 (bug#12879).
7471
7472 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
7473
7474 * progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
7475 start/end keyword a bit harder. Works with different values of N.
7476 Add more comments.
7477 (ruby-end-of-block): Update accordingly.
7478
7479 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7480
7481 * woman.el (woman-file-name): Don't mess with unread-command-events
7482 (bug#12861).
7483
7484 * emacs-lisp/advice.el: Layer on top of nadvice.el.
7485 Remove out of date self-require hack.
7486 (ad-do-advised-functions): Use simple `dolist'.
7487 (ad-advice-name, ad-advice-protected, ad-advice-enabled)
7488 (ad-advice-definition): Redefine as functions.
7489 (ad-advice-classes): Move before first use.
7490 (ad-make-origname, ad-set-orig-definition, ad-clear-orig-definition)
7491 (ad-make-mapped-call, ad-make-advised-docstring)
7492 (ad-make-plain-docstring, ad--defalias-fset): Remove functions.
7493 (ad-make-advicefunname, ad-clear-advicefunname-definition): New funs.
7494 (ad-get-orig-definition): Rewrite.
7495 (ad-make-advised-definition-docstring): Change base docstring.
7496 (ad-real-orig-definition): Rewrite.
7497 (ad-map-arglists): Change name of called function.
7498 (ad--make-advised-docstring): Redirect `function' from ad-Advice-...
7499 (ad-make-advised-definition): Simplify.
7500 (ad-assemble-advised-definition): Tweak for new calling context.
7501 (ad-activate-advised-definition): Setup ad-Advice-* i.s.o ad-Orig-*.
7502 (ad--defalias-fset): Rename from ad-handle-definition. Make it set the
7503 function and call ad-activate if needed.
7504 (ad-activate, ad-deactivate): Don't call ad-handle-definition any more.
7505 (ad-recover): Clear ad-Advice-* instead of ad-Orig-*.
7506 (ad-compile-function): Compile ad-Advice-*.
7507 (ad-activate-on-top-level, ad-with-auto-activation-disabled): Remove.
7508 (ad-start-advice, ad-stop-advice): Remove.
7509
7510 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
7511
7512 * progmodes/ruby-mode.el (ruby-add-log-current-method): Print the
7513 period before class method names, not after. Remove handling of
7514 one impossible case. Add comments.
7515
7516 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7517
7518 * emacs-lisp/advice.el: Remove support for freezing.
7519 (ad-make-freeze-docstring, ad-make-freeze-definition): Remove functions.
7520 (ad-make-single-advice-docstring, ad-defadvice-flags, defadvice):
7521 Remove support for `freeze'.
7522
7523 * emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add to
7524 override the default.
7525 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Rewrite without using
7526 cl--dotimes/dolist.
7527 * subr.el (dolist, dotimes, declare): Redefine them normally, even when
7528 `cl' is loaded.
7529
7530 * emacs-lisp/nadvice.el (advice--normalize): New function, extracted
7531 from add-advice.
7532 (advice--strip-macro): New function.
7533 (advice--defalias-fset): Use them to handle macros.
7534 (advice-add): Use them.
7535 (advice-member-p): Correctly handle macros.
7536
7537 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
7538
7539 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
7540 Never font-lock the beginning of singleton class as heredoc.
7541
7542 2012-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
7543
7544 * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871).
7545
7546 2012-11-13 Wolfgang Jenkner <wjenkner@inode.at>
7547
7548 * ansi-color.el (ansi-color-apply-sequence): Implement SGR codes
7549 39 and 49 (bug#12792). Also, treat unimplemented parameters as 0,
7550 thereby restoring the behavior of revisions prior to 2012-08-15T03:33:55Z!monnier@iro.umontreal.ca.
7551
7552 2012-11-13 Fabián Ezequiel Gallina <fgallina@cuca>
7553
7554 Fix end-of-defun misbehavior.
7555 * progmodes/python.el (python-nav-beginning-of-defun): Rename from
7556 python-beginning-of-defun-function. Handle nested defuns
7557 correctly.
7558 (python-nav-end-of-defun): Rename from
7559 python-end-of-defun-function. Ensure forward movement.
7560 (python-info-current-defun): Reimplement to work as intended
7561 with new fixed python-nav-{end,beginning}-of-defun. Stop scanning
7562 parent defuns as soon as possible.
7563
7564 2012-11-13 Glenn Morris <rgm@gnu.org>
7565
7566 * progmodes/flymake.el (flymake-error-bitmap)
7567 (flymake-warning-bitmap, flymake-fringe-indicator-position): Doc fixes.
7568 (flymake-error-bitmap, flymake-warning-bitmap): Fix :types.
7569
7570 2012-11-13 Dmitry Gutov <dgutov@yandex.ru>
7571
7572 * progmodes/ruby-mode.el (ruby-move-to-block): When moving
7573 backward, always stop at indentation. Reverts the change from
7574 2012-08-12T22:06:56Z!monnier@iro.umontreal.ca (Bug#12851).
7575
7576 2012-11-13 Glenn Morris <rgm@gnu.org>
7577
7578 * ibuffer.el (ibuffer-mode-map, ibuffer-mode):
7579 Add ibuffer-filter-by-derived-mode.
7580
7581 * ibuffer.el (ibuffer-mode-map): Don't have two menu items with
7582 the same name shadowing each other.
7583
7584 * window.el (with-temp-buffer-window): Doc tweak.
7585
7586 * emacs-lisp/debug.el (debugger-bury-or-kill): Doc tweak.
7587
7588 * help.el (temp-buffer-max-height):
7589 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-bottom-margin):
7590 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix :version.
7591
7592 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
7593
7594 * emacs-lisp/nadvice.el: New package.
7595 * subr.el (special-form-p): New function.
7596 * emacs-lisp/elp.el: Use lexical-binding and advice-add.
7597 (elp-all-instrumented-list): Remove var.
7598 (elp-not-profilable): Remove elp-wrapper.
7599 (elp-profilable-p): Use autoloadp and special-form-p.
7600 (elp--advice-name): New const.
7601 (elp-instrument-function): Use advice-add.
7602 (elp--instrumented-p): New predicate.
7603 (elp-restore-function): Use advice-remove.
7604 (elp-restore-all, elp-reset-all): Use mapatoms.
7605 (elp-set-master): Use elp--instrumented-p.
7606 (elp--make-wrapper): Rename from elp-wrapper, return a function
7607 suitable for advice-add. Use cl-inf.
7608 (elp-results): Use mapatoms+elp--instrumented-p.
7609 * emacs-lisp/debug.el: Use lexical-binding and advice-add.
7610 (debug-function-list): Remove var.
7611 (debug): Rename arg, and then let-bind it explicitly inside.
7612 (debugger-setup-buffer): Rename arg.
7613 (debugger-setup-buffer): Adjust counts to new debug-on-entry setup.
7614 (debugger-frame-number): Adjust to new debug-on-entry setup.
7615 (debug--implement-debug-on-entry): Rename from
7616 implement-debug-on-entry, add argument.
7617 (debugger-special-form-p): Remove, use special-form-p instead.
7618 (debug-on-entry): Use advice-add.
7619 (debug--function-list): New function.
7620 (cancel-debug-on-entry): Use it, along with advice-remove.
7621 (debug-arglist, debug-convert-byte-code, debug-on-entry-1): Remove.
7622 (debugger-list-functions): Use debug--function-list instead of
7623 debug-function-list.
7624 * emacs-lisp/advice.el (ad-save-real-definition): Remove, unused.
7625 (ad-special-form-p): Remove, use special-form-p instead.
7626 (ad-set-advice-info): Use add-function and remove-function.
7627 (ad--defalias-fset): Adjust accordingly.
7628
7629 2012-11-10 Glenn Morris <rgm@gnu.org>
7630
7631 * mail/emacsbug.el (report-emacs-bug-tracker-url)
7632 (report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
7633 (report-emacs-bug-create-existing-bugs-buffer)
7634 (report-emacs-bug-parse-query-results)
7635 (report-emacs-bug-query-existing-bugs): Remove. (Bug#7449)
7636
7637 * term.el (term-default-fg-color, term-default-bg-color):
7638 Make obsolete, rather than just saying "deprecated" in the doc.
7639
7640 * term.el (term): Rename from `term-face'.
7641 (term-current-face, ansi-term-color-vector)
7642 (term-default-fg-color, term-default-bg-color, term-ansi-reset):
7643 Update all users.
7644
7645 2012-11-10 Jan Djärv <jan.h.d@swipnet.se>
7646
7647 * server.el (server-create-window-system-frame): Handle Nextstep
7648 specially (Bug#12780).
7649
7650 2012-11-10 Glenn Morris <rgm@gnu.org>
7651
7652 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
7653 Unautoload, and make obsolete. (Bug#7449)
7654
7655 2012-11-10 Chong Yidong <cyd@gnu.org>
7656
7657 * vc/diff-mode.el (diff-delete-trailing-whitespace): Rewrite, and
7658 rename from diff-remove-trailing-whitespace (Bug#12831).
7659
7660 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7661
7662 * emacs-lisp/advice.el: Require `cl-lib' at run-time to fix
7663 miscompilation of trace.el.
7664
7665 2012-11-10 Glenn Morris <rgm@gnu.org>
7666
7667 * vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix.
7668
7669 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7670
7671 * emacs-lisp/gv.el (gv-define-simple-setter): Fix last change
7672 (bug#12812).
7673
7674 2012-11-10 Chong Yidong <cyd@gnu.org>
7675
7676 * minibuf-eldef.el (minibuffer-eldef-shorten-default): Convert to
7677 a defcustom with an appropriate :set function.
7678 (minibuffer-default--in-prompt-regexps): New function.
7679
7680 2012-11-10 Glenn Morris <rgm@gnu.org>
7681
7682 * emacs-lisp/cl.el (define-setf-expander, defsetf)
7683 (define-modify-macro): Doc fixes.
7684
7685 * emacs-lisp/gv.el (gv-letplace): Fix doc typo.
7686 (gv-define-simple-setter): Update doc of `fix-return'.
7687
7688 2012-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
7689
7690 * emacs-lisp/gv.el (gv-define-simple-setter): Don't evaluate `val'
7691 twice when `fix-return' is set (bug#12813).
7692
7693 * emacs-lisp/cl.el (defsetf): Pass the third arg to
7694 gv-define-simple-setter (bug#12812).
7695
7696 * woman.el (woman-decode-region): Disable adaptive-fill when rendering
7697 (bug#12756).
7698
7699 2012-11-10 Glenn Morris <rgm@gnu.org>
7700
7701 * emacs-lisp/gv.el (gv-define-setter): Fix doc typo.
7702
7703 * emacs-lisp/cl-extra.el (cl-prettyexpand):
7704 * emacs-lisp/cl-lib.el (cl-proclaim, cl-declaim):
7705 * emacs-lisp/cl-macs.el (cl-destructuring-bind, cl-locally)
7706 (cl-the, cl-compiler-macroexpand): Add basic doc strings.
7707
7708 * emacs-lisp/cl-extra.el (cl-maplist, cl-mapcan): Doc fix.
7709
7710 2012-11-10 Leo Liu <sdl.web@gmail.com>
7711
7712 * ido.el (ido-set-matches-1): Improve flex matching performance by
7713 removing backtracking in the regexp (suggested by Stefan). (Bug#12796)
7714
7715 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7716
7717 * emacs-lisp/advice.el (ad-set-advice-info): Set defalias-fset-function.
7718 (ad--defalias-fset): New function.
7719 (ad-safe-fset): Remove.
7720 (ad-make-freeze-definition): Use cl-letf*.
7721
7722 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7723
7724 * subr.el (dolist): Don't bind VAR in RESULT.
7725
7726 * emacs-lisp/advice.el: Miscellaneous cleanup. Use lexical-binding.
7727 (fset, documentation): Don't save real def since we don't advise.
7728 (ad-do-advised-functions): Remove problematic `result-form'.
7729 (ad-safe-fset): `ad-real-fset' => `fset'.
7730 (ad-read-advised-function): Don't assume that ad-do-advised-functions
7731 uses CL's dolist internally.
7732 (ad-arglist): Remove unused arg `name'.
7733 (ad-docstring, ad-make-advised-docstring):
7734 `ad-real-documentation' => `documentation'.
7735 (warning-suppress-types): Declare.
7736 (ad-set-arguments): Simple CSE.
7737 (ad-recover-normality): Sanity check.
7738
7739 * emacs-lisp/bytecomp.el (byte-compile-out-toplevel): Don't turn
7740 (funcall '(lambda ..) ..) into ((lambda ..) ..).
7741
7742 2012-11-09 Vincent Belaïche <vincentb1@users.sourceforge.net>
7743
7744 * ses.el: Symbol to coordinate mapping is made by symbol property
7745 `ses-cell'. This means that the same mapping is done for all SES
7746 sheets. That is good enough for cells with standard A1 names, but
7747 not for named cell. So a hash map is added for the latter.
7748 (defconst ses-localvars): Add local variable ses--named-cell-hashmap
7749 (ses-sym-rowcol): Use hashmap for named cell.
7750 (ses-is-cell-sym-p): New defun.
7751 (ses-decode-cell-symbol): New defun.
7752 (ses-create-cell-variable): Add cell to hashmap when name is not
7753 A1-like.
7754 (ses-rename-cell): Check that cell new name is not already in
7755 spreadsheet with the use of ses-is-cell-sym-p
7756 (ses-rename-cell): Use hash map for named cells, but accept also
7757 renaming back to A1-like.
7758
7759 2012-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
7760
7761 * emacs-lisp/advice.el: Use new dynamic docstrings.
7762 (ad-make-advised-definition-docstring, ad-advised-definition-p):
7763 Use dynamic-docstring-function instead of ad-advice-info.
7764 (ad--make-advised-docstring): New function extracted from
7765 ad-make-advised-docstring.
7766 (ad-make-advised-docstring): Use it.
7767 * progmodes/sql.el (sql--make-help-docstring): New function, extracted
7768 from sql-help.
7769 (sql-help): Use it with dynamic-docstring-function.
7770
7771 * env.el (env--substitute-vars-regexp): Don't use rx (for bootstrap).
7772
7773 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7774
7775 * files.el (hack-one-local-variable--obsolete): New function.
7776 (hack-one-local-variable): Use it for obsolete settings.
7777
7778 * subr.el (locate-user-emacs-file): If both old and new name exist, use
7779 the new name.
7780
7781 * progmodes/js.el (js--filling-paragraph): New var.
7782 (c-forward-sws, c-backward-sws, c-beginning-of-macro): Advise.
7783 (js-c-fill-paragraph): Prefer advice to cl-letf so the rebinding is
7784 less sneaky.
7785
7786 2012-11-08 Julien Danjou <julien@danjou.info>
7787
7788 * progmodes/ruby-mode.el (auto-mode-alist): Add Rakefile in
7789 `auto-mode-alist' (Bug#12835).
7790
7791 2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7792
7793 * progmodes/perl-mode.el (perl-prettify-symbols): New defcustom.
7794 (perl--prettify-symbols-alist): New const.
7795 (perl--font-lock-compose-symbol, perl--font-lock-symbols-keywords):
7796 New functions.
7797 (perl-font-lock-keywords-2): Use them.
7798 (perl-electric-noindent-p): New function.
7799 (perl-mode): Use it to set up electric-indent-mode.
7800 (perl-electric-terminator, perl-indent-command): Mark obsolete.
7801 (perl-mode-map): Remove bindings for them.
7802 (perl-imenu-generic-expression, perl-outline-level):
7803 Match functions&packages in column>0.
7804
7805 * env.el (env--substitute-vars-regexp): New const.
7806 (substitute-env-vars): Use it. Add `only-defined' arg.
7807 * net/tramp.el (tramp-replace-environment-variables): Use it.
7808
7809 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
7810 Byte-compile *before* eval in eval-and-compile.
7811 (byte-compile-log-warning): Remove redundant inhibit-read-only.
7812 (byte-compile-file-form-autoload): Don't hide actual definition.
7813 (byte-compile-maybe-guarded): Accept `functionp' as well.
7814
7815 * emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
7816
7817 2012-11-07 Michael Albinus <michael.albinus@gmx.de>
7818
7819 * notifications.el (notifications-get-server-information-method):
7820 New defconst.
7821 (notifications-get-capabilities): Fix docstring.
7822 (notifications-get-server-information): New defun.
7823
7824 2012-11-06 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7825
7826 * textmodes/ispell.el (ispell-region): Standard re-indent for better
7827 readability.
7828
7829 * textmodes/ispell.el: Experimental support for support debugging.
7830 (ispell-create-debug-buffer): Create a `ispell-debug-buffer' debug
7831 buffer for ispell.
7832 (ispell-print-if-debug): New function to print stuff to
7833 `ispell-debug-buffer' if debugging is enabled.
7834 (ispell-region, ispell-process-line): Use `ispell-print-if-debug' to
7835 show some debugging info.
7836 (ispell-buffer-with-debug): New function that creates a debugging
7837 buffer and calls `ispell-buffer' with debugging enabled.
7838
7839 * textmodes/ispell.el (ispell-region): Do not prefix sent string by
7840 comment in autoconf mode. (Bug#12768)
7841
7842 2012-11-06 Dmitry Antipov <dmantipov@yandex.ru>
7843
7844 * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations,
7845 frame-first-window, frame-root-window, frame-selected-window,
7846 minibuffer-selected-window, minibuffer-window,
7847 window-absolute-pixel-edges, window-at, window-body-height,
7848 window-body-width, window-display-table, window-combination-limit,
7849 window-frame, window-fringes, window-inside-absolute-pixel-edges,
7850 window-inside-edges, window-inside-pixel-edges, window-left-child,
7851 window-left-column, window-margins, window-next-buffers,
7852 window-next-sibling, window-new-normal, window-new-total,
7853 window-normal-size, window-parameter, window-parameters, window-parent,
7854 window-pixel-edges, window-point, window-prev-buffers,
7855 window-prev-sibling, window-redisplay-end-trigger, window-scroll-bars,
7856 window-start, window-text-height, window-top-child, window-top-line,
7857 window-total-height, window-total-width and window-use-time to the list
7858 of functions without side-effects.
7859 (toplevel): Add window-valid-p to the list of error-free functions
7860 without side-effects.
7861
7862 2012-11-05 Agustín Martín Domingo <agustin.martin@hispalinux.es>
7863
7864 * textmodes/ispell.el (ispell-program-name):
7865 Update spellchecker parameters when customized.
7866
7867 2012-11-04 Glenn Morris <rgm@gnu.org>
7868
7869 * vc/vc-svn.el (vc-svn-state-heuristic): Avoid calling svn. (Bug#7850)
7870
7871 2012-11-04 Chong Yidong <cyd@gnu.org>
7872
7873 * bookmark.el (bookmark-bmenu-switch-other-window): Avoid binding
7874 same-window-* variables.
7875
7876 2012-11-04 Juri Linkov <juri@jurta.org>
7877
7878 * isearch.el (isearch-help-for-help, isearch-describe-bindings)
7879 (isearch-describe-key, isearch-describe-mode): Use a display
7880 action instead of binding same-window-* variables (Bug#10040).
7881
7882 2012-11-03 Glenn Morris <rgm@gnu.org>
7883
7884 * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
7885 Rename handler properties back from cl-- to cl-. (Bug#12788)
7886
7887 * emacs-lisp/cl-macs.el (cl-do-all-symbols): Add doc string.
7888
7889 2012-11-03 Eli Zaretskii <eliz@gnu.org>
7890
7891 * term/pc-win.el: Don't load term/internal from here.
7892
7893 * loadup.el: Load term/internal from here.
7894
7895 2012-11-03 Fabián Ezequiel Gallina <fgallina@cuca>
7896
7897 * progmodes/python.el (inferior-python-mode): Fix hang in
7898 jit-lock (Bug#12645).
7899
7900 2012-11-03 Martin Rudalics <rudalics@gmx.at>
7901
7902 * window.el (switch-to-visible-buffer)
7903 (switch-to-buffer-preserve-window-point): Fix doc-strings.
7904
7905 2012-11-03 Glenn Morris <rgm@gnu.org>
7906
7907 * emacs-lisp/cl-lib.el (cl--random-time):
7908 Rename from cl-random-time. (Bug#12773)
7909 (cl--gensym-counter, cl--random-state): Update callers.
7910 * emacs-lisp/cl-extra.el (cl-make-random-state): Update callers.
7911
7912 2012-11-03 Chong Yidong <cyd@gnu.org>
7913
7914 * cus-start.el: Make cursor-type customizable (Bug#11633).
7915
7916 2012-11-02 Glenn Morris <rgm@gnu.org>
7917
7918 * filecache.el: No need to load find-lisp when compiling.
7919 (find-lisp-find-files): Autoload it.
7920 (file-cache-add-directory-recursively): Don't require find-lisp.
7921
7922 * image.el (image-type-from-file-name): Trivial simplification.
7923
7924 * emacs-lisp/bytecomp.el (byte-compile-eval):
7925 Decouple "noruntime" and "cl-functions" warnings.
7926
7927 2012-11-01 Stephen Berman <stephen.berman@gmx.net>
7928
7929 * play/gomoku.el (gomoku-display-statistics): Update mode line
7930 only if in Gomoku buffer; don't capitalize "won" (Bug#12771).
7931
7932 2012-10-31 Martin Rudalics <rudalics@gmx.at>
7933
7934 * window.el (quit-restore-window): If the window has been
7935 created on an existing frame and ended up as the sole window on
7936 that frame, do not delete it (Bug#12764).
7937
7938 2012-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
7939
7940 * progmodes/sh-script.el (sh--inside-noncommand-expression):
7941 Rename from sh--inside-arithmetic-expression, handle more cases
7942 (bug#11263).
7943
7944 * progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.
7945 (sh-font-lock-open-heredoc): Use it (bug#12770).
7946
7947 2012-10-30 Glenn Morris <rgm@gnu.org>
7948
7949 * emacs-lisp/cl-extra.el (cl-mapc): Add autoload cookie. Doc fix.
7950
7951 * emacs-lisp/cl.el (letf): Doc fix. (Bug#12760)
7952
7953 2012-10-29 Chong Yidong <cyd@gnu.org>
7954
7955 * isearch.el (isearch-other-meta-char): Ensure that a reprocessed
7956 function key is stored in a keyboard macro (Bug#4894).
7957
7958 * thingatpt.el (number-at-point): Apply a thing-at-point property.
7959
7960 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7961
7962 * vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk
7963 header comments".
7964 (diff-unified->context, diff-context->unified)
7965 (diff-reverse-direction, diff-fixup-modifs): Use `use-region-p'.
7966
7967 * emacs-lisp/cl.el (letf): Add missing indent rules (bug#12759).
7968
7969 * files.el (find-alternate-file): Only ask one question (bug#12487).
7970
7971 2012-10-29 Chong Yidong <cyd@gnu.org>
7972
7973 * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.
7974 Suggested by Dan Nicolaescu (Bug#6326).
7975
7976 * info.el (Info-complete-menu-item): Avoid duplicates (Bug#12705).
7977
7978 * startup.el (fancy-about-screen): Don't message (Bug#12680).
7979
7980 * thingatpt.el (thing-at-point): Doc fix (Bug#12691).
7981
7982 * imenu.el (imenu): Inhibit push-mark message (Bug#12726).
7983
7984 * face-remap.el (face-remap-add-relative): Handle the case where a
7985 face-remapping-alist entry is a cons cell (Bug#12762).
7986
7987 2012-10-29 Kevin Ryde <user42@zip.com.au>
7988
7989 * woman.el (woman-parse-numeric-value): Handle picas correctly
7990 (Bug#12639).
7991
7992 2012-10-29 Glenn Morris <rgm@gnu.org>
7993
7994 * emacs-lisp/cl.el (defsetf): Doc fix.
7995
7996 2012-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7997
7998 * progmodes/sh-script.el (sh-font-lock-paren): Also put punctuation
7999 syntax to the matching opener, if any (bug#12547).
8000 (sh-smie-sh-forward-token, sh-smie-sh-backward-token): Recognize this
8001 matching open as a "case-(".
8002 (sh-smie-rc-grammar): Add a corresponding rule for it.
8003
8004 2012-10-28 Daniel Hackney <dan@haxney.org>
8005
8006 * emacs-lisp/package.el (package-generate-autoloads): Kill buffer
8007 "PKGNAME-autoloads.el" in case we created it.
8008
8009 2012-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
8010
8011 * minibuffer.el (completion--sifn-requote): Rewrite to handle things
8012 like Tramp's "/foo:~bar//baz" -> "/scpc:foo:/baz" mapping (bug#11714).
8013 (completion--twq-all): Disable too-strict assertions.
8014
8015 * tmm.el (tmm-prompt): Use map-keymap (bug#12744).
8016
8017 2012-10-27 Eli Zaretskii <eliz@gnu.org>
8018
8019 * profiler.el (profiler-report-make-entry-part): Fix help-echo
8020 text to match the real keybindings.
8021
8022 2012-10-27 Juri Linkov <juri@jurta.org>
8023
8024 * wdired.el (wdired-keep-marker-rename): New defcustom.
8025 (wdired-do-renames): Use it instead of `dired-keep-marker-rename'.
8026 (Bug#11795)
8027
8028 * dired.el (dired-keep-marker-rename): Add reference to
8029 `wdired-keep-marker-rename' in the docstring.
8030 Add default character value ?R to display initially in
8031 Customization UI instead of ?@.
8032
8033 2012-10-27 Martin Rudalics <rudalics@gmx.at>
8034
8035 * window.el (display-buffer): In doc-string describe
8036 window-height and window-width alist entries.
8037
8038 * time.el (display-time-world): Restore fit-window-to-buffer
8039 behavior.
8040
8041 2012-10-27 Chong Yidong <cyd@gnu.org>
8042
8043 * subr.el (insert-buffer-substring-as-yank): Doc fix.
8044
8045 2012-10-26 Jambunathan K <kjambunathan@gmail.com>
8046
8047 * minibuffer.el (completion-category-overrides): New completion
8048 category `bookmark' (bug#11131).
8049
8050 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8051
8052 * emacs-lisp/advice.el (ad-assemble-advised-definition):
8053 Silence bogus compiler warnings for ad-do-it.
8054
8055 * bookmark.el (bookmark-completing-read): Set the completion category
8056 to `bookmark' (bug#11131).
8057
8058 2012-10-26 Bastien <bzg@altern.org>
8059 Stefan Monnier <monnier@iro.umontreal.ca>
8060
8061 * face-remap.el: Use lexical-binding.
8062 (text-scale-adjust): Improve docstring. Use itself for the temporary
8063 overlay-map bindings, so as to repeat the "Use..." message each time.
8064
8065 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
8066
8067 * emacs-lisp/macroexp.el (macroexp--expand-all):
8068 Obey byte-compile-warning-enabled-p (bug#12486).
8069
8070 * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
8071 (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584).
8072
8073 2012-10-26 Martin Rudalics <rudalics@gmx.at>
8074
8075 * mouse.el (mouse-drag-line): Move last form into preceding when
8076 clause (Bug#12731).
8077
8078 * help.el (resize-temp-buffer-window): Fix doc-string.
8079
8080 2012-10-25 David Engster <deng@randomsample.de>
8081
8082 * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
8083 Remove. This feature is already integrated in imenu.
8084
8085 * emacs-lisp/eieio-opt.el: Remove require for `button' since it is
8086 always loaded. Require `speedbar' unconditionally.
8087
8088 2012-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8089
8090 * dired.el (dired-get-marked-files): Allow ! on . and .. (bug#12725).
8091
8092 * minibuffer.el (minibuffer-force-complete): Fix thinko.
8093
8094 * net/ldap.el (ldap-search-internal): The official ldif format starts
8095 with a "version: 1" header (bug#12724).
8096
8097 * emacs-lisp/package.el (package-installed-p): Warn if not ready
8098 (bug#12721).
8099
8100 2012-10-25 Glenn Morris <rgm@gnu.org>
8101
8102 * emacs-lisp/cl-macs.el (cl-progv): Doc fix.
8103
8104 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8105
8106 * minibuffer.el (minibuffer-force-complete): Use one more marker
8107 for the temporary-overlay-map command (bug#12619).
8108
8109 2012-10-24 Chong Yidong <cyd@gnu.org>
8110
8111 * time.el (display-time-world-mode): Derive from special-mode.
8112 (display-time-world): Use display-buffer (Bug#12708).
8113 (display-time-world-mode-map): Variable deleted.
8114 (display-time-world-display): Wrap the final delete-char inside
8115 inhibit-read-only.
8116
8117 2012-10-24 Chong Yidong <cyd@gnu.org>
8118
8119 * dired.el (dired-mark, dired-unmark, dired-flag-file-deletion):
8120 Doc fix.
8121
8122 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix (Bug#12628).
8123
8124 2012-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8125
8126 * minibuffer.el (completion--all-sorted-completions-location): New var.
8127 (completion--cache-all-sorted-completions)
8128 (completion--flush-all-sorted-completions): Use it.
8129 (completion-in-region, completion-in-region--postch)
8130 (completion-at-point, completion-help-at-point): Use markers in
8131 completion-in-region--data (bug#12619).
8132
8133 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8134
8135 * progmodes/compile.el (compilation-start): Try to handle common
8136 quoting of `cd' argument (bug#12640).
8137
8138 * vc/diff-mode.el (diff-hunk): `save-excursion' while refining
8139 (bug#12671).
8140
8141 2012-10-23 Glenn Morris <rgm@gnu.org>
8142
8143 * progmodes/gud.el (gud-menu-map):
8144 Check gdb-active-process is bound. (Bug#12358)
8145
8146 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8147
8148 * repeat.el (repeat): Set real-this-command (bug#12232).
8149
8150 * htmlfontify.el (hfy-post-html-hook):
8151 * filesets.el (filesets-cache-fill-content-hook):
8152 * arc-mode.el (archive-extract-hook):
8153 * progmodes/cc-mode.el (c-prepare-bug-report-hook):
8154 * net/rcirc.el (rcirc-sentinel-functions)
8155 (rcirc-receive-message-functions, rcirc-activity-functions)
8156 (rcirc-print-functions):
8157 * net/dbus.el (dbus-event-error-functions):
8158 * emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
8159 * emacs-lisp/checkdoc.el (checkdoc-style-functions)
8160 (checkdoc-comment-style-functions): Don't use "-hooks" suffix.
8161 * term/sun.el (sun-raw-prefix-hooks):
8162 * mail/sendmail.el (mail-yank-hooks): Use make-obsolete-variable.
8163
8164 2012-10-23 Michael Albinus <michael.albinus@gmx.de>
8165
8166 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8167 Set `tramp-chunksize' to 1. This improves the performance.
8168 (tramp-smb-wait-for-output): Add timeout to
8169 `tramp-accept-process-output' calls.
8170
8171 2012-10-23 Chong Yidong <cyd@gnu.org>
8172
8173 * faces.el (font-list-limit): Define as an obsolete variable.
8174
8175 * startup.el (command-line):
8176 * cus-start.el: Don't refer to font-list-limit.
8177
8178 * newcomment.el (comment-normalize-vars): Doc fix (Bug#12583).
8179
8180 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8181
8182 * subr.el (internal-temp-output-buffer-show): Rename from
8183 temp-output-buffer-show, since previously compiled files expect this name.
8184
8185 2012-10-23 Glenn Morris <rgm@gnu.org>
8186
8187 * image.el (image-type-from-file-name): If multiple types match,
8188 return the first one that is supported. (Bug#9045)
8189
8190 2012-10-22 Glenn Morris <rgm@gnu.org>
8191
8192 * image.el (imagemagick-enabled-types): Doc fix.
8193
8194 2012-10-22 Takafumi Arakaki <aka.tkf@gmail.com> (tiny change)
8195
8196 * progmodes/which-func.el (which-func-current): The hash-table may have
8197 an explicit nil (bug#12338).
8198
8199 2012-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
8200
8201 * electric.el (electric-pair-delete-selection-self-insert-function):
8202 Rename to electric-pair-will-use-region, return a boolean.
8203 (electric-pair-mode): Adjust accordingly. Don't require delsel.
8204
8205 * delsel.el (delete-selection-helper): Use a function instead of a hook.
8206 (delete-selection-pre-hook): Use use-region-p.
8207 (delete-selection-self-insert-function): Remove.
8208 (self-insert-command): Obey self-insert-uses-region-functions.
8209 (self-insert-iso): Revert to previous setting, since we don't actually
8210 know what that command does.
8211 (delete-selection-self-insert-hooks): Remove.
8212
8213 2012-10-22 Simon Law <sfllaw@sfllaw.ca> (tiny change)
8214
8215 * delsel.el (delete-selection-helper): New function, extracted from
8216 delete-selection-pre-hook.
8217 (delete-selection-pre-hook): Use it.
8218 (delete-selection-self-insert-function): New function.
8219 (delete-selection-self-insert-hooks): New hook.
8220 (self-insert-command, self-insert-iso): Use it.
8221 * electric.el (electric-pair-syntax): New function, extracted from
8222 electric-pair-post-self-insert-function.
8223 (electric-pair-post-self-insert-function): Use it.
8224 (electric-pair-delete-selection-self-insert-function): New function.
8225 (electric-pair-mode): Require delsel and setup
8226 delete-selection-self-insert-hooks (bug#11520).
8227
8228 2012-10-20 Chong Yidong <cyd@gnu.org>
8229
8230 * vc/vc.el (vc-diff-internal): Set up Diff mode even if there are
8231 no changes to show (Bug#12586).
8232
8233 * eshell/esh-cmd.el (eshell-rewrite-for-command): Copy the body
8234 list explicitly (Bug#12571).
8235
8236 2012-10-20 Arne Jørgensen <arne@arnested.dk>
8237
8238 * progmodes/flymake.el (flymake-create-temp-inplace):
8239 Use file-truename.
8240
8241 2012-10-20 Eli Zaretskii <eliz@gnu.org>
8242
8243 * loadup.el: Update comment about uncompiled Lisp files. (Bug#12395)
8244
8245 2012-10-20 Jay Belanger <jay.p.belanger@gmail.com>
8246
8247 * calc/calc-units.el (math-extract-units): Properly extract powers
8248 of units.
8249
8250 2012-10-20 Daniel Colascione <dancol@dancol.org>
8251
8252 * frame.el (make-frame): Set x-display-name as we used to in order
8253 to unbreak creating an X11 frame from an Emacs daemon started
8254 without a display.
8255
8256 2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8257
8258 * minibuffer.el (minibuffer-force-complete): Make the next completion use
8259 the same completion-field (bug#12221).
8260
8261 2012-10-19 Martin Rudalics <rudalics@gmx.at>
8262
8263 * emacs-lisp/debug.el (debug): Record height of debugger window
8264 also when debugger will be back (Bug#8789).
8265
8266 2012-10-18 Chong Yidong <cyd@gnu.org>
8267
8268 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
8269 Convert to defcustom.
8270 (gdb-get-source-file): Don't bind pop-up-windows.
8271
8272 * progmodes/gud.el (gud-display-line): Don't specially re-use
8273 other frames for the gdb-mi case (Bug#12648).
8274
8275 2012-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8276
8277 * emacs-lisp/advice.el: Clean up commentary a bit.
8278 (ad-do-advised-functions, ad-with-originals): Use `declare'.
8279 (byte-code-function-p): Never redefine.
8280
8281 * emacs-lisp/gv.el (cond): Same fix as before for `if'.
8282
8283 2012-10-18 Glenn Morris <rgm@gnu.org>
8284
8285 * dired.el (dired-sort-toggle): Some ls implementations only allow
8286 a single option string. (Bug#12666)
8287
8288 * minibuffer.el (completion-cycle-threshold): Doc fix.
8289
8290 2012-10-17 Kenichi Handa <handa@gnu.org>
8291
8292 * international/mule.el (set-keyboard-coding-system):
8293 Recover input meta mode when the new coding system doesn not use 8-bit.
8294 Supply TERMINAL arg to set-input-meta-mode.
8295
8296 2012-10-17 Michael Heerdegen <michael_heerdegen@web.de>
8297
8298 * wdired.el (wdired-old-marks): New variable.
8299 (wdired-change-to-wdired-mode): Locally set wdired-old-marks.
8300 (wdired-do-renames): Move point with renamed file and don't lose
8301 mark status (Bug#11795).
8302
8303 2012-10-16 Juri Linkov <juri@jurta.org>
8304
8305 * replace.el (query-replace-help): Mention multi-buffer replacement
8306 keys in the Help message. (Bug#12655)
8307
8308 2012-10-15 Chong Yidong <cyd@gnu.org>
8309
8310 * emacs-lisp/byte-run.el (defsubst): Doc fix.
8311
8312 2012-10-14 Eli Zaretskii <eliz@gnu.org>
8313
8314 * window.el (display-buffer): Doc fix.
8315
8316 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8317 Adjust the msft regexp to the output of Studio 2010, and move msft
8318 before edg-1. See the discussion on emacs-devel,
8319 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00579.html,
8320 for the details.
8321
8322 2012-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
8323
8324 * emacs-lisp/eieio.el (eieio-oset-default, eieio-oset, oset-default)
8325 (oset): Move uses of object-class-fast macro after its definition.
8326
8327 * emacs-lisp/gv.el (if): Don't use closures in non-lexical-binding code.
8328
8329 2012-10-13 Chong Yidong <cyd@gnu.org>
8330
8331 * textmodes/ispell.el (ispell-pdict-save): If flyspell-mode is
8332 enabled, re-enable it (Bug#11963).
8333
8334 2012-10-13 Martin Rudalics <rudalics@gmx.at>
8335
8336 * emacs-lisp/debug.el (debug): When debugger-will-be-back is
8337 non-nil, restore window configuration (Bug#12623).
8338
8339 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8340
8341 * help-fns.el (describe-variable, describe-function-1):
8342 * help-mode.el (help-make-xrefs): Remove error handler, made unneeded.
8343
8344 * emacs-lisp/eieio.el (lisp-imenu-generic-expression): Fix typo.
8345
8346 2012-10-12 Glenn Morris <rgm@gnu.org>
8347
8348 * mail/rmailsum.el (rmail-header-summary):
8349 Fix 2010-11-26 test for multiline Subject: field. (Bug#12625)
8350
8351 2012-10-12 Fabián Ezequiel Gallina <fgallina@cuca>
8352
8353 * progmodes/python.el (python-mode-map):
8354 Replace subtitute-key-definition with proper command remapping.
8355 (python-nav--up-list): Fix behavior for blocks on the same level.
8356
8357 2012-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8358
8359 * help-fns.el (describe-function-1): Handle autoloads w/o docstrings.
8360
8361 * emacs-lisp/bytecomp.el (byte-compile-eval): Adjust to long-ago
8362 changes to the format of load-history.
8363
8364 * international/mule-cmds.el (read-char-by-name): Move let-binding of
8365 completion-ignore-case in case that var is buffer-local (bug#12615).
8366
8367 2012-10-11 Kenichi Handa <handa@gnu.org>
8368
8369 * international/eucjp-ms.el: Re-generated.
8370
8371 2012-10-10 Kenichi Handa <handa@gnu.org>
8372
8373 * select.el (xselect--encode-string): If a coding is specified for
8374 selection, and that is compatible with COMPOUND_TEXT, use it.
8375
8376 2012-10-10 Martin Rudalics <rudalics@gmx.at>
8377
8378 * window.el (switch-to-buffer-preserve-window-point): New option.
8379 (switch-to-buffer):
8380 Obey `switch-to-buffer-preserve-window-point' (Bug#4041).
8381
8382 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8383
8384 * newcomment.el (comment-start-skip, comment-end-skip, comment-end):
8385 Don't document nil as a useful value (bug#12583).
8386
8387 2012-10-09 Michael Albinus <michael.albinus@gmx.de>
8388
8389 * net/tramp.el (tramp-debug-message):
8390 Remove "tramp-with-progress-reporter" from regexp of ignored functions.
8391 (with-tramp-progress-reporter): Rename from
8392 `tramp-with-progress-reporter'.
8393 (with-tramp-file-property, with-tramp-connection-property):
8394 Move from tramp-cache.el, rename from `with-file-property' and
8395 `with-connection-property', respectively.
8396
8397 * net/tramp-cache.el: Remove `with-file-property' and
8398 `with-connection-property'.
8399
8400 * net/tramp.el:
8401 * net/tramp-gvfs.el:
8402 * net/tramp-sh.el:
8403 * net/tramp-smb.el: Adapt callees.
8404
8405 * net/trampver.el: Update release number.
8406
8407 2012-10-09 Glenn Morris <rgm@gnu.org>
8408
8409 * w32-fns.el (set-message-beep):
8410 * term/w32-win.el (set-message-beep): Update declarations.
8411
8412 2012-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8413
8414 * bindings.el (mode-line-toggle-read-only, mode-line-toggle-modified)
8415 (mode-line-widen, mode-line-input-method-map)
8416 (mode-line-coding-system-map, mode-line-remote)
8417 (mode-line-unbury-buffer, mode-line-bury-buffer)
8418 (mode-line-next-buffer, mode-line-previous-buffer):
8419 Replace save-selected-window+select-window => with-selected-window.
8420
8421 * progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.
8422 * progmodes/cc-vars.el (bq-process): Remove, unused.
8423
8424 * emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
8425
8426 2012-10-09 Fabián Ezequiel Gallina <fgallina@cuca>
8427
8428 Implemented `backward-up-list'-like navigation.
8429 * progmodes/python.el (python-nav-up-list)
8430 (python-nav-backward-up-list): New functions.
8431 (python-mode-map): Define substitute key for backward-up-list to
8432 python-nav-backward-up-list.
8433
8434 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
8435
8436 * progmodes/python.el (python-fill-paragraph): Rename from
8437 python-fill-paragraph-function. Fixed fill-paragraph for
8438 decorators (Bug#12605).
8439
8440 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
8441
8442 * progmodes/python.el (python-shell-output-filter): Handle extra
8443 carriage return in OSX (Bug#12409).
8444
8445 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
8446
8447 Fix shell handling of unbalanced quotes and parens in output.
8448 * progmodes/python.el (python-rx-constituents): Add string-delimiter.
8449 (python-syntax-propertize-function): Use it.
8450 (python-shell-output-syntax-table): New var.
8451 (inferior-python-mode): Prevent unbalanced parens/quotes from
8452 previous output mess with current input context.
8453
8454 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
8455
8456 * generic-x.el (javascript-generic-mode, javascript-generic-mode-hook):
8457 Make obsolete aliases of js-mode and js-mode-hook (from js.el).
8458
8459 2012-10-08 Michael Albinus <michael.albinus@gmx.de>
8460
8461 * ffap.el (ffap-replace-file-component): Support Tramp file name
8462 syntax, not only ange-ftp's one.
8463
8464 2012-10-08 Glenn Morris <rgm@gnu.org>
8465
8466 * cus-start.el (message-log-max): Set :version.
8467
8468 * calendar/calendar.el (calendar-intermonth-header): Doc fix.
8469
8470 2012-10-08 Martin Rudalics <rudalics@gmx.at>
8471
8472 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't try to split
8473 the minibuffer window (Bug#10851).
8474
8475 2012-10-08 Fabián Ezequiel Gallina <fgallina@cuca>
8476
8477 Enhancements on forward-sexp movement.
8478 * progmodes/python.el (python-nav-beginning-of-statement)
8479 (python-nav-end-of-statement): Return point-marker.
8480 (python-nav-forward-sexp): lisp-like forward-sexp behavior.
8481 (python-info-current-symbol)
8482 (python-info-statement-starts-block-p): Rename from
8483 python-info-beginning-of-block-p.
8484 (python-info-statement-ends-block-p): Rename from
8485 python-info-end-of-block-p.
8486 (python-info-beginning-of-statement-p)
8487 (python-info-end-of-statement-p)
8488 (python-info-beginning-of-block-p, python-info-end-of-block-p):
8489 New functions.
8490
8491 2012-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
8492
8493 * comint.el (comint-preinput-scroll-to-bottom): Preserve the
8494 frame-selected-windows.
8495
8496 2012-10-08 Daniel Colascione <dancol@dancol.org>
8497
8498 * battery.el (battery-status-function): Check for
8499 w32-battery-status itself, not system-time windows-nt.
8500
8501 * frame.el: Require cl-lib.
8502 (display-format-alist): New variable mapping frame types to
8503 functions that initialize them.
8504 (window-system-for-display): New function: interprets
8505 display-format-alist.
8506 (make-frame-on-display): Remove existing display-selection logic
8507 and just forward to make-frame, which will now DTRT.
8508 (make-frame): Restructure to use window-system-for-display to
8509 figure out how to create a frame on a given display.
8510 (display-mouse-p): Look for frame-type w32, not a particular
8511 system-type.
8512
8513 * loadup.el: Load w32 lisp code when we have the w32 feature.
8514
8515 * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
8516 system-type windows-nt.
8517
8518 * server.el (server-create-window-system-frame): Look for window
8519 type.
8520 (server-proces-filter): Only force a window system when windows-nt
8521 _and_ w32. Explain why.
8522
8523 * simple.el (normal-erase-is-backspace-mode): Add w32 to the list
8524 of window systems we configure for the mode.
8525
8526 * startup.el (command-line): Mark window system is initialized
8527 after we've done it.
8528
8529 * common-win.el (x-select-text): Look for w32, not windows-nt.
8530
8531 * ns-win.el: Require cl-lib. Add ourselves to
8532 display-format-alist.
8533 (ns-initialize-window-system): Assert we're not initialized twice.
8534
8535 * w32-win.el: Enable lexical binding; require cl-lib; add
8536 ourselves to display-format-alist.
8537 (w32-handle-dropped-file): Convert incoming dropped files from
8538 Windows paths to Cygwin ones before passing them on to the rest of
8539 Emacs.
8540 (w32-drag-n-drop): New paramter new-frame. Simplify logic.
8541 (w32-initialize-window-system): Assert we're not initialized twice.
8542
8543 * x-win.el: Require cl-lib; add ourselves to display-format-alist.
8544 (x-initialize-window-system): Assert we're not initialized twice.
8545
8546 * w32-common-fns.el: New File.
8547 (w32-version, w32-using-nt, w32-get-clipboard-data)
8548 (w32-set-clipboard-data, x-set-selection, x-get-selection)
8549 (w32-charset-info-alist, x-last-selected, text)
8550 (x-get-selection-value, x-selection-value): Move here.
8551
8552 * w32-fns.el: Require w32-common-fns.
8553 (w32-version, w32-using-nt, w32-get-clipboard-data)
8554 (w32-set-clipboard-data, x-set-selection, x-get-selection)
8555 (w32-charset-info-alist, x-last-selected, text)
8556 (x-get-selection-value, x-selection-value): Move to
8557 w32-common-fns.
8558
8559 * w32-vars.el:
8560 (w32-allow-system-shell, w32-system-shells): Define only in
8561 non-cygwin case.
8562
8563 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8564
8565 * subr.el (read-passwd-map): Don't use `defconst' (bug#12597).
8566 (read-passwd): Remove a few more potential sources of leaks.
8567
8568 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
8569
8570 * progmodes/python.el (inferior-python-mode)
8571 (python-shell-make-comint): Fix initialization of local
8572 variables copied from parent buffer.
8573
8574 2012-10-07 Jan Djärv <jan.h.d@swipnet.se>
8575
8576 * term/ns-win.el (ns-read-file-name): Update declaration to match
8577 nsfns.m.
8578 (ns-respond-to-change-font): Change fontsize separately so we are sure
8579 it is set when font is acted upon.
8580
8581 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
8582
8583 Enhancements to indentation.
8584 * progmodes/python.el (python-indent-context): Give priority to
8585 inside-string context. Make comments indentation markers.
8586 (python-indent-region): Do not mess with strings, unless it's the
8587 enclosing set of quotes.
8588
8589 2012-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8590
8591 * window.el (internal--before-save-selected-window)
8592 (internal--after-save-selected-window): New functions extracted from
8593 save-selected-window. Make sure we return the `alist' we construct.
8594 (save-selected-window): Use them.
8595
8596 * textmodes/tex-mode.el (tex-recenter-output-buffer):
8597 Use with-selected-window.
8598
8599 * emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
8600 forms that define macros (bug#12593).
8601
8602 2012-10-07 Kenichi Handa <handa@gnu.org>
8603
8604 * international/mule-conf.el (compound-text-with-extensions):
8605 Add :mime-charset property as x-ctext.
8606
8607 2012-10-07 Stefan Merten <smerten@oekonux.de>
8608
8609 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
8610 (rst-indent-literal-normal, rst-indent-literal-minimized)
8611 (rst-indent-comment): Correct :version tag.
8612 (rst-official-cvs-rev): Correct version string.
8613
8614 2012-10-07 Glenn Morris <rgm@gnu.org>
8615
8616 * mail/rmailmm.el (rmail-mime-process-multipart):
8617 Do not confuse a multipart message with an epilogue
8618 with a "truncated" one; fixes 2011-06-27 change. (Bug#10101)
8619
8620 2012-10-07 Fabián Ezequiel Gallina <fgallina@cuca>
8621
8622 Fix shell output retrieval and comint-prompt-regexp init.
8623 * progmodes/python.el (inferior-python-mode):
8624 (python-shell-make-comint): Fix initialization of
8625 comint-prompt-regexp from copied file local variables.
8626 (python-shell-fetched-lines): Remove var.
8627 (python-shell-output-filter-in-progress): Rename from
8628 python-shell-fetch-lines-in-progress.
8629 (python-shell-output-filter-buffer): Rename from
8630 python-shell-fetch-lines-string.
8631 (python-shell-fetch-lines-filter): Delete function.
8632 (python-shell-output-filter): New function.
8633 (python-shell-send-string-no-output): Use them.
8634
8635 2012-10-07 Glenn Morris <rgm@gnu.org>
8636
8637 * hi-lock.el (hi-lock-process-phrase):
8638 Try to make it less fragile. (Bug#7161)
8639
8640 * hi-lock.el (hi-lock-face-phrase-buffer): Doc fix.
8641
8642 2012-10-06 Glenn Morris <rgm@gnu.org>
8643
8644 * ehelp.el (electric-help-mode): Use help-mode rather than
8645 non-existent mode `help'.
8646 (electric-help-map): Use button-buffer-map. (Bug#10917)
8647
8648 * textmodes/reftex-vars.el (reftex-create-bibtex-header)
8649 (reftex-create-bibtex-footer): Fix custom types.
8650
8651 * progmodes/sh-script.el (sh-indent-after-continuation):
8652 Add explicit :group.
8653
8654 * textmodes/rst.el (rst-preferred-decorations)
8655 (rst-shift-basic-offset): Clarify obsolescence versions.
8656
8657 * profiler.el (profiler): Add missing group :version tag.
8658 * avoid.el (mouse-avoidance-banish-position):
8659 * proced.el (proced-renice-command):
8660 * calc/calc.el (calc-ensure-consistent-units):
8661 * calendar/icalendar.el (icalendar-import-format-uid):
8662 * net/tramp.el (tramp-save-ad-hoc-proxies):
8663 * progmodes/bug-reference.el (bug-reference-bug-regexp):
8664 * progmodes/flymake.el (flymake-error-bitmap)
8665 (flymake-warning-bitmap, flymake-fringe-indicator-position):
8666 * progmodes/sh-script.el (sh-indent-after-continuation):
8667 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
8668 (verilog-before-save-font-hook, verilog-after-save-font-hook):
8669 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
8670 (vhdl-array-index-record-field-in-sensitivity-list)
8671 (vhdl-indent-comment-like-next-code-line):
8672 * textmodes/reftex-vars.el (reftex-ref-style-alist)
8673 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
8674 (reftex-cite-key-separator, reftex-create-bibtex-header)
8675 (reftex-create-bibtex-footer):
8676 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
8677 (rst-indent-literal-normal, rst-indent-literal-minimized)
8678 (rst-indent-comment): Add missing custom :version tags.
8679
8680 * calendar/timeclock.el (timeclock-modeline-display):
8681 Add missing obsolete alias for renamed user option.
8682
8683 * strokes.el (strokes-modeline-string):
8684 * emulation/crisp.el (crisp-mode-modeline-string):
8685 * eshell/esh-mode.el (eshell-status-in-modeline):
8686 Aliases to defcustoms must come before the defcustom.
8687
8688 * calendar/cal-tex.el (cal-tex-diary, cal-tex-cursor-week)
8689 (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8690 (cal-tex-cursor-week-monday): Doc fixes.
8691 (cal-tex-cursor-week2-summary): Doc fix.
8692 Rename from cal-tex-cursor-week-at-a-glance.
8693
8694 * calendar/cal-menu.el (cal-menu-context-mouse-menu):
8695 Tweak week descriptions. Add cal-tex-cursor-week2-summary.
8696
8697 * calendar/calendar.el (calendar-mode-map):
8698 Add cal-tex-cursor-week2-summary.
8699
8700 2012-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
8701
8702 * emacs-lisp/cl-macs.el (cl-defstruct): Improve docstring.
8703
8704 * subr.el (read-passwd-map): New var.
8705 (read-passwd): Use `read-string' again.
8706 * minibuffer.el (delete-minibuffer-contents): Make it interactive.
8707
8708 2012-10-06 Jambunathan K <kjambunathan@gmail.com>
8709
8710 * register.el (append-to-register, prepend-to-register):
8711 Deactivate mark, as does `copy-to-register' (bug#12389).
8712
8713 2012-10-06 Chong Yidong <cyd@gnu.org>
8714
8715 * files.el (auto-mode-alist): Add .by and .wy (Semantic grammars).
8716
8717 2012-10-06 Ikumi Keita <ikumi@ikumi.que.jp> (tiny change)
8718
8719 * international/characters.el: Fix simple mistake ((car chars) ->
8720 elt), delete duplicated code.
8721
8722 2012-10-06 Glenn Morris <rgm@gnu.org>
8723
8724 * subr.el (read-passwd): Allow C-u to erase entry. (Bug#12570)
8725
8726 2012-10-06 Julian Scheid <julians37@gmail.com> (tiny change)
8727
8728 * color.el (color-hsl-to-rgb): Fix incorrect results for
8729 small and large hue values. (Bug#12559)
8730
8731 2012-10-05 Fabián Ezequiel Gallina <fgallina@cuca>
8732
8733 Enhancements to docstring formatting when filling paragraphs.
8734 * progmodes/python.el (python-fill-docstring-style): Rename from
8735 python-fill-string-style. Added new style.
8736 (python-fill-string): Use new style. Better checks for
8737 docstrings.
8738
8739 2012-10-05 Glenn Morris <rgm@gnu.org>
8740
8741 * net/newst-treeview.el (newsticker-group-move-feed): Doc fix.
8742
8743 * color.el (color-name-to-rgb, color-rgb-to-hex)
8744 (color-hue-to-rgb, color-hsl-to-rgb, color-rgb-to-hsv)
8745 (color-rgb-to-hsl, color-srgb-to-xyz, color-saturate-hsl)
8746 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
8747 (color-lighten-name, color-darken-hsl, color-darken-name): Doc fixes.
8748
8749 * emacs-lisp/timer.el (with-timeout): Add missing progn. (Bug#12577)
8750
8751 2012-10-05 Juanma Barranquero <lekktu@gmail.com>
8752
8753 * ido.el (ido-directory-too-big-p): Pass dir through file-truename
8754 to get the correct size across symlinks.
8755
8756 * ido.el (ido-buffer-disable-smart-matches): Fix typo in docstring.
8757
8758 2012-10-04 Juri Linkov <juri@jurta.org>
8759
8760 * replace.el (query-replace-interactive): Declare obsolete.
8761 (query-replace-read-from): Add the last incremental search string
8762 to the list of default values accessible via M-n.
8763 (map-query-replace-regexp): Use `read-regexp'.
8764 (query-replace, query-replace-regexp, query-replace-regexp-eval)
8765 (map-query-replace-regexp, replace-string, replace-regexp):
8766 Fix docstrings to replace mentions of `query-replace-interactive'
8767 with alternatives. (Bug#12526)
8768
8769 2012-10-04 Juri Linkov <juri@jurta.org>
8770
8771 * dired.el (dired-shrink-to-fit): Declare obsolete. (Bug#1806)
8772 (dired-pop-to-buffer): Declare obsolete.
8773 (dired-mark-pop-up): Doc fix.
8774
8775 2012-10-04 Fabián Ezequiel Gallina <fgallina@cuca>
8776
8777 Allow user to set docstring style for fill-paragraph.
8778 * progmodes/python.el
8779 (python-fill-comment-function, python-fill-string-function)
8780 (python-fill-decorator-function, python-fill-paren-function):
8781 Remove :safe for defcustoms.
8782 (python-fill-string-style): New defcustom
8783 (python-fill-paragraph-function): Enhance context detection.
8784 (python-fill-string): Honor python-fill-string-style settings.
8785
8786 2012-10-04 Martin Rudalics <rudalics@gmx.at>
8787
8788 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Select window
8789 after setting its buffer (Bug#10805).
8790
8791 2012-10-03 Fabián Ezequiel Gallina <fgallina@cuca>
8792
8793 Fix cornercase for string syntax.
8794 * progmodes/python.el (python-syntax-propertize-function):
8795 Simplify and enhance the regexp for unescaped quotes. Now it also
8796 matches quotes in weird situations like the single quote in
8797 "something\"'".
8798 (python-syntax-stringify): Simplify num-quotes detecting code.
8799
8800 2012-10-03 Glenn Morris <rgm@gnu.org>
8801
8802 * help-macro.el (three-step-help):
8803 Revert 2012-09-29 change. (Bug#12567)
8804
8805 2012-10-03 Martin Rudalics <rudalics@gmx.at>
8806
8807 * menu-bar.el (kill-this-buffer): Don't do anything when
8808 `menu-frame' is not alive or visible (Bug#8184).
8809
8810 * emacs-lisp/debug.el (debug): When quitting the debugger window
8811 restore current buffer (Bug#12502).
8812
8813 2012-10-02 Chong Yidong <cyd@gnu.org>
8814
8815 * progmodes/hideif.el (hif-lookup, hif-defined):
8816 Handle semantic-c-takeover-hideif.
8817
8818 2012-10-02 Paul Eggert <eggert@cs.ucla.edu>
8819
8820 Change sampling interval units from ms to ns.
8821 * profiler.el (profiler-sampling-interval): Change units
8822 from ms to ns, multiplying the default by 1000000 so that
8823 it remains 1 ms.
8824 (profiler-report-cpu-line-format): Give enough room for
8825 the maximum counters on 64-bit hosts.
8826 (profiler-report-render-calltree-1): Call them "CPU samples",
8827 not "Time (ms)", since they are not milliseconds now (and
8828 never really were).
8829
8830 2012-10-02 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
8831
8832 * net/eudcb-bbdb.el (eudc-bbdb-format-record-as-result):
8833 Fix querying BBDB for entries without a last name (Bug#11580).
8834
8835 2012-10-02 Chong Yidong <cyd@gnu.org>
8836
8837 * emacs-lisp/eieio.el: Restore Version header.
8838
8839 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8840
8841 * vc/diff-mode.el (diff--auto-refine-data): New var.
8842 (diff-hunk): Use it to delay refinement.
8843 (diff-mode): Remove overlays when we turn off font-lock.
8844
8845 * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode.
8846 (table-initialize-table-fixed-width-mode)
8847 (table-set-table-fixed-width-mode): Remove functions.
8848 (table-command-list): Move initialization into declaration.
8849 (table--tweak-menu-for-xemacs): Move defun outside mapcar.
8850 (table-with-cache-buffer): Use `declare'.
8851 (table-span-cell): Simplify via CSE.
8852 (table-fixed-width-mode): Use define-minor-mode.
8853 (table-call-interactively, table-funcall, table-apply): Remove.
8854 (table-function): New function, to replace them.
8855
8856 * bookmark.el (bookmark-search-pattern): Remove var.
8857 (bookmark-read-search-input): Remove function.
8858 (bookmark-bmenu-search): Reimplement using a minibuffer.
8859
8860 * faces.el (modeline): Remove obsolete face name.
8861
8862 * vc/add-log.el (add-log-buffer-file-name-function): Demote to defvar
8863 and give a non-nil default value.
8864 (add-change-log-entry): Simplify accordingly.
8865
8866 2012-10-01 Dmitry Gutov <dgutov@yandex.ru>
8867
8868 * vc/vc-git.el (vc-git-log-edit-toggle-signoff): New function.
8869 (vc-git-log-edit-toggle-amend): New function.
8870 (vc-git-log-edit-toggle-signoff): New function.
8871 (vc-git-log-edit-mode): New major mode.
8872 (vc-git-log-edit-mode-map): Keymap for it.
8873 (vc-git-checkin): Handle "Amend" and "Sign-Off" headers.
8874
8875 * vc/log-edit.el (log-edit-font-lock-keywords): Allow hyphens in
8876 header names.
8877 (log-edit-toggle-header): New function.
8878 (log-edit-extract-headers): Accept function values in HEADERS alist.
8879
8880 2012-10-01 David Engster <deng@randomsample.de>
8881
8882 * emacs-lisp/eieio-opt.el (eieio-describe-class): Add filename
8883 from symbol property and change message to be more consistent with
8884 Emacs proper.
8885 (eieio-describe-generic): Add filename for each implementation.
8886 Fix indices for generic and normal methods.
8887 (eieio-method-def, eieio-class-def): New buttons.
8888 (eieio-help-find-method-definition)
8889 (eieio-help-find-class-definition): New functions.
8890 (eieio-help-mode-augmentation-maybee): Add buttons to filenames of
8891 class, constructor and method definitions.
8892
8893 * emacs-lisp/eieio.el (eieiomt-add, eieio-defclass): Save file
8894 information in symbol property.
8895 (scoped-class): Remove.
8896 (eieio-slot-name-index, call-next-method): Check if it is bound.
8897
8898 2012-10-01 Leo P. White <lpw25@cam.ac.uk>
8899
8900 * emacs-lisp/eieio-custom.el (eieio-custom-mode-map): New option.
8901 (eieio-custom-mode): New major mode.
8902 (eieio-customize-object): Use it.
8903
8904 2012-10-01 Eric Ludlam <zappo@gnu.org>
8905
8906 * emacs-lisp/eieio-base.el (eieio-persistent-read): New input args
8907 specifying the expected class, and whether subclassing is allowed.
8908 (eieio-persistent-convert-list-to-object):
8909 (eieio-persistent-validate/fix-slot-value)
8910 (eieio-persistent-slot-type-is-class-p): New functions.
8911 (eieio-named::slot-missing): Doc fix.
8912
8913 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
8914 Stop using unused publd variable.
8915
8916 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
8917 (eieio-speedbar-description, eieio-speedbar-derive-line-path)
8918 (eieio-speedbar-object-buttonname, eieio-speedbar-make-tag-line)
8919 (eieio-speedbar-handle-click): Do not specify a class for the
8920 method. Fixes method invocation order problems with EDE.
8921
8922 2012-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8923
8924 * emacs-lisp/bytecomp.el (byte-compiler-abbreviate-file): New function.
8925 (byte-compile-warning-prefix, byte-compile-file): Use it (bug#12508).
8926
8927 2012-10-01 Karl Fogel <kfogel@red-bean.com>
8928
8929 * bookmark.el (bookmark-version-control): Give tags in the
8930 :type choices (Bug#12309), and improve doc string.
8931 (bookmark-write-file): Bind `print-circle' to `t' to allow
8932 circular custom bookmark types. (Bug#12503)
8933
8934 2012-10-01 Paul Eggert <eggert@cs.ucla.edu>
8935
8936 Revert the FOLLOW-SYMLINKS change for file-attributes.
8937 * files.el (remote-file-name-inhibit-cache, after-find-file):
8938 * time.el (display-time-file-nonempty-p): Undo last change.
8939
8940 * profiler.el (profiler-sampling-interval): Change default back to 1.
8941 See Stefan Monnier in
8942 <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00863.html>.
8943
8944 2012-10-01 Fabián Ezequiel Gallina <fgallina@cuca>
8945
8946 Shell output catching a la gud-gdb.
8947 * progmodes/python.el (python-shell-fetch-lines-in-progress)
8948 (python-shell-fetch-lines-string, python-shell-fetched-lines):
8949 New Vars.
8950 (python-shell-fetch-lines-filter): New function.
8951 (python-shell-send-string-no-output): Use them.
8952
8953 2012-09-30 Tomohiro Matsuyama <tomo@cx4a.org>
8954
8955 * profiler.el (profiler-sampling-interval): Rename from
8956 profiler-sample-interval.
8957 (profiler-sampling-interval): Default to 10.
8958 (profiler-find-profile): New command (was profiler-find-log).
8959 (profiler-find-profile-other-window): New command.
8960 (profiler-find-profile-other-frame): New command.
8961 (profiler-profile): Introduce API-level data structure.
8962
8963 2012-09-30 Paul Eggert <eggert@cs.ucla.edu>
8964
8965 file-attributes has a new optional arg FOLLOW-SYMLINKS.
8966 * files.el (remote-file-name-inhibit-cache):
8967 * time.el (display-time-file-nonempty-p): Use it.
8968 * files.el (after-find-file): Don't chase links before calling
8969 file-exists-p, as file-exists-p already does the right thing.
8970
8971 2012-09-30 Ralf Angeli <angeli@caeruleus.net>
8972
8973 Merge from standalone RefTeX repository.
8974
8975 The following ChangeLog entries are shortened versions of the
8976 original ones with file paths adapted. A not so strongly edited
8977 version of the original ChangeLog can be found in the commit log.
8978
8979 * textmodes/reftex-auc.el: Move `provide' call to bottom of file.
8980 (reftex-arg-cite): Use `reftex-cite-key-separator'.
8981 Correctly handle new value type returned by `reftex-citation'.
8982
8983 * textmodes/reftex-cite.el (reftex-create-bibtex-file): Make sure
8984 that entries with whitespace at various places are found.
8985 Doc fix. Include entries that are cross-referenced from cited entries.
8986 Include @String definitions in the resulting bib file. Add header
8987 and footer defined in `reftex-create-bibtex-header' and
8988 `reftex-create-bibtex-footer'.
8989 (reftex-do-citation): Make it possible again to insert
8990 non-existent entries. Save match data when asking for optional
8991 arguments. Return all keys, not just the first one.
8992 (reftex-all-used-citation-keys): Fix regexp to correctly extract
8993 all citations in the same line.
8994 (reftex-parse-bibtex-entry): Accept additional optional argument
8995 `raw' and keep quotes or braces if it is non-nil. Match fields
8996 containing hyphens besides word constituents.
8997 (reftex-get-string-refs): New function.
8998 (reftex-extract-bib-entries): Check if BibTeX file changed on disk
8999 and ask if it should be reread in case it did.
9000 (reftex-pop-to-bibtex-entry)
9001 (reftex-extract-bib-entries-from-thebibliography): Match \bibitem
9002 entries with spaces or tabs in front of arguments.
9003 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
9004 (reftex-parse-bibtex-entry, reftex-create-bibtex-file):
9005 Match entries containing numbers and symbol constituents.
9006 (reftex-do-citation, reftex-figure-out-cite-format):
9007 Use `reftex-cite-key-separator'.
9008
9009 * textmodes/reftex-dcr.el: Move provide statement to end of file.
9010 (reftex-mouse-view-crossref): Explain why point is set.
9011
9012 * textmodes/reftex-global.el: Whitespace changes.
9013
9014 * textmodes/reftex-index.el: Move provide statement to end of
9015 file.
9016 (reftex-index-selection-or-word): Use `reftex-region-active-p'.
9017 (reftex-index-visit-phrases-buffer): Set marker when visiting
9018 buffer. This allows for returning from the phrases file to the
9019 file one was just editing instead of the file where the last
9020 phrases was added from.
9021 (reftex-index-phrases-syntax-table): New variable. Give ?\"
9022 punctuation syntax as it usually is not used as string quote in
9023 TeX-related modes and may occur unmatched. The change also
9024 prevents fontification of quoted content.
9025 (reftex-index-phrases-mode): Use it.
9026
9027 * textmodes/reftex-parse.el (reftex-parse-from-file):
9028 Move backward one char if a `\' was matched after a section macro.
9029 (reftex-parse-from-file): Use beginning of match instead of end as
9030 bound.
9031
9032 * textmodes/reftex-ref.el: Adapt creation of
9033 `reftex-<package>-<macro>' functions to new structure of
9034 `reftex-ref-style-alist'.
9035 (reftex-reference): Use `reftex-ref-style-list' function.
9036 Adapt to new structure of `reftex-ref-style-alist'. Prompt for a
9037 reference macro if `reftex-ref-macro-prompt' is non-nil.
9038 (reftex-reference): Pass refstyle to `reftex-format-special'.
9039 Determine reference macro by looking at
9040 `reftex-ref-style-default-list' and `reftex-ref-style-alist'.
9041 Use only one special format function.
9042 (reftex-varioref-vref, reftex-fancyref-fref)
9043 (reftex-fancyref-Fref): Remove definitions. The functions are now
9044 generated from `reftex-ref-style-alist'.
9045 (reftex-format-vref, reftex-format-Fref, reftex-format-fref):
9046 Remove.
9047 (reftex-format-special): New function.
9048
9049 * textmodes/reftex-sel.el
9050 (reftex-select-cycle-ref-style-internal): Adapt to new structure
9051 of `reftex-ref-style-alist'. Remove code for testing macro type.
9052 (reftex-select-toggle-varioref)
9053 (reftex-select-toggle-fancyref): Remove.
9054 (reftex-select-cycle-ref-style-internal)
9055 (reftex-select-cycle-ref-style-forward)
9056 (reftex-select-cycle-ref-style-backward): New functions.
9057 (reftex-select-label-map): Use `v' and `V' for general cycling
9058 through reference styles. Add `p' for switching between number
9059 and page reference types.
9060
9061 * textmodes/reftex-toc.el (reftex-re-enlarge):
9062 Call `enlarge-window' only if there is something to do because in Emacs
9063 the horizontal version throws an error even if the parameter is 0.
9064
9065 * textmodes/reftex-vars.el (reftex-label-alist): Doc fix.
9066 (reftex-plug-into-AUCTeX): Doc fix.
9067 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc
9068 string. Adapt to new name.
9069 (reftex-ref-style-alist): Change structure so that it is not
9070 possible to use multiple different package names within a style.
9071 Remove the symbols for symbols for macro type distinction.
9072 Add characters for macro selection.
9073 (reftex-ref-macro-prompt, reftex-create-bibtex-header)
9074 (reftex-create-bibtex-footer): New variables.
9075 (reftex-format-ref-function): Mention third argument of special
9076 format function.
9077 (reftex-ref-style-alist, reftex-ref-style-default-list):
9078 New variables.
9079 (reftex-vref-is-default, reftex-fref-is-default): Adapt doc string
9080 to new implementation. Mark as obsolete. Add compatibility code
9081 for honoring the variable values in case they are set.
9082 (reftex-cite-format-builtin, reftex-bibliography-commands):
9083 Add support for ConTeXt.
9084 (reftex-format-ref-function, reftex-format-cite-function):
9085 Fix custom type.
9086 (reftex-cite-key-separator): New variable.
9087
9088 * textmodes/reftex.el (reftex-syntax-table-for-bib)
9089 (reftex-mode): Do not derive `reftex-syntax-table-for-bib' from
9090 `reftex-syntax-table' because parens have to retain their paren
9091 syntax in order for parsing of BibTeX entries like @book(...) to
9092 work.
9093 (reftex-in-comment): Do not error out if `comment-start-skip' is
9094 not set. Deal correctly with escaped comment characters.
9095 (reftex-tie-multifile-symbols): Add doc string.
9096 Initialize `reftex-ref-style-list'.
9097 (reftex-untie-multifile-symbols): Add doc string.
9098 (reftex-add-index-macros): Doc fix.
9099 (reftex-ref-style-activate, reftex-ref-style-toggle)
9100 (reftex-ref-style-list): New functions.
9101 (reftex-mode-menu): Use them. Adapt to new structure of
9102 `reftex-ref-style-alist'.
9103 (reftex-select-with-char): Kill the RefTeX Select buffer when
9104 done.
9105 (reftex-remove-if): New function.
9106 (reftex-erase-all-selection-and-index-buffers)
9107 (reftex-mode-menu): Reference styles are now computed from
9108 `reftex-ref-style-alist'. Fix typo.
9109 (reftex-report-bug): New function.
9110 (reftex-uniquify, reftex-uniquify-by-car): Replace O(n^2)
9111 algorithms with O(n log n). Introduce optional argument SORT (not
9112 yet used).
9113
9114 2012-09-30 Fabián Ezequiel Gallina <fgallina@cuca>
9115
9116 Enhancements for triple-quote string syntax.
9117 * progmodes/python.el (python-syntax-propertize-function):
9118 Match both quote cases in one regexp.
9119 (python-syntax-stringify): Handle matches properly.
9120
9121 2012-09-30 Juri Linkov <juri@jurta.org>
9122
9123 * arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'
9124 to nil around the call to `insert' to prevent
9125 directory time modification by lock_file. (Bug#2295)
9126 * tar-mode.el (tar-summarize-buffer): Idem.
9127
9128 2012-09-30 Juri Linkov <juri@jurta.org>
9129
9130 * facemenu.el (list-colors-sort): Add option "Luminance".
9131 (list-colors-sort-key): Implement it.
9132
9133 * vc/diff-mode.el (diff-refine-removed):
9134 * vc/ediff-init.el (ediff-fine-diff-A):
9135 * vc/smerge-mode.el (smerge-refined-removed):
9136 Change background color "#ffaaaa" to "#ffbbbb". (Bug#10181)
9137
9138 2012-09-30 Jan Djärv <jan.h.d@swipnet.se>
9139
9140 * term/ns-win.el (x-file-dialog): New function.
9141
9142 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
9143
9144 * ido.el (ido-max-directory-size): Default to nil; the current
9145 default is small for POSIX systems, and impractical on Windows 7
9146 now that lstat returns directory sizes for NTFS.
9147
9148 2012-09-30 Martin Rudalics <rudalics@gmx.at>
9149
9150 In buffer display functions handle window-height/window-width
9151 alist entries. Suggested by Juri Linkov as fix for Bug#1806.
9152 * window.el (window--display-buffer): New argument ALIST.
9153 Obey window-height and window-width alist entries.
9154 (window--try-to-split-window): New argument ALIST.
9155 Bind window-combination-limit to t when the window's size shall be
9156 changed and window-combination-limit equals `window-size'.
9157 (display-buffer-in-atom-window)
9158 (display-buffer-in-major-side-window)
9159 (display-buffer-in-side-window, display-buffer-same-window)
9160 (display-buffer-reuse-window, display-buffer-pop-up-frame)
9161 (display-buffer-pop-up-window, display-buffer-below-selected)
9162 (display-buffer-at-bottom, display-buffer-in-previous-window)
9163 (display-buffer-use-some-window): Adjust all callers of
9164 window--display-buffer and window--try-to-split-window.
9165 (fit-frame-to-buffer): New option.
9166 (fit-window-to-buffer): Can resize frames if fit-frame-to-buffer
9167 is non-nil.
9168 (display-buffer-in-major-side-window): Evaluate window-height /
9169 window-width alist entries.
9170
9171 * help.el (temp-buffer-resize-frames)
9172 (temp-buffer-resize-regexps): Remove options.
9173 (temp-buffer-resize-mode): Adjust doc-string.
9174 (resize-temp-buffer-window): Don't consult
9175 temp-buffer-resize-regexps. Use fit-frame-to-buffer instead of
9176 temp-buffer-resize-frames.
9177
9178 * dired.el (dired-mark-pop-up):
9179 Call display-buffer-below-selected with a fit-window-to-buffer alist
9180 entry.
9181
9182 2012-09-30 Chong Yidong <cyd@gnu.org>
9183
9184 * server.el (server-host): Document the security implications.
9185 (server-auth-key): Doc fix.
9186
9187 * startup.el (initial-buffer-choice): Doc fix.
9188
9189 * minibuffer.el (minibuffer-local-filename-syntax): Doc fix.
9190
9191 * simple.el (delete-trailing-whitespace): Avoid an unnecessary
9192 restriction change.
9193
9194 * bindings.el (goto-map): Bind M-g TAB to move-to-column.
9195
9196 * help-fns.el (help-fns--obsolete): Fix last change.
9197
9198 2012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
9199
9200 * winner.el (winner-mode-map): Obey winner-dont-bind-my-keys here.
9201 (minor-mode-map-alist): Remove redundant code.
9202
9203 * vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currently
9204 visited in a buffer.
9205 (cvs-insert-visited-file): New function.
9206 (find-file-hook): Use it.
9207
9208 * vc/pcvs-info.el (cvs-fileinfo-pp): Don't use non-existent faces.
9209
9210 * vc/log-edit.el (log-edit-font-lock-keywords): Ignore case to
9211 chose face.
9212 (log-edit-empty-buffer-p): Don't require a space after a header.
9213
9214 * vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.
9215
9216 * tutorial.el (help-with-tutorial): Use minibuffer-with-setup-hook.
9217
9218 * textmodes/text-mode.el (paragraph-indent-minor-mode): Make it
9219 a proper minor-mode.
9220
9221 * textmodes/tex-mode.el (tex-mode-map): Don't bind paren keys.
9222
9223 2012-09-29 Glenn Morris <rgm@gnu.org>
9224
9225 * winner.el (winner-mode): Remove variable (let define-minor-mode
9226 handle it).
9227 (winner-dont-bind-my-keys, winner-boring-buffers, winner-mode-hook):
9228 Doc fixes.
9229 (winner-mode-leave-hook): Rename to winner-mode-off-hook.
9230 (winner-mode): Use define-minor-mode.
9231
9232 * vc/vc-sccs.el (vc-sccs-registered): Use the progn trick to get
9233 the full definition in loaddefs, rather than duplicating it.
9234
9235 * help-macro.el (three-step-help): No need to autoload defcustom.
9236
9237 * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
9238 (inferior-lisp-program, inferior-lisp-load-command)
9239 (inferior-lisp-prompt, inferior-lisp-mode-hook):
9240 No need to autoload defcustoms.
9241
9242 * hippie-exp.el (hippie-expand-try-functions-list)
9243 (hippie-expand-verbose, hippie-expand-dabbrev-skip-space)
9244 (hippie-expand-dabbrev-as-symbol, hippie-expand-no-restriction)
9245 (hippie-expand-max-buffers, hippie-expand-ignore-buffers)
9246 (hippie-expand-only-buffers): No need to autoload defcustoms.
9247 * progmodes/vhdl-mode.el (vhdl-line-expand):
9248 Explicitly load hippie-exp, so it does not get autoloaded
9249 while hippie-expand-try-functions-list is let-bound.
9250
9251 2012-09-28 Glenn Morris <rgm@gnu.org>
9252
9253 * emacs-lisp/cl.el (flet): Fix case of obsolescence message.
9254
9255 * emacs-lisp/bytecomp.el (byte-compile-cl-file-p):
9256 Only "cl.el" counts as cl these days.
9257
9258 2012-09-28 Juri Linkov <juri@jurta.org>
9259
9260 Display archive errors in the echo area instead of inserting
9261 to the file buffer.
9262
9263 * arc-mode.el (archive-extract-by-stdout): Change arg STDERR-FILE
9264 to STDERR-TEST that can be a regexp matching a successful output.
9265 Create a temporary file and redirect stderr to it. Search for
9266 STDERR-TEST in the stderr output and display it in the echo area
9267 if no match is found.
9268 (archive-extract-by-file): New function like
9269 `archive-extract-by-stdout' but extracting archives to files
9270 and looking for successful matches in stdout. Function body is
9271 mostly copied from `archive-rar-extract'.
9272 (archive-rar-extract): Use `archive-extract-by-file'.
9273 (archive-7z-extract): Use `archive-extract-by-stdout'. (Bug#10347)
9274
9275 2012-09-28 Leo Liu <sdl.web@gmail.com>
9276
9277 * pcomplete.el (pcomplete-show-completions):
9278 Use minibuffer-message to make pcomplete usable in minibuffer.
9279
9280 * ido.el (ido-set-matches-1): Fix 2012-09-11 change.
9281
9282 2012-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9283
9284 * type-break.el: Use lexical-binding.
9285 (type-break-mode): Use define-minor-mode.
9286
9287 * emacs-lisp/pcase.el (pcase--mark-used): New.
9288 (pcase--u1): Use it (bug#12512).
9289
9290 * custom.el (load-theme): Set buffer-file-name so the load is recorded
9291 in load-history with the right file name.
9292
9293 2012-09-28 Tassilo Horn <tsdh@gnu.org>
9294
9295 * doc-view.el (doc-view-current-cache-doc-pdf): New function.
9296 (doc-view-doc->txt, doc-view-convert-current-doc): Use it.
9297 (doc-view-get-bounding-box): Make bounding box slicing work for
9298 ODF and DVI documents.
9299
9300 2012-09-28 Glenn Morris <rgm@gnu.org>
9301
9302 * type-break.el (type-break-mode, type-break-interval)
9303 (type-break-good-rest-interval, type-break-keystroke-threshold):
9304 No need to autoload.
9305 (type-break-good-rest-interval, type-break-keystroke-threshold):
9306 Add :set-after.
9307
9308 2012-09-28 Chong Yidong <cyd@gnu.org>
9309
9310 * progmodes/verilog-mode.el (verilog-auto-inst-interfaced-ports):
9311 Add :version tag.
9312
9313 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
9314
9315 * json.el (json-encode-char): Codes 127-160 aren't "ASCII printable".
9316
9317 2012-09-27 Glenn Morris <rgm@gnu.org>
9318
9319 * faces.el (x-display-name): Declare (for without-x builds).
9320
9321 * linum.el (linum-format): Don't autoload it. Improve :type.
9322
9323 * progmodes/tcl.el: Don't require outline when compiling.
9324 (outline-regexp, outline-level): Declare.
9325 * textmodes/sgml-mode.el: Don't require outline when compiling.
9326 (outline-regexp, outline-heading-end-regexp, outline-level): Declare.
9327
9328 * term.el (term-ansi-reset):
9329 Try setting term-ansi-face-already-done to nil. (Bug#11785)
9330
9331 * vc/vc.el (vc-next-action): Only gripe about committing read-only
9332 files for RCS and SCCS. (Bug#9781)
9333
9334 2012-09-27 Chong Yidong <cyd@gnu.org>
9335
9336 * progmodes/verilog-mode.el (verilog-mode-release-emacs): Fix last
9337 change; value should be t.
9338
9339 2012-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
9340
9341 * image-mode.el: Use lexical-binding.
9342 (image-mode-winprops): Use t to stand for the window of
9343 a buffer that's not displayed.
9344 * doc-view.el (doc-view-new-window-function): Handle the new
9345 t in winprops.
9346 (doc-view-enlarge): Make it a real nop if the size is not changed.
9347 (doc-view-display): Handle the case where the buffer is not (yet?)
9348 displayed in any window.
9349 (doc-view-saved-settings): New var.
9350 (doc-view-mode): Use it.
9351 (doc-view-fallback-mode): Set it.
9352
9353 * minibuf-eldef.el: Make it possible to replace (default ...) with [...].
9354 Set lexical-binding.
9355 (minibuffer-eldef-shorten-default): New var.
9356 (minibuffer-default-in-prompt-regexps): Use it for new default.
9357 (minibuf-eldef-setup-minibuffer): Add replacement functionality.
9358
9359 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
9360
9361 * international/uni-bidi.el:
9362 * international/uni-category.el:
9363 * international/uni-name.el:
9364 * international/uni-numeric.el: Regenerate.
9365
9366 2012-09-26 Tomohiro Matsuyama <tomo@cx4a.org>
9367 Stefan Monnier <monnier@iro.umontreal.ca>
9368
9369 * profiler.el: New file.
9370
9371 2012-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
9372
9373 * emacs-lisp/testcover.el (testcover-after): Add gv-expander.
9374 (testcover-reinstrument): Simplify with CSE.
9375
9376 2012-09-26 Juanma Barranquero <lekktu@gmail.com>
9377
9378 * window.el (temp-buffer-window-setup): Fix typo in docstring.
9379
9380 2012-09-25 Wilson Snyder <wsnyder@wsnyder.org>
9381
9382 * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
9383 (verilog-auto-input, verilog-auto-insert-lisp)
9384 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
9385 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
9386 (verilog-auto-unused, verilog-auto-wire)
9387 (verilog-forward-or-insert-line): Fix AUTOs with no trailing
9388 newline. Reported by Andrew Jones.
9389 (verilog-auto-inst) Support expanding $clog2 in AUTOINST.
9390 Reported by Brad Dobbie.
9391 (verilog-batch-delete-trailing-whitespace):
9392 Create verilog-batch-delete-trailing-whitespace.
9393 Reported by Brad Dobbie.
9394 (verilog-auto-inout-param): Support AUTOINOUTPARAM for copying
9395 parameters from another module. Reported by Dan Katz.
9396 (verilog-auto, verilog-auto-assign-modport)
9397 (verilog-auto-inout-modport): Add AUTOASSIGNMODPORT and
9398 AUTOINOUTMODPORT for UVM interface module shell generation.
9399 Reported by Brad Dobbie.
9400 (verilog-auto-inst-interfaced-ports): Make default nil, as more
9401 standard behavior.
9402 (verilog-auto): Fix AUTO parameters with parenthesis arguments.
9403 Reported by Matt Martin.
9404
9405 2012-09-25 Martin Rudalics <rudalics@gmx.at>
9406
9407 * window.el (window--resize-child-windows): When resizing child
9408 windows proportionally, process them in reverse order to
9409 preserve the "when splitting a window the new one gets the odd
9410 line" behavior.
9411 (window--resize-root-window-vertically): When resizing the
9412 minibuffer window try to affect only windows at the bottom of the
9413 frame. (Bug#12419)
9414
9415 2012-09-25 Chong Yidong <cyd@gnu.org>
9416
9417 * subr.el (declare): Doc fix.
9418
9419 * help-fns.el (help-fns--obsolete): Handle macros properly.
9420
9421 2012-09-25 Chong Yidong <cyd@gnu.org>
9422
9423 * bookmark.el (bookmark-jump-noselect): Use a declare form to mark
9424 this function obsolete.
9425
9426 * calendar/cal-x.el (calendar-two-frame-setup)
9427 (calendar-only-one-frame-setup, calendar-one-frame-setup):
9428 * calendar/calendar.el (american-calendar, european-calendar)
9429 (calendar-for-loop):
9430 * comint.el (comint-dynamic-simple-complete)
9431 (comint-dynamic-complete-as-filename, comint-unquote-filename):
9432 * desktop.el (desktop-load-default):
9433 * dired-x.el (dired-omit-here-always)
9434 (dired-hack-local-variables, dired-default-directory):
9435 * emacs-lisp/derived.el (derived-mode-class):
9436 * emacs-lisp/timer.el (timer-set-time-with-usecs):
9437 * emacs-lock.el (toggle-emacs-lock):
9438 * epa.el (epa-display-verify-result):
9439 * epg.el (epg-sign-keys, epg-start-sign-keys)
9440 (epg-passphrase-callback-function):
9441 * eshell/esh-util.el (eshell-for):
9442 * eshell/eshell.el (eshell-remove-from-window-buffer-names)
9443 (eshell-add-to-window-buffer-names):
9444 * files.el (locate-file-completion):
9445 * imenu.el (imenu-example--create-c-index)
9446 (imenu-example--create-lisp-index)
9447 (imenu-example--lisp-extract-index-name)
9448 (imenu-example--name-and-position):
9449 * international/mule-cmds.el (princ-list):
9450 * international/mule-diag.el (decode-codepage-char):
9451 * international/mule-util.el (detect-coding-with-priority):
9452 * iswitchb.el (iswitchb-read-buffer):
9453 * mail/mailalias.el (mail-complete):
9454 * mail/sendmail.el (mail-sent-via):
9455 * mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
9456 (mouse-major-mode-menu):
9457 * password-cache.el (password-read-and-add):
9458 * pcomplete.el (pcomplete-parse-comint-arguments):
9459 * progmodes/sh-script.el (sh-maybe-here-document):
9460 * replace.el (query-replace-regexp-eval):
9461 * savehist.el (savehist-load):
9462 * simple.el (choose-completion-delete-max-match):
9463 * term.el (term-dynamic-simple-complete):
9464 * vc/ediff-init.el (ediff-check-version):
9465 * vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
9466 * vc/vc.el (vc-diff-switches-list):
9467 * view.el (view-return-to-alist-update): Likewise.
9468
9469 * subr.el (eval-next-after-load, makehash, insert-string)
9470 (assoc-ignore-representation, assoc-ignore-case): Use declare to
9471 mark obsolete.
9472 (mode-line-inverse-video): Variable deleted.
9473
9474 * international/mule-util.el (string-to-sequence): Remove.
9475
9476 * calendar/calendar.el (calendar-version):
9477 * calendar/icalendar.el (icalendar-extract-ical-from-buffer)
9478 (icalendar-convert-diary-to-ical):
9479 * cus-edit.el (custom-mode):
9480 * ansi-color.el (ansi-color-unfontify-region):
9481 * international/latin1-disp.el (latin1-char-displayable-p):
9482 * progmodes/cwarn.el (turn-on-cwarn-mode):
9483 * progmodes/which-func.el (which-func-update-1):
9484 Use define-obsolete-function-alias.
9485
9486 * net/newst-backend.el (newsticker-cache-filename):
9487 * net/newst-treeview.el (newsticker-groups-filename):
9488 Fix incorrect obsolescence declaration.
9489
9490 * allout.el (allout-passphrase-hint-string): Likewise.
9491 (allout-init): Use a declare form to mark obsolete.
9492
9493 * emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
9494 this applies to functions.
9495
9496 * iswitchb.el (iswitchb-read-buffer): Move code of
9497 iswitchb-define-mode-map here, and delete that obsolete function.
9498
9499 * net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
9500 font-lock-reference-face.
9501
9502 2012-09-25 Glenn Morris <rgm@gnu.org>
9503
9504 * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
9505 Doc fixes.
9506
9507 * eshell/em-term.el (eshell-term-name):
9508 Default to term-term-name. (Bug#12485)
9509
9510 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
9511
9512 * progmodes/python.el (python-shell-send-buffer): Better handling
9513 of "if __name__ == '__main__':" conditionals when sending the buffer.
9514
9515 2012-09-24 Glenn Morris <rgm@gnu.org>
9516
9517 * eshell/esh-cmd.el (eshell-find-alias-function):
9518 Tighten up file-name regexp. (Bug#12499)
9519
9520 2012-09-24 Fabián Ezequiel Gallina <fgallina@cuca>
9521
9522 Enhancements for triple-quote string syntax.
9523 * progmodes/python.el (python-quote-syntax): Remove.
9524 (python-syntax-propertize-function): New value.
9525 (python-syntax-count-quotes, python-syntax-stringify):
9526 New functions.
9527
9528 2012-09-24 Chong Yidong <cyd@gnu.org>
9529
9530 * mail/supercite.el (sc-version): Remove obsolete function.
9531 (sc-describe): Don't mark as obsolete, since it is bound.
9532 (sc-submit-bug-report): Remove.
9533
9534 * vc/log-edit.el (cvs-changelog-full-paragraphs)
9535 (cvs-commit-buffer-require-final-newline): Remove.
9536 (log-edit-require-final-newline)
9537 (log-edit-changelog-full-paragraphs): Default to t.
9538
9539 * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
9540 * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
9541 * vc/vc.el (vc-checkout-carefully): Likewise.
9542
9543 * vc/emerge.el (emerge-mode): Make it an obsolete alias.
9544 (emerge-version): Remove.
9545
9546 * progmodes/compile.el (compile-internal): Remove.
9547 (compilation-parse-errors-function): Fix typo.
9548
9549 * international/mule.el (set-char-table-default): Remove.
9550 (set-coding-priority, make-coding-system, generic-char-p)
9551 (charset-list, charset-bytes, charset-id): Use declare to mark
9552 functions as obsolete.
9553
9554 * vc/pcvs-defs.el (cvs-buffer-name-alist)
9555 (cvs-invert-ignore-marks): Remove references to obsolete vars.
9556 * vc/vc-hooks.el (vc-default-registered): Don't use
9557 vc-master-templates.
9558
9559 * font-lock.el (font-lock-reference-face):
9560 Use define-obsolete-variable-alias.
9561
9562 * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
9563 * calendar/calendar.el (calendar-font-lock-keywords):
9564 * calendar/diary-lib.el (diary-font-lock-keywords)
9565 (diary-fancy-font-lock-keywords):
9566 * textmodes/reftex-sel.el (reftex-insert-docstruct):
9567 * textmodes/reftex-index.el (reftex-insert-index):
9568 * textmodes/reftex-cite.el (reftex-format-bib-entry):
9569 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
9570 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
9571 * progmodes/prolog.el (prolog-font-lock-keywords):
9572 * progmodes/idlwave.el (idlwave-idl-keywords):
9573 * progmodes/ada-mode.el (ada-font-lock-keywords):
9574 * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
9575
9576 2012-09-24 Glenn Morris <rgm@gnu.org>
9577
9578 * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
9579
9580 2012-09-23 Fabián Ezequiel Gallina <fgallina@cuca>
9581
9582 * progmodes/python.el (python-indent-line): More consistent cursor
9583 movement behavior.
9584
9585 2012-09-23 Stefan Merten <smerten@oekonux.de>
9586
9587 * textmodes/rst.el: Fix compiler warning.
9588
9589 2012-09-23 Roland Winkler <winkler@gnu.org>
9590
9591 * textmodes/bibtex.el (bibtex-autokey-transcriptions):
9592 Transcribe also LaTeX hyphenation.
9593 (bibtex-reformat): Bug fix. Do not quote twice the elements of
9594 bibtex-reformat-previous-options.
9595
9596 2012-09-23 Roland Winkler <winkler@gnu.org>
9597
9598 * proced.el (proced-renice-command): New variable.
9599 (proced-marked-processes): New function.
9600 (proced-with-processes-buffer): New macro.
9601 (proced-send-signal): Use them.
9602 (proced-renice): New command bound to r.
9603
9604 2012-09-23 Roland Winkler <winkler@gnu.org>
9605
9606 * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
9607 ibuffer-saved-filter-groups has one element, shortcut the call of
9608 completing-read. (Bug#12331)
9609
9610 2012-09-23 Chong Yidong <cyd@gnu.org>
9611
9612 * bindings.el (mode-line-toggle-read-only):
9613 * bs.el (bs-toggle-readonly):
9614 * buff-menu.el (Buffer-menu-toggle-read-only):
9615 * dired.el (dired-toggle-read-only):
9616 * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
9617
9618 2012-09-23 Chong Yidong <cyd@gnu.org>
9619
9620 * image.el (image-type-available-p): Adapt to init-image-library
9621 argument changes.
9622
9623 2012-09-22 Juri Linkov <juri@jurta.org>
9624
9625 * dired.el (dired-mode-map): Add [remap read-only-mode] for
9626 `dired-toggle-read-only'. (Bug#12462)
9627
9628 2012-09-22 Martin Rudalics <rudalics@gmx.at>
9629
9630 * subr.el (temp-output-buffer-show): New function.
9631 (with-output-to-temp-buffer): Call temp-output-buffer-show
9632 instead of internal-temp-output-buffer-show.
9633
9634 2012-09-22 Chong Yidong <cyd@gnu.org>
9635
9636 * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
9637 (Bug#12462).
9638
9639 * repeat.el (repeat): Doc fix (Bug#12348).
9640
9641 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
9642 (Bug#10909).
9643
9644 * simple.el (shell-command-on-region): Doc fix.
9645 (read-only-mode): Doc fix.
9646
9647 2012-09-22 Eli Zaretskii <eliz@gnu.org>
9648
9649 * emacs-lisp/timer.el (run-with-idle-timer)
9650 (timer-activate-when-idle): Warn against reinvoking an idle timer
9651 from within its own timer action. (Bug#12447)
9652
9653 2012-09-22 Martin Rudalics <rudalics@gmx.at>
9654
9655 * cus-start.el (window-combination-limit): Add new optional
9656 values.
9657 * window.el (temp-buffer-window-show)
9658 (window--try-to-split-window): Handle new values of
9659 window-combination-limit (Bug#1806).
9660 (split-window): Test window-combination-limit for t instead of
9661 non-nil.
9662 (display-buffer-at-bottom): New buffer display action function.
9663 * help.el (temp-buffer-resize-regexps): New option.
9664 (temp-buffer-resize-mode): Rewrite doc-string.
9665 (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
9666 Don't resize reused window. Suggested by Glenn Morris.
9667
9668 2012-09-22 Stefan Merten <smerten@oekonux.de>
9669
9670 * textmodes/rst.el: Revamp section title faces.
9671 (rst-official-version)
9672 (rst-package-emacs-version-alist): Sync with official version
9673 V1.4.0.
9674 (rst-faces-defaults, rst-set-level-default)
9675 (rst-level-face-max, rst-level-face-base-color)
9676 (rst-level-face-base-light, rst-level-face-format-light)
9677 (rst-level-face-step-light, rst-define-level-faces): Obsolete.
9678 (rst-adornment-faces-alist): Match new setup.
9679 (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
9680 (rst-level-5, rst-level-6): New faces.
9681
9682 2012-09-22 Chong Yidong <cyd@gnu.org>
9683
9684 * simple.el (undo): Handle indirect buffers (Bug#8207).
9685
9686 2012-09-21 Leo Liu <sdl.web@gmail.com>
9687
9688 IDO: Disable match re-ordering for buffer switching.
9689 * ido.el (ido-buffer-disable-smart-matches): New variable.
9690 (ido-set-matches-1): Use it. (Bug#2042)
9691
9692 2012-09-21 Jose Marino <marinoj@nso.edu> (tiny change)
9693
9694 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
9695 Fix 2011-05-17 change. (Bug#12418)
9696
9697 2012-09-21 Leo Liu <sdl.web@gmail.com>
9698
9699 * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
9700
9701 2012-09-21 Glenn Morris <rgm@gnu.org>
9702
9703 * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
9704 Be more robust about locating simple.el.
9705
9706 2012-09-21 Glenn Morris <rgm@gnu.org>
9707
9708 * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
9709
9710 2012-09-21 Joel Bion <jpbion@westvi.com> (tiny change)
9711
9712 * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (Bug#12382)
9713
9714 2012-09-20 Juri Linkov <juri@jurta.org>
9715
9716 * replace.el (query-replace-read-from): Use `read-regexp' instead
9717 of `read-from-minibuffer' when `regexp-flag' is non-nil.
9718 (occur-read-primary-args): Use `read-regexp' instead of
9719 `read-string'.
9720 (multi-occur-in-matching-buffers): Use `read-regexp' instead of
9721 `read-from-minibuffer'.
9722 * isearch.el (isearch-occur): Use `read-regexp' instead of
9723 `read-string'.
9724 * dired.el (dired-read-regexp): Use `read-regexp' instead of
9725 `read-from-minibuffer'.
9726 * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
9727 of `read-string'. (Bug#7567)
9728
9729 * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
9730 and allow accepting a list of strings prepended to a list of
9731 standard default values. Doc fix. (Bug#12321)
9732
9733 * replace.el (read-regexp): Add HISTORY arg. (Bug#7567)
9734
9735 * replace.el (read-regexp): Don't add ": " when PROMPT already
9736 ends with a colon and space. (Bug#12321)
9737
9738 2012-09-20 Tassilo Horn <tsdh@gnu.org>
9739
9740 * doc-view.el (doc-view-display): Better fix for the cl-assertion
9741 error.
9742
9743 2012-09-20 Stefan Merten <smerten@oekonux.de>
9744
9745 * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
9746 Fixes feature request bug#11711.
9747 (rst-mode): Create `imenu-create-index-function'.
9748 (rst-get-stripped-line): Delete after refactoring.
9749 (rst-section-tree, rst-section-tree-rec)
9750 (rst-section-tree-point): Refactor and document properly.
9751 (rst-imenu-find-adornments-for-position)
9752 (rst-imenu-convert-cell, rst-imenu-create-index):
9753 New function.
9754
9755 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9756
9757 * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
9758 (macroexp--expand-all): Use it.
9759 (macroexp--funcall-and-return): Remove by folding it into its sole
9760 caller (macroexp--warn-and-return).
9761 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
9762 Use macroexp--obsolete-warning.
9763
9764 * calc/calc.el: Fix last change by removing the whole chunk, since it
9765 was only needed back when Calc was not bundled.
9766
9767 2012-09-20 Martin Rudalics <rudalics@gmx.at>
9768
9769 * emacs-lisp/debug.el (debug): Restore assignment to
9770 debugger-old-buffer removed on 2012-09-08.
9771
9772 2012-09-20 Juri Linkov <juri@jurta.org>
9773
9774 * dired-aux.el (dired-diff): Remove (require 'diff) since
9775 `diff-latest-backup-file' is now autoloaded.
9776
9777 2012-09-20 Chong Yidong <cyd@gnu.org>
9778
9779 * vc/diff.el (diff-latest-backup-file): Autoload.
9780
9781 2012-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9782
9783 * calc/calc.el: Remove redundant autoload shape check.
9784 (sel-mode): Don't defvar.
9785 (calc-get-stack-element): Add `sel-mode' arg instead.
9786 (calc-top, calc-top-list): Pass it this additional argument.
9787 * calc/calc-store.el (calc-store-map):
9788 * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
9789 (calc-map-equation, calc-outer-product, calc-inner-product):
9790 * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
9791
9792 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
9793
9794 2012-09-19 Juri Linkov <juri@jurta.org>
9795
9796 * dired-aux.el (dired-diff): Add (require 'diff) because
9797 `diff-latest-backup-file' is not autoloaded.
9798 (dired-do-chxxx, dired-do-chmod): Set `no-error-if-not-filep' arg
9799 of `dired-get-filename' to t to not report error when there is
9800 no default file on the current line.
9801
9802 2012-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9803
9804 * emacs-lisp/macroexp.el (macroexp--funcall-if-compiled): Rename from
9805 macroexp--eval-if-compile.
9806 (macroexp--funcall-and-return, macroexp--warn-and-return): New funs.
9807 (macroexp--expand-all): Use them (bug#12371).
9808
9809 * doc-view.el (doc-view-guess-paper-size)
9810 (doc-view-scale-bounding-box): Fix unbound `caddr'.
9811
9812 2012-09-19 Tassilo Horn <tsdh@gnu.org>
9813
9814 New feature: set optimal slice from BoundingBox information.
9815 * doc-view.el (doc-view-mode-map): Add keybinding.
9816 (doc-view-menu): Add menu entry.
9817 (doc-view-set-slice): Adapt docstring.
9818 (doc-view-get-bounding-box, doc-view-guess-paper-size)
9819 (doc-view-scale-bounding-box)
9820 (doc-view-set-slice-from-bounding-box): New functions.
9821 (doc-view-paper-sizes): New defvar.
9822
9823 2012-09-19 Glenn Morris <rgm@gnu.org>
9824
9825 * emacs-lisp/macroexp.el (byte-compile-warn-obsolete)
9826 (byte-compile-log-warning): Autoload. (Bug#12371)
9827
9828 * calendar/calendar.el (calendar-american-month-header)
9829 (calendar-european-month-header, calendar-iso-month-header)
9830 (calendar-month-header): New options.
9831 (calendar-set-date-style): Set calendar-month-header. Redraw calendar.
9832 (calendar-generate-month): Use calendar-month-header. (Bug#9510)
9833
9834 2012-09-19 Jan Djärv <jan.h.d@swipnet.se>
9835
9836 * startup.el (command-line-ns-option-alist): Add -g and --geometry.
9837
9838 2012-09-18 Juri Linkov <juri@jurta.org>
9839
9840 * dired-aux.el (dired-diff): Restore original functionality of
9841 getting the default value, but keep new feature of using the
9842 latest existing backup file (`diff-latest-backup-file').
9843
9844 2012-09-18 Juri Linkov <juri@jurta.org>
9845
9846 * dired.el (dired-mark): If the region is active in Transient Mark
9847 mode, mark all files in the active region. Doc fix.
9848 (dired-unmark, dired-flag-file-deletion, dired-unmark-backward):
9849 Doc fix. (Bug#10624)
9850
9851 2012-09-18 Juri Linkov <juri@jurta.org>
9852
9853 * dired-aux.el (dired-do-chxxx, dired-do-chmod): Default file
9854 attributes for M-n are pulled from the file at point.
9855 (dired-do-chgrp, dired-do-chown, dired-do-touch): Doc fix.
9856 Suggested by Drew Adams. (Bug#10624)
9857
9858 2012-09-18 Dmitry Gutov <dgutov@yandex.ru>
9859
9860 * progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra
9861 whitespace after "end".
9862 (ruby-do-end-to-brace): Collapse block to one line if it fits
9863 within fill-column.
9864
9865 2012-09-18 Martin Rudalics <rudalics@gmx.at>
9866
9867 * emacs-lisp/debug.el (debugger-bury-or-kill): Fix customization
9868 value.
9869 (debug): Don't remove debugger window when debugger is expected
9870 to be back.
9871
9872 2012-09-18 Chong Yidong <cyd@gnu.org>
9873
9874 * custom.el (defface): Doc fix.
9875
9876 * cus-edit.el (custom-unlispify-remove-prefixes): Add warning.
9877
9878 2012-09-18 Martin Blais <blais@furius.ca> (tiny change)
9879
9880 * progmodes/compile.el (compilation-start): Use compilation-always-kill
9881 to initialize query-on-exit; then test that instead (bug#12288).
9882
9883 2012-09-17 Stefan Merten <smerten@oekonux.de>
9884
9885 * textmodes/rst.el: Add support for `testcover'.
9886 (rst-defcustom-testcover, rst-testcover-add-compose)
9887 (rst-testcover-add-1value): New functions.
9888 (rst-portable-mark-active-p): Replace by `use-region-p'.
9889 (rst-update-section, rst-classify-adornment)
9890 (rst-find-title-line): Mark `1value' forms.
9891 (rst-classify-adornment): Remove superfluous form.
9892 (rst-update-section, rst-get-adornments-around)
9893 (rst-adornment-complete-p, rst-get-next-adornment)
9894 (rst-adjust, rst-promote-region)
9895 (rst-display-adornments-hierarchy, rst-straighten-adornments)
9896 (rst-find-pfx-in-region, rst-section-tree-rec)
9897 (rst-section-tree-point, rst-toc-insert, rst-toc-insert-node)
9898 (rst-toc-node, rst-toc, rst-forward-section)
9899 (rst-iterate-leftmost-paragraphs)
9900 (rst-iterate-leftmost-paragraphs-2, rst-enumerate-region)
9901 (rst-bullet-list-region)
9902 (rst-convert-bullets-to-enumeration, rst-font-lock-keywords)
9903 (rst-compile-find-conf, rst-compile)
9904 (rst-repeat-last-character): Fix style.
9905
9906 2012-09-17 Chong Yidong <cyd@gnu.org>
9907
9908 * comint.el (comint--complete-file-name-data): Don't add a space
9909 if the status is `sole'; that adds a gratuitous space in the
9910 completion-cycling case (Bug#12092).
9911
9912 * pcomplete.el (pcomplete-completions-at-point): Likewise.
9913
9914 2012-09-17 Richard Stallman <rms@gnu.org>
9915
9916 * mail/rmailmm.el (rmail-mime-toggle-raw): Do rmail-mime-insert
9917 only in the mime-shown mode, not in raw mode.
9918 (rmail-mime): Toggle off mime by displaying the message without
9919 mime processing. (Bug#12305)
9920
9921 * mail/rmail.el (rmail-retry-failure):
9922 Turn off mime processing first. (Bug#12037)
9923
9924 * epa-mail.el (epa-mail-encrypt): Fix bug when a name has no key.
9925
9926 2012-09-17 Chong Yidong <cyd@gnu.org>
9927
9928 * shell.el (shell-file-name-chars, shell-file-name-quote-list)
9929 (shell-dynamic-complete-functions): Convert to defcustom.
9930 (shell-prompt-pattern, shell-completion-fignore): Doc fix.
9931
9932 * bookmark.el (bookmark-bmenu-toggle-filenames): Doc fixes.
9933 * comint.el (comint-prompt-read-only):
9934 * custom.el (defcustom):
9935 * hi-lock.el (hi-lock-mode):
9936 * ibuffer.el (ibuffer-formats):
9937 * ielm.el (ielm-prompt-read-only):
9938 * novice.el (disable-command):
9939 * saveplace.el (toggle-save-place):
9940 * speedbar.el (speedbar-supported-extension-expressions):
9941 * startup.el (auto-save-list-file-prefix, init-file-user)
9942 (after-init-hook, inhibit-startup-echo-area-message):
9943 * strokes.el (strokes-help):
9944 * time-stamp.el (time-stamp):
9945 * calendar/calendar.el (calendar, diary-file):
9946 * calendar/diary-lib.el (diary-mail-entries, diary)
9947 (diary-list-entries-hook):
9948 * calendar/holidays.el (holidays, calendar-holidays):
9949 * calendar/lunar.el (lunar-phases):
9950 * calendar/solar.el (sunrise-sunset):
9951 * emulation/edt.el (edt-load-keys):
9952 * emulation/viper.el (viper-mode):
9953 * eshell/em-alias.el (eshell-command-aliases-list):
9954 * eshell/esh-util.el (eshell-convert-numeric-arguments):
9955 * international/ogonek.el (ogonek-information):
9956 * net/tramp-cmds.el (tramp-bug):
9957 * net/quickurl.el (quickurl-reread-hook-postfix):
9958 * play/decipher.el (decipher-font-lock-keywords):
9959 * progmodes/cc-styles.el (c-set-style):
9960 * progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
9961 * progmodes/inf-lisp.el (inferior-lisp-prompt):
9962 * progmodes/octave-mod.el (octave-mode):
9963 * progmodes/sql.el (sql-mode, sql-interactive-mode, sql-password):
9964 * progmodes/verilog-mode.el (verilog-read-defines):
9965 * textmodes/two-column.el (2C-mode): Likewise.
9966
9967 2012-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
9968
9969 * mail/mailabbrev.el (mail-abbrev-expand-hook): Work for a mail aliasee
9970 that holds many addresses.
9971
9972 2012-09-16 Chong Yidong <cyd@gnu.org>
9973
9974 * align.el (align-areas): Call the indication function with
9975 positions instead of markers for arguments (Bug#12343).
9976
9977 * files.el (parse-colon-path): Use split-string (Bug#12351).
9978
9979 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
9980 (display-buffer-function): Mark as obsolete.
9981
9982 * progmodes/compile.el (compilation-parse-errors): Accept list
9983 values similar to font-lock-keywords (Bug#12136).
9984 Suggested by Oleksandr Manzyuk.
9985 (compilation-error-regexp-alist): Doc fix.
9986
9987 2012-09-15 Glenn Morris <rgm@gnu.org>
9988
9989 * version.el (emacs-bzr-version-bzr): New function.
9990 (emacs-bzr-get-version): Add optional EXTERNAL argument.
9991
9992 * vc/vc-bzr.el (vc-bzr-working-revision): For lightweight local
9993 checkouts, check the parent dirstate matches the branch.
9994 Add "--tree" to "bzr revno" arguments. Don't try to shorten the
9995 empty string.
9996
9997 * version.el (emacs-bzr-version): Doc fix.
9998 (emacs-bzr-version-dirstate): New function.
9999 (emacs-bzr-get-version): For lightweight checkouts, if the parent
10000 is local try and check that it matches the branch. If not, just
10001 use dirstate information. (Bug#12441)
10002
10003 2012-09-14 Juri Linkov <juri@jurta.org>
10004
10005 * dired-aux.el (dired-do-chmod): Use `eq' to detect empty input.
10006 (Bug#12399)
10007
10008 2012-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
10009
10010 * emacs-lisp/advice.el (ad-prognify): Remove, use macroexp-progn.
10011
10012 * emacs-lisp/edebug.el: Miscellaneous cleanup.
10013 Remove obsolete byte-compiler hack that tried to silence some warnings.
10014 (edebug-submit-bug-report): Remove.
10015 (edebug-get-buffer-window, edebug-sit-for, edebug-input-pending-p):
10016 Remove aliases, use the un-prefixed name instead.
10017 (edebug-pop-to-buffer): Consider other frames.
10018 (edebug-original-read):: Make it more obvious that it's always defined.
10019 (edebug--make-form-data-entry, edebug--form-data-name)
10020 (edebug--form-data-begin, edebug--form-data-end): Rename from the
10021 single-dashed name, and implement with cl-defstruct.
10022 (edebug-set-form-data-entry): Use the standard accessors.
10023 (edebug-make-top-form-data-entry): Use push.
10024 (edebug-no-match): Drop useless `funcall'.
10025 (mapcar, mapconcat, mapatoms, apply, funcall): Don't add debug specs
10026 to functions.
10027 (defsubst, dont-compile, eval-when-compile, eval-and-compile)
10028 (delay-mode-hooks, with-temp-file, with-temp-message, ad-dolist)
10029 (with-syntax-table, push, pop, 1value, noreturn, defadvice)
10030 (easy-menu-define, with-custom-print): Remove redundant specs.
10031 (edebug-outside-overriding-local-map)
10032 (edebug-outside-overriding-terminal-local-map): Remove, unused.
10033 (edebug--display): Bind unread-command-events directly to nil rather
10034 than binding it to unread-command-events and later setting it to nil.
10035 (edebug--display): Kill edebug-eval-buffer here...
10036 (edebug--recursive-edit): ...rather than here.
10037 Bind standard-output and standard-input.
10038 (edebug-eval): Check cl-macroexpand-all is fboundp.
10039 (edebug-temp-display-freq-count): Fix last change.
10040
10041 * emacs-lisp/easymenu.el (easy-menu-define): Add `debug' spec.
10042 * subr.el (noreturn, 1value): Add `debug' spec.
10043 * emacs-lisp/advice.el: Require cl-lib.
10044 (ad-copy-tree): Remove, use copy-tree instead.
10045 (ad-dolist): Remove use dolist or cl-dolist instead.
10046 (ad-do-return): Remove, use cl-return instead.
10047 (defadvice): Add `debug' spec.
10048
10049 2012-09-13 Juri Linkov <juri@jurta.org>
10050
10051 * dired-aux.el (dired-do-chxxx): Use `eq' to detect empty input.
10052 (Bug#12399)
10053
10054 2012-09-13 Glenn Morris <rgm@gnu.org>
10055
10056 * calc/calc.el (math-compose-expr):
10057 * calc/calc-ext.el (math-compose-expr):
10058 * progmodes/cc-defs.el (cl-macroexpand-all):
10059 * progmodes/cc-langs.el (delete-duplicates, mapcan)
10060 (cl-macroexpand-all): Update declarations.
10061
10062 * vc/vc.el: No need to require ediff.
10063 (ediff-load-version-control): Declare.
10064 (ediff-vc-internal): Fix declaration.
10065 (vc-version-ediff): Require ediff.
10066
10067 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
10068
10069 Use a more backwards-compatible timer format (Bug#12430).
10070 * emacs-lisp/timer.el (timer): PSECS is now at the end, rather than
10071 being right after USECS, as that better supports old code that
10072 inadvisedly looked directly at the timer vector.
10073
10074 2012-09-13 Kenichi Handa <handa@gnu.org>
10075
10076 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10077 ("Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to
10078 `coding-priority' property of these language environment.
10079
10080 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
10081
10082 Fix glitches caused by addition of psec to timers (Bug#12430).
10083 * image.el (image-animate-timer):
10084 * time.el (display-time-world-timer):
10085 Use timer--function and timer--args rather than raw access to
10086 timer vector.
10087
10088 2012-09-13 Glenn Morris <rgm@gnu.org>
10089
10090 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
10091 If not compiling a file, try using load-file-name.
10092
10093 2012-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
10094
10095 * emacs-lisp/edebug.el (edebug-outside-unread-command-events):
10096 Fix last change.
10097 (edebug-update-eval-list): Use `push'.
10098
10099 * emacs-lisp/edebug.el: Use lexical-binding.
10100 Remove the "edebug-" prefix from non-dynamically-scoped variables.
10101 Mark unused args with underscore.
10102 (edebug-save-restriction, edebug-outside-excursion): Use `declare'.
10103 (edebug-form-data): Use defvar-local.
10104 (edebug-make-before-and-after-form, edebug-make-after-form):
10105 Use backquote.
10106 (edebug-args, edebug-value, edebug-after-index, edebug-arg-mode):
10107 Not dynamically scoped any more.
10108 (edebug--enter-trace): Add arguments `function' and `args'.
10109 Rename from edebug-enter-trace.
10110 (edebug-enter): Call it accordingly. Bind edebug-function explicitly.
10111 (edebug--update-coverage): Add `after-index' and `value' args.
10112 Rename from edebug-update-coverage.
10113 (edebug-slow-after): Call it accordingly.
10114 (edebug--recursive-edit): Add arg `arg-mode'. Rename from
10115 edebug-recursive-edit.
10116 (edebug--display): Call it accordingly. Add args `value',
10117 `offset-index', and `arg-mode'. Rename from edebug-display.
10118 (edebug-debugger, edebug): Call it accordingly.
10119 (edebug-eval-display-list): Use dolist.
10120
10121 2012-09-12 Juri Linkov <juri@jurta.org>
10122
10123 * info.el (Info-search): Don't check for isearch-mode and
10124 isearch-regexp before let-binding search-spaces-regexp to
10125 Info-search-whitespace-regexp.
10126 (Info-isearch-search): Let-bind Info-search-whitespace-regexp to
10127 search-whitespace-regexp if isearch-lax-whitespace or
10128 isearch-regexp-lax-whitespace is non-nil.
10129 (Info-mode): Don't set local variable search-whitespace-regexp.
10130 http://lists.gnu.org/archive/html/emacs-devel/2012-08/msg00811.html
10131
10132 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10133
10134 * emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
10135 (debugger-env-macro): Remove support for unread-command-char.
10136
10137 * subr.el (set-temporary-overlay-map): Minimize slightly the impact of
10138 the temporary map re-appearing on emulation-mode-map-alists.
10139
10140 * emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
10141 since 22.1.
10142
10143 * ehelp.el (with-electric-help): Accept functions in
10144 electric-help-form-to-execute.
10145 (electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
10146 And replace unread-command-char -> unread-command-events.
10147
10148 2012-09-12 Michael Albinus <michael.albinus@gmx.de>
10149
10150 Sync with Tramp 2.2.6.
10151
10152 * net/tramp.el (tramp-accept-process-output): Don't use
10153 JUST-THIS-ONE in the XEmacs case.
10154
10155 * net/trampver.el: Update release number.
10156
10157 2012-09-12 Martin Rudalics <rudalics@gmx.at>
10158
10159 * emacs-lisp/debug.el (debugger-previous-window-height):
10160 New variable.
10161 (debug): When debugger-jumping-flag is non-nil try to restore
10162 height of debugger window. (Bug#8789)
10163
10164 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
10165
10166 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
10167 overriding-local-map and pre/post-command-hook here.
10168 (edebug-recursive-edit): Do it here instead (bug#12345).
10169 (edebug-outside-unread-command-char): Remove all uses of
10170 unread-command-char.
10171
10172 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
10173 inhibit-debugger is bound instead.
10174
10175 2012-09-11 Bastien Guerry <bzg@gnu.org>
10176
10177 * subr.el (set-temporary-overlay-map): Add a docstring.
10178 (Bug#12346)
10179
10180 2012-09-11 Bastien Guerry <bzg@gnu.org>
10181
10182 * minibuffer.el (completion-table-subvert): Fix docstring.
10183 (Bug#12347)
10184
10185 2012-09-11 Bastien Guerry <bzg@gnu.org>
10186
10187 * help-fns.el (describe-variable): Fix typo. (Bug#12346)
10188
10189 2012-09-10 Michael R. Mauger <mmaug@yahoo.com>
10190
10191 * progmodes/sql.el: Version 3.1
10192 (sql-db2-escape-newlines): New variable.
10193 (sql-escape-newlines-filter): Use it.
10194
10195 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
10196
10197 * custom.el (custom-theme-load-confirm): Remove unneeded assignment.
10198
10199 2012-09-10 Dan Nicolaescu <dann@gnu.org>
10200
10201 * vc/diff-mode.el (diff-mode-menu):
10202 Bind diff-remove-trailing-whitespace.
10203
10204 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
10205
10206 * emacs-lisp/lisp-mode.el (emacs-list-byte-code-comment-re): New var.
10207 (emacs-lisp-byte-code-comment, emacs-lisp-byte-code-syntax-propertize)
10208 (emacs-lisp-byte-code-mode): New functions.
10209 (eval-sexp-add-defvars): Don't skip defvars in column >0.
10210 (eval-defun-2): Remove bogus interactive spec.
10211 (lisp-indent-line): Remove redundant whole-exp code, now done in
10212 indent-according-to-mode.
10213 (save-match-data): Remove redundant indent data.
10214
10215 * emacs-lisp/benchmark.el (benchmark-run, benchmark-run-compiled):
10216 Use `declare'.
10217
10218 2012-09-09 Juri Linkov <juri@jurta.org>
10219
10220 * replace.el (replace-regexp-lax-whitespace): New defcustom.
10221 (replace-lax-whitespace, query-replace-regexp)
10222 (query-replace-regexp-eval, replace-regexp): Doc fix.
10223 (perform-replace, replace-highlight): Let-bind
10224 isearch-lax-whitespace to replace-lax-whitespace and
10225 isearch-regexp-lax-whitespace to replace-regexp-lax-whitespace.
10226
10227 * isearch.el (isearch-query-replace): Let-bind
10228 replace-lax-whitespace to isearch-lax-whitespace and
10229 replace-regexp-lax-whitespace to
10230 isearch-regexp-lax-whitespace. (Bug#10885)
10231
10232 2012-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
10233
10234 * eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
10235
10236 2012-09-09 Alan Mackenzie <acm@muc.de>
10237
10238 * progmodes/cc-engine.el (c-state-cache-init):
10239 Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
10240 (c-record-parse-state-state):
10241 Record c-state-semi-nonlit-pos-cache\(-limit\)?.
10242
10243 2012-09-09 Andreas Schwab <schwab@linux-m68k.org>
10244
10245 * register.el (register-separator): Rename from
10246 separator-register. All uses changed. Doc fix.
10247 (register): Fix version.
10248
10249 2012-09-09 Chong Yidong <cyd@gnu.org>
10250
10251 * replace.el (query-replace-map): Bind four new symbols for
10252 requesting window scrolling.
10253
10254 * subr.el (y-or-n-p): Handle the window-scrolling bindings in
10255 query-replace-map (Bug#8948).
10256
10257 * custom.el (custom-theme-load-confirm): Use y-or-n-p.
10258
10259 * emacs-lisp/map-ynp.el (map-y-or-n-p): Don't bind scrolling keys
10260 since they are now in query-replace-map.
10261
10262 * window.el (scroll-other-window-down): Make the arg optional.
10263
10264 2012-09-09 Chong Yidong <cyd@gnu.org>
10265
10266 * files.el (hack-local-variables-confirm): Use quit-window to kill
10267 the *Local Variables* buffer.
10268
10269 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
10270
10271 * progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,
10272 not just expect to be at its beginning. Adjust callees.
10273 Succeed when do-end block has no space before the pipe character.
10274 (ruby-brace-to-do-end): When the original block is one-liner,
10275 convert to multiline. Reindent the result.
10276
10277 2012-09-08 Jambunathan K <kjambunathan@gmail.com>
10278
10279 * register.el (register): New group.
10280 (separator-register): New user option.
10281 (increment-register): Route it to `append-to-register', if
10282 register contains text. Implication is that `C-x r +' can now be
10283 used for appending to a text register (bug#12217).
10284 (append-to-register, prepend-to-register): Add separator based on
10285 `separator-register'.
10286
10287 2012-09-08 Alan Mackenzie <acm@muc.de>
10288
10289 AWK Mode: make auto-newline work when there's "==" in the pattern.
10290 * progmodes/cc-cmds.el (c-point-syntax): Handle virtual semicolons
10291 correctly.
10292 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5A.3):
10293 Test more rigorously for "=" token.
10294
10295 2012-09-08 Dmitry Gutov <dgutov@yandex.ru>
10296
10297 * progmodes/ruby-mode.el (ruby-match-expression-expansion):
10298 Only fail when reached LIMIT.
10299
10300 2012-09-08 Chong Yidong <cyd@gnu.org>
10301
10302 * dired.el (dired-mode-map): Don't bind M-=.
10303
10304 * dired-aux.el (dired-diff): Use backup file as default.
10305
10306 2012-09-08 Drew Adams <drew.adams@oracle.com>
10307
10308 * subr.el (add-to-history): Fix delete usage (Bug#12314).
10309
10310 2012-09-08 Chong Yidong <cyd@gnu.org>
10311
10312 * subr.el (syntax-after, syntax-class): Doc fix.
10313
10314 2012-09-08 Martin Rudalics <rudalics@gmx.at>
10315
10316 * window.el (display-buffer-in-previous-window): New buffer
10317 display action function.
10318
10319 * emacs-lisp/debug.el (debugger-bury-or-kill): New option.
10320 (debugger-previous-window): New variable.
10321 (debug): Rewrite using display-buffer-in-previous-window,
10322 quit-restore-window and debugger-bury-or-kill. (Bug#8789)
10323
10324 2012-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10325
10326 * emacs-lisp/byte-run.el (defun): Tweak message. Simplify code.
10327
10328 2012-09-07 Matt McClure <mlm@aya.yale.edu> (tiny change)
10329
10330 * progmodes/python.el (python-shell-send-string):
10331 When default-directory is remote, create temp file on remote
10332 filesystem.
10333 (python-shell-send-file): When file is remote, pass local view of
10334 file paths to remote Python interpreter. (Bug#12340)
10335
10336 2012-09-07 Chong Yidong <cyd@gnu.org>
10337
10338 * window.el (switch-to-buffer): Doc fix (Bug#12181).
10339
10340 * files.el (after-find-file): Don't fail on a read-only buffer if
10341 require-final-newline is `visit' or `visit-save' (Bug#11156).
10342
10343 * subr.el (read-char-choice): Allow quitting via ESC ESC.
10344
10345 * userlock.el (ask-user-about-supersession-threat):
10346 Use read-char-choice (Bug#12093).
10347
10348 2012-09-07 Chong Yidong <cyd@gnu.org>
10349
10350 * subr.el (buffer-narrowed-p): New function.
10351
10352 * ses.el (ses-widen):
10353 * simple.el (count-words--buffer-message):
10354 * net/browse-url.el (browse-url-of-buffer): Use it.
10355
10356 * simple.el (count-words-region): Don't signal an error if there
10357 is a non-nil prefix arg and the mark is not set.
10358
10359 * help.el (describe-key-briefly): Allow the message to be seen
10360 when invoked from the minibuffer (Bug#7014).
10361
10362 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
10363
10364 * progmodes/ruby-mode.el (ruby-end-of-defun)
10365 (ruby-beginning-of-defun): Simplify, allow indentation before
10366 block beginning and end keywords.
10367 (ruby-beginning-of-defun): Only consider 3 keywords defun beginners.
10368 (ruby-end-of-defun): Expect that the point is at the beginning of
10369 the defun.
10370
10371 2012-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10372
10373 * emacs-lisp/cl-macs.el (cl--do-arglist): Understand _ on &key args
10374 (bug#12367).
10375 (cl--make-usage-args): Strip _ from argument names.
10376
10377 2012-09-06 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
10378
10379 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize): Don't use
10380 obsolete alias speedbar-key-map.
10381 (vhdl-doc-variable, vhdl-doc-mode): Use called-interactively-p.
10382 (vhdl-index-menu-init): Don't use obsolete variable
10383 font-lock-maximum-size.
10384
10385 2012-09-06 Chong Yidong <cyd@gnu.org>
10386
10387 * frame.el (window-system-version): Mark as obsolete.
10388
10389 * speedbar.el (speedbar-update-flag, speedbar-mode): Remove uses
10390 of obsolete variable speedbar-key-map.
10391
10392 2012-09-06 Juri Linkov <juri@jurta.org>
10393
10394 * replace.el (replace-lax-whitespace): New defcustom.
10395 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10396 (replace-string, replace-regexp): Mention it in docstrings.
10397 (perform-replace, replace-highlight): Let-bind
10398 isearch-lax-whitespace and isearch-regexp-lax-whitespace according
10399 to the values of replace-lax-whitespace and regexp-flag.
10400 Don't let-bind search-whitespace-regexp. (Bug#10885)
10401
10402 * isearch.el (isearch-query-replace): Let-bind
10403 replace-lax-whitespace instead of let-binding
10404 replace-search-function and replace-re-search-function.
10405 (isearch-lazy-highlight-search): Let-bind isearch-lax-whitespace
10406 and isearch-regexp-lax-whitespace to lazy-highlight variables.
10407 (isearch-toggle-symbol): Set isearch-regexp to nil
10408 in isearch-word mode (like in isearch-toggle-word).
10409
10410 2012-09-06 Juri Linkov <juri@jurta.org>
10411
10412 * replace.el (replace-search-function)
10413 (replace-re-search-function): Set default values to nil.
10414 (perform-replace): Let-bind isearch-related variables based on
10415 replace-related values, call `isearch-search-fun' and let-bind
10416 the result to `search-function'. Remove code that sets
10417 `search-function' and `search-string' separately for
10418 `delimited-flag'.
10419 (replace-highlight): Add new argument `delimited-flag' and
10420 rename other arguments to the names used in `perform-replace'.
10421 Let-bind `isearch-word' to the argument `delimited-flag'.
10422 (Bug#10885, bug#10887)
10423
10424 2012-09-07 Dmitry Gutov <dgutov@yandex.ru>
10425
10426 * progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from
10427 ruby-beginning-of-indent, simplify, allow all keywords to have
10428 indentation before them.
10429 (ruby-beginning-of-indent): Adjust for above. Search until the
10430 found point is not inside a string or comment.
10431 (ruby-font-lock-keywords): Allow symbols to start with "@"
10432 character, give them higher priority than variables.
10433 (ruby-syntax-propertize-function)
10434 (ruby-font-lock-syntactic-keywords): Remove the "not comments"
10435 matchers. Expression expansions are not comments when inside a
10436 string, and there comment syntax status is irrelevant.
10437 (ruby-match-expression-expansion): New function. Check that
10438 expression expansion is inside a string, and it's not escaped.
10439 (ruby-font-lock-keywords): Use it.
10440
10441 2012-09-05 Martin Rudalics <rudalics@gmx.at>
10442
10443 * help.el (temp-buffer-max-height): New default value.
10444 (temp-buffer-resize-frames): New option.
10445 (resize-temp-buffer-window): Optionally resize frame.
10446
10447 * window.el (fit-frame-to-buffer-bottom-margin): New option.
10448 (fit-frame-to-buffer): New function.
10449
10450 2012-09-05 Glenn Morris <rgm@gnu.org>
10451
10452 * emulation/cua-rect.el (cua--init-rectangles):
10453 * textmodes/picture.el (picture-mode-map):
10454 * play/blackbox.el (blackbox-mode-map): Remap right-char and left-char
10455 like forward-char and backward-char. (Bug#12317)
10456
10457 2012-09-05 Leo Liu <sdl.web@gmail.com>
10458
10459 * progmodes/flymake.el (flymake-warning-re): New variable.
10460 (flymake-parse-line): Use it.
10461
10462 2012-09-05 Glenn Morris <rgm@gnu.org>
10463
10464 * calendar/holidays.el (holiday-christian-holidays):
10465 Rename an entry. (Bug#12289)
10466
10467 2012-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
10468
10469 * progmodes/sh-script.el (sh-font-lock-paren): Don't burp at BOB
10470 (bug#12222).
10471
10472 2012-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
10473
10474 * loadup.el: Load macroexp. Remove hack.
10475 * emacs-lisp/macroexp.el (macroexp--eval-if-compile): New function.
10476 (macroexp--expand-all): Use it to get better warnings.
10477 (macroexp--backtrace, macroexp--trim-backtrace-frame)
10478 (internal-macroexpand-for-load): New functions.
10479 (macroexp--pending-eager-loads): New var.
10480 (emacs-startup-hook): New hack to replace one in loadup.el.
10481 * emacs-lisp/cl-macs.el (cl--compiler-macro-list*)
10482 (cl--compiler-macro-cXXr): Move to top, before they can be used.
10483 (cl-psetf): Simplify.
10484 (cl-defstruct): Add indent rule.
10485
10486 2012-09-04 Lars Ingebrigtsen <larsi@gnus.org>
10487
10488 * mail/smtpmail.el (smtpmail-send-it): Prefer the From: header
10489 over `user-mail-address' for the SMTP MAIL FROM envelope.
10490 (smtpmail-via-smtp): Ditto.
10491
10492 2012-09-04 Dmitry Gutov <dgutov@yandex.ru>
10493
10494 * progmodes/ruby-mode.el: Clean up keybindings.
10495 (ruby-mode-map): Don't bind ruby-electric-brace,
10496 ruby-beginning-of-defun, ruby-end-of-defun, ruby-mark-defun,
10497 backward-kill-word, reindent-then-newline-and-indent.
10498 (ruby-mark-defun): Remove.
10499 (ruby-electric-brace): Remove. Obsoleted by electric-indent-chars.
10500 (ruby-mode): Set local beginning-of-defun-function and
10501 end-of-defun-function values.
10502
10503 2012-09-03 Martin Rudalics <rudalics@gmx.at>
10504
10505 * window.el (temp-buffer-window-setup-hook)
10506 (temp-buffer-window-show-hook): New hooks.
10507 (temp-buffer-window-setup, temp-buffer-window-show)
10508 (with-temp-buffer-window): New functions.
10509 (fit-window-to-buffer): Remove unused optional argument OVERRIDE.
10510 (special-display-popup-frame): Make sure the window used shows BUFFER.
10511
10512 * help.el (temp-buffer-resize-mode): Fix doc-string.
10513 (resize-temp-buffer-window): New optional argument WINDOW.
10514
10515 * files.el (recover-file, save-buffers-kill-emacs):
10516 * dired.el (dired-mark-pop-up): Use with-temp-buffer-window.
10517
10518 2012-09-02 Michael Albinus <michael.albinus@gmx.de>
10519
10520 * eshell/em-unix.el (eshell/sudo): When we have an ad-hoc
10521 remote definition of `default-directory', ensure we can connect.
10522
10523 2012-09-02 Juri Linkov <juri@jurta.org>
10524
10525 Toggle whitespace matching mode with M-s SPC.
10526 http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00008.html
10527
10528 * isearch.el (search-whitespace-regexp): Doc fix.
10529 Remove cons cell customization.
10530 (isearch-mode-map): Bind "\M-s " to isearch-toggle-lax-whitespace.
10531 (isearch-lax-whitespace, isearch-regexp-lax-whitespace):
10532 New variables.
10533 (isearch-forward, isearch-forward-regexp): Doc fix.
10534 (isearch-toggle-lax-whitespace): New command.
10535 (search-forward-lax-whitespace, search-backward-lax-whitespace)
10536 (re-search-forward-lax-whitespace)
10537 (re-search-backward-lax-whitespace): New functions.
10538 (isearch-whitespace-regexp): Remove function.
10539 (isearch-query-replace): Let-bind replace-search-function and
10540 replace-re-search-function.
10541 (isearch-occur): Let-bind search-spaces-regexp according to the
10542 value of isearch-lax-whitespace and isearch-regexp-lax-whitespace.
10543 (isearch-quote-char): Check isearch-regexp-lax-whitespace in the
10544 condition for C-q SPC.
10545 (isearch-search-fun-default): Use new functions mentioned above.
10546 (isearch-search-forward, isearch-search-backward): Remove functions.
10547 (isearch-search): Don't let-bind search-spaces-regexp.
10548 (isearch-lazy-highlight-space-regexp): Remove variable.
10549 (isearch-lazy-highlight-lax-whitespace)
10550 (isearch-lazy-highlight-regexp-lax-whitespace): New variables.
10551 (isearch-lazy-highlight-new-loop): Use them.
10552 (isearch-lazy-highlight-search): Don't let-bind search-spaces-regexp.
10553
10554 2012-09-02 Chong Yidong <cyd@gnu.org>
10555
10556 * dired.el (dired-mode-map): Menu string fixes (Bug#11616).
10557
10558 2012-09-02 Glenn Morris <rgm@gnu.org>
10559
10560 * simple.el (undo): Tweak message in undo-only case. (Bug#12283)
10561
10562 2012-09-01 Glenn Morris <rgm@gnu.org>
10563
10564 * term.el: Tidy up menu definitions.
10565 (term-mode-map): Use easymenu for In/Out, Complete menus.
10566 (term-pager-break-map): Initialize in the defvar.
10567 (term-terminal-menu, term-signals-menu): Define with easymenu.
10568 (term-terminal-menu): Also show it in line-mode. (Bug#11957)
10569 (term-pager-menu): New, extracted from term-process-pager.
10570 (term-mode, term-char-mode, term-process-pager): Use easymenu-add.
10571 (term-update-mode-line): Propertize line/char and page items.
10572 (term-process-pager): Move keymap initialization elsewhere.
10573
10574 2012-09-01 Martin Rudalics <rudalics@gmx.at>
10575
10576 * window.el (switch-to-prev-buffer): Handle additional values of
10577 BURY-OR-KILL argument. Don't switch in minibuffer window.
10578 (switch-to-next-buffer): Don't switch in minibuffer window.
10579 (quit-restore-window): New function based on quit-window.
10580 Handle additional values of former KILL argument.
10581 (quit-window): Call quit-restore-window with appropriate
10582 interpretation of KILL argument.
10583 (display-buffer-below-selected): New buffer display action
10584 function.
10585
10586 2012-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10587
10588 * minibuffer.el (completion-at-point-functions): Complete docstring
10589 (bug#12254).
10590
10591 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
10592
10593 Better seed support for (random).
10594 * play/5x5.el, play/animate.el, play/cookie1.el, play/dissociate.el:
10595 * play/doctor.el, play/dunnet.el, play/gomoku.el, play/landmark.el:
10596 * play/mpuz.el, play/tetris.el, play/zone.el:
10597 * calc/calc-comb.el (math-init-random-base):
10598 * play/blackbox.el (bb-init-board):
10599 * play/life.el (life):
10600 * server.el (server-use-tcp):
10601 * type-break.el (type-break):
10602 Remove unnecessary call to (random t).
10603 * net/sasl.el (sasl-unique-id-function):
10604 Change (random t) to (random), now that the latter is more random.
10605 * play/life.el (life-initialized): Remove no-longer-needed var.
10606
10607 2012-08-31 Alp Aker <alp.tekin.aker@gmail.com>
10608
10609 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
10610 Consider frame's buffer predicate when choosing the buffer.
10611 (Bug#12081)
10612
10613 2012-08-30 Richard Stallman <rms@gnu.org>
10614
10615 * simple.el (special-mode-map): Delete binding for `z'.
10616
10617 2012-08-30 Andreas Schwab <schwab@linux-m68k.org>
10618
10619 * progmodes/compile.el (compilation-always-kill): Doc fix.
10620
10621 2012-08-30 Chong Yidong <cyd@gnu.org>
10622
10623 * window.el (display-buffer-reuse-frames): Make the obsolescence
10624 message more informative.
10625
10626 2012-08-30 Glenn Morris <rgm@gnu.org>
10627
10628 * paren.el (show-paren-delay):
10629 Add a :set function. Doc fix. (Bug#12297)
10630
10631 2012-08-29 Martin Blais <blais@furius.ca> (tiny change)
10632
10633 * progmodes/compile.el (compilation-always-kill): New var.
10634 (compilation-start): Use it.
10635
10636 2012-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10637
10638 * simple.el (read-only-mode): Move from files.el for bootstrapping.
10639 * files.el (read-only-mode): Move to simple.el.
10640
10641 * files.el (read-only-mode): New minor mode.
10642 (toggle-read-only): Use it and mark obsolete.
10643 (find-file--read-only):
10644 * vc/vc.el (vc-next-action, vc-checkout):
10645 * vc/vc-cvs.el (vc-cvs-checkout):
10646 * obsolete/vc-mcvs.el (vc-mcvs-update):
10647 * ffap.el (ffap--toggle-read-only): Update callers.
10648
10649 2012-08-29 Michael Albinus <michael.albinus@gmx.de>
10650
10651 * eshell/esh-ext.el (eshell-external-command): Do not examine
10652 remote shell scripts.
10653 See <https://bugs.launchpad.net/ubuntu/+source/emacs23/+bug/1035790>.
10654
10655 * net/tramp-sh.el (tramp-remote-path): Add "/sbin" and
10656 "/usr/local/sbin".
10657
10658 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10659
10660 * emacs-lisp/cl-lib.el (buffer-string): Fix setter macro (bug#12293).
10661
10662 2012-08-28 Leo Liu <sdl.web@gmail.com>
10663
10664 * progmodes/sh-script.el (sh-dynamic-complete-functions): Adapt to
10665 completion-at-point. (Bug#12220)
10666
10667 * skeleton.el (skeleton-untabify): Change to nil (bug#12223).
10668
10669 * progmodes/sh-script.el (sh-indent-comment): Change to t (bug#12267).
10670
10671 2012-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10672
10673 * files.el (safe-local-eval-forms): Fix before-save-hook entry to
10674 be buffer-local; add delete-trailing-whitespace (bug#12259).
10675
10676 2012-08-28 Jeremy Moore <jmoore@ieee.org> (tiny change)
10677
10678 * progmodes/hideif.el (hif-compress-define-list):
10679 Fix typo. (Bug#11951)
10680
10681 2012-08-28 Dan Nicolaescu <dann@gnu.org>
10682
10683 * progmodes/hideshow.el (hs-block-end-regexp): Restore lost
10684 buffer local setting.
10685
10686 * net/rcirc.el (rcirc-split-message): Fix for buffer-local
10687 rcirc-encode-coding-system.
10688
10689 2012-08-28 Leo Liu <sdl.web@gmail.com>
10690
10691 * net/rcirc.el (rcirc-split-message): New function.
10692 (rcirc-send-message): Use it. (Bug#12051)
10693
10694 2012-08-28 Juri Linkov <juri@jurta.org>
10695
10696 * info.el (Info-fontify-node): Hide empty lines at the end of
10697 the node. (Bug#12272)
10698
10699 2012-08-27 Drew Adams <drew.adams@oracle.com>
10700
10701 * dired.el (dired-pop-to-buffer): Make window start at beginning
10702 of buffer (Bug#12281).
10703
10704 2012-08-26 Chong Yidong <cyd@gnu.org>
10705
10706 * window.el (special-display-regexps, special-display-frame-alist)
10707 (special-display-buffer-names, special-display-function)
10708 (display-buffer-reuse-frames): Mark as obsolete.
10709
10710 * progmodes/compile.el: Don't use display-buffer-reuse-frames.
10711
10712 * help.el (help-print-return-message): Don't treat
10713 display-buffer-reuse-frames specially.
10714
10715 2012-08-26 Chong Yidong <cyd@gnu.org>
10716
10717 * progmodes/gdb-mi.el (gdb-display-buffer-other-frame-action):
10718 New variable, replacing gdb-frame-parameters.
10719 (gdb-frame-io-buffer, gdb-frame-breakpoints-buffer)
10720 (gdb-frame-threads-buffer, gdb-frame-memory-buffer)
10721 (gdb-frame-disassembly-buffer, gdb-frame-stack-buffer)
10722 (gdb-frame-locals-buffer, gdb-frame-registers-buffer): Use it.
10723 (def-gdb-frame-for-buffer): Macro deleted. It is easier to define
10724 the functions directly with gdb-display-buffer-other-frame-action.
10725 (gdb-display-breakpoints-buffer, gdb-display-threads-buffer)
10726 (gdb-display-memory-buffer, gdb-display-disassembly-buffer)
10727 (gdb-display-stack-buffer, gdb-display-locals-buffer)
10728 (gdb-display-registers-buffer): Define directly.
10729 (def-gdb-display-buffer): Macro deleted.
10730 (gdb-display-buffer): Remove second and third args, callers don't
10731 use them. Defer to the default display-buffer behavior, apart
10732 from making windows dedicated.
10733 (gdb-setup-windows): Don't call display-buffer unnecessarily.
10734
10735 * progmodes/gud.el (gud-display-line): Just use display-buffer.
10736
10737 * window.el (display-buffer-pop-up-frame): Handle a
10738 pop-up-frame-parameters alist entry.
10739 (display-buffer): Document it.
10740
10741 2012-08-26 Chong Yidong <cyd@gnu.org>
10742
10743 * isearch.el (search-whitespace-regexp): Make string and nil
10744 values apply to both ordinary and regexp search. Allow a cons
10745 cell value to distinguish between the two.
10746 (isearch-whitespace-regexp, isearch-search-forward)
10747 (isearch-search-backward): New functions.
10748 (isearch-occur, isearch-search-fun-default, isearch-search)
10749 (isearch-lazy-highlight-new-loop): Use them.
10750 (isearch-forward, isearch-forward-regexp): Doc fix.
10751
10752 2012-08-26 Chong Yidong <cyd@gnu.org>
10753
10754 * faces.el (help-argument-name): Always inherit from italic
10755 (Bug#12213).
10756
10757 2012-08-25 Martin Rudalics <rudalics@gmx.at>
10758
10759 * window.el (window--even-window-heights): Even heights when
10760 WINDOW and the selected window form a vertical combination.
10761 (display-buffer-use-some-window): Provide that window used gets
10762 sized back by quit-window. (Bug#11880) and (Bug#12091)
10763
10764 2012-08-24 Paul Eggert <eggert@cs.ucla.edu>
10765
10766 Fix file time stamp problem with bzr and CVS (Bug#12001).
10767 * vc/vc-cvs.el (vc-cvs-parse-entry): Ignore subsecond information
10768 in the file's time stamp, since the version control system loses
10769 that information.
10770
10771 2012-08-22 Juri Linkov <juri@jurta.org>
10772
10773 * info.el (Info-fontify-node): Hide the suffix of the
10774 Info file name in the header line. (Bug#12187)
10775
10776 2012-08-22 Glenn Morris <rgm@gnu.org>
10777
10778 * calendar/cal-tex.el (cal-tex-weekly-common):
10779 Restore leading blank page.
10780
10781 2012-08-22 Le Wang <l26wang@gmail.com>
10782
10783 * misc.el (forward-to-word, backward-to-word): Activate or extend
10784 the region under `shift-select-mode'. (Bug#12231)
10785
10786 2012-08-22 Bastien Guerry <bzg@gnu.org>
10787
10788 * progmodes/executable.el (executable-prefix): Set to "#!" instead
10789 of "#! ". http://www.in-ulm.de/~mascheck/various/shebang/#details
10790 gives details on why the space is never needed.
10791
10792 2012-08-22 Martin Rudalics <rudalics@gmx.at>
10793
10794 * window.el (walk-window-tree, window-with-parameter):
10795 New optional argument MINIBUF to control whether these functions
10796 should run on the minibuffer window.
10797 (window-at-side-list): Don't operate on minibuffer window.
10798 (window-in-direction): Simplify and rewrite doc-string.
10799 (window--size-ignore): Rename to window--size-ignore-p.
10800 Update callers.
10801 (display-buffer-in-atom-window, window--major-non-side-window)
10802 (window--major-side-window, display-buffer-in-major-side-window)
10803 (delete-side-window, display-buffer-in-side-window):
10804 New functions.
10805 (window--side-check, window-deletable-p, delete-window)
10806 (delete-other-windows, split-window): Handle side windows and
10807 atomic windows appropriately.
10808 (window--display-buffer): Call display-buffer-record-window also
10809 when the window buffer did not change.
10810
10811 2012-08-22 Christopher Schmidt <christopher@ch.ristopher.com>
10812
10813 * help-fns.el (help-fns--key-bindings):
10814 Abbreviate non-symbol remap targets. (Bug#12174)
10815
10816 2012-08-22 Martin Rudalics <rudalics@gmx.at>
10817
10818 * dired.el (dired-mark-remembered): Don't clobber point.
10819 (Bug#11795)
10820
10821 2012-08-22 Glenn Morris <rgm@gnu.org>
10822
10823 * progmodes/bug-reference.el (bug-reference): New custom group.
10824 (bug-reference-bug-regexp): Make it a defcustom.
10825
10826 2012-08-22 Daiki Ueno <ueno@unixuser.org>
10827
10828 * progmodes/js.el (js-indent-level, js-expr-indent-offset)
10829 (js-paren-indent-offset, js-square-indent-offset)
10830 (js-curly-indent-offset): Add :safe (Bug#12257).
10831
10832 2012-08-22 Edward O'Connor <hober0@gmail.com>
10833
10834 * json.el (json-key-format): Add error properties.
10835 (json-encode-key): New function.
10836 (json-encode-hash-table, json-encode-alist, json-encode-plist):
10837 Use json-encode-key.
10838
10839 2012-08-22 Glenn Morris <rgm@gnu.org>
10840
10841 * calendar/cal-tex.el (cal-tex-longday): New function, replacing...
10842 (cal-tex-leftday, cal-tex-rightday): Remove functions.
10843 (cal-tex-weekly-common, cal-tex-cursor-filofax-2week):
10844 Update for above change.
10845
10846 2012-08-21 Andreas Schwab <schwab@linux-m68k.org>
10847
10848 * cus-face.el (custom-face-attributes): Fix customize type for the
10849 :underline attribute. (Bug#11805)
10850
10851 2012-08-21 Martin Rudalics <rudalics@gmx.at>
10852
10853 * window.el (window-point-1, set-window-point-1): Remove.
10854 (window-in-direction, record-window-buffer)
10855 (set-window-buffer-start-and-point, split-window-below)
10856 (window--state-get-1, display-buffer-record-window):
10857 Replace calls to window-point-1 and set-window-point-1 by calls to
10858 window-point and set-window-point respectively.
10859
10860 2012-08-21 Glenn Morris <rgm@gnu.org>
10861
10862 * calendar/cal-tex.el (cal-tex-weekly-common): New function.
10863 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week):
10864 Use it.
10865
10866 * calendar/cal-tex.el (cal-tex-rightday): Add optional funcname arg.
10867 (cal-tex-shortday): New function.
10868 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-week)
10869 (cal-tex-cursor-filofax-daily): Use the above.
10870
10871 * calendar/cal-tex.el (cal-tex-leftday, cal-tex-rightday):
10872 New functions.
10873 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
10874 (cal-tex-cursor-filofax-week): Use them.
10875
10876 * calendar/cal-tex.el (cal-tex-lefthead, cal-tex-righthead):
10877 New constants.
10878 (cal-tex-cursor-week-at-a-glance, cal-tex-cursor-filofax-2week)
10879 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use them.
10880
10881 * calendar/cal-tex.el (cal-tex-preamble): Generate new buffers.
10882 (cal-tex-end-document): Don't rely on buffer name.
10883
10884 * calendar/cal-tex.el (cal-tex-cursor-filofax-year):
10885 Use cal-tex-vspace.
10886 (cal-tex-vspace, cal-tex-hspace, cal-tex-em, cal-tex-bf)
10887 (cal-tex-Huge-bf, cal-tex-large-bf): Use cal-tex-cmd.
10888 (cal-tex-scriptsize, cal-tex-huge, cal-tex-Huge, cal-tex-large):
10889 Use cal-tex-arg.
10890
10891 * calendar/cal-tex.el (cal-tex-cursor-filofax-year)
10892 (cal-tex-cursor-week, cal-tex-cursor-week2)
10893 (cal-tex-cursor-week-iso, cal-tex-cursor-week-at-a-glance)
10894 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10895 (cal-tex-cursor-filofax-daily, cal-tex-cursor-day)
10896 (cal-tex-insert-preamble, cal-tex-b-document)
10897 (cal-tex-e-document, cal-tex-b-center, cal-tex-e-center):
10898 Improve cal-tex-cmd usage.
10899
10900 * calendar/cal-tex.el (cal-tex-filofax-paper): New function.
10901 (cal-tex-cursor-filofax-year, cal-tex-cursor-filofax-2week)
10902 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily): Use it.
10903 (cal-tex-weekly-paper): New function.
10904 (cal-tex-cursor-week, cal-tex-cursor-week2)
10905 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
10906 (cal-tex-cursor-day): Use it.
10907
10908 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance)
10909 (cal-tex-cursor-filofax-week): Remove leading blank page.
10910
10911 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
10912 Add autoload cookie. For now at least, don't use color, since
10913 no other cal-tex function does.
10914
10915 * calendar/cal-tex.el (cal-tex-cursor-week-iso)
10916 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10917 (cal-tex-cursor-filofax-daily): Correct start date for diary entries.
10918
10919 2012-08-21 Juri Linkov <juri@jurta.org>
10920
10921 * info.el (Info-file-attributes): New variable.
10922 (info-insert-file-contents): Add file attributes to
10923 `Info-file-attributes'. Clear the caches `Info-index-nodes' and
10924 `Info-toc-nodes' when previous modtime of the Info file is less
10925 than new modtime.
10926 (Info-toc-nodes, Info-index-nodes): Move definitions up to the top
10927 of info.el. (Bug#12230)
10928
10929 2012-08-20 Glenn Morris <rgm@gnu.org>
10930
10931 * calendar/diary-lib.el (diary-include-files, diary-sexp-entry):
10932 * calendar/holidays.el (calendar-holiday-list):
10933 Report errors with display-warning rather than beep'n'sleep.
10934
10935 2012-08-20 Michael Albinus <michael.albinus@gmx.de>
10936
10937 * net/tramp.el (tramp-accept-process-output): Accept only output
10938 from PROC. Otherwise, process filters and sentinels might be
10939 confused. (Bug#12145)
10940
10941 2012-08-20 Chong Yidong <cyd@gnu.org>
10942
10943 * descr-text.el (describe-text-properties-1): Use overlays-in to
10944 report on empty overlays (Bug#3322).
10945
10946 2012-08-20 Glenn Morris <rgm@gnu.org>
10947
10948 * mail/rmailout.el (rmail-output-read-file-name):
10949 Trap and report errors in rmail-output-file-alist elements.
10950
10951 * font-lock.el (font-lock-add-keywords): Doc fix (quote face names
10952 since most non-font-lock faces are not also variables).
10953
10954 2012-08-20 Edward Reingold <reingold@iit.edu>
10955
10956 * calendar/cal-tex.el (cal-tex-cursor-week-at-a-glance):
10957 New function. (Bug12160)
10958
10959 2012-08-19 Glenn Morris <rgm@gnu.org>
10960
10961 * mail/rmailout.el (rmail-output-read-file-name):
10962 Fix previous change (when the alist is nil or does not match).
10963
10964 2012-08-19 Chong Yidong <cyd@gnu.org>
10965
10966 * xml.el (xml-escape-string): Don't refer to xml-entity-alist
10967 (Bug#12228).
10968
10969 2012-08-18 Chong Yidong <cyd@gnu.org>
10970
10971 * simple.el (yank-handled-properties): New defcustom.
10972 (yank-excluded-properties): Add font-lock-face and category.
10973 (yank): Doc fix.
10974
10975 * subr.el (remove-yank-excluded-properties):
10976 Obey yank-handled-properties. The special handling of font-lock-face
10977 and category is now done this way, instead of being hard-coded.
10978 (insert-for-yank-1): Remove font-lock-face handling.
10979 (yank-handle-font-lock-face-property)
10980 (yank-handle-category-property): New function.
10981
10982 2012-08-17 Glenn Morris <rgm@gnu.org>
10983
10984 * mail/rmailout.el (rmail-output-read-file-name):
10985 Check rmail-output-file-alist against the full message body
10986 in the correct rmail buffer. (Bug#12214)
10987
10988 2012-08-17 Michael Albinus <michael.albinus@gmx.de>
10989
10990 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
10991 Eliminate superfluous prompt. (Bug#12203)
10992
10993 2012-08-17 Chong Yidong <cyd@gnu.org>
10994
10995 * mouse.el (mouse-appearance-menu): If x-select-font returns a
10996 font spec, set the font directly (Bug#3228).
10997
10998 2012-08-17 Martin Rudalics <rudalics@gmx.at>
10999
11000 * window.el (delete-window): Fix last fix.
11001
11002 2012-08-16 Martin Rudalics <rudalics@gmx.at>
11003
11004 * window.el (window-valid-p): Move to window.c.
11005 (window-child, window-child-count, window-last-child)
11006 (window-normalize-window, window-combined-p)
11007 (window-combinations, window-atom-root, window-min-size)
11008 (window-sizable, window-sizable-p, window-size-fixed-p)
11009 (window-min-delta, window-max-delta, window--resizable)
11010 (window--resizable-p, window-resizable, window-total-size)
11011 (window-full-height-p, window-full-width-p, window-body-size)
11012 (window-at-side-p, adjust-window-trailing-edge, maximize-window)
11013 (minimize-window, window-deletable-p, delete-window)
11014 (delete-other-windows, set-window-buffer-start-and-point)
11015 (next-buffer, previous-buffer, split-window, balance-windows-2)
11016 (set-window-text-height, window-buffer-height)
11017 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
11018 (truncated-partial-width-window-p): Minor code adjustments.
11019 In doc-strings state whether the argument window has to denote a
11020 live, valid or any window.
11021
11022 2012-08-16 Phil Sainty <psainty@orcon.net.nz> (tiny change)
11023
11024 * progmodes/subword.el (subword-forward-function)
11025 (subword-backward-function, subword-forward-regexp)
11026 (subword-backward-regexp): New variables.
11027 (subword-forward, subword-forward-internal, subword-backward-internal):
11028 Use new variables, eg so that different "word" definitions
11029 can be easily used. (Bug#11411)
11030
11031 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
11032
11033 * vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completion
11034 for composite selectors.
11035 * vc/vc.el (vc-diff-build-argument-list-internal): Don't prevent
11036 operation just because we can't find a previous revision.
11037
11038 2012-08-15 Chong Yidong <cyd@gnu.org>
11039
11040 * frame.el (set-frame-font): Accept font objects.
11041
11042 2012-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
11043
11044 * textmodes/tex-mode.el (tex-insert-quote): ~ is a space (bug#12137).
11045
11046 2012-08-15 Wolfgang Jenkner <wjenkner@inode.at>
11047
11048 * man.el (Man-overstrike-face, Man-underline-face)
11049 (Man-reverse-face): Remove variables.
11050 (Man-overstrike, Man-underline, Man-reverse): New faces.
11051 (Man-fontify-manpage): Use them instead of the variables.
11052 (Man-cleanup-manpage): Comment change.
11053 (Man-ansi-color-map): New variable.
11054 (Man-fontify-manpage): Use it.
11055 Call ansi-color-apply-on-region to replace ad hoc code (bug#12147).
11056
11057 Implement ANSI SGR parameters 22-27 (bug#12146).
11058 * ansi-color.el (ansi-colors): Doc fix.
11059 (ansi-color-context, ansi-color-context-region): Doc fix.
11060 (ansi-color--find-face): New function.
11061 (ansi-color-apply, ansi-color-apply-on-region): Use it.
11062 Rename the local variable `face' to `codes' since it is now a list of
11063 ansi codes. Doc fix.
11064 (ansi-color-get-face): Remove.
11065 (ansi-color-parse-sequence): New function, derived from
11066 ansi-color-get-face.
11067 (ansi-color-apply-sequence): Use it. Rewrite, and support ansi
11068 codes 22-27.
11069
11070 2012-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
11071
11072 * subr.el (read-passwd): Allow use from a minibuffer.
11073
11074 2012-08-14 Eli Zaretskii <eliz@gnu.org>
11075
11076 * tooltip.el (tooltip-identifier-from-point): Don't treat tokens
11077 inside comments and strings as identifiers.
11078
11079 * progmodes/gud.el (gud-tooltip-print-command): Quote the
11080 expression to evaluate. This allows to evaluate expressions with
11081 embedded whitespace.
11082 (gud-tooltip-tips): Add a blank before the newline in the
11083 message-box text, for the benefit of message-box emulation on
11084 MS-Windows.
11085
11086 * progmodes/gdb-mi.el (gdb-tooltip-print): Don't ignore error
11087 messages from GDB, pop them up in a tooltip to give feedback to
11088 user.
11089 (gdb-tooltip-print-1): Quote the expression to evaluate.
11090 This allows to evaluate expressions with embedded whitespace.
11091 (gdb-inferior-io--init-proc): Don't send "-inferior-tty" command
11092 if the TTY name is nil or empty (which happens when communicating
11093 with the inferior via pipes, e.g. on MS-Windows).
11094 (gdb-internals): If GDB sends a "&\n" empty debugging message,
11095 don't send that to the GUD buffer.
11096
11097 2012-08-14 Glenn Morris <rgm@gnu.org>
11098
11099 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
11100 Optimize away setq-default with no args, as for setq. (Bug#12195)
11101
11102 2012-08-14 Chong Yidong <cyd@gnu.org>
11103
11104 * minibuffer.el (read-file-name): Doc fix (Bug#10881).
11105
11106 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Doc fix
11107 (Bug#12085).
11108
11109 2012-08-14 Glenn Morris <rgm@gnu.org>
11110
11111 * emacs-lisp/bytecomp.el (byte-recompile-file): Doc fix.
11112
11113 2012-08-14 Michael Albinus <michael.albinus@gmx.de>
11114
11115 * net/tramp-sh.el (tramp-open-shell): Cache the shell name.
11116 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11117 Use cached shell name.
11118
11119 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
11120
11121 * progmodes/python.el (python-shell-send-string):
11122 (python-shell-send-setup-code): Do not use `format' with `message'.
11123
11124 2012-08-14 Dmitry Gutov <dgutov@yandex.ru>
11125
11126 * progmodes/ruby-mode.el: Improve percent literals (bug#6286).
11127 (ruby-percent-literal-beg-re): New constant.
11128 (ruby-syntax-general-delimiters-goto-beg): Rename to
11129 `ruby-syntax-enclosing-percent-literal', improve literal type check.
11130 (ruby-syntax-propertize-general-delimiters): Rename to
11131 `ruby-syntax-propertize-percent-literal', it's a shorter and more
11132 popular term. Adjust comments everywhere.
11133 (ruby-syntax-propertize-percent-literal): Only propertize when not
11134 inside a simple string or comment. When the literal is unclosed,
11135 leave the text after it unpropertized.
11136 (ruby-syntax-methods-before-regexp): New constant.
11137 (ruby-syntax-propertize-function): Use it to recognize regexps.
11138 Don't look at the text after regexp, just use the whitelist.
11139
11140 2012-08-14 Andreas Schwab <schwab@linux-m68k.org>
11141
11142 * emacs-lisp/bytecomp.el (byte-recompile-file): When LOAD is
11143 non-nil always load the compiled file if it exists. (Bug#12197)
11144
11145 2012-08-14 Chong Yidong <cyd@gnu.org>
11146
11147 * hi-lock.el (hi-lock-mode): Do not unilaterally enable font lock.
11148 (hi-lock-set-pattern): When deciding whether to use font lock or
11149 overlays, look at font-lock-mode instead of font-lock-fontified
11150 (Bug#12168).
11151 (hi-lock-mode, hi-lock-line-face-buffer, hi-lock-unface-buffer)
11152 (hi-lock-face-buffer, hi-lock-face-phrase-buffer): Doc fix.
11153
11154 2012-08-14 Daiki Ueno <ueno@unixuser.org>
11155
11156 * subr.el (internal--after-with-selected-window): Fix typo
11157 (Bug#12193).
11158
11159 2012-08-14 Fabián Ezequiel Gallina <fgallina@cuca>
11160
11161 Use `completion-table-dynamic' for completion functions.
11162 * progmodes/python.el
11163 (python-shell-completion--do-completion-at-point)
11164 (python-shell-completion--get-completions):
11165 Remove functions.
11166 (python-shell-completion-complete-at-point): New function.
11167 (python-completion-complete-at-point): Use it.
11168
11169 2012-08-13 Jambunathan K <kjambunathan@gmail.com>
11170
11171 * vc/vc-dir.el (vc-dir-hide-state): New command (bug#12159).
11172 (vc-dir-hide-up-to-date): Route it to `vc-dir-hide-state'.
11173
11174 2012-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
11175
11176 * subr.el (function-get): Refine `autoload' arg so it can also
11177 autoload functions for gv.el (bug#12191).
11178 * emacs-lisp/edebug.el (get-edebug-spec): Adjust so it only
11179 autoloads macros.
11180
11181 * color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):
11182 Prefer pcase-let over destructuring-bind.
11183 * vc/diff-mode.el (diff-remove-trailing-whitespace): Same.
11184 Also, remove whitespace as we go, rather than after accumulating the
11185 various places.
11186
11187 * subr.el (internal--before-with-selected-window)
11188 (internal--after-with-selected-window): Fix typo seleted->selected.
11189 (with-selected-window): Adjust callers.
11190 Reported by Dmitry Gutov <dgutov@yandex.ru>.
11191
11192 2012-08-13 Bastien Guerry <bzg@gnu.org>
11193
11194 * window.el (special-display-popup-frame): Minor docstring
11195 enhancement. (Bug#12172)
11196
11197 2012-08-13 Andreas Schwab <schwab@linux-m68k.org>
11198
11199 * tar-mode.el (tar-header-data-end): Only ignore size for files of
11200 type 1-6.
11201 (tar-header-block-summarize, tar-get-descriptor): Handle pax
11202 extended headers.
11203
11204 * files.el (hack-local-variables-filter): Remove useless eval.
11205
11206 2012-08-13 Martin Rudalics <rudalics@gmx.at>
11207
11208 * subr.el (with-selected-window): Fix last change.
11209
11210 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
11211
11212 * subr.el (internal--before-with-seleted-window)
11213 (internal--after-with-seleted-window): New functions.
11214 (with-selected-window): Use them, to replace dependency on
11215 tty-top-frame.
11216
11217 2012-08-12 Nobuyoshi Nakada <nobu@ruby-lang.org>
11218
11219 * progmodes/ruby-mode.el (ruby-mode-map): Remove unnecessary
11220 binding for `newline'.
11221 (ruby-move-to-block): When moving backward, stop at block opening,
11222 not indentation.
11223 * progmodes/ruby-mode.el (ruby-brace-to-do-end)
11224 (ruby-do-end-to-brace, ruby-toggle-block): New functions.
11225 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
11226 `ruby-toggle-block'.
11227
11228 2012-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
11229
11230 * ibuffer.el (ibuffer-do-toggle-read-only):
11231 * dired.el (dired-toggle-read-only):
11232 * buff-menu.el (Buffer-menu-toggle-read-only):
11233 * bindings.el (mode-line-toggle-read-only):
11234 * bs.el (bs-toggle-readonly): Call toggle-read-only interactively.
11235
11236 2012-08-12 Andreas Schwab <schwab@linux-m68k.org>
11237
11238 * descr-text.el (describe-char): Put the overlays over the
11239 "displayed as" character.
11240
11241 2012-08-12 Jay Belanger <jay.p.belanger@gmail.com>
11242
11243 * calc/calc-units.el (math-default-units-table): Give an
11244 initial value.
11245 (math-put-default-units): Add options to put composite units and
11246 unit systems in the default units table.
11247 (calc-convert-units): Send composite units to
11248 `math-put-default-units' when appropriate.
11249
11250 2012-08-11 Glenn Morris <rgm@gnu.org>
11251
11252 * emacs-lisp/copyright.el (copyright-update-directory): Logic fix.
11253
11254 * tutorial.el (help-with-tutorial):
11255 * emacs-lisp/copyright.el (copyright-update-directory):
11256 * emacs-lisp/autoload.el (autoload-find-generated-file)
11257 (autoload-find-file): Disable local eval: (for insurance).
11258
11259 * files.el (hack-local-variables-filter): If an eval: form is not
11260 known to be safe, and enable-local-variables is :safe, then ignore
11261 the form totally, as is done for non-eval forms. (Bug#12155)
11262 This is CVE-2012-3479.
11263
11264 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
11265
11266 * emacs-lisp/rx.el (rx-constituents): Don't define as constant.
11267 (rx-form): Simplify.
11268
11269 2012-08-09 Dmitry Gutov <dgutov@yandex.ru>
11270
11271 * progmodes/ruby-mode.el (ruby-expr-beg, ruby-parse-partial):
11272 ?, _, and : are symbol constituents, ! is not (but kinda should be).
11273 (ruby-syntax-propertize-heredoc): Use ruby-singleton-class-p.
11274 (ruby-syntax-propertize-function): Adjust for changes in
11275 `ruby-syntax-propertize-heredoc'.
11276
11277 2012-08-09 Nobuyoshi Nakada <nobu@ruby-lang.org>
11278
11279 * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
11280 binding (use `M-;' instead).
11281 (ruby-singleton-class-p): New function.
11282 (ruby-expr-beg, ruby-in-here-doc-p) Use it.
11283
11284 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
11285
11286 * emacs-lisp/cl-macs.el (cl-loop): Improve debug spec.
11287
11288 2012-08-10 Chong Yidong <cyd@gnu.org>
11289
11290 * progmodes/python.el (python-shell-get-process-name): Don't mess
11291 with same-window-buffer-names.
11292
11293 * eshell/eshell.el (eshell-add-to-window-buffer-names)
11294 (eshell-remove-from-window-buffer-names): Make obsolete.
11295 (eshell-buffer-name, eshell-unload-hook): Don't use them.
11296 (eshell): Just use pop-to-buffer-same-window instead.
11297
11298 2012-08-10 Chong Yidong <cyd@gnu.org>
11299
11300 * bindings.el: Bind M-= back to count-words-region.
11301
11302 * simple.el (count-words-region): Accept a prefix arg for acting
11303 on the entire buffer.
11304 (count-words--buffer-message): New helper function.
11305
11306 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
11307
11308 * term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.
11309 * subr.el (eventp): `nil' is not an event, and eventp is not hot.
11310 (event-start, event-end): Use posn-at-point to return a more
11311 informative posn.
11312 (posnp): New function.
11313 * mouse.el (popup-menu-normalize-position): Use it.
11314
11315 2012-08-10 Masatake YAMATO <yamato@redhat.com>
11316
11317 * mouse.el (popup-menu-normalize-position): New function.
11318 (popup-menu): Use `popup-menu-normalize-position' to normalize
11319 the form for POSITION argument.
11320
11321 * term/x-win.el (x-menu-bar-open):
11322 Use the value returend from (posn-at-point) as position
11323 passed to `popup-menu'.
11324
11325 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
11326
11327 * calc/calccomp.el (math-compose-expr): Add extra argument
11328 indicating that parentheses should be put around products in
11329 denominators. Give multiplication precedence over division during
11330 composition.
11331
11332 2012-08-09 Chong Yidong <cyd@gnu.org>
11333
11334 * man.el (Man-switches, Man-sed-command, Man-awk-command)
11335 (Man-mode-hook, Man-cooked-hook, Man-untabify-command-args)
11336 (Man-untabify-command, manual-program): Convert to defcustom
11337 (Bug#10429).
11338
11339 * vc/add-log.el (change-log-mode): Bind comment-start to nil.
11340
11341 * descr-text.el (describe-char): Don't insert extra newlines
11342 (Bug#10127).
11343
11344 * vc/log-view.el (log-view-diff): Use use-region-p (Bug#10133).
11345 (log-view-diff-changeset, log-view-minor-wrap): Likewise.
11346
11347 * align.el (align-region): Delete temporary markers (Bug#10047).
11348 Plus some code cleanups.
11349
11350 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
11351
11352 * progmodes/python.el (python-pdbtrack-tracked-buffer)
11353 (python-pdbtrack-buffers-to-kill, python-shell-internal-buffer)
11354 (python-shell-internal-last-output): Use make-local-variable
11355 instead of make-variable-buffer-local.
11356
11357 2012-08-09 Fabián Ezequiel Gallina <fgallina@cuca>
11358
11359 * progmodes/python.el: Enhancements to forward-sexp.
11360 (python-nav-forward-sexp): Rename from
11361 python-nav-forward-sexp-function.
11362 (python-nav--forward-sexp, python-nav--backward-sexp):
11363 New functions.
11364
11365 2012-08-09 Jay Belanger <jay.p.belanger@gmail.com>
11366
11367 * calc/calc-menu.el (calc-modes-menu): Add entries for matrix
11368 modes and simplification modes.
11369
11370 2012-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
11371
11372 * delsel.el (delete-selection-pre-hook): Don't propagate the
11373 file-supersession signals (bug#12161).
11374
11375 2012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
11376
11377 * emacs-lisp/cl.el (cl-map-keymap-recursively, cl-map-intervals)
11378 (cl-map-extents): Add compatibility aliases (bug#12135).
11379
11380 2012-08-08 Michael Albinus <michael.albinus@gmx.de>
11381
11382 * net/tramp-sh.el (tramp-find-file-exists-command): Protect the
11383 tests by `ignore-error'.
11384 (tramp-find-shell): Open also a new shell, when cache is already
11385 set. Reported by Carsten Bormann <cabo@tzi.org>. (Bug#12148)
11386
11387 2012-08-08 Juri Linkov <juri@jurta.org>
11388
11389 * bookmark.el: Add `defaults' property to the bookmark record.
11390 (bookmark-current-buffer): Doc fix.
11391 (bookmark-make-record): Add `defaults' property with default values
11392 to the bookmark record.
11393 (bookmark-minibuffer-read-name-map): Remove key binding "\C-u"
11394 with `bookmark-insert-current-bookmark'.
11395 (bookmark-set): Get `defaults' property from the bookmark record
11396 and use it in `read-from-minibuffer'.
11397 (bookmark-insert-current-bookmark): Remove function.
11398
11399 * info.el (Info-bookmark-make-record): Add `defaults' property
11400 with values of canonical Info node name, the current Info file
11401 name and the current Info node name. (Bug#12107)
11402
11403 2012-08-08 Juri Linkov <juri@jurta.org>
11404
11405 * files.el (basic-save-buffer): Use `buffer-name' as the default
11406 of `read-file-name' when buffer is not visiting a file (bug#12128).
11407
11408 2012-08-08 Juri Linkov <juri@jurta.org>
11409
11410 * info.el (Info-isearch-search): Doc fix.
11411 (Info-search): Change search-failed message from "initial node" to
11412 "end of node" (bug#12078).
11413 (Info-isearch-search): Change `isearch-string-state' to
11414 `isearch--state-string'.
11415
11416 2012-08-08 Glenn Morris <rgm@gnu.org>
11417
11418 * language/persian.el: Remove file.
11419 * language/misc-lang.el: Move unique part of persian.el here.
11420 * loadup.el: Remove language/persian.
11421
11422 2012-08-08 Óscar Fuentes <ofv@wanadoo.es>
11423
11424 * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.
11425
11426 2012-08-08 Fabián Ezequiel Gallina <fgallina@cuca>
11427
11428 * progmodes/python.el: Fix defsubst warning.
11429 (python-syntax-context) Rename from python-info-ppss-context.
11430 (python-syntax-context-type): Rename from
11431 python-info-ppss-context-type.
11432 (python-syntax-comment-or-string-p): Rename from
11433 python-info-ppss-comment-or-string-p.
11434
11435 2012-08-08 Jay Belanger <jay.p.belanger@gmail.com>
11436
11437 * calc/calc-misc.el (calc-record-why): Don't record a message twice.
11438
11439 2012-08-07 Andreas Schwab <schwab@linux-m68k.org>
11440
11441 * emacs-lisp/lisp-mode.el (eval-defun-1): Handle standard value of
11442 a defcustom that is quoted with backquote.
11443
11444 * calc/calc-prog.el (math-do-defmath): Use backquote forms.
11445 Fix handling of interactive spec when the body uses return.
11446 (math-do-arg-check, math-define-function-body): Use backquote forms.
11447 * calc/calc-ext.el (math-defcache): Likewise.
11448 * calc/calc-rewr.el (math-rwfail, math-rweval): Likewise.
11449 * allout.el (allout-new-exposure): Likewise.
11450 * calc/calcalg2.el (math-tracing-integral): Likewise.
11451 * info.el (Info-last-menu-item): Likewise.
11452 * emulation/vip.el (vip-loop): Likewise.
11453 * textmodes/artist.el (artist-funcall): Likewise.
11454 * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle):
11455 Construct menu-item directly.
11456
11457 * progmodes/autoconf.el (font-lock-syntactic-keywords):
11458 Don't declare.
11459
11460 2012-08-07 Chong Yidong <cyd@gnu.org>
11461
11462 * simple.el (deactivate-mark): Preserve text properties when
11463 saving the primary selection (Bug#8384).
11464
11465 2012-08-07 Kevin Ryde <user42@zip.com.au>
11466
11467 * woman.el (woman0-if): Quietly treat ".if v" as false (Bug#12109).
11468 (woman-parse-numeric-value): On a bad .IP line, issue a warning
11469 and continue processing (Bug#12110).
11470
11471 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
11472
11473 * progmodes/cperl-mode.el (cperl-mode): Yet another fix for
11474 syntax-propertize-function (bug#10095).
11475
11476 2012-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
11477
11478 * help-fns.el (help-fns--key-bindings, help-fns--signature)
11479 (help-fns--parent-mode, help-fns--obsolete): New funs, extracted from
11480 describe-function-1.
11481 (describe-function-1): Use them. Move compiler macro after sig.
11482 (help-fns--compiler-macro): Use function-get. Assume we're already in
11483 standard-output. Adjust layout to new call order.
11484
11485 * emacs-lisp/cl-macs.el (cl--sm-macroexpand): Fix handling of
11486 re-binding a symbol that has a symbol-macro (bug#12119).
11487
11488 2012-08-06 Mohsen BANAN <libre@mohsen.1.banan.byname.net>
11489
11490 * language/persian.el: New file. (Bug#11812)
11491 * loadup.el: Add language/persian.el.
11492
11493 2012-08-06 Chong Yidong <cyd@gnu.org>
11494
11495 * window.el (window--maybe-raise-frame): New function.
11496 (window--display-buffer): Split off from here.
11497 (display-buffer-reuse-window, display-buffer-pop-up-frame)
11498 (display-buffer-pop-up-window, display-buffer-use-some-window):
11499 Obey an inhibit-switch-frame action alist entry.
11500 (display-buffer): Update doc.
11501
11502 * replace.el (occur-after-change-function): Avoid losing focus by
11503 using the inhibit-switch-frame display parameter (Bug#12139).
11504
11505 2012-08-06 Fabián Ezequiel Gallina <fgallina@cuca>
11506
11507 Make internal shell process buffer names start with space.
11508 * progmodes/python.el (python-shell-make-comint): Add optional
11509 argument INTERNAL.
11510 (run-python-internal): Use it.
11511 (python-shell-internal-get-or-create-process): Check for new
11512 internal buffer names.
11513
11514 2012-08-06 Glenn Morris <rgm@gnu.org>
11515
11516 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
11517 Do less getting and setting of environment variables.
11518
11519 2012-08-05 Chong Yidong <cyd@gnu.org>
11520
11521 * proced.el (proced): Add substitution string to docstring to
11522 trigger autoloading of the proced library on C-h f (Bug#1768).
11523
11524 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11525 Don't show defvars which have no second argument (Bug#8638).
11526
11527 * imenu.el (imenu-generic-expression): Move documentation here
11528 from imenu--generic-function.
11529 (imenu--generic-function): Refer to imenu-generic-expression.
11530
11531 2012-08-05 Vegard Øye <vegard_oye@hotmail.com> (tiny change)
11532
11533 * emulation/viper-init.el (viper-deflocalvar): Add docstring and
11534 indentation declaration.
11535 (viper-loop): Add indentation declaration (Bug#7025).
11536
11537 2012-08-05 Chong Yidong <cyd@gnu.org>
11538
11539 * help-fns.el (describe-variable): Add hyperlink for
11540 directory-local variables files. Improve buffer-local and
11541 permanent-local reporting; suggested by MON KEY (Bug#6644).
11542
11543 * help-mode.el (help-dir-local-var-def): New button type.
11544
11545 * files.el (kill-buffer-hook): Provide a defvar.
11546
11547 2012-08-05 Glenn Morris <rgm@gnu.org>
11548
11549 * eshell/esh-ext.el (eshell/addpath):
11550 Also update eshell-path-env. (Bug#12013)
11551
11552 2012-08-05 Chong Yidong <cyd@gnu.org>
11553
11554 * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes.
11555
11556 * fringe.el (fringe-styles): Add docstring.
11557 (fringe--check-mode): New function.
11558 (set-fringe-mode, set-fringe-style): Use it.
11559 (fringe-mode, set-fringe-style): Doc fixes (Bug#6480).
11560
11561 * files.el (set-auto-mode): Fix invalid setq call.
11562
11563 2012-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
11564
11565 * isearch.el: Misc simplification; use defstruct.
11566 (isearch-mode-map): Dense maps now work like sparse ones.
11567 (isearch--state): New defstruct.
11568 (isearch-string-state, isearch-message-state, isearch-point-state)
11569 (isearch-success-state, isearch-forward-state)
11570 (isearch-other-end-state, isearch-word-state, isearch-error-state)
11571 (isearch-wrapped-state, isearch-barrier-state)
11572 (isearch-case-fold-search-state, isearch-pop-fun-state): Remove,
11573 replaced by defstruct's accessors.
11574 (isearch--set-state): Rename from isearch-top-state and change
11575 calling convention.
11576 (isearch-push-state): Use new isearch--get-state.
11577 (isearch-toggle-word): Disable regexp when enabling word.
11578 (isearch-message-prefix): Remove unused arg _c-q-hack.
11579 (isearch-message-suffix): Remove unused arg _ellipsis.
11580
11581 2012-08-04 Andreas Schwab <schwab@linux-m68k.org>
11582
11583 * simple.el (list-processes--refresh): For a server use :host or
11584 :local as the address.
11585 (list-processes): Doc fix.
11586
11587 2012-08-04 Michal Nazarewicz <mina86@mina86.com>
11588
11589 * lisp/mpc.el: Support password in host argument.
11590 (mpc--proc-connect): Parse and use new password element.
11591 Set mpc-proc variable instead of returning process.
11592 (mpc-proc): Adjust accordingly.
11593
11594 2012-08-03 Eli Zaretskii <eliz@gnu.org>
11595
11596 * whitespace.el (whitespace-display-mappings): Use Unicode
11597 codepoints, instead of emacs-mule codepoints. See
11598 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-07/msg00366.html
11599 for the details.
11600
11601 * files.el (file-truename): Don't skip symlink-chasing part on
11602 windows-nt. Incorporate the resolution of 8+3 short aliases on
11603 Windows into the loop that recursively chases symlinks.
11604 Compare directory and its parent case-insensitively on MS-Windows and
11605 MS-DOS.
11606
11607 2012-08-03 Chong Yidong <cyd@gnu.org>
11608
11609 * menu-bar.el (menu-bar-tools-menu): Remove PCL-CVS.
11610
11611 * sort.el (sort-regexp-fields): Doc fix.
11612
11613 2012-08-03 Tassilo Horn <tsdh@gnu.org>
11614
11615 * textmodes/reftex.el (reftex-compile-variables): Make keyvals
11616 labels regex position point at the expected place.
11617
11618 2012-08-03 MON KEY <monkey@sandpframing.com>
11619
11620 * net/imap.el (imap-interactive-login, imap-authenticate)
11621 (imap-mailbox-lsub, imap-mailbox-list)
11622 (imap-mailbox-status-asynch, imap-mailbox-acl-delete)
11623 (imap-fetch, imap-message-flag-permanent-p, imap-envelope-from)
11624 (imap-parse-response): Doc fix.
11625
11626 2012-08-03 João Távora <joaotavora@gmail.com>
11627
11628 * textmodes/tex-mode.el (latex-forward-sexp): Terminate the loop
11629 if sexp scanning does not move point (Bug#5734).
11630
11631 2012-08-02 Tassilo Horn <tsdh@gnu.org>
11632
11633 * textmodes/reftex-vars.el (reftex-default-label-alist-entries):
11634 Add listings, minted, and ctable packages.
11635 (reftex-label-alist-builtin): Move listings, minted, and ctable
11636 entries before LaTeX.
11637 (reftex-label-alist): Docfix.
11638
11639 2012-08-02 Bastien Guerry <bzg@gnu.org>
11640
11641 * replace.el (occur): Fix docstring (bug#12122).
11642
11643 2012-08-02 Glenn Morris <rgm@gnu.org>
11644
11645 * emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
11646
11647 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
11648
11649 Obsolete alias inactivate-current-input-method-function (Bug#10150).
11650 * international/mule-cmds.el: Create
11651 inactivate-current-input-method-function as an obsolete alias for
11652 deactivate-current-input-method-function. See Katsumi Yamaoka in
11653 <http://bugs.gnu.org/10150#46>.
11654
11655 2012-08-01 Jay Belanger <jay.p.belanger@gmail.com>
11656
11657 * calc/calc-mode.el (calc-set-simplify-mode): Use `cond' instead
11658 of nested `if's.
11659
11660 2012-08-01 Glenn Morris <rgm@gnu.org>
11661
11662 * progmodes/autoconf.el (autoconf-definition-regexp):
11663 Add AH_TEMPLATE, adjust submatch numbering.
11664 (autoconf-font-lock-keywords, autoconf-imenu-generic-expression)
11665 (autoconf-current-defun-function): Update for above change.
11666 (autoconf-current-defun-function): First skip to end of current word.
11667
11668 2012-08-01 Rupert Swarbrick <rswarbrick@gmail.com> (tiny change)
11669
11670 * calendar/cal-html.el (cal-html-insert-agenda-days):
11671 Fix typo. (Bug#12018)
11672
11673 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
11674
11675 Shell processes: enhancements to startup and CEDET compatibility.
11676 * progmodes/python.el (python-shell-send-setup-max-wait): Delete var.
11677 (python-shell-make-comint): accept-process-output at startup.
11678 (run-python-internal): Set inferior-python-mode-hook to nil.
11679 (python-shell-internal-get-or-create-process): Call sit-for.
11680 (python-preoutput-result): Add obsolete alias.
11681 (python-shell-internal-send-string): Use it.
11682 (python-shell-send-setup-code): Remove call to
11683 accept-process-output.
11684
11685 2012-07-31 Andreas Schwab <schwab@linux-m68k.org>
11686
11687 * buff-menu.el (list-buffers-noselect): Use prefix-numeric-value.
11688 (Bug#12108)
11689
11690 2012-07-31 Jay Belanger <jay.p.belanger@gmail.com>
11691
11692 * calc-mode.el (calc-basic-simplification-mode): Rename from
11693 `calc-limited-simplification-mode'.
11694 (calc-alg-simplification-mode): New function.
11695 (calc-set-simplify-mode): Adjust message.
11696
11697 * calc.el (calc-set-mode-line): Adjust mode line display for
11698 basic simplification mode.
11699
11700 * calc-help.el (calc-m-prefix-help): Update help message.
11701
11702 * calc-ext.el (calc-init-extensions): Add bindings and autoloads
11703 for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
11704
11705 2012-07-31 Bastien Guerry <bzg@gnu.org>
11706
11707 * man.el (man): Fix comment. (bug#12101)
11708
11709 2012-07-31 Martin Rudalics <rudalics@gmx.at>
11710
11711 * window.el (switch-to-prev-buffer, switch-to-next-buffer):
11712 Don't return a non-nil value when no suitable buffer was found.
11713
11714 2012-07-31 Fabián Ezequiel Gallina <fgallina@cuca>
11715
11716 * progmodes/python.el (run-python-internal): Disable font lock for
11717 internal shells.
11718
11719 2012-07-30 Stefan Merten <smerten@oekonux.de>
11720
11721 * textmodes/rst.el: Silence `checkdoc-ispell'.
11722 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
11723 (rst-official-version, rst-official-cvs-rev)
11724 (rst-package-emacs-version-alist): Update to upstream V1.3.1.
11725 (rst-mode-map): New key binding.
11726
11727 2012-07-30 Paul Eggert <eggert@cs.ucla.edu>
11728
11729 Update .PHONY listings in makefiles.
11730 * Makefile.in (.PHONY): Add all, doit, custom-deps, finder-data,
11731 autoloads, update-subdirs, updates, bzr-update, update-authors,
11732 compile-onefile, compile-calc, backup-compiled-files,
11733 compile-after-backup, compile-one-process, mh-autoloads,
11734 bootstrap-clean, distclean, maintainer-clean.
11735
11736 2012-07-29 Jay Belanger <jay.p.belanger@gmail.com>
11737
11738 * calc/calc.el (calc-simplify-mode): Make 'alg the default value.
11739 (calc-set-mode-line): Don't display "AlgSimp ".
11740
11741 * calc/calc-mode.el (calc-alg-simplify-mode): Remove function.
11742 (calc-lim-simplify-mode): New function.
11743 (calc-set-simplify-mode): Default to 'alg.
11744 (calc-default-simplify-mode): Make algebraic simplifications
11745 the default.
11746
11747 * calc/calc-ext.el (calc-init-extensions): Remove binding for
11748 `calc-alg-simplify-mode'. Add binding for `calc-lim-simplify-mode'.
11749
11750 * calc/calc-help.el (calc-m-prefix-help): Change messages to
11751 indicate new simplification modes.
11752
11753 * calc/README: Mention new default simplification mode.
11754
11755 * calc/calc.el (math-normalize-error): New variable.
11756 (math-normalize): Set `math-normalize-error' to t
11757 when there's an error.
11758
11759 * calc/calc-alg.el (math-simplify): Don't simplify when
11760 `math-normalize' returns an error.
11761
11762 2012-07-29 Eli Zaretskii <eliz@gnu.org>
11763
11764 * international/mule-cmds.el (set-locale-environment): Revert last
11765 change, since display-graphic-p returns nil when this function is
11766 called during startup. Instead...
11767
11768 * term/w32console.el (terminal-init-w32console): ...setup the
11769 keyboard and terminal encoding for TTY sessions here. (Bug#12082)
11770
11771 2012-07-29 Juri Linkov <juri@jurta.org>
11772
11773 * simple.el (goto-line): Don't display default line number in the
11774 prompt because it should be displayed by `read-number' (bug#9952).
11775 Add the current line number to the defaults of `goto-line' to
11776 allow its easier modification by users with `M-n' (bug#9201).
11777
11778 * subr.el (read-number): Support multiple default values like in
11779 other minibuffer reading functions. Replace `read' with
11780 `string-to-number' for consistency with `number-to-string'.
11781
11782 2012-07-29 Paul Eggert <eggert@cs.ucla.edu>
11783
11784 deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)
11785 * emulation/viper-init.el (viper-deactivate-input-method-action):
11786 Rename from viper-inactivate-input-method-action.
11787 (viper-deactivate-input-method):
11788 Rename from viper-inactivate-input-method.
11789 * follow.el (follow-inactive-menu): Rename from follow-deactive-menu.
11790 * international/mule-cmds.el (deactivate-input-method):
11791 Rename from inactivate-input-method.
11792 Also run input-method-deactivate-hook.
11793 (deactivate-current-input-method-function):
11794 Rename from inactivate-current-input-method-function.
11795 (input-method-deactivate-hook): New hook.
11796 (input-method-inactivate-hook): Mark obsolete.
11797 (inactivate-input-method): Mark obsolete.
11798
11799 * international/quail.el (quail-activate):
11800 Also run quail-deactivate-hook.
11801 (quail-deactivate): Rename from quail-inactivate.
11802 * international/robin.el (robin-activate):
11803 Also run robin-deactivate-hook.
11804 (robin-deactivate): Rename from robin-inactivate.
11805
11806 2012-07-29 Chong Yidong <cyd@gnu.org>
11807
11808 * simple.el (indicate-copied-region): New function.
11809 (kill-ring-save): Split off from here.
11810
11811 * rect.el (copy-rectangle-as-kill): Call indicate-copied-region.
11812 (kill-rectangle): Set deactivate-mark to t on read-only error.
11813
11814 * register.el (copy-to-register, copy-rectangle-to-register):
11815 Deactivate the mark, and use indicate-copied-region (Bug#10056).
11816 (append-to-register, prepend-to-register): Call indicate-copied-region.
11817
11818 2012-07-29 Juri Linkov <juri@jurta.org>
11819
11820 * simple.el (async-shell-command-buffer): New defcustom.
11821 (shell-command): Use it. (Bug#4719)
11822
11823 2012-07-28 Eli Zaretskii <eliz@gnu.org>
11824
11825 * international/mule-cmds.el (set-locale-environment): In a
11826 console session on MS-Windows, set up keyboard and terminal
11827 encoding from the OEM codepage, not the ANSI codepage.
11828 (Bug#12055)
11829
11830 2012-07-28 Chong Yidong <cyd@gnu.org>
11831
11832 * progmodes/gdb-mi.el (gdb-place-breakpoints): Fix the call to
11833 gdb-get-location.
11834
11835 2012-07-28 Leo Liu <sdl.web@gmail.com>
11836
11837 * progmodes/cc-menus.el (cc-imenu-objc-function): Avoid leaving nil in
11838 the alist (bug#12029).
11839
11840 2012-07-28 Eli Zaretskii <eliz@gnu.org>
11841
11842 * makefile.w32-in (custom-deps, finder-data, updates, compile)
11843 (compile-always, compile-first)
11844 ($(lisp)/calendar/cal-loaddefs.el)
11845 ($(lisp)/calendar/diary-loaddefs.el)
11846 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
11847 ($(lisp)/net/tramp-loaddefs.el, bootstrap)
11848 ($(lisp)/progmodes/cc-mode.elc): Depend on $(lisp)subdirs.el,
11849 instead of on update-subdirs.
11850 (bootstrap-clean): Delete $(lisp)/subdirs.el.
11851
11852 2012-07-28 Chong Yidong <cyd@gnu.org>
11853
11854 * vc/vc.el (vc-root-diff, vc-print-root-log): Prompt for a
11855 directory if vc-deduce-backend returns nil (Bug#7350).
11856
11857 * simple.el (delete-trailing-lines): New option.
11858 (delete-trailing-whitespace): Obey it (Bug#11879).
11859
11860 2012-07-28 David Engster <deng@randomsample.de>
11861
11862 * xml.el (xml-node-name, xml-parse-file, xml-parse-region):
11863 Explanation of new 'symbol-qnames feature in doc-strings.
11864 (xml-maybe-do-ns): Return expanded names as plain symbols if
11865 'symbol-qnames was provided in XML-NS argument (Bug#11916).
11866 (xml-parse-tag-1): Deal with new definition of PARSE-NS argument.
11867
11868 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
11869
11870 Consistent completion in inferior python with emacs -nw.
11871 * progmodes/python.el (inferior-python-mode): Replace "<tab>"
11872 binding in inferior-python-mode-map with "\t".
11873 (python-shell-completion-complete-at-point)
11874 (python-completion-complete-at-point): Remove interactive spec.
11875
11876 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
11877
11878 * calc/calccomp.el (math-compose-expr): Undo previous change.
11879
11880 2012-07-27 Fabián Ezequiel Gallina <fgallina@cuca>
11881
11882 * progmodes/python.el (python-mode-map): Add keybinding for
11883 run-python.
11884 (python-shell-make-comint): Fix pop-to-buffer call.
11885 (run-python): Autoload. New arg SHOW.
11886 (python-shell-get-or-create-process): Do not pop python process
11887 buffer.
11888
11889 2012-07-27 Michael Albinus <michael.albinus@gmx.de>
11890
11891 * notifications.el (notifications-on-action-signal)
11892 (notifications-on-closed-signal): Use also the bus address for the map.
11893 (notifications-notify, notifications-close-notification)
11894 (notifications-get-capabilities): Add optional argument BUS.
11895
11896 2012-07-27 Tassilo Horn <tsdh@gnu.org>
11897
11898 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
11899 Add support for the lstlisting and minted environments, and for the
11900 ctable macro.
11901 * textmodes/reftex.el (reftex-compile-variables): Also recognize
11902 labels written in keyvals syntax.
11903
11904 2012-07-27 Jay Belanger <jay.p.belanger@gmail.com>
11905
11906 * calc/calccomp.el (math-compose-expr): Use parentheses when
11907 there is a product in the denominator of a fraction.
11908
11909 2012-07-26 Eli Zaretskii <eliz@gnu.org>
11910
11911 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
11912 ($(lisp)/calendar/diary-loaddefs.el)
11913 ($(lisp)/calendar/hol-loaddefs.el, $(lisp)/mh-e/mh-loaddefs.el)
11914 ($(lisp)/net/tramp-loaddefs.el): Depend on update-subdirs.
11915 Fixes failures in parallel bootstrap because subdirs.el is being
11916 rewritten while the autoload files are built at the same time,
11917 which needs to load subdirs.el.
11918
11919 2012-07-26 Martin Rudalics <rudalics@gmx.at>
11920
11921 * mouse.el (popup-menu): Fix doc-string and re-indent code.
11922 (mouse-drag-line): Don't exit tracking when a switch-frame or
11923 switch-window event occurs (Bug#12006).
11924
11925 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11926
11927 * mouse.el (popup-menu): Fix last change.
11928
11929 2012-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11930
11931 Autoload from Lisp with more care. Follow aliases when looking for
11932 function properties.
11933 * subr.el (autoloadp): New function.
11934 (symbol-file): Use it.
11935 (function-get): New function.
11936 * emacs-lisp/macroexp.el (macroexp--expand-all): Use function-get and
11937 autoload-do-load.
11938 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function)
11939 (lisp-indent-function):
11940 * emacs-lisp/gv.el (gv-get):
11941 * emacs-lisp/edebug.el (get-edebug-spec, edebug-basic-spec):
11942 * emacs-lisp/byte-opt.el (byte-optimize-form):
11943 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
11944 * emacs-lisp/autoload.el (make-autoload, autoload-print-form):
11945 Use function-get.
11946 * emacs-lisp/cl.el: Don't propagate function properties any more.
11947
11948 * speedbar.el (speedbar-add-localized-speedbar-support):
11949 * emacs-lisp/disass.el (disassemble-internal):
11950 * desktop.el (desktop-load-file):
11951 * help-fns.el (help-function-arglist, find-lisp-object-file-name)
11952 (describe-function-1):
11953 * emacs-lisp/find-func.el (find-function-noselect):
11954 * emacs-lisp/elp.el (elp-instrument-function):
11955 * emacs-lisp/advice.el (ad-has-proper-definition):
11956 * apropos.el (apropos-safe-documentation, apropos-macrop):
11957 * emacs-lisp/debug.el (debug-on-entry):
11958 * emacs-lisp/cl-macs.el (cl-compiler-macroexpand):
11959 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
11960 * calc/calc.el (name): Use autoloadp & autoload-do-load.
11961
11962 2012-07-25 Alp Aker <alp.tekin.aker@gmail.com>
11963
11964 * international/mule-cmds.el (ucs-insert): Mark it as an obsolete
11965 function, not an obsolete variable (Bug#12046).
11966
11967 2012-07-25 Andreas Schwab <schwab@linux-m68k.org>
11968
11969 * faces.el (face-spec-reset-face): Fix last change. (Bug#12042)
11970
11971 2012-07-25 Christopher Schmidt <christopher@ch.ristopher.com>
11972
11973 * emacs-lisp/pp.el (pp-display-expression): Select old selected
11974 window only if it is still live (Bug#12034).
11975
11976 2012-07-25 Martin Rudalics <rudalics@gmx.at>
11977
11978 * subr.el (redirect-frame-focus): Add advertised calling
11979 convention (Bug#12030).
11980
11981 2012-07-25 Paul Eggert <eggert@cs.ucla.edu>
11982
11983 Prefer typical American spelling for "acknowledgment".
11984 * vc/add-log.el (change-log-acknowledgment): Rename from
11985 change-log-acknowledgement, with an alias for the old name.
11986
11987 2012-07-25 Jay Belanger <jay.p.belanger@gmail.com>
11988
11989 * calc-alg.el (math-simplify-divide): Don't cross multiply
11990 in an equation when the lhs is a variable.
11991
11992 2012-07-24 Julien Danjou <julien@danjou.info>
11993
11994 * net/netrc.el (netrc-find-service-number, netrc-store-data):
11995 Remove, unused.
11996
11997 2012-07-23 Eli Zaretskii <eliz@gnu.org>
11998
11999 * startup.el (command-line): Don't display an empty user name in
12000 the error message about non-existent home directory, when
12001 init-file-user was set to an empty string. See
12002 http://lists.gnu.org/archive/html/bug-gnu-emacs/2012-07/msg00835.html
12003 for the details and context.
12004
12005 2012-07-22 Vincent Belaïche <vincentb1@users.sourceforge.net>
12006
12007 * ses.el (ses-cell-formula-aset): New macro.
12008 (ses-cell-references-aset): New macro.
12009 (ses-cell-p): New function.
12010 (ses-rename-cell): Do no longer rely on complex operations like
12011 ses-cell-set-formula or ses-set-cell to change the cell and handle
12012 the undo at the same time, but rather use lower level new macros
12013 `ses-cell-formula-aset' and `ses-cell-references-aset' and handle
12014 the undo directly. Refresh the mode line.
12015
12016 2012-07-21 Leo Liu <sdl.web@gmail.com>
12017
12018 * progmodes/cc-cmds.el (c-defun-name):
12019 Use match-string-no-properties instead for consistency.
12020
12021 2012-07-20 Leo Liu <sdl.web@gmail.com>
12022
12023 * progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
12024 (Bug#7879)
12025
12026 * progmodes/cc-langs.el (c-symbol-start): Include char _ (bug#11986).
12027
12028 2012-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
12029
12030 * userlock.el, emacs-lisp/map-ynp.el: Declare part of `emacs' package.
12031 * progmodes/bug-reference.el, misearch.el: Provide themselves
12032 (bug#11915).
12033
12034 * progmodes/cperl-mode.el (cperl-unwind-to-safe): Don't inf-loop at end
12035 of narrowed buffer (bug#11966).
12036
12037 2012-07-20 Vincent Belaïche <vincentb1@users.sourceforge.net>
12038
12039 * ses.el (ses-rename-cell): Set new name also in reference list of
12040 cells of which the renamed cell depends.
12041
12042 2012-07-20 Masatake YAMATO <yamato@redhat.com>
12043
12044 * term/x-win.el (x-menu-bar-open): Use `frame-parameter'
12045 to check whether menu-bar is shown or not. If not shown,
12046 show the menu-bar as a popup menu instead of using tmm.
12047 * mouse.el (popup-menu): Accept `point' as `position' argument.
12048
12049 2012-07-20 Dmitry Gutov <dgutov@yandex.ru>
12050
12051 * progmodes/ruby-mode.el (ruby-parse-partial): No error when end
12052 up inside string symbol literal (bug#11923).
12053
12054 2012-07-20 Eli Zaretskii <eliz@gnu.org>
12055
12056 * startup.el (fancy-startup-text): Read the whole tutorial, not
12057 just its first 256 bytes. Prevents gibberish in display of the
12058 tutorial title.
12059
12060 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
12061
12062 Drop idle buffer compaction due to an absence of the
12063 proved efficiency.
12064 * compact.el: Remove.
12065
12066 2012-07-19 Sam Steingold <sds@gnu.org>
12067
12068 * vc/vc-dispatcher.el (vc-compilation-mode): Add, based on
12069 vc-bzr-pull & vc-bzr-merge-branch.
12070 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Use it.
12071 (vc-bzr-error-regexp-alist): Rename from vc-bzr-error-regex-alist
12072 for consistency with compilation-error-regexp-alist.
12073 * vc/vc-git.el (vc-git-error-regexp-alist): Add.
12074 (vc-git-pull, vc-git-merge-branch): Call vc-compilation-mode.
12075 * vc/vc-hg.el (vc-hg-error-regexp-alist): Add.
12076 (vc-hg-pull, vc-hg-merge-branch): Call vc-compilation-mode.
12077
12078 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
12079
12080 * emacs-lisp/chart.el: Use lexical-binding.
12081 (chart-emacs-storage): Don't hardcode the list of entries.
12082
12083 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
12084
12085 Next round of tweaks caused by Fgarbage_collect changes.
12086 * emacs-lisp/chart.el (chart-emacs-storage): Adjust again.
12087
12088 2012-07-19 Dmitry Antipov <dmantipov@yandex.ru>
12089
12090 Compact buffers when idle.
12091 * compact.el: New file.
12092
12093 2012-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
12094
12095 * subr.el (eventp): Presume that if it looks vaguely like an event,
12096 it's an event (bug#10190).
12097
12098 2012-07-19 Fabián Ezequiel Gallina <fgallina@cuca>
12099
12100 Enhancements to ppss related code (thanks Stefan).
12101 * progmodes/python.el (python-indent-context)
12102 (python-indent-calculate-indentation, python-indent-dedent-line)
12103 (python-indent-electric-colon, python-nav-forward-block)
12104 (python-mode-abbrev-table)
12105 (python-info-assignment-continuation-line-p): Simplify checks
12106 for ppss context.
12107 (python-info-continuation-line-p): Cleanup.
12108 (python-info-ppss-context): Do not catch 'quote.
12109 (python-info-ppss-context-type)
12110 (python-info-ppss-comment-or-string-p): Simplify.
12111
12112 2012-07-18 Fabián Ezequiel Gallina <fgallina@cuca>
12113
12114 * progmodes/python.el: Enhancements to eldoc support.
12115 (python-info-current-symbol): New function.
12116 (python-eldoc-at-point): Use python-info-current-symbol.
12117 (python-info-current-defun): Fix cornercase on first defun scan.
12118 (python-eldoc--get-doc-at-point): Use python-info-current-symbol
12119 and signal error when no inferior python process is available.
12120
12121 2012-07-18 Dmitry Gutov <dgutov@yandex.ru>
12122
12123 * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',
12124 assume it's always t.
12125 (vc-git-registered): Remove caching, the function is only called
12126 once.
12127 (vc-git-branches): Use `vc-git--call' instead of `call-process'.
12128
12129 2012-07-18 Chong Yidong <cyd@gnu.org>
12130
12131 * subr.el (last-input-char, last-command-char): Remove (Bug#9195).
12132
12133 * simple.el (count-words): Report on narrowing (Bug#9959).
12134
12135 * bindings.el: Bind M-= to count-words.
12136
12137 * faces.el (face-spec-reset-face): Handle reverse video (Bug#4238).
12138
12139 2012-07-18 Masatake YAMATO <yamato@redhat.com>
12140
12141 * progmodes/sh-script.el (sh-imenu-generic-expression):
12142 Capture a function with `function' keyword and without parentheses
12143 like "function FOO" (bug#11856).
12144
12145 2012-07-18 Tassilo Horn <tassilo@member.fsf.org>
12146
12147 * window.el (split-window-sensibly): Make WINDOW argument
12148 optional.
12149
12150 2012-07-18 Chong Yidong <cyd@gnu.org>
12151
12152 * subr.el (keyboard-translate): Doc fix (Bug#7261).
12153
12154 * isearch.el (isearch-mode-map): Handle C-x 8 key translations,
12155 and make C-x 8 RET exit isearch (Bug#11439).
12156
12157 * international/iso-transl.el: Move isearch-mode-map key
12158 definitions to isearch.el.
12159
12160 2012-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
12161
12162 * emacs-lisp/eieio.el: Adapt further to gv.el (bug#11970).
12163 (eieio-defclass): Use gv-define-setter when possible.
12164
12165 2012-07-18 Dmitry Antipov <dmantipov@yandex.ru>
12166
12167 Reflect recent changes in Fgarbage_collect.
12168 * emacs-lisp/chart.el (chart-emacs-storage): Change to
12169 reflect new format of data returned by Fgarbage_collect.
12170
12171 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
12172
12173 New utility functions + python-info-ppss-context fix (Bug#11910).
12174 * progmodes/python.el (python-info-beginning-of-block-statement-p)
12175 (python-info-ppss-comment-or-string-p): New functions.
12176 (python-info-ppss-context): Small fix for string check.
12177
12178 2012-07-17 Juri Linkov <juri@jurta.org>
12179
12180 * dired-aux.el (dired-do-async-shell-command): Doc fix.
12181 (dired-do-async-shell-command): Don't add `*' at the end of the
12182 command (Bug#11815).
12183 (dired-do-shell-command): Doc fix.
12184 (dired-shell-stuff-it): Strip the trailing "&" and ";" if any.
12185 Join the individual commands using either "&" or ";" as the
12186 separator depending on the values of these trailing characters.
12187 At the end re-add the trailing "&". (Bug#10598)
12188
12189 * simple.el (async-shell-command): Sync the interactive spec with
12190 `shell-command'. Doc fix.
12191 (shell-command): Doc fix.
12192
12193 2012-07-17 Juri Linkov <juri@jurta.org>
12194
12195 * descr-text.el (describe-char): Fix format args. (Bug#10129)
12196
12197 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
12198
12199 Final renames and doc fixes for movement commands (bug#11899).
12200 * progmodes/python.el (python-nav-beginning-of-statement):
12201 Rename from python-nav-statement-start.
12202 (python-nav-end-of-statement): Rename from
12203 python-nav-statement-end.
12204 (python-nav-beginning-of-block): Rename from
12205 python-nav-block-start.
12206 (python-nav-end-of-block): Rename from python-nav-block-end.
12207
12208 2012-07-17 Fabián Ezequiel Gallina <fgallina@cuca>
12209
12210 * progmodes/python.el (python-shell-send-string-no-output):
12211 Allow accept-process-output to quit, keeping shell process ready for
12212 future interactions (Bug#11868).
12213
12214 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
12215
12216 * emacs-lisp/cl-macs.el (cl-progv): Use a properly prefixed var name.
12217
12218 * emacs-lisp/elint.el (elint-find-args-in-code):
12219 Use help-function-arglist, so as to handle lexical byte-code.
12220
12221 * progmodes/sh-script.el (sh-syntax-propertize-function): Fix last
12222 change (bug#11826).
12223
12224 2012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
12225
12226 * progmodes/cc-engine.el (c-forward-sws, c-backward-sws):
12227 Avoid spuriously marking the buffer as modified because of c-is-sws.
12228
12229 * progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
12230 as not-a-comment (bug#11946).
12231
12232 * emacs-lisp/macroexp.el (macroexp-let2): Use more informative names
12233 for uninterned vars.
12234
12235 * xt-mouse.el (xterm-mouse-translate-1, xterm-mouse-event-read):
12236 Use read-event since we don't really want to read chars but bytes.
12237
12238 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
12239 $$..$$ but also $..$ using regexps (bug#11953).
12240 Use tex-verbatim for \url and \path.
12241 (tex-font-lock-keywords): Define as defconst like the others.
12242 (tex-common-initialization): Don't use font-lock-syntax-table any more.
12243
12244 2012-07-16 René Kyllingstad <Rene@Kyllingstad.com> (tiny change)
12245
12246 * international/mule-cmds.el (ucs-insert): Make it an obsolete
12247 alias for insert-char.
12248
12249 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
12250
12251 * progmodes/python.el: Simplified imenu implementation.
12252 (python-nav-jump-to-defun): Remove command.
12253 (python-mode-map): Use `imenu' instead.
12254 (python-nav-list-defun-positions-cache)
12255 (python-imenu-include-defun-type, python-imenu-make-tree)
12256 (python-imenu-subtree-root-label, python-imenu-index-alist):
12257 Remove vars.
12258 (python-nav-list-defun-positions, python-nav-read-defun)
12259 (python-imenu-tree-assoc, python-imenu-make-element-tree)
12260 (python-imenu-make-tree, python-imenu-create-index):
12261 Remove functions.
12262 (python-mode): Update to interact with imenu by setting
12263 `imenu-extract-index-name-function' only.
12264
12265 2012-07-16 Fabián Ezequiel Gallina <fgallina@cuca>
12266
12267 * progmodes/python.el: Enhancements to navigation commands.
12268 (python-nav-backward-sentence)
12269 (python-nav-forward-sentence): Remove.
12270 (python-nav-backward-statement, python-nav-forward-statement)
12271 (python-nav-statement-start, python-nav-statement-end)
12272 (python-nav-backward-block, python-nav-forward-block)
12273 (python-nav-block-start, python-nav-block-end)
12274 (python-nav-forward-sexp-function)
12275 (python-info-current-line-comment-p)
12276 (python-info-current-line-empty-p): New functions.
12277 (python-indent-context): Use `python-nav-statement-start'.
12278
12279 2012-07-16 Michael Albinus <michael.albinus@gmx.de>
12280
12281 * eshell/em-ls.el (eshell/ls): Use `apply'.
12282
12283 * eshell/em-unix.el (eshell/su, eshell/sudo): Apply Tramp's ad-hoc
12284 multi-hops, instead of Tramp internals.
12285
12286 * vc/ediff.el (ediff-directories): Add trailing space to prompts.
12287
12288 * vc/ediff-diff.el (ediff-same-file-contents): Handle the case,
12289 when F1 and F2 are located on different hosts.
12290
12291 2012-07-14 Chong Yidong <cyd@gnu.org>
12292
12293 * xt-mouse.el: Implement extended mouse coordinates (Bug#10642).
12294 (xterm-mouse-translate): Move code into xterm-mouse-translate-1.
12295 (xterm-mouse-translate-extended, xterm-mouse-translate-1)
12296 (xterm-mouse--read-event-sequence-1000)
12297 (xterm-mouse--read-event-sequence-1006): New functions. For old
12298 mouse protocol, handle M-mouse-X events correctly.
12299 (xterm-mouse-event): New arg specifying mouse protocol.
12300 (turn-on-xterm-mouse-tracking-on-terminal)
12301 (turn-off-xterm-mouse-tracking-on-terminal): Send DEC 1006
12302 sequence to toggle extended coordinates on newer XTerms.
12303 This appears to be harmless on terminals which do not support this.
12304
12305 2012-07-14 Leo Liu <sdl.web@gmail.com>
12306
12307 Add fringe bitmap indicators for flymake. (Bug#11253)
12308 * progmodes/flymake.el (flymake-highlight-line): Use fringe bitmaps.
12309 (flymake-make-overlay): New arg BITMAP.
12310 (flymake-error-bitmap, flymake-warning-bitmap)
12311 (flymake-fringe-indicator-position): New user variables.
12312
12313 * fringe.el: New bitmap exclamation-mark.
12314
12315 2012-07-14 Jan Djärv <jan.h.d@swipnet.se>
12316
12317 * progmodes/cc-cmds.el (c-defun-name): Recognize Objective-C methods
12318 also (Bug#7879).
12319
12320 2012-07-14 Chong Yidong <cyd@gnu.org>
12321
12322 * electric.el (electric-pair-post-self-insert-function): Fix pair
12323 insertion in empty-region case (Bug#11520).
12324
12325 2012-07-14 Chong Yidong <cyd@gnu.org>
12326
12327 * bindings.el: Consolidate ctl-x-r-map bindings.
12328 Bind copy-rectangle-as-kill to C-x r w.
12329
12330 * rect.el, register.el: Move bindings to bindings.el.
12331
12332 2012-07-14 Reuben Thomas <rrt@sc3d.org>
12333
12334 * rect.el (copy-rectangle-as-kill): New command (Bug#739).
12335
12336 2012-07-13 Andreas Schwab <schwab@linux-m68k.org>
12337
12338 * emacs-lisp/cl.el (labels): Remove spurious quote. (Bug#11938)
12339
12340 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
12341
12342 * bindings.el (top): Use `mapc' instead of `mapcar'.
12343
12344 * loadup.el (top): Remove bogus `if' choice (brought by 2008-06-21T01:38:39Z!monnier@iro.umontreal.ca).
12345
12346 2012-07-13 Michael Albinus <michael.albinus@gmx.de>
12347
12348 * progmodes/sql.el (sql-comint): Suppress the check for program on
12349 remote hosts. Reported by Francis Devereux <francis@devrx.org>.
12350 (Bug#11908)
12351
12352 2012-07-13 Chong Yidong <cyd@gnu.org>
12353
12354 * bindings.el: Assign a non-nil permanent-local property to
12355 per-buffer variables which lack a default value (Bug#11930).
12356
12357 * help-fns.el (describe-variable): In the "automatically becomes
12358 local" notice, take note of permanent-local variables.
12359
12360 2012-07-13 Chong Yidong <cyd@gnu.org>
12361
12362 * files.el (toggle-read-only): Doc fix and code cleanup. New arg
12363 to allow printing the message when called from Lisp.
12364
12365 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12366 Remove toggle-read-only.
12367
12368 * bs.el (bs-toggle-readonly):
12369 * buff-menu.el (Buffer-menu-toggle-read-only):
12370 Remove with-no-warnings around toggle-read-only.
12371
12372 * ffap.el (ffap--toggle-read-only): Accept a list of buffers.
12373 Remove with-no-warnings around toggle-read-only.
12374 (ffap-read-only, ffap-read-only-other-window)
12375 (ffap-read-only-other-frame): Callers changed.
12376
12377 * help-mode.el: Don't require view package.
12378 (help-mode-finish): Set buffer-read-only instead of calling
12379 toggle-read-only.
12380
12381 * bindings.el (mode-line-toggle-read-only):
12382 * dired.el (dired-toggle-read-only):
12383 * ibuffer.el (ibuffer-do-toggle-read-only): Call toggle-read-only
12384 with non-nil second arg.
12385
12386 * emacs-lisp/eieio-custom.el (eieio-customize-object):
12387 * vc/ediff.el (ediff-set-read-only-in-buf-A): Set buffer-read-only
12388 directly.
12389
12390 2012-07-12 Eli Zaretskii <eliz@gnu.org>
12391
12392 * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
12393 not incf.
12394
12395 2012-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
12396
12397 More CL cleanups and reduction of use of cl.el.
12398 * woman.el, winner.el, vc/vc-rcs.el, vc/vc-hooks.el, vc/vc-hg.el:
12399 * vc/vc-git.el, vc/vc-dir.el, vc/vc-bzr.el, vc/vc-annotate.el:
12400 * textmodes/tex-mode.el, textmodes/sgml-mode.el, tar-mode.el:
12401 * strokes.el, ses.el, server.el, progmodes/js.el, progmodes/gdb-mi.el:
12402 * progmodes/flymake.el, progmodes/ebrowse.el, progmodes/compile.el:
12403 * play/tetris.el, play/snake.el, play/pong.el, play/landmark.el:
12404 * play/hanoi.el, play/decipher.el, play/5x5.el, nxml/nxml-mode.el:
12405 * net/secrets.el, net/quickurl.el, midnight.el, mail/footnote.el:
12406 * image-dired.el, ibuffer.el, ibuf-macs.el, ibuf-ext.el, hexl.el:
12407 * eshell/eshell.el, eshell/esh-io.el, eshell/esh-ext.el:
12408 * eshell/esh-cmd.el, eshell/em-ls.el, eshell/em-hist.el:
12409 * eshell/em-cmpl.el, eshell/em-banner.el:
12410 * calendar/parse-time.el: Use cl-lib.
12411 * wid-browse.el, wdired.el, vc/vc.el, vc/vc-mtn.el, vc/vc-cvs.el:
12412 * vc/vc-arch.el, tree-widget.el, textmodes/texinfo.el:
12413 * textmodes/refill.el, textmodes/css-mode.el, term/tvi970.el:
12414 * term/ns-win.el, term.el, shell.el, ps-samp.el:
12415 * progmodes/perl-mode.el, progmodes/pascal.el, progmodes/gud.el:
12416 * progmodes/glasses.el, progmodes/etags.el, progmodes/cwarn.el:
12417 * play/gamegrid.el, play/bubbles.el, novice.el, notifications.el:
12418 * net/zeroconf.el, net/xesam.el, net/snmp-mode.el, net/mairix.el:
12419 * net/ldap.el, net/eudc.el, net/browse-url.el, man.el:
12420 * mail/mailheader.el, mail/feedmail.el: Don't use CL.
12421 * ibuf-ext.el (ibuffer-mark-old-buffers): Use float-time.
12422 * eshell/esh-opt.el (eshell-eval-using-options): Quote code with
12423 `lambda' rather than with `quote'.
12424 (eshell-do-opt): Adjust accordingly.
12425 (eshell-process-option): Simplify.
12426 * eshell/esh-var.el:
12427 * eshell/em-script.el: Require `esh-opt' for eshell-eval-using-options.
12428 * emacs-lisp/pcase.el (pcase--dontcare-upats, pcase--let*)
12429 (pcase--expand, pcase--u1): Rename pcase's internal `dontcare' pattern
12430 to `pcase--dontcare'.
12431 * emacs-lisp/cl.el (labels): Mark obsolete.
12432 (cl--letf, letf): Move to cl-lib.
12433 (cl--letf*, letf*): Remove.
12434 * emacs-lisp/cl-lib.el (cl-nth-value): Use defalias.
12435 * emacs-lisp/cl-macs.el (cl-dolist, cl-dotimes): Add indent rule.
12436 (cl-progv): Rewrite.
12437 (cl--letf, cl-letf): Move from cl.el.
12438 (cl-letf*): New macro.
12439 * emacs-lisp/cl-extra.el (cl--progv-before, cl--progv-after): Remove.
12440
12441 2012-07-11 Michael Albinus <michael.albinus@gmx.de>
12442
12443 * net/ange-ftp.el (ange-ftp-cf1): Update the files cache.
12444
12445 2012-07-11 Chong Yidong <cyd@gnu.org>
12446
12447 * vc/log-edit.el (log-edit-vc-backend): New variable.
12448 (log-edit): Doc fix.
12449
12450 * vc/vc-dispatcher.el (vc-log-edit): New args. Use PARAMS
12451 argument of log-edit to set up all local variables.
12452 (vc-start-logentry): New optional arg specifying VC backend.
12453
12454 * vc/vc.el (vc-checkin): Use it.
12455 (vc-deduce-fileset): Handle Log Edit buffers.
12456 (vc-diff): Make first argument optional too.
12457
12458 * vc/log-view.el (log-view-vc-fileset, log-view-vc-backend): Doc fix.
12459
12460 2012-07-10 Michael Albinus <michael.albinus@gmx.de>
12461
12462 * eshell/esh-ext.el (eshell-remote-command): Remove remote part of
12463 command, just in case. The function is not needed anymore.
12464 (eshell-external-command): Do not call `eshell-remote-command'.
12465
12466 2012-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
12467
12468 Reduce use of (require 'cl).
12469 * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el:
12470 * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el:
12471 * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el:
12472 * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el:
12473 * international/quail.el, info-xref.el, imenu.el, image-mode.el:
12474 * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el:
12475 * battery.el, avoid.el, abbrev.el: Use cl-lib.
12476 * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el:
12477 * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el:
12478 * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el:
12479 * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el:
12480 * calculator.el, autorevert.el, apropos.el: Don't require CL.
12481 * emacs-lisp/bytecomp.el (byte-recompile-directory, display-call-tree)
12482 (byte-compile-unfold-bcf, byte-compile-check-variable):
12483 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
12484 (byte-compile-nilconstp):
12485 * emacs-lisp/autoload.el (make-autoload): Use pcase.
12486 * face-remap.el (text-scale-adjust): Simplify pcase patterns.
12487
12488 * emacs-lisp/gv.el (cond): Make it a valid place.
12489 (if): Simplify slightly.
12490
12491 * emacs-lisp/pcase.el (pcase): Accept self-quoting exps as "upatterns".
12492 (pcase--self-quoting-p): New function.
12493 (pcase--u1): Use it.
12494
12495 2012-07-10 Glenn Morris <rgm@gnu.org>
12496
12497 * emacs-lisp/authors.el (authors-fixed-entries):
12498 (authors-renamed-files-alist): Update for configure.in -> configure.ac.
12499
12500 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
12501
12502 Rename configure.in to configure.ac (Bug#11603).
12503 * emacs-lisp/authors.el (authors-canonical-file-name):
12504 * progmodes/autoconf.el (autoconf-mode):
12505 Prefer configure.ac to configure.in.
12506
12507 2012-07-08 Chong Yidong <cyd@gnu.org>
12508
12509 * mouse.el (mouse-drag-line): Rewrite the track-mouse loop.
12510 Implement the mouse-1-click-follows-link handling properly.
12511
12512 * info.el (Info-link-keymap): Use follow-link mechanism for
12513 header-line links (Bug#374).
12514
12515 * simple.el (deactivate-mark): Do not set the primary selection
12516 if another program has acquired it (Bug#11772).
12517
12518 2012-07-07 Kevin Ryde <user42@zip.com.au>
12519
12520 * woman.el (woman-strings): Fix double-quote handling (Bug#1151).
12521 (woman-decode-region): Replace escaped-escapes without destroying
12522 bold or underline (Bug#11552).
12523 (woman2-process-escapes): Handle nofill regions (Bug#11591).
12524
12525 2012-07-07 Chong Yidong <cyd@gnu.org>
12526
12527 * simple.el (yank-pop-change-selection): Doc fix (Bug#11361).
12528 (interprogram-cut-function, interprogram-paste-function):
12529 Mention that we typically mean the clipboard.
12530
12531 2012-07-06 Glenn Morris <rgm@gnu.org>
12532
12533 * kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817)
12534
12535 * files.el (toggle-read-only): Restrict message to interactive use.
12536
12537 2012-07-06 Michael Albinus <michael.albinus@gmx.de>
12538
12539 * net/tramp.el (tramp-restricted-shell-hosts-alist): New defcustom.
12540
12541 * net/tramp-sh.el (tramp-maybe-open-connection): Handle it.
12542
12543 2012-07-06 Glenn Morris <rgm@gnu.org>
12544
12545 * Makefile.in (compile-one-process): Rename from "recompile".
12546
12547 * Makefile.in (bzr-update): "compile" is the same as "recompile
12548 autoloads", but parallelizable, so use that instead.
12549
12550 2012-07-06 Dmitry Gutov <dgutov@yandex.ru>
12551
12552 * window.el (quit-window): Always restore window height when
12553 it's saved in quit-restore parameter (Bug#11810).
12554
12555 2012-07-06 Glenn Morris <rgm@gnu.org>
12556
12557 * simple.el (kill-whole-line): Doc tweak.
12558
12559 2012-07-06 Eli Zaretskii <eliz@gnu.org>
12560
12561 * files.el (file-relative-name): Compare file names
12562 case-insensitively if on MS-Windows or MS-DOS, or if
12563 read-file-name-completion-ignore-case is non-nil. Don't use
12564 case-fold-search for this purpose. (Bug#11827)
12565
12566 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
12567
12568 * calendar/cal-dst.el (calendar-current-time-zone):
12569 Return calendar-current-time-zone-cache if non-nil.
12570
12571 2012-07-17 Masatake YAMATO <yamato@redhat.com>
12572 2012-07-06 Andreas Schwab <schwab@linux-m68k.org>
12573
12574 * calendar/cal-dst.el (calendar-current-time-zone):
12575 Return calendar-current-time-zone-cache if non-nil.
12576
12577 2012-07-06 Glenn Morris <rgm@gnu.org>
12578
12579 * Makefile.in (cvs-update): Remove old alias.
12580
12581 2012-07-05 Michael Albinus <michael.albinus@gmx.de>
12582
12583 Sync with Tramp 2.2.6-pre.
12584
12585 * net/tramp.el (tramp-drop-volume-letter): Provide an XEmacs
12586 compatible declaration.
12587
12588 * net/tramp-cmds.el (tramp-append-tramp-buffers):
12589 Protect `list-load-path-shadows' call.
12590
12591 * net/tramp-compat.el (top): Require packages, which aren't
12592 autoloaded anymore for XEmacs. Protect call of
12593 `tramp-file-name-handler' by `tramp-compat-funcall', pacifying the
12594 compiler. Do not require tramp-util.el and tramp-vc.el anymore,
12595 it hurts at least for SXEmacs.
12596 (tramp-compat-temporary-file-directory): In XEmacs, there is no
12597 standard-value for `temporary-file-directory'.
12598
12599 * net/tramp-sh.el (tramp-do-directory-files-and-attributes-with-stat):
12600 Redirect stderr to /dev/null.
12601 (tramp-sh-handle-write-region): uid and gid can be floats.
12602 Reported by Russell Sim <russell.sim@gmail.com>.
12603 (tramp-sh-handle-vc-registered): Hide errors.
12604 (tramp-vc-file-name-handler): Use dummy results for `process-file'
12605 and `start-file-process'.
12606 (tramp-maybe-open-connection): Check also whether `non-essential'
12607 is bound.
12608
12609 2012-07-04 Chong Yidong <cyd@gnu.org>
12610
12611 * xml.el (xml--parse-buffer): Use xml-syntax-table.
12612 (xml-parse-tag): Likewise, and avoid changing entity tables.
12613 (xml-syntax-table): Define from scratch, making sure not to give
12614 x2000 and other Unicode spaces whitespace syntax, since those are
12615 not spaces in XML.
12616 (xml-parse-fragment): Delete unused function.
12617 (xml-name-start-char-re, xml-name-char-re, xml-name-re)
12618 (xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
12619 (xml-entity-ref, xml-pe-reference-re)
12620 (xml-reference-re, xml-att-value-re, xml-tokenized-type-re)
12621 (xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
12622 (xml-att-type-re, xml-default-decl-re, xml-att-def-re)
12623 (xml-entity-value-re): Use syntax references in regexps where
12624 possible; no need to define inside a let-binding.
12625 (xml-parse-dtd): Use xml-pe-reference-re.
12626 (xml-entity-or-char-ref-re): New defconst.
12627 (xml-parse-string, xml-substitute-special): Use it.
12628
12629 2012-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12630
12631 * files.el (locate-dominating-file): Allow `name' to be a predicate.
12632 (find-file--read-only): New function.
12633 (find-file-read-only, find-file-read-only-other-window)
12634 (find-file-read-only-other-frame): Use it.
12635 (insert-file-contents-literally): Don't `fset'.
12636 (get-free-disk-space): Use locate-dominating-file.
12637
12638 * emacs-lisp/bytecomp.el (byte-compile): Don't signal an error if the
12639 function is already compiled.
12640
12641 * xml.el (xml-name-regexp): Remove, redundant. Use xml-name-re.
12642
12643 2012-07-03 Michael Albinus <michael.albinus@gmx.de>
12644
12645 * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remote
12646 files on the same host.
12647
12648 2012-07-03 Andreas Schwab <schwab@linux-m68k.org>
12649
12650 * help-fns.el (describe-function-1): Only call
12651 help-fns--autoloaded-p when we have a file name. (Bug#11848)
12652
12653 2012-07-03 Chong Yidong <cyd@gnu.org>
12654
12655 * xml.el: Protect parser against XML bombs.
12656 (xml-entity-expansion-limit): New variable.
12657 (xml-parse-string, xml-substitute-special): Use it.
12658 (xml-parse-dtd): Avoid infloop if the DTD is not terminated.
12659
12660 2012-07-03 Glenn Morris <rgm@gnu.org>
12661
12662 * progmodes/bug-reference.el (bug-reference-bug-regexp):
12663 Allow linking to specific messages in debbugs reports (eg 123#5).
12664
12665 2012-07-02 Chong Yidong <cyd@gnu.org>
12666
12667 * xml.el: Fix entity and character reference expansion, allowing
12668 them to expand into markup as per XML spec.
12669 (xml-default-ns): New variable.
12670 (xml-entity-alist): Use XML spec definitions for lt and amp.
12671 (xml-parse-region): Make first two arguments optional.
12672 Discard text properties.
12673 (xml-parse-tag-1): New function, spun off from xml-parse-tag.
12674 All callers changed.
12675 (xml-parse-tag): Call xml-parse-tag-1. For backward
12676 compatibility, this function should not modify buffer contents.
12677 (xml-parse-tag-1): Fix opening-tag regexp.
12678 (xml-parse-string): Rewrite, handling entity and character
12679 references properly.
12680 (xml--entity-replacement-text): Signal an error if a parameter
12681 entity is undefined.
12682
12683 2012-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12684
12685 * comint.el (comint-output-filter): Filter out repeated prompts.
12686
12687 * net/ange-ftp.el (ange-ftp-expand-file-name): Use ange-ftp-ftp-name
12688 and file-name-absolute-p.
12689 (ange-ftp-file-exists-p): Use ange-ftp-file-exists-p for
12690 internal calls.
12691
12692 2012-07-02 Paul Eggert <eggert@cs.ucla.edu>
12693
12694 Spelling fixes.
12695 * emacs-lisp/bytecomp.el (byte-compile--reify-function):
12696 Rename from byte-compile--refiy-function. All uses changed.
12697
12698 2012-07-01 Chong Yidong <cyd@gnu.org>
12699
12700 * xml.el (xml--parse-buffer): New function. Move most of
12701 xml-parse-region here.
12702 (xml-parse-region): Copy region into a temporary buffer, since
12703 parameter entity substitution requires changing buffer contents.
12704 Use xml--parse-buffer.
12705 (xml-parse-file): Use xml--parse-buffer.
12706 (xml-parse-dtd): Make parameter entity substitution work right.
12707 Use proper regexps for ELEMENT declarations (Bug#7172).
12708
12709 2012-06-30 Glenn Morris <rgm@gnu.org>
12710
12711 * comint.el (follow-comint-scroll-to-bottom): Fix declaration.
12712
12713 * net/secrets.el, net/tramp-gvfs.el, net/xesam.el, net/zeroconf.el:
12714 Remove outdated and unnecessary dbus declarations.
12715
12716 2012-06-30 Eli Zaretskii <eliz@gnu.org>
12717
12718 * emacs-lisp/timer.el (timer-until): Subtract results of
12719 float-time, instead of taking float-time of the result of
12720 time-subtract, since float-time signals an error for negative time
12721 arguments.
12722
12723 2012-06-30 Chong Yidong <cyd@gnu.org>
12724
12725 * xml.el (xml-*-re): Convert defvars into defconsts, and
12726 eval-and-compile them so eval-and-compile works on derivatives.
12727 (xml--entity-replacement-text): Use eval-and-comple.
12728
12729 2012-06-30 Michael Albinus <michael.albinus@gmx.de>
12730
12731 * vc/vc-git.el (vc-git-registered): Use cache property
12732 `git-registered'.
12733 (vc-git-mode-line-string): Call `vc-working-revision' instead of
12734 `vc-git-working-revision' in order to benefit from the cache.
12735 (vc-git-root): Use cache property `git-root'. (Bug#11757)
12736
12737 2012-06-30 Dmitry Gutov <dgutov@yandex.ru>
12738
12739 * vc/vc-hooks.el (vc-before-save): Clear cache if file has been
12740 removed (likely outside Emacs). (Bug#11757)
12741
12742 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
12743
12744 * emacs-lisp/cl-lib.el: Require macroexp.
12745
12746 2012-06-30 Chong Yidong <cyd@gnu.org>
12747
12748 * xml.el: Implement XML parameter entities.
12749 (xml-parameter-entity-alist): New variable.
12750 (xml-parse-region, xml-parse-fragment): Preserve previous values
12751 of xml-entity-alist and xml-parameter-entity-alist, so that
12752 repeated calls on different documents do not change them.
12753 (xml-parse-tag): Fix doctype regexp.
12754 (xml--entity-replacement-text): New function.
12755 (xml-parse-dtd): Use it. Don't handle system entities; doing that
12756 properly requires url retrieval which is unimplemented.
12757 (xml-escape-string): Doc fix.
12758
12759 2012-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
12760
12761 * emacs-lisp/cl-lib.el (cl-pushnew): Use macroexp-let2.
12762
12763 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru>
12764
12765 * fringe.el (fringe-mode): Doc fix.
12766
12767 2012-06-29 Michael Albinus <michael.albinus@gmx.de>
12768
12769 * net/ange-ftp.el (ange-ftp-get-passwd): Throw if `non-essential'
12770 is non-nil.
12771 (ange-ftp-ignore-errors-if-non-essential): New defmacro.
12772 (ange-ftp-file-name-all-completions): Use it. (Bug#11808)
12773
12774 2012-06-29 Andreas Schwab <schwab@linux-m68k.org>
12775
12776 * calendar/cal-dst.el (calendar-current-time-zone):
12777 Return calendar-current-time-zone-cache if non-nil.
12778
12779 2012-06-29 Masatake YAMATO <yamato@redhat.com>
12780
12781 * progmodes/which-func.el (which-func-format):
12782 Add mouse-face. (Bug#11698)
12783
12784 2012-06-29 Leo Liu <sdl.web@gmail.com>
12785
12786 * textmodes/enriched.el (enriched-next-annotation): Use eq (Bug#11528).
12787
12788 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12789
12790 * minibuffer.el (minibuffer-confirm-exit-commands):
12791 Add completion-at-point (bug#11725).
12792
12793 2012-06-29 Glenn Morris <rgm@gnu.org>
12794
12795 * progmodes/f90.el (f90-font-lock-keywords-2):
12796 Add some preprocessor elements. (Bug#10499)
12797
12798 2012-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
12799
12800 * progmodes/cperl-mode.el (cperl-update-syntaxification):
12801 Use syntax-propertize (bug#11739).
12802
12803 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
12804
12805 * emacs-lisp/cl-lib.el (cl-pushnew): Don't capture X (bug#11811).
12806
12807 2012-06-28 Julien Danjou <julien@danjou.info>
12808
12809 * term.el (term-handle-colors-array): Use a set of new faces to
12810 color the terminal. Also uses :inverse-video property.
12811 (term-default-fg-color): Set to nil by default, deprecate in favor
12812 of `term-face'.
12813 (term-default-bg-color): Set to nil by default, deprecate in favor
12814 of `term-face'.
12815 (term-current-face): Use `term-face' by default.
12816 (term-bold-attribute): Variable deleted.
12817
12818 2012-06-28 Glenn Morris <rgm@gnu.org>
12819
12820 * simple.el (completion-list-mode-finish):
12821 Don't use toggle-read-only. (Since completion-list-mode has
12822 a special mode-class, it wasn't doing anything extra anyway.)
12823
12824 2012-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
12825
12826 Make inlining of other-mode interpreted functions work (bug#11799).
12827 * emacs-lisp/bytecomp.el (byte-compile--refiy-function): New fun.
12828 (byte-compile): Use it to fix compilation of lexical-binding closures.
12829 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Compile the
12830 function, if needed.
12831
12832 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
12833
12834 * help-mode.el (help-make-xrefs): Don't just withstand
12835 cyclic-variable-indirection but any error in documentation-property.
12836
12837 * loadup.el (purify-flag): Pre-grow the hash-table to reduce the
12838 memory use.
12839 * bindings.el (bindings--define-key): New function.
12840 * vc/vc-hooks.el, replace.el, menu-bar.el, international/mule-cmds.el:
12841 * emacs-lisp/lisp-mode.el, buff-menu.el, bookmark.el:
12842 * bindings.el: Use it to purecopy define-key bindings.
12843
12844 * textmodes/rst.el (rst-adornment-faces-alist): Avoid copy-list.
12845
12846 * emacs-lisp/cl.el (flet): Mark obsolete.
12847 * emacs-lisp/cl-macs.el (cl-flet*): New macro.
12848 * vc/vc-rcs.el (vc-rcs-annotate-command, vc-rcs-parse):
12849 * progmodes/js.el (js-c-fill-paragraph):
12850 * progmodes/ebrowse.el (ebrowse-switch-member-buffer-to-sibling-class)
12851 (ebrowse-switch-member-buffer-to-derived-class):
12852 * play/5x5.el (5x5-solver): Use cl-flet.
12853
12854 * emacs-lisp/cl.el: Use lexical-binding. Fix flet (bug#11780).
12855 (cl--symbol-function): New macro.
12856 (cl--letf, cl--letf*): Use it.
12857
12858 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
12859 Strip "toggle-" if any.
12860
12861 2012-06-27 Glenn Morris <rgm@gnu.org>
12862
12863 * info.el (Info-default-directory-list): Move here from paths.el.
12864 * paths.el: Remove file, which is now empty.
12865 * loadup.el: No longer load "paths".
12866
12867 * custom.el (custom-initialize-delay): Doc fix.
12868
12869 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
12870 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
12871 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
12872 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
12873 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
12874 * eshell/em-xtra.el: Replace eshell-defgroup with "(progn (defgroup".
12875 * eshell/eshell.el (eshell-defgroup): Remove alias.
12876
12877 2012-06-27 Chong Yidong <cyd@gnu.org>
12878
12879 * help.el (help-enable-auto-load): New variable.
12880
12881 * help-fns.el (help-fns--autoloaded-p): New function.
12882 (describe-function-1): Refer to a function as "autoloaded" if it
12883 was autoloaded at any time in the past. Perform autoloading if
12884 help-enable-auto-load is non-nil.
12885
12886 2012-06-26 Eli Zaretskii <eliz@gnu.org>
12887
12888 * makefile.w32-in (compile, compile-always): Depend on
12889 update-subdirs, not on subdirs.el. Otherwise, several different
12890 sub-targets of 'bootstrap' running in parallel could
12891 simultaneously write to subdirs.el, producing a garbled file.
12892
12893 2012-06-26 Sam Steingold <sds@gnu.org>
12894
12895 * files.el (file-name-base): New convenience function.
12896 * autoinsert.el, cus-dep.el, doc-view.el, image-dired.el:
12897 * woman.el, eshell/esh-cmd.el, progmodes/ada-xref.el:
12898 * progmodes/cc-defs.el, progmodes/cperl-mode.el:
12899 * progmodes/flymake.el, progmodes/gud.el, progmodes/idlwave.el:
12900 * textmodes/ispell.el, textmodes/reftex-ref.el:
12901 * textmodes/tex-mode.el: Use it.
12902 Did not touch cedet and org because they are maintained elsewhere.
12903
12904 2012-06-26 Martin Rudalics <rudalics@gmx.at>
12905
12906 * calendar/calendar.el (calendar-exit): Don't try to delete or
12907 iconify last frame. See:
12908 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00372.html
12909
12910 2012-06-25 Jim Diamond <Jim.Diamond@AcadiaU.ca> (tiny change)
12911
12912 * server.el (server-process-filter): Remember dir in the
12913 process's `server-client-directory' properties.
12914
12915 2012-06-24 Chong Yidong <cyd@gnu.org>
12916
12917 * xml.el (xml-parse-tag): Correctly handle comment embedded in
12918 non-tag text.
12919
12920 2012-06-23 Juanma Barranquero <lekktu@gmail.com>
12921
12922 * makefile.w32-in (COMPILE_FIRST): Synch with changes in 2012-06-22T21:24:54Z!monnier@iro.umontreal.ca.
12923
12924 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12925
12926 * help-fns.el (describe-variable): Don't croak when doc is not found.
12927 * vc/pcvs.el (cvs-retrieve-revision): Avoid toggle-read-only.
12928 * menu-bar.el (menu-bar-line-wrapping-menu): Purecopy a tiny bit more.
12929 * emacs-lisp/syntax.el (syntax-ppss): Simplify with new `if' place.
12930 * emacs-lisp/smie.el (smie-next-sexp): CSE.
12931 * emacs-lisp/macroexp.el (macroexp-let2): Fix edebug spec and avoid
12932 ((lambda ..) ..).
12933 * emacs-lisp/eieio.el (eieio-oref, slot-value): Use simpler defsetf.
12934
12935 2012-06-23 Chong Yidong <cyd@gnu.org>
12936
12937 * info.el (Info-mouse-follow-link): Accept symbol values of
12938 link-args. Select window; suggested by Gerhard Kahl (Bug#11672).
12939 (Info-fontify-node): Use Info-link-keymap for all navigation
12940 buttons, with link-args property to perform the desired action.
12941 (Info-link-keymap): Doc fix.
12942 (Info-next-link-keymap, Info-prev-link-keymap)
12943 (Info-up-link-keymap): Delete now-unused keymaps.
12944
12945 2012-06-23 Chong Yidong <cyd@gnu.org>
12946
12947 * mouse.el (mouse-drag-track): Deactivate the mark before popping.
12948
12949 * progmodes/python.el (python-skeleton-define): Mark abbrevs as
12950 system abbrevs.
12951
12952 * ansi-color.el (ansi-color-apply-on-region): Doc fix.
12953
12954 2012-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
12955
12956 * emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists
12957 (bug#11719).
12958
12959 * minibuffer.el (completion--twq-try): Try to fail more gracefully when
12960 the requote function doesn't work properly (bug#11714).
12961
12962 2012-06-23 Glenn Morris <rgm@gnu.org>
12963
12964 * pcmpl-rpm.el (pcmpl-rpm-packages): Give status messages.
12965
12966 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12967
12968 Further GV/CL cleanups.
12969 * emacs-lisp/gv.el (gv-get): Autoload functions to find their
12970 gv-expander.
12971 (gv--defun-declaration): New function.
12972 (defun-declarations-alist): Use it.
12973 (gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
12974 (gv-place): Autoload.
12975 * emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
12976 original definition of dotimes and dolist.
12977 * emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
12978 (cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
12979 * emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
12980 (cl-fifth, cl-sixth, cl-seventh, cl-eighth)
12981 (cl-ninth, cl-tenth): Move gv handler to the function's definition.
12982 * emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
12983 to the function's definition.
12984 * Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
12985 * window.el:
12986 * files.el:
12987 * faces.el:
12988 * env.el: Don't use CL.
12989
12990 2012-06-22 Paul Eggert <eggert@cs.ucla.edu>
12991
12992 Support higher-resolution time stamps (Bug#9000).
12993
12994 * calendar/time-date.el (with-decoded-time-value): New arg
12995 PICO-SYMBOL in VARLIST. It's optional, for backward compatibility.
12996 (encode-time-value): New optional arg PICO. New type 3.
12997 (time-to-seconds) [!float-time]: Support the new picoseconds
12998 component if it's used.
12999 (seconds-to-time, time-subtract, time-add):
13000 Support ps-resolution time stamps as well.
13001
13002 * emacs-lisp/timer.el (timer): New component psecs. All uses changed.
13003 (timerp): Timer vectors now have length 9, not 8.
13004 (timer--time): Support new-style (4-part) time stamps.
13005 (timer-next-integral-multiple-of-time): Time stamps now have
13006 picosecond resolution, so take a bit more care about rounding.
13007 (timer-relative-time, timer-inc-time): New optional arg psecs.
13008 (timer-set-time-with-usecs): Set psecs to 0.
13009 (timer--activate): Check psecs component, too.
13010
13011 * proced.el (proced-time-lessp): Support ps-resolution stamps.
13012
13013 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
13014
13015 * icomplete.el (icomplete-minibuffer-setup, icomplete-completions):
13016 Move the non-essential binding to the post/pre-command-hook where it is
13017 more obviously correct.
13018
13019 * subr.el (read-passwd): Don't use a history at all.
13020 * savehist.el (savehist-save): Remove password saved accidentally
13021 because of the above bug.
13022
13023 2012-06-22 Bastien Guerry <bzg@gnu.org>
13024
13025 * files.el (toggle-read-only): Display a message telling whether
13026 the buffer is read-only or not (bug#11726).
13027
13028 2012-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
13029
13030 * emacs-lisp/gv.el: New file.
13031 * subr.el (push, pop): Extend to generalized variables.
13032 * loadup.el (macroexp): Unload if preloaded and uncompiled (bug#11657).
13033 * emacs-lisp/cl-lib.el (cl-pop, cl-push, cl--set-nthcdr): Remove.
13034 * emacs-lisp/cl-macs.el: Require gv. Use gv-define-setter,
13035 gv-define-simple-setter, and gv-define-expander.
13036 Remove setf-methods defined in gv. Rename cl-setf -> setf.
13037 (cl-setf, cl-do-pop, cl-get-setf-method): Remove.
13038 (cl-letf, cl-letf*, cl-define-modify-macro, cl-defsetf)
13039 (cl-define-setf-expander, cl-struct-setf-expander): Move to cl.el.
13040 (cl-remf, cl-shiftf, cl-rotatef, cl-callf, cl-callf2): Rewrite with
13041 gv-letplace.
13042 (cl-defstruct): Don't define setf-method any more.
13043 * emacs-lisp/cl.el (flet): Don't autoload.
13044 (cl--letf, letf, cl--letf*, letf*, cl--gv-adapt)
13045 (define-setf-expander, defsetf, define-modify-macro)
13046 (cl-struct-setf-expander): Move from cl-lib.el.
13047 * emacs-lisp/syntax.el:
13048 * emacs-lisp/ewoc.el:
13049 * emacs-lisp/smie.el:
13050 * emacs-lisp/cconv.el:
13051 * emacs-lisp/timer.el: Rename cl-setf -> setf, cl-push -> push.
13052 (timer--time): Use gv-define-simple-setter.
13053 * emacs-lisp/macroexp.el (macroexp-let2): Rename from macroexp-let²
13054 to avoid coding-system problems in subr.el. Adjust all users.
13055 (macroexp--maxsize, macroexp-small-p): New functions.
13056 * emacs-lisp/bytecomp.el (byte-compile-file): Don't use cl-letf.
13057 * scroll-bar.el (scroll-bar-mode):
13058 * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
13059 (normal-erase-is-backspace-mode): Don't use the `eq' place.
13060 * winner.el (winner-configuration, winner-make-point-alist)
13061 (winner-set-conf, winner-get-point, winner-set): Don't abuse letf.
13062 * files.el (locate-file-completion-table): Avoid list*.
13063
13064 2012-06-22 Chong Yidong <cyd@gnu.org>
13065
13066 * dired-aux.el (dired-do-create-files): Doc fix (Bug#11327).
13067 (dired-create-files): Doc fix (Bug#11329).
13068 (dired-do-copy): Doc fix (Bug#11334).
13069 (dired-mark-read-string): Doc fix (Bug#11553).
13070
13071 * dired.el (dired-recursive-copies, dired-recursive-deletes):
13072 Doc fix (Bug#11326).
13073 (dired-make-relative): Doc fix (Bug#11332). Remove unused arg.
13074 (dired-dwim-target): Doc fix.
13075
13076 * wdired.el (wdired-mode): Doc fix.
13077
13078 2012-06-22 Glenn Morris <rgm@gnu.org>
13079
13080 * pcmpl-rpm.el (pcmpl-rpm-cache): New option.
13081 (pcmpl-rpm-cache-stamp-file): New constant.
13082 (pcmpl-rpm-cache-time, pcmpl-rpm-packages): New variables.
13083 (pcmpl-rpm-packages): Optionally cache list of packages.
13084
13085 * pcmpl-rpm.el (pcmpl-rpm): New group.
13086 (pcmpl-rpm-query-options): New option.
13087 (pcmpl-rpm-packages): No need to inline it.
13088 Use pcmpl-rpm-query-options.
13089
13090 * calendar/calendar.el (calendar-in-read-only-buffer):
13091 Avoid some needless mode changes.
13092
13093 2012-06-21 Chong Yidong <cyd@gnu.org>
13094
13095 * desktop.el (desktop-read): Don't prompt if daemon (Bug#11674).
13096 (desktop-path): Remove . from the default value (Bug#10977).
13097 (desktop-read): Use user-emacs-directory if desktop-path is nil.
13098
13099 2012-06-20 Chong Yidong <cyd@gnu.org>
13100
13101 * term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).
13102
13103 2012-06-20 David Röthlisberger <david@rothlis.net> (tiny change)
13104
13105 * ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j
13106 (bug#11201).
13107
13108 2012-06-20 Chong Yidong <cyd@gnu.org>
13109
13110 * term.el (term-window-width): Handle the case of a missing right
13111 fringe (Bug#8837).
13112 (term-check-size): Use window-text-height (Bug#5445).
13113 (term-mode): Use define-derived-mode. Minor cleanups.
13114 Set font-lock-defaults (Bug#7692).
13115 (term-move-columns, term-insert-char, term-emulate-terminal)
13116 (term-erase-in-line, term-insert-spaces): Use font-lock-face.
13117
13118 2012-06-20 Michael Albinus <michael.albinus@gmx.de>
13119
13120 * net/ange-ftp.el (ange-ftp-get-passwd):
13121 Bind `enable-recursive-minibuffers'.
13122 (ange-ftp-get-process): Throw if `non-essential' is non-nil.
13123
13124 2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
13125
13126 * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
13127
13128 2012-06-19 Glenn Morris <rgm@gnu.org>
13129
13130 * progmodes/python.el (python-mode): Derive from prog-mode.
13131
13132 2012-06-19 Kevin Gallagher <Kevin.Gallagher@boeing.com>
13133
13134 * emulation/edt.el (edt-default-menu-bar-update-buffers)
13135 (edt-user-menu-bar-update-buffers): New functions.
13136 (edt-default-emulation-setup, edt-user-emulation-setup): Use them.
13137
13138 2012-06-19 Chong Yidong <cyd@gnu.org>
13139
13140 * subr.el (with-selected-window): Preserve the selected window's
13141 terminal's top-frame (Bug#4702).
13142
13143 * window.el (save-selected-window): Likewise.
13144
13145 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
13146
13147 * progmodes/python.el (python-rx-constituents): Move backquote.
13148 (python-skeleton-define, python-define-auxiliary-skeleton):
13149 Use `declare'.
13150
13151 2012-06-18 Michael Albinus <michael.albinus@gmx.de>
13152
13153 * minibuffer.el (read-file-name-default): Revert the patch from
13154 2012-06-17.
13155
13156 2012-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
13157
13158 * emacs-lisp/pcase.el (pcase--expand): Warn for unused pattern.
13159 (pcase--u1, pcase--q1): Don't use apply-partially.
13160
13161 2012-06-18 Glenn Morris <rgm@gnu.org>
13162
13163 * progmodes/python.el (python-proc, python-buffer)
13164 (python-send-receive, python-send-string): Fix obsolete versions.
13165
13166 2012-06-18 Martin Rudalics <rudalics@gmx.at>
13167
13168 * window.el (special-display-p): Completely remove stringp
13169 check. Suggested by Andreas Schwab <schwab@linux-m68k.org>.
13170
13171 2012-06-17 Michael Albinus <michael.albinus@gmx.de>
13172
13173 * minibuffer.el (read-file-name-default): Bind `non-essential' to `t'.
13174
13175 * net/tramp.el (tramp-file-name-handler): Catch 'non-essential.
13176
13177 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-start-process):
13178 * net/tramp-sh.el (tramp-maybe-open-connection):
13179 Throw if `non-essential' is non-nil.
13180
13181 2012-06-17 Martin Rudalics <rudalics@gmx.at>
13182
13183 * window.el (special-display-p): Signal an error if BUFFER-NAME
13184 is not a string (Bug#11713).
13185
13186 2012-06-17 Paul Eggert <eggert@cs.ucla.edu>
13187
13188 * progmodes/python.el (python-info-beginning-of-backslash):
13189 Rename from python-info-beginning-of-backlash, as a spelling fix.
13190
13191 2012-06-17 Chong Yidong <cyd@gnu.org>
13192
13193 * term.el (term-emulate-terminal): If term-check-size is called,
13194 move point to the process mark without resetting point (Bug#4635).
13195
13196 2012-06-17 Glenn Morris <rgm@gnu.org>
13197
13198 * international/mule-cmds.el (mule-menu-keymap)
13199 (set-language-environment, set-locale-environment): Doc tweaks.
13200
13201 2012-06-16 Aurelien Aptel <aurelien.aptel@gmail.com>
13202
13203 * cus-face.el (custom-face-attributes): Add wave-style underline
13204 attribute.
13205 * faces.el (set-face-attribute): Update docstring to describe
13206 wave-style underline attribute.
13207
13208 2012-06-16 Chong Yidong <cyd@gnu.org>
13209
13210 * term/xterm.el (terminal-init-xterm): Discard input before
13211 querying background mode (Bug#10959).
13212
13213 2012-06-16 Stefan Merten <smerten@oekonux.de>
13214
13215 * textmodes/rst.el: Added and corrected some comments.
13216 (rst-re-alist-def): Improve symbol syntax.
13217 (rst-mode-syntax-table): Correct syntax entries.
13218 (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
13219 (rst-official-version, rst-official-cvs-rev): Update version
13220 information.
13221
13222 2012-06-15 Juanma Barranquero <lekktu@gmail.com>
13223
13224 * makefile.w32-in (COMPILE_FIRST): Synch with makefile.in changes
13225 in 2008-06-22T13:57:28Z!monnier@iro.umontreal.ca.
13226
13227 2012-06-15 Fabián Ezequiel Gallina <fgallina@cuca>
13228
13229 * progmodes/python.el: New python.el merge.
13230 (python-guess-indent): Obsolete var.
13231 (python-indent-guess-indent-offset): New defcustom.
13232 (python-indent): Obsolete var.
13233 (python-indent-offset): New defcustom.
13234 (python-python-command, python-jython-command): Delete var.
13235 (python-shell-interpreter): New defcustom.
13236 (python-pdbtrack-do-tracking-p): Delete var.
13237 (python-pdbtrack-activate): New defcustom.
13238 (python-use-skeletons): Obsolete var.
13239 (python-skeleton-autoinsert): New defcustom.
13240 (inferior-python-filter-regexp, python-continuation-offset)
13241 (python-honour-comment-indentation, python-indent-string-contents)
13242 (python-jython-packages, python-mode-hook)
13243 (python-pdbtrack-minor-mode-string, python-remove-cwd-from-path)
13244 (python-shell-prompt-alist)
13245 (python-source-modes): Delete defcustoms.
13246 (python-check-buffer-name, python-eldoc-setup-code)
13247 (python-eldoc-string-code, python-ffap-setup-code)
13248 (python-ffap-string-code, python-fill-comment-function)
13249 (python-fill-decorator-function, python-fill-paren-function)
13250 (python-fill-string-function, python-imenu-include-defun-type)
13251 (python-imenu-make-tree, python-imenu-subtree-root-label)
13252 (python-pdbtrack-stacktrace-info-regexp, python-shell-buffer-name)
13253 (python-shell-compilation-regexp-alist)
13254 (python-shell-completion-module-string-code)
13255 (python-shell-completion-pdb-string-code)
13256 (python-shell-completion-setup-code)
13257 (python-shell-completion-string-code)
13258 (python-shell-enable-font-lock, python-shell-exec-path)
13259 (python-shell-extra-pythonpaths)
13260 (python-shell-internal-buffer-name, python-shell-interpreter-args)
13261 (python-shell-process-environment)
13262 (python-shell-prompt-block-regexp)
13263 (python-shell-prompt-output-regexp)
13264 (python-shell-prompt-pdb-regexp, python-shell-prompt-regexp)
13265 (python-shell-send-setup-max-wait, python-shell-setup-codes)
13266 (python-shell-virtualenv-path): New defcustoms.
13267 (brm-menu, eldoc-documentation-function, inferior-python-mode-map)
13268 (inferior-python-mode-syntax-table, python--prompt-regexp)
13269 (python-buffer, python-command python-python-command)
13270 (python-default-template, python-imports, python-indent-index)
13271 (python-indent-list, python-indent-list-length)
13272 (python-mode-running, python-pdbtrack-is-tracking-p)
13273 (python-preoutput-continuation, python-preoutput-leftover)
13274 (python-preoutput-result, python-preoutput-skip-next-prompt)
13275 (python-prev-dir/file, python-recursing)
13276 (python-saved-check-command, python-version-checked)
13277 (python-which-func-length-limit)
13278 (view-return-to-alist): Delete vars.
13279 (python-check-custom-command, python-dotty-syntax-table)
13280 (python-imenu-index-alist, python-indent-current-level)
13281 (python-indent-dedenters, python-indent-levels)
13282 (python-nav-beginning-of-defun-regexp)
13283 (python-nav-list-defun-positions-cache)
13284 (python-pdbtrack-buffers-to-kill, python-pdbtrack-tracked-buffer)
13285 (python-shell-internal-buffer)
13286 (python-skeleton-available): New vars.
13287 (def-python-skeleton): Delete macro.
13288 (python-skeleton-define): New macro.
13289 (python-define-auxiliary-skeleton, python-rx): New macros.
13290 (python-insert-class): Delete command.
13291 (python-skeleton-class): New command.
13292 (python-insert-def): Delete command.
13293 (python-skeleton-def): New command.
13294 (python-insert-for): Delete command.
13295 (python-skeleton-for): New command.
13296 (python-insert-if): Delete command.
13297 (python-skeleton-if): New command.
13298 (python-insert-try/except, python-insert-try/finally): Delete commands.
13299 (python-skeleton-try): New command.
13300 (python-insert-while): Delete command.
13301 (python-skeleton-while): New command.
13302 (python-backspace): Delete command.
13303 (python-indent-dedent-line-backspace): New command.
13304 (python-electric-colon): Delete command.
13305 (python-indent-electric-colon): New command.
13306 (python-guess-indent): Delete command.
13307 (python-indent-guess-indent-offset): New command.
13308 (python-shift-left): Delete command.
13309 (python-indent-shift-left): New command.
13310 (python-shift-right): Delete command.
13311 (python-indent-shift-right): New command.
13312 (python-find-function): Delete command.
13313 (python-nav-jump-to-defun): New command.
13314 (python-next-statement): Delete command.
13315 (python-nav-forward-sentence): New command.
13316 (python-previous-statement): Delete command.
13317 (python-nav-backward-sentence): New command.
13318 (python-fill-paragraph): Delete command.
13319 (python-fill-paragraph-function): New command.
13320 (python-send-buffer): Delete command.
13321 (python-shell-send-buffer): New command.
13322 (python-send-defun): Delete command.
13323 (python-shell-send-defun): New command.
13324 (python-send-region, python-send-region-and-go): Delete commands.
13325 (python-shell-send-region)
13326 (python-shell-switch-to-shell): New commands.
13327 (python-send-string): Delete command.
13328 (python-shell-send-string): New command.
13329 (python-switch-to-python): Delete command.
13330 (python-shell-switch-to-shell): New command.
13331 (python-describe-symbol): Delete command.
13332 (python-eldoc-at-point): New command.
13333 (python--set-prompt-regexp, python-args-to-list)
13334 (python-after-info-look, python-check-version)
13335 (python-check-comint-prompt, python-find-imports)
13336 (python-execute-file, turn-off-pdbtrack, turn-on-pdbtrack)
13337 (python-unload-function, python-expand-template)
13338 (python-maybe-jython, python-preoutput-filter)
13339 (python-pdbtrack-get-source-buffer)
13340 (python-pdbtrack-grub-for-buffer, python-pdbtrack-overlay-arrow)
13341 (python-pdbtrack-toggle-stack-tracking)
13342 (python-pdbtrack-track-stack-file, python-initial-text)
13343 (python-first-word, python-comment-line-p, python-send-command)
13344 (python-setup-brm, python-sentinel, python-set-proc)
13345 (python-skip-out, python-input-filter, python-outdent-p)
13346 (python-outline-level, python-backslash-continuation-line-p)
13347 (python-end-of-block, python-end-of-statement, python-mark-block)
13348 (python-beginning-of-block, python-beginning-of-statement)
13349 (python-blank-line-p, python-beginning-of-string)
13350 (python-open-block-statement-p): Delete functions.
13351 (python-indent-line, python-indent-line-1): Delete functions.
13352 (python-indent-line): New function.
13353 (python-indentation-levels): Delete function.
13354 (python-indent-calculate-levels): New function.
13355 (python-proc): Delete function.
13356 (python-shell-get-process): New function.
13357 (python-send-receive): Delete function.
13358 (python-shell-send-string-no-output): New function.
13359 (python-module-path): Delete function.
13360 (python-ffap-module-path): New function.
13361 (python-completion-at-point)
13362 (python-symbol-completions): Delete functions.
13363 (python-completion-complete-at-point): New function.
13364 (python-load-file): Delete function.
13365 (python-shell-send-file): New function.
13366 (python-calculate-indentation): Delete function.
13367 (python-indent-calculate-indentation): New function.
13368 (python-skip-comments/blanks): Delete function.
13369 (python-util-forward-comment): New function.
13370 (python-continuation-line-p): Delete function.
13371 (python-info-continuation-line-p): New function.
13372 (python-which-func, python-current-defun): Delete function.
13373 (python-info-current-defun): New function.
13374 (python-beginning-of-defun): Delete function.
13375 (python-nav-beginning-of-defun): New function.
13376 (python-close-block-statement-p)
13377 (python-block-end-p): Delete function.
13378 (python-info-closing-block): New function.
13379 (python-comint-output-filter-function)
13380 (python-eldoc--get-doc-at-point, python-end-of-defun-function)
13381 (python-fill-comment, python-fill-decorator, python-fill-paren)
13382 (python-fill-string, python-imenu-make-element-tree)
13383 (python-imenu-make-tree, python-imenu-tree-assoc)
13384 (python-indent-context, python-indent-dedent-line)
13385 (python-indent-line-function)
13386 (python-indent-post-self-insert-function)
13387 (python-indent-toggle-levels)
13388 (python-info-assignment-continuation-line-p)
13389 (python-info-beginning-of-backlash)
13390 (python-info-block-continuation-line-p)
13391 (python-info-closing-block-message)
13392 (python-info-line-ends-backslash-p)
13393 (python-info-looking-at-beginning-of-defun)
13394 (python-info-ppss-context, python-info-ppss-context-type)
13395 (python-nav-list-defun-positions, python-nav-read-defun)
13396 (python-nav-sentence-end, python-nav-sentence-start)
13397 (python-pdbtrack-comint-output-filter-function)
13398 (python-pdbtrack-set-tracked-buffer)
13399 (python-shell-calculate-exec-path)
13400 (python-shell-calculate-process-environment)
13401 (python-shell-completion--do-completion-at-point)
13402 (python-shell-completion--get-completions)
13403 (python-shell-completion-complete-at-point)
13404 (python-shell-completion-complete-or-indent)
13405 (python-shell-get-or-create-process)
13406 (python-shell-get-process-name)
13407 (python-shell-internal-get-or-create-process)
13408 (python-shell-internal-get-process-name)
13409 (python-shell-internal-send-string, python-shell-make-comint)
13410 (python-shell-parse-command, python-shell-send-setup-code)
13411 (python-skeleton-add-menu-items)
13412 (python-util-clone-local-variables, python-util-position)
13413 (run-python-internal, python-indentation-levels)
13414 (python-nav-beginning-of-defun)
13415 (python-completion-complete-at-point): New functions.
13416 (run-python): Change arguments. New API requirements.
13417
13418 2012-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13419
13420 * emacs-lisp/cl-lib.el (cl--defsubst-expand): Autoload inliner
13421 (bug#11649).
13422
13423 * emacs-lisp/macroexp.el (macroexp--compiler-macro): New function.
13424 (macroexp--expand-all): Use it.
13425
13426 * emacs-lisp/cl-macs.el (cl--transform-function-property): Remove.
13427 (cl-define-setf-expander, cl-deftype, cl-define-compiler-macro):
13428 Use `cl-function' instead.
13429
13430 2012-06-14 Juanma Barranquero <lekktu@gmail.com>
13431
13432 * makefile.w32-in (COMPILE_FIRST): Remove subr.el.
13433 Suggested by Stefan Monnier while discussing bug#11657.
13434
13435 2012-06-14 Sam Steingold <sds@gnu.org>
13436
13437 * files.el (abort-if-file-too-large): Use `file-size-human-readable'.
13438
13439 2012-06-14 Andreas Schwab <schwab@linux-m68k.org>
13440
13441 * play/doctor.el (doctor-doc): Remove parameter and use
13442 doctor-sent instead of sent.
13443 (doctor-read-print): Use doctor-sent instead of sent. (Bug#11708)
13444
13445 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13446
13447 * files.el: Require cl-lib.
13448 (file-name-non-special): Replace case -> cl-case.
13449
13450 * emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.
13451
13452 * emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect
13453 mapping from #' to function*.
13454
13455 2012-06-13 Chong Yidong <cyd@gnu.org>
13456
13457 * mouse.el (mouse-drag-track): Do not set the mark if the user
13458 releases the mouse without selecting anything (Bug#11588).
13459
13460 2012-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13461
13462 * textmodes/tex-mode.el (latex-indent): Recognize tex-verbatim at EOB
13463 as well (bug#11646).
13464
13465 * loadup.el: Count byte-code functions as well.
13466
13467 * emacs-lisp/byte-opt.el (featurep): Move compiler-macro...
13468 * emacs-lisp/bytecomp.el (featurep): ...here (bug#11692).
13469
13470 * emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt
13471 (bug#11649). Add cl-defun and cl-defmacro.
13472
13473 2012-06-13 Drew Adams <drew.adams@oracle.com>
13474
13475 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
13476 Fix last change.
13477
13478 2012-06-13 Michael Albinus <michael.albinus@gmx.de>
13479
13480 * net/dbus.el (dbus-call-method): Use timeout for `read-event'.
13481 Otherwise, it blocks in batch mode.
13482
13483 2012-06-13 Juanma Barranquero <lekktu@gmail.com>
13484
13485 * help-mode.el (bookmark-make-record-default): Declare.
13486
13487 2012-06-13 Chong Yidong <cyd@gnu.org>
13488
13489 * emacs-lisp/package.el (list-packages): Compute a list of
13490 packages that are newly-available since the last list-packages
13491 invocation.
13492 (package-menu--new-package-list): New var.
13493 (package-menu--generate, package-menu--print-info)
13494 (package-menu--status-predicate, package-menu-mark-install):
13495 Handle new status label "new".
13496
13497 2012-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13498
13499 * emacs-lisp/cl-macs.el (cl-remf): Fix error in recent
13500 conversion to backquotes.
13501
13502 2012-06-12 Chong Yidong <cyd@gnu.org>
13503
13504 * emacs-lisp/edebug.el (edebug-inhibit-emacs-lisp-mode-bindings):
13505 Rename from gud-inhibit-global-bindings.
13506
13507 * emacs-lisp/eieio.el (eieio-pre-method-execution-hooks): Doc fix.
13508
13509 * nxml/nxml-glyph.el (nxml-glyph-set-functions): Rename abnormal
13510 hook from nxml-glyph-set-hook.
13511
13512 * progmodes/cwarn.el (cwarn-mode): Remove redundant variable
13513 declaration.
13514
13515 * progmodes/pascal.el (pascal-toggle-completions): Doc fix.
13516
13517 * textmodes/bibtex.el (bibtex-string-file-path, bibtex-file-path):
13518 Convert to defcustom.
13519
13520 2012-06-12 Drew Adams <drew.adams@oracle.com>
13521
13522 * help-mode.el (help-bookmark-make-record, help-bookmark-jump):
13523 New functions.
13524 (help-mode): Use them.
13525
13526 2012-06-11 Glenn Morris <rgm@gnu.org>
13527
13528 * progmodes/fortran.el (fortran-font-lock-keywords-3):
13529 Use preprocessor face for directives.
13530 (fortran-directive-re): Doc fix.
13531
13532 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13533
13534 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
13535 conversion to backquotes (bug#11652).
13536
13537 Fix compiler-expansion of CL's cXXr functions (bug#11673).
13538 * emacs-lisp/cl-lib.el (cl--defalias): New function.
13539 (cl-values, cl-values-list, cl-copy-seq, cl-svref, cl-first)
13540 (cl-second, cl-rest, cl-endp, cl-third, cl-fourth): Use it.
13541 (cl-plusp, cl-minusp, cl-fifth, cl-sixth, cl-seventh, cl-eighth)
13542 (cl-ninth, cl-tenth): Mark them as inlinable.
13543 (cl-caaar, cl-caadr, cl-cadar, cl-caddr, cl-cdaar, cl-cdadr)
13544 (cl-cddar, cl-cdddr, cl-caaaar, cl-caaadr, cl-caadar, cl-caaddr)
13545 (cl-cadaar, cl-cadadr, cl-caddar, cl-cadddr, cl-cdaaar, cl-cdaadr)
13546 (cl-cdadar, cl-cdaddr, cl-cddaar, cl-cddadr, cl-cdddar, cl-cddddr):
13547 Add a compiler-macro declaration to use cl--compiler-macro-cXXr.
13548 (cl-list*, cl-adjoin): Don't put an autoload manually.
13549 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin)
13550 (cl--compiler-macro-list*): Add autoload cookie.
13551 (cl--compiler-macro-cXXr): New function.
13552
13553 * help-fns.el (help-fns--compiler-macro): New function extracted from
13554 describe-function-1; follow aliases and use `compiler-macro' property.
13555 (describe-function-1): Use it.
13556
13557 2012-06-11 Chong Yidong <cyd@gnu.org>
13558
13559 * startup.el (fancy-splash-head): Use splash.svg even if librsvg
13560 is uninstalled, if imagemagick is installed.
13561
13562 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13563
13564 * emacs-lisp/cl-lib.el: Use lexical-binding.
13565 (cl-map-extents, cl-maclisp-member): Remove.
13566 (cl--set-elt, cl--set-nthcdr, cl--set-buffer-substring)
13567 (cl--set-substring, cl--block-wrapper, cl--block-throw)
13568 (cl--compiling-file, cl--mapcar-many, cl--do-subst): Use "cl--" prefix.
13569 * emacs-lisp/cl-extra.el: Use lexical-binding.
13570 (cl--mapcar-many, cl--map-keymap-recursively, cl--map-intervals)
13571 (cl--map-overlays, cl--set-frame-visible-p, cl--progv-save)
13572 (cl--progv-before, cl--progv-after, cl--finite-do, cl--set-getf)
13573 (cl--do-remf, cl--do-prettyprint): Use "cl--" prefix.
13574 * emacs-lisp/cl-seq.el: Use lexical-binding.
13575 (cl--parsing-keywords, cl--check-key, cl--check-test-nokey)
13576 (cl--check-test, cl--check-match): Use "cl--" prefix and backquotes.
13577 (cl--alist, cl--sublis-rec, cl--nsublis-rec, cl--tree-equal-rec):
13578 * emacs-lisp/cl-macs.el (cl--lambda-list-keywords): Use "cl--" prefix.
13579 * edmacro.el (edmacro-mismatch): Simplify to remove dependence on
13580 CL's internals.
13581
13582 2012-06-11 Michael Albinus <michael.albinus@gmx.de>
13583
13584 Sync with Tramp 2.2.6-pre.
13585
13586 * net/tramp-cache.el (tramp-dump-connection-properties): Let-bind
13587 `print-length' and `print-level' to nil, in order to avoid
13588 truncation. Reported by Christopher Schmidt
13589 <christopher@ristopher.com>.
13590
13591 * net/tramp-cmds.el (tramp-cleanup-connection): Delete also process.
13592
13593 * net/tramp-compat.el (tramp-compat-condition-case-unless-debug):
13594 New defmacro.
13595 (tramp-compat-copy-directory): Add optional argument
13596 COPY-CONTENTS. It is not handled yet.
13597
13598 * net/tramp-ftp.el (tramp-disable-ange-ftp): Fix docstring.
13599 (tramp-ftp-file-name-p): Simplify.
13600
13601 * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name):
13602 * net/tramp-gw.el (tramp-gw-open-connection): Add hop to
13603 connection vector.
13604
13605 * net/tramp-sh.el (tramp-copy-size-limit): Fix docstring.
13606 (tramp-methods): Do not use `tramp-password-end-of-line'.
13607 (tramp-completion-function-alist-putty): Handle UNIX case.
13608 (tramp-remote-path): Add "/opt/bin", "/opt/sbin" and "/opt/local/bin".
13609 (tramp-do-file-attributes-with-stat)
13610 (tramp-do-directory-files-and-attributes-with-stat) Return uid and
13611 gid as real numbers. They could run out of integer range on cygwin.
13612 (tramp-do-copy-or-rename-file-out-of-band): Better trace format.
13613 (tramp-sh-handle-expand-file-name): Handle hops.
13614 (tramp-open-connection-setup-interactive-shell):
13615 Use `tramp-cleanup'. Move check for busyboxes ...
13616 (tramp-find-shell): ... here. Simplify implementation.
13617 Set "remote-shell" property also for alternative shells.
13618 (tramp-remote-coding-commands): Check "test -c /dev/stdout".
13619 If failing, a regular file would be written otherwise.
13620 Reported by Dmitry Kurochkin <dmitry.kurochkin@gmail.com>.
13621 (tramp-find-inline-encoding): Cache the coding commands in the
13622 process cache. Apply test command on the remote side, if defined.
13623 (tramp-find-inline-compress): Cache the compress commands in the
13624 process cache.
13625 (tramp-compute-multi-hops): Save `tramp-default-proxies-alist'
13626 when requested. Handle hops.
13627 (tramp-current-connection): New defvar.
13628 (tramp-maybe-open-connection): Use `tramp-cleanup'.
13629 Throw `suppress', if there was a failed connection shortly before.
13630 Handle user interrupt. (Bug#10187)
13631 (tramp-get-inline-compress, tramp-get-inline-coding):
13632 Read connection properties from the process cache.
13633
13634 * net/tramp-smb.el (tramp-smb-server-version)
13635 (tramp-smb-wrong-passwd-regexp, tramp-smb-actions-with-tar):
13636 New defconsts.
13637 (tramp-smb-prompt): Extend for powershell prompt.
13638 (tramp-smb-file-name-handler-alist): Add handlers for
13639 `process-file', `shell-command' and `start-file-process'.
13640 (tramp-smb-winexe-program, tramp-smb-winexe-shell-command)
13641 (tramp-smb-winexe-shell-command-switch): New defcustoms.
13642 (tramp-smb-file-name-p): Simplify.
13643 (tramp-smb-action-with-tar, tramp-smb-handle-process-file)
13644 (tramp-smb-kill-winexe-function, tramp-smb-call-winexe)
13645 (tramp-smb-shell-quote-argument): New defuns.
13646 (tramp-smb-handle-copy-directory): Add COPY-CONTENTS argument.
13647 Implement using "tar". By this, time-stamps are preserved.
13648 (tramp-smb-handle-copy-file): Handle also the case of directories.
13649 (tramp-smb-do-file-attributes-with-stat)
13650 (tramp-smb-get-file-entries, tramp-smb-get-cifs-capabilities):
13651 Use `tramp-get-connection-buffer').
13652 (tramp-smb-handle-rename-file): Use "rename", when source and
13653 target are on the same share.
13654 (tramp-smb-maybe-open-connection): Handle wrong passwords.
13655 Use `tramp-smb-server-version'.
13656 (tramp-smb-wait-for-output): Remove prompt.
13657
13658 * net/tramp.el (top): Require 'cl.
13659 (tramp-methods, tramp-rsh-end-of-line):
13660 Remove `tramp-password-end-of-line' from docstring.
13661 (tramp-save-ad-hoc-proxies): New defcustom.
13662 (tramp-completion-function-alist): Adapt docstring.
13663 (tramp-default-password-end-of-line): Remove defcustom.
13664 (tramp-shell-prompt-pattern): Allow "[]" style prompts. (Bug#11065)
13665 (tramp-user-regexp, tramp-file-name-regexp-unified)
13666 (tramp-file-name-regexp-url): Extend regexp by hop separator.
13667 (tramp-postfix-hop-format, tramp-postfix-hop-regexp)
13668 (tramp-remote-file-name-spec-regexp): New defconst.
13669 (tramp-file-name-structure): Extend structure for hops.
13670 (tramp-get-method-parameter): Move up.
13671 (tramp-file-name-p, tramp-dissect-file-name)
13672 (with-parsed-tramp-file-name): Handle hops.
13673 (tramp-file-name-hop): New defun.
13674 (tramp-make-tramp-file-name): New optional arg HOP.
13675 (tramp-message-show-progress-reporter-message): New defvar.
13676 (tramp-with-progress-reporter): Use it. We cannot use
13677 `tramp-message-show-message' here, because this suppresses also
13678 error buffers.
13679 (tramp-error-with-buffer): Suppress buffer view, if
13680 `tramp-message-show-message' is nil.
13681 Use `tramp-get-connection-buffer'.
13682 (tramp-cleanup): New defun.
13683 (tramp-rfn-eshadow-update-overlay): Let-bind `non-essential' to `t'.
13684 (tramp-file-name-handler): If `debug-on-error' is set, propagate
13685 an error unchanged.
13686 (tramp-completion-handle-file-name-all-completions): Handle hops.
13687 Fix an error when called from ido.
13688 (tramp-completion-dissect-file-name): Use better local variable
13689 name. Add hop to the vector.
13690 (tramp-handle-insert-file-contents): Use progress-reporter for the
13691 whole scenario.
13692 (tramp-action-password): Let-bind `enable-recursive-minibuffers'
13693 to `t'.
13694 (tramp-check-for-regexp): Simplify search.
13695 (tramp-enter-password): Remove it. Move implementation ...
13696 (tramp-action-password): ... here.
13697 (tramp-mode-string-to-int, tramp-local-host-p)
13698 (tramp-make-tramp-temp-file, tramp-read-passwd)
13699 (tramp-clear-passwd, tramp-time-less-p, tramp-time-diff):
13700 Set tramp-autoload cookie.
13701
13702 * net/trampver.el: Update release number.
13703
13704 2012-06-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
13705 Michael Albinus <michael.albinus@gmx.de>
13706
13707 * net/tramp.el (tramp-set-completion-function): Fix docstring.
13708 (tramp-parse-group, tramp-parse-file)
13709 (tramp-parse-shostkeys-sknownhosts): New defuns.
13710 (tramp-parse-rhosts, tramp-parse-rhosts-group, tramp-parse-shosts)
13711 (tramp-parse-shosts-group, tramp-parse-sconfig)
13712 (tramp-parse-sconfig-group, tramp-parse-shostkeys)
13713 (tramp-parse-sknownhosts, tramp-parse-hosts)
13714 (tramp-parse-hosts-group, tramp-parse-passwd, tramp-parse-netrc):
13715 Use them.
13716 (tramp-parse-passwd-group, tramp-parse-netrc-group)
13717 (tramp-parse-putty-group): Don't narrow.
13718 (tramp-parse-putty): Make a loop.
13719 (tramp-file-name-handler): Catch the `suppress' signal.
13720
13721 2012-06-11 Chong Yidong <cyd@gnu.org>
13722
13723 * image.el (imagemagick-register-types): Put the ImageMagick entry
13724 at the end of image-type-file-name-regexps.
13725
13726 2012-06-11 Johan Bockgård <bojohan@gnu.org>
13727
13728 * emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
13729 (pcase, pcase-let*, pcase-dolist): Use them.
13730
13731 2012-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13732
13733 * emacs-lisp/pcase.el (pcase--let*): New function.
13734 (pcase-let*): Use it. Use pcase--memoize to avoid repeated expansions.
13735 (pcase--expand): Use macroexp-let².
13736
13737 2012-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
13738
13739 * emacs-lisp/timer.el, emacs-lisp/syntax.el, emacs-lisp/smie.el:
13740 * emacs-lisp/ewoc.el, emacs-lisp/cconv.el, emacs-lisp/bytecomp.el:
13741 * emacs-lisp/byte-opt.el, emacs-lisp/autoload.el: Convert to cl-lib.
13742 * emacs-lisp/easymenu.el, emacs-lisp/easy-mmode.el:
13743 * emacs-lisp/derived.el: Use pcase instead of `cl'.
13744 * emacs-lisp/cl-lib.el: Get rid of special cl-macs auto load.
13745
13746 2012-06-10 Glenn Morris <rgm@gnu.org>
13747
13748 * mail/rmail.el (rmail-yank-current-message): Leave point at
13749 correct position. (Bug#11660)
13750
13751 2012-06-10 Chong Yidong <cyd@gnu.org>
13752
13753 * allout-widgets.el: Fix code header.
13754
13755 2012-06-10 Chong Yidong <cyd@gnu.org>
13756
13757 * cus-edit.el (customize-changed-options-previous-release):
13758 Bump to 24.1.
13759
13760 2012-06-09 Andreas Schwab <schwab@linux-m68k.org>
13761
13762 * Makefile.in (BIG_STACK_DEPTH): Enlarge to 2200.
13763
13764 2012-06-09 Chong Yidong <cyd@gnu.org>
13765
13766 * ebuff-menu.el (electric-buffer-list): Preserve header line.
13767
13768 2012-06-09 Martin Rudalics <rudalics@gmx.at>
13769
13770 * window.el (special-display-popup-frame): Don't use
13771 window--display-buffer (Bug#11651).
13772
13773 2012-06-09 Eli Zaretskii <eliz@gnu.org>
13774
13775 Fix parallel builds: make sure loaddefs.el is not being written
13776 while Lisp files are compiled.
13777 (compile): Don't depend on 'mh-autoloads'.
13778 (compile-CMD, compile-SH): Depend on 'autoloads'.
13779 (bootstrap): Don't depend on 'autoloads' and 'mh-autoloads'.
13780
13781 * makefile.w32-in (BIG_STACK_DEPTH): Enlarge to 2200. (Bug#11649)
13782
13783 2012-06-09 Chong Yidong <cyd@gnu.org>
13784
13785 * face-remap.el (face-remap-add-relative, face-remap-set-base)
13786 (buffer-face-set, buffer-face-toggle, buffer-face-mode-invoke):
13787 Doc fixes (Bug#11225).
13788
13789 2012-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
13790
13791 * emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
13792 a function if there's a clear indication that it has a compiler-macro.
13793 * emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
13794 (macro-declarations-alist): Add arglist to declaration functions.
13795 (defun-declarations-alist): Add `obsolete' and `compiler-macro'.
13796 * emacs-lisp/cl-seq.el (cl-member, cl-assoc):
13797 * emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
13798 * emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
13799 Also add autoload to find the compiler macro.
13800 * emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
13801 (cl--compiler-macro-member, cl--compiler-macro-assoc)
13802 (cl--compiler-macro-adjoin, cl--compiler-macro-list*)
13803 (cl--compiler-macro-get): New functions, replacing calls to
13804 cl-define-compiler-macro.
13805 (cl-typep) [compiler-macro]: Use macroexp-let².
13806
13807 2012-06-08 Nick Dokos <nicholas.dokos@hp.com> (tiny change)
13808
13809 * calendar/icalendar.el (icalendar--parse-vtimezone): Import TZID
13810 string properly, fixes Bug#11473.
13811
13812 2012-06-08 Chong Yidong <cyd@gnu.org>
13813
13814 * faces.el (set-face-attribute): Doc fix.
13815 (modify-face): Don't use :bold and :italic.
13816 (error, warning, success): Tweak definitions.
13817
13818 * cus-edit.el (custom-modified, custom-invalid, custom-rogue)
13819 (custom-modified, custom-set, custom-changed, custom-themed)
13820 (custom-saved, custom-button, custom-button-mouse)
13821 (custom-button-pressed, custom-state, custom-comment-tag)
13822 (custom-variable-tag, custom-group-tag-1, custom-group-tag)
13823 (custom-group-subtitle): Use new-style face specs.
13824 (custom-invalid-face, custom-rogue-face, custom-modified-face)
13825 (custom-set-face, custom-changed-face, custom-saved-face)
13826 (custom-button-face, custom-button-pressed-face)
13827 (custom-documentation-face, custom-state-face)
13828 (custom-comment-face, custom-comment-tag-face)
13829 (custom-variable-tag-face, custom-variable-button-face)
13830 (custom-face-tag-face, custom-group-tag-face-1)
13831 (custom-group-tag-face): Remove obsolete face alias.
13832
13833 * epa.el (epa-validity-high, epa-validity-medium)
13834 (epa-validity-low, epa-mark, epa-field-name, epa-string)
13835 (epa-field-name, epa-field-body):
13836 * font-lock.el (font-lock-comment-face, font-lock-string-face)
13837 (font-lock-keyword-face, font-lock-builtin-face)
13838 (font-lock-function-name-face, font-lock-variable-name-face)
13839 (font-lock-type-face, font-lock-constant-face):
13840 * ido.el (ido-first-match, ido-only-match, ido-subdir)
13841 (ido-virtual, ido-indicator, ido-incomplete-regexp):
13842 * speedbar.el (speedbar-button-face, speedbar-file-face)
13843 (speedbar-directory-face, speedbar-tag-face)
13844 (speedbar-selected-face, speedbar-highlight-face)
13845 (speedbar-separator-face):
13846 * whitespace.el (whitespace-newline, whitespace-space)
13847 (whitespace-hspace, whitespace-tab, whitespace-trailing)
13848 (whitespace-line, whitespace-space-before-tab)
13849 (whitespace-space-after-tab, whitespace-indentation)
13850 (whitespace-empty):
13851 * emulation/cua-base.el (cua-global-mark):
13852 * eshell/em-prompt.el (eshell-prompt):
13853 * net/newst-plainview.el (newsticker-new-item-face)
13854 (newsticker-old-item-face, newsticker-immortal-item-face)
13855 (newsticker-obsolete-item-face, newsticker-date-face)
13856 (newsticker-statistics-face, newsticker-default-face):
13857 * net/newst-reader.el (newsticker-feed-face)
13858 (newsticker-extra-face, newsticker-enclosure-face):
13859 * net/newst-treeview.el (newsticker-treeview-face)
13860 (newsticker-treeview-new-face, newsticker-treeview-old-face)
13861 (newsticker-treeview-immortal-face)
13862 (newsticker-treeview-obsolete-face)
13863 (newsticker-treeview-selection-face):
13864 * net/rcirc.el (rcirc-my-nick, rcirc-other-nick)
13865 (rcirc-bright-nick, rcirc-server, rcirc-timestamp)
13866 (rcirc-nick-in-message, rcirc-nick-in-message-full-line)
13867 (rcirc-prompt, rcirc-track-keyword, rcirc-url, rcirc-keyword):
13868 * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
13869 (nxml-outline-active-indicator, nxml-outline-ellipsis):
13870 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
13871 (mpuz-text):
13872 * progmodes/vera-mode.el (vera-font-lock-number)
13873 (vera-font-lock-function, vera-font-lock-interface):
13874 * textmodes/table.el (table-cell): Use new-style face specs, and
13875 don't use the old :bold and :italic attributes.
13876
13877 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
13878 (ebrowse-member-attribute, ebrowse-default, ebrowse-file-name)
13879 (ebrowse-member-class, ebrowse-progress): Likewise.
13880 (ebrowse-tree-mark-face, ebrowse-root-class-face)
13881 (ebrowse-file-name-face, ebrowse-default-face)
13882 (ebrowse-member-attribute-face, ebrowse-member-class-face)
13883 (ebrowse-progress-face): Remove obsolete faces.
13884
13885 * progmodes/flymake.el (flymake-errline, flymake-warnline):
13886 Inherit from error and warning faces respectively.
13887
13888 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13889 Likewise.
13890 (flyspell-incorrect-face, flyspell-duplicate-face):
13891 Remove obsolete aliases.
13892
13893 2012-06-08 Michael Albinus <michael.albinus@gmx.de>
13894
13895 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
13896 Avoid infloop.
13897
13898 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
13899
13900 * startup.el (argv, argi): Make lexically scoped.
13901 * emacs-lisp/float-sup.el (pi): Use internal-make-var-non-special.
13902 * emacs-lisp/cl-macs.el: Use lexical-binding.
13903 Rename cl-bind-* to cl--bind-*.
13904 * files.el: Don't require `cl' since it doesn't use it.
13905 * emacs-lisp/pcase.el, emacs-lisp/macroexp.el: Add coding cookie.
13906
13907 2012-06-08 Juanma Barranquero <lekktu@gmail.com>
13908
13909 * textmodes/texinfmt.el: Fix bug#11640 (reverts part of 2008-07-31T05:33:56Z!dann@ics.uci.edu).
13910 (texinfo-format-printindex): Use `texinfo-sort-region' in all platforms,
13911 instead of calling external sort utility.
13912 (texinfo-sort-region, texinfo-sort-startkeyfun): Restore functions.
13913
13914 2012-06-08 Eli Zaretskii <eliz@gnu.org>
13915
13916 * descr-text.el (describe-char): Mention how to insert the
13917 character, if the current input method doesn't support it.
13918 See the discussion in this thread for the details:
13919 http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00533.html.
13920
13921 2012-06-08 Sam Steingold <sds@gnu.org>
13922
13923 * bindings.el (global-map): Bind XF86Forward to next-buffer and
13924 XF86Back to previous-buffer.
13925 (minibuffer-local-map): Bind them to next-history-element and
13926 previous-history-element respectively.
13927 * help-mode.el (help-mode-map): Bind them to help-go-forward and
13928 help-go-back respectively.
13929 * info.el (Info-mode-map): Bind them to Info-history-forward and
13930 Info-history-back respectively.
13931 These are the keys next to Up on the ThinkPad keyboard.
13932
13933 2012-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
13934
13935 Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
13936 * emacs-lisp/cl-macs.el: Provide itself.
13937 (cl--labels-convert-cache): New var.
13938 (cl--labels-convert): New function.
13939 (cl-flet, cl-labels): New implementation with new semantics, relying on
13940 lexical-binding.
13941 * emacs-lisp/cl.el: Mark compatibility aliases as obsolete.
13942 (cl-closure-vars, cl--function-convert-cache)
13943 (cl--function-convert): Move from cl-macs.el.
13944 (lexical-let, lexical-let*, flet, labels): Move from cl-macs.el and
13945 rename by removing the "cl-" prefix.
13946 * emacs-lisp/macroexp.el (macroexp-unprogn): New function.
13947
13948 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13949
13950 * emacs-lisp/cl.el (cl-macroexpand, cl-macro-environment)
13951 (cl-macroexpand-all, cl-not-hash-table, cl-builtin-gethash)
13952 (cl-builtin-remhash, cl-builtin-clrhash, cl-builtin-maphash)
13953 (cl-map-keymap, cl-copy-tree, cl-gethash, cl-puthash, cl-remhash)
13954 (cl-clrhash, cl-maphash, cl-make-hash-table, cl-hash-table-p)
13955 (cl-hash-table-count): Add old compatibility aliases.
13956
13957 * emacs-lisp/cl-macs.el (cl-macro-environment): Remove var.
13958 Use macroexpand-all-environment instead.
13959 (cl--old-macroexpand): New var.
13960 (cl--sm-macroexpand): New function.
13961 (cl-symbol-macrolet): Use it during macro expansion.
13962 (cl--function-convert-cache): New var.
13963 (cl--function-convert): New function, extracted from
13964 cl-macroexpand-all.
13965 (cl-lexical-let): Use it.
13966
13967 * emacs-lisp/cl-lib.el (cl-macro-environment): Remove decl.
13968 (cl-macroexpand): Move to cl-macs.el and rename to cl--sm-macroexpand.
13969 (cl-member): Remove old alias.
13970
13971 * emacs-lisp/cl-extra.el (cl-map-keymap, cl-copy-tree)
13972 (cl-not-hash-table, cl-builtin-gethash, cl-builtin-remhash)
13973 (cl-builtin-clrhash, cl-builtin-maphash, cl-gethash, cl-puthash)
13974 (cl-remhash, cl-clrhash, cl-maphash, cl-make-hash-table)
13975 (cl-hash-table-p, cl-hash-table-count): Move to cl.el.
13976 (cl-macroexpand-cmacs): Remove var.
13977 (cl-macroexpand-all, cl-macroexpand-body): Remove funs.
13978 Use macroexpand-all instead.
13979
13980 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13981
13982 * emacs-lisp/macroexp.el (macroexp-progn, macroexp-let*, macroexp-if)
13983 (macroexp-let², macroexp--const-symbol-p, macroexp-const-p)
13984 (macroexp-copyable-p): New functions and macros.
13985 * emacs-lisp/edebug.el (edebug-unwrap):
13986 * emacs-lisp/disass.el (disassemble-internal): Use macroexp-progn.
13987 * emacs-lisp/pcase.el: Use macroexp-let*, macroexp-if, ...
13988 (pcase--let*): Remove.
13989 * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p)
13990 (byte-compile-constp): Remove. Use macroexp--const-symbol-p and
13991 macroexp-const-p instead.
13992 * emacs-lisp/byte-opt.el: Use macroexp-const-p and macroexp-progn.
13993
13994 * emacs-lisp/cl-macs.el: Clean up the name space by using "cl--"
13995 instead of "cl-" for internal definitions. Use macroexp-const-p.
13996 (cl-old-bc-file-form): Remove var.
13997 (cl-const-exprs-p): Remove fun.
13998 (cl-labels, cl-macrolet): Use backquote.
13999 (cl-lexical-let): Use cl-symbol-macrolet. Don't use cl-defun-expander.
14000 (cl-defun-expander, cl-byte-compile-compiler-macro): Remove fun.
14001 (cl-define-setf-expander): Rename from cl-define-setf-method.
14002 * emacs-lisp/cl.el: Adjust alias for define-setf-method.
14003
14004 * international/mule-cmds.el: Don't require CL.
14005 (view-hello-file): Don't use `letf'.
14006
14007 2012-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
14008
14009 * tmm.el (tmm-prompt): Use string-prefix-p.
14010 (tmm-completion-delete-prompt): Don't affect current-buffer outside.
14011 (tmm-add-prompt): Use minibuffer-completion-help.
14012 (tmm-delete-map): Remove.
14013
14014 * subr.el (kbd): Make it its own function.
14015
14016 2012-06-07 Stefan Merten <smerten@oekonux.de>
14017
14018 * textmodes/rst.el: Use `eval-when-compile' for requiring `cl.el'.
14019 Silence compiler warnings. Fix versions.
14020 (rst-position-if, rst-position, rst-some, rst-signum): New functions.
14021 (rst-shift-region, rst-adornment-level, rst-compute-tabs)
14022 (rst-indent-line, rst-shift-region, rst-forward-line): Use them.
14023 (rst-package-emacs-version-alist): Correct Emacs version to
14024 represent major merge with upstream.
14025 (rst-transition, rst-adornment, rst-compile-toolsets): Fix versions.
14026
14027 2012-06-06 Glenn Morris <rgm@gnu.org>
14028
14029 * mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
14030 Only print environment variables if set.
14031
14032 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
14033
14034 * emacs-lisp/macroexp.el: Don't require CL since we don't use it.
14035 (macroexp--cons): Rename from maybe-cons.
14036 (macroexp--accumulate): Rename from macroexp-accumulate.
14037 (macroexp--all-forms): Rename from macroexpand-all-forms.
14038 (macroexp--all-clauses): Rename from macroexpand-all-clauses.
14039 (macroexp--expand-all): Rename from macroexpand-all-1.
14040
14041 2012-06-06 Sam Steingold <sds@gnu.org>
14042
14043 * calendar/calendar.el (calendar-in-read-only-buffer):
14044 Call `special-mode' to enable the standard read-only keybindings.
14045
14046 2012-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
14047
14048 * emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
14049 with "loading" messages (bug#11635).
14050
14051 2012-06-06 Michael Albinus <michael.albinus@gmx.de>
14052
14053 * files.el (enable-remote-dir-locals): New option.
14054 (hack-dir-local-variables): Use it. (Bug#1933, Bug#6731)
14055
14056 * net/tramp-compat.el (tramp-compat-temporary-file-directory):
14057 Ensure, that the temp directory is local.
14058
14059 * net/tramp-sh.el (tramp-sh-handle-write-region): Let-bind
14060 `temporary-file-directory'.
14061
14062 * progmodes/python.el (python-send-region): Ensure, that the
14063 temporary file is created also in the remote case.
14064
14065 2012-06-06 Glenn Morris <rgm@gnu.org>
14066
14067 * vc/vc-rcs.el (vc-rcs-rcs2log-program): New.
14068 (vc-rcs-update-changelog): Use it.
14069
14070 * emacs-lisp/authors.el (authors-fixed-entries): Remove vcdiff.
14071
14072 * vc/vc-sccs.el (vc-sccs-write-revision): New function.
14073 (vc-sccs-workfile-unchanged-p): Use vc-sccs-write-revision.
14074 (vc-sccs-diff): Replace use of the external vcdiff script.
14075
14076 2012-06-05 Glenn Morris <rgm@gnu.org>
14077
14078 * ledit.el: Move to obsolete/.
14079
14080 2012-06-05 Sam Steingold <sds@gnu.org>
14081
14082 * calendar/calendar.el (calendar-exit): Reinstate the 2012-03-28
14083 patch (Bug#11140).
14084
14085 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14086
14087 * emacs-lisp/cust-print.el: Move to obsolete.
14088
14089 * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
14090 compiler-macro expansion.
14091
14092 Add native compiler-macro support.
14093 * emacs-lisp/macroexp.el (macroexpand-all-1):
14094 Support compiler-macros directly. Properly follow aliases and apply
14095 the compiler macros more thoroughly.
14096 * emacs-lisp/cl.el: Don't copy compiler-macro properties any more since
14097 macroexpand now properly follows aliases.
14098 * emacs-lisp/cl-macs.el (toplevel, cl-define-compiler-macro)
14099 (cl-compiler-macroexpand): Use new prop.
14100 * emacs-lisp/byte-opt.el (featurep): Optimize earlier.
14101
14102 * emacs-lisp/cl-lib.el (custom-print-functions): Add alias.
14103
14104 2012-06-05 Martin Rudalics <rudalics@gmx.at>
14105
14106 * window.el (get-lru-window, get-mru-window, get-largest-window):
14107 New argument NOT-SELECTED to avoid picking the selected window.
14108 (window--display-buffer-1, window--display-buffer-2): Replace by
14109 new function window--display-buffer
14110 (display-buffer-same-window, display-buffer-reuse-window)
14111 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
14112 Use window--display-buffer.
14113 (display-buffer-use-some-window): Remove temporary dedication
14114 hack by calling get-lru-window and get-largest-window with
14115 NOT-SELECTED argument non-nil. Call window--display-buffer.
14116
14117 2012-06-05 Glenn Morris <rgm@gnu.org>
14118
14119 * vc/vc-sccs.el (vc-sccs-workfile-unchanged-p):
14120 Replace external vcdiff script.
14121
14122 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
14123
14124 * emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
14125
14126 2012-06-04 Chong Yidong <cyd@gnu.org>
14127
14128 * image.el (imagemagick-types-inhibit): Revert last change.
14129 Add INFO and M.
14130 (imagemagick-enabled-types): Remove CIN and EPS*.
14131
14132 2012-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
14133
14134 * emacs-lisp/cl-lib.el: Rename from cl.el.
14135 * emacs-lisp/cl.el: New compatibility file.
14136 * emacs-lisp/cl-lib.el, emacs-lisp/cl-seq.el, emacs-lisp/cl-macs.el:
14137 * emacs-lisp/cl-extra.el: Rename all top-level functions and variables
14138 to obey the "cl-" prefix.
14139 * emacs-lisp/macroexp.el (macroexpand-all-1): Adjust to new name.
14140
14141 2012-06-03 Glenn Morris <rgm@gnu.org>
14142
14143 * emacs-lisp/authors.el (authors-aliases): Addition.
14144
14145 * cus-start.el (tool-bar-style, tool-bar-max-label-size):
14146 Fix :version.
14147
14148 2012-06-03 Stefan Merten <smerten@oekonux.de>
14149
14150 * textmodes/rst.el: Add comments.
14151 (rst-transition, rst-adornment): New faces.
14152 (rst-adornment-faces-alist): Make default safe to reevaluate.
14153 Fixes
14154 http://sourceforge.net/tracker/?func=detail&atid=422030&aid=3479603&group_id=38414.
14155 Improve customization tags.
14156 (rst-define-level-faces): Clarify meaning.
14157
14158 2012-06-03 Chong Yidong <cyd@gnu.org>
14159
14160 * progmodes/compile.el (compilation-mode-line-fail)
14161 (compilation-mode-line-run, compilation-mode-line-exit):
14162 New faces.
14163 (compilation-start, compilation-handle-exit): Use them (Bug#11032).
14164
14165 2012-06-03 Jack Duthen <duthen.mac.01@gmail.com> (tiny change)
14166
14167 * progmodes/which-func.el (which-func-update-ediff-windows):
14168 New function. Use it in ediff-select-hook (Bug#11478).
14169
14170 2012-06-03 Chong Yidong <cyd@gnu.org>
14171
14172 * bindings.el: Remove explicit help text from format-mode-line.
14173 It is now supplied by mode-line-default-help-echo.
14174 (mode-line-front-space, mode-line-end-spaces)
14175 (mode-line-misc-info): New variables.
14176 (mode-line-modes, mode-line-position): Move the default value to
14177 the variable definition.
14178 (mode-line-default-help-echo): New defcustom.
14179 (mode-line-mule-info-help-echo, mode-line-read-only-help-echo)
14180 (mode-line-modified-help-echo): New functions.
14181 (mode-line-mule-info, mode-line-modified): Use them.
14182 (mode-line-eol-desc, propertized-buffer-identification):
14183 Consistency fixes for help text.
14184 (mode-line-coding-system-map): Allow using mouse-3 to invoke
14185 set-buffer-file-coding-system (Bug#289).
14186 (mode-line-mule-info-help-echo): Update help text.
14187
14188 2012-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
14189
14190 * simple.el (execute-extended-command): Set real-this-command
14191 (bug#11506).
14192
14193 2012-06-02 Chong Yidong <cyd@gnu.org>
14194
14195 Remove incorrect uses of "modeline" in comments, docstrings, and
14196 function/variable names (Bug#10329).
14197
14198 * cus-edit.el (mode-line):
14199 * dframe.el (dframe-mouse-hscroll):
14200 * emacs-lisp/re-builder.el:
14201 * emacs-lisp/easy-mmode.el (define-minor-mode):
14202 * frame.el (set-frame-name):
14203 * help.el (lookup-minor-mode-from-indicator):
14204 * net/rcirc.el (rcirc-activity-string, rcirc-short-buffer-name):
14205 * progmodes/cc-cmds.el (c-toggle-auto-newline)
14206 (c-toggle-hungry-state):
14207 * progmodes/antlr-mode.el (antlr-language-alist):
14208 * progmodes/idlw-shell.el (idlwave-shell-electric-stop-line-face):
14209 * progmodes/vhdl-mode.el (vhdl-mode):
14210 * progmodes/which-func.el (which-func, which-func-cleanup-function):
14211 * term/ns-win.el (ns-face-at-pos):
14212 * term/sup-mouse.el (sup-mouse-report):
14213 * textmodes/flyspell.el (flyspell-mode-line-string):
14214 * textmodes/ispell.el (ispell-highlight-face):
14215 * textmodes/reftex-global.el:
14216 * vc/vc-arch.el (vc-arch-mode-line-string):
14217 * vc/vc-cvs.el (vc-cvs-mode-line-string):
14218 * vc/vc-git.el (vc-git-mode-line-string):
14219 * vc/vc-hooks.el (vc-display-status)
14220 (vc-default-mode-line-string):
14221 * vc/vc-mtn.el (vc-mtn-mode-line-string): Doc fixes.
14222
14223 * ansi-color.el (ansi-color-faces-vector): Change default faces.
14224
14225 * dired.el (dired-sort-set-mode-line): Rename from
14226 dired-sort-set-modeline. All callers changed.
14227
14228 * eshell/esh-mode.el (eshell-status-in-mode-line): Rename from
14229 eshell-status-in-modeline.
14230
14231 * foldout.el (foldout-mode-line-string): Rename from
14232 foldout-modeline-string. All callers changed.
14233 (foldout-update-mode-line): Rename from foldout-update-modeline.
14234
14235 * subr.el (redraw-modeline): Make into obsolete alias.
14236
14237 * calendar/timeclock.el (timeclock-mode-line-display): Rename from
14238 timeclock-modeline-display. Make old name an alias.
14239 (timeclock-update-mode-line): Likewise. All callers changed.
14240 (timeclock-mode-line-display): No need to check before using
14241 add-hook.
14242 (timeclock-relative, timeclock-day-over-hook)
14243 (timeclock-use-elapsed, timeclock-mode-string)
14244 (timeclock-mode-line-display): Doc fix, "modeline" -> "mode line".
14245
14246 * emulation/crisp.el (crisp-mode-mode-line-string): Rename from
14247 crisp-mode-modeline-string.
14248
14249 * play/solitaire.el (solitaire-build-mode-line): Rename from
14250 solitaire-build-modeline. All callers changed.
14251
14252 * play/zone.el (zone-hiding-mode-line): Rename from
14253 zone-hiding-modeline. All callers changed.
14254 (zone): Remove unusued `modeline-hidden-level' property.
14255
14256 * progmodes/xscheme.el (xscheme-mode-line-initialize): Rename from
14257 xscheme-modeline-initialize. All callers changed.
14258
14259 * strokes.el (strokes-lighter): Rename from
14260 strokes-modeline-string.
14261
14262 * textmodes/sgml-mode.el (html-face-tag-alist)
14263 (html-tag-face-alist): Use mode-line face instead of obsolete
14264 alias modeline.
14265
14266 2012-06-02 Stefan Merten <smerten@oekonux.de>
14267
14268 * textmodes/rst.el: Always require `cl'.
14269 (rst-mode-map): Fix meaning of C-M-a / C-M-e.
14270
14271 2012-06-02 Chong Yidong <cyd@gnu.org>
14272
14273 * image.el (imagemagick-enabled-types): Rename from
14274 imagemagick-types-enable. Add many more types.
14275 (imagemagick-types-inhibit): Change default to nil.
14276 (imagemagick-filter-types): Caller changed.
14277
14278 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14279
14280 * emacs-lisp/cl-macs.el: Use backquotes.
14281 (cl-transform-function-property): Use eval-and-compile rather than
14282 abusing `require'.
14283 (defstruct): Use declare-function instead of with-no-warnings.
14284
14285 * emacs-lisp/bytecomp.el: Fix last change (bug#11594).
14286 (byte-compile-output-docform): Re-add the print-circle bindings.
14287 (byte-compile-fix-header): Use #$ just because it's shorter.
14288 (byte-compile-output-file-form): Remove defun/defmacro.
14289
14290 2012-06-01 Martin Rudalics <rudalics@gmx.at>
14291
14292 * simple.el (choose-completion): Remove now obsolete binding for
14293 owindow.
14294
14295 2012-06-01 Michael Albinus <michael.albinus@gmx.de>
14296
14297 * net/tramp.el (tramp-check-for-regexp): Search from buffer end,
14298 in order to avoid "Stack overflow in regexp matcher".
14299
14300 2012-05-31 Glenn Morris <rgm@gnu.org>
14301
14302 * image.el: For clarity, call imagemagick-register-types at
14303 top-level, rather than relying on a custom :initialize.
14304 (imagemagick-types-enable): New option. (Bug#11557)
14305 (imagemagick-filter-types): New function. (Bug#7406)
14306 (imagemagick-register-types): Use imagemagick-filter-types.
14307 If disabling support, remove elements altogether rather
14308 than using an impossible regexp.
14309 (imagemagick-types-inhibit): Give it the default init function.
14310
14311 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14312
14313 * emacs-lisp/bytecomp.el (byte-compile-fix-header):
14314 Handle arbitrary file name lengths (Bug#11585).
14315
14316 2012-05-31 Martin Rudalics <rudalics@gmx.at>
14317
14318 * desktop.el (desktop-read): Clear previous and next buffers for
14319 all windows and bury *Messages* buffer (bug#11556).
14320
14321 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14322
14323 Add `declare' for `defun'. Align `defmacro's with it.
14324 * emacs-lisp/easy-mmode.el (define-minor-mode)
14325 (define-globalized-minor-mode): Don't autoload the var definitions.
14326 * emacs-lisp/byte-run.el: Use lexical-binding.
14327 (defun-declarations-alist, macro-declarations-alist): New vars.
14328 (defmacro, defun): Use them.
14329 (make-obsolete, define-obsolete-function-alias)
14330 (make-obsolete-variable, define-obsolete-variable-alias):
14331 Use `declare'.
14332 (macro-declaration-function): Mark obsolete.
14333 * emacs-lisp/autoload.el: Use lexical-binding.
14334 (make-autoload): Add `expansion' arg. Rely more on macro expansion.
14335
14336 2012-05-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14337
14338 * textmodes/ispell.el (ispell-with-no-warnings):
14339 Define as a macro.
14340 (ispell-kill-ispell, ispell-change-dictionary):
14341 Use `called-interactively-p' for Emacs instead of obsolete
14342 `interactive-p'.
14343
14344 2012-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14345
14346 * emacs-lisp/byte-run.el (defmacro, defun): Move from C.
14347 (macro-declaration-function): Move var from C code.
14348 (macro-declaration-function): Define function with defalias.
14349 * emacs-lisp/macroexp.el (macroexpand-all-1):
14350 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
14351 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't handle
14352 defun/defmacro any more.
14353 * emacs-lisp/bytecomp.el (byte-compile-arglist-signature):
14354 Provide fallback for unknown arglist.
14355 (byte-compile-arglist-warn): Change calling convention.
14356 (byte-compile-output-file-form): Move print-vars binding.
14357 (byte-compile-output-docform): Simplify accordingly.
14358 (byte-compile-file-form-defun, byte-compile-file-form-defmacro)
14359 (byte-compile-defmacro-declaration): Remove.
14360 (byte-compile-file-form-defmumble): Generalize to defalias.
14361 (byte-compile-output-as-comment): Return byte-positions.
14362 Simplify callers accordingly.
14363 (byte-compile-lambda): Use `assert'.
14364 (byte-compile-defun, byte-compile-defmacro): Remove.
14365 (byte-compile-file-form-defalias):
14366 Use byte-compile-file-form-defmumble.
14367 (byte-compile-defalias-warn): Remove.
14368
14369 2012-05-29 Stefan Merten <smerten@oekonux.de>
14370
14371 * textmodes/rst.el: Silence `checkdoc-ispell' errors where
14372 possible. Fix authors. Improve comments. Improve loading of `cl'.
14373
14374 (rst-mode-abbrev-table): Merge definition.
14375 (rst-mode): Make sure `font-lock-defaults' is buffer local.
14376 (rst-define-key, rst-deprecated-keys, rst-call-deprecated): Refactor.
14377
14378 2012-05-29 Ulf Jasper <ulf.jasper@web.de>
14379
14380 * calendar/icalendar.el
14381 (icalendar-export-region): Export UID properly.
14382
14383 2012-05-29 Leo Liu <sdl.web@gmail.com>
14384 * calendar/icalendar.el (icalendar-import-format):
14385 Add `icalendar-import-format-uid' (Bug#11525).
14386 (icalendar-import-format-uid): New.
14387 (icalendar--parse-summary-and-rest, icalendar--format-ical-event):
14388 Export UID.
14389
14390 2012-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
14391
14392 * emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
14393 different alternative patterns.
14394 (pcase-codegen): Be more careful to preserve identity.
14395 (pcase--u1): Don't forget to mark vars as used.
14396
14397 * emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
14398 (byte-compile-close-variables): Bind byte-compile--outbuffer here...
14399 (byte-compile-from-buffer): ...rather than here.
14400
14401 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
14402 functions from byte-compile-function-environment.
14403
14404 2012-05-29 Troels Nielsen <bn.troels@gmail.com>
14405
14406 * window.el (window-deletable-p): Avoid deleting the root window
14407 of a frame with an active minibuffer.
14408
14409 2012-05-29 Martin Rudalics <rudalics@gmx.at>
14410
14411 * simple.el (choose-completion): Use quit-window (Bug#11567).
14412
14413 2012-05-29 Chong Yidong <cyd@gnu.org>
14414
14415 * whitespace.el (whitespace-cleanup): Fix usage of
14416 whitespace-empty-at-bob-regexp (Bug#11492).
14417
14418 2012-05-29 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14419
14420 * vc/vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on
14421 revert (Bug#11488).
14422
14423 2012-05-29 Juri Linkov <juri@jurta.org>
14424
14425 * isearch.el (isearch-mode-map): Bind `M-s _' to
14426 `isearch-toggle-symbol'. Bind `M-s c' to
14427 `isearch-toggle-case-fold'.
14428 (search-map): Bind `M-s _' to `isearch-forward-symbol'.
14429 (isearch-forward): Add `M-s _' to the docstring.
14430 (isearch-forward-symbol, isearch-toggle-case-fold)
14431 (isearch-symbol-regexp): New functions. (Bug#11381)
14432
14433 2012-05-29 Juri Linkov <juri@jurta.org>
14434
14435 * isearch.el (isearch-word): Add docstring. (Bug#11381)
14436 (isearch-occur, isearch-search-and-update): If `isearch-word' is
14437 a function, call it to get the regexp.
14438 (isearch-message-prefix): If `isearch-word' holds a symbol, use its
14439 property `isearch-message-prefix' instead of the string "word ".
14440 (isearch-search-fun-default): For the case of `isearch-word',
14441 return a lambda that calls re-search-forward/re-search-backward
14442 with a regexp returned by `word-search-regexp' or by the function
14443 in `isearch-word'.
14444
14445 2012-05-29 Juri Linkov <juri@jurta.org>
14446
14447 * isearch.el (isearch-search-fun-default): New function.
14448 (isearch-search-fun): Move default part to the new function
14449 `isearch-search-fun-default'.
14450 (isearch-search-fun-function): Set the default value to
14451 `isearch-search-fun-default'. (Bug#11381)
14452
14453 * comint.el (comint-history-isearch-end):
14454 Use `isearch-search-fun-default'.
14455 (comint-history-isearch-search): Use `isearch-search-fun-default'
14456 and remove spacial case for `isearch-word'.
14457 (comint-history-isearch-wrap): Remove spacial case for
14458 `isearch-word'.
14459
14460 * hexl.el (hexl-isearch-search-function):
14461 Use `isearch-search-fun-default'.
14462
14463 * info.el (Info-isearch-search): Use `isearch-search-fun-default'.
14464 Use `word-search-regexp' for `isearch-word'.
14465
14466 * misearch.el (multi-isearch-search-fun):
14467 Use `isearch-search-fun-default'.
14468
14469 * simple.el (minibuffer-history-isearch-search):
14470 Use `isearch-search-fun-default' and remove spacial case for
14471 `isearch-word'.
14472 (minibuffer-history-isearch-wrap): Remove spacial case for
14473 `isearch-word'.
14474
14475 * textmodes/reftex-global.el (reftex-isearch-wrap-function):
14476 Remove spacial case for `isearch-word'.
14477 (reftex-isearch-isearch-search): Use `isearch-search-fun-default'.
14478
14479 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14480
14481 Decrease XEmacs incompatibilities.
14482 * textmodes/flyspell.el (flyspell-check-pre-word-p):
14483 Use `string-match'.
14484 (flyspell-delete-region-overlays): Use alternative definition for
14485 XEmacs.
14486 (flyspell-delete-all-overlays): Use `flyspell-delete-region-overlays'.
14487 (flyspell-word): Use `process-kill-without-query' if XEmacs.
14488 (flyspell-mode-on): Use `interactive-p' if XEmacs.
14489 (flyspell-incorrect-face, flyspell-duplicate-face): Do not use
14490 `define-obsolete-face-alias' under XEmacs, but old method.
14491
14492 * textmodes/ispell.el (ispell-with-no-warnings): XEmacs alternative
14493 `with-no-warnings' definition or Emacs alias.
14494 (ispell-command-loop, ispell-message): Use `ispell-with-no-warnings'.
14495 (ispell-word): Do not use `region-p' if XEmacs.
14496
14497 2012-05-28 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14498
14499 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14500 Check for `ispell-dictionary-base-alist' instead of full
14501 `ispell-dictionary-alist'.
14502 (ispell-init-process): Show spellchecker when starting new Ispell
14503 process.
14504
14505 2012-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14506
14507 * progmodes/vhdl-mode.el: Sync with upstream 3.33.28.
14508 http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html#release-notes-3.33
14509
14510 2012-05-27 Juanma Barranquero <lekktu@gmail.com>
14511
14512 * version.el (motif-version-string, gtk-version-string)
14513 (ns-version-string): Declare.
14514
14515 2012-05-27 Juri Linkov <juri@jurta.org>
14516
14517 * emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
14518 after the `eval-defun-1' specialcaseing
14519 like in `edebug-eval-defun' (bug#10181).
14520
14521 * emacs-lisp/edebug.el (edebug-eval-defun): Set `face-documentation'
14522 like in `eval-defun-1'.
14523
14524 2012-05-27 Eli Zaretskii <eliz@gnu.org>
14525
14526 * mail/sendmail.el (mail-yank-region):
14527 Recognize rmail-yank-current-message in addition to insert-buffer.
14528 Fixes mail-mode's "C-c C-r" that otherwise does nothing when invoked in
14529 a *mail* buffer created through rmail-start-mail with sendmail as
14530 mail-user-agent.
14531
14532 2012-05-27 Chong Yidong <cyd@gnu.org>
14533
14534 * net/gnutls.el (gnutls-min-prime-bits): Improve docstring.
14535 Default to 256 (Bug#11267).
14536
14537 * help.el (describe-mode): Doc fix.
14538
14539 2012-05-26 Glenn Morris <rgm@gnu.org>
14540
14541 * w32-fns.el (w32-init-info): Remove.
14542 * paths.el (Info-default-directory-list): Add w32-init-info equivalent.
14543
14544 * info.el (info-initialize): For self-contained NS builds, put the
14545 included info/ directory at the front. (Bug#2791)
14546
14547 * paths.el (Info-default-directory-list): Make it a defcustom,
14548 mainly so that we can use custom-initialize-delay.
14549
14550 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
14551
14552 * subr.el (buffer-has-markers-at): Mark obsolete.
14553
14554 * subr.el (lambda): Use declare.
14555
14556 * emacs-lisp/lisp-mode.el (lambda):
14557 * emacs-lisp/edebug.el (lambda): Move properties to its definition.
14558
14559 2012-05-26 Aaron S. Hawley <aaron.s.hawley@gmail.com>
14560
14561 * thingatpt.el (forward-same-syntax): Handle no ARG case. (Bug#11560)
14562
14563 2012-05-26 Glenn Morris <rgm@gnu.org>
14564
14565 * progmodes/cc-mode.el (auto-mode-alist): Fix typo.
14566
14567 2012-05-25 Glenn Morris <rgm@gnu.org>
14568
14569 * paths.el: Remove no-byte-compile.
14570 * loadup.el: No need to load paths.el uncompiled.
14571
14572 * image.el (imagemagick-types-inhibit): Doc fix.
14573
14574 * version.el: Remove no-byte-compile and associated formatting.
14575 * loadup.el: No need to load version.el uncompiled. AFAICS, this
14576 is ancient code from when there was an "inc-vers.el".
14577
14578 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14579
14580 * progmodes/gdb-mi.el: Minor style changes.
14581 (gdb-enable-debug, gdb-speedbar-auto-raise, gdb-many-windows):
14582 Turn into minor modes.
14583 (gdb--if-arrow): Rename from gdb-if-arrow, make it hygienic.
14584 (gdb-mouse-until, gdb-mouse-jump): Adjust uses accordingly.
14585 (gdb-shell): Remove unneeded let-binding.
14586 (gdb-get-many-fields): Eliminate O(n²) behavior.
14587
14588 2012-05-25 Eli Zaretskii <eliz@gnu.org>
14589
14590 * cus-start.el <vertical-centering-font-regexp>: Avoid warning on
14591 platforms that don't link in fontset.c.
14592
14593 2012-05-25 Juri Linkov <juri@jurta.org>
14594
14595 Use the same diff color scheme as in modern VCSes (bug#10181).
14596
14597 * vc/diff-mode.el (diff-header, diff-file-header): Remove "green"
14598 to avoid confusion with `diff-added' that now uses green colors.
14599 (diff-removed): Use shades of red.
14600 (diff-added): Use shades of green.
14601 (diff-changed): Leave just the yellow color.
14602 (diff-use-changed-face): New variable.
14603 (diff-font-lock-keywords): Use `diff-use-changed-face' to decide
14604 how to highlight context diff changes.
14605 (diff-refine-change): Use shades of yellow.
14606 (diff-refine-removed): New face that uses shades of red.
14607 (diff-refine-added): New face that uses shades of green.
14608 (diff-refine-hunk): Use `diff-refine-change', `diff-refine-added',
14609 `diff-refine-removed' in the call to `smerge-refine-subst'
14610 depending on the value of `diff-use-changed-face'.
14611
14612 * vc/smerge-mode.el (smerge-mine): Use shades of red.
14613 (smerge-other): Use shades of green.
14614 (smerge-base): Use shades of yellow.
14615 (smerge-refined-change): Empty face.
14616 (smerge-refined-removed): New face that uses shades of red.
14617 (smerge-refined-added): New face that uses shades of green.
14618 (smerge-refine-subst): Rename arg `props' to `props-c'. Add new
14619 args `props-r' and `props-a', and use them. Doc fix.
14620 (smerge-refine): Evaluate `smerge-use-changed-face' and depending
14621 on its value use different faces `smerge-refined-change',
14622 `smerge-refined-removed', `smerge-refined-added' in the call to
14623 `smerge-refine-subst'.
14624
14625 * vc/ediff-init.el (ediff-current-diff-A, ediff-fine-diff-A):
14626 Add face condition `min-colors 88' with shades of red.
14627 (ediff-current-diff-B, ediff-fine-diff-B): Add face condition
14628 `min-colors 88' with shades of green.
14629 (ediff-current-diff-C, ediff-fine-diff-C): Add face condition
14630 `min-colors 88' with shades of yellow.
14631
14632 2012-05-24 Glenn Morris <rgm@gnu.org>
14633
14634 * paths.el (prune-directory-list, remote-shell-program): Move to...
14635 * files.el (prune-directory-list, remote-shell-program): ...here.
14636 For the latter, delay initialization, prefer ssh, just search PATH.
14637
14638 * paths.el (term-file-prefix): Move to faces.el (the only user).
14639 * faces.el (term-file-prefix): Move here, make it a defcustom.
14640
14641 * paths.el (news-directory, news-path, news-inews-program):
14642 Move to gnus/nnspool.el.
14643
14644 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
14645
14646 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
14647 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
14648 Make the latter a defcustom, with a delayed initialization.
14649
14650 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
14651 These were deleted from Gnus itself late 2010.
14652
14653 2012-05-22 Juanma Barranquero <lekktu@gmail.com>
14654
14655 * progmodes/which-func.el (which-func-ff-hook):
14656 Check against user-error, not error.
14657
14658 * emacs-lisp/edebug.el (top): Do not load or set up loading of
14659 cl-specs.el, which no longer exists.
14660
14661 2012-05-22 Glenn Morris <rgm@gnu.org>
14662
14663 * info.el (info-emacs-bug): New command.
14664 * menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
14665 * mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
14666
14667 2012-05-21 Glenn Morris <rgm@gnu.org>
14668
14669 * makefile.w32-in (update-subdirs-SH):
14670 * Makefile.in (update-subdirs): Update for moved update-subdirs.
14671
14672 2012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
14673
14674 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
14675
14676 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14677 Simplify Maven regexp, and make sure the file can't start with a space
14678 (bug#11517).
14679
14680 2012-05-21 Glenn Morris <rgm@gnu.org>
14681
14682 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
14683 Scrap superfluous subshells.
14684
14685 2012-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14686
14687 * emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
14688 (byte-compile-warning-prefix, batch-byte-compile-file): Use it.
14689
14690 2012-05-19 Jay Belanger <jay.p.belanger@gmail.com>
14691
14692 * calc/calc.el (calc-ensure-consistent-units): New variable.
14693
14694 * calc/calc-units.el (math-consistent-units-p)
14695 (math-check-unit-consistency): New functions.
14696 (calc-quick-units, calc-convert-units):
14697 Use `math-check-unit-consistency' when `calc-ensure-consistent-units'
14698 is non-nil.
14699 (calc-extract-units): Fix typo.
14700
14701 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14702
14703 * vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.
14704
14705 * textmodes/flyspell.el: Commenting style, plus code simplifications.
14706 (flyspell-default-deplacement-commands): Don't spell check after
14707 repeated window/frame switches (e.g. triggered by mouse-movement).
14708 (flyspell-delay-commands, flyspell-deplacement-commands): Use mapc.
14709 (flyspell-debug-signal-word-checked): Simplify and fit in 80 cols.
14710 (flyspell-casechars-cache, flyspell-ispell-casechars-cache)
14711 (flyspell-not-casechars-cache, flyspell-ispell-not-casechars-cache):
14712 Remove unused vars.
14713 (flyspell-get-casechars, flyspell-get-not-casechars):
14714 Simplify; Don't bother removing a ] just to add it back.
14715 * textmodes/ispell.el (ispell-program-name): Use executable-find.
14716
14717 2012-05-18 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14718
14719 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
14720 New functions.
14721 (math-function-table): Add support for more C functions.
14722
14723 2012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14724
14725 * textmodes/flyspell.el (flyspell-check-pre-word-p)
14726 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
14727 Protect delay handling for otherchars against empty otherchars.
14728
14729 2012-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14730
14731 * emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
14732 their respective macro declarations.
14733 * skeleton.el (define-skeleton):
14734 * progmodes/compile.el (define-compilation-mode):
14735 * ibuf-macs.el (define-ibuffer-sorter, define-ibuffer-op)
14736 (define-ibuffer-filter):
14737 * emacs-lisp/generic.el (define-generic-mode):
14738 * emacs-lisp/easy-mmode.el (define-minor-mode)
14739 (define-globalized-minor-mode):
14740 * emacs-lisp/cl-macs.el (defun*, defmacro*, defstruct, deftype):
14741 * emacs-lisp/byte-run.el (defsubst):
14742 * custom.el (deftheme): Add doc-string metadata.
14743
14744 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14745
14746 * emacs-lisp/cl-macs.el, emacs-lisp/cl.el: Move indent info.
14747
14748 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14749
14750 * emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
14751
14752 * emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
14753 * emacs-lisp/cl-macs.el: Idem.
14754 * emacs-lisp/cl-specs.el: Remove.
14755
14756 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14757
14758 Minor renaming of internal CL functions and variables.
14759 * emacs-lisp/cl-seq.el (cl--adjoin): Rename from cl-adjoin.
14760 (cl--position): Rename from cl-position.
14761 (cl--delete-duplicates): Rename from cl-delete-duplicates.
14762 * emacs-lisp/cl.el (cl--gensym-counter): Rename from *gensym-counter*.
14763 (cl--random-state): Rename from *random-state*.
14764
14765 2012-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
14766
14767 * emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
14768 parens around the arg list (bug#11499).
14769
14770 2012-05-17 Juri Linkov <juri@jurta.org>
14771
14772 * isearch.el (word-search-regexp, word-search-backward)
14773 (word-search-forward, word-search-backward-lax)
14774 (word-search-forward-lax): Move functions from search.c
14775 (bug#10145, bug#11381).
14776
14777 2012-05-16 Agustín Martín Domingo <agustin.martin@hispalinux.es>
14778
14779 * textmodes/flyspell.el (flyspell-check-pre-word-p)
14780 (flyspell-check-word-p, flyspell-debug-signal-word-checked):
14781 Delay for otherchars as for normal word components.
14782
14783 2012-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
14784
14785 * minibuffer.el (completion--sifn-requote): Fix last change.
14786 (minibuffer-local-must-match-filename-map):
14787 Move define-obsolete-variable-alias before its var.
14788
14789 2012-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
14790
14791 * emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
14792
14793 * minibuffer.el (completion--sifn-requote): Handle sifn's truncation
14794 behavior.
14795 (completion--string-equal-p): New function.
14796 (completion--twq-all): Use it to get better assertion failure data.
14797
14798 Only handle ".." and '..' quoting in shell-mode (bug#11466).
14799 * shell.el (shell--unquote&requote-argument, shell--unquote-argument)
14800 (shell--requote-argument): New functions.
14801 (shell-completion-vars): Use them.
14802 (shell--parse-pcomplete-arguments): Rename from
14803 shell-parse-pcomplete-arguments.
14804 * comint.el (comint-word): Obey comint-file-name-quote-list. Simplify.
14805 (comint--unquote&requote-argument): Don't handle ".." and '..' quoting.
14806 Obey comint-file-name-quote-list.
14807
14808 * emacs-lisp/smie.el (smie-indent--bolp-1): New function.
14809 (smie-indent-keyword): Use it.
14810
14811 2012-05-14 Stefan Merten <smerten@oekonux.de>
14812
14813 * textmodes/rst.el (rst-re-alist): Fix loading (bug#11462).
14814
14815 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14816
14817 * net/rlogin.el (rlogin-mode-map): Fix last change.
14818
14819 2012-05-14 Jason L. Wright <jason.wright@inl.gov> (tiny change)
14820
14821 * mail/smtpmail.el (smtpmail-send-command): Send the command and
14822 the following \r\n using a single `process-send-string', since the
14823 Lotus SMTP server refuses to accept any commands if they are sent
14824 with two `process-send-string's (Bug#11444).
14825
14826 2012-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14827
14828 * shell.el (shell-parse-pcomplete-arguments):
14829 Obey pcomplete-arg-quote-list inside double-quoted args (Bug#11348).
14830
14831 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
14832
14833 * image-mode.el: Fit to width/height for rotated images (Bug#11431).
14834 (image-transform-scale, image-transform-right-angle-fudge): New vars.
14835 (image-transform-width, image-transform-fit-width): New functions.
14836 (image-transform-properties): Use them.
14837 (image-transform-check-size): New function.
14838 (image-toggle-display-image): Use it (for testing).
14839 (image-transform-set-rotation): Reduce angle mod 360.
14840 Delete obsolete comment.
14841
14842 2012-05-14 Wolfgang Jenkner <wjenkner@inode.at>
14843
14844 * image-mode.el: Fix scaling (bug#11399).
14845 (image-transform-resize): Doc fix.
14846 (image-transform-properties): Default scale is 1 and height should
14847 be an integer.
14848
14849 2012-05-13 Johan Bockgård <bojohan@gnu.org>
14850
14851 * emacs-lisp/smie.el (smie-next-sexp): Use accessor `op-forw' rather
14852 than hard-coding `car', to fix misbehavior when moving forward.
14853
14854 2012-05-13 Chong Yidong <cyd@gnu.org>
14855
14856 * emacs-lisp/tabulated-list.el (tabulated-list-format)
14857 (tabulated-list-entries, tabulated-list-padding)
14858 (tabulated-list-sort-key): Make permanent-local.
14859
14860 * ebuff-menu.el: Adapt to Buffer Menu changes (Bug#11455).
14861 (electric-buffer-list): Put electric buffer menu
14862 command descriptions in this docstring, instead of the docstring
14863 of electric-buffer-menu-mode. Code cleanups.
14864 (electric-buffer-menu-mode): Use define-derived-mode. Rename from
14865 Electric-buffer-menu-mode.
14866 (electric-buffer-update-highlight): Minor code cleanup.
14867
14868 2012-05-13 Michael Albinus <michael.albinus@gmx.de>
14869
14870 * net/dbus.el (dbus-call-method): Restore events not from D-Bus.
14871 (Bug#11447)
14872
14873 2012-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14874
14875 Move define-obsolete-variable-alias before the var's definition.
14876 * vc/log-edit.el (vc-comment-ring, vc-comment-ring-index):
14877 * tooltip.el (tooltip-hook):
14878 * textmodes/reftex-toc.el (reftex-toc-map):
14879 * textmodes/reftex-sel.el (reftex-select-label-map)
14880 (reftex-select-bib-map):
14881 * textmodes/reftex-index.el (reftex-index-map)
14882 (reftex-index-phrases-map):
14883 * speedbar.el (speedbar-syntax-table, speedbar-key-map):
14884 * progmodes/meta-mode.el (meta-mode-map):
14885 * novice.el (disabled-command-hook):
14886 * loadhist.el (unload-hook-features-list):
14887 * frame.el (blink-cursor):
14888 * files.el (find-file-not-found-hooks, write-file-hooks)
14889 (write-contents-hooks):
14890 * emulation/tpu-edt.el (GOLD-map):
14891 * emacs-lock.el (emacs-lock-from-exiting):
14892 * emacs-lisp/generic.el (generic-font-lock-defaults):
14893 * emacs-lisp/chart.el (chart-map):
14894 * dos-fns.el (register-name-alist):
14895 * dired-x.el (dired-omit-files-p):
14896 * desktop.el (desktop-enable):
14897 * cus-edit.el (custom-mode-hook):
14898 * buff-menu.el (buffer-menu-mode-hook):
14899 * bookmark.el (bookmark-read-annotation-text-func)
14900 (bookmark-exit-hooks):
14901 * allout.el (allout-mode-deactivate-hook)
14902 (allout-exposure-change-hook, allout-structure-added-hook)
14903 (allout-structure-deleted-hook, allout-structure-shifted-hook):
14904 * dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle)
14905 (dirtrack-debug): Move call to define-obsolete-variable-alias so it
14906 comes before the corresponding variable's definition.
14907
14908 2012-05-12 Chong Yidong <cyd@gnu.org>
14909
14910 * buff-menu.el (Buffer-menu-buffer+size-width): Doc fix (Bug#11454).
14911 (Buffer-menu-mouse-select): Restore function (Bug#11459).
14912 (Buffer-menu-mode-map): Bind it.
14913 (Buffer-menu--pretty-name): Add a mouse-face property.
14914
14915 2012-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
14916
14917 * progmodes/prolog.el: Use SMIE. Cleanup regexp setup.
14918 (prolog-upper-case-string, prolog-lower-case-string)
14919 (prolog-atom-char-regexp, prolog-atom-regexp): Initialize in defconst.
14920 (prolog-use-smie, prolog-smie-grammar): New vars.
14921 (prolog-smie-forward-token, prolog-smie-backward-token)
14922 (prolog-smie-rules): New funs.
14923 (prolog-comment-indent): Remove.
14924 (prolog-mode-variables): Use default comment indentation instead.
14925 Setup SMIE.
14926 (prolog-build-case-strings, prolog-set-atom-regexps): Remove.
14927 (prolog-mode): Don't call them any more.
14928 (prolog-electric-colon, prolog-electric-dash)
14929 (prolog-edit-menu-insert-move): Use indent-according-to-mode.
14930
14931 * dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error.
14932
14933 * minibuffer.el (completion--twq-all): Again, allow case differences.
14934
14935 * term.el: Move keymap initialization code to be more idiomatic.
14936 (term-signals-menu, term-mode-map, term-raw-map, term-raw-escape-map)
14937 (term-terminal-menu): Move initialization into declaration.
14938 (term-escape-char): Let the user set it in her .emacs.
14939
14940 * progmodes/sh-script.el: Use post-self-insert-hook&electric-pair-mode.
14941 Provide SMIE-based indentation (not enabled by default yet).
14942 (sh-mode-map): Don't bind electric keys.
14943 Use electric-pair-mode instead of skeleton-pair.
14944 (sh-assignment-regexp): Fit within 80 columns.
14945 (sh-indent-supported): Specify actual shell name instead of boolean.
14946 (sh--maybe-here-document): New fun, from sh-maybe-here-document.
14947 (sh-maybe-here-document): Use it. Make obsolete.
14948 (sh-electric-here-document-mode) New minor mode.
14949 (sh-mode): Use it. Don't set sh-indent-supported-here here.
14950 (sh-smie-sh-grammar, sh-smie--sh-operators, sh-smie--sh-operators-re)
14951 (sh-smie--sh-operators-back-re, sh-indent-after-continuation)
14952 (sh-smie-rc-grammar, sh-use-smie): New vars.
14953 (sh-smie--keyword-p, sh-smie--newline-semi-p, sh-smie--sh-keyword-p)
14954 (sh-smie-sh-forward-token, sh-smie--looking-back-at-continuation-p)
14955 (sh-smie-sh-backward-token, sh-smie--continuation-start-indent)
14956 (sh-smie-sh-rules, sh-smie-rc-rules, sh-smie--sh-keyword-in-p)
14957 (sh-smie--rc-after-special-arg-p, sh-smie-rc-backward-token)
14958 (sh-smie-sh-rules, sh-smie--rc-newline-semi-p): New functions.
14959 (sh-set-shell): Use smie-setup if requested.
14960
14961 * term.el (term-set-escape-char): Properly set term-escape-char.
14962 See http://stackoverflow.com/questions/10524656.
14963
14964 2012-05-10 Chong Yidong <cyd@gnu.org>
14965
14966 * ffap.el (ffap-url-unwrap-local): Make it work right (Bug#9131).
14967 Use url-generic-parse-url, and handle host names and Windows
14968 filenames properly.
14969 (ffap-url-unwrap-remote): Use url-generic-parse-url.
14970 (ffap-url-unwrap-remote): Accept list values, specifying a list of
14971 URL schemes to work on.
14972 (ffap--toggle-read-only): New function.
14973 (ffap-read-only, ffap-read-only-other-window)
14974 (ffap-read-only-other-frame): Use it.
14975 (ffap-fixup-url): Don't check ffap-ftp-regexp, since it is not
14976 necessary for ffap-url-unwrap-remote.
14977
14978 2012-05-10 Dave Abrahams <dave@boostpro.com>
14979
14980 * cus-start.el (create-lockfiles): Add it.
14981
14982 2012-05-09 Chong Yidong <cyd@gnu.org>
14983
14984 * net/browse-url.el (browse-url-url-encode-chars): Use upper-case.
14985 (browse-url-encode-url): Encode spaces and quotes (Bug#6300).
14986
14987 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
14988
14989 * shell.el (shell-completion-vars): Fix last change (bug#11348).
14990
14991 2012-05-09 Chong Yidong <cyd@gnu.org>
14992
14993 * ansi-color.el (ansi-color-process-output): Check for validity of
14994 comint-last-output-start before using it. This avoids a bad
14995 interaction with gdb-mi's input/output buffer.
14996
14997 2012-05-09 Glenn Morris <rgm@gnu.org>
14998
14999 * files.el (dir-locals-read-from-file):
15000 Mention dir-locals in any error message.
15001
15002 2012-05-09 Chong Yidong <cyd@gnu.org>
15003
15004 * emacs-lisp/package.el (package-built-in-p): Handle the `emacs'
15005 package (Bug#11410).
15006
15007 * emacs-lisp/package.el (package-buffer-info): Avoid putting local
15008 variables into description.
15009
15010 2012-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
15011
15012 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list like
15013 shell-delimiter-argument-list (bug#11348).
15014 (shell-parse-pcomplete-arguments): Obey pcomplete-arg-quote-list.
15015
15016 2012-05-09 Juanma Barranquero <lekktu@gmail.com>
15017
15018 * textmodes/rst.el: Silence byte-compiler warnings.
15019 (rst-re-alist, rst-reset-section-caches): Move around.
15020 (rst-re): Use `characterp', not `char-valid-p'.
15021 (font-lock-beg, font-lock-end): Declare.
15022
15023 * progmodes/idlw-shell.el (specs): Remove reference to deleted
15024 variable `idlwave-shell-activate-alt-keybindings' and simplify.
15025
15026 * eshell/esh-cmd.el (eshell-debug-command): Fix typo in previous change.
15027
15028 2012-05-08 Glenn Morris <rgm@gnu.org>
15029
15030 * files.el (auto-mode-alist): Treat ".make" like ".mk".
15031
15032 2012-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
15033
15034 * vc/log-edit.el: Add GNU coding standards highlighting.
15035 (log-edit-font-lock-gnu-style)
15036 (log-edit-font-lock-gnu-keywords): New vars.
15037 (log-edit-font-lock-keywords): New fun.
15038 (log-edit-mode): Don't fold case in font-lock.
15039 (log-edit-font-lock-keywords): Do not assume case-folding.
15040
15041 * imenu.el: Misc cleanup. Make docstrings out of comments.
15042 Use lexical-binding.
15043 (imenu--index-alist, imenu--last-menubar-index-alist)
15044 (imenu-menubar-modified-tick): Use defvar-local.
15045 (imenu--split-menu): Remove unused var.
15046 (imenu--cleanup-seen): Declare as global.
15047 (imenu--cleanup): Use dolist.
15048
15049 * subr.el (defvar-local): Add debug spec and doc-string position.
15050
15051 2012-05-08 Glenn Morris <rgm@gnu.org>
15052
15053 * language/burmese.el, language/cham.el, language/czech.el:
15054 * language/english.el, language/georgian.el, language/greek.el:
15055 * language/japanese.el, language/khmer.el, language/korean.el:
15056 * language/lao.el, language/misc-lang.el, language/romanian.el:
15057 * language/sinhala.el, language/slovak.el, language/tai-viet.el:
15058 * language/thai.el, language/utf-8-lang.el:
15059 Remove no-byte-compile setting.
15060
15061 * play/zone.el (zone-pgm-stress): Don't pollute kill-ring. (Bug#11388)
15062
15063 2012-05-08 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15064
15065 * progmodes/make-mode.el (makefile-browse):
15066 Remove unnecessary interactive. (Bug#11324)
15067
15068 2012-05-07 Glenn Morris <rgm@gnu.org>
15069
15070 * forms-d2.el, forms-pass.el: Move to ../etc/forms directory.
15071
15072 * international/mule.el (find-auto-coding): Make "unibyte: t" obsolete.
15073
15074 2012-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
15075
15076 * loadup.el: Preload newcomment.el.
15077 * newcomment.el: Move autoload-only code to toplevel.
15078
15079 * buff-menu.el (list-buffers--refresh): Mark `size' as right-align.
15080 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
15081 Handle new :right-align column property.
15082 (tabulated-list-print-col): Idem, plus use `display' text-property to
15083 try and preserve alignment for variable pitch fonts.
15084
15085 2012-05-07 Chong Yidong <cyd@gnu.org>
15086
15087 * emacs-lisp/tabulated-list.el: Add no-header-line alternative.
15088 (tabulated-list-use-header-line): New var.
15089 (tabulated-list-init-header): Use it.
15090 (tabulated-list-print-fake-header): New function.
15091 (tabulated-list-print): Use it.
15092 (tabulated-list-sort-button-map): Add non-header-line commands.
15093 (tabulated-list-init-header): Add column name property to basic
15094 labels as well.
15095 (tabulated-list-col-sort): Handle non-header-line button case.
15096 (tabulated-list--sort-by-column-name): Fix a corner case.
15097
15098 * buff-menu.el (list-buffers--refresh):
15099 Handle Buffer-menu-use-header-line.
15100
15101 2012-05-06 Chong Yidong <cyd@gnu.org>
15102
15103 * buff-menu.el: Convert to Tabulated List mode.
15104 (Buffer-menu-buffer+size-width): Make obsolete.
15105 (Buffer-menu-name-width, Buffer-menu-size-width): New variables.
15106 (Buffer-menu-mode-map): Inherit from tabulated-list-mode-map.
15107 (Buffer-menu-mode): Derive from tabulated-list-mode. Move command
15108 documentation into docstring of buffer-menu.
15109 (Buffer-menu-toggle-files-only): Add an informative message.
15110 (Buffer-menu-sort): Convert to alias for tabulated-list-sort.
15111 (Buffer-menu-buffer, Buffer-menu-beginning, Buffer-menu-mark)
15112 (Buffer-menu-unmark, Buffer-menu-backup-unmark)
15113 (Buffer-menu-delete, Buffer-menu-save, Buffer-menu-not-modified)
15114 (Buffer-menu-execute, Buffer-menu-select)
15115 (Buffer-menu-marked-buffers, Buffer-menu-toggle-read-only)
15116 (Buffer-menu-bury): Use Tabulated List machinery.
15117 (Buffer-menu-mouse-select, Buffer-menu-sort-by-column)
15118 (Buffer-menu-sort-button-map, Buffer-menu-make-sort-button):
15119 Delete.
15120 (list-buffers--refresh): New function.
15121 (list-buffers-noselect): Use it.
15122 (tabulated-list-entry-size->, Buffer-menu--pretty-name)
15123 (Buffer-menu--pretty-file-name): New helper functions.
15124
15125 * loadup.el: Preload tabulated-list.
15126
15127 * emacs-lisp/tabulated-list.el (tabulated-list-sort): Rename from
15128 tabulated-list-sort-column.
15129 (tabulated-list-init-header): Add the initial aligning space even
15130 if tabulated-list-padding is zero.
15131
15132 2012-05-06 Christopher Schmidt <christopher@ch.ristopher.com>
15133
15134 * emacs-lisp/cl-macs.el (cl-expr-contains): Handle cons cells
15135 whose cdr is not a cons cell correctly (bug#11038).
15136
15137 2012-05-06 Chong Yidong <cyd@gnu.org>
15138
15139 * emacs-lisp/tabulated-list.el (tabulated-list-format):
15140 Accept additional plist in column descriptors.
15141 (tabulated-list-init-header): Obey it.
15142 (tabulated-list-get-entry): New function.
15143 (tabulated-list-put-tag): Use it. Use string-width instead of
15144 length.
15145 (tabulated-list--column-number): New function.
15146 (tabulated-list-print): Use it.
15147 (tabulated-list-print-col): New function.
15148 Set `tabulated-list-column-name' property on each column's text.
15149 (tabulated-list-print-entry): Use it.
15150 (tabulated-list-delete-entry, tabulated-list-set-col):
15151 New functions.
15152 (tabulated-list-sort-column): New command (Bug#11337).
15153
15154 * buff-menu.el (list-buffers): Move C-x C-b binding from
15155 buff-menu.el to bindings.el.
15156
15157 * ebuff-menu.el (Electric-buffer-menu-undefined): Use the
15158 :advertised-binding feature.
15159
15160 2012-05-06 Troels Nielsen <bn.troels@gmail.com> (tiny change)
15161
15162 * progmodes/compile.el (compilation-internal-error-properties):
15163 Calculate start position correctly when end-col is set but
15164 end-line is not (Bug#11382).
15165
15166 2012-05-06 Wolfgang Jenkner <wjenkner@inode.at>
15167
15168 * man.el (Man-unindent): Use text-property-default-nonsticky to
15169 prevent untabify from inheriting face properties (Bug#11408).
15170
15171 2012-05-05 Stefan Merten <smerten@oekonux.de>
15172
15173 * textmodes/rst.el: Major merge with upstream development up to
15174 Docutils SVN r7399 / rst.el V1.2.1.
15175
15176 Clarify maintainership and authors.
15177
15178 (rst-extract-version, rst-cvs-header, rst-cvs-rev)
15179 (rst-cvs-timestamp, rst-svn-rev, rst-svn-timestamp)
15180 (rst-official-version, rst-official-cvs-rev, rst-version)
15181 (rst-package-emacs-version-alist): New functions and variables
15182 for version information.
15183
15184 (rst-bullets, rst-uri-schemes, rst-adornment-chars)
15185 (rst-max-inline-length, rst-re-alist-def, rst-re-alist)
15186 (rst-mode-syntax-table, rst-mode): New and corrected functions
15187 and variables representing reStructuredText features.
15188
15189 (rst-re): New function for reStructuredText regexes. Use in
15190 many places.
15191
15192 (rst-deprecated-keys, rst-call-deprecated, rst-define-key)
15193 (rst-mode-map): Rebind keys.
15194
15195 (rst-mode-lazy, rst-font-lock-keywords)
15196 (rst-font-lock-extend-region)
15197 (rst-font-lock-extend-region-internal)
15198 (rst-font-lock-extend-region-extend)
15199 (rst-font-lock-find-unindented-line-limit)
15200 (rst-font-lock-find-unindented-line-match)
15201 (rst-adornment-level, rst-font-lock-adornment-level)
15202 (rst-font-lock-adornment-match)
15203 (rst-font-lock-handle-adornment-pre-match-form)
15204 (rst-font-lock-handle-adornment-matcher): Major revision of
15205 font-locking. Integrate with other code. Use `jit-lock-mode'.
15206
15207 (rst-preferred-adornments, rst-adjust-hook)
15208 (rst-new-adornment-down, rst-preferred-bullets)
15209 (rst-preferred-bullets, rst-indent, rst-indent-width)
15210 (rst-indent-field, rst-indent-literal-normal)
15211 (rst-indent-literal-minimized, rst-indent-comment): Change,
15212 extend and improve customization.
15213
15214 (rst-line-homogeneous-p, rst-line-homogeneous-nodent-p)
15215 (rst-normalize-cursor-position, rst-get-decoration)
15216 (rst-straighten-deco-spacing, rst-re-bullets, rst-re-items)
15217 (rst-rstrip, rst-toc-insert-find-delete-contents)
15218 (rst-shift-fill-region, rst-compute-bullet-tabs)
15219 (rst-debug-print-tabs, rst-debug-mark-found)
15220 (rst-shift-region-guts, rst-shift-region-right)
15221 (rst-shift-region-left, rst-use-char-classes)
15222 (rst-font-lock-keywords-function)
15223 (rst-font-lock-indentation-point)
15224 (rst-font-lock-find-unindented-line-begin)
15225 (rst-font-lock-find-unindented-line-end)
15226 (rst-font-lock-find-unindented-line)
15227 (rst-font-lock-adornment-point, rst-font-lock-level)
15228 (rst-adornment-level-alist): Remove functions and variables.
15229
15230 (rst-compare-adornments, rst-get-adornment-match)
15231 (rst-suggest-new-adornment, rst-get-adornments-around)
15232 (rst-adornment-complete-p, rst-get-next-adornment)
15233 (rst-adjust-adornment, rst-display-adornments-hierarchy)
15234 (rst-straighten-adornments): Standardize function names to
15235 use "adornment" instead of "decoration". Correct callers.
15236 Similar standardizing in many places.
15237
15238 (rst-update-section, rst-adjust, rst-promote-region)
15239 (rst-enumerate-region, rst-bullet-list-region)
15240 (rst-repeat-last-character): Correct use of `interactive'.
15241
15242 (rst-classify-adornment, rst-find-all-adornments)
15243 (rst-get-hierarchy, rst-adjust-adornment, rst-toc-update)
15244 (rst-find-leftmost-column, rst-repeat-last-character):
15245 Refactor functions.
15246
15247 (rst-find-title-line, rst-reset-section-caches)
15248 (rst-get-adornments-around, rst-adjust-adornment-work)
15249 (rst-arabic-to-roman, rst-roman-to-arabic)
15250 (rst-insert-list-pos, rst-insert-list-new-item)
15251 (rst-insert-list-continue, rst-insert-list, rst-forward-line):
15252 New functions.
15253
15254 (rst-all-sections, rst-section-hierarchy)
15255 (rst-arabic-to-roman, rst-initial-enums, rst-initial-items):
15256 New variables.
15257
15258 (rst-toc-return-wincfg, rst-toc-quit-window): Use window
15259 configuration instead of only buffer. Change where necessary.
15260
15261 (rst-line-tabs, rst-compute-tabs, rst-indent-line)
15262 (rst-shift-region, rst-adaptive-fill): New functions for
15263 indentation and filling.
15264
15265 (rst-comment-line-break, rst-comment-indent)
15266 (rst-comment-insert-comment, rst-comment-region)
15267 (rst-uncomment-region): New functions for handling comments.
15268
15269 (rst-compile): Quote shell arguments.
15270
15271 (rst-compile-pdf-preview, rst-compile-slides-preview):
15272 Delete temporary files after use.
15273
15274 2012-05-05 Glenn Morris <rgm@gnu.org>
15275
15276 * calendar/cal-html.el: Optionally include holidays in the output.
15277 Suggested by Ed Reingold <reingold@emr.cs.iit.edu>.
15278 (cal-html-holidays): New option.
15279 (cal-html-css-default): Add holiday entry.
15280 (holiday-in-range): Autoload it.
15281 (cal-html-htmlify-entry): Add optional class argument.
15282 (cal-html-htmlify-list): Add optional holidays argument.
15283 (cal-html-insert-agenda-days): Include holidays in the output.
15284 (cal-html-one-month): Maybe include holidays.
15285
15286 * calendar/holidays.el (holiday-in-range):
15287 Move here from cal-tex-list-holidays.
15288 * calendar/cal-tex.el (cal-tex-list-holidays):
15289 Make it an obsolete alias for holiday-in-range. Update all callers.
15290
15291 2012-05-05 Chong Yidong <cyd@gnu.org>
15292
15293 * select.el (xselect--encode-string): Always use utf-8 for TEXT on
15294 Nextstep.
15295
15296 2012-05-05 Ransom Williams <auvergnerw@gmail.com> (tiny change)
15297
15298 * files.el (file-auto-mode-skip): New var.
15299 (set-auto-mode-1): Use it.
15300
15301 2012-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
15302
15303 * repeat.el: Use lexical-binding.
15304 (repeat-last-self-insert, repeat-num-input-keys-at-self-insert)
15305 (repeat-undo-count): Remove.
15306 (repeat):
15307 * progmodes/octave-mod.el (octave-abbrev-start):
15308 * progmodes/f90.el (f90-abbrev-start):
15309 * face-remap.el (text-scale-adjust):
15310 * kmacro.el (kmacro-call-macro): Use set-temporary-overlay-map.
15311
15312 * emacs-lisp/pcase.el (pcase--let*): New function.
15313 (pcase--expand, pcase-codegen, pcase--q1): Use it to reduce nesting
15314 a bit more.
15315 (pcase--split-pred): Be more clever about ruling out overlap between
15316 a predicate and some constant pattern.
15317 (pcase--q1): Use `null' instead of (eq foo nil).
15318
15319 * subr.el (setq-local, defvar-local): New macros.
15320 (kbd): Redefine as an alias.
15321 (with-selected-window): Leave unrelated frames alone.
15322 (set-temporary-overlay-map): New function.
15323
15324 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15325
15326 * subr.el (user-error): New function.
15327 * window.el (switch-to-buffer):
15328 * vc/smerge-mode.el (smerge-resolve-function, smerge-resolve)
15329 (smerge-match-conflict):
15330 * simple.el (previous-matching-history-element)
15331 (next-matching-history-element, goto-history-element, undo-more)
15332 (undo-start):
15333 * progmodes/etags.el (visit-tags-table-buffer, find-tag-tag)
15334 (find-tag-noselect, find-tag-in-order, etags-goto-tag-location)
15335 (next-file, tags-loop-scan, list-tags, complete-tag):
15336 * progmodes/compile.el (compilation-loop):
15337 * mouse.el (mouse-minibuffer-check):
15338 * man.el (Man-bgproc-sentinel, Man-goto-page):
15339 * info.el (Info-find-node-2, Info-extract-pointer, Info-history-back)
15340 (Info-history-forward, Info-follow-reference, Info-menu)
15341 (Info-extract-menu-item, Info-extract-menu-counting)
15342 (Info-forward-node, Info-backward-node, Info-next-menu-item)
15343 (Info-last-menu-item, Info-next-preorder, Info-last-preorder)
15344 (Info-next-reference, Info-prev-reference, Info-index)
15345 (Info-index-next, Info-follow-nearest-node)
15346 (Info-copy-current-node-name):
15347 * imenu.el (imenu--make-index-alist)
15348 (imenu-default-create-index-function, imenu-add-to-menubar):
15349 * files.el (basic-save-buffer, recover-file):
15350 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
15351 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
15352 (checkdoc-message-text, checkdoc-defun):
15353 * dabbrev.el (dabbrev-completion, dabbrev--abbrev-at-point):
15354 * cus-edit.el (customize-changed-options, customize-rogue)
15355 (customize-saved, custom-variable-set, custom-variable-mark-to-save)
15356 (custom-variable-mark-to-reset-standard)
15357 (custom-variable-reset-backup, custom-face-mark-to-reset-standard)
15358 (custom-file):
15359 * completion.el (check-completion-length):
15360 * comint.el (comint-search-arg)
15361 (comint-previous-matching-input-string-position)
15362 (comint-previous-matching-input)
15363 (comint-replace-by-expanded-history-before-point, comint-send-input)
15364 (comint-copy-old-input, comint-backward-matching-input)
15365 (comint-goto-process-mark, comint-set-process-mark):
15366 * calendar/calendar.el (calendar-cursor-to-date): Use it.
15367 * bindings.el (debug-ignored-errors): Remove regexps, add `user-error'.
15368
15369 2012-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15370
15371 * dabbrev.el (dabbrev--ignore-case-p): New function.
15372 (dabbrev-completion, dabbrev-expand, dabbrev--substitute-expansion):
15373 Use it.
15374
15375 * files.el (automount-dir-prefix): Mark as obsolete.
15376
15377 2012-05-04 Glenn Morris <rgm@gnu.org>
15378
15379 * patcomp.el, play/bruce.el: Move to obsolete/.
15380
15381 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
15382
15383 Fix minor Y10k bugs.
15384 * arc-mode.el (archive-unixdate):
15385 * autoinsert.el (auto-insert-alist):
15386 * calc/calc-forms.el (math-this-year):
15387 * emacs-lisp/copyright.el (copyright-current-year)
15388 (copyright-update-year, copyright):
15389 * tar-mode.el (tar-clip-time-string):
15390 * time.el (display-time-update):
15391 Don't assume years have 4 digits.
15392
15393 2012-05-04 Chong Yidong <cyd@gnu.org>
15394
15395 * dos-w32.el (file-name-buffer-file-type-alist)
15396 (direct-print-region-use-command-dot-com):
15397 * ffap.el (ffap-menu-regexp):
15398 * find-file.el (ff-special-constructs):
15399 * follow.el (follow-debug):
15400 * forms.el (forms--debug):
15401 * iswitchb.el (iswitchb-all-frames):
15402 * ido.el (ido-all-frames):
15403 * emacs-lisp/timer.el (timer-max-repeats):
15404 * mail/feedmail.el (feedmail-mail-send-hook)
15405 (feedmail-mail-send-hook-queued):
15406 * mail/footnote.el (footnote-signature-separator):
15407 * mail/mailabbrev.el (mail-alias-separator-string)
15408 (mail-abbrev-mode-regexp):
15409 * mail/rmail.el (rmail-speedbar-match-folder-regexp):
15410 * progmodes/idlwave.el (idlwave-libinfo-file)
15411 (idlwave-default-completion-case-is-down)
15412 (idlwave-library-routines): Convert defvars to defcustoms.
15413
15414 * mail/rmail.el (rmail-decode-mime-charset):
15415 * progmodes/idlw-shell.el (idlwave-shell-print-expression-function)
15416 (idlwave-shell-fix-inserted-breaks)
15417 (idlwave-shell-activate-alt-keybindings)
15418 (idlwave-shell-use-breakpoint-glyph):
15419 * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars.
15420
15421 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15422
15423 * minibuffer.el (completion--twq-all): Beware completion-ignore-case.
15424
15425 2012-05-03 Wilson Snyder <wsnyder@wsnyder.org>
15426
15427 * progmodes/verilog-mode.el (font-lock-keywords):
15428 Fix mis-highligting auto. Reported by Craig Barner.
15429 (verilog-auto, verilog-auto-undef): Add AUTOUNDEF to remove
15430 defines from global name space. Reported by Dan Dever.
15431 (verilog-auto-reset, verilog-auto-reset-widths)
15432 (verilog-auto-tieoff): Support using unbased numbers for
15433 AUTORESET and AUTOTIEOFF.
15434 (verilog-submit-bug-report): Update variable list.
15435 (verilog-read-auto-params): Fix AUTOINPUT regexps containing
15436 parenthesis from not matching. Reported by Michael Rytting.
15437 (verilog-auto-template-lint): Fix hash error when linting modules
15438 with no used templates.
15439 (verilog-warn, verilog-warn-error)
15440 (verilog-warn-fatal): When non-interactive report multiple
15441 warnings before exiting. Suggested by Brad Dobbie.
15442 (verilog-auto-template-lint, verilog-auto-template-warn-unused)
15443 (verilog-read-auto-template): Add `verilog-auto-template-warn-unused'
15444 to report unused template errors. Reported by Brad Dobbie.
15445 (verilog-read-decls): Fix AUTOWIRE etc on supply0, supply1 type
15446 nets, bug438. Reported by Vns Blore.
15447 (verilog-auto-inout-module, verilog-auto-reg)
15448 (verilog-read-decls, verilog-read-sub-decls-sig)
15449 (verilog-signals-edit-wire-reg, verilog-signals-with):
15450 Fix passing of Verilog data types in ANSI input/output ports
15451 such as "output logic" into the AUTOs. Special case "wire" and
15452 "reg" for backwards compatibility presuming Verilog 2001.
15453 (verilog-auto-ascii-enum): Add "auto enum" as alias.
15454 (verilog-preprocess): Fix replication of preprocess output.
15455 Reported by Brad Dobbie.
15456 (verilog-auto-inst-interfaced-ports):
15457 Create verilog-auto-inst-interfaced-ports, bug429.
15458 Reported by Julian Gorfajn.
15459 (verilog-after-save-font-hook)
15460 (verilog-before-save-font-hook): New variable.
15461 (verilog-modi-cache-results, verilog-save-font-mod-hooked)
15462 (verilog-save-font-mods): Wrap disabling fontification, reported
15463 by David Rogoff.
15464 (verilog-do-indent, verilog-pretty-declarations-auto)
15465 (verilog-sk-def-reg): Fix obeying `verilog-auto-lineup', bug305.
15466 Reported by Pierre-David Pfister.
15467 (verilog-set-auto-endcomments): Fix endtask auto comments outside
15468 of class declarations, bug292. Reported by Kevin Heilman.
15469 (verilog-read-decls): Fix 'parameter type' not appearing in
15470 AUTOINSTPARAM, bug340. Reported by Jonathan Greenlaw.
15471 (verilog-auto-logic): Fix when AUTOLOGIC present to properly do
15472 AUTOINPUTs, bug411. Reported by Jonathan Greenlaw.
15473 (verilog-read-auto-lisp): Avoid syntax-ppss warning on AUTOLISP.
15474 Reported by David Kravitz.
15475
15476 2012-05-03 Michael McNamara <mac@mail.brushroad.com>
15477
15478 * progmodes/verilog-mode.el (verilog-pretty-expr): Don't line up
15479 assignment with tests in ifs and for loops.
15480 (verilog-extended-complete-re, verilog-complete-reg): Change so
15481 that DPI inport functions don't look like fuction declarations.
15482 (verilog-pretty-expr): Don't line up assignment
15483 operations to the test and increment in if and for loops
15484 (verilog-extended-complete-re, verilog-complete-reg): Change so
15485 that DPI inport functions don't look like fuction declarations.
15486
15487 2012-05-03 Kenichi Handa <handa@m17n.org>
15488
15489 * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
15490 decoding, and show a warning message without signaling an error
15491 (Bug#11282).
15492
15493 2012-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
15494
15495 * emacs-lisp/bytecomp.el
15496 (byte-compile-file-form-custom-declare-variable): Compile all elements,
15497 since cconv.el might have introduced :fun-body, internal-make-closure,
15498 and friends for bytecomp to handle (bug#11391).
15499 * custom.el (defcustom): Avoid ((λ ..) ..).
15500
15501 2012-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
15502
15503 * subr.el (read-passwd): Better clean after ourselves (bug#11392).
15504
15505 2012-05-02 Juanma Barranquero <lekktu@gmail.com>
15506
15507 * notifications.el (dbus-debug):
15508 * term/linux.el (gpm-mouse-enable):
15509 * term/screen.el (xterm-register-default-colors): Declare.
15510
15511 2012-05-02 Chong Yidong <cyd@gnu.org>
15512
15513 * cus-start.el (gc-cons-percentage, exec-suffixes)
15514 (dos-display-scancodes, dos-hyper-key, dos-super-key)
15515 (dos-keypad-mode, debug-on-signal, vertical-centering-font-regexp)
15516 (make-cursor-line-fully-visible, void-text-area-pointer)
15517 (font-list-limit): Add customization data.
15518
15519 * allout.el (allout-exposure-change-functions)
15520 (allout-structure-added-functions)
15521 (allout-structure-deleted-functions)
15522 (allout-structure-shifted-functions): Rename abnormal hooks from
15523 *-hook, and convert to defcustoms.
15524 (allout-after-copy-or-kill-hook, allout-post-undo-hook):
15525 Convert to defcustoms.
15526 (allout-mode-hook, allout-mode-deactivate-hook): Doc fix.
15527
15528 * allout-widgets.el: Hook callers changed.
15529
15530 2012-05-02 Eli Zaretskii <eliz@gnu.org>
15531
15532 * mail/rmail.el (rmail-yank-current-message): Use the encoding of
15533 the yanked message in preference to the default value of
15534 buffer-file-coding-system.
15535
15536 2012-05-02 Martin Rudalics <rudalics@gmx.at>
15537
15538 * window.el (display-buffer--action-function-custom-type):
15539 Fix entry.
15540
15541 2012-05-02 Alan Mackenzie <acm@muc.de>
15542
15543 * progmodes/cc-defs.el (c-version): Update to 5.32.3.
15544
15545 2012-05-01 Glenn Morris <rgm@gnu.org>
15546
15547 * cus-start.el (suggest-key-bindings): Remove, now it is in Lisp.
15548
15549 * eshell/esh-cmd.el (eshell-debug-command): Doc fix. Add :set.
15550
15551 * cus-edit.el (custom-variable-documentation): Simplify with format.
15552
15553 2012-05-01 Aaron S. Hawley <aaron.s.hawley@gmail.com>
15554 Stefan Monnier <monnier@iro.umontreal.ca>
15555
15556 * simple.el (suggest-key-bindings, execute-extended-command):
15557 Move from keyboard.c.
15558
15559 2012-05-01 Chong Yidong <cyd@gnu.org>
15560
15561 * follow.el: Eliminate advice.
15562 (set-process-filter, process-filter, sit-for): Advice deleted.
15563 (follow-mode-off-hook): Obsolete hook removed.
15564 (follow-avoid-tail-recenter-p, follow-process-filter-alist):
15565 Vars deleted.
15566 (follow-auto): Use a :set function.
15567 (follow-mode): Rewritten. Don't advise process filters.
15568 (follow-switch-to-current-buffer-all, follow-scroll-up)
15569 (follow-scroll-down): Assume follow-mode is bound.
15570 (follow-comint-scroll-to-bottom)
15571 (follow-align-compilation-windows): New functions.
15572 (follow--window-sorter): New function.
15573 (follow-all-followers): Use it to explicitly sort windows by their
15574 positions; don't make assumptions about next-window order.
15575 (follow-windows-start-end, follow-delete-other-windows-and-split)
15576 (follow-calc-win-start): Doc fix.
15577 (follow-windows-aligned-p, follow-select-if-visible): Don't call
15578 vertical-motion unnecessarily.
15579 (follow-adjust-window): New function.
15580 (follow-post-command-hook): Use it.
15581 (follow-call-set-process-filter, follow-call-process-filter)
15582 (follow-intercept-process-output, follow-tidy-process-filter-alist)
15583 (follow-stop-intercept-process-output, follow-generic-filter):
15584 Functions deleted.
15585 (follow-scroll-bar-toolkit-scroll, follow-scroll-bar-drag)
15586 (follow-scroll-bar-scroll-up, follow-scroll-bar-scroll-down):
15587 New functions, replacing advice on scroll-bar-* commands.
15588 (follow-mwheel-scroll): New function (Bug#4112).
15589
15590 * comint.el (comint-adjust-point): New function.
15591 (comint-postoutput-scroll-to-bottom): Use it.
15592 Call follow-comint-scroll-to-bottom for Follow mode buffers.
15593
15594 2012-05-01 Glenn Morris <rgm@gnu.org>
15595
15596 * term/AT386.el, term/apollo.el, term/bobcat.el, term/cygwin.el:
15597 * term/iris-ansi.el, term/linux.el, term/lk201.el, term/news.el:
15598 * term/screen.el, term/vt102.el, term/vt125.el, term/vt200.el:
15599 * term/vt201.el, term/vt220.el, term/vt240.el, term/vt300.el:
15600 * term/vt320.el, term/vt400.el, term/vt420.el, term/wyse50.el:
15601 Remove no-byte-compile setting.
15602
15603 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15604
15605 * minibuffer.el (completion-table-with-quoting): Fix compatibility
15606 all-completions code to not return a number in the last cdr.
15607
15608 2012-04-30 Leo Liu <sdl.web@gmail.com>
15609
15610 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Avoid buffer
15611 read-only error.
15612
15613 2012-04-29 Chong Yidong <cyd@gnu.org>
15614
15615 * follow.el (follow-calc-win-end): Rewrite to handle partial
15616 screen lines correctly (Bug#8390).
15617 (follow-avoid-tail-recenter): Minor cleanup.
15618
15619 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
15620
15621 Avoid the obsolete `assoc' package.
15622 * speedbar.el (speedbar-refresh): Avoid adelete.
15623 (speedbar-file-lists): Simplify and avoid aput.
15624 * man.el (Man--sections, Man--refpages): New vars, replacing
15625 Man-sections-alist and Man-refpages-alist.
15626 (Man-build-section-alist, Man-build-references-alist):
15627 Use them; avoid aput.
15628 (Man--last-section, Man--last-refpage): New vars.
15629 (Man-follow-manual-reference): Use them.
15630 Use the `default' arg of completing-read.
15631 (Man-goto-section): Idem. Move prompt to the `interactive' spec.
15632
15633 2012-04-27 Chong Yidong <cyd@gnu.org>
15634
15635 * vc/diff.el (diff-sentinel): Go to bob (Bug#10259).
15636
15637 * startup.el (x-apply-session-resources): New function.
15638
15639 * term/ns-win.el (ns-initialize-window-system):
15640 * term/w32-win.el (w32-initialize-window-system):
15641 * term/x-win.el (x-initialize-window-system): Use it to properly
15642 set menu-bar-mode and other vars from X resources, even if the
15643 initial frame is not a window-system frame (Bug#2299).
15644
15645 * subr.el (read-key): Avoid running filter function when setting
15646 up temporary tool bar entries (Bug#9922).
15647
15648 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
15649
15650 * vc/vc-git.el (vc-git-state): Fix regexp matching diff output.
15651 (Bug#11344)
15652
15653 2012-04-27 Chong Yidong <cyd@gnu.org>
15654
15655 * select.el (xselect--encode-string): New function, split from
15656 xselect-convert-to-string.
15657 (xselect-convert-to-string): Use it.
15658 (xselect-convert-to-filename, xselect-convert-to-os)
15659 (xselect-convert-to-host, xselect-convert-to-user): Ensure that
15660 returned strings are properly encoded (Bug#11315).
15661
15662 2012-04-27 Chong Yidong <cyd@gnu.org>
15663
15664 * simple.el (delete-active-region): Move to killing custom group.
15665
15666 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
15667
15668 * progmodes/which-func.el (which-func-current): Quote %
15669 characters for mode-line processing.
15670
15671 2012-04-27 Chong Yidong <cyd@gnu.org>
15672
15673 * xml.el (xml-parse-region, xml-parse-tag): Avoid errors due to
15674 reaching eob (Bug#11286).
15675
15676 2012-04-27 Eli Zaretskii <eliz@gnu.org>
15677
15678 * progmodes/gdb-mi.el (gdb-control-level): New variable.
15679 (gdb): Make it buffer-local and init to zero.
15680 (gdb-control-commands-regexp): New variable.
15681 (gdb-send): Don't wrap in "-interpreter-exec console" if
15682 gdb-control-level is positive. Increment gdb-control-level
15683 whenever the command matches gdb-control-commands-regexp, and
15684 decrement it each time the command is "end". (Bug#11279)
15685
15686 2012-04-27 Martin Rudalics <rudalics@gmx.at>
15687
15688 * window.el (adjust-window-trailing-edge, enlarge-window)
15689 (shrink-window, window-resize):
15690 * mouse.el (mouse-drag-line): Fix resizing of minibuffer
15691 windows (Bug#11276).
15692
15693 2012-04-27 Chong Yidong <cyd@gnu.org>
15694
15695 * progmodes/pascal.el (pascal--extra-indent): Rename from ind, to
15696 fix "missing prefix" warning. All callers changed.
15697
15698 2012-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
15699
15700 * emacs-lisp/assoc.el: Move to obsolete/.
15701
15702 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15703
15704 * emacs-lisp/assoc.el (aget): Fix dynamic-scoping issue (bug#11352).
15705
15706 * term/ns-win.el (ns-define-service):
15707 * progmodes/pascal.el (pascal-goto-defun):
15708 * progmodes/js.el (js--read-tab):
15709 * progmodes/etags.el (tags-lazy-completion-table):
15710 * emacs-lisp/syntax.el (syntax-propertize-via-font-lock):
15711 * emacs-lisp/ewoc.el (ewoc--wrap):
15712 * emacs-lisp/assoc.el (aput, adelete, amake):
15713 * doc-view.el (doc-view-convert-current-doc):
15714 * vc/diff.el (diff-no-select): Replace lexical-let by lexical-binding.
15715
15716 2012-04-26 Chong Yidong <cyd@gnu.org>
15717
15718 * image.el (image-type-from-buffer): Only return supported image
15719 type (Bug#9045).
15720
15721 * vc/diff-mode.el (diff-beginning-of-hunk): Return a meaningful
15722 value, for symmetry with diff-end-of-hunk.
15723 (diff-split-hunk, diff-find-source-location)
15724 (diff-ignore-whitespace-hunk, diff-refine-hunk): Use it.
15725 (diff-bounds-of-hunk, diff-bounds-of-file): New functions.
15726 (diff-restrict-view, diff-hunk-kill, diff-file-kill): Use them to
15727 compute the relevant hunk or file properly (Bug#6005).
15728 (diff-file-junk-re): Add bzr's "modified file" tag (Bug#6041).
15729
15730 2012-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15731
15732 * vc/vc-mtn.el:
15733 * vc/vc-hg.el:
15734 * vc/vc-git.el:
15735 * vc/vc-dir.el:
15736 * vc/vc-cvs.el:
15737 * vc/vc-bzr.el:
15738 * vc/vc-arch.el:
15739 * vc/vc.el: Replace lexical-let by lexical-binding.
15740 * minibuffer.el (lazy-completion-table): Avoid ((λ ...) ...).
15741 * emacs-lisp/cl-macs.el (lexical-let): Fix use in lexical-binding.
15742 * emacs-lisp/cconv.el (cconv-analyse-form): Warn use of ((λ ...) ...).
15743
15744 2012-04-26 Chong Yidong <cyd@gnu.org>
15745
15746 * vc/diff-mode.el (diff-undo): New command (Bug#5302).
15747 (diff-mode-shared-map): Bind it to / and [remap undo].
15748
15749 * vc/ediff-wind.el (ediff-setup-windows-default): New function.
15750 (ediff-window-setup-function): Use it as the default, to set up
15751 windows based on whether the current frame is graphical (Bug#2138).
15752 (ediff-choose-window-setup-function-automatically): Make obsolete.
15753
15754 * vc/ediff-init.el: Always define ediff-pixel-width/height.
15755
15756 2012-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
15757
15758 * ffap.el: Remove old code for obsolete package.
15759 (ffap-complete-as-file-p): Remove.
15760
15761 Use completion-table-with-quoting for comint and pcomplete.
15762 * comint.el (comint--unquote&requote-argument)
15763 (comint--unquote-argument, comint--requote-argument): New functions.
15764 (comint--unquote&expand-filename, comint-unquote-filename): Obsolete.
15765 (comint-quote-filename): Use regexp-opt-charset.
15766 (comint--common-suffix, comint--common-quoted-suffix)
15767 (comint--table-subvert): Remove.
15768 (comint-unquote-function, comint-requote-function): New vars.
15769 (comint--complete-file-name-data): Use them with
15770 completion-table-with-quoting.
15771 * pcmpl-unix.el (pcomplete/scp): Use completion-table-subvert.
15772 * pcomplete.el (pcomplete-arg-quote-list)
15773 (pcomplete-quote-arg-hook, pcomplete-quote-argument): Obsolete.
15774 (pcomplete-unquote-argument-function): Default to non-nil.
15775 (pcomplete-unquote-argument): Simplify.
15776 (pcomplete--common-quoted-suffix): Remove.
15777 (pcomplete-requote-argument-function): New var.
15778 (pcomplete--common-suffix): New function.
15779 (pcomplete-completions-at-point): Use completion-table-with-quoting
15780 and completion-table-subvert.
15781
15782 * minibuffer.el: Use completion-table-with-quoting for read-file-name.
15783 (minibuffer--double-dollars): Preserve properties.
15784 (completion--sifn-requote): New function.
15785 (completion--file-name-table): Rewrite using it and c-t-with-quoting.
15786
15787 * minibuffer.el: Add support for completion of quoted/escaped data.
15788 (completion-table-with-quoting, completion-table-subvert): New funs.
15789 (completion--twq-try, completion--twq-all): New functions.
15790 (completion--nth-completion): New function.
15791 (completion-try-completion, completion-all-completions): Use it.
15792
15793 2012-04-25 Leo Liu <sdl.web@gmail.com>
15794
15795 * progmodes/python.el (python-pdbtrack-get-source-buffer):
15796 Use compilation-message if available to find real filename.
15797
15798 2012-04-25 Chong Yidong <cyd@gnu.org>
15799
15800 * vc/diff-mode.el (diff-setup-whitespace): New function.
15801 (diff-mode): Use it.
15802
15803 * vc/diff.el (diff-sentinel):
15804 * vc/vc.el (vc-diff-finish): Call diff-setup-whitespace to assign
15805 Whitespace mode variables based on diff style (Bug#8612).
15806
15807 2012-04-25 Leo Liu <sdl.web@gmail.com>
15808
15809 * progmodes/python.el (python-send-region): Add suffix .py to the
15810 temp file.
15811
15812 * files.el (auto-mode-alist): Use javascript-mode instead.
15813
15814 2012-04-25 Alex Harsanyi <AlexHarsanyi@gmail.com>
15815
15816 Sync with soap-client repository. Support SOAP simpleType (Bug#10331).
15817
15818 * net/soap-client.el (soap-resolve-references-for-sequence-type)
15819 (soap-resolve-references-for-array-type): Hack to prevent self
15820 references, see Bug#9.
15821 (soap-parse-envelope): Report the contents of the 'detail' node
15822 when receiving a fault reply.
15823 (soap-parse-envelope): Report the contents of the entire 'detail' node.
15824
15825 * net/soap-inspect.el (soap-sample-value-for-simple-type)
15826 (soap-inspect-simple-type): New function.
15827
15828 * net/soap-client.el (soap-simple-type): New struct.
15829 (soap-default-xsd-types, soap-default-soapenc-types)
15830 (soap-decode-basic-type, soap-encode-basic-type):
15831 support unsignedInt and double basic types.
15832 (soap-resolve-references-for-simple-type)
15833 (soap-parse-simple-type, soap-encode-simple-type): New function.
15834 (soap-parse-schema): Parse xsd:simpleType declarations.
15835
15836 * net/soap-client.el (soap-default-xsd-types)
15837 (soap-default-soapenc-types): Add integer, byte and anyURI types.
15838 (soap-parse-complex-type-complex-content): Use `soap-wk2l' to find
15839 the local name of "soapenc:Array".
15840 (soap-decode-basic-type, soap-encode-basic-type): Support encoding
15841 decoding integer, byte and anyURI xsd types.
15842
15843 2012-04-25 Chong Yidong <cyd@gnu.org>
15844
15845 * cus-edit.el (custom-buffer-create-internal): Update header text.
15846
15847 2012-04-25 Eli Zaretskii <eliz@gnu.org>
15848
15849 * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
15850 settings on 'system-type', not on 'window-system'. On MS-Windows,
15851 set interactive-mode on in GDB.
15852
15853 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15854
15855 * progmodes/ruby-mode.el: Simplify last change, and cleanup code.
15856 (ruby-syntax-propertize-regexp): Remove.
15857 (ruby-syntax-propertize-function): Split regexp into chunks.
15858 Match following code directly.
15859
15860 2012-04-24 Dmitry Gutov <dgutov@yandex.ru>
15861
15862 * progmodes/ruby-mode.el: Handle Cucumber defs (bug#6286).
15863 (ruby-syntax-propertize-regexp): New function.
15864 (ruby-syntax-propertize-function): Use it to handle regexp not preceded
15865 by a special keyword.
15866
15867 * progmodes/ruby-mode.el: Handle general delimited literals (bug#6286).
15868 (ruby-syntax-general-delimiters-goto-beg)
15869 (ruby-syntax-propertize-general-delimiters): New functions.
15870 (ruby-syntax-propertize-function): Use them to handle GDL.
15871 (ruby-font-lock-keywords): Move old handling of GDL...
15872 (ruby-font-lock-syntactic-keywords): .. to here.
15873 (ruby-calculate-indent): Adjust indentation for GDL.
15874
15875 2012-04-24 Michael Albinus <michael.albinus@gmx.de>
15876
15877 * notifications.el (top): Remove unneeded declarations.
15878 (notifications-specification-version): Change to "1.2".
15879 (notifications-interface, notifications-notify-method)
15880 (notifications-close-notification-method): Fix docstring.
15881 (notifications-get-capabilities-method): New defconst.
15882 (notifications-notify): Add :action-items, :resident and
15883 :transient hints. Change "image_data" to "image-data" and
15884 "image_path" to "image-path".
15885 (notifications-get-capabilities): New defun.
15886
15887 2012-04-24 Leo Liu <sdl.web@gmail.com>
15888
15889 * progmodes/python.el: Move hideshow setup to the end.
15890
15891 2012-04-24 Martin Rudalics <rudalics@gmx.at>
15892
15893 * window.el (handle-select-window): Clear echo area since this is
15894 no more done by read_char (Bug#11304).
15895
15896 2012-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
15897
15898 * ibuffer.el (ibuffer-mode-map): Bind `/ m' to filter-used-mode
15899 and `/ M' to filter-derived-mode.
15900 * ibuf-ext.el (ibuffer-list-buffer-modes): Simplify; avoid add-to-list.
15901 (ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
15902 (ibuffer-mark-by-mode): Use default rather than initial-input.
15903 (ibuffer-filter-by-derived-mode): Autoload and require-match.
15904
15905 2012-04-24 Ivan Andrus <darthandrus@gmail.com> (tiny change)
15906
15907 * ibuf-ext.el (ibuffer-list-buffer-modes): Add `include-parents' arg.
15908 (ibuffer-filter-by-derived-mode): New filter.
15909 * ibuffer.el (ibuffer-mode-map): Bind to `/ w'.
15910
15911 2012-04-23 Andreas Politz <politza@fh-trier.de>
15912
15913 * subr.el (accept-change-group): Fix arg usage (Bug#6095).
15914
15915 2012-04-23 Chong Yidong <cyd@gnu.org>
15916
15917 * cus-edit.el (customize-apropos, customize-apropos-options):
15918 Disable matching of non-option variables (Bug#11176).
15919 (customize-option, customize-option-other-window)
15920 (customize-changed-options): Doc fix.
15921 (customize-apropos-options, customize-apropos-faces)
15922 (customize-apropos-groups): Use apropos-read-pattern (Bug#11124).
15923
15924 * apropos.el (apropos-read-pattern): Make prompt less cryptic.
15925 Fix word list splitting (Bug#11132).
15926 (apropos-symbol, apropos-keybinding, apropos-label)
15927 (apropos-property, apropos-function-button)
15928 (apropos-variable-button, apropos-misc-button): New faces.
15929 (apropos-symbol-face, apropos-keybinding-face)
15930 (apropos-label-face, apropos-property-face, apropos-match-face):
15931 Variables removed (Bug#8396).
15932 (apropos-library-button, apropos-format-plist, apropos-print)
15933 (apropos-print-doc, apropos-describe-plist): Callers changed.
15934
15935 2012-04-23 Michael Albinus <michael.albinus@gmx.de>
15936
15937 * net/xesam.el (xesam-mode-map): Use let-bound map in
15938 initialization. (Bug#11292)
15939
15940 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15941
15942 Preserve ispell session localwords when switching back to
15943 original buffer.
15944
15945 * textmodes/ispell.el (ispell-buffer-session-localwords):
15946 New buffer-local variable to hold buffer session localwords.
15947 (ispell-kill-ispell): Add option 'clear to delete session
15948 localwords.
15949 (ispell-command-loop, ispell-change-dictionary)
15950 (ispell-buffer-local-words): Preserve session localwords when
15951 needed.
15952
15953 * textmodes/flyspell.el (flyspell-process-localwords)
15954 (flyspell-do-correct): Preserve session localwords when needed.
15955
15956 2012-04-23 Agustín Martín Domingo <agustin.martin@hispalinux.es>
15957
15958 * textmodes/ispell.el (ispell-insert-word) Remove unneeded function
15959 using obsolete `translation-table-for-input'.
15960 (ispell-word, ispell-process-line, ispell-complete-word):
15961 Use plain `insert' instead of removed `ispell-insert-word'.
15962
15963 2012-04-22 Chong Yidong <cyd@gnu.org>
15964
15965 * cus-edit.el (custom-variable-menu)
15966 (custom-variable-reset-saved, custom-face-menu)
15967 (custom-face-reset-saved): If there is no saved value, make the
15968 "reset-saved" operation bring back the default (Bug#9509).
15969 (custom-face-state): Properly detect themed faces.
15970
15971 * faces.el (face-spec-set): Stop supporting deprecated form of
15972 third arg.
15973
15974 2012-04-22 Michael Albinus <michael.albinus@gmx.de>
15975
15976 Move functions from C to Lisp. Make non-blocking method calls
15977 the default. Implement further D-Bus standard interfaces.
15978
15979 * net/dbus.el (dbus-message-internal): Declare function.
15980 Remove unneeded function declarations.
15981 (defvar dbus-message-type-invalid, dbus-message-type-method-call)
15982 (dbus-message-type-method-return, dbus-message-type-error)
15983 (dbus-message-type-signal): Declare variables. Remove local
15984 definitions.
15985 (dbus-interface-dbus, dbus-interface-peer)
15986 (dbus-interface-introspectable, dbus-interface-properties)
15987 (dbus-path-emacs, dbus-interface-emacs, dbus-return-values-table):
15988 Adapt docstring.
15989 (dbus-interface-objectmanager): New defconst.
15990 (dbus-call-method, dbus-call-method-asynchronously)
15991 (dbus-send-signal, dbus-method-return-internal)
15992 (dbus-method-error-internal, dbus-register-service)
15993 (dbus-register-signal, dbus-register-method): New defuns, moved
15994 from dbusbind.c
15995 (dbus-call-method-handler, dbus-setenv)
15996 (dbus-get-all-managed-objects, dbus-managed-objects-handler):
15997 New defuns.
15998 (dbus-call-method-non-blocking): Make it an obsolete function.
15999 (dbus-unregister-object, dbus-unregister-service)
16000 (dbus-handle-event, dbus-register-property)
16001 (dbus-property-handler): Obey the new structure of
16002 `bus-registered-objects'.
16003 (dbus-introspect): Use `dbus-call-method'. Use a timeout.
16004 (dbus-get-property, dbus-set-property, dbus-get-all-properties):
16005 Use `dbus-call-method'.
16006
16007 2012-04-22 Chong Yidong <cyd@gnu.org>
16008
16009 * cus-edit.el (custom-commands, custom-reset-menu)
16010 (Custom-reset-standard): Tweak labels.
16011 (custom-reset-button-menu): Change default to t.
16012 (custom-buffer-create-internal): For the custom-reset-button-menu
16013 case, put the revert button first.
16014 (custom-group-subtitle): New face.
16015 (custom-group-value-create): Align docstring to a specific column.
16016
16017 * wid-edit.el (widget-documentation-link-add): Don't handle
16018 indentation in this function.
16019 (widget-documentation-string-indent-to): New function.
16020 (widget-documentation-string-value-create): Use it.
16021
16022 * autorevert.el (auto-revert):
16023 * epg-config.el (epg):
16024 * ibuffer.el (ibuffer):
16025 * mpc.el (mpc):
16026 * ses.el (ses):
16027 * eshell/eshell.el (eshell):
16028 * net/ange-ftp.el (ange-ftp):
16029 * progmodes/ebnf2ps.el (postscript):
16030 * progmodes/flymake.el (flymake):
16031 * progmodes/prolog.el (prolog):
16032 * progmodes/verilog-mode.el (verilog-mode):
16033 * progmodes/which-func.el (which-func):
16034 * term/xterm.el (xterm):
16035 * textmodes/picture.el (picture):
16036 * textmodes/tildify.el (tildify):
16037 * vc/ediff.el (ediff): Tweak defgroups to improve presentation in
16038 customization buffers.
16039
16040 2012-04-22 Alan Mackenzie <acm@muc.de>
16041
16042 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
16043 Adding a ) can hide the resulting (..) from searches. Fix it.
16044 Bound the backward search to the position of the existing (.
16045
16046 2012-04-21 Juanma Barranquero <lekktu@gmail.com>
16047
16048 * progmodes/verilog-mode.el (verilog-mode): Check whether
16049 which-func-modes is t before adding verilog-mode.
16050 Reported by Andy Moreton <andrewjmoreton@gmail.com>.
16051
16052 2012-04-21 Leo Liu <sdl.web@gmail.com>
16053
16054 * net/rcirc.el (rcirc): Avoid error when process-contact returns t.
16055
16056 2012-04-21 Michael Vehrs <Michael.Burschik@gmx.de>
16057
16058 * woman.el: Add support for "T{ T}" tbl syntax, and fix the
16059 filling of the last column of a table (Bug#5635).
16060 (woman-find-next-control-line): New arg, specifying an additional
16061 regexp component for the control line.
16062 (woman2-roff-buffer): Use it.
16063 (woman-break-table): New function.
16064 (woman2-TS): Use it.
16065
16066 2012-04-21 Chong Yidong <cyd@gnu.org>
16067
16068 * woman.el (woman-set-buffer-display-table, woman-decode-region)
16069 (woman-horizontal-escapes, woman-negative-vertical-space)
16070 (woman-tab-to-tab-stop, woman2-fc, woman2-TS)
16071 (WoMan-warn-ignored): Use ?\s instead of ?\ .
16072
16073 2012-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16074
16075 * minibuffer.el (completion-file-name-table): Complete user names.
16076
16077 2012-04-20 Leo Liu <sdl.web@gmail.com>
16078
16079 * font-lock.el (lisp-font-lock-keywords-2): Add pcase, pcase-let
16080 and pcase-let*.
16081
16082 2012-04-20 Chong Yidong <cyd@gnu.org>
16083
16084 * server.el (server-execute): Respect initial-buffer-choice if it
16085 is a string and there are no files to open (Bug#2825).
16086 (server-create-window-system-frame, server-create-tty-frame):
16087 Don't switch buffers here.
16088 (server-process-filter): Only try to open a window system frame if
16089 compiled with graphical support (Bug#8314).
16090
16091 2012-04-20 Dan Nicolaescu <dann@gnu.org>
16092
16093 * battery.el (battery-echo-area-format): Display remaining time
16094 for sysfs backend too (Bug#11269).
16095 (battery-linux-sysfs): Fix conditional for the charge.
16096
16097 2012-04-20 Chong Yidong <cyd@gnu.org>
16098
16099 * progmodes/gdb-mi.el (gdb): Revert previous change.
16100 (gdb-inferior-io--init-proc): New function.
16101 (gdb-init-1): Use it.
16102 (gdb-inferior-io-sentinel): New sentinel for the gdb-inferior pty,
16103 responsible for allocating a new pty and hooking it to gdb when
16104 the old pty gets an EIO due to process exit.
16105 (gdb-delchar-or-quit): New command. Bind it in gdb-mi buffers.
16106 (gdb-tooltip-print): Don't use obsolete tooltip-use-echo-area.
16107 (gdb-inferior-io--maybe-delete-pty): Move into gdb-reset.
16108
16109 2012-04-20 Eli Zaretskii <eliz@gnu.org>
16110
16111 * window.el (window-min-size, window-sizable, window-min-delta)
16112 (window-max-delta, window--resizable, window-resizable)
16113 (window-total-size, window-full-height-p, window-full-width-p)
16114 (window-in-direction, window--resize-mini-window, window-resize)
16115 (window--resize-child-windows-normal)
16116 (window--resize-child-windows, window--resize-siblings)
16117 (window--resize-this-window, adjust-window-trailing-edge)
16118 (enlarge-window, shrink-window): Doc fixes.
16119
16120 2012-04-20 Chong Yidong <cyd@gnu.org>
16121
16122 * progmodes/gdb-mi.el (gdb-inferior-io--maybe-delete-pty):
16123 New function to call delete-process on the gdb-inferior buffer's pty.
16124 (gdb-reset): Use it, instead of relying on kill-buffer to kill the
16125 pty process (Bug#11273).
16126 (gdb-update): New arg to suppress talking to the gdb process.
16127 (gdb-done-or-error): Use it.
16128 (gdb-stopped-functions): Rename from gdb-stopped-hooks.
16129 (gdb): Call gdb-inferior-io--maybe-delete-pty as a workaround for
16130 sentinel not being called.
16131
16132 * comint.el (make-comint-in-buffer, comint-exec): Doc fix.
16133
16134 * progmodes/grep.el (grep, rgrep): Doc fix (Bug#11268).
16135
16136 2012-04-20 Glenn Morris <rgm@gnu.org>
16137
16138 * net/network-stream.el (open-network-stream): Doc fix.
16139
16140 2012-04-20 Chong Yidong <cyd@gnu.org>
16141
16142 * emacs-lisp/tabulated-list.el (tabulated-list-print): Fix typos.
16143
16144 2012-04-20 Alan Mackenzie <acm@muc.de>
16145
16146 Ensure searching for keywords is case sensitive.
16147
16148 * progmodes/cc-cmds.el (c-electric-brace, c-electric-lt-gt)
16149 (c-electric-paren, c-beginning-of-defun, c-end-of-defun)
16150 (c-defun-name, c-mark-function, c-cpp-define-name)
16151 (c-comment-indent, c-scan-conditionals, c-indent-defun)
16152 (c-context-line-break): Bind case-fold-search to nil.
16153
16154 * progmodes/cc-mode.el (c-font-lock-fontify-region):
16155 Bind case-fold-search to nil.
16156
16157 2012-04-20 Chong Yidong <cyd@gnu.org>
16158
16159 * mail/sendmail.el (mail-bury): Call return action with the right
16160 Rmail buffer (Bug#11242).
16161
16162 * server.el (server-process-filter): Handle corner case where both
16163 tty and nowait options are present (Bug#11102).
16164
16165 2012-04-20 Eli Zaretskii <eliz@gnu.org>
16166
16167 * version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
16168 (top level): Put into the executable the ident-style '$Id:' tag on
16169 windows-nt as well.
16170
16171 2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
16172
16173 * electric.el (electric-indent-post-self-insert-function): Check that
16174 electric-indent-mode is enabled in current buffer.
16175
16176 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
16177
16178 * imenu.el (imenu-progress-message): Restore; it is "used" in
16179 erc/erc-imenu.el and net/snmp-mode.el.
16180
16181 2012-04-19 Juanma Barranquero <lekktu@gmail.com>
16182
16183 * avoid.el (mouse-avoidance-mode): Mark unused arg.
16184 (mouse-avoidance-nudge-mouse): Remove unused binding.
16185
16186 * bs.el (bs-toggle-readonly): Call `toggle-read-only' interactively.
16187
16188 * descr-text.el (describe-char):
16189 * progmodes/python.el (python-describe-symbol):
16190 Don't call `toggle-read-only', set `buffer-read-only'.
16191
16192 * imenu.el (imenu-default-goto-function): Mark unused args.
16193 (imenu-progress-message): Remove obsolete macro; all callers changed.
16194
16195 * subr.el (keymap-canonicalize): Remove unused binding.
16196 (read-passwd): Mark unused arg.
16197
16198 * tutorial.el (tutorial--display-changes): Remove unused binding.
16199 (tutorial--save-tutorial-to): Remove unused variable.
16200
16201 * emacs-lisp/package.el (define-package, package-menu-mark-delete)
16202 (package-menu-mark-install, package-menu-mark-unmark): Mark unused args.
16203 (package-generate-autoloads, package-menu--generate)
16204 (package-menu--find-upgrades): Remove unused bindings.
16205
16206 * emulation/cua-rect.el (cua-restrict-regexp-rectangle)
16207 (cua-restrict-prefix-rectangle): Doc fixes. Remove unused bindings.
16208 (cua--mouse-ignore, cua--delete-rectangle, cua--extract-rectangle)
16209 (cua--indent-rectangle, cua-open-rectangle, cua-close-rectangle)
16210 (cua-blank-rectangle, cua-string-rectangle, cua-replace-in-rectangle)
16211 (cua-incr-rectangle, cua-sequence-rectangle, cua--convert-rectangle-as)
16212 (cua--rectangle-aux-replace, cua--left-fill-rectangle)
16213 (cua-scroll-rectangle-up, cua-scroll-rectangle-down)
16214 (cua-delete-char-rectangle): Mark unused args.
16215 (cua-align-rectangle): Remove unused binding.
16216
16217 * mail/rmail.el (compilation--message->loc)
16218 (epa--find-coding-system-for-mime-charset): Declare.
16219
16220 * net/dbus.el (dbus-register-service): Declare.
16221 (dbus-name-owner-changed-handler): Remove unused binding.
16222
16223 * nxml/nxml-mode.el (nxml-electric-slash, nxml-in-mixed-content-p)
16224 (nxml-compute-indent-from-matching-start-tag): Remove unused variables.
16225 (nxml-scan-backward-within): Mark unused arg.
16226 (nxml-dynamic-markup-word): Remove unused binding.
16227
16228 * mouse.el (mouse-menu-major-mode-map):
16229 * emacs-lisp/authors.el (authors-scan-change-log)
16230 (authors-add-to-author-list):
16231 * emacs-lisp/avl-tree.el (avl-tree--enter-balance):
16232 * emacs-lisp/smie.el (smie-auto-fill):
16233 * mail/sendmail.el (mail-bury):
16234 * mail/unrmail.el (unrmail):
16235 * net/tls.el (open-tls-stream):
16236 * textmodes/picture.el (picture-mouse-set-point):
16237 Remove unused bindings.
16238
16239 2012-04-19 Michael Albinus <michael.albinus@gmx.de>
16240
16241 * net/tramp.el (tramp-action-password): Let-bind
16242 `enable-recursive-minibuffers' to t.
16243
16244 2012-04-18 Sam Steingold <sds@gnu.org>
16245
16246 * progmodes/gud.el (gud-key-prefix): Use :type 'key-sequence
16247 instead of 'string to accommodate values like [f11].
16248 Always use `vconcat' instead of `concat' on it, like in `gud-def'.
16249 * progmodes/gdb-mi.el: Likewise.
16250
16251 2012-04-18 Leo Liu <sdl.web@gmail.com>
16252
16253 * abbrev.el (edit-abbrevs): Move point to the abbrev table of
16254 current buffer.
16255 (prepare-abbrev-list-buffer): Enter edit-abbrevs-mode only if
16256 LOCAL is nil.
16257
16258 2012-04-18 Chong Yidong <cyd@gnu.org>
16259
16260 * simple.el (line-move): Use forward-line if in batch mode
16261 (Bug#11053).
16262
16263 2012-04-18 Christopher Schmidt <christopher@ch.ristopher.com>
16264
16265 * files.el (after-find-file): Do not try to add a final newline if
16266 the buffer is read-only (Bug#11156).
16267
16268 2012-04-17 Richard Stallman <rms@gnu.org>
16269
16270 * mail/rmail.el (rmail-start-mail):
16271 Pass (rmail-mail-return...) for the return-action.
16272 Pass (rmail-yank-current-message...) for the yank-action.
16273 (rmail-yank-current-message): New function.
16274 (rmail-mail): Pass the Rmail buffer, not view buffer, for replybuffer.
16275 (rmail-reply): Likewise.
16276 (rmail-forward): Pass the Rmail buffer, not nil, for replybuffer.
16277
16278 * mail/sendmail.el (mail-bury): Choose the first rmail-mode
16279 buffer, not the last. Reject temp buffers. Use the rmail-mode
16280 buffer, not newbuf.
16281
16282 2012-04-17 Juanma Barranquero <lekktu@gmail.com>
16283
16284 * server.el (server-ensure-safe-dir): Simplify.
16285
16286 2012-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
16287
16288 * emacs-lisp/smie.el: Provide smarter auto-filling.
16289 (smie-auto-fill): New function.
16290 (smie-setup): Use it.
16291
16292 * newcomment.el (comment-choose-indent): Obey comment-inline-offset.
16293
16294 2012-04-17 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
16295
16296 * newcomment.el (comment-inline-offset): New custom var (bug#11090).
16297 (comment-indent): Use it.
16298
16299 2012-04-17 Vincent Belaïche <vincentb1@users.sourceforge.net>
16300
16301 * ses.el: The overall change is to add cell renaming, that is
16302 setting fancy names for cell symbols other than name matching
16303 "\\`[A-Z]+[0-9]+\\'" regexp .
16304 (ses-localvars): Add ses--renamed-cell-symb-list.
16305 (ses-create-cell-variable): New defun.
16306 (ses-destroy-cell-variable-range): Respect ses--numrows, ses--numcols.
16307 (ses-relocate-formula): Relocate formulas only for cells the
16308 symbols of which are not renamed, i.e. symbols whose names do not
16309 match regexp "\\`[A-Z]+[0-9]+\\'".
16310 (ses-relocate-all): Relocate values only for cells the symbols of
16311 which are not renamed.
16312 (ses-load): Create cells variables as the (ses-cell ...) are read,
16313 in order to check row col consistency with cell symbol name only
16314 for cells that are not renamed.
16315 (ses-replace-name-in-formula): New defun.
16316 (ses-rename-cell): New defun.
16317
16318 2012-04-17 Peter Oliver <bzr@mavit.org.uk> (tiny change)
16319
16320 * progmodes/perl-mode.el (perl-indent-parens-as-block):
16321 New option (bug#11118).
16322 (perl-calculate-indent): Respect it.
16323
16324 2012-04-17 Glenn Morris <rgm@gnu.org>
16325
16326 * dired-aux.el (dired-mark-read-string): Doc fix.
16327
16328 2012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
16329
16330 * dired-aux.el (dired-mark-read-string): Offer optional completion.
16331 (dired-do-chxxx): Complete chown, chgrp over users, groups. (Bug#7900)
16332
16333 2012-04-17 Glenn Morris <rgm@gnu.org>
16334
16335 * mouse.el (mouse-drag-track):
16336 * speedbar.el (speedbar-frame-mode):
16337 Use auto-hscroll-mode rather than the alias automatic-hscrolling.
16338
16339 2012-04-16 Leo Liu <sdl.web@gmail.com>
16340
16341 * progmodes/python.el: Trivial cleanup.
16342
16343 2012-04-16 Glenn Morris <rgm@gnu.org>
16344
16345 * vc/vc.el (vc-string-prefix-p):
16346 * vc/pcvs-util.el (cvs-string-prefix-p):
16347 * textmodes/tex-mode.el (latex-string-prefix-p, tex-string-prefix-p):
16348 * mpc.el (mpc-string-prefix-p):
16349 Make all of these into obsolete aliases for string-prefix-p.
16350 Update callers.
16351 * vc/pcvs.el, vc/vc-dispatcher.el, vc/vc-dir.el: Update callers.
16352
16353 * textmodes/two-column.el: Move custom options to the start.
16354 (frame-width): Remove compat definition.
16355 (2C-associate-buffer, 2C-dissociate):
16356 Use with-current-buffer rather than save-excursion.
16357 (2C-dissociate): Force a mode-line update.
16358 (2C-autoscroll): Use ignore-errors.
16359
16360 * emacs-lisp/eieio-opt.el (describe-class, describe-generic):
16361 Autoload trivia.
16362
16363 * emacs-lisp/cl-extra.el (*random-state*):
16364 Remove unnecessary declaration.
16365
16366 * calendar/cal-tex.el (cal-tex-end-document): Trivial clarification.
16367
16368 * play/cookie1.el (cookie-snarf):
16369 Give an explicit error if input file cannot be read.
16370
16371 * play/yow.el (yow-file): Use expand-file-name rather than concat.
16372
16373 * progmodes/perl-mode.el (c-macro-expand):
16374 Remove unnecessary autoload (it is in loaddefs.el).
16375
16376 * textmodes/picture.el (picture-desired-column)
16377 (picture-update-desired-column): Convert comments to doc-strings.
16378 (picture-substitute): Remove function.
16379 (picture-mode-map): Initialize in the defvar.
16380
16381 * woman.el: Remove eval-after-load for tar-mode.
16382 * tar-mode.el (tar-mode-map): Add woman binding and menu entry.
16383 (woman-tar-extract-file): Autoload it.
16384
16385 * frame.el (automatic-hscrolling): Make this alias obsolete.
16386
16387 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16388
16389 * textmodes/ispell.el (ispell-set-spellchecker-params): Post-process
16390 `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible.
16391 (ispell-dictionary-base-alist): Revert to original XEmacs
16392 friendly version for default. [:alpha:] will be added in
16393 `ispell-set-spellchecker-params' if needed.
16394
16395 2012-04-16 Chong Yidong <cyd@gnu.org>
16396
16397 * image.el (imagemagick--file-regexp): New variable.
16398 (imagemagick-register-types): Use it.
16399 (imagemagick-types-inhibit): Add :set function. Allow new value
16400 of t to inhibit all types.
16401
16402 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
16403 so we can preload it.
16404
16405 * loadup.el (fboundp): Preload regexp-opt, needed by
16406 imagemagick-register-types.
16407
16408 2012-04-15 Chong Yidong <cyd@gnu.org>
16409
16410 * frame.el (scrolling): Remove nearly unused customization group.
16411
16412 * scroll-all.el (scroll-all-mode): Move to windows group.
16413
16414 2012-04-15 Chong Yidong <cyd@gnu.org>
16415
16416 * bindings.el (goto-map): Bind goto-char to M-g c (Bug#11240).
16417
16418 2012-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16419
16420 Avoid the use of ((lambda ...) ...) in lexical-binding code.
16421 * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall (bug#11241).
16422
16423 2012-04-15 Glenn Morris <rgm@gnu.org>
16424
16425 * simple.el (process-file-side-effects): Doc fix.
16426
16427 2012-04-15 Glenn Morris <rgm@gnu.org>
16428
16429 * international/mule-cmds.el (set-language-environment): Doc fix.
16430
16431 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
16432
16433 * server.el (server-auth-key, server-generate-key): Doc fixes.
16434 (server-get-auth-key): Doc fix. Use `string-match-p'.
16435 (server-start): Reflow docstring.
16436
16437 2012-04-14 Lars Ingebrigtsen <larsi@gnus.org>
16438
16439 * server.el (server-generate-key): `called-interactively-p'
16440 requires a parameter.
16441
16442 2012-04-14 Michal Nazarewicz <mina86@mina86.com>
16443
16444 * server.el (server-auth-key): New variable.
16445 (server-generate-key, server-get-auth-key): New function.
16446 (server-start): Use the new variable and functions to allow
16447 setting a permanent server key (bug#9423).
16448
16449 2012-04-14 Leo Liu <sdl.web@gmail.com>
16450
16451 * vc/diff-mode.el (diff-file-prev/next): Fix typo.
16452
16453 2012-04-14 Paul Eggert <eggert@cs.ucla.edu>
16454
16455 Spelling fixes.
16456 * hexl.el (hexl-rulerize): Rename from hexl-rulerise, since
16457 Emacs uses American spelling.
16458
16459 2012-04-14 Juanma Barranquero <lekktu@gmail.com>
16460
16461 * emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.
16462 (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix.
16463 (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions)
16464 (emacs-lock--kill-buffer-query-functions): Run new hook. (Bug#11017)
16465
16466 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16467
16468 * progmodes/which-func.el (which-func-modes): Change default.
16469
16470 2012-04-14 Kim F. Storm <storm@cua.dk>
16471
16472 * emulation/cua-base.el (cua-exchange-point-and-mark): Just call
16473 exchange-point-and-mark if cua-enable-cua-keys is nil (Bug#11191).
16474
16475 2012-04-14 Chong Yidong <cyd@gnu.org>
16476
16477 * custom.el (custom-theme-set-variables): Doc fix.
16478
16479 2012-04-14 Glenn Morris <rgm@gnu.org>
16480
16481 * international/mule.el (set-auto-coding-for-load): Doc fix.
16482
16483 2012-04-14 Alan Mackenzie <acm@muc.de>
16484
16485 * progmodes/cc-menus.el (cc-imenu-objc-generic-expression): Make
16486 imenu work again for Objective C Mode. Correct the *-index values,
16487 these having been disturbed by a previous change in 2011-08.
16488
16489 * progmodes/cc-engine.el (c-before-change-check-<>-operators):
16490 Correct two search limits.
16491
16492 2012-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16493
16494 * startup.el (command-line-1): Inhibit splash from daemon (bug#10996).
16495
16496 2012-04-14 Andreas Schwab <schwab@linux-m68k.org>
16497
16498 * international/characters.el: Fix sorting.
16499
16500 2012-04-14 Eli Zaretskii <eliz@gnu.org>
16501
16502 * international/characters.el: Add more missing Latin case pairs.
16503
16504 2012-04-14 Glenn Morris <rgm@gnu.org>
16505
16506 * files.el (dir-locals-set-class-variables): Doc fix.
16507
16508 2012-04-14 Eli Zaretskii <eliz@gnu.org>
16509
16510 * international/characters.el: Add set-case-syntax-pair call for
16511 LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case
16512 counterpart. (Bug#11209)
16513
16514 * simple.el (shell-command-on-region): Doc fix. (Bug#11208)
16515
16516 2012-04-14 Glenn Morris <rgm@gnu.org>
16517
16518 * calendar/holidays.el (calendar-check-holidays): Doc fix.
16519
16520 2012-04-14 Eli Zaretskii <eliz@gnu.org>
16521
16522 * textmodes/ispell.el (ispell-dictionary-base-alist):
16523 Add data for Hebrew.
16524
16525 2012-04-14 Chong Yidong <cyd@gnu.org>
16526
16527 * net/rcirc.el (rcirc-cmd-quit):
16528 Revert 2012-03-18 change (Bug#11192).
16529
16530 2012-04-14 Glenn Morris <rgm@gnu.org>
16531
16532 * pcmpl-rpm.el (pcomplete/rpm): Handle -qf.
16533
16534 2012-04-14 Eli Zaretskii <eliz@gnu.org>
16535
16536 * minibuffer.el (completion-in-region-mode-map):
16537 Bind completion-help-at-point to M-? rather than ?. (Bug#11182)
16538
16539 2012-04-13 Vivek Dasmohapatra <vivek@etla.org>
16540
16541 * hexl.el (hexl-insert-char): Make display sizes other than 16 work.
16542
16543 2012-04-13 Masatake YAMATO <yamato@redhat.com>
16544
16545 * minibuffer.el (minibuffer-local-filename-syntax): New variable
16546 to allow `C-M-f' and `C-M-b' to move to the nearest path
16547 separator (bug#9511).
16548
16549 2012-04-13 Lars Ingebrigtsen <larsi@gnus.org>
16550
16551 * avoid.el: Require cl when compiling. And also move the
16552 `provide' to the end.
16553
16554 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16555
16556 * avoid.el (mouse-avoidance-banish-position): New variable.
16557 (mouse-avoidance-banish-destination): Use it (bug#10165).
16558
16559 2012-04-13 Leo Liu <sdl.web@gmail.com>
16560
16561 * progmodes/which-func.el (which-func-modes): Add objc-mode.
16562
16563 2012-04-13 Ken Brown <kbrown@cornell.edu>
16564
16565 * net/browse-url.el (browse-url-file-url): Remove Cygwin hack;
16566 this is no longer needed now that cygstart understands file:// URLs.
16567 (browse-url-filename-alist): For the same reason, don't modify
16568 file:// URLs on Cygwin.
16569
16570 2012-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16571
16572 * emulation/cua-base.el (cua--pre-command-handler-1): Don't activate
16573 the region on shift if the binding is already shifted (bug#11221).
16574
16575 2012-04-12 Glenn Morris <rgm@gnu.org>
16576
16577 * mail/mailpost.el: Move to obsolete/.
16578
16579 2012-04-12 Drew Adams <drew.adams@oracle.com>
16580
16581 * imenu.el (imenu--generic-function): Ignore invisible definitions
16582 (bug#10123).
16583
16584 2012-04-12 Vivek Dasmohapatra <vivek@etla.org>
16585
16586 * hexl.el (hexl-bits): New variable.
16587 (hexl-options): Mention the variable in the doc string.
16588 (hexl-rulerise, hexl-line-displen): New functions.
16589 (hexl-mode): Mention the new variable.
16590 (hexl-mode, hexl-current-address, hexl-current-address):
16591 Use the displen.
16592 (hexl-ascii-start-column): New function.
16593 (hexl-address-to-marker, hexl-beginning-of-line, hexl-options)
16594 (hexl-insert-char, hexl-mode-ruler): Use the displen (bug#4941).
16595
16596 2012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16597
16598 * textmodes/flyspell.el (flyspell-large-region): For hunspell, use
16599 '("-i" ENCODING), in 2 separate command-line arguments, to specify
16600 the encoding, as expected by hunspell.
16601
16602 2012-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16603
16604 * battery.el (battery--linux-sysfs-regexp): New const.
16605 (battery-status-function): Use it. Remove yeeloong special case.
16606 (battery-yeeloong-sysfs): Remove.
16607 (battery-echo-area-format): Remove yeeloong special case.
16608
16609 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
16610
16611 * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.
16612 Reported by Noah Friedman.
16613
16614 * subr.el (read-passwd): Use read-string.
16615
16616 2012-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
16617
16618 * vcursor.el (vcursor-move): Increase the priority of the overlay
16619 (bug#9663).
16620
16621 2012-04-11 Deniz Dogan <deniz.a.m.dogan@gmail.com>
16622
16623 * net/rcirc.el (rcirc-kill-channel-buffers): New variable.
16624 (rcirc-kill-buffer-hook): Use it to kill channel buffers (bug#5128).
16625
16626 2012-04-11 William Stevenson <yhvh2000@gmail.com>
16627
16628 * textmodes/artist.el (artist-mode): Convert artist-mode to use
16629 define-minor-mode (bug#10760).
16630
16631 2012-04-11 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
16632
16633 * progmodes/grep.el (rgrep): Tweak the find command line so
16634 that directories matching `grep-find-ignored-files' won't be
16635 pruned (bug#10351).
16636
16637 2012-04-11 Chong Yidong <cyd@gnu.org>
16638
16639 * startup.el (command-line): Remove support for long-obsolete
16640 variable font-lock-face-attributes.
16641
16642 2012-04-11 Glenn Morris <rgm@gnu.org>
16643
16644 * vc/vc-bzr.el (vc-bzr-status): Avoid condition-case-unless-debug.
16645
16646 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
16647
16648 * window.el (window--state-get-1): Obey window-point-insertion-type.
16649
16650 2012-04-11 Lennart Borgman <lennart.borgman@gmail.com>
16651
16652 * emacs-lisp/lisp.el (narrow-to-defun): `beginning-of-defun' goes
16653 to previous function when point is on the first character of a
16654 function. Take care of that in `narrow-to-defun' (bug#6157).
16655
16656 2012-04-11 Glenn Morris <rgm@gnu.org>
16657
16658 * vc/vc-bzr.el (vc-bzr-status): Handle all errors,
16659 not just file-errors.
16660
16661 * vc/vc-bzr.el (vc-bzr-sha1-program, sha1-program): Remove.
16662 (vc-bzr-sha1): Use internal sha1.
16663
16664 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
16665
16666 * progmodes/flymake.el (flymake-mode): Beware read-only dirs (bug#8954).
16667
16668 2012-04-10 Sébastien Gross <seb@chezwam.org> (tiny change)
16669
16670 * progmodes/hideshow.el (hs-hide-all): Don't infloop on comments
16671 that start in the middle of the line (bug#10496).
16672
16673 2012-04-10 Dan Nicolaescu <dann@gnu.org>
16674
16675 * battery.el (battery-linux-proc-acpi): Only one battery is
16676 discharged at a time, but that seems to confuse battery.el when
16677 computing `rate-type' for the battery not being discharged
16678 (bug#10332).
16679
16680 2012-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16681
16682 * emacs-lisp/autoload.el (autoload-make-program): Remove, unused.
16683
16684 * international/quail.el: Use dolist and simplify.
16685 (quail-define-package, quail-update-keyboard-layout)
16686 (quail-define-rules): Use dolist.
16687 (quail-insert-kbd-layout, quail-get-translation): CSE.
16688
16689 * tmm.el: Use dolist, remove left over hook.
16690 (tmm-prompt, tmm-define-keys, tmm-shortcut, tmm-get-keybind):
16691 Use dolist.
16692 (calendar-load-hook): Don't mess with it.
16693
16694 * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
16695 Use derived-mode-p. Run the diff asynchronously.
16696
16697 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16698
16699 * obsolete/mouse-sel.el: Add an Obsolete-since header.
16700
16701 2012-04-10 Juanma Barranquero <lekktu@gmail.com>
16702
16703 * misc.el: Display absolute path of loaded DLLs (bug#10424).
16704 (list-dynamic-libraries--loaded): New function.
16705 (list-dynamic-libraries--refresh): Use it.
16706
16707 2012-04-10 Nathan Weizenbaum <nweiz@google.com>
16708
16709 * progmodes/python.el (python-fill-paragraph):
16710 Make python-fill-region in a multiline string work when font-lock is
16711 disabled (bug#7018).
16712
16713 2012-04-10 Laimonas Vėbra <laimonas.vebra@gmail.com> (tiny change)
16714
16715 * language/european.el (cp775): Add oem/legacy (en)coding on
16716 DOS/MS Windows for the Baltic languages. There are still plenty
16717 of texts written in this encoding/codepage (bug#6519).
16718
16719 2012-04-10 Glenn Morris <rgm@gnu.org>
16720
16721 * cus-start.el (eol-mnemonic-unix, eol-mnemonic-dos, eol-mnemonic-mac):
16722 Add :standard values, reducing "rogue" customs in emacs -Q a bit more.
16723
16724 2012-04-10 Florian Adamsky <florian@adamsky.it> (tiny change)
16725
16726 * recentf.el (recentf-dialog-mode-map): Add two keybindings for
16727 next-line "n" and previous-line "p" in order to make recentf more
16728 consistent with ibuffer, dired or org-mode (bug#9387).
16729
16730 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
16731
16732 * image.el (put-image): Return the overlay created instead of the
16733 optional input string (bug#7834). Note that this may break code
16734 that is (for some reason or other) depending on `put-image'
16735 returning the string.
16736
16737 * mouse-sel.el (mouse-sel-mode): Mark as obsolete (bug#6174).
16738
16739 * simple.el (zap-to-char): Allow zapping using input methods
16740 (bug#1580).
16741
16742 * textmodes/fill.el (fill-region): Leave point and mark where they
16743 were before filling (bug#5399).
16744
16745 2012-04-09 Glenn Morris <rgm@gnu.org>
16746
16747 * version.el (emacs-bzr-get-version):
16748 Handle lightweight checkouts of local branches.
16749
16750 2012-04-09 Andreas Schwab <schwab@linux-m68k.org>
16751
16752 * international/characters.el: Recover lost case pairs. (Bug#11209)
16753
16754 2012-04-09 Chong Yidong <cyd@gnu.org>
16755
16756 * custom.el (custom-variable-p): Return nil for non-symbol
16757 arguments instead of signaling an error.
16758 (user-variable-p): Obsolete alias for custom-variable-p.
16759
16760 * apropos.el (apropos-variable):
16761 * files-x.el (read-file-local-variable):
16762 * simple.el (set-variable):
16763 * woman.el (woman-mini-help):
16764 * emacs-lisp/byte-opt.el (side-effect-free-fns): Callers changed.
16765
16766 2012-04-09 Glenn Morris <rgm@gnu.org>
16767
16768 * startup.el (normal-top-level): Don't look for leim-list.el
16769 in places where it will not be found. (Bug#910)
16770
16771 * international/mule-cmds.el (set-default-coding-systems):
16772 * files.el (normal-mode):
16773 Remove guarded calls to ucs-set-table-for-input. (Bug#9821)
16774 This function was removed with ucs-tables.el in 2008.
16775
16776 2012-04-08 Eli Zaretskii <eliz@gnu.org>
16777
16778 * textmodes/ispell.el (ispell-check-version): For hunspell, set
16779 ispell-encoding8-command to "-i", without a trailing space.
16780 (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
16781 separate command-line arguments, to specify the encoding, since
16782 that's how hunspell expects it.
16783
16784 2012-04-08 Glenn Morris <rgm@gnu.org>
16785
16786 * loadup.el: Load bindings before cus-start.
16787 This reduces somewhat the number of "rogue" settings in emacs -Q.
16788
16789 2012-04-07 Glenn Morris <rgm@gnu.org>
16790
16791 * version.el (emacs-bzr-get-version): New function.
16792 (emacs-bzr-version): New variable.
16793 * loadup.el (emacs-bzr-version): Set it. (Bug#8054)
16794 * mail/emacsbug.el (report-emacs-bug): Include bzr version.
16795
16796 2012-04-07 Eli Zaretskii <eliz@gnu.org>
16797
16798 * international/uni-bidi.el, international/uni-category.el:
16799 * international/uni-combining.el, international/uni-decimal.el:
16800 * international/uni-decomposition.el, international/uni-digit.el:
16801 * international/uni-lowercase.el, international/uni-mirrored.el:
16802 * international/uni-name.el, international/uni-numeric.el:
16803 * international/uni-titlecase.el, international/uni-uppercase.el:
16804 Update for Unicode 6.1.
16805
16806 2012-04-07 Eli Zaretskii <eliz@gnu.org>
16807
16808 * term/w32-win.el (dynamic-library-alist): Add libxml2 DLLs.
16809
16810 2012-04-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
16811
16812 * window.el (shrink-window): Mention the `window-min-height'
16813 variable in the doc string.
16814
16815 2012-04-05 Bastien Guerry <bzg@altern.org>
16816
16817 * color.el (color-lighten-name): Fix typo.
16818
16819 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16820
16821 * server.el (server--on-display-p): New function.
16822 (server--on-display-p): Use it.
16823
16824 2012-04-04 Gábor Vida <vidagabor@gmail.com> (tiny change)
16825
16826 * ido.el (ido-wide-find-dirs-or-files): Use file-name-absolute-p
16827 (bug#11145).
16828
16829 2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16830
16831 * comint.el (comint--common-quoted-suffix): Check string boundary
16832 before comparing (bug#11158).
16833 * pcomplete.el (pcomplete--common-quoted-suffix): Idem.
16834
16835 2012-04-04 Chong Yidong <cyd@gnu.org>
16836
16837 * minibuffer.el (completion-extra-properties): Doc fix.
16838
16839 * subr.el (delayed-warnings-hook): Doc fix.
16840
16841 2012-04-04 Daiki Ueno <ueno@unixuser.org>
16842
16843 * epa.el (epa--select-keys): Bind C-c C-c to finish the key
16844 selection (Bug#11159).
16845 (epa-insert-keys): Inform that the default public key will be
16846 exported if no key is selected.
16847
16848 2012-04-04 Richard Stallman <rms@gnu.org>
16849
16850 * mail/emacsbug.el (report-emacs-bug): Bind inhibit-read-only.
16851
16852 2012-04-03 Chong Yidong <cyd@gnu.org>
16853
16854 * mail/sendmail.el (mail-mode-map): Bind C-c C-i to
16855 mail-insert-file, not its obsolete alias mail-attach-file.
16856
16857 2012-04-03 Michael Albinus <michael.albinus@gmx.de>
16858
16859 * notifications.el (notifications-notify): Fix docstring.
16860
16861 2012-04-02 Glenn Morris <rgm@gnu.org>
16862
16863 * emacs-lisp/authors.el (authors-aliases): Another addition.
16864
16865 2012-04-02 Michael Albinus <michael.albinus@gmx.de>
16866
16867 * net/tramp-gvfs.el (tramp-gvfs-send-command): Apply
16868 `tramp-compat-call-process' instead of `tramp-local-call-process'.
16869 Reported by Magnus Henoch <magnus.henoch@gmail.com>.
16870
16871 2012-04-01 Chong Yidong <cyd@gnu.org>
16872
16873 * files.el (file-in-directory-p): Rename from file-subdir-of-p.
16874 Handle root directory properly.
16875 (copy-directory): Caller changed.
16876
16877 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
16878 * net/tramp.el (tramp-file-name-for-operation): Callers changed.
16879
16880 2012-03-31 Glenn Morris <rgm@gnu.org>
16881
16882 * term/xterm.el (xterm-extra-capabilities): Doc fix.
16883
16884 * language/indian.el ("Devanagari"): Fix typo. (Bug#11103)
16885
16886 * calendar/calendar.el (calendar-window-list)
16887 (calendar-hide-window): Restore. (Bug#11140)
16888 (calendar-exit): Use calendar-window-list, calendar-hide-window again.
16889
16890 * emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix.
16891
16892 2012-03-30 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16893
16894 * dired-aux.el (dired-copy-file-recursive, dired-create-files):
16895 Check if file is a symlink (Bug#10489).
16896
16897 * files.el (copy-directory): Likewise.
16898
16899 2012-03-30 Chong Yidong <cyd@gnu.org>
16900
16901 * image.el (imagemagick-types-inhibit)
16902 (imagemagick-register-types): Doc fix.
16903
16904 2012-03-30 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16905
16906 * textmodes/ispell.el (ispell-get-extended-character-mode):
16907 Disable extended-char-mode for hunspell. hunspell does not support it
16908 and treats ~word as ordinary words in pipe mode.
16909
16910 2012-03-30 Glenn Morris <rgm@gnu.org>
16911
16912 * tutorial.el (help-with-tutorial): Ensure local variables don't
16913 happen to make the buffer read-only. (Bug#11127)
16914
16915 2012-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
16916
16917 * progmodes/perl-mode.el (perl-indent-line): Use `noindent' in strings.
16918 (perl-calculate-indent): Return `noindent' in strings.
16919
16920 2012-03-28 Sam Steingold <sds@gnu.org>
16921
16922 * calendar/calendar.el (calendar-exit): Use `quit-windows-on'
16923 instead of the broken adhockery which does not prevent calendar
16924 buffers from being displayed at random after exit.
16925 (calendar-window-list, calendar-hide-window): Remove the broken
16926 adhockery.
16927
16928 2012-03-28 Glenn Morris <rgm@gnu.org>
16929
16930 * replace.el (query-replace-map): Doc fix.
16931
16932 2012-03-28 Andreas Schwab <schwab@linux-m68k.org>
16933
16934 * vc/vc-git.el (vc-git-state): Don't try to match all of the diff
16935 contents. (Bug#11109)
16936
16937 2012-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16938
16939 * emacs-lisp/avl-tree.el (avl-tree--enter-balance): Fix paren typo
16940 (bug#11077).
16941 (avl-tree--check, avl-tree--check-node): New funs.
16942
16943 2012-03-27 Martin Rudalics <rudalics@gmx.at>
16944
16945 * window.el (switch-to-visible-buffer): New option.
16946 (switch-to-prev-buffer, switch-to-next-buffer):
16947 Observe switch-to-visible-buffer. Make sure that checking for a window
16948 showing a buffer already is done on the same frame.
16949
16950 2012-03-27 Glenn Morris <rgm@gnu.org>
16951
16952 * startup.el (mail-host-address): Doc fix.
16953
16954 2012-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16955
16956 * emacs-lisp/bytecomp.el (byte-compile-constants-vector): Allow more
16957 than 197 variables.
16958
16959 2012-03-26 Ami Fischman <ami@fischman.org>
16960
16961 * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.
16962
16963 2012-03-26 Glenn Morris <rgm@gnu.org>
16964
16965 * files.el (save-buffers-kill-emacs): Doc fix.
16966
16967 * startup.el (normal-top-level, command-line, command-line-1):
16968 Give them doc strings.
16969
16970 2012-03-25 Eli Zaretskii <eliz@gnu.org>
16971
16972 * makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead
16973 of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
16974
16975 2012-03-25 Chong Yidong <cyd@gnu.org>
16976
16977 * custom.el (load-theme): Even if NO-ENABLE arg is t, reenable the
16978 theme if it was previously enabled before (Bug#11031).
16979
16980 * cus-theme.el (custom-theme-write-faces): Retrieve current face
16981 spec with custom-face-get-current-spec if its :shown-value is not
16982 determined yet (Bug#9337).
16983 (customize-create-theme, custom-theme-revert): Doc fixes.
16984
16985 * button.el (button-at): Minor addition to docstring.
16986
16987 2012-03-24 Simon Leinen <simon.leinen@gmail.com>
16988
16989 * vc/vc.el (vc-merge): Fix a prompt.
16990
16991 2012-03-24 Chong Yidong <cyd@gnu.org>
16992
16993 * mwheel.el (mwheel-scroll): Call deactivate-mark at the right
16994 point (Bug#9623).
16995
16996 * button.el (button-at): Minor addition to docstring.
16997
16998 2012-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16999
17000 * newcomment.el (comment-choose-indent): No space after BOL.
17001
17002 2012-03-22 Sam Steingold <sds@gnu.org>
17003
17004 * window.el (switch-to-prev-buffer): Revert last patch because the
17005 bug turned out to be an advertised feature (Elisp manual 28.14).
17006
17007 2012-03-22 Glenn Morris <rgm@gnu.org>
17008
17009 * vc/vc-bzr.el (vc-bzr-status-switches): New option. (Bug#6724)
17010 (vc-bzr-command): If running "status", pass vc-bzr-status-switches.
17011
17012 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
17013
17014 * net/network-stream.el (network-stream-open-starttls): Make error
17015 message under Windows be less misleading.
17016
17017 2012-03-22 Liang Wang <netcasper@gmail.com> (tiny change)
17018
17019 * progmodes/etags.el (etags-list-tags): Only use tags which goto-func
17020 understands (bug#9942).
17021
17022 2012-03-22 Chong Yidong <cyd@gnu.org>
17023
17024 * simple.el (end-of-visible-line): Handle return value of
17025 next-single-property-change properly (Bug#9371).
17026
17027 2012-03-22 Kenichi Handa <handa@m17n.org>
17028
17029 * international/quail.el (quail-insert-kbd-layout): Fix previous
17030 change. To avoid unwanted bidi reordering, use
17031 bidi-string-mark-left-to-right instead of inserting LRO and PDF.
17032
17033 2012-03-21 Dmitry Gutov <dgutov@yandex.ru>
17034
17035 * progmodes/ruby-mode.el: Don't confuse "end:" for "end" (bug#10786).
17036 (ruby-block-end-re, ruby-delimiter, ruby-parse-partial)
17037 (ruby-beginning-of-indent): Be more careful with the difference
17038 between word-boundary and symbol boundary.
17039 (ruby-mode-syntax-table): Make : a symbol constituent.
17040
17041 2012-03-21 Andreas Politz <politza@fh-trier.de>
17042
17043 * outline.el (outline-flag-region): Evaporate overlays (bug#10789).
17044
17045 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
17046
17047 * progmodes/etags.el (tags-completion-at-point-function):
17048 Improve last fix.
17049
17050 * files.el (move-file-to-trash): Files aren't regexps (bug#11055).
17051
17052 2012-03-21 Sam Steingold <sds@gnu.org>
17053
17054 * progmodes/etags.el (tags-completion-at-point-function):
17055 Avoid the error when point is inside the pattern.
17056
17057 2012-03-21 John Yates <john@yates-sheets.org> (tiny change)
17058
17059 * progmodes/hideshow.el (hs-inside-comment-p): Fix hiding of first
17060 line (Bug#10855).
17061
17062 2012-03-21 Drew Adams <drew.adams@oracle.com>
17063
17064 * info.el (Info-menu): Handle string value of FORK arg (Bug#10858).
17065
17066 2012-03-21 Anmol Khirbat <anmol@khirbat.net> (tiny change)
17067
17068 * ido.el (ido-set-current-directory, ido-read-internal)
17069 (ido-choose-completion-string, ido-completion-help): Handle nil
17070 value of ido-completion-buffer (Bug#11008).
17071
17072 2012-03-21 Sam Steingold <sds@gnu.org>
17073
17074 * window.el (switch-to-prev-buffer): Do not switch to a visible
17075 window previous buffer, just like with the frame previous buffers.
17076
17077 2012-03-21 Chong Yidong <cyd@gnu.org>
17078
17079 * faces.el (make-face, make-empty-face, copy-face):
17080 * face-remap.el (face-remap-add-relative, face-remap-set-base):
17081 Doc fixes.
17082
17083 2012-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
17084
17085 * wid-edit.el (widget-complete-field): Remove (bug#11051).
17086 (widget-complete): Remove broken use of it.
17087
17088 2012-03-20 Chong Yidong <cyd@gnu.org>
17089
17090 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
17091 Use string-width and truncate-string-width to handle arbitrary
17092 characters.
17093
17094 2012-03-20 Tassilo Horn <tassilo@member.fsf.org>
17095
17096 * textmodes/artist.el (artist-menu-map): Bind Rectangle menu item
17097 to draw rectangles, not squares. (Regression introduced by revno
17098 2011-03-02T03:48:01Z!cyd@stupidchicken.com)
17099
17100 2012-03-18 Chong Yidong <cyd@gnu.org>
17101
17102 * faces.el (face-spec-reset-face): Don't call display-graphic-p if
17103 it is not yet defined (for temacs).
17104
17105 2012-03-18 Leo Liu <sdl.web@gmail.com>
17106
17107 * net/rcirc.el (rcirc-cmd-quit): Allow quitting all servers with
17108 prefix.
17109
17110 2012-03-17 Eli Zaretskii <eliz@gnu.org>
17111
17112 * textmodes/ispell.el (ispell-skip-tib, ispell-keep-choices-win)
17113 (ispell-choices-win-default-height, ispell-silently-savep)
17114 (ispell-dictionary-alist, ispell-encoding8-command)
17115 (ispell-check-version, ispell-aspell-find-dictionary)
17116 (ispell-valid-dictionary-list, ispell-words-keyword)
17117 (ispell-get-word, ispell-internal-change-dictionary)
17118 (ispell-region, ispell-skip-region-list)
17119 (ispell-begin-skip-region-regexp, ispell-ignore-fcc)
17120 (ispell-process-line, ispell-minor-mode, ispell-minor-check)
17121 (ispell-message-text-end, ispell-message)
17122 (ispell-buffer-local-parsing): Doc fix.
17123
17124 2012-03-13 Jambunathan K <kjambunathan@gmail.com>
17125
17126 * htmlfontify.el: Add support for code block fontification for ODT
17127 export (Bug #9914).
17128 (hfy-optimisations): Define new option
17129 `body-text-only'
17130 (hfy-fontify-buffer): Honor above setting.
17131 (hfy-begin-span, hfy-end-span): New routines factored out form
17132 `hfy-fontify-buffer'.
17133 (hfy-begin-span-handler, hfy-end-span-handler): New variables
17134 that permit insertion of custom tags.
17135 (hfy-fontify-buffer): Use above handlers.
17136 (hfy-face-to-css-default): Same as the earlier `hfy-face-to-css'.
17137 (hfy-face-to-css): Re-defined to be a variable.
17138 (hfy-compile-stylesheet): Modify. Allow stylesheet to be built
17139 over multiple runs. This is made possible by having the caller let
17140 bind a special variable `hfy-user-sheet-assoc'.
17141 (htmlfontify-string): New defun.
17142 (hfy-compile-face-map): Make sure that the last char in the
17143 buffer is correctly fontified.
17144 (hfy-face-resolve-face): Whitespace only change.
17145
17146 2012-03-17 Eli Zaretskii <eliz@gnu.org>
17147
17148 * textmodes/ispell.el (ispell-get-decoded-string): Make the error
17149 message more clear.
17150
17151 2012-03-16 Leo Liu <sdl.web@gmail.com>
17152
17153 * emacs-lisp/copyright.el (copyright-year-ranges): Fix typo.
17154
17155 2012-03-16 Alan Mackenzie <acm@muc.de>
17156
17157 Further optimize the handling of large macros.
17158
17159 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Use a
17160 limit to a call of `c-literal-limits'.
17161 (c-determine-+ve-limit): New function.
17162 (c-at-macro-vsemi-p): Move `c-in-literal' to the bottom of an `and'.
17163 (c-guess-basic-syntax): In macros, restrict a search limit to 2000.
17164 In CASE 5B, restrict a search limit to 500.
17165 (c-just-after-func-arglist-p): Obviouly wrong `or' -> `and'.
17166
17167 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
17168 Restrict macro bounds to +-500 from after-change's BEG END.
17169
17170 2012-03-16 Leo Liu <sdl.web@gmail.com>
17171
17172 * font-lock.el (lisp-font-lock-keywords-2): Add letrec.
17173
17174 2012-03-16 Aaron S. Hawley <Aaron.S.Hawley@gmail.com>
17175
17176 * tar-mode.el (tar-mode): Fix saving by conditionally undoing
17177 `special-mode' setting of `buffer-read-only'. (Bug#11010)
17178
17179 2012-03-16 Glenn Morris <rgm@gnu.org>
17180
17181 * view.el (view-buffer, view-buffer-other-window)
17182 (view-buffer-other-frame): Doc fixes re special mode-class.
17183
17184 * subr.el (eval-after-load): If named feature is provided not from
17185 a file, run after-load forms. (Bug#10946)
17186
17187 * calendar/calendar.el (calendar-insert-at-column):
17188 Handle non-unit-width characters a bit better. (Bug#10978)
17189
17190 2012-03-15 Chong Yidong <cyd@gnu.org>
17191
17192 * emacs-lisp/ring.el (ring-extend): New function.
17193 (ring-insert+extend): Extend the ring correctly (Bug#11019).
17194
17195 * comint.el (comint-read-input-ring)
17196 (comint-add-to-input-history): Grow comint-input-ring lazily.
17197
17198 2012-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
17199
17200 * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
17201 Fix up parsing of multiline twoarg non-paired elements (bug#11014).
17202
17203 * imenu.el: Fix multiple inheritance breakage (bug#9199).
17204 (imenu-add-to-menubar): Don't add a redundant index.
17205 (imenu-update-menubar): Handle a dynamically composed keymap.
17206
17207 2012-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
17208
17209 * mail/sendmail.el (mail-encode-header):
17210 Bind rfc2047-encode-encoded-words to nil.
17211
17212 2012-03-13 Glenn Morris <rgm@gnu.org>
17213
17214 * calendar/calendar.el (calendar-string-spread):
17215 Handle non-unit-width characters a bit better. (Bug#10978)
17216
17217 2012-03-13 Leo Liu <sdl.web@gmail.com>
17218
17219 * vc/vc-hg.el (vc-hg-working-revision): Rework to work with both
17220 directory and file as argument (Bug#10822).
17221
17222 2012-03-13 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
17223
17224 * progmodes/gdb-mi.el (gdb-invalidate-disassembly):
17225 For dynamically generated code, follow $PC.
17226 (gdb-disassembly-handler-custom): Handle no function name case.
17227
17228 2012-03-13 Tim Landscheidt <tim@tim-landscheidt.de> (tiny change)
17229
17230 * calendar/icalendar.el (icalendar-export-file, icalendar-import-file):
17231 * emulation/ws-mode.el (ws-query-replace):
17232 * sort.el (sort-regexp-fields):
17233 Fix missing trailing whitespace in interactive prompts. (Bug#11002)
17234
17235 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17236
17237 * dabbrev.el: Fix cycle completion order (bug#10963).
17238 (dabbrev--last-obarray, dabbrev--last-completion-buffer): Remove.
17239 (dabbrev-completion): Don't use an obarray; provide
17240 a cycle-sort-function.
17241
17242 2012-03-12 Leo Liu <sdl.web@gmail.com>
17243
17244 * simple.el (kill-new): Use equal-including-properties for comparison.
17245 (kill-do-not-save-duplicates): Doc fix.
17246
17247 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17248
17249 * dabbrev.el: Fix cycle completion (bug#10963).
17250 Use lexical binding and wrap to 80 columns.
17251 (dabbrev-completion): Delay computing the list of completions.
17252
17253 2012-03-12 Kenichi Handa <handa@m17n.org>
17254
17255 * international/quail.el (quail-insert-kbd-layout): Surround each
17256 row by LRO and PDF instead of inserting many LRMs. Pad the left
17257 and right of each non-spacing marks. Insert invisible space
17258 between lower and upper characters to prevent composition.
17259
17260 2012-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17261
17262 * minibuffer.el (minibuffer-complete): Don't get confused when the
17263 function is run twice via different commands (bug#10958).
17264 (complete-with-action): Fix docstring.
17265
17266 2012-03-12 Chong Yidong <cyd@gnu.org>
17267
17268 * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776).
17269 (nxml-completion-at-point-function): New function.
17270 (nxml-mode): Use it.
17271 (nxml-bind-meta-tab-to-complete-flag): Default to t.
17272
17273 * emacs-lisp/package.el (package-unpack, package-unpack-single):
17274 Load generated autoloads file before byte compiling (Bug#10970).
17275 (package--make-autoloads-and-compile): New helper fun.
17276
17277 2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
17278
17279 * ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
17280
17281 2012-03-11 Michael Albinus <michael.albinus@gmx.de>
17282
17283 * autorevert.el (auto-revert-handler): Ensure, that
17284 file-readable-p is applied only for local files or in
17285 auto-revert-tail-mode.
17286
17287 2012-03-11 Andreas Schwab <schwab@linux-m68k.org>
17288
17289 * server.el (server-eval-at): Handle non-tcp connections.
17290 Decode result string.
17291
17292 * server.el (server-msg-size): New constant.
17293 (server-reply-print): New function.
17294 (server-eval-and-print): Use it.
17295 (server-eval-at): Use server-quote-arg and server-unquote-arg.
17296 Handle -print-nonl.
17297
17298 2012-03-11 Christopher Schmidt <christopher@ch.ristopher.com>
17299
17300 * ibuffer.el (ibuffer-redisplay): Remove gratuitous error
17301 (Bug#10987).
17302
17303 2012-03-11 Chong Yidong <cyd@gnu.org>
17304
17305 * simple.el (goto-line): Doc fix (Bug#9938).
17306
17307 * subr.el (save-window-excursion): Doc fix (Bug#9979).
17308
17309 * dabbrev.el (dabbrev--find-expansion): Update progress reporter
17310 when finished (Bug#10963).
17311
17312 2012-03-11 Martin Rudalics <rudalics@gmx.at>
17313
17314 * window.el (split-window-below): Fix bug in case where
17315 split-window-keep-point is nil (Bug#10971).
17316
17317 2012-03-11 Juri Linkov <juri@jurta.org>
17318
17319 * replace.el (replace-highlight): Set isearch-word to nil
17320 unconditionally. (Bug#10887)
17321
17322 2012-03-10 Eli Zaretskii <eliz@gnu.org>
17323
17324 * net/mairix.el (mairix-replace-invalid-chars): Rename from
17325 mairix-replace-illegal-chars; all callers changed. Don't remove
17326 ^, ~, and = characters: they are meaningful in mairix search specs.
17327 (mairix-widget-create-query): Add usage information about mairix
17328 search forms: negating words, searching for substrings, etc.
17329
17330 2012-03-10 Jae-hyeon Park <jae-hyeon.park@desy.de> (tiny change)
17331
17332 * international/fontset.el (font-encoding-alist): Add an entry for
17333 ksx1001 (Bug#5667).
17334
17335 2012-03-10 Richard Stallman <rms@gnu.org>
17336
17337 * mail/sendmail.el (mail-encode-header):
17338 Set rfc2047-encode-encoded-words.
17339
17340 * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars.
17341
17342 * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead
17343 view buffer means not swapped.
17344 (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg.
17345 (rmail-write-region-annotate): Error if real text has disappeared.
17346
17347 * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only.
17348
17349 2012-03-10 Chong Yidong <cyd@gnu.org>
17350
17351 * emulation/cua-rect.el (cua--init-rectangles):
17352 * emulation/cua-base.el (cua--init-keymaps):
17353 Add delete-forward-char to remappings (Bug#9666).
17354
17355 2012-03-10 Martin Rudalics <rudalics@gmx.at>
17356
17357 * speedbar.el (speedbar-unhighlight-one-tag-line):
17358 Avoid unhighlighting due to frame switching (Bug#10275).
17359
17360 2012-03-10 Chong Yidong <cyd@gnu.org>
17361
17362 * minibuffer.el (completion-in-region, completion-help-at-point):
17363 Give the completion field overlay a high priority (Bug#6830).
17364
17365 * dired.el (dired-goto-file): Recognize absolute file name
17366 listings (Bug#7126).
17367 (dired-goto-file-1): New helper function.
17368 (dired-toggle-read-only): Inhibit warnings.
17369
17370 2012-03-09 Michael Albinus <michael.albinus@gmx.de>
17371
17372 * net/dbus.el (dbus-property-handler): Return empty array if
17373 there are no properties.
17374
17375 2012-03-09 Leo Liu <sdl.web@gmail.com>
17376
17377 * savehist.el (savehist-printable): Stricter check for string
17378 value (Bug#10937).
17379
17380 2012-03-09 Eli Zaretskii <eliz@gnu.org>
17381
17382 * mail/smtpmail.el (smtpmail-send-it):
17383 Bind coding-system-for-write to *-unix, so that FCC files are kept in
17384 valid mbox format.
17385
17386 2012-03-09 Glenn Morris <rgm@gnu.org>
17387
17388 * files.el (dir-locals-find-file):
17389 Don't check result is regular, readable.
17390 (dir-locals-read-from-file): Demote errors.
17391
17392 2012-03-08 Eli Zaretskii <eliz@gnu.org>
17393
17394 * international/quail.el (quail-insert-kbd-layout):
17395 Insert invisible LRM characters before each character in a keyboard
17396 layout cell, to prevent their reordering by bidi display engine.
17397 For details, see the discussion in
17398 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html.
17399
17400 2012-03-08 Alan Mackenzie <acm@muc.de>
17401
17402 * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at
17403 the starting position; make it extend the marked region when
17404 invoked repeatedly - all under appropriate circumstances.
17405 Fixes bugs #5525, #10906.
17406
17407 2012-03-08 Glenn Morris <rgm@gnu.org>
17408
17409 * files.el (locate-dominating-file, dir-locals-find-file):
17410 Undo 2012-03-06 change.
17411
17412 2012-03-07 Eli Zaretskii <eliz@gnu.org>
17413
17414 * international/quail.el (quail-help):
17415 Force bidi-paragraph-direction be left-to-right. See discussion in
17416 http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html
17417 for the reason.
17418
17419 2012-03-07 Michael Albinus <michael.albinus@gmx.de>
17420
17421 Avoid superfluous registering of signals. (Bug#10807)
17422
17423 * notifications.el (notifications-on-action-object)
17424 (notifications-on-close-object): New defvars.
17425 (notifications-on-action-signal, notifications-on-closed-signal):
17426 Unregister the signal if not needed any longer.
17427 (notifications-notify): Register `notifications-action-signal' or
17428 `notifications-closed-signal', if :on-action or :on-close has been
17429 passed as argument.
17430
17431 2012-03-07 Chong Yidong <cyd@gnu.org>
17432
17433 * cus-start.el: Avoid x-select-enable-clipboard-manager warning on
17434 non-X platforms.
17435
17436 2012-03-06 Glenn Morris <rgm@gnu.org>
17437
17438 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17439 (x-disown-selection-internal, x-get-selection-internal):
17440 Doc fix (add arglist signatures). (Bug#10783)
17441
17442 2012-03-06 Kaushik Srenevasan <ksrenevasan@gmail.com> (tiny change)
17443
17444 * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
17445 Handle breakpoints with no "type".
17446
17447 2012-03-06 Glenn Morris <rgm@gnu.org>
17448
17449 * files.el (locate-dominating-file): Add optional predicate argument.
17450 (dir-locals-find-file): Make use of above change.
17451
17452 2012-03-06 Thien-Thi Nguyen <ttn@gnuvola.org>
17453
17454 * info.el (Info-insert-dir): Also try "dir.gz".
17455
17456 2012-03-06 Glenn Morris <rgm@gnu.org>
17457
17458 * files.el (dir-locals-find-file):
17459 Ignore non-readable or non-regular files. (Bug#10928)
17460
17461 * files.el (locate-dominating-file): Doc fix.
17462
17463 2012-03-06 Adam Spiers <emacs@adamspiers.org> (tiny change)
17464
17465 * calendar/calendar.el (calendar-set-mode-line):
17466 `getenv' returns a string. (Bug#10951)
17467
17468 2012-03-05 Leo Liu <sdl.web@gmail.com>
17469
17470 * simple.el (backward-delete-char-untabify): Constrain point to
17471 field (Bug#10939).
17472
17473 * eshell/em-cmpl.el (eshell-cmpl-initialize): Fix shift-tab key.
17474
17475 2012-03-05 Chong Yidong <cyd@gnu.org>
17476
17477 * simple.el (count-words): If called from Lisp, return the word
17478 count, for symmetry with `count-lines'. Arglist changed.
17479 (count-words--message): Args changed. Consolidate counting code
17480 from count-words and count-words-region.
17481 (count-words-region): Caller changed.
17482 (count-lines-region): Make it an obsolete alias.
17483
17484 2012-03-04 Tassilo Horn <tassilo@member.fsf.org>
17485
17486 * saveplace.el (save-place-to-alist)
17487 (save-place-ignore-files-regexp): Allow value nil to disable this
17488 feature.
17489
17490 2012-03-04 Chong Yidong <cyd@gnu.org>
17491
17492 * faces.el (face-spec-reset-face): For the default face, reset the
17493 attributes to default values (Bug#10748).
17494
17495 2012-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
17496
17497 * mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
17498 previous patch: Check `message-send-mail-function', and not the
17499 default function (bug#10897).
17500
17501 2012-03-04 Michael Albinus <michael.albinus@gmx.de>
17502
17503 * notifications.el (notifications-on-action-signal)
17504 (notifications-on-closed-signal): Check for unique service name of
17505 incoming event. Fix error in removing entry.
17506 (top): Register for signals with wildcard service name.
17507 (notifications-notify): Use daemon unique service name for map entries.
17508
17509 2012-03-04 Chong Yidong <cyd@gnu.org>
17510
17511 * cus-start.el: Make x-select-enable-clipboard-manager customizable.
17512
17513 2012-03-04 Glenn Morris <rgm@gnu.org>
17514
17515 * abbrev.el (copy-abbrev-table, abbrev-table-p)
17516 (abbrev-minor-mode-table-alist, define-abbrev, abbrev-insert)
17517 (expand-abbrev, define-abbrev-table): Doc fixes.
17518
17519 2012-03-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
17520
17521 * mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
17522 `message-default-send-mail-function' and not `send-mail-function'
17523 when doing the prompting for `sendmail-query-once' before sending
17524 in Message buffers (bug#10897).
17525
17526 * net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag.
17527 This is inconsistent with all the other stream functions, which leave
17528 the setting up to the higher levels (if so wanted) (bug#10931).
17529
17530 2012-03-02 Alan Mackenzie <acm@muc.de>
17531
17532 Depessimize the handling of very large macros.
17533
17534 * progmodes/cc-engine.el (c-macro-cache, c-macro-cache-start-pos):
17535 (c-macro-cache-syntactic): New variables to implement a one
17536 element macro cache.
17537 (c-invalidate-macro-cache): New function.
17538 (c-beginning-of-macro, c-end-of-macro, c-syntactic-end-of-macro):
17539 Adapt to use the new cache.
17540 (c-state-safe-place): Use better the cache of safe positions.
17541 (c-state-semi-nonlit-pos-cache)
17542 (c-state-semi-nonlit-pos-cache-limit):
17543 New variables for...
17544 (c-state-semi-safe-place): New function. Here, in a macro is "safe".
17545 (c-invalidate-state-cache-1): New stuff for c-state-semi-safe-place.
17546 (c-in-literal, c-literal-limits, c-determine-limit-get-base):
17547 Use c-state-semi-safe-place.
17548
17549 * progmodes/cc-langs.el (c-get-state-before-change-functions):
17550 Add c-invalidate-macro-cache to the C, C++, Obj entries.
17551
17552 2012-03-02 Michael Albinus <michael.albinus@gmx.de>
17553
17554 * jka-compr.el (jka-compr-call-process):
17555 Apply `file-accessible-directory-p' only when the default directory is
17556 not remote.
17557
17558 2012-03-01 Michael Albinus <michael.albinus@gmx.de>
17559
17560 * files.el (file-equal-p): Fix docstring. Avoid unnecessary
17561 access of FILE2, if FILE1 does not exist.
17562
17563 * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".
17564 Reported by Robert Lupton the Good <rhl@astro.princeton.edu>.
17565
17566 * vc/vc-git.el (vc-git--call): Enable `inhibit-null-byte-detection'.
17567 Add "PAGER=" to `process-environment'.
17568
17569 2012-03-01 Michael R. Mauger <mmaug@yahoo.com>
17570
17571 * progmodes/sql.el: Bug fix
17572 (sql-get-login-ext): Save login values in globals.
17573 (sql-get-login): Use new version of `sql-get-login-ext'.
17574 (sql-interactive-mode): Set global `sql-connection' to nil.
17575 (sql-connect): Set global values for connection.
17576 (sql-product-interactive): Save global values as buffer local.
17577
17578 2012-02-29 Leo Liu <sdl.web@gmail.com>
17579
17580 * abbrev.el (define-abbrevs): Reset sys to nil.
17581
17582 2012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17583
17584 * files.el (file-equal-p): Rename from `files-equal-p'.
17585 Return nil when one or both files don't exist.
17586 (file-subdir-of-p): Now only top directory must exists,
17587 return nil if it doesn't.
17588 (copy-directory): No need to test with `file-subdir-of-p' after
17589 creating dir.
17590 * net/tramp.el (tramp-file-name-for-operation): Rename `files-equal-p'
17591 to `file-equal-p'.
17592
17593 2012-02-28 Glenn Morris <rgm@gnu.org>
17594
17595 * shell.el (shell-mode):
17596 * progmodes/vhdl-mode.el (wildcard-to-regexp, file-expand-wildcards):
17597 * play/landmark.el (landmark-font-lock-face-O):
17598 * play/handwrite.el (handwrite):
17599 * play/gomoku.el (gomoku-O):
17600 * net/browse-url.el (browse-url-browser-display):
17601 * international/mule.el (define-charset):
17602 * htmlfontify.el (hfy-etags-cmd, hfy-face-attr-for-class):
17603 * filesets.el (filesets-find-file-delay):
17604 * eshell/em-xtra.el (eshell-xtra):
17605 * eshell/em-unix.el (eshell-grep):
17606 * emulation/viper.el (viper-mode):
17607 * emacs-lisp/regexp-opt.el (regexp-opt-group):
17608 * emacs-lisp/easymenu.el (easy-menu-define):
17609 * calendar/timeclock.el (timeclock-use-display-time):
17610 * bs.el (bs-mode):
17611 * bookmark.el (bookmark-save-flag):
17612 Doc fix (standardize possessive apostrophe usage).
17613
17614 2012-02-27 Chong Yidong <cyd@gnu.org>
17615
17616 * emulation/viper-cmd.el (viper-intercept-ESC-key):
17617 Fix key-binding lookup for ESC key (Bug#9146).
17618
17619 * font-lock.el (font-lock-specified-p): Rename from
17620 font-lock-spec-present. Callers changed.
17621
17622 2012-02-27 Daniel Hackney <dan@haxney.org>
17623
17624 * emacs-lisp/package.el (package-compute-transaction):
17625 Handle holding a package version to t in package-load-list.
17626
17627 2012-02-26 Michael Albinus <michael.albinus@gmx.de>
17628
17629 * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
17630 (tramp-get-inode, tramp-get-device): Use cached values.
17631
17632 2012-02-26 Alan Mackenzie <acm@muc.de>
17633
17634 Check there is a font-lock specification before doing initial
17635 fontification.
17636
17637 * font-core.el (font-lock-mode): Move the conditional from
17638 :after-hook to font-lock-initial-fontify.
17639 (font-lock-default-function): Move the check for a specification
17640 to font-lock-spec-present.
17641
17642 * font-lock.el (font-lock-initial-fontify): Call ...
17643 (font-lock-spec-present): New function.
17644
17645 2012-02-26 Jim Blandy <jimb@red-bean.com>
17646
17647 * progmodes/gdb-mi.el (gdb-mi-quote): New function.
17648 (gdb-send): Apply it to the operand of the '-interpreter-exec
17649 console' command, so that we can pass arguments with (say) quotes
17650 in them. Store exact string sent in gdb-debug-log (Bug#10765).
17651
17652 2012-02-26 Chong Yidong <cyd@gnu.org>
17653
17654 * help-fns.el (describe-function-1): Clarify description of
17655 remapping (Bug#10844).
17656
17657 * files.el (files-equal-p): Doc fix.
17658 (file-subdir-of-p): Doc fix. Convert loop macro to plain Lisp,
17659 and quit the loop once a mismatch is found.
17660
17661 2012-02-25 Juanma Barranquero <lekktu@gmail.com>
17662
17663 * bs.el (bs--show-with-configuration): Don't throw an error
17664 if the window cannot be split; otherwise, subsequent calls to
17665 bs-show fail, restoring a stale window config. (Bug#10882)
17666
17667 2012-02-25 Jan Djärv <jan.h.d@swipnet.se>
17668
17669 * term/ns-win.el (global-map): Bind ns-drag-file to
17670 ns-find-file (Bug#5855, Bug#10050).
17671
17672 2012-02-25 Andreas Schwab <schwab@linux-m68k.org>
17673
17674 * calendar/parse-time.el (parse-time-string): Allow extractor to
17675 return nil.
17676
17677 2012-02-25 Michael Albinus <michael.albinus@gmx.de>
17678
17679 * net/tramp.el (tramp-file-name-for-operation):
17680 Add `files-equal-p' and `file-subdir-of-p'.
17681
17682 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
17683 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
17684 Add COPY-CONTENTS argument.
17685
17686 2012-02-25 Chong Yidong <cyd@gnu.org>
17687
17688 Add custom groups for VC backends, for consistency with vc-bzr.
17689
17690 * vc/vc-arch.el (vc-arch):
17691 * vc/vc-cvs.el (vc-cvs):
17692 * vc/vc-git.el (vc-git):
17693 * vc/vc-hg.el (vc-hg):
17694 * vc/vc-mtn.el (vc-mtn):
17695 * vc/vc-rcs.el (vc-rcs):
17696 * vc/vc-sccs.el (vc-sccs):
17697 * vc/vc-svn.el (vc-svn): New customization group (Bug#10871).
17698 All relevant defcustoms reassigned.
17699
17700 2012-02-25 Chong Yidong <cyd@gnu.org>
17701
17702 * newcomment.el (comment-styles): Add autoload (Bug#10868).
17703
17704 * term/x-win.el (x-initialize-window-system): Reduce default for
17705 x-selection-timeout to 5 seconds (Bug#8869).
17706
17707 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com>
17708
17709 * files.el (files-equal-p, file-subdir-of-p): New functions.
17710 (copy-directory): Error when trying to copy a directory on itself.
17711 Add missing copy-contents arg to tramp handler.
17712 * dired-aux.el (dired-copy-file-recursive): Same.
17713 (dired-create-files): Modify destination when source is equal to
17714 dest when copying files.
17715 Return also when dest is a subdir of source. (Bug#10489)
17716
17717 2012-02-24 Michael Albinus <michael.albinus@gmx.de>
17718
17719 * net/ange-ftp.el (ange-ftp-parse-netrc): Suppress comment lines.
17720 (Bug#10874)
17721
17722 2012-02-23 Alan Mackenzie <acm@muc.de>
17723
17724 * emacs-lisp/easy-mmode.el (define-minor-mode): Add extra
17725 parameter "after-hook:" to allow the expansion to run code after
17726 the execution of the mode hooks.
17727
17728 * font-lock.el (font-lock-initial-fontify): New function extracted
17729 from font-lock-mode-internal.
17730
17731 * font-core.el (font-lock-mode): Call font-lock-initial-fontify in
17732 :after-hook.
17733
17734 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
17735
17736 * minibuffer.el: Make sure cycling is reset upon edit with icomplete.el.
17737 (completion--cache-all-sorted-completions): New function.
17738 (completion-all-sorted-completions): Use it.
17739 (completion--do-completion, minibuffer-force-complete):
17740 Use it to re-instate the flush hook.
17741
17742 * icomplete.el (icomplete-completions): Replace last fix with a better
17743 one (bug#10850).
17744
17745 2012-02-23 Dmitry Gutov <dgutov@yandex.ru>
17746
17747 * emacs-lisp/lisp.el (beginning-of-defun-raw): Don't call end-of-defun
17748 when it might call us back infinitely (bug#10797).
17749
17750 2012-02-23 Glenn Morris <rgm@gnu.org>
17751
17752 * minibuffer.el (completion-category-overrides): Doc fix.
17753
17754 2012-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
17755
17756 * minibuffer.el (completion-table-with-context): Fix inf-loop.
17757 Reported by Aaron S. Hawley <aaron.s.hawley@gmail.com>.
17758
17759 2012-02-23 Glenn Morris <rgm@gnu.org>
17760
17761 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case)
17762 (authors-obsolete-files-regexps, authors-ignored-files)
17763 (authors-ambiguous-files, authors-renamed-files-alist):
17764 Add more entries.
17765
17766 2012-02-23 Juri Linkov <juri@jurta.org>
17767
17768 * isearch.el (isearch-occur): Sync interactive spec with occur's
17769 new feature in `occur-read-primary-args'. Doc fix. (Bug#10705)
17770
17771 * replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
17772
17773 2012-02-22 Juri Linkov <juri@jurta.org>
17774
17775 * international/mule-cmds.el (read-char-by-name): Use \` and \'.
17776 (ucs-insert): Doc fix. Check for hex digits in the string.
17777 Don't display `nil' in the error message. (Bug#10857)
17778
17779 2012-02-22 Alan Mackenzie <acm@muc.de>
17780
17781 * progmodes/cc-mode.el: Revert change #2012-02-06T22:08:41Z!larsi@gnus.org from 2012-02-06.
17782
17783 2012-02-22 Glenn Morris <rgm@gnu.org>
17784
17785 * ffap.el (ffap-c-path):
17786 * man.el (Man-header-file-path): Handle multiarch. (Bug#10702)
17787
17788 2012-02-22 Chong Yidong <cyd@gnu.org>
17789
17790 * custom.el (load-theme): Doc fix.
17791
17792 2012-02-22 Glenn Morris <rgm@gnu.org>
17793
17794 * dired-x.el (dired-guess-shell-alist-default):
17795 Remove escape sequences from nroff output. (Bug#172)
17796
17797 2012-02-21 Glenn Morris <rgm@gnu.org>
17798
17799 * vc/emerge.el (emerge-defvar-local):
17800 Set `permanent-local' property rather than unused `preserved'.
17801
17802 * textmodes/picture.el (picture-delete-char): New alias.
17803 (picture-mode-map): Use it. (Bug#10860)
17804 (picture-mode): Doc fix.
17805
17806 2012-02-21 Juanma Barranquero <lekktu@gmail.com>
17807
17808 * newcomment.el (uncomment-region-default): Remove unused binding.
17809
17810 2012-02-21 Glenn Morris <rgm@gnu.org>
17811
17812 * textmodes/picture.el (picture-motion, picture-motion-reverse)
17813 (picture-self-insert, picture-tab-chars): Doc fix.
17814 (picture-mode-map): Fix C-a, C-e.
17815
17816 2012-02-20 Glenn Morris <rgm@gnu.org>
17817
17818 * emacs-lisp/authors.el (authors-aliases): Add another entry.
17819
17820 2012-02-20 Leo Liu <sdl.web@gmail.com>
17821
17822 * icomplete.el (icomplete-completions): Check FROM arg before
17823 passing to substring (Bug#10850).
17824
17825 2012-02-19 Chong Yidong <cyd@gnu.org>
17826
17827 * comint.el: Require ansi-color.
17828 (comint-output-filter-functions): Add ansi-color-process-output.
17829
17830 * ansi-color.el: Don't set comint-output-filter-functions; it is
17831 now in the initial value defined in comint.el.
17832 (ansi-color-apply-face-function): New variable.
17833 (ansi-color-apply-on-region): Use it.
17834 (ansi-color-apply-overlay-face): New function.
17835
17836 * shell.el (shell): No need to require ansi-color.
17837 (shell-mode): Use ansi-color-apply-face-function to highlight
17838 color escapes using font-lock-face property (Bug#10835).
17839
17840 2012-02-19 Chong Yidong <cyd@gnu.org>
17841
17842 * vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list
17843 mode-line formats (Bug#10839).
17844
17845 2012-02-18 Glenn Morris <rgm@gnu.org>
17846
17847 * mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete.
17848
17849 * mail/undigest.el (unforward-rmail-message): Doc fix.
17850
17851 * saveplace.el (save-place-ignore-files-regexp): Add :version.
17852
17853 2012-02-18 Eli Zaretskii <eliz@gnu.org>
17854
17855 * international/characters.el (script-list): Sync with the latest
17856 Unicode Character Database.
17857
17858 2012-02-18 Andreas Schwab <schwab@linux-m68k.org>
17859
17860 * international/titdic-cnv.el: Remove duplicate coding tag.
17861 * language/cham.el: Likewise.
17862 * language/tai-viet.el: Likewise.
17863
17864 2012-02-18 Glenn Morris <rgm@gnu.org>
17865
17866 * calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu):
17867 * calendar/calendar.el (diary-file, diary-bahai-entry-symbol)
17868 (calendar-bahai-all-holidays-flag, calendar-other-dates):
17869 * calendar/diary-lib.el (diary-abbreviated-year-flag):
17870 * calendar/holidays.el (holiday-bahai-holidays)
17871 (calendar-holidays, list-holidays):
17872 Use utf-8 Bahá'í in doc-strings, menus, etc.
17873
17874 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>
17875
17876 * saveplace.el (save-place-ignore-files-regexp): New variable
17877 allowing for excluding files from saving their location of point.
17878 The default value matches the temporary commit message editing
17879 files from Git, SVN, Bazaar, and Mercurial.
17880 (save-place-to-alist): Use it.
17881
17882 2012-02-17 Lawrence Mitchell <wence@gmx.li>
17883 Stefan Monnier <monnier@iro.umontreal.ca>
17884
17885 * newcomment.el (uncomment-region-default): Don't leave extra space
17886 when an arg is provided (bug#8150).
17887
17888 2012-02-17 Teodor Zlatanov <tzz@lifelogs.com>
17889
17890 * net/gnutls.el (gnutls-trustfiles): Fix Cygwin bundle location.
17891
17892 2012-02-17 Glenn Morris <rgm@gnu.org>
17893
17894 * net/socks.el: Require network-stream. (Bug#10599)
17895
17896 2012-02-17 Kenichi Handa <handa@m17n.org>
17897
17898 * international/charprop.el:
17899 * international/uni-name.el:
17900 * international/uni-old-name.el:
17901 * international/uni-comment.el: Regenerate.
17902
17903 2012-02-16 Glenn Morris <rgm@gnu.org>
17904
17905 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits):
17906 Interactively in calendar buffer, give an error if not on a date.
17907
17908 2012-02-15 Glenn Morris <rgm@gnu.org>
17909
17910 * shell.el (shell-delimiter-argument-list):
17911 Revert 2011-02-17 change. (Bug#8027)
17912
17913 2012-02-15 Chong Yidong <cyd@gnu.org>
17914
17915 * minibuffer.el (completion-at-point-functions): Doc fix.
17916
17917 * custom.el (defcustom): Doc fix; note use of defvar.
17918
17919 2012-02-15 Glenn Morris <rgm@gnu.org>
17920
17921 * mail/smtpmail.el (smtpmail-smtp-user, smtpmail-stream-type):
17922 Doc fixes.
17923
17924 2012-02-14 Glenn Morris <rgm@gnu.org>
17925
17926 * mail/smtpmail.el (smtpmail-query-smtp-server): Give it a doc.
17927
17928 2012-02-14 Lars Ingebrigtsen <larsi@gnus.org>
17929
17930 * mail/smtpmail.el (smtpmail-query-smtp-server): Fix typo in the
17931 way the ports list is computed.
17932 (smtpmail-query-smtp-server): Prompt the user for a port number if
17933 we can't connect to any of the standard ports (bug#10810).
17934
17935 2012-02-14 Teodor Zlatanov <tzz@lifelogs.com>
17936
17937 * net/gnutls.el (gnutls-trustfiles): Add Cygwin location.
17938
17939 2012-02-13 Glenn Morris <rgm@gnu.org>
17940
17941 * minibuffer.el (read-file-name): Doc fix. (Bug#10798)
17942
17943 2012-02-13 Teodor Zlatanov <tzz@lifelogs.com>
17944
17945 * net/gnutls.el (gnutls-trustfiles): New variable.
17946 (gnutls-negotiate): Use it.
17947
17948 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
17949
17950 * simple.el (mail-user-agent): Mention that `gnus-user-agent' only
17951 does its stuff if Gnus is running.
17952
17953 2012-02-13 Alan Mackenzie <acm@muc.de>
17954
17955 Fix a loop in c-set-fl-decl-start.
17956
17957 * progmodes/cc-engine.el (c-set-fl-decl-start): Add a check that
17958 c-backward-syntactic-ws actually moves backwards.
17959
17960 2012-02-13 Leo Liu <sdl.web@gmail.com>
17961
17962 * net/rcirc.el (rcirc-markup-attributes): Move point to the
17963 beginning so that all \C-o chars are removed.
17964
17965 2012-02-12 Teodor Zlatanov <tzz@lifelogs.com>
17966
17967 * net/gnutls.el (gnutls-algorithm-priority): Add missing :group tag.
17968
17969 2012-02-12 Alan Mackenzie <acm@muc.de>
17970
17971 Fix infinite loop with long macros.
17972 * progmodes/cc-engine.el (c-state-safe-place): Handle macros properly.
17973
17974 2012-02-12 Chong Yidong <cyd@gnu.org>
17975
17976 * window.el (display-buffer): Doc fix (Bug#10785).
17977
17978 2012-02-12 Glenn Morris <rgm@gnu.org>
17979
17980 * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17981 (x-disown-selection-internal, x-get-selection-internal):
17982 Sync docs with the xselect.c versions.
17983
17984 * allout-widgets.el: Add missing license notice.
17985
17986 2012-02-11 Glenn Morris <rgm@gnu.org>
17987
17988 * select.el (x-get-selection-internal, x-own-selection-internal)
17989 (x-disown-selection-internal):
17990 * x-dnd.el (x-get-selection-internal): Update declarations.
17991
17992 * vc/log-view.el (vc-diff-internal): Remove unneeded declaration.
17993
17994 * window.el (window-sides-slots):
17995 * tool-bar.el (tool-bar-position):
17996 * term/xterm.el (xterm-extra-capabilities):
17997 * ses.el (ses-self-reference-early-detection):
17998 * progmodes/verilog-mode.el (verilog-auto-declare-nettype)
17999 (verilog-auto-wire-type)
18000 (verilog-auto-delete-trailing-whitespace)
18001 (verilog-auto-reset-blocking-in-non, verilog-auto-inst-sort)
18002 (verilog-auto-tieoff-declaration):
18003 * progmodes/sql.el (sql-login-hook, sql-ansi-statement-starters)
18004 (sql-oracle-statement-starters, sql-oracle-scan-on):
18005 * progmodes/prolog.el (prolog-align-comments-flag)
18006 (prolog-indent-mline-comments-flag, prolog-object-end-to-0-flag)
18007 (prolog-left-indent-regexp, prolog-paren-indent-p)
18008 (prolog-paren-indent, prolog-parse-mode, prolog-keywords)
18009 (prolog-types, prolog-mode-specificators)
18010 (prolog-determinism-specificators, prolog-directives)
18011 (prolog-electric-newline-flag, prolog-hungry-delete-key-flag)
18012 (prolog-electric-dot-flag)
18013 (prolog-electric-dot-full-predicate-template)
18014 (prolog-electric-underscore-flag, prolog-electric-tab-flag)
18015 (prolog-electric-if-then-else-flag, prolog-electric-colon-flag)
18016 (prolog-electric-dash-flag, prolog-old-sicstus-keys-flag)
18017 (prolog-program-switches, prolog-prompt-regexp)
18018 (prolog-debug-on-string, prolog-debug-off-string)
18019 (prolog-trace-on-string, prolog-trace-off-string)
18020 (prolog-zip-on-string, prolog-zip-off-string)
18021 (prolog-use-standard-consult-compile-method-flag)
18022 (prolog-use-prolog-tokenizer-flag, prolog-imenu-flag)
18023 (prolog-imenu-max-lines, prolog-info-predicate-index)
18024 (prolog-underscore-wordchar-flag, prolog-use-sicstus-sd)
18025 (prolog-char-quote-workaround):
18026 * progmodes/cc-vars.el (c-defun-tactic):
18027 * net/tramp.el (tramp-encoding-command-interactive)
18028 (tramp-local-end-of-line):
18029 * net/soap-client.el (soap-client):
18030 * net/netrc.el (netrc-file):
18031 * net/gnutls.el (gnutls):
18032 * minibuffer.el (completion-category-overrides)
18033 (completion-cycle-threshold)
18034 (completion-pcm-complete-word-inserts-delimiters):
18035 * man.el (Man-name-local-regexp):
18036 * mail/feedmail.el (feedmail-display-full-frame):
18037 * international/characters.el (glyphless-char-display-control):
18038 * eshell/em-ls.el (eshell-ls-date-format):
18039 * emacs-lisp/cl-indent.el (lisp-lambda-list-keyword-alignment)
18040 (lisp-lambda-list-keyword-parameter-indentation)
18041 (lisp-lambda-list-keyword-parameter-alignment):
18042 * doc-view.el (doc-view-image-width, doc-view-unoconv-program):
18043 * dired-x.el (dired-omit-verbose):
18044 * cus-theme.el (custom-theme-allow-multiple-selections):
18045 * calc/calc.el (calc-highlight-selections-with-faces)
18046 (calc-lu-field-reference, calc-lu-power-reference)
18047 (calc-note-threshold):
18048 * battery.el (battery-mode-line-limit):
18049 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
18050 (archive-7z-update):
18051 * allout.el (allout-prefixed-keybindings)
18052 (allout-unprefixed-keybindings)
18053 (allout-inhibit-auto-fill-on-headline)
18054 (allout-flattened-numbering-abbreviation):
18055 * allout-widgets.el (allout-widgets-auto-activation)
18056 (allout-widgets-icons-dark-subdir)
18057 (allout-widgets-icons-light-subdir, allout-widgets-icon-types)
18058 (allout-widgets-theme-dark-background)
18059 (allout-widgets-theme-light-background)
18060 (allout-widgets-item-image-properties-emacs)
18061 (allout-widgets-item-image-properties-xemacs)
18062 (allout-widgets-run-unit-tests-on-load)
18063 (allout-widgets-time-decoration-activity)
18064 (allout-widgets-hook-error-post-time)
18065 (allout-widgets-track-decoration):
18066 Add missing :version tags to new defcustoms and defgroups.
18067
18068 * progmodes/sql.el (sql-ansi-statement-starters)
18069 (sql-oracle-statement-starters): Add custom type.
18070
18071 * progmodes/prolog.el: Remove leading '*' from defcustom docs.
18072 (prolog-system-version): Give it a type.
18073
18074 2012-02-11 Eli Zaretskii <eliz@gnu.org>
18075
18076 * term/pc-win.el (x-select-text, x-selection-owner-p)
18077 (x-own-selection-internal, x-disown-selection-internal)
18078 (x-get-selection-internal): Sync doc strings and argument lists
18079 with xselect.c, common-win.el and x-win.el. (Bug#10783)
18080
18081 2012-02-11 Leo Liu <sdl.web@gmail.com>
18082
18083 * progmodes/python.el (python-end-of-statement): Fix infinite
18084 loop. (Bug#10788)
18085
18086 2012-02-10 Glenn Morris <rgm@gnu.org>
18087
18088 * international/mule-cmds.el (unify-8859-on-encoding-mode)
18089 (unify-8859-on-decoding-mode): Properly mark as obsolete.
18090
18091 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
18092
18093 * mail/emacsbug.el (report-emacs-bug-hook): Query the user first
18094 about SMTP before checking the From header.
18095
18096 * mail/sendmail.el (sendmail-query-user-about-smtp): Refactor out
18097 into own function for reuse by emacsbug.el.
18098
18099 2012-02-10 Leo Liu <sdl.web@gmail.com>
18100
18101 * subr.el (condition-case-unless-debug): Rename from
18102 condition-case-no-debug. All callers changed.
18103 (with-demoted-errors): Fix caller.
18104
18105 * vc/diff-mode.el (diff-auto-refine-mode, diff-hunk):
18106 * nxml/rng-valid.el (rng-do-some-validation):
18107 * emacs-lisp/package.el (package-refresh-contents)
18108 (package-menu-execute):
18109 * desktop.el (desktop-create-buffer):
18110 * font-lock.el (lisp-font-lock-keywords-2): Caller changed.
18111
18112 2012-02-10 Glenn Morris <rgm@gnu.org>
18113
18114 * textmodes/bibtex.el:
18115 Add missing :version tags for new/changed defcustoms.
18116
18117 * files.el (remote-file-name-inhibit-cache): Doc fixes.
18118
18119 2012-02-09 Lars Ingebrigtsen <larsi@rusty>
18120
18121 * mail/smtpmail.el (smtpmail-user-mail-address): New function.
18122 (smtpmail-via-smtp): Use it, or fall back on the From address.
18123 (smtpmail-send-it): Ditto.
18124
18125 2012-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
18126
18127 * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
18128 Don't fallback on byte-compile-defvar. Optimize (defvar foo) away.
18129 (byte-compile-tmp-var): New const.
18130 (byte-compile-defvar): Use it to minimize .elc size.
18131 Just use `defvar' rather than simulate it (bug#10761).
18132
18133 2012-02-09 Glenn Morris <rgm@gnu.org>
18134
18135 * files.el (rename-uniquely): Doc fix. (Bug#3806)
18136
18137 * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
18138 Add :version tags.
18139
18140 * progmodes/compile.el (compilation-error-screen-columns)
18141 (compilation-first-column, compilation-filter-start): Doc fixes.
18142
18143 * vc/log-view.el (log-view-toggle-entry-display):
18144 * vc/vc.el (vc-merge, vc-pull): Doc fixes.
18145
18146 * mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
18147 (report-emacs-bug-can-use-xdg-email):
18148 (report-emacs-bug-insert-to-mailer): Doc fixes.
18149 (report-emacs-bug): Message fix.
18150
18151 * net/browse-url.el (browse-url-can-use-xdg-open)
18152 (browse-url-xdg-open): Doc fixes.
18153
18154 * electric.el (electric-indent-mode, electric-pair-mode)
18155 (electric-layout-rules, electric-layout-mode): Doc fixes.
18156 (electric-pair-pairs, electric-pair-skip-self): Add :version tags.
18157
18158 2012-02-08 Martin Rudalics <rudalics@gmx.at>
18159
18160 * server.el (server-unselect-display): Don't inadvertently kill
18161 the current buffer. (Bug#10729)
18162
18163 2012-02-08 Glenn Morris <rgm@gnu.org>
18164
18165 * progmodes/sql.el (sql-port, sql-connection-alist, sql-list-all)
18166 (sql-list-table): Doc fixes.
18167
18168 * image-mode.el (image-transform-minor-mode-map, image-transform-mode):
18169 Comment out (does nothing).
18170
18171 * completion.el (dynamic-completion-mode):
18172 * dirtrack.el (dirtrack-debug-mode):
18173 * electric.el (electric-layout-mode):
18174 * epa-mail.el (epa-mail-mode, epa-global-mail-mode):
18175 * face-remap.el (text-scale-mode, buffer-face-mode):
18176 * iimage.el (iimage-mode):
18177 * image-mode.el (image-transform-mode):
18178 * minibuffer.el (completion-in-region-mode):
18179 * scroll-lock.el (scroll-lock-mode):
18180 * simple.el (next-error-follow-minor-mode):
18181 * tar-mode.el (tar-subfile-mode):
18182 * tooltip.el (tooltip-mode):
18183 * vcursor.el (vcursor-use-vcursor-map):
18184 * wid-browse.el (widget-minor-mode):
18185 * emulation/tpu-edt.el (tpu-edt-mode):
18186 * emulation/tpu-extras.el (tpu-cursor-free-mode):
18187 * international/iso-ascii.el (iso-ascii-mode):
18188 * language/thai-util.el (thai-word-mode):
18189 * mail/supercite.el (sc-minor-mode):
18190 * net/goto-addr.el (goto-address-mode):
18191 * net/rcirc.el (rcirc-multiline-minor-mode, rcirc-track-minor-mode):
18192 * progmodes/cwarn.el (cwarn-mode):
18193 * progmodes/flymake.el (flymake-mode):
18194 * progmodes/glasses.el (glasses-mode):
18195 * progmodes/hideshow.el (hs-minor-mode):
18196 * progmodes/pascal.el (pascal-outline-mode):
18197 * textmodes/enriched.el (enriched-mode):
18198 * vc/smerge-mode.el (smerge-mode):
18199 Doc fixes (minor mode argument).
18200
18201 2012-02-07 Eli Zaretskii <eliz@gnu.org>
18202
18203 * ls-lisp.el (ls-lisp-sanitize): New function.
18204 (ls-lisp-insert-directory): Use it to fix or remove any elements
18205 in file-alist with missing attributes. (Bug#4673)
18206
18207 2012-02-07 Alan Mackenzie <acm@muc.de>
18208
18209 Fix spurious recognition of c-in-knr-argdecl.
18210
18211 * progmodes/cc-engine.el (c-in-knr-argdecl): Check for '=' in a
18212 putative K&R region.
18213
18214 2012-02-07 Alan Mackenzie <acm@muc.de>
18215
18216 * progmodes/cc-engine.el (c-forward-objc-directive):
18217 Prevent looping in "#pragma mark @implementation".
18218
18219 2012-02-07 Michael Albinus <michael.albinus@gmx.de>
18220
18221 * notifications.el (notifications-on-closed-signal): Make `reason'
18222 optional. (Bug#10744)
18223
18224 2012-02-07 Glenn Morris <rgm@gnu.org>
18225
18226 * emacs-lisp/easy-mmode.el (define-minor-mode):
18227 Doc fixes for the macro and the mode it defines.
18228
18229 * image.el (imagemagick-types-inhibit): Doc fix.
18230
18231 * cus-start.el (imagemagick-render-type): Add it.
18232
18233 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
18234
18235 * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function):
18236 Set the default at load time, too, so that `font-lock-fontify-buffer'
18237 can be called without setting up the entire mode first. This fixes
18238 a bug in `mm-inline-text' with C MIME parts.
18239
18240 2012-02-06 Chong Yidong <cyd@gnu.org>
18241
18242 * simple.el (list-processes--refresh): Delete exited processes
18243 (Bug#8094).
18244
18245 * comint.el (comint-next-prompt): next-single-char-property-change
18246 and prev-single-char-property-change never return nil (Bug#8657).
18247
18248 * custom.el (defcustom): Doc fix (Bug#9711).
18249
18250 2012-02-05 Chong Yidong <cyd@gnu.org>
18251
18252 * cus-edit.el (custom-variable-reset-backup): Quote the value
18253 before storing it in the customized-value property (Bug#6712).
18254 (custom-display): Add a customization type tag.
18255 (custom-buffer-create-internal): Improve tooltip message.
18256
18257 * wid-edit.el (widget-field-value-get): New optional arg to
18258 suppress trailing whitespace truncation.
18259 (character): Use it (Bug#2689).
18260
18261 2012-02-05 Andreas Schwab <schwab@linux-m68k.org>
18262
18263 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
18264 * progmodes/gdb-mi.el (gud-pp): Use pp instead of pp1.
18265
18266 2012-02-05 Chong Yidong <cyd@gnu.org>
18267
18268 * cus-edit.el (custom-variable-value-create): For mismatched
18269 types, show the current value (Bug#7600).
18270
18271 * custom.el (defcustom): Doc fix.
18272
18273 2012-02-05 Glenn Morris <rgm@gnu.org>
18274
18275 * font-lock.el (lisp-font-lock-keywords-2): Add with-wrapper-hook.
18276
18277 2012-02-05 Juanma Barranquero <lekktu@gmail.com>
18278
18279 * emacs-lisp/pp.el (pp-to-string): Use `with-temp-buffer'.
18280 (pp-buffer): Use `ignore-errors', `looking-at-p'.
18281 (pp-last-sexp): Use `looking-at-p'.
18282
18283 2012-02-04 Glenn Morris <rgm@gnu.org>
18284
18285 * files.el (revert-buffer):
18286 Doc fix (mention revert-buffer-in-progress-p).
18287
18288 * emacs-lisp/ert-x.el (ert-simulate-command):
18289 Check deferred-action-list (which is obsolete) is bound.
18290
18291 * subr.el (with-wrapper-hook): Doc fixes.
18292
18293 * simple.el (filter-buffer-substring-functions)
18294 (buffer-substring-filters, filter-buffer-substring): Doc fixes.
18295
18296 2012-02-04 Lars Ljung <lars@matholka.se> (tiny change)
18297
18298 * eshell/esh-ext.el (eshell-windows-shell-file): Match "cmdproxy"
18299 anywhere in shell-file-name, not just at the beginning. (Bug#10523)
18300
18301 2012-02-04 Leo Liu <sdl.web@gmail.com>
18302
18303 * emacs-lisp/smie.el: Fix dead link (Bug#10711).
18304
18305 2012-02-04 Glenn Morris <rgm@gnu.org>
18306
18307 * image.el (image-extension-data): Add obsolete alias.
18308
18309 * isearch.el (isearch-update): Doc fix.
18310
18311 * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
18312
18313 * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
18314
18315 2012-02-03 Glenn Morris <rgm@gnu.org>
18316
18317 * image.el (image-animated-p): Doc fix. Use image-animated-types.
18318 (image-animate-timeout): Doc fix.
18319
18320 * image-mode.el (image-animate-loop, image-toggle-animation): Doc fixes.
18321
18322 2012-02-02 Glenn Morris <rgm@gnu.org>
18323
18324 * server.el (server-auth-dir): Doc fix.
18325 (server-eval-at): Doc fix. Give an explicit error if !server-use-tcp.
18326
18327 * subr.el (run-mode-hooks): Doc fix.
18328
18329 2012-02-02 Juri Linkov <juri@jurta.org>
18330
18331 * image-mode.el (image-toggle-display-image): Remove tautological
18332 `major-mode' from the `derived-mode-p' test.
18333
18334 2012-02-02 Kenichi Handa <handa@m17n.org>
18335
18336 * composite.el (compose-region): Cancel previous change.
18337
18338 2012-02-02 Kenichi Handa <handa@m17n.org>
18339
18340 * composite.el (compose-region, compose-string): Signal error for
18341 a null string component (Bug#6988).
18342
18343 2012-02-01 Chong Yidong <cyd@gnu.org>
18344
18345 * view.el (view-buffer-other-window, view-buffer-other-frame):
18346 Handle special modes like view-buffer (Bug#10650).
18347 (view-buffer): Simplify.
18348
18349 * frame.el (set-frame-font): Tweak meaning of third argument.
18350
18351 * dynamic-setting.el (font-setting-change-default-font):
18352 Use set-frame-font (Bug#9982).
18353
18354 2012-02-01 Glenn Morris <rgm@gnu.org>
18355
18356 * progmodes/compile.el (compilation-internal-error-properties):
18357 Respect compilation-first-column in the "*compilation*" buffer.
18358
18359 * emacs-lisp/easy-mmode.el (define-minor-mode):
18360 Relax :variable's test for a named function.
18361
18362 2012-01-31 Alan Mackenzie <acm@muc.de>
18363
18364 * progmodes/cc-engine.el (c-guess-basic-syntax): CASE 5B.1: Fix an
18365 off by one error.
18366
18367 2012-01-31 Chong Yidong <cyd@gnu.org>
18368
18369 * frame.el (set-frame-font): New arg ALL-FRAMES.
18370
18371 * menu-bar.el (menu-set-font): Use set-frame-font.
18372
18373 * faces.el (face-spec-reset-face): Don't apply unspecified
18374 attribute values to the default face.
18375
18376 2012-01-31 Juanma Barranquero <lekktu@gmail.com>
18377
18378 * progmodes/cwarn.el (cwarn): Remove dead link.
18379 (cwarn-configuration, cwarn-verbose, cwarn-mode-text, cwarn-load-hook):
18380 Remove * from defcustom docstrings.
18381 (turn-on-cwarn-mode): Make obsolete.
18382 (c-at-toplevel-p): Remove compatibility code for Emacs 20.3 and older.
18383 (turn-on-cwarn-mode-if-enabled): Call `cwarn-mode'.
18384
18385 2012-01-31 Glenn Morris <rgm@gnu.org>
18386
18387 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
18388 Fix :variable handling of mode a symbol not equal to modefun.
18389 Allow named functions to be used as the cdr of :variable.
18390
18391 2012-01-30 Glenn Morris <rgm@gnu.org>
18392
18393 * emacs-lisp/authors.el (authors-fixed-entries):
18394 Remove reference to deleted file rnewspost.el.
18395
18396 2012-01-29 Juanma Barranquero <lekktu@gmail.com>
18397
18398 * window.el (window-with-parameter): Remove unused variable `windows'.
18399 (window--side-check): Remove unused variable `code'.
18400 (window--resize-siblings): Remove unused variable `first'.
18401 (adjust-window-trailing-edge): Remove unused variable `failed'.
18402 (window-deletable-p, window--delete): Remove unused variable `buffer'.
18403 Use `let', not `let*'.
18404 (balance-windows-2): Remove unused variable `found'.
18405 (window--state-put-2): Remove unused variable `splits'.
18406 (window-state-put): Remove unused variable `selected'.
18407 (same-window-p): Use `string-match-p'.
18408 (display-buffer-assq-regexp): Remove unused variable `value'.
18409 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
18410 Mark argument ALIST as ignored.
18411 (pop-to-buffer): Remove unused variable `old-window'.
18412
18413 2012-01-29 Eli Zaretskii <eliz@gnu.org>
18414
18415 * jka-cmpr-hook.el (jka-compr-compression-info-list): Support .lz
18416 and .lzma compressed files.
18417
18418 2012-01-29 Chong Yidong <cyd@gnu.org>
18419
18420 * frame.el (window-system-default-frame-alist): Doc fix.
18421
18422 * dynamic-setting.el (font-setting-change-default-font): Don't
18423 change the default face if SET-FONT argument is non-nil (Bug#9982).
18424
18425 2012-01-29 Samuel Bronson <naesten@gmail.com>
18426
18427 * custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
18428
18429 2012-01-29 Syver Enstad <syver.enstad@cisco.com> (tiny change)
18430
18431 * progmodes/gud.el (pdb): Give pdb full paths, to allow setting
18432 breakpoints in files outside current directory (Bug#6098).
18433
18434 2012-01-29 Chong Yidong <cyd@gnu.org>
18435
18436 * progmodes/python.el: Require ansi-color at top-level.
18437
18438 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-abbrev-table):
18439 Define and use in Emacs Lisp mode (Bug#9360).
18440 (lisp-mode-abbrev-table): Add doc.
18441 (lisp-mode-variables): Don't set local-abbrev-table.
18442 (lisp-interaction-mode): Use emacs-lisp-mode-abbrev-table.
18443
18444 2012-01-28 Roland Winkler <winkler@gnu.org>
18445
18446 * textmodes/bibtex.el (bibtex-vec-incr): Fix docstring.
18447
18448 2012-01-28 Roland Winkler <winkler@gnu.org>
18449
18450 * textmodes/bibtex.el (bibtex-entry-alist): New function.
18451 (bibtex-set-dialect): Use it. Either set global values of
18452 dialect-dependent variables or bind these variables buffer-locally
18453 (Bug#10254).
18454 (bibtex-mode): Call bibtex-set-dialect via
18455 hack-local-variables-hook.
18456 (bibtex-dialect): Update docstring.
18457 Add safe-local-variable predicate.
18458 (bibtex-entry-alist, bibtex-field-alist): Initialize via
18459 bibtex-set-dialect.
18460 (bibtex-mode-map): Define menu for each dialect.
18461 (bibtex-entry): Fix docstring.
18462
18463 2012-01-28 Chong Yidong <cyd@gnu.org>
18464
18465 * eshell/esh-arg.el (eshell-quote-argument): New function.
18466
18467 * eshell/esh-ext.el (eshell-invoke-batch-file):
18468 * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
18469 first arg to eshell-parse-command (Bug#10523).
18470
18471 2012-01-28 Drew Adams <drew.adams@oracle.com>
18472
18473 * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
18474 `default-directory' is non-nil.
18475
18476 2012-01-28 Eli Zaretskii <eliz@gnu.org>
18477
18478 * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
18479 line that displays system-configuration-options. (Bug#9924)
18480
18481 2012-01-28 Drew Adams <drew.adams@oracle.com>
18482
18483 * descr-text.el (describe-char): Show information about POS, in
18484 addition to information about the character at POS. Improve and
18485 update the doc string. Change "code point" to "code point in
18486 charset", to avoid confusion with the character's Unicode code
18487 point shown above that. (Bug#10129)
18488
18489 2012-01-28 Eli Zaretskii <eliz@gnu.org>
18490
18491 * descr-text.el (describe-char): Show the raw character, not only
18492 its display form at POS. Suggested by Kenichi Handa <handa@m17n.org>.
18493 See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
18494 for the reasons.
18495
18496 2012-01-28 Phil Hagelberg <phil@hagelb.org>
18497
18498 * emacs-lisp/package.el (package-install):
18499 Run package-refresh-contents if there is no archive yet (Bug#9798).
18500
18501 2012-01-28 Chong Yidong <cyd@gnu.org>
18502
18503 * emacs-lisp/package.el (package-maybe-load-descriptor):
18504 New function, split from package-maybe-load-descriptor.
18505 (package-maybe-load-descriptor): Use it.
18506 (package-download-transaction): Fully load required packages
18507 inside the loop, so that `require' calls work (Bug#10593).
18508 (package-install): No need to call package-initialize now.
18509
18510 2012-01-28 Chong Yidong <cyd@gnu.org>
18511
18512 * simple.el (deactivate-mark): Doc fix (Bug#8614).
18513
18514 * tooltip.el (tooltip-mode): Doc fix.
18515 (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
18516
18517 * frame.el (set-cursor-color): Doc fix (Bug#352).
18518
18519 * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
18520 (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
18521
18522 * cus-edit.el (custom-buffer-create-internal): Fix search button
18523 action (Bug#10542).
18524 (customize-unsaved, customize-saved): Doc fix (Bug#10541).
18525
18526 2012-01-27 Eduard Wiebe <usenet@pusto.de>
18527
18528 * dired.el (dired-mark-files-regexp):
18529 Include any subdirectory components. (Bug#10445)
18530
18531 2012-01-27 Mike Lamb <mrlamb@gmail.com> (tiny change)
18532
18533 * pcmpl-unix.el (pcmpl-ssh-known-hosts):
18534 Handle [host]:port syntax. (Bug#10533)
18535
18536 2012-01-27 Alex Harsanyi <harsanyi@mac.com>
18537
18538 * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
18539
18540 2012-01-26 Glenn Morris <rgm@gnu.org>
18541
18542 * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
18543 * term.el (term-raw-escape-map): Use Control-X-prefix.
18544 * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map. (Bug#10566)
18545
18546 2012-01-25 Martin Rudalics <rudalics@gmx.at>
18547
18548 * window.el (window-state-get, window--state-get-1): Don't deal
18549 with fixed-sizeness of windows. Simplify code.
18550
18551 2012-01-25 Jérémy Compostella <jeremy.compostella@gmail.com>
18552
18553 * window.el (window--state-get-1, window--state-put-2):
18554 Don't save and restore the mark.
18555
18556 2012-01-25 Chong Yidong <cyd@gnu.org>
18557
18558 * custom.el (custom-variable-p): Doc fix.
18559
18560 2012-01-25 Glenn Morris <rgm@gnu.org>
18561
18562 * dired.el (dired-goto-file): Handle some of the more common
18563 characters that `ls -b' escapes. (Bug#10596)
18564
18565 * progmodes/compile.el (compilation-next-error-function):
18566 Respect compilation-first-column in the "*compilation*" buffer.
18567 * progmodes/grep.el (grep-first-column): New variable. (Bug#10594)
18568
18569 * vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)
18570
18571 2012-01-24 Glenn Morris <rgm@gnu.org>
18572
18573 * pcmpl-gnu.el (pcomplete/tar): Handle " - ". (Bug#10457)
18574
18575 2012-01-24 Julien Danjou <julien@danjou.info>
18576
18577 * color.el (color-rgb-to-hsl): Fix value computing.
18578 (color-hue-to-rgb): New function.
18579 (color-hsl-to-rgb): New function.
18580 (color-clamp, color-saturate-hsl, color-saturate-name)
18581 (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
18582 (color-lighten-name, color-darken-hsl, color-darken-name): New function.
18583
18584 2012-01-24 Glenn Morris <rgm@gnu.org>
18585
18586 * vc/vc-rcs.el (vc-rcs-create-tag):
18587 * vc/vc-sccs.el (vc-sccs-create-tag):
18588 Fix argument spec to be what vc-create-tag expects. (Bug#10515)
18589
18590 2012-01-23 Mike Lamb <mrlamb@gmail.com> (tiny change)
18591
18592 * eshell/esh-util.el (eshell-read-hosts-file):
18593 Skip comment lines. (Bug#10549)
18594
18595 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
18596
18597 2012-01-23 Juanma Barranquero <lekktu@gmail.com>
18598
18599 * subr.el (display-delayed-warnings): Doc fix.
18600 (collapse-delayed-warnings): New function to collapse identical
18601 adjacent warnings.
18602 (delayed-warnings-hook): Add it.
18603
18604 2012-01-22 Michael Albinus <michael.albinus@gmx.de>
18605
18606 * net/tramp.el (tramp-action-login): Set connection property "login-as".
18607
18608 * net/tramp-sh.el (tramp-methods): Add user spec to "pscp" and "psftp".
18609 (tramp-default-user-alist): Don't add "pscp".
18610 (tramp-do-copy-or-rename-file-out-of-band): Use connection
18611 property "login-as", if set. (Bug#10530)
18612
18613 2012-01-21 Michael Albinus <michael.albinus@gmx.de>
18614
18615 * net/tramp-sh.el (tramp-default-user-alist): Don't add "plink",
18616 "plink1" and "psftp". (Bug#10530)
18617
18618 2012-01-21 Kenichi Handa <handa@m17n.org>
18619
18620 * international/mule-cmds.el (prefer-coding-system): Show a
18621 warning message if the default value of file-name-coding-system
18622 was not changed.
18623
18624 2012-01-21 Jérémy Compostella <jeremy.compostella@gmail.com>
18625
18626 * windmove.el (windmove-reference-loc):
18627 Fix windmove-reference-loc miscalculation.
18628
18629 2012-01-21 Jay Belanger <jay.p.belanger@gmail.com>
18630
18631 * calc/calc-units.el (math-put-default-units): Don't use "1" as a
18632 default unit.
18633
18634 2012-01-21 Glenn Morris <rgm@gnu.org>
18635
18636 * international/mule.el (auto-coding-alist): Add .tbz.
18637
18638 * files.el (local-enable-local-variables): Doc fix.
18639 (inhibit-local-variables-regexps): Rename from
18640 inhibit-first-line-modes-regexps. Keep old name as obsolete alias.
18641 Doc fix. Add some extensions from auto-coding-alist.
18642 (inhibit-local-variables-suffixes):
18643 Rename from inhibit-first-line-modes-suffixes. Doc fix.
18644 (inhibit-local-variables-p):
18645 New function, extracted from set-auto-mode-1.
18646 (set-auto-mode): Doc fix. Respect inhibit-local-variables-regexps.
18647 (set-auto-mode-1): Doc fix. Use inhibit-local-variables-p.
18648 (hack-local-variables): Doc fix. Make the mode-only case
18649 respect enable-local-variables and friends.
18650 Respect inhibit-local-variables-regexps for file-locals, but
18651 not for directory-locals.
18652 (set-visited-file-name):
18653 Take account of inhibit-local-variables-regexps.
18654 Whether it applies may change as the file name is changed.
18655 * jka-cmpr-hook.el (jka-compr-install):
18656 * jka-compr.el (jka-compr-uninstall):
18657 Update for inhibit-first-line-modes-suffixes name change.
18658
18659 2012-01-20 Martin Rudalics <rudalics@gmx.at>
18660
18661 * help-macro.el (make-help-screen): Temporarily restore original
18662 binding for minor-mode-map-alist (Bug#10454).
18663
18664 2012-01-19 Julien Danjou <julien@danjou.info>
18665
18666 * color.el (color-name-to-rgb): Use the white color to find the max
18667 color component value and return correctly computed values.
18668 (color-name-to-rgb): Add missing float conversion for max value.
18669
18670 2012-01-19 Martin Rudalics <rudalics@gmx.at>
18671
18672 * window.el (window--state-get-1, window-state-get): Do not use
18673 special state value for window-persistent-parameters.
18674 Rename argument IGNORE to WRITABLE. Rewrite doc-string.
18675 (window--state-put-2): Reset all window parameters to nil before
18676 assigning values of persistent parameters.
18677
18678 2012-01-18 Alan Mackenzie <acm@muc.de>
18679
18680 Eliminate sluggishness and hangs in fontification of "semicolon
18681 deserts".
18682
18683 * progmodes/cc-engine.el (c-state-nonlit-pos-interval):
18684 Change value 10000 -> 3000.
18685 (c-state-safe-place): Reformulate so it doesn't stack up an
18686 infinite number of wrong entries in c-state-nonlit-pos-cache.
18687 (c-determine-limit-get-base, c-determine-limit): New functions to
18688 determine backward search limits disregarding literals.
18689 (c-find-decl-spots): Amend commenting.
18690 (c-cheap-inside-bracelist-p): New function which detects "={".
18691
18692 * progmodes/cc-fonts.el
18693 (c-make-font-lock-BO-decl-search-function): Give a limit to a
18694 backward search.
18695 (c-font-lock-declarations): Fix an occurrence of point being
18696 undefined. Check additionally for point being in a bracelist or
18697 near a macro invocation without a semicolon so as to avoid a
18698 fruitless time consuming search for a declarator. Give a more
18699 precise search limit for declarators using the new
18700 c-determine-limit.
18701
18702 2012-01-18 Glenn Morris <rgm@gnu.org>
18703
18704 * files.el (auto-mode-alist, inhibit-first-line-modes-regexps)
18705 (set-auto-mode): Doc fixes.
18706
18707 2012-01-17 Glenn Morris <rgm@gnu.org>
18708
18709 * isearch.el (search-nonincremental-instead): Fix doc typo.
18710
18711 * dired.el (dired-insert-directory): Handle newlines in directory name.
18712 (dired-build-subdir-alist): Unescape newlines in directory name.
18713
18714 2012-01-17 Michael Albinus <michael.albinus@gmx.de>
18715
18716 * net/tramp.el (tramp-local-end-of-line): New defcustom.
18717 (tramp-action-login, tramp-action-yesno, tramp-action-yn)
18718 (tramp-action-terminal): Use it. (Bug#10530)
18719
18720 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
18721
18722 * minibuffer.el (completion--replace): Strip properties (bug#10062).
18723
18724 2012-01-16 Martin Rudalics <rudalics@gmx.at>
18725
18726 * window.el (window-state-ignored-parameters): Remove variable.
18727 (window--state-get-1): Rename argument MARKERS to IGNORE.
18728 Handle persistent window parameters. Make copy of clone-of
18729 parameter only if requested. (Bug#10348)
18730 (window--state-put-2): Install a window parameter only if it has
18731 a non-nil value or an existing parameter shall be overwritten.
18732
18733 2012-01-15 Michael Albinus <michael.albinus@gmx.de>
18734
18735 * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie.
18736
18737 2012-01-14 Eli Zaretskii <eliz@gnu.org>
18738
18739 * info.el (Info-toc-build): If the Info file has no "Up" pointer,
18740 don't pass the (nil) value of `upnode' to string-match.
18741
18742 2012-01-14 Chong Yidong <cyd@gnu.org>
18743
18744 * startup.el (command-line): Fix X resource class for cursorColor.
18745 Fix values recognized by the cursorBlink resource.
18746
18747 2012-01-14 Paul Eggert <eggert@cs.ucla.edu>
18748
18749 * epg.el (epg--make-temp-file): Avoid permission race condition
18750 when running on old Emacs versions (bug#10403).
18751
18752 2012-01-14 Glenn Morris <rgm@gnu.org>
18753
18754 * dired.el (dired-get-filename): Fix 'verbatim case of previous change.
18755
18756 2012-01-13 Alan Mackenzie <acm@muc.de>
18757
18758 Fix filling for when filladapt mode is enabled.
18759
18760 * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of
18761 c-mask-paragraph, pass in `fill-paragraph' rather than
18762 `fill-region-as-paragraph'. (This is a reversion of a previous
18763 change.)
18764 * progmodes/cc-mode.el (c-basic-common-init):
18765 Make fill-paragraph-handle-comment buffer local and set it to nil.
18766
18767 2012-01-13 Glenn Morris <rgm@gnu.org>
18768
18769 * dired.el (dired-switches-escape-p): New function.
18770 (dired-insert-directory): Use dired-switches-escape-p.
18771 (dired-get-filename): Undo "\ " quoting if needed. (Bug#10469)
18772
18773 * find-dired.el (find-ls-option): Doc fix. (Bug#10262)
18774
18775 2012-01-12 Glenn Morris <rgm@gnu.org>
18776
18777 * mail/sendmail.el (mail-mode): Update paragraph-separate for
18778 changes in adaptive-fill-regexp. (Bug#10276)
18779
18780 2012-01-11 Alan Mackenzie <acm@muc.de>
18781
18782 Fix Emacs bug #10463 - put `widen's around the critical spots.
18783
18784 * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a
18785 widen around each invocation of c-state-pp-to-literal. Remove an
18786 unused let variable.
18787
18788 2012-01-11 Glenn Morris <rgm@gnu.org>
18789
18790 * dired-aux.el (dired-do-shell-command): Fix */? logic. (Bug#6561)
18791 Doc fix.
18792
18793 2012-01-10 Chong Yidong <cyd@gnu.org>
18794
18795 * net/network-stream.el (network-stream-open-starttls):
18796 Avoid emitting a confusing error message when the server gives a bad
18797 response to the capability command.
18798
18799 2012-01-10 Glenn Morris <rgm@gnu.org>
18800
18801 * mail/unrmail.el (unrmail): Tweak previous change.
18802
18803 2012-01-09 Chong Yidong <cyd@gnu.org>
18804
18805 * custom.el (custom-safe-themes): Use SHA-256 for hashing.
18806
18807 2012-01-08 Alan Mackenzie <acm@muc.de>
18808
18809 Optimize font locking in long enum definitions.
18810
18811 * progmodes/cc-fonts.el (c-font-lock-declarations): Add an extra
18812 arm to a cond form to handle enums.
18813 * progmodes/cc-langs.el (c-enums-contain-decls): New lang variable.
18814 * progmodes/cc-mode.el (c-font-lock-fontify-region): Correct a typo.
18815
18816 2012-01-07 Paul Eggert <eggert@cs.ucla.edu>
18817
18818 * files.el (move-file-to-trash): Preserve default file modes on error.
18819 (Bug#10401)
18820
18821 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
18822
18823 * faces.el (set-face-attribute): Clarify the meaning of the nil
18824 frame (bug#10294).
18825
18826 * subr.el (with-selected-frame): Mention that the selected frame
18827 is restored (bug#9980).
18828
18829 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
18830 (bug#9759).
18831
18832 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
18833 (password-read): Don't autoload unused function.
18834
18835 2012-01-07 Juanma Barranquero <lekktu@gmail.com>
18836
18837 * progmodes/which-func.el (which-func-mode): Turn into a
18838 non-interactive function and mark as obsolete (bug#10428).
18839
18840 2012-01-06 Chong Yidong <cyd@gnu.org>
18841
18842 * files.el (hack-dir-local-variables-non-file-buffer): Add doc.
18843 (hack-one-local-variable-eval-safep): Allow 0 arg for minor mode
18844 functions, along with 1 and -1.
18845
18846 2012-01-06 Eli Zaretskii <eliz@gnu.org>
18847
18848 * time.el (display-time-load-average)
18849 (display-time-default-load-average): Doc fixes. See the thread
18850 starting at
18851 http://lists.gnu.org/archive/html/help-gnu-emacs/2012-01/msg00059.html
18852 for the details.
18853
18854 2012-01-06 Glenn Morris <rgm@gnu.org>
18855
18856 * mail/unrmail.el (unrmail): Give an explicit error if the input file
18857 has no messages. (Bug#10377)
18858
18859 * info.el (Info-mode-map): Bind e to end-of-buffer, rather
18860 than Info-edit. (Bug#10385)
18861
18862 * time.el (display-time-load-average, display-time-next-load-average):
18863 Doc fixes.
18864
18865 * emacs-lisp/bytecomp.el (byte-compile-file): Do not propagate a file
18866 local setting of buffer-read-only to the input buffer. (Bug#10419)
18867
18868 * calendar/calendar.el (calendar-mode):
18869 Locally set scroll-margin to 0. (Bug#10379)
18870
18871 2012-01-06 Ulrich Mueller <ulm@gentoo.org>
18872
18873 * play/doctor.el (doctor-death): Escape "," characters. (Bug#10370)
18874
18875 2012-01-05 Glenn Morris <rgm@gnu.org>
18876
18877 * eshell/em-unix.el (diff-no-select): Autoload it.
18878 (eshell/diff): Use diff-no-select. (Bug#10420)
18879
18880 2012-01-05 Chong Yidong <cyd@gnu.org>
18881
18882 * shell.el (shell-dynamic-complete-functions): Revert last change.
18883 (shell-command-completion-function): New function.
18884 (shell-completion-vars): Use it to implement
18885 shell-completion-execonly (Bug#10417).
18886
18887 * custom.el (enable-theme): Don't set custom-safe-themes.
18888
18889 * cus-theme.el (custom-theme-merge-theme):
18890 Ignore custom-enabled-themes and custom-safe-themes.
18891
18892 2012-01-05 Michael R. Mauger <mmaug@yahoo.com>
18893
18894 * progmodes/sql.el (sql-login-hook): Add hook to respond to the
18895 first prompt in `sql-interacive-mode'.
18896 (sql-mode-oracle-font-lock-keywords): Add CONNECT_BY_* builtin
18897 keywords.
18898 (sql-mode-mysql-font-lock-keywords): Add ELSEIF keyword.
18899 (sql-product-interactive): Bug fix: Set `sql-buffer' in
18900 context of original buffer. Invoke `sql-login-hook'.
18901
18902 2012-01-04 Eli Zaretskii <eliz@gnu.org>
18903
18904 * mail/rmail.el (rmail-font-lock-keywords): Accept non-ASCII
18905 letters in cite-prefix.
18906
18907 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
18908
18909 * mail/smtpmail.el (smtpmail-stream-type): Mention the `ssl' value.
18910
18911 2012-01-03 Chong Yidong <cyd@gnu.org>
18912
18913 * shell.el (shell-dynamic-complete-functions):
18914 Put pcomplete-completions-at-point, so as to try
18915 comint-filename-completion first (Bug#10417).
18916
18917 2012-01-02 Richard Stallman <rms@gnu.org>
18918
18919 * battery.el (battery-status-function):
18920 Detect when to use battery-yeeloong-sysfs.
18921 (battery-echo-area-format): Add string for Yeeloong.
18922 (battery-linux-proc-apm, battery-linux-proc-acpi): Doc fixes.
18923 (battery-yeeloong-sysfs): New function.
18924
18925 2012-01-02 Chong Yidong <cyd@gnu.org>
18926
18927 * dirtrack.el (dirtrack-list): Eliminate unused third element.
18928 (dirtrack): Merge code for handling relative filenames in prompt
18929 from shell-dir-cookie-watcher.
18930 (dirtrack-debug-message): New arg to avoid excess format calls.
18931
18932 * shell.el (shell-dir-cookie-re): Variable deleted.
18933 (shell-dir-cookie-watcher): Function deleted.
18934 (shell-mode): Don't use shell-dir-cookie-re, since it is redundant
18935 with dirtrack-mode.
18936
18937 2012-01-01 Eli Zaretskii <eliz@gnu.org>
18938
18939 * term/w32-win.el (dynamic-library-alist) <gnutls>:
18940 Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to
18941 libgnutls-26.dll.
18942
18943 2011-12-31 Andreas Schwab <schwab@linux-m68k.org>
18944
18945 * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation.
18946
18947 2011-12-31 Eli Zaretskii <eliz@gnu.org>
18948
18949 * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded
18950 headers of non-MIME messages, when rmail-enable-mime is non-nil.
18951
18952 2011-12-29 Michael Albinus <michael.albinus@gmx.de>
18953
18954 * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property
18955 also for alternative shells.
18956 (tramp-open-connection-setup-interactive-shell): Check, whether
18957 the shell is a busybox.
18958 (tramp-send-command): Don't suppress multiple prompts for
18959 busyboxes, it hurts.
18960
18961 2011-12-28 Chong Yidong <cyd@gnu.org>
18962
18963 * progmodes/gdb-mi.el (gdb-get-source-file-list)
18964 (gdb-get-source-file): Move mode line update to
18965 gdb-get-source-file (Bug#10087).
18966
18967 2011-12-25 Chong Yidong <cyd@gnu.org>
18968
18969 * progmodes/gud.el (gud-gdb-fetch-lines-filter): Just use
18970 gud-gdb-marker-filter without taking it as an argument.
18971 (gud-gdb-run-command-fetch-lines): Caller changed.
18972 (gud-gdb-completion-function): New variable.
18973 (gud-gdb-completion-at-point): Use it.
18974 (gud-gdb-completions-1): Split from gud-gdb-completions.
18975
18976 * progmodes/gdb-mi.el (gdb-input): Accept command and handler
18977 function as separate arguments.
18978 (gdb-init-1, gdb-non-stop-handler, gdb-check-target-async)
18979 (gdb-tooltip-print-1, gud-watch, gdb-speedbar-update)
18980 (gdb-var-list-children, gdb-var-set-format, gdb-var-delete-1)
18981 (gdb-var-delete-children, gdb-edit-value, gdb-var-update)
18982 (gdb-stopped, def-gdb-auto-update-trigger)
18983 (gdb-place-breakpoints, gdb-select-thread, gdb-select-frame)
18984 (gdb-get-changed-registers, gdb-get-main-selected-frame):
18985 Callers changed.
18986 (gud-gdbmi-completions): New function.
18987 (gdb): Use it for generating the completion table.
18988
18989 2011-12-24 Alan Mackenzie <acm@muc.de>
18990
18991 Introduce a mechanism to widen the region used in context font
18992 locking. Use this to protect declarations from losing their contexts.
18993
18994 * progmodes/cc-langs.el (c-before-font-lock-functions):
18995 Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming).
18996 (c-before-context-fontification-functions): New defvar, a list of
18997 functions to be run just before context (etc.) font locking.
18998
18999 * progmodes/cc-mode.el (c-extend-font-lock-region-for-macros):
19000 New, functionality extracted from
19001 c-neutralize-syntax-in-and-mark-CPP.
19002 (c-in-after-change-fontification): New variable.
19003 (c-after-change): Set c-in-after-change-fontification.
19004 (c-set-fl-decl-start): Rejig its interface, so it can be called
19005 from both after-change and context fontifying.
19006 (c-change-set-fl-decl-start, c-context-set-fl-decl-start):
19007 New functions.
19008 (c-standard-font-lock-fontify-region-function): New variable.
19009 (c-font-lock-fontify-region): New function.
19010
19011 2011-12-24 Juri Linkov <juri@jurta.org>
19012
19013 * window.el (window--state-get-1): Set `FORCE' arg of `mark' to t.
19014 (Bug#10348)
19015
19016 2011-12-23 Michael Albinus <michael.albinus@gmx.de>
19017
19018 * net/ange-ftp.el (ange-ftp-copy-file-internal): Check for
19019 existence of source file. (Bug#10325)
19020
19021 2011-12-23 Alan Mackenzie <acm@muc.de>
19022
19023 Fix unstable fontification inside templates.
19024
19025 * progmodes/cc-langs.el (c-before-font-lock-functions):
19026 Newly created from the singular version. The (c c++ objc) entry now
19027 additionally has c-set-fl-decl-start. The other languages (apart
19028 from AWK) have that as a single entry.
19029
19030 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
19031 The functionality for "local" declarations has been extracted to
19032 c-set-fl-decl-start.
19033
19034 * progmodes/cc-mode.el (c-common-init, c-after-change):
19035 Changes due to pluralisation of c-before-font-lock-functions.
19036 (c-set-fl-decl-start): New function, extracted from
19037 c-font-lock-enclosing-decls and enhanced.
19038
19039 2011-12-23 Juanma Barranquero <lekktu@gmail.com>
19040
19041 * desktop.el (desktop-internal-v2s): Fix typos in docstring (bug#10353).
19042
19043 2011-12-22 Juri Linkov <juri@jurta.org>
19044
19045 * progmodes/grep.el (rgrep): Fix docstring. (Bug#10185)
19046
19047 2011-12-22 Chong Yidong <cyd@gnu.org>
19048
19049 * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.
19050
19051 2011-12-21 Drew Adams <drew.adams@oracle.com>
19052
19053 * files.el (file-remote-p): Fix docstring. (Bug#10319)
19054
19055 2011-12-21 Jérémy Compostella <jeremy.compostella@gmail.com>
19056
19057 * battery.el (battery-linux-sysfs): Add missing parameters from acpi.
19058
19059 2011-12-21 Teodor Zlatanov <tzz@lifelogs.com>
19060
19061 * progmodes/cfengine.el: Add Version. Improve CFEngine 3.x syntax
19062 highlighting and support. Fix up comments for capitalization.
19063 (cfengine-mode-debug): New var.
19064 (cfengine3-mode): Change the modeline indicator to "CFE3".
19065 (cfengine3-font-lock-keywords): Improve defun highlighting.
19066 (cfengine2-actions): Rename from `cfengine-actions'.
19067 (cfengine2-font-lock-keywords): Rename from
19068 `cfengine-font-lock-keywords'.
19069 (cfengine2-imenu-expression): Rename from
19070 `cfengine-imenu-expression'.
19071 (cfengine2-outline-level): Rename from `cfengine-outline-level'.
19072 (cfengine2-beginning-of-defun): Rename from
19073 `cfengine-beginning-of-defun'.
19074 (cfengine2-end-of-defun): Rename from `cfengine-end-of-defun'.
19075 (cfengine2-indent-line): Rename from `cfengine-indent-line'.
19076 (cfengine2-mode): Rename from `cfengine-mode'. Change the
19077 modeline indicator to "CFE2".
19078 (cfengine-mode): Defalias to `cfengine-auto-mode'.
19079 (cfengine-mode-abbrevs): Mark obsolete.
19080
19081 2011-12-21 Chong Yidong <cyd@gnu.org>
19082
19083 * vc/vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in
19084 filename argument.
19085
19086 2011-12-20 Martin Rudalics <rudalics@gmx.at>
19087
19088 * window.el (window-normalize-buffer-to-display): Remove.
19089 (display-buffer): Handle buffer-or-name argument as in Emacs 23.
19090
19091 2011-12-19 Chong Yidong <cyd@gnu.org>
19092
19093 * vc/vc-dir.el (vc-dir-parent-marked-p, vc-dir-children-marked-p):
19094 Don't signal an error in a predicate function; return non-nil.
19095 (vc-dir-mark-file): Move the error here.
19096 (vc-dir-mark-unmark): If acting on the region, keep going if one
19097 of the entries cannot be marked/unmarked.
19098 (vc-dir-mark-all-files): If current entry is a directory, mark
19099 only child files, as documented.
19100
19101 2011-12-19 Vincent Belaïche <vincentb1@users.sourceforge.net>
19102
19103 * ses.el: Ooops... undo changes of 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net, as trunk
19104 branch is feature frozen, and 2011-12-11T14:49:48Z!vincentb1@users.sourceforge.net was a feature
19105 addition.
19106
19107 2011-12-18 Jan Djärv <jan.h.d@swipnet.se>
19108
19109 * term/ns-win.el (ns-get-selection-internal)
19110 (ns-store-selection-internal): Declare.
19111 (ns-store-cut-buffer-internal, ns-get-cut-buffer-internal):
19112 Declare as obsolete.
19113 (ns-get-pasteboard, ns-paste-secondary):
19114 Use ns-get-selection-internal.
19115 (ns-set-pasteboard, ns-copy-including-secondary):
19116 Use ns-store-selection-internal.
19117
19118 2011-12-17 Chong Yidong <cyd@gnu.org>
19119
19120 * vc/vc.el (vc-next-action): Doc fix; remove CVS-isms.
19121 (vc-deduce-fileset): Doc fix.
19122
19123 2011-12-16 Andreas Schwab <schwab@linux-m68k.org>
19124
19125 * calc/calc-misc.el (calc-help): Avoid wrapping help message.
19126
19127 2011-12-13 Sam Steingold <sds@gnu.org>
19128
19129 * man.el (Man-getpage-in-background): When running under a
19130 window-system, ignore $MANWIDTH and $COLUMNS.
19131
19132 2011-12-15 Kenichi Handa <handa@m17n.org>
19133
19134 * language/ethio-util.el: Change coding tag to utf-8-emacs.
19135 (setup-ethiopic-environment-internal): Comment out key-binding for
19136 ethio-toggle-punctuation.
19137
19138 2011-12-13 Alan Mackenzie <acm@muc.de>
19139
19140 Add the switch statement to AWK Mode.
19141
19142 * progmodes/cc-awk.el (awk-font-lock-keywords): Add "switch", "case",
19143 "default" to the keywords regexp.
19144
19145 * progmodes/cc-langs.el (c-label-kwds): Let AWK take the same
19146 expression as the rest.
19147 (c-nonlabel-token-key): Allow string literals for AWK.
19148 Refactor for the other modes.
19149
19150 Large brace-block initialisation makes CC Mode slow: Fix.
19151 Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
19152 routines. Limit backward searching in c-font-lock-enclosing.decl.
19153
19154 * progmodes/cc-engine.el (c-state-pp-to-literal): Return the
19155 pp-state and literal type in addition to the limits.
19156 (c-state-safe-place): New defun, extracted from c-state-literal-at.
19157 (c-state-literal-at): Use the above new defun.
19158 (c-slow-in-literal, c-fast-in-literal): Remove.
19159 (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal.
19160
19161 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for
19162 being in a literal. Add a limit for backward searching.
19163
19164 * progmodes/cc-mode.el (awk-mode): Don't alias c-in-literal to
19165 c-slow-in-literal.
19166
19167 2011-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
19168
19169 * progmodes/pascal.el: Declare `ind' as dyn-bound (bug#10264).
19170
19171 2011-12-13 Martin Rudalics <rudalics@gmx.at>
19172
19173 * window.el (delete-other-windows): Use correct frame in call to
19174 window-with-parameter.
19175
19176 2011-12-12 Daniel Pfeiffer <occitan@t-online.de>
19177
19178 * progmodes/make-mode.el: Bring it up to date with makepp V2.0.
19179 (makefile-make-font-lock-keywords): Extend meaning of `keywords'.
19180 (makefile-gmake-statements, makefile-makepp-statements):
19181 Use it and add new makepp keywords.
19182 (makefile-makepp-font-lock-keywords): Add new patterns.
19183 (makefile-match-function-end): Match new [...] and [[...]].
19184
19185 2011-12-11 Juanma Barranquero <lekktu@gmail.com>
19186
19187 * ses.el (ses-call-printer-return, ses-cell-property-get)
19188 (ses-sym-rowcol, ses-printer-validate, ses-formula-record)
19189 (ses-create-cell-variable, ses-reset-header-string)
19190 (ses-cell-set-formula, ses-repair-cell-reference-all)
19191 (ses-self-reference-early-detection, ses-in-print-area, ses-set-curcell)
19192 (ses-check-curcell, ses-call-printer, ses-adjust-print-width)
19193 (ses-print-cell-new-width, ses-formula-references, ses-relocate-formula)
19194 (ses-aset-with-undo, ses-load, ses-truncate-cell)
19195 (ses-read-column-printer, ses-read-default-printer, ses-insert-row)
19196 (ses-delete-row, ses-delete-column, ses-append-row-jump-first-column)
19197 (ses-kill-override, ses-yank-pop, ses-yank-cells, ses-yank-tsf)
19198 (ses-yank-resize, ses-export-tab, ses-mark-row, ses-mark-column)
19199 (ses-renarrow-buffer, ses-insert-range, ses-insert-ses-range)
19200 (ses-safe-printer, ses-safe-formula, ses-warn-unsafe, ses--clean-!)
19201 (ses--clean-_, ses-range, ses-select, ses-center, ses-center-span)
19202 (ses-dashfill, ses-unsafe): Fix typos and reflow docstrings.
19203
19204 2011-12-11 Vincent Belaïche <vincentb1@users.sourceforge.net>
19205
19206 * ses.el: The overall change is to add cell renaming, that is
19207 setting fancy names for cell symbols other than name matching
19208 "\\`[A-Z]+[0-9]+\\'" regexp .
19209 (ses-create-cell-variable): New defun.
19210 (ses-relocate-formula): Relocate formulas only for cells the
19211 symbols of which are not renamed, i.e. symbols whose names do not
19212 match regexp "\\`[A-Z]+[0-9]+\\'".
19213 (ses-relocate-all): Relocate values only for cells the symbols of
19214 which are not renamed.
19215 (ses-load): Create cells variables as the (ses-cell ...) are read,
19216 in order to check row col consistency with cell symbol name only
19217 for cells that are not renamed.
19218 (ses-replace-name-in-formula): New defun.
19219 (ses-rename-cell): New defun.
19220
19221 2011-12-11 Chong Yidong <cyd@gnu.org>
19222
19223 * progmodes/gdb-mi.el (gdb): Set comint-prompt-regexp, required
19224 for completion via gud-gdb-fetch-lines-filter (Bug#10274).
19225
19226 2011-12-11 Eric Hanchrow <eric.hanchrow@gmail.com>
19227
19228 * window.el (other-window): Fix docstring.
19229
19230 2011-12-10 Eli Zaretskii <eliz@gnu.org>
19231
19232 * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the
19233 `from' or `to' address before taking its substring.
19234 Fixes incorrect display in Rmail summary buffer whereby an RFC2047
19235 encoded name is chopped in the middle of the encoded string, and
19236 thus displayed encoded.
19237
19238 2011-12-10 Juanma Barranquero <lekktu@gmail.com>
19239
19240 * makefile.w32-in (update-subdirs-CMD): Use a Local Variables section.
19241
19242 2011-12-10 Eli Zaretskii <eliz@gnu.org>
19243
19244 * textmodes/texnfo-upd.el: Update commentary. Add a warning not
19245 to use texinfo-update-node and commands that call it if the
19246 Texinfo file uses @node lines without next/prev/up pointers.
19247 Correct outdated description about texinfo-master-menu.
19248 (texinfo-all-menus-update, texinfo-master-menu)
19249 (texinfo-update-node, texinfo-every-node-update)
19250 (texinfo-multiple-files-update): Doc fix. Warn against updating
19251 all the @node lines.
19252 (texinfo-master-menu): Only call texinfo-update-node if the prefix
19253 argument is numeric. Explain better in the doc string what the
19254 function really does.
19255 (texinfo-insert-master-menu-list): Improve the error message
19256 displayed if there's no menu in the Top node.
19257 (Bug#2975) See also this thread:
19258 http://lists.gnu.org/archive/html/emacs-devel/2011-12/msg00156.html.
19259
19260 2011-12-09 Manuel Gómez <mgrojo@gmail.com> (tiny change)
19261
19262 * speedbar.el (speedbar-supported-extension-expressions):
19263 Add .adb and .ads, commonly used for Ada source code (bug#10256).
19264
19265 2011-12-09 Juanma Barranquero <lekktu@gmail.com>
19266
19267 * printing.el (pr-mode-alist):
19268 * simple.el (filter-buffer-substring-functions)
19269 (completion-list-insert-choice-function):
19270 * window.el (window-with-parameter, window-atom-root)
19271 (window-sides-slots, window-size-fixed, window-min-delta)
19272 (window-max-delta, window--resize-mini-window)
19273 (window--resize-child-windows-normal, window-tree)
19274 (delete-other-windows, quit-window, split-window)
19275 (display-buffer-record-window, special-display-buffer-names)
19276 (special-display-regexps, special-display-popup-frame)
19277 (same-window-p, split-window-sensibly)
19278 (display-buffer-overriding-action, display-buffer-alist)
19279 (display-buffer-base-action, display-buffer, switch-to-buffer)
19280 (switch-to-buffer-other-window, switch-to-buffer-other-frame)
19281 (fit-window-to-buffer, recenter-positions)
19282 (mouse-autoselect-window-state, mouse-autoselect-window-select):
19283 * emacs-lisp/syntax.el (syntax-propertize-function): Fix typos
19284 and remove unneeded backslashes in docstrings.
19285
19286 2011-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
19287
19288 * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
19289
19290 * pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
19291 (pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
19292 end in ".mk".
19293 (pcmpl-gnu-make-rule-names): Check "makefile" and ignore errors
19294 when reading the makefile (bug#10116).
19295
19296 2011-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19297
19298 * pcmpl-gnu.el (pcomplete/make): Also allow filename arguments
19299 (bug#10116).
19300
19301 2011-12-06 Glenn Morris <rgm@gnu.org>
19302
19303 * emacs-lisp/package.el (package-archives): Doc fix re riskiness.
19304
19305 2011-12-06 Chong Yidong <cyd@gnu.org>
19306
19307 * progmodes/cc-fonts.el (c-annotation-face): Use defface.
19308
19309 2011-12-06 Juanma Barranquero <lekktu@gmail.com>
19310
19311 * textmodes/table.el (table-shorten-cell): Fix typo.
19312
19313 2011-12-05 Christopher Genovese <genovese.cr@gmail.com> (tiny change)
19314
19315 * emacs-lisp/assoc.el (aput): Fix return value (bug#10146)
19316
19317 2011-12-05 Eli Zaretskii <eliz@gnu.org>
19318
19319 * descr-text.el (describe-char): Fix display of strong
19320 right-to-left characters and directional embeddings and overrides.
19321
19322 * simple.el (what-cursor-position): Fix display of codepoints of
19323 strong right-to-left characters.
19324
19325 2011-12-05 Chong Yidong <cyd@gnu.org>
19326
19327 * faces.el (read-color): Doc fix.
19328
19329 2011-12-05 Glenn Morris <rgm@gnu.org>
19330
19331 * align.el (align--set-marker): Add doc-string.
19332 Don't try to move something that is not a marker. (Bug#10216)
19333
19334 2011-12-04 Glenn Morris <rgm@gnu.org>
19335
19336 * calendar/appt.el (appt-add): Rewrite the interactive-spec to avoid
19337 overly zealous deletion of trailing whitespace.
19338
19339 2011-12-04 Juanma Barranquero <lekktu@gmail.com>
19340
19341 * server.el (server-delete-client): On Windows, do not try to delete
19342 the only terminal.
19343 (server-process-filter): On Windows, treat requests for a tty frame as
19344 if they were for a GUI frame if the running server is in GUI mode.
19345
19346 2011-12-03 Glenn Morris <rgm@gnu.org>
19347
19348 * textmodes/texinfmt.el (batch-texinfo-format): Doc fix. (Bug#10207)
19349
19350 2011-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
19351
19352 * electric.el: Streamline electric-indent's hook.
19353 (electric-indent-chars): Revert to simple list.
19354 (electric-indent-functions): New var.
19355 (electric-indent-post-self-insert-function): Use it.
19356
19357 * progmodes/prolog.el (prolog-find-value-by-system): Avoid error when
19358 there's no inferior buffer (bug#10196).
19359 (prolog-consult-compile): Don't use toggle-read-only.
19360
19361 2011-12-02 Michael Albinus <michael.albinus@gmx.de>
19362
19363 * net/tramp-sh.el (tramp-maybe-open-connection): Handle user
19364 interrupt. (Bug#10187)
19365
19366 2011-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
19367
19368 * pcmpl-gnu.el (pcomplete/tar): large-file-warn-threshold can be nil
19369 (bug#9160).
19370
19371 * dired-aux.el (dired-query): Don't assume help-char is modifier-free
19372 (bug#10191).
19373
19374 2011-12-02 Juri Linkov <juri@jurta.org>
19375
19376 * info.el (Info-search): Display "end of manual" when Isearch
19377 reaches the end of single-file Info manual. (Bug#9918)
19378
19379 2011-12-02 Eli Zaretskii <eliz@gnu.org>
19380
19381 * isearch.el (isearch-message-prefix): Run the input method part
19382 of the prompt through bidi-string-mark-left-to-right. (Bug#10183)
19383
19384 2011-12-02 Juri Linkov <juri@jurta.org>
19385
19386 * isearch.el (isearch-occur): Use `word-search-regexp' for
19387 `isearch-word'.
19388 (isearch-search-and-update): Add condition for `isearch-word' and
19389 call `word-search-regexp'. (Bug#10145)
19390
19391 2011-12-01 Glenn Morris <rgm@gnu.org>
19392
19393 * eshell/em-hist.el (eshell-hist-initialize):
19394 Handle eshell-history-size nil and HISTSIZE set or unset.
19395 (eshell-history-file-name, eshell-history-size): Fix custom type.
19396
19397 2011-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
19398
19399 * man.el (Man-completion-table): Fix the lambda case (bug#10168).
19400
19401 2011-12-01 Michael McNamara <mac@mail.brushroad.com>
19402
19403 * progmodes/verilog-mode.el (verilog-pretty-expr):
19404 Rework verilog-pretty-expr to handle new assignment operators in system
19405 verilog, such as += *= and the like.
19406 (verilog-assignment-operator-re): Regular expression to find the
19407 assigment operator in a verilog assignment.
19408 (verilog-assignment-operation-re): Regular expression to find an
19409 assignment statement for pretty-expr.
19410 (verilog-in-attribute-p): Query returns true if point is in an
19411 attribute context; used to skip these for expression line up from
19412 pretty-expr.
19413 (verilog-in-parameter-p): Query returns true if point is in an
19414 parameter definition context; used to skip these for expression
19415 line up from pretty-expr.
19416 (verilog-in-parenthesis-p): Query returns true if point is in a
19417 parenthetical expression, specifically ( ) but not [ ] or { };
19418 used by pretty-expr.
19419 (verilog-just-one-space): If there is no space, don't add one.
19420 (verilog-get-lineup-indent-2): Specifically skip just attribute
19421 contexts for expression lineup, rather than skipping all
19422 parenthetical expressions.
19423 (verilog-calculate-indent): Fix comment, and fix indent.
19424 (verilog-do-indent): Indent declarations in lists (suggested by
19425 Joachim Lechner).
19426 (verilog-mode-abbrev-table): Populate abbrev mode with the various
19427 skeleton items.
19428 (verilog-sk-ovm-class): Add skeleton for OVM classes (reported
19429 by Alain Mellan).
19430
19431 2011-12-01 Wilson Snyder <wsnyder@wsnyder.org>
19432
19433 * progmodes/verilog-mode.el (verilog-read-defines): Fix reading
19434 parameters with embedded comments. Reported by Ray Stevens.
19435 (verilog-calc-1, verilog-fork-wait-re, verilog-forward-sexp)
19436 (verilog-wait-fork-re): Fix indentation of "wait fork", bug407.
19437 Reported by Tim Holt.
19438 (verilog-auto): Fix AUTOing a upper module then AUTOing module
19439 instantiated by upper module causing wrong expansion until AUTOed a
19440 second time. Reported by K C Buckenmaier.
19441 (verilog-diff-auto): Fix showing .* as a difference when
19442 `verilog-auto-star-save' off. Reported by Dan Dever.
19443 (verilog-auto-reset, verilog-read-always-signals)
19444 (verilog-auto-reset-blocking-in-non): Fix AUTORESET including
19445 temporary signals in reset list if
19446 verilog-auto-reset-blocking-in-non is nil, and match assignment
19447 style to each signal's assignment type, bug381.
19448 Reported by Thomas Esposito.
19449 (verilog-sk-uvm-class, verilog-uvm-begin-re, verilog-uvm-end-re)
19450 (verilog-uvm-statement-re): Support UVM indentation and
19451 highlighting, with old OVM keywords only.
19452 (verilog-auto-tieoff, verilog-auto-tieoff-declaration):
19453 Support AUTOTIEOFF creating non-wire data types.
19454 Suggested by Jonathan Greenlaw.
19455 (verilog-auto-insert-lisp, verilog-delete-to-paren)
19456 (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt)
19457 (verilog-inject-sense, verilog-read-inst-pins)
19458 (verilog-read-sub-decls, verilog-read-sub-decls-line):
19459 Fix mismatching parenthesis inside commented out code when deleting
19460 AUTOINST, bug383. Reported by Jonathan Greenlaw.
19461 (verilog-auto-ascii-enum): Fix AUTOASCIIENUM one-hot with
19462 non-numeric vector width. Reported by Alex Reed.
19463 (verilog-auto-ascii-enum): Add "onehot" option to work around not
19464 detecting signals with parameter widths. Reported by Alex Reed.
19465 (verilog-auto-delete-trailing-whitespace):
19466 With `verilog-auto-delete-trailing-whitespace' remove trailing
19467 whitespace in auto expansion, bug371. Reported by Brad Dobbie.
19468 (verilog-run-hooks, verilog-scan-cache-flush, verilog-syntax-ppss):
19469 Fix verilog-scan-cache corruption when running user AUTO expansion
19470 hooks that call indentation routines.
19471 (verilog-simplify-range-expression): Fix typo ignoring lower case
19472 identifiers.
19473 (verilog-delete-auto): Fix delete-autos to also remove user created
19474 automatics, as long as they start with AUTO.
19475 (verilog-batch-diff-auto, verilog-diff-auto)
19476 (verilog-diff-function): Add `verilog-diff-auto' and bind to
19477 "C-c?" to report differences in AUTO expansion, ignoring spaces.
19478 (verilog-backward-syntactic-ws-quick, verilog-beg-of-defun-quick)
19479 (verilog-in-paren-quick, verilog-re-search-backward-quick)
19480 (verilog-re-search-forward-quick, verilog-syntax-ppss):
19481 Fix calling `syntax-ppss' when inside auto expansions as the ppss hook
19482 is disabled and its cache will get corrupt, causing AUTOS not to
19483 expand. Instead use only -quick functions.
19484 (verilog-scan-region): Fix scanning over escaped quotes.
19485 (verilog-inside-comment-or-string-p, verilog-inside-comment-p)
19486 (verilog-re-search-backward-quick)
19487 (verilog-re-search-forward-quick, verilog-scan): verilog-scan and
19488 related functions now ignore strings, to fix misparsing of strings
19489 with magic comments embedded in them.
19490 (verilog-read-auto-template):
19491 Fix 'verilog-auto-inst-template-numbers' with extra newline before (.
19492 Reported by Brad Dobbie.
19493 (verilog-read-auto-template):
19494 Fix 'verilog-auto-inst-template-numbers' with comments.
19495 Reported by Brad Dobbie.
19496 (verilog-auto-inst, verilog-auto-inst-param)
19497 (verilog-auto-inst-sort): Add 'verilog-auto-inst-sort' to reduce
19498 merge conflicts with AUTOINST, bug358. Reported by Brad Dobbie.
19499 (verilog-auto-inst-template-numbers): Add 'lhs' policy for
19500 debugging templates without merge conflicts, bug357.
19501 Reported by Brad Dobbie.
19502 (verilog-read-auto-template):
19503 Fix verilog-auto-inst-template-numbers with multiple templates.
19504 Reported by Brad Dobbie.
19505 (verilog-define-abbrev): Fix verilog-mode abbrevs to be system
19506 abbrevs so user won't be asked to save.
19507 (verilog-read-auto-lisp-present): Fix to start at beginning of
19508 buffer in case called outside of verilog-auto.
19509 (verilog-simplify-range-expression): Fix AUTOWIRE expanding "X-1+1"
19510 to "X-2". Reported by Matthew Myers.
19511 (verilog-auto, verilog-auto-inout-in): Add AUTOINOUTIN for creating
19512 all inputs from module templates. Reported by Leith Johnson.
19513 (verilog-module-inside-filename-p): Fix locating programs as with
19514 modules.
19515 (verilog-auto-inst-port): Fix vl-width expressions when using
19516 verilog-auto-inst-param-value, bug331. Reported by Julian Gorfajn.
19517 (verilog-decls-get-regs, verilog-decls-get-signals,
19518 verilog-decls-get-vars, verilog-decls-get-wires, verilog-decls-new,
19519 verilog-modi-cache-add-vars, verilog-modi-cache-add-wires,
19520 verilog-read-decls): Combine reg and wire structures into one var
19521 structure to represent SystemVerilog concepts.
19522 (verilog-auto-ascii-enum, verilog-auto-logic, verilog-auto-reg)
19523 (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-wire)
19524 (verilog-auto-wire-type, verilog-insert-definition):
19525 Add verilog-auto-wire-type and AUTOLOGIC to support using
19526 SystemVerilog "logic" keyword instead of "wire"/"reg".
19527 (verilog-auto-reg-input, verilog-decls-get-signals): Fix AUTOWIRE
19528 to declares outputs that also have assignments (presumably in an
19529 ifdef or generate if so there's not a driver conflict).
19530 Reported by Matthew Myers.
19531 (verilog-auto-declare-nettype, verilog-insert-definition):
19532 Add verilog-auto-declare-nettype to fix declarations using
19533 `default_nettype none. Reported by Julian Gorfajn.
19534 (verilog-read-always-signals-recurse, verilog-read-decls)
19535 (verilog-read-sub-decls-gate): Fix infinite loop with (*) and
19536 malformed end statement, bug325. Reported by Joshua Wise and
19537 Andrew Drake.
19538 (verilog-auto-star-safe, verilog-delete-auto-star-implicit)
19539 (verilog-inst-comment-re): Fix not deleting Interfaced comment
19540 when expanding .* in interfaces, bug320.
19541 Reported by Pierre-David Pfister.
19542 (verilog-read-module-name): Fix import statements between module
19543 name and open parenthesis, bug317.
19544 Reported by Pierre-David Pfister.
19545 (verilog-simplify-range-expression): Fix simplification of
19546 multiplications inside AUTOWIRE connections, bug303.
19547 (verilog-auto-inst-port): Support parameter expansion in
19548 multidimensional arrays.
19549 (verilog-read-decls): Fix AUTOREG etc looking for "endproperty"
19550 after "assert property". Reported by Julian Gorfajn.
19551 (verilog-simplify-range-expression): Fix "couldn't merge" errors
19552 with multiplication, bug303.
19553 (verilog-read-decls): Fix parsing of unsigned data types, bug302.
19554 Reported by Jan Frode Lonnum.
19555
19556 2011-11-30 Juanma Barranquero <lekktu@gmail.com>
19557
19558 * htmlfontify.el (hfy-page-header, hfy-post-html-hooks)
19559 (hfy-shell-file-name, hfy-shell):
19560 * international/fontset.el (x-decompose-font-name): Fix typos.
19561
19562 2011-11-29 Ken Brown <kbrown@cornell.edu>
19563
19564 * progmodes/gdb-mi.el: Fix bug#9853, bug#9858, and bug#9878.
19565 (gdb-version): Remove defvar.
19566 (gdb-supports-non-stop): New defvar, replacing `gdb-version'.
19567 (gdb-gud-context-command, gdb-non-stop-handler)
19568 (gdb-current-context-command, gdb-stopped): Use it.
19569 (gdb-init-1): Enable pretty printing here.
19570 (gdb-non-stop-handler): Don't enable pretty-printing here.
19571 Check to see if the target supports non-stop mode; if not, turn off
19572 non-stop mode. Use the following.
19573 (gdb-check-target-async): New defun.
19574 (gud-watch, gdb-stopped): Fix whitespace.
19575 (gdb-get-source-file): Don't try to display the source file if
19576 `gdb-main-file' is nil.
19577
19578 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
19579
19580 * align.el: Try to generate fewer markers (bug#10047).
19581 (align--set-marker): New macro.
19582 (align-region): Use it.
19583
19584 2011-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
19585
19586 * isearch.el (isearch-yank-x-selection): Deactivate mark (bug#10022).
19587
19588 2011-11-29 Chong Yidong <cyd@gnu.org>
19589
19590 * indent.el (indent-for-tab-command, indent-according-to-mode):
19591 Doc fix.
19592 (indent-region): Doc fix. Switch nested ifs to equivalent cond.
19593
19594 2011-11-29 Michael Albinus <michael.albinus@gmx.de>
19595
19596 * vc/diff-mode.el (diff-find-file-name): Make `read-file-name'
19597 aware of remote file names. (Bug#10124)
19598
19599 2011-11-29 Chong Yidong <cyd@gnu.org>
19600
19601 * frame.el (auto-raise-mode, auto-lower-mode): Doc fix.
19602
19603 2011-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
19604
19605 * files.el (find-file): Don't use force-same-window (bug#10144).
19606 * window.el (switch-to-buffer): Better match Emacs-23 behavior and only
19607 use pop-to-buffer if the selected window can't be used.
19608 (pop-to-buffer-same-window): Use display-buffer--same-window-action.
19609
19610 2011-11-28 Eli Zaretskii <eliz@gnu.org>
19611
19612 * vc/diff-mode.el (diff-mode-map): Don't inherit 'z' => 'M-z' from
19613 special-mode-map.
19614
19615 2011-11-28 Chong Yidong <cyd@gnu.org>
19616
19617 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix default doc.
19618
19619 2011-11-27 Nick Roberts <nickrob@snap.net.nz>
19620
19621 * progmodes/gdb-mi.el (gdb-init-1): Condition execution of
19622 gdb-get-source-file-list on gdb-create-source-file-list.
19623
19624 2011-11-26 Eli Zaretskii <eliz@gnu.org>
19625
19626 * whitespace.el (whitespace-newline): Use a different foreground
19627 color for 16-color light-background displays.
19628
19629 2011-11-24 Chong Yidong <cyd@gnu.org>
19630
19631 * window.el (display-buffer--special-action): Doc fix.
19632
19633 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
19634
19635 * emacs-lisp/avl-tree.el (avl-tree--do-copy, avl-tree-create)
19636 (avl-tree-compare-function, avl-tree-empty, avl-tree-enter)
19637 (avl-tree-delete, avl-tree-member, avl-tree-member-p, avl-tree-map)
19638 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar, avl-tree-copy)
19639 (avl-tree-clear, avl-tree-stack, avl-tree-stack-pop)
19640 (avl-tree-stack-first):
19641 * emacs-lisp/cconv.el (cconv--analyse-use):
19642 * net/gnutls.el (gnutls-negotiate): Fix typos.
19643
19644 2011-11-24 Glenn Morris <rgm@gnu.org>
19645
19646 * lpr.el (lpr-windows-system, lpr-lp-system):
19647 * mail/binhex.el (binhex-begin-line):
19648 * progmodes/grep.el (grep-history, grep-find-history):
19649 * textmodes/flyspell.el:
19650 * vc/pcvs-defs.el (cvs-global-menu):
19651 * vc/vc-bzr.el (vc-bzr-admin-checkout-format-file):
19652 * vc/vc-mtn.el (vc-mtn-admin-dir, vc-mtn-admin-format):
19653 * vc/vc-cvs.el (vc-cvs-registered): Give them basic doc-strings.
19654
19655 * net/tls.el: Fix case of "GnuTLS".
19656
19657 * paths.el (rmail-file-name): Format doc-string for make-docfile.
19658
19659 * version.el (emacs-build-system): Give it a doc-string.
19660
19661 2011-11-24 Juri Linkov <juri@jurta.org>
19662
19663 * view.el (view-buffer): Revert 2011-07-19T15:01:49Z!larsi@gnus.org from 2011-07-19 (bug#8615).
19664
19665 2011-11-24 Glenn Morris <rgm@gnu.org>
19666
19667 * mail/rmailmm.el (rmail-mime): When rmail-enable-mime is non-nil,
19668 if called on a non-mime message just toggle the headers. (Bug#8006)
19669
19670 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
19671
19672 * allout.el (allout-setup, allout-auto-save-temporarily-disabled)
19673 (allout-lead-with-comment-string, allout-structure-deleted-hook)
19674 (allout-mode, allout-chart-subtree, allout-hotspot-key-handler)
19675 (allout-rebullet-heading, allout-open-sibtopic)
19676 (allout-toggle-current-subtree-encryption)
19677 (allout-toggle-subtree-encryption, allout-encrypt-string)
19678 (allout-next-topic-pending-encryption, allout-adjust-file-variable)
19679 (allout-distinctive-bullets-string, allout-auto-activation):
19680 * window.el (window-normalize-buffer-to-display):
19681 * progmodes/verilog-mode.el (verilog-batch-indent):
19682 * textmodes/bibtex.el (bibtex-field-braces-opt)
19683 (bibtex-field-strings-opt):
19684 * vc/cvs-status.el (cvs-tree-merge):
19685 Fix typos.
19686
19687 2011-11-23 Michael Albinus <michael.albinus@gmx.de>
19688
19689 * rfn-eshadow.el (rfn-eshadow-update-overlay): Let-bind
19690 `non-essential' to t, in order to avoid remote connections.
19691
19692 2011-11-23 Eli Zaretskii <eliz@gnu.org>
19693
19694 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
19695 On MS-DOS and MS-Windows, compare with loaddefs.el
19696 case-insensitively.
19697
19698 2011-11-23 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
19699
19700 * mail/unrmail.el (unrmail): Always add blank line. (Bug#7743)
19701
19702 2011-11-23 Glenn Morris <rgm@gnu.org>
19703
19704 * paths.el (rmail-file-name): Reformat the doc-string so that it
19705 is picked up.
19706
19707 * mail/rmail.el (rmail-message-filter, rmail-auto-file): Doc fixes.
19708 (rmail-auto-file): Ignore case in the "special" field names,
19709 as mail-fetch-field does for all others.
19710
19711 * mail/rmail.el (rmail-forward):
19712 * mail/rmailkwd.el (rmail-set-label):
19713 * mail/rmailout.el (rmail-output, rmail-output-as-seen)
19714 (rmail-output-body-to-file): Give error if no message. (Bug#10082)
19715
19716 * mail/rmail.el (rmail-current-message): Doc fix.
19717
19718 * mail/rmail.el (rmail-message-filter): Mark as obsolete. (Bug#2624)
19719
19720 2011-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
19721
19722 * server.el (server-eval-and-print): Allow C-g (bug#6585).
19723
19724 2011-11-22 Glenn Morris <rgm@gnu.org>
19725
19726 * mail/rmailmm.el (test-rmail-mime-handler)
19727 (test-rmail-mime-bulk-handler)
19728 (test-rmail-mime-multipart-handler): Move tests to test/ directory.
19729
19730 2011-11-21 Juri Linkov <juri@jurta.org>
19731
19732 * calc/calc.el (calc-read-key-sequence):
19733 Let-bind `input-method-function' to nil. (Bug#10018)
19734
19735 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
19736
19737 * emacs-lisp/cl-indent.el (common-lisp-loop-part-indentation):
19738 Tell the caller that the next line needs recomputation, even
19739 though it doesn't start a sexp (bug#10094).
19740
19741 2011-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
19742
19743 * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Simplify.
19744
19745 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19746
19747 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
19748 Use force-same-window.
19749
19750 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
19751
19752 * descr-text.el (describe-char-unicode-data):
19753 * json.el (json-string-escape):
19754 * mail/footnote.el (footnote-unicode-string, footnote-unicode-regexp)
19755 (Footnote-unicode, Footnote-style-p):
19756 * net/ntlm.el (ntlm-get-password-hashes): Fix typos.
19757
19758 2011-11-20 Chong Yidong <cyd@gnu.org>
19759
19760 * window.el (replace-buffer-in-windows): Restore interactive spec.
19761
19762 2011-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
19763
19764 * electric.el (electric-indent-mode): Fix last change (too optimistic).
19765
19766 * emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
19767 (byte-compile-global-not-obsolete-vars): New var.
19768 (byte-compile-check-variable, byte-compile-make-obsolete-variable):
19769 Use it.
19770 (byte-compile-warn-obsolete): Align text with the one in *Help*.
19771
19772 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
19773
19774 * progmodes/cwarn.el (cwarn-is-enabled, cwarn-font-lock-keywords):
19775 * progmodes/pascal.el (electric-pascal-equal):
19776 * textmodes/reftex-dcr.el (reftex-view-crossref-from-bibtex):
19777 * xml.el (xml-substitute-special): Fix typos.
19778
19779 2011-11-20 Glenn Morris <rgm@gnu.org>
19780
19781 * mail/rmail.el (rmail-enable-mime-composing): Make it a defcustom.
19782 (rmail-insert-mime-forwarded-message-function, rmail-mime-feature):
19783 Doc fixes.
19784 (rmail-decode-mime-charset): Mark as obsolete.
19785
19786 * mail/rmailsum.el (rmail-message-regexp-p-1):
19787 * mail/rmail.el (rmail-search-message, rmail-forward, rmail-resend):
19788 Before using mime functions, check they are set. (Bug#10077)
19789
19790 2011-11-19 Juri Linkov <juri@jurta.org>
19791
19792 * info.el (Info-finder-find-node): Use `package--builtins' instead
19793 of `package-alist'. Use node names formed by the pattern "Keyword "
19794 and the keyword name.
19795
19796 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
19797
19798 * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash.
19799
19800 2011-11-19 Juri Linkov <juri@jurta.org>
19801
19802 * info.el (Info-hide-note-references): Add `:set' tag to `defcustom'
19803 that calls `revert-buffer' on all Info buffers. (Bug#9915)
19804 (Info-revert-find-node): Remove let-bindings `old-buffer-name',
19805 `old-history', `old-history-forward'. Add let-binding
19806 `window-selected'. Remove calls to `kill-buffer',
19807 `switch-to-buffer' and `Info-mode'. Set `Info-current-file' to nil
19808 before calling `Info-find-node', so `Info-find-node-2' will reread
19809 the Info file. Restore window positions only when `window-selected'
19810 is non-nil.
19811
19812 2011-11-19 Juri Linkov <juri@jurta.org>
19813
19814 * isearch.el (isearch-lazy-highlight-new-loop):
19815 Remove condition `(not isearch-error)'. (Bug#9918)
19816
19817 * misearch.el (multi-isearch-search-fun): Add condition
19818 `(not bound)' to ignore lazy-highlighting search.
19819 Add the search-failed message "end of multi" when the end of
19820 multi-sequence is reached. Uncapitalize the search-failed
19821 message "Repeat for next buffer".
19822
19823 * info.el (Info-search): Add the search-failed message
19824 "end of the manual" when the end of the manual is reached
19825 in Isearch mode.
19826
19827 2011-11-19 Juri Linkov <juri@jurta.org>
19828
19829 * info.el (Info-find-node-2, Info-select-node, Info-history-find-node):
19830 Use non-destructive `remove' instead of `delete' because
19831 `Info-history-list' stored to `Info-isearch-initial-history-list' in
19832 `Info-isearch-start' might need to be restored in `Info-isearch-end'.
19833
19834 2011-11-19 Juri Linkov <juri@jurta.org>
19835
19836 * isearch.el (isearch-edit-string): Let-bind `history-add-new-input'
19837 to nil instead of binding `search-ring' and `regexp-search-ring'.
19838 (Bug#9185)
19839
19840 2011-11-19 Eli Zaretskii <eliz@gnu.org>
19841
19842 * simple.el (line-move): Force movement by logical lines for any
19843 hscrolled window, not only when auto-hscroll-mode is on.
19844 (line-move-visual): Update doc string to that effect. (Bug#10076)
19845
19846 2011-11-19 Andreas Schwab <schwab@linux-m68k.org>
19847
19848 * language/european.el (macintosh): Define as alias for mac-roman.
19849
19850 2011-11-19 Eli Zaretskii <eliz@gnu.org>
19851
19852 * mail/rmailmm.el (rmail-mime-display-header)
19853 (rmail-mime-display-tagline, rmail-mime-display-body): New defsubsts.
19854 (rmail-mime-entity-segment, rmail-mime-toggle-raw)
19855 (rmail-mime-toggle-hidden, rmail-mime-insert-text)
19856 (rmail-mime-insert-bulk, rmail-mime-insert-multipart)
19857 (rmail-mime-insert, rmail-mime-insert-tagline): Use them instead
19858 of a raw aref.
19859 (rmail-mime-entity-segment): To get past the tagline, move forward
19860 2 more lines, to account for the 2 empty lines that precede and
19861 follow the line with the buttons.
19862 (rmail-mime-update-tagline): Move one more line, to get past the
19863 empty line that follows the buttons in the tagline. (Bug#9520)
19864
19865 2011-11-19 Martin Rudalics <rudalics@gmx.at>
19866
19867 * window.el (window-max-delta-1, window-min-delta-1)
19868 (window-min-size-1, window-state-get-1, window-state-put-1)
19869 (window-state-put-2): Use "window--" prefix.
19870
19871 2011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
19872
19873 * emacs-lisp/smie.el: Improve warnings and conflict detection.
19874 (smie-warning-count): New var.
19875 (smie-set-prec2tab): Use it.
19876 (smie-bnf->prec2): Improve warnings. Add docstring.
19877 (smie-bnf--closer-alist): Rename from smie-bnf-closer-alist.
19878 (smie-bnf--set-class): New function.
19879 (smie-bnf--classify): Rename from smie-bnf-classify. Rewrite to fix
19880 corner case.
19881
19882 * progmodes/compile.el: Obey compilation-first-column in dest buffer.
19883 (compilation-error-properties, compilation-move-to-column):
19884 Handle compilation-first-column while in the target buffer.
19885
19886 * progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):
19887 Don't hardcode point-min==1.
19888
19889 * eshell/esh-cmd.el (eshell-do-eval): Handle `setq' (bug#9907).
19890 (eshell-rewrite-for-command): Remove workaround.
19891 (eshell-do-pipelines, eshell-do-pipelines-synchronously)
19892 (eshell-do-eval, eshell-exec-lisp): Avoid gratuitous setq.
19893 * eshell/esh-util.el (eshell-condition-case, eshell-for): Use declare.
19894
19895 * files-x.el (modify-file-local-variable): Obey commenting conventions.
19896
19897 2011-11-17 Glenn Morris <rgm@gnu.org>
19898
19899 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
19900 Ignore buffer-local generated-autoload-file if it is the same
19901 as the global value. (Bug#10049)
19902
19903 2011-11-17 Juanma Barranquero <lekktu@gmail.com>
19904
19905 * textmodes/reftex-toc.el (reftex-toc-return-marker, reftex-toc-help)
19906 (reftex-toc, reftex-toc, reftex-toc-dframe-p, reftex-toc-next-heading)
19907 (reftex-toc-previous-heading, reftex-toc-max-level)
19908 (reftex-toc-goto-line-and-hide, reftex-toc-show-calling-point)
19909 (reftex-toc-quit, reftex-toc-revert, reftex-toc-jump)
19910 (reftex-toc-do-promote, reftex-toc-promote-prepare)
19911 (reftex-toc-promote-action, reftex-toc-extract-section-number)
19912 (reftex-toc-load-all-files-for-promotion, reftex-toc-rename-label)
19913 (reftex-toc-rename-label, reftex-toc-visit-location)
19914 (reftex-toc-visit-location, reftex-toggle-auto-toc-recenter)
19915 (reftex-toggle-auto-toc-recenter, reftex-toggle-auto-toc-recenter)
19916 (reftex-make-separate-toc-frame): Fix typos, and use TOC consistently,
19917 leaving "*toc*" only for references to the buffer.
19918
19919 2011-11-17 Martin Rudalics <rudalics@gmx.at>
19920
19921 * window.el (window-resize, delete-window, split-window):
19922 Replace window-splits by window-combination-resize.
19923 * cus-start.el (window-splits): Replace by window-combination-resize.
19924
19925 2011-11-17 Glenn Morris <rgm@gnu.org>
19926
19927 * progmodes/sh-script.el (sh-font-lock-keywords-var):
19928 Make bash entry derive from sh entry, not shell entry.
19929
19930 2011-11-16 Michael Albinus <michael.albinus@gmx.de>
19931
19932 * net/tramp-sh.el (tramp-sh-handle-file-truename): Cache only the
19933 local file name.
19934
19935 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
19936
19937 * menu-bar.el (menu-bar-file-menu):
19938 * printing.el (pr-ps-utility):
19939 * calendar/icalendar.el (icalendar, icalendar--convert-tz-offset)
19940 (icalendar--convert-to-ical, icalendar--convert-ordinary-to-ical)
19941 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
19942 (icalendar--convert-sexp-to-ical, icalendar--convert-block-to-ical)
19943 (icalendar--convert-float-to-ical, icalendar--convert-date-to-ical)
19944 (icalendar--convert-cyclic-to-ical)
19945 (icalendar--convert-anniversary-to-ical, icalendar-import-buffer)
19946 (icalendar--convert-ical-to-diary)
19947 (icalendar--convert-recurring-to-diary)
19948 (icalendar--convert-non-recurring-all-day-to-diary)
19949 (icalendar-import-format-sample):
19950 * progmodes/idlw-shell.el (idlwave-shell-mode):
19951 * progmodes/vhdl-mode.el (vhdl-mode, vhdl-print-two-column)
19952 (vhdl-print-customize-faces, vhdl-mode, vhdl-ps-print-settings)
19953 (vhdl-ps-print-init): Fix typos.
19954
19955 2011-11-16 Ken Manheimer <ken.manheimer@gmail.com>
19956
19957 * allout.el, allout-widgets.el (file metadata): Attribute copyright to
19958 FSF and collapse date sequence, obscure author/maintainer email address
19959 better, remove extra version line, track relocation of author's webpage.
19960
19961 * progmodes/python.el (python-pdbtrack-input-prompt)
19962 (python-pdbtrack-track-stack-file): Adjust to recognize ipdb as well as
19963 regular python pdb prompts. Adjustments shamelessly taken exactly as
19964 suggested in EmacsWiki page (tiny change):
19965 http://www.emacswiki.org/PythonProgrammingInEmacs#toc14
19966
19967 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
19968
19969 * expand.el (expand-pos, expand-index, expand-point):
19970 Remove redundant info from docstring.
19971 (expand-add-abbrevs): Doc fix.
19972 (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
19973 (expand-sample-perl-mode-expand-list): Fix typos.
19974
19975 * net/dbus.el (dbus-event-member-name):
19976 * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
19977 * term/pc-win.el (msdos-create-frame-with-faces):
19978 * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
19979
19980 2011-11-16 Martin Rudalics <rudalics@gmx.at>
19981
19982 * window.el (split-window, window-state-get-1)
19983 (window-state-put-1, window-state-put-2): Rename occurrences of
19984 window-nest to window-combination-limit.
19985 * cus-start.el (window-nest): Rename to window-combination-limit.
19986
19987 2011-11-16 Chong Yidong <cyd@gnu.org>
19988
19989 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip
19990 regexp (Bug#10033).
19991
19992 2011-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
19993
19994 * tmm.el (tmm-prompt): Use minibuffer-with-setup-hook (bug#10053).
19995 `completing-read' will remove *Completions* and will preserve
19996 current-buffer for us.
19997 (tmm-add-prompt): Users of *Completions* will always (re)set its
19998 major mode.
19999 (tmm-old-comp-map): Remove.
20000
20001 2011-11-16 Glenn Morris <rgm@gnu.org>
20002
20003 * mail/rmailedit.el: Require rmailmm when compiling.
20004 (rmail-old-mime-state): New declaration.
20005 (rmail-edit-current-message): If editing a mime message,
20006 edit the "raw" message from the mbox buffer.
20007 (rmail-cease-edit): Handle mime messages. (Bug#9840)
20008
20009 2011-11-15 Glenn Morris <rgm@gnu.org>
20010
20011 * mail/rmailmm.el (rmail-mime-toggle-raw): Remove entity arg,
20012 which wasn't being used. Add optional arg to force given state.
20013 (rmail-mime): Add optional arg to force given state.
20014
20015 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
20016
20017 * allout.el (allout-encryption-plaintext-sanitization-regexps):
20018 * frame.el (display-mm-dimensions-alist):
20019 * outline.el (outline-mode-menu-bar-map, outline-move-subtree-up)
20020 (outline-move-subtree-down):
20021 * net/newst-treeview.el (newsticker--treeview-do-get-node-of-feed)
20022 (newsticker--treeview-do-get-node):
20023 * net/quickurl.el (quickurl-list-buffer-name):
20024 * progmodes/dcl-mode.el (dcl-mode):
20025 * progmodes/gdb-mi.el (gdb-mapcar*):
20026 * progmodes/sql.el (sql-mode-oracle-font-lock-keywords): Fix typos.
20027
20028 2011-11-15 Glenn Morris <rgm@gnu.org>
20029
20030 * mail/rmail.el (rmail-file-coding-system): It's only ever used
20031 in a boolean sense, so just make it a boolean, and fix the doc.
20032 (rmail-show-mime-function, rmail-mime-feature)
20033 (rmail-require-mime-maybe): Doc fixes.
20034 (rmail-show-message-1): Check rmail-show-mime-function is non-nil.
20035
20036 * mail/rmailmm.el (rmail-show-mime): Doc fix.
20037
20038 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
20039
20040 * epg.el (epg-start-decrypt, epg-start-verify, epg-start-sign)
20041 (epg-start-encrypt, epg-start-export-keys, epg-start-import-keys)
20042 (epg-start-receive-keys, epg-start-delete-keys, epg-start-sign-keys)
20043 (epg-start-generate-key, epg-context-set-progress-callback): Fix typos.
20044
20045 2011-11-15 Glenn Morris <rgm@gnu.org>
20046
20047 * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-segment)
20048 (rmail-mime-shown-mode, rmail-mime-hidden-mode, rmail-mime-raw-mode)
20049 (rmail-mime-toggle-hidden, rmail-mime-insert-tagline)
20050 (rmail-mime-insert-header, rmail-mime-handle, rmail-mime-parse)
20051 (rmail-mime, rmail-show-mime): Doc fixes.
20052
20053 * term/ns-win.el (mode-line-frame-identification):
20054 Leave it alone. (Bug#10051)
20055
20056 * simple.el (mark-whole-buffer): Doc fix. (Bug#10023)
20057
20058 * mail/rmailout.el (rmail-output-to-rmail-buffer):
20059 Handle empty buffers. (Bug#9978)
20060
20061 2011-11-14 Juanma Barranquero <lekktu@gmail.com>
20062
20063 * international/mule.el (define-charset):
20064 * mail/rmailmm.el (rmail-mime-find-header-encoding):
20065 * progmodes/prolog.el (prolog-mode-hook, prolog-inferior-mode-hook):
20066 * progmodes/verilog-mode.el (verilog-backward-token):
20067 * textmodes/ispell.el (lookup-words):
20068 * textmodes/sgml-mode.el (sgml-guess-indent): Fix typos.
20069
20070 2011-11-14 Glenn Morris <rgm@gnu.org>
20071
20072 * progmodes/executable.el
20073 (executable-make-buffer-file-executable-if-script-p):
20074 Handle file-modes returning nil.
20075
20076 * mail/rmailsum.el (rmail-summary): Remove movement to beginning of
20077 message - not necessary, and causes problems. (Bug#9831)
20078
20079 * mail/rmailsum.el (rmail-new-summary): Preserve message number.
20080
20081 * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator.
20082
20083 * mail/rmailsum.el (rmail-summary, rmail-new-summary)
20084 (rmail-new-summary-1): Allow empty summaries. (Bug#9964)
20085 (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local.
20086
20087 2011-11-12 Martin Rudalics <rudalics@gmx.at>
20088
20089 * window.el (window-resize, delete-window): Use window-splits
20090 variable instead of function.
20091 (window-state-get-1, window-state-put-2, window-state-put):
20092 Don't deal with windows' splits status.
20093
20094 2011-11-12 Glenn Morris <rgm@gnu.org>
20095
20096 * apropos.el (apropos-do-all, apropos-library, apropos-value)
20097 (apropos-documentation): Doc fixes.
20098
20099 2011-11-11 Juanma Barranquero <lekktu@gmail.com>
20100
20101 * progmodes/idlw-shell.el (idlwave-shell-make-new-bp-overlay):
20102 * textmodes/sgml-mode.el (html-tag-help): Fix typos.
20103
20104 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
20105
20106 * electric.el (electric-indent-post-self-insert-function): Make it
20107 possible for a char to only indent in some circumstances.
20108 (electric-indent-mode): Simplify.
20109
20110 2011-11-11 Martin Rudalics <rudalics@gmx.at>
20111
20112 * window.el (windows-with-parameter): Remove unused function.
20113 (windows-at-side): Rename to window-at-side-list.
20114 (window-check, window-atom-check, window-atom-check-1)
20115 (window-side-check, window-size-ignore, window-size-fixed-1)
20116 (window-in-direction-2): Prefix with "window--".
20117 (window-tree-1): Rename to window--subtree, fix doc-string.
20118
20119 2011-11-11 Glenn Morris <rgm@gnu.org>
20120
20121 * subr.el (eval-after-load): If FILE is already loaded,
20122 evaluate FORM before it gets wrapped in more stuff. (Bug#10009)
20123
20124 2011-11-10 Glenn Morris <rgm@gnu.org>
20125
20126 * vc/vc-svn.el (vc-svn-create-repo, vc-svn-modify-change-comment):
20127 Call svn via vc-svn-command rather than vc-do-command.
20128 (vc-svn-command): Add --non-interactive. (Bug#9993)
20129 (vc-svn-update, vc-svn-merge-news): No need for --non-interactive.
20130
20131 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20132 Add toggle-read-only. (Bug#7292)
20133 * files.el (toggle-read-only): Mention that it should only
20134 be used interactively. (Bug#10006)
20135
20136 2011-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
20137
20138 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20139 Adjust regexp for OCaml warnings.
20140
20141 * electric.el (electric-pair-post-self-insert-function): Let user
20142 turn it off buffer-locally (bug#9932).
20143
20144 * progmodes/python.el (python-beginning-of-statement):
20145 Rewrite (bug#2703).
20146
20147 * progmodes/compile.el: Better handle TABs (bug#9749).
20148 (compilation-internal-error-properties)
20149 (compilation-next-error-function): Obey the target buffer's
20150 compilation-error-screen-columns.
20151
20152 2011-11-09 Juanma Barranquero <lekktu@gmail.com>
20153
20154 * progmodes/meta-mode.el: Remove obsolete comments.
20155 (meta-right-comment-regexp, meta-ignore-comment-regexp):
20156 Fix typos in docstrings.
20157
20158 2011-11-09 Martin Rudalics <rudalics@gmx.at>
20159
20160 * window.el (window-size-fixed-p): Rewrite doc-string.
20161 (window-resizable-p): Rename to window--resizable-p. Update callers.
20162 (window--resizable): New function. Make all callers of
20163 window-resizable call window--resizable instead.
20164 (window-resizable): Rewrite in terms of window--resizable.
20165
20166 2011-11-08 Glenn Morris <rgm@gnu.org>
20167
20168 * progmodes/delphi.el (delphi-mode-syntax-table):
20169 Let define-derived-mode define a proper syntax table. (Bug#9994)
20170
20171 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
20172
20173 * window.el: Stay away from defsubst.
20174 (window-list-no-nils): Remove.
20175 (window-state-get-1, window-state-get): Use backquote instead.
20176
20177 2011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20178
20179 * emacs-lisp/find-func.el (find-function-read):
20180 Fix incorrect use of default argument in `completing-read'.
20181
20182 2011-11-08 Martin Rudalics <rudalics@gmx.at>
20183
20184 * window.el (display-buffer-function, special-display-function):
20185 Mention display-buffer-record-window but do not mention
20186 help-setup parameter in doc-strings.
20187 (window-min-delta): Fix doc-string typo.
20188
20189 2011-11-08 Chong Yidong <cyd@gnu.org>
20190
20191 * window.el (window-total-height, window-total-width): Doc fix.
20192 (window-body-size): Move from C.
20193 (window-body-height, window-body-width): Move to C.
20194
20195 2011-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
20196
20197 * window.el: Make special-display like display-buffer-alist (bug#9532).
20198 (display-buffer--special-action): New function, morphed
20199 from display-buffer--special.
20200 (display-buffer): Use it to handle special-display-buffers at higher
20201 priority (just after display-buffer-alist).
20202 (display-buffer-fallback-action, display-buffer--other-frame-action)
20203 (pop-to-buffer-same-window): Remove display-buffer--special.
20204
20205 2011-11-07 Glenn Morris <rgm@gnu.org>
20206
20207 * calendar/cal-menu.el (cal-menu-set-date-title):
20208 Do nothing if not in a calendar. (Bug#9976)
20209
20210 2011-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
20211
20212 * files.el (find-file): Always use selected-window.
20213
20214 2011-11-07 Martin Rudalics <rudalics@gmx.at>
20215
20216 * window.el (window-combinations): Make WINDOW argument
20217 mandatory. Rewrite doc-string.
20218 (walk-window-subtree, window-atom-check, window-min-delta)
20219 (window-max-delta, window--resize-this-window)
20220 (window--resize-root-window-vertically, window-tree)
20221 (balance-windows, window-state-put): Rewrite doc-strings as to
20222 not mention the term "subwindow".
20223 (window--resize-subwindows-skip-p): Rename to
20224 window--resize-child-windows-skip-p.
20225 (window--resize-subwindows-normal): Rename to
20226 window--resize-child-windows-normal.
20227 (window--resize-subwindows): Rename to
20228 window--resize-child-windows.
20229 (window-or-subwindow-p): Rename to window--in-subtree-p.
20230
20231 2011-11-07 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
20232
20233 * mail/rmail.el (rmail-get-new-mail, rmail-insert-inbox-text):
20234 Ensure that mbox format messages end in two newlines (Bug#9974).
20235
20236 2011-11-06 Chong Yidong <cyd@gnu.org>
20237
20238 * window.el (window-combination-p): Function deleted; its
20239 side-effect is not used in any existing code.
20240 (window-combinations, window-combined-p): Call window-*-child
20241 directly.
20242
20243 2011-11-05 Chong Yidong <cyd@gnu.org>
20244
20245 * window.el (window-valid-p): Rename from window-any-p.
20246 (window-size-ignore, window-state-get): Callers changed.
20247 (window-normalize-window): Rename from window-normalize-any-window.
20248 New arg LIVE-ONLY, replacing window-normalize-live-window.
20249 (window-normalize-live-window): Delete.
20250 (window-combination-p, window-combined-p, window-combinations)
20251 (walk-window-subtree, window-atom-root, window-min-size)
20252 (window-sizable, window-sizable-p, window-size-fixed-p)
20253 (window-min-delta, window-max-delta, window-resizable)
20254 (window-resizable-p, window-full-height-p, window-full-width-p)
20255 (window-current-scroll-bars, window-point-1, set-window-point-1)
20256 (window-at-side-p, window-in-direction, window-resize)
20257 (adjust-window-trailing-edge, maximize-window, minimize-window)
20258 (window-deletable-p, delete-window, delete-other-windows)
20259 (record-window-buffer, unrecord-window-buffer)
20260 (switch-to-prev-buffer, switch-to-next-buffer, window--delete)
20261 (quit-window, split-window, window-state-put)
20262 (set-window-text-height, fit-window-to-buffer)
20263 (shrink-window-if-larger-than-buffer): Callers changed.
20264
20265 2011-11-04 Eli Zaretskii <eliz@gnu.org>
20266
20267 * mail/rmail.el (rmail-simplified-subject): Decode subject with
20268 rfc2047-decode-string.
20269 (rmail-mime-toggle-hidden): Declare to avoid byte-compilation
20270 warnings.
20271
20272 * window.el (window-body-height, window-body-width): Mention in
20273 the doc string that the return values are in frame's canonical
20274 units. (Bug#9949)
20275
20276 2011-11-03 Alan Mackenzie <acm@muc.de>
20277
20278 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
20279 change in cc-engine.el.
20280
20281 2011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
20282
20283 * window.el (switch-to-buffer): Use `force-same-window' interactively.
20284
20285 2011-11-02 Martin Rudalics <rudalics@gmx.at>
20286
20287 * window.el (quit-window): Call unrecord-window-buffer after
20288 showing another buffer in the window. (Bug#9937)
20289 (bury-buffer): Call switch-to-prev-buffer with second argument `bury'.
20290
20291 2011-11-02 Juanma Barranquero <lekktu@gmail.com>
20292
20293 * vc/vc-bzr.el (vc-bzr-state, vc-bzr-after-dir-status):
20294 Accept status with more than 9 shelves. (Bug#9935)
20295 Reported by Colin D Bennett <colin@gibibit.com>.
20296
20297 2011-11-01 Martin Rudalics <rudalics@gmx.at>
20298
20299 * help.el (with-help-window): Don't reference
20300 temp-buffer-show-specifiers in doc-string.
20301
20302 2011-10-31 Andreas Schwab <schwab@linux-m68k.org>
20303
20304 * subr.el (keymap--menu-item-with-binding): Ignore item if not a
20305 menu-item.
20306
20307 2011-10-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20308
20309 * whitespace.el: New version 13.2.2.
20310 (whitespace-newline-mode): Disable properly. Reported by Sarah
20311 <EmacsWiki>.
20312
20313 2011-10-30 Ulf Jasper <ulf.jasper@web.de>
20314
20315 * net/newst-treeview.el: Remove "Time-stamp".
20316 (newsticker--group-manage-orphan-feeds): Do not call
20317 newsticker--treeview-tree-update.
20318 (newsticker-treeview-update, newsticker-treeview):
20319 Call newsticker--treeview-tree-update if necessary.
20320
20321 2011-10-30 Martin Rudalics <rudalics@gmx.at>
20322
20323 * window.el (window-iso-combination-p, window-iso-combined-p)
20324 (window-iso-combinations): Remove "iso-" infix.
20325 Suggested by Chong Yidong.
20326 (window-min-size-1, window-size-fixed-1, window-min-delta-1)
20327 (window-max-delta-1, window-resize, window--resize-siblings)
20328 (window--resize-this-window, adjust-window-trailing-edge)
20329 (split-window, balance-windows-1)
20330 (shrink-window-if-larger-than-buffer):
20331 * calendar/calendar.el (calendar-generate-window):
20332 * help.el (resize-temp-buffer-window): Adjust callers accordingly.
20333
20334 2011-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
20335
20336 * eshell/esh-cmd.el (eshell-rewrite-for-command): Don't modify the list
20337 in place (bug#9907).
20338 (eshell-subcommand-arg-values, eshell-rewrite-named-command)
20339 (eshell-rewrite-if-command, eshell-rewrite-for-command)
20340 (eshell-structure-basic-command, eshell-rewrite-while-command)
20341 (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command)
20342 (eshell-parse-subcommand-argument, eshell-parse-lisp-argument)
20343 (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval)
20344 (eshell-do-pipelines-synchronously, eshell-eval-command):
20345 Use backquotes and prefer setq to set.
20346 (eshell-lookup-function, function-p-func, eshell-functionp): Remove.
20347 (eshell-macrop): Use functionp.
20348 (eshell-do-eval): Handle multiple expressions in `while' body.
20349
20350 2011-10-30 Chong Yidong <cyd@gnu.org>
20351
20352 * emulation/viper-cmd.el (viper-exec-change): Use push-mark
20353 instead of set-mark (Bug#9810).
20354
20355 2011-10-30 Chong Yidong <cyd@gnu.org>
20356
20357 * window.el (split-window-below, split-window-right): Rename from
20358 split-window-above-each-other and split-window-side-by-side
20359 respectively. All callers changed.
20360 (split-window-sensibly, split-window-sensibly): Use them.
20361 (split-window-keep-point): Doc fix.
20362
20363 * isearch.el: Add isearch-scroll property to split-window-below
20364 and split-window-right.
20365
20366 * follow.el (follow-mode):
20367 * vc/pcvs-util.el (cvs-pop-to-buffer-same-frame):
20368 * progmodes/ada-xref.el (ada-gdb-application):
20369 * emulation/vip.el (vip-buffer-in-two-windows):
20370 * image-dired.el (image-dired-dired-with-window-configuration):
20371 * dired-x.el (dired-do-find-marked-files):
20372 * dired.el (dired-pop-to-buffer):
20373 * bs.el (bs--show-with-configuration):
20374 * vc/emerge.el (emerge-setup-windows):
20375 * textmodes/two-column.el (2C-two-columns):
20376 * textmodes/reftex-toc.el (reftex-toc):
20377 * progmodes/gdb-mi.el (gdb-setup-windows):
20378 * progmodes/fortran.el (fortran-window-create):
20379 * net/newst-treeview.el (newsticker--treeview-window-init):
20380 * emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode):
20381 * emulation/tpu-edt.el (tpu-gold-map):
20382 * emulation/crisp.el (crisp-mode-map):
20383 * calendar/calendar.el (calendar-basic-setup): Callers changed.
20384
20385 2011-10-29 Chong Yidong <cyd@gnu.org>
20386
20387 * subr.el (y-or-n-p): Add code for batch mode (Bug#9818).
20388
20389 * mouse.el (mouse-yank-primary): Push the mark (Bug#9894).
20390
20391 * textmodes/flyspell.el (flyspell-word): Fix char offset for
20392 forged Ispell output (Bug#7904).
20393
20394 * emacs-lisp/package.el (package-refresh-contents): Add autoload.
20395
20396 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
20397
20398 * doc-view.el: Avoid ugly errors about not finding nil.
20399 (doc-view-ghostscript-program, doc-view-dvipdfm-program)
20400 (doc-view-dvipdf-program, doc-view-unoconv-program)
20401 (doc-view-ps2pdf-program, doc-view-pdftotext-program):
20402 Avoid nil or absolute file name as default value.
20403 (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
20404
20405 2011-10-28 Alan Mackenzie <acm@muc.de>
20406
20407 * progmodes/cc-defs.el (c-version): -> 5.32.2.
20408
20409 2011-10-28 Alan Mackenzie <acm@muc.de>
20410
20411 Amend the handling of c-beginning/end-of-defun in nested declaration
20412 scopes.
20413
20414 * progmodes/cc-vars.el (c-defun-tactic): Move here from
20415 cc-langs.el. Change it to a defcustom.
20416
20417 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
20418 cc-vars.el.
20419
20420 * progmodes/cc-engine.el (c-beginning-of-statement-1):
20421 Prevent "class foo : bar" being spuriously recognized as a label.
20422
20423 * progmodes/cc-cmds.el (c-narrow-to-most-enclosing-decl-block):
20424 Add parameter `inclusive' (to include enclosing braces in the region).
20425 (c-widen-to-enclosing-decl-scope): New function.
20426 (c-while-widening-to-decl-block): New macro.
20427 (c-beginning-of-defun, c-end-of-defun): Change algorithm to keep going
20428 outward for defun boundaries, and correspondingly change symbol
20429 `respect-enclosure' to `go-outward'.
20430 (c-declaration-limits): Change algorithm to report only the "innermost"
20431 defun's boundaries.
20432
20433 2011-10-28 Deniz Dogan <deniz@dogan.se>
20434
20435 * net/rcirc.el (rcirc-mode): Use hard newlines.
20436
20437 2011-10-28 Alan Mackenzie <acm@muc.de>
20438
20439 Amend to indent and fontify macros "which include their own semicolon"
20440 correctly, using the "virtual semicolon" mechanism.
20441
20442 * progmodes/cc-defs.el: Update "virtual semicolon" comments.
20443
20444 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
20445 Recode to scan one line at a time rather than having \n and \r
20446 explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
20447 (c-forward-label): Amend for virtual semicolons.
20448 (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
20449
20450 * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
20451 of the new C macros.
20452
20453 * progmodes/cc-langs.el (c-at-vsemi-p-fn):
20454 (c-vsemi-status-unknown-p-fn): Move to earlier in the file.
20455 (c-opt-cpp-symbol, c-line-comment-start-regexp): New language vars.
20456 (c-opt-cpp-macro-define): Make into a full language variable.
20457 (c-stmt-delim-chars, c-stmt-delim-chars-with-comma): Special value for
20458 AWK Mode (including \n, \r) removed, no longer needed.
20459
20460 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode):
20461 Invoke c-make-macro-with-semi-re.
20462
20463 * progmodes/cc-vars.el (c-macro-with-semi-re):
20464 (c-macro-names-with-semicolon): New variables.
20465 (c-make-macro-with-semi-re): New function.
20466
20467 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
20468
20469 * vc/log-edit.el: Fill empty field rather than adding new one.
20470 (log-edit-add-field): New function.
20471 (log-edit-insert-changelog): Use it.
20472
20473 2011-10-28 Mark Lillibridge <mark.lillibridge@hp.com> (tiny change)
20474
20475 * mail/rmail.el (rmail-mode-map): Add M-C-f as in rmailsum (bug#9802).
20476
20477 2011-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
20478
20479 * progmodes/gdb-mi.el: Warn the user when -i=mi is missing.
20480 (gdb--check-interpreter): New function.
20481 (gdb): Use it.
20482
20483 2011-10-27 Glenn Morris <rgm@gnu.org>
20484
20485 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
20486 (least-positive-float, least-negative-float)
20487 (least-positive-normalized-float, least-negative-normalized-float)
20488 (float-epsilon, float-negative-epsilon):
20489 Remove unnecessary declarations.
20490
20491 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
20492 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
20493 (least-positive-float, least-negative-float)
20494 (least-positive-normalized-float, least-negative-normalized-float)
20495 (float-epsilon, float-negative-epsilon): Add doc-strings,
20496 based on those in cl.texi.
20497
20498 * files.el (set-visited-file-name): If the major-mode changed,
20499 reload the local variables. (Bug#9796)
20500
20501 2011-10-27 Chong Yidong <cyd@gnu.org>
20502
20503 * subr.el (change-major-mode-after-body-hook): New hook.
20504 (run-mode-hooks): Run it.
20505
20506 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
20507 Use change-major-mode-before-body-hook.
20508
20509 * simple.el (fundamental-mode):
20510 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
20511 change introducing fundamental-mode-hook.
20512
20513 2011-10-26 Juanma Barranquero <lekktu@gmail.com>
20514
20515 * term/w32-win.el (w32-default-color-map): Declare obsolete (Bug#9785).
20516
20517 2011-10-26 Michael Albinus <michael.albinus@gmx.de>
20518
20519 * ido.el (ido-file-name-all-completions-1): Do not require
20520 tramp.el explicitly. (Bug#7583)
20521
20522 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
20523
20524 * progmodes/octave-mod.el:
20525 * progmodes/octave-inf.el: Update maintainer.
20526
20527 2011-10-26 Chong Yidong <cyd@gnu.org>
20528
20529 * subr.el (with-wrapper-hook): Rewrite doc.
20530
20531 2011-10-25 Michael Albinus <michael.albinus@gmx.de>
20532
20533 * net/tramp-sh.el (tramp-sh-handle-file-directory-p): Return t for
20534 filenames "/method:foo:". (Bug#9793)
20535
20536 2011-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
20537
20538 * comint.el (comint-get-old-input-default): Fix use-prompt-regexp case
20539 (bug#9865).
20540
20541 2011-10-24 Glenn Morris <rgm@gnu.org>
20542
20543 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
20544
20545 2011-10-24 Michael Albinus <michael.albinus@gmx.de>
20546
20547 * notifications.el: Add the requirement of a running D-Bus session
20548 bus to the Commentary.
20549
20550 2011-10-24 Juri Linkov <juri@jurta.org>
20551
20552 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
20553 `search-whitespace-regexp' only when `isearch-regexp' is non-nil.
20554 (Bug#9364)
20555
20556 2011-10-24 Juri Linkov <juri@jurta.org>
20557
20558 * info.el (Info-following-node-name-re): Add newline to the list
20559 of allowed characters for leading space. (Bug#9824)
20560
20561 2011-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
20562
20563 * progmodes/octave-inf.el (inferior-octave-mode-map):
20564 Fix C-c C-h binding.
20565 * progmodes/octave-mod.el (octave-help): Remove.
20566
20567 2011-10-23 Michael Albinus <michael.albinus@gmx.de>
20568
20569 Sync with Tramp 2.2.3.
20570
20571 * net/tramp-cache.el (top): Pacify byte-compiler using
20572 `init-file-user' and `site-run-file'.
20573
20574 * net/trampver.el: Update release number.
20575
20576 2011-10-23 Chong Yidong <cyd@gnu.org>
20577
20578 * files.el (toggle-read-only): Remove obsolete comment about
20579 version control.
20580
20581 * vc/vc-hooks.el (vc-toggle-read-only): Make it an obsolete alias
20582 for toggle-read-only. Note that this hasn't called vc-next-action
20583 since 2008-05-02, though it wasn't documented at the time.
20584
20585 * vc/ediff-init.el (ediff-toggle-read-only-function):
20586 Use toggle-read-only.
20587
20588 2011-10-22 Alan Mackenzie <bug-cc-mode@gnu.org>
20589
20590 Fix bug #9560, sporadic wrong indentation; improve instrumentation
20591 of c-parse-state.
20592
20593 * progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache):
20594 correct faulty logical expression.
20595 (c-parse-state-state, c-record-parse-state-state):
20596 (c-replay-parse-state-state): New defvar/defuns.
20597 (c-debug-parse-state): Use new functions.
20598
20599 2011-10-22 Martin Rudalics <rudalics@gmx.at>
20600
20601 * mouse.el (mouse-drag-line): Fix minibuffer resizing broken by
20602 last fix. Use window-in-direction correctly.
20603
20604 2011-10-21 Chong Yidong <cyd@gnu.org>
20605
20606 * progmodes/idlwave.el (idlwave-mode):
20607 * progmodes/vera-mode.el (vera-mode): No need to set
20608 require-final-newline; that's done in prog-mode.
20609 Suggested by Stefan Monnier.
20610
20611 2011-10-21 Martin Rudalics <rudalics@gmx.at>
20612
20613 * mouse.el (mouse-drag-window-above)
20614 (mouse-drag-move-window-bottom, mouse-drag-move-window-top)
20615 (mouse-drag-mode-line-1, mouse-drag-header-line)
20616 (mouse-drag-vertical-line-rightward-window): Remove.
20617 (mouse-drag-line): New function.
20618 (mouse-drag-mode-line, mouse-drag-header-line)
20619 (mouse-drag-vertical-line): Call mouse-drag-line.
20620 * window.el (window-at-side-p, windows-at-side): New functions.
20621
20622 2011-10-21 Ulrich Mueller <ulm@gentoo.org>
20623
20624 * tar-mode.el (tar-grind-file-mode):
20625 Fix handling of setuid/setgid, handle sticky bit. (Bug#9817)
20626
20627 2011-10-21 Chong Yidong <cyd@gnu.org>
20628
20629 * progmodes/idlwave.el (idlwave-mode):
20630 * progmodes/vera-mode.el (vera-mode):
20631 Use mode-require-final-newline.
20632
20633 2011-10-20 Glenn Morris <rgm@gnu.org>
20634
20635 * vc/vc.el (vc-next-action): Handle removed directories. (Bug#9781)
20636
20637 2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
20638
20639 * emulation/cua-base.el (cua-set-mark): Fix case of string.
20640
20641 2011-10-20 Chong Yidong <cyd@gnu.org>
20642
20643 * emulation/cua-base.el (cua-mode):
20644 * mail/footnote.el (footnote-mode):
20645 * mail/mailabbrev.el (mail-abbrevs-mode):
20646 * net/xesam.el (xesam-minor-mode):
20647 * progmodes/bug-reference.el (bug-reference-mode):
20648 * progmodes/cap-words.el (capitalized-words-mode):
20649 * progmodes/compile.el (compilation-minor-mode)
20650 (compilation-shell-minor-mode):
20651 * progmodes/gud.el (gud-tooltip-mode):
20652 * progmodes/hideif.el (hide-ifdef-mode):
20653 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
20654 * progmodes/subword.el (subword-mode):
20655 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
20656 * progmodes/which-func.el (which-function-mode):
20657 * term/tvi970.el (tvi970-set-keypad-mode):
20658 * term/vt100.el (vt100-wide-mode):
20659 * textmodes/flyspell.el (flyspell-mode):
20660 * textmodes/ispell.el (ispell-minor-mode):
20661 * textmodes/nroff-mode.el (nroff-electric-mode):
20662 * textmodes/paragraphs.el (use-hard-newlines):
20663 * textmodes/refill.el (refill-mode):
20664 * textmodes/reftex.el (reftex-mode):
20665 * textmodes/rst.el (rst-minor-mode):
20666 * textmodes/sgml-mode.el (html-autoview-mode)
20667 (sgml-electric-tag-pair-mode):
20668 * textmodes/tex-mode.el (latex-electric-env-pair-mode):
20669 * vc/diff-mode.el (diff-auto-refine-mode, diff-minor-mode):
20670 * emulation/crisp.el (crisp-mode):
20671 * emacs-lisp/eldoc.el (eldoc-mode):
20672 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fixes for new
20673 minor mode behavior.
20674
20675 2011-10-19 Juri Linkov <juri@jurta.org>
20676
20677 * descr-text.el (describe-char): Add #x2010 and #x2011 to
20678 the list of hard-coded chars with escape-glyph face.
20679
20680 2011-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
20681
20682 * vc/log-edit.el (log-edit-empty-buffer-p): Ignore empty headers.
20683
20684 2011-10-19 Michael Albinus <michael.albinus@gmx.de>
20685
20686 * net/tramp.el (tramp-connectable-p): Make a stronger check on a
20687 running process.
20688
20689 2011-10-19 Glenn Morris <rgm@gnu.org>
20690
20691 * vc/vc-bzr.el (vc-bzr-after-dir-status):
20692 Ignore ignored files. (Bug#9726)
20693
20694 2011-10-19 Chong Yidong <cyd@gnu.org>
20695
20696 Doc fix for minor modes, stating that an omitted argument enables
20697 the mode unconditionally when called from Lisp.
20698
20699 * abbrev.el (abbrev-mode):
20700 * allout.el (allout-mode):
20701 * autoinsert.el (auto-insert-mode):
20702 * autoarg.el (autoarg-mode, autoarg-kp-mode):
20703 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
20704 (global-auto-revert-mode):
20705 * battery.el (display-battery-mode):
20706 * composite.el (global-auto-composition-mode)
20707 (auto-composition-mode):
20708 * delsel.el (delete-selection-mode):
20709 * desktop.el (desktop-save-mode):
20710 * dired-x.el (dired-omit-mode):
20711 * dirtrack.el (dirtrack-mode):
20712 * doc-view.el (doc-view-minor-mode):
20713 * double.el (double-mode):
20714 * electric.el (electric-indent-mode, electric-pair-mode):
20715 * emacs-lock.el (emacs-lock-mode):
20716 * epa-hook.el (auto-encryption-mode):
20717 * follow.el (follow-mode):
20718 * font-core.el (font-lock-mode):
20719 * frame.el (auto-raise-mode, auto-lower-mode, blink-cursor-mode):
20720 * help.el (temp-buffer-resize-mode):
20721 * hilit-chg.el (highlight-changes-mode)
20722 (highlight-changes-visible-mode):
20723 * hi-lock.el (hi-lock-mode):
20724 * hl-line.el (hl-line-mode, global-hl-line-mode):
20725 * icomplete.el (icomplete-mode):
20726 * ido.el (ido-everywhere):
20727 * image-file.el (auto-image-file-mode):
20728 * image-mode.el (image-minor-mode):
20729 * iswitchb.el (iswitchb-mode):
20730 * jka-cmpr-hook.el (auto-compression-mode):
20731 * linum.el (linum-mode):
20732 * longlines.el (longlines-mode):
20733 * master.el (master-mode):
20734 * mb-depth.el (minibuffer-depth-indicate-mode):
20735 * menu-bar.el (menu-bar-mode):
20736 * minibuf-eldef.el (minibuffer-electric-default-mode):
20737 * mouse-sel.el (mouse-sel-mode):
20738 * msb.el (msb-mode):
20739 * mwheel.el (mouse-wheel-mode):
20740 * outline.el (outline-minor-mode):
20741 * paren.el (show-paren-mode):
20742 * recentf.el (recentf-mode):
20743 * reveal.el (reveal-mode, global-reveal-mode):
20744 * rfn-eshadow.el (file-name-shadow-mode):
20745 * ruler-mode.el (ruler-mode):
20746 * savehist.el (savehist-mode):
20747 * scroll-all.el (scroll-all-mode):
20748 * scroll-bar.el (scroll-bar-mode):
20749 * server.el (server-mode):
20750 * shell.el (shell-dirtrack-mode):
20751 * simple.el (auto-fill-mode, transient-mark-mode)
20752 (visual-line-mode, overwrite-mode, binary-overwrite-mode)
20753 (line-number-mode, column-number-mode, size-indication-mode)
20754 (auto-save-mode, normal-erase-is-backspace-mode, visible-mode):
20755 * strokes.el (strokes-mode):
20756 * time.el (display-time-mode):
20757 * t-mouse.el (gpm-mouse-mode):
20758 * tool-bar.el (tool-bar-mode):
20759 * tooltip.el (tooltip-mode):
20760 * type-break.el (type-break-mode-line-message-mode)
20761 (type-break-query-mode):
20762 * view.el (view-mode):
20763 * whitespace.el (whitespace-mode, whitespace-newline-mode)
20764 (global-whitespace-mode, global-whitespace-newline-mode):
20765 * xt-mouse.el (xterm-mouse-mode): Doc fix.
20766
20767 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
20768 Fix autogenerated docstring.
20769
20770 2011-10-19 Juri Linkov <juri@jurta.org>
20771
20772 * net/browse-url.el (browse-url-can-use-xdg-open): Support LXDE
20773 by checking environment variables "DESKTOP_SESSION" and
20774 "XDG_CURRENT_DESKTOP". (Bug#9779)
20775
20776 2011-10-19 Juri Linkov <juri@jurta.org>
20777
20778 * net/browse-url.el (browse-url-browser-function): Add "Chromium".
20779 (browse-url-chromium-program, browse-url-chromium-arguments):
20780 New defcustoms.
20781 (browse-url-default-browser): Check for `browse-url-chromium' and
20782 call `browse-url-chromium-program'.
20783 (browse-url-chromium): New command. (Bug#9779)
20784
20785 2011-10-18 Juanma Barranquero <lekktu@gmail.com>
20786
20787 * facemenu.el (list-colors-duplicates): On Windows, detect more
20788 duplicates by assuming that only colors matching "^System" are
20789 special "system colors". (Bug#9722)
20790
20791 2011-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20792
20793 * vc/log-edit.el (log-edit): Add "Author:" header to encourage people
20794 to distinguish the author from the committer.
20795
20796 2011-10-18 Michael Albinus <michael.albinus@gmx.de>
20797
20798 * net/tramp.el (tramp-file-name-handler): Load Tramp packages silently.
20799
20800 2011-10-18 Jirka Kosek <jirka@kosek.cz> (tiny change)
20801
20802 * international/mule.el (sgml-html-meta-auto-coding-function):
20803 Add support for detecting encoding in HTML5 specified only as
20804 <meta charset="UTF-8">. Implementation just makes http-equiv and
20805 content-type parts from HTML4 encoding string optional. (Bug#9716)
20806
20807 2011-10-18 Glenn Morris <rgm@gnu.org>
20808
20809 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
20810
20811 2011-10-18 Chong Yidong <cyd@gnu.org>
20812
20813 * faces.el (cursor): Doc fix.
20814
20815 2011-10-17 Chong Yidong <cyd@gnu.org>
20816
20817 * font-lock.el (font-lock-maximum-size): Mark as obsolete.
20818
20819 2011-10-17 Ryan Barrett <emacs@ryanb.org> (tiny change)
20820
20821 * dirtrack.el (dirtrack): Support shell buffers with path
20822 prefixes, e.g. tramp-based remote shells. (Bug#9647)
20823
20824 2011-10-17 Teodor Zlatanov <tzz@lifelogs.com>
20825
20826 * json.el: Bump version to 1.3 and note change in History.
20827 (json-alist-p, json-plist-p): Rewrite to avoid recursion.
20828
20829 2011-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20830
20831 * comint.el (comint-insert-input, comint-send-input)
20832 (comint-get-old-input-default, comint-backward-matching-input)
20833 (comint-next-prompt): Use nil instead of `input' for field property of
20834 past user input (bug#114).
20835
20836 * minibuffer.el (completion--replace): Inherit surrounding properties
20837 (bug#114).
20838 (minibuffer-complete-and-exit): Use it.
20839
20840 * comint.el (comint--table-subvert): Quote the all-completions output
20841 (bug#9160).
20842
20843 2011-10-17 Martin Rudalics <rudalics@gmx.at>
20844
20845 * ido.el (ido-default-buffer-method): Remove redundant :type entry.
20846
20847 * menu-bar.el (menu-bar-file-menu): Add entry for making new
20848 window on right of selected. (Bug#9350) Reword other window
20849 entries and separate them from frame entries.
20850
20851 2011-10-15 Glenn Morris <rgm@gnu.org>
20852
20853 * emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests):
20854 Doc fixes.
20855
20856 2011-10-15 Chong Yidong <cyd@stupidchicken.com>
20857
20858 * net/network-stream.el (network-stream-open-starttls):
20859 Improve detection of failure due to lack of TLS support.
20860
20861 * mail/sendmail.el (sendmail-query-once): Tweak prompt message,
20862 putting the input text in front and in bold.
20863
20864 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
20865
20866 * pcmpl-unix.el (pcomplete/ssh): SSH does allow ganging.
20867
20868 * mpc.el (mpc-songs-jump-to): Don't burp if the user clicks in an
20869 empty buffer.
20870
20871 * mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
20872 unread-command-events rather than pushing yet-another event.
20873
20874 2011-10-14 Eli Zaretskii <eliz@gnu.org>
20875
20876 * mail/sendmail.el (sendmail-query-once): Improve the wording of
20877 the explanation of the possible choices. Make the options passed
20878 to completing-read shorter.
20879
20880 2011-10-13 Agustín Martín Domingo <agustin.martin@hispalinux.es>
20881
20882 * textmodes/flyspell.el (flyspell-large-region): Make sure
20883 extended character mode is used if defined (Bug#1339).
20884
20885 2011-10-13 Eli Zaretskii <eliz@gnu.org>
20886
20887 * simple.el (what-cursor-position): Fix the display of the
20888 character info for LRE, LRO, RLE, and RLO characters by appending
20889 an invisible PDF.
20890
20891 2011-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
20892
20893 * emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
20894 even in case of error; add debug spec; simplify data flow.
20895 (with-timeout-handler): Remove.
20896
20897 2011-10-12 Michael Albinus <michael.albinus@gmx.de>
20898
20899 Fix Bug#6019, Bug#9315.
20900
20901 * files.el (set-auto-mode): Call `file-name-sans-versions' for the
20902 complete `buffer-file-name', the local file name part could look
20903 remotely (for example on VMS).
20904
20905 * net/ange-ftp.el (ange-ftp-run-real-handler): Make it an alias of
20906 `tramp-run-real-handler'.
20907 (ange-ftp-fix-name-for-vms): Handle the case, where `name' is
20908 already quoted by '"'.
20909
20910 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Ignore errors.
20911 Let `file-name-handler-alist' be nil, the local file name part
20912 could look remotely (for example on VMS).
20913
20914 2011-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20915
20916 * textmodes/flyspell.el (flyspell-word): Move with-local-quit
20917 from here...
20918 (flyspell-post-command-hook): ...to here.
20919
20920 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20921
20922 * mail/sendmail.el (send-mail-function): Don't use sendmail-query-once
20923 if not needed.
20924 (sendmail-query-once): Remove OS dependencies. Make it a 3-way choice
20925 using completion. Protect against "slow" callers.
20926 Remove the "message hack".
20927
20928 2011-10-11 Juri Linkov <juri@jurta.org>
20929
20930 * isearch.el (isearch-lazy-highlight-word): New variable.
20931 (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
20932 Use it. (Bug#9727)
20933
20934 2011-10-11 Glenn Morris <rgm@gnu.org>
20935
20936 * progmodes/f90.el (f90-next-statement): Ignore preprocessor lines,
20937 like f90-previous-statement does.
20938
20939 2011-10-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
20940
20941 * eshell/eshell.el (eshell-command): History should be saved
20942 only in interactive use, to avoid error.
20943
20944 2011-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20945
20946 * minibuffer.el (completion-file-name-table): Fix last change,
20947 i.e. ignore normal errors but not the other ones.
20948
20949 2011-10-10 Martin Rudalics <rudalics@gmx.at>
20950
20951 * window.el (special-display-buffer-names)
20952 (special-display-regexps): Remove some remnants of earlier
20953 changes from doc-strings.
20954 (quit-windows-on): New function.
20955
20956 * vc/vc.el (vc-revert, vc-rollback):
20957 * vc/vc-dispatcher.el (vc-finish-logentry): Call quit-windows-on
20958 instead of deleting windows. (Bug#4557) (Bug#5310) (Bug#5556)
20959 (Bug#6183) (Bug#7074) (Bug#7447)
20960
20961 2011-10-09 Martin Rudalics <rudalics@gmx.at>
20962
20963 * window.el (frame-auto-hide-function): Add version tag.
20964 (Bug#9699)
20965
20966 2011-10-09 Michael Albinus <michael.albinus@gmx.de>
20967
20968 * net/tramp.el (tramp-file-name-handler): Add 'debug to the error
20969 condition.
20970
20971 2011-10-09 Leo Liu <sdl.web@gmail.com>
20972
20973 * mail/smtpmail.el (smtpmail-send-data): Add a missing space.
20974 (Bug#9701)
20975
20976 2011-10-08 Glenn Morris <rgm@gnu.org>
20977
20978 * progmodes/f90.el (f90-calculate-indent): Give preprocessor lines
20979 before the first code statement zero indent. (Bug#9690)
20980
20981 2011-10-08 Chong Yidong <cyd@stupidchicken.com>
20982
20983 * simple.el (count-words-region): Always count in the region.
20984 Report the number of lines and characters too.
20985 (count-words): New command, which counts in the buffer if the
20986 region is inactive, as count-words-region used to.
20987 (count-words--message): New function. Handle plurals.
20988 (count-lines-region): Make it an alias for count-words-region.
20989
20990 * bindings.el (esc-map): Replace count-lines-region with
20991 count-words-region.
20992
20993 2011-10-08 Martin Rudalics <rudalics@gmx.at>
20994
20995 * window.el (window--delete): Delete dedicated frame
20996 unconditionally when argument KILL is non-nil. (Bug#9699)
20997 (switch-to-buffer): Fix doc-string typo.
20998
20999 2011-10-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
21000
21001 * eshell/eshell.el (eshell-command): Avoid using hooks.
21002
21003 2011-10-07 Chong Yidong <cyd@stupidchicken.com>
21004
21005 * bindings.el ([M-left], [M-right]): Bind to left-word and
21006 right-word respectively.
21007
21008 2011-10-07 Glenn Morris <rgm@gnu.org>
21009
21010 * cus-start.el (debug-on-quit): Fix custom type.
21011
21012 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
21013
21014 * subr.el (define-key-after): Clarify that the function is not
21015 useful for non-menu keymaps.
21016
21017 * progmodes/gdb-mi.el (gdb): Fix typo in doc string.
21018
21019 2011-10-06 Thierry Volpiatto <thierry.volpiatto@gmail.com>
21020
21021 * eshell/eshell.el (eshell-command): Enable `eshell-mode' only
21022 in current minibuffer (Fix bug with recursive minibuffers).
21023
21024 2011-10-06 Chong Yidong <cyd@stupidchicken.com>
21025
21026 * progmodes/gdb-mi.el (gdb): Doc fix.
21027
21028 2011-10-05 Martin Rudalics <rudalics@gmx.at>
21029
21030 * window.el (frame-auto-hide-function): New option replacing
21031 frame-auto-delete. Suggested by Stefan Monnier.
21032 (window--delete): Call frame-auto-hide-function instead of
21033 investigating frame-auto-delete.
21034 (window-point-1, set-window-point-1): New functions.
21035 (window-in-direction, record-window-buffer, window-state-get-1)
21036 (display-buffer-record-window): Use window-point-1 instead of
21037 window-point.
21038 (set-window-buffer-start-and-point): Use set-window-point-1.
21039
21040 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
21041
21042 * emacs-lisp/edebug.el: Heed checkdoc recommendations.
21043
21044 2011-10-05 Glenn Morris <rgm@gnu.org>
21045
21046 * progmodes/perl-mode.el (perl-electric-terminator): Doc fix.
21047 (perl-calculate-indent): Suppress scan errors. (Bug#2205)
21048
21049 2011-10-05 Leo Liu <sdl.web@gmail.com>
21050
21051 * subr.el (read-char-choice): Fix argument to buffer-live-p which
21052 works with buffer object.
21053
21054 2011-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
21055
21056 * mpc.el (mpc-tool-bar-map): Add labels.
21057
21058 2011-10-04 Glenn Morris <rgm@gnu.org>
21059
21060 * calendar/holidays.el (calendar-check-holidays): Doc fix.
21061
21062 2011-10-04 Martin Rudalics <rudalics@gmx.at>
21063
21064 * window.el (window--delete): New function.
21065 (frame-auto-delete): Resuscitate option.
21066 (bury-buffer, replace-buffer-in-windows)
21067 (quit-window): Rewrite using window--delete.
21068 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
21069 Pass display-buffer-mark-dedicated to window--display-buffer-2
21070 (Bug#9639).
21071
21072 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
21073
21074 * pcmpl-unix.el (pcomplete/scp): Don't assume pcomplete-all-entries
21075 returns a list (bug#9554). Add remote file name completion.
21076 * comint.el (comint--table-subvert): Curry and get quote&unquote
21077 functions as arguments.
21078 (comint--complete-file-name-data): Adjust call accordingly.
21079 * pcomplete.el (pcomplete--table-subvert): Remove.
21080 (pcomplete-completions-at-point): Use comint--table-subvert instead.
21081
21082 * minibuffer.el (completion-table-case-fold): Use currying.
21083 (completion--styles-type, completion--cycling-threshold-type):
21084 New constants.
21085 (completion-styles, completion-category-overrides)
21086 (completion-cycle-threshold): Use them.
21087 * pcomplete.el (pcomplete-completions-at-point): Adjust call to
21088 completion-table-case-fold.
21089
21090 2011-10-03 Stephen Berman <stephen.berman@gmx.net>
21091
21092 * minibuffer.el (completion-category-overrides): Fix type of styles
21093 and add more user friendly tags (bug#9660).
21094
21095 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
21096
21097 * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661).
21098 (mule-input-method-string): New widget.
21099 (default-input-method, language-info-custom-alist): Use it.
21100
21101 2011-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
21102
21103 * pcomplete.el: Require comint.
21104 (pcomplete--common-suffix): Remove.
21105 (pcomplete--common-quoted-suffix): Use comint--common-suffix instead.
21106 (pcomplete--table-subvert): Sync with comint--table-subvert.
21107 (pcomplete--entries): Use comint-completion-file-name-table.
21108 * comint.el (comint-unquote-filename): Simplify.
21109 (comint-completion-file-name-table): New function (bug#9616).
21110 (comint--complete-file-name-data): Use it.
21111
21112 * pcmpl-gnu.el (pcmpl-gnu-with-file-buffer): New macro (bug#9643).
21113 (pcmpl-gnu-tar-buffer): Remove.
21114 (pcmpl-gnu-with-file-buffer): Use it to avoid leaving the tar's buffer
21115 around. Make sure pcomplete-suffix-list is only changed temporarily.
21116 Don't look inside the tar's file if it's too large.
21117
21118 2011-10-01 Chong Yidong <cyd@stupidchicken.com>
21119
21120 * cus-edit.el (custom-mode-map):
21121 * epa.el (epa-key-list-mode-map):
21122 * man.el (Man-mode-map):
21123 * startup.el (splash-screen-keymap):
21124 * simple.el (special-mode-map): Use scroll-up-command and
21125 scroll-down-command.
21126
21127 * progmodes/idlw-help.el (idlwave-help-mode-map):
21128 * progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
21129 * net/newst-plainview.el (newsticker-mode-map):
21130 * emulation/ws-mode.el (wordstar-mode-map):
21131 * emulation/vi.el (vi-com-map):
21132 * calc/calc-graph.el (calc-graph-show-dumb):
21133 * term/sun.el (terminal-init-sun):
21134 * term/ns-win.el (global-map):
21135 * progmodes/grep.el (grep-mode-map):
21136 * progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
21137 * mail/rmail.el (rmail-mode-map):
21138 * progmodes/cpp.el (cpp-edit-mode-map): Likewise.
21139
21140 * custom.el (custom-safe-themes, load-theme): Treat value of t for
21141 custom-safe-themes as special.
21142
21143 2011-10-01 Julien Danjou <julien@danjou.info>
21144
21145 * notifications.el (notifications-notify): Fix docstring.
21146
21147 2011-10-01 Per Starbäck <per@starback.se>
21148
21149 * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643)
21150
21151 2011-09-30 Martin Rudalics <rudalics@gmx.at>
21152
21153 * startup.el (command-line-1): Fix last fix by inserting
21154 initial-scratch-message into *scratch* before displaying it.
21155 (Bug#9605) and (Bug#9636)
21156
21157 2011-09-29 Eli Zaretskii <eliz@gnu.org>
21158
21159 * simple.el (line-move): If auto-hscroll-mode is disabled and the
21160 window is hscrolled, move by logical lines. (Bug#9607)
21161 (line-move-visual): Update the doc string to the above effect.
21162
21163 2011-09-29 Martin Rudalics <rudalics@gmx.at>
21164
21165 * window.el (display-buffer-record-window): When WINDOW is the
21166 selected window use `point' instead of `window-point'. (Bug#9626)
21167
21168 * startup.el (command-line-1): Use insert-before-markers when
21169 inserting initial-scratch-message. (Bug#9605)
21170
21171 * help.el (help-window): Remove variable.
21172
21173 2011-09-29 Glenn Morris <rgm@gnu.org>
21174
21175 * pcmpl-cvs.el (pcomplete/cvs): Add "status" handler.
21176
21177 2011-09-29 Juanma Barranquero <lekktu@gmail.com>
21178
21179 * descr-text.el (describe-char-categories): Accept category
21180 descriptions more than one line long.
21181
21182 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
21183
21184 * simple.el (delete-trailing-whitespace): Fix last change.
21185
21186 * progmodes/perl-mode.el (perl-syntax-propertize-function):
21187 Don't confuse "y => 3" as the beginning of a `y' operation.
21188
21189 * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
21190 object has more than 4 slots (bug#9613).
21191
21192 2011-09-28 Juanma Barranquero <lekktu@gmail.com>
21193
21194 * subr.el (with-output-to-temp-buffer):
21195 * net/quickurl.el (quickurl, quickurl-browse-url):
21196 Fix typos in docstrings.
21197
21198 2011-09-27 Eli Zaretskii <eliz@gnu.org>
21199
21200 * minibuffer.el (completion-styles)
21201 (completion-category-overrides): Cross reference each other in doc
21202 strings.
21203
21204 2011-09-27 Glenn Morris <rgm@gnu.org>
21205
21206 * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
21207 to split-string. (Bug#9606)
21208
21209 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
21210
21211 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
21212 (bug#9615).
21213
21214 2011-09-27 Chong Yidong <cyd@stupidchicken.com>
21215
21216 * emacs-lisp/package.el (list-packages): Fix echo area message.
21217
21218 2011-09-27 Leo Liu <sdl.web@gmail.com>
21219
21220 * ido.el (ido-read-internal): Accept cons cell HIST arg.
21221
21222 2011-09-25 Michael Albinus <michael.albinus@gmx.de>
21223
21224 * net/dbus.el (dbus-unregister-object): Don't release services for
21225 registered signals. (Bug#9581)
21226
21227 2011-09-25 Teodor Zlatanov <tzz@lifelogs.com>
21228
21229 * progmodes/cfengine.el (cfengine-auto-mode): Add convenience
21230 function that picks between cfengine 2 and 3 support
21231 automatically. Update docs accordingly.
21232
21233 2011-09-22 Kenichi Handa <handa@m17n.org>
21234
21235 * language/ind-util.el (indian-tml-base-table): Add TAMIL DIGIT
21236 ZERO.
21237 (indian-itrans-v5-table-for-tamil): New variable.
21238 (indian-tml-itrans-v5-hash): Use the above variable (Bug#9336).
21239
21240 2011-09-22 Ken Manheimer <ken.manheimer@gmail.com>
21241
21242 * allout.el (allout-this-command-hid-stuff): Buffer-local variable
21243 that's true if the current command involved collapsing of text.
21244 It's reset to false at the beginning of the next command.
21245 (allout-post-command-business): Move the cursor to the beginning
21246 of entry if the cursor is hidden and collapsing activity just
21247 happened.
21248
21249 2011-09-24 Chong Yidong <cyd@stupidchicken.com>
21250
21251 * mouse.el (mouse-drag-track): Set scroll-margin to 0 while
21252 tracking (Bug#9541).
21253
21254 2011-09-24 Ulf Jasper <ulf.jasper@web.de>
21255
21256 * net/newst-reader.el (newsticker-html-renderer)
21257 (newsticker-show-news): Automatically load html rendering package
21258 if newsticker-html-renderer is set. Fixes "Warning: defvar ignored
21259 because w3m-fill-column is let-bound" and the error "Symbol's value
21260 as variable is void: w3m-fill-column".
21261
21262 2011-09-24 Michael Albinus <michael.albinus@gmx.de>
21263
21264 * net/dbus.el (dbus-unregister-object): Remove match rule of signals.
21265 Release services only if they are defined. (Bug#9581)
21266
21267 2011-09-23 Richard Stallman <rms@gnu.org>
21268
21269 * textmodes/paragraphs.el (forward-sentence): For backwards case,
21270 distinguish start of paragraph from start of its text.
21271
21272 * mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Autoload.
21273
21274 * mail/rmail.el (rmail-view-buffer-kill-buffer-hook): New function.
21275 (rmail-generate-viewer-buffer): Put that hook on view buffer.
21276 (rmail-mode-kill-buffer-hook): Override that hook, to kill view buffer.
21277
21278 2011-09-23 Andreas Schwab <schwab@linux-m68k.org>
21279
21280 * international/mule-diag.el (mule-diag): Insert a newline after
21281 each fontset description.
21282
21283 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
21284
21285 * simple.el (delete-trailing-whitespace):
21286 Document last change; simplify.
21287
21288 2011-09-23 Peter J. Weisberg <pj@irregularexpressions.net>
21289
21290 * simple.el (delete-trailing-whitespace): Also delete
21291 extra newlines at the end of the buffer.
21292
21293 * textmodes/picture.el: Make motion commands obey shift-select-mode.
21294 (picture-newline): Use forward-line so as to ignore fields.
21295
21296 2011-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
21297
21298 * subr.el (with-wrapper-hook): Fix edebug spec.
21299
21300 2011-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21301
21302 * simple.el (kill-line): Note effect of `show-trailing-whitespace'
21303 (bug#4538).
21304
21305 2011-09-23 Michael Albinus <michael.albinus@gmx.de>
21306
21307 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
21308 Fix nasty bug using wrong cached values.
21309
21310 2011-09-23 Alan Mackenzie <acm@muc.de>
21311
21312 * progmodes/cc-defs.el (c-version): Increase to 5.31.9.
21313
21314 2011-09-23 Chong Yidong <cyd@stupidchicken.com>
21315
21316 * window.el (pop-to-buffer): Ensure right window is selected if we
21317 chose another frame.
21318
21319 2011-09-22 Eli Zaretskii <eliz@gnu.org>
21320
21321 * simple.el (what-cursor-position): Use get-char-property-change
21322 and next-single-char-property-change, to be able to show display
21323 properties that come from overlays as well as text properties.
21324
21325 2011-09-22 Chong Yidong <cyd@stupidchicken.com>
21326
21327 * window.el (pop-to-buffer-same-window): New (reinstated) fun.
21328
21329 * cmuscheme.el (run-scheme, switch-to-scheme):
21330 * cus-edit.el (customize-group, custom-buffer-create)
21331 (customize-browse):
21332 * info.el (info):
21333 * shell.el (shell):
21334 * mail/sendmail.el (mail):
21335 * progmodes/inf-lisp.el (inferior-lisp): Use it (Bug#9532).
21336
21337 2011-09-22 Richard Stallman <rms@gnu.org>
21338
21339 * textmodes/paragraphs.el (forward-sentence): When setting PAR-BEG,
21340 move back only to line beg, don't move back over blank lines.
21341
21342 2011-09-22 Michael Albinus <michael.albinus@gmx.de>
21343
21344 * files.el (copy-directory): Set directory attributes only in case
21345 they could be retrieved from the source directory. (Bug#9565)
21346
21347 2011-09-22 Dima Kogan <dkogan@secretsauce.net> (tiny change)
21348
21349 * progmodes/hideshow.el (hs-looking-at-block-start-p)
21350 (hs-find-block-beginning, hs-hide-level-recursive):
21351 Ignore strings as well as comments. (Bug#9502)
21352
21353 2011-09-22 Andrew Schein <andrew@andrewschein.com> (tiny change)
21354
21355 * progmodes/sql.el (sql-comint-postgres):
21356 Convert port number to a string. (Bug#9566)
21357
21358 2011-09-22 Martin Rudalics <rudalics@gmx.at>
21359
21360 * window.el (quit-window): Undedicate window when switching to
21361 previous buffer. Reported by Thierry Volpiatto
21362 <thierry.volpiatto@gmail.com>.
21363 (special-display-popup-frame): When popping up a new frame reset
21364 its previous buffers to nil. Simplify code.
21365
21366 2011-09-21 Michael Albinus <michael.albinus@gmx.de>
21367
21368 * net/tramp.el (tramp-handle-shell-command): Set process sentinel
21369 and process filter, as done also in `shell-command'.
21370
21371 2011-09-21 Martin Rudalics <rudalics@gmx.at>
21372
21373 * window.el (set-window-buffer-start-and-point):
21374 Call set-window-start with NOFORCE argument t.
21375 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
21376 (quit-window): Reword doc-string. Handle new format of
21377 quit-restore parameter. Don't delete window if it has a
21378 previous buffer we can show instead of the present one.
21379 (display-buffer-record-window): Rewrite using a new format for
21380 the quit-restore window parameter
21381 (special-display-popup-frame, display-buffer-same-window)
21382 (display-buffer-reuse-window, display-buffer-pop-up-frame)
21383 (display-buffer-pop-up-window, display-buffer-use-some-window):
21384 Adapt symbol passed to display-buffer-record-window.
21385 * help.el (help-window-setup): Handle new format of quit-restore
21386 parameter.
21387
21388 2011-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
21389
21390 * faces.el (face-list): Fix docstring (bug#9564).
21391
21392 * window.el (display-buffer--action-function-custom-type):
21393 Don't include internal functions in the Custom interface.
21394
21395 2011-09-20 Juri Linkov <juri@jurta.org>
21396
21397 * info.el (Info-history-skip-intermediate-nodes): New defcustom.
21398 (Info-forward-node, Info-backward-node, Info-next-preorder)
21399 (Info-last-preorder): Use it. (Bug#9528)
21400
21401 2011-09-20 Juri Linkov <juri@jurta.org>
21402
21403 * info.el (Info-last-preorder): Visit last menu item only when
21404 `Info-scroll-prefer-subnodes' is non-nil (third test-case of bug#9528).
21405
21406 2011-09-20 Julien Danjou <julien@danjou.info>
21407
21408 * password-cache.el (password-cache-remove): Remove entries even if the
21409 value is nil, so that password with a nil value (negative caching) is
21410 possible to invalidate.
21411
21412 2011-09-20 Lawrence Mitchell <wence@gmx.li>
21413
21414 * progmodes/f90.el (f90-break-line): If breaking inside comment delete
21415 all whitespace around breakpoint. (Bug#9553)
21416 (f90-find-breakpoint): Only break at whitespace inside a comment.
21417
21418 2011-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
21419
21420 * minibuffer.el (completion-file-name-table): Keep track of errors.
21421 (completion-table-with-predicate): Handle the case where pred1 is nil.
21422 * pcomplete.el (pcomplete-completions-at-point): Simplify.
21423
21424 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21425
21426 * emacs-lisp/debug.el (debugger-args): Give it a docstring.
21427 (debugger-return-value): Signal an error if the debugging context does
21428 not await any return value.
21429
21430 * ps-mule.el (ps-mule-plot-string): Don't inf-loop (bug#5108).
21431 * image-mode.el (image-toggle-display-text)
21432 (image-toggle-display-image): Stay away from evil `intangible'.
21433
21434 2011-09-19 Leo Liu <sdl.web@gmail.com>
21435
21436 * replace.el (occur-revert-arguments): Make it permanent-local.
21437 (occur-mode): Don't call font-lock-defontify.
21438
21439 2011-09-19 Chong Yidong <cyd@stupidchicken.com>
21440
21441 * net/ldap.el (ldap-search-internal): Don't push empty search
21442 result (Bug#9508).
21443
21444 2011-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21445
21446 * whitespace.el (whitespace-newline-mode): Disable it right (bug#9550).
21447
21448 2011-09-19 Michael Albinus <michael.albinus@gmx.de>
21449
21450 * net/tramp-sh.el (tramp-inline-compress-commands): Add "xz".
21451 Suggested by Liam Stitt <stittl@cuug.ab.ca>.
21452
21453 2011-09-18 Juri Linkov <juri@jurta.org>
21454
21455 * buff-menu.el (Buffer-menu-mode-map):
21456 * dired.el (dired-mode-map):
21457 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map)
21458 (lisp-interaction-mode-map):
21459 * emacs-lisp/package.el (package-menu-mode-map):
21460 * epa.el (epa-key-list-mode-map):
21461 * menu-bar.el (menu-bar-showhide-tool-bar-menu)
21462 (menu-bar-options-menu):
21463 * outline.el (outline-mode-menu-bar-map):
21464 * vc/vc-bzr.el (vc-bzr-shelve-menu-map, vc-bzr-extra-menu-map):
21465 * vc/vc-dir.el (vc-dir-menu-map):
21466 * vc/vc-git.el (vc-git-stash-menu-map, vc-git-extra-menu-map):
21467 Capitalize non-function content words in menu item strings.
21468
21469 * dired.el (dired-mode-map): Add menu item for
21470 `image-dired-dired-toggle-marked-thumbs'.
21471
21472 2011-09-18 Juri Linkov <juri@jurta.org>
21473
21474 * isearch.el (isearch-edit-string): Bind `isearch-new-case-fold'
21475 to `isearch-case-fold-search' and restore its original value
21476 after the `isearch-mode' call.
21477
21478 2011-09-18 Juri Linkov <juri@jurta.org>
21479
21480 * progmodes/grep.el (grep-process-setup): Don't check code for 1
21481 because `zgrep' returns 1 for successful matches (bug#9226).
21482
21483 2011-09-18 Juri Linkov <juri@jurta.org>
21484
21485 * info.el (Info-extract-menu-node-name): Check the second match
21486 for empty string (second test-case of bug#9528).
21487 (Info-last-preorder): Let-bind `Info-history' to nil to not add
21488 intermediate nodes to the history (first test-case of bug#9528).
21489
21490 2011-09-18 Juri Linkov <juri@jurta.org>
21491
21492 * info.el (Info-mode-syntax-table): New variable.
21493 (Info-mode): Set `:syntax-table' to `Info-mode-syntax-table' (bug#3312).
21494
21495 2011-09-18 Juri Linkov <juri@jurta.org>
21496
21497 * info.el (Info-file-supports-index-cookies):
21498 Increment line-beginning-position's arg from 3 to 4 because makeinfo
21499 outputs one more line for long file names (bug#4142).
21500
21501 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
21502
21503 * newcomment.el (comment-normalize-vars): If prompting for
21504 comment-start, set comment-start-skip too (Bug#8424).
21505
21506 2011-09-18 Johan Bockgård <bojohan@gnu.org>
21507
21508 * icomplete.el: Fix previous fix of Bug#5849.
21509 (icomplete-mode): Don't set completion-show-inline-help.
21510 (icomplete-minibuffer-setup): Set completion-show-inline-help
21511 locally during icompletion.
21512
21513 2011-09-18 Chong Yidong <cyd@stupidchicken.com>
21514
21515 * woman.el (woman2-process-escapes): Don't delete unrecognized
21516 escapes (Bug#7843).
21517
21518 * files.el (inhibit-first-line-modes-regexps): Add image files.
21519 (hack-local-variables-prop-line): Return nil for malformed
21520 prop-lines (Bug#9044).
21521
21522 2011-09-18 Michael Albinus <michael.albinus@gmx.de>
21523
21524 * net/tramp.el (top): Don't require 'shell.
21525 (tramp-methods): Fix docstring.
21526 (tramp-get-remote-tmpdir): New defun, moved from tramp-sh.el.
21527 Return complete remote file name. Handle "smb" case.
21528 Use `tramp-tmpdir', if defined for the respective method.
21529 (tramp-make-tramp-temp-file): Adapt call of `tramp-get-remote-tmpdir'.
21530
21531 * net/tramp-compat.el (top): Require 'shell.
21532
21533 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
21534 (tramp-maybe-open-connection): Use `tramp-file-name-real-host' for
21535 `tramp-current-host'.
21536 (tramp-get-remote-tmpdir): Remove.
21537
21538 * net/tramp-smb.el (tramp-methods): Add `tramp-remote-shell' and
21539 `tramp-tmpdir' entries.
21540 (tramp-smb-errors): Add "NT_STATUS_IMAGE_ALREADY_LOADED".
21541 (tramp-smb-handle-file-attributes): Ignore errors.
21542 (tramp-smb-wait-for-output): Check also for process end.
21543
21544 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21545
21546 * mail/smtpmail.el (smtpmail-via-smtp): Ignore errors that arise
21547 when sending QUIT (bug#9312).
21548
21549 2011-09-17 Chong Yidong <cyd@stupidchicken.com>
21550
21551 * replace.el (occur-mode-map): Rebind occur-edit-mode to "e" (Bug#8463).
21552 (occur-edit-mode-map): Bind C-c C-c to occur-cease-edit and C-o to
21553 occur-mode-display-occurrence.
21554 (occur-edit-mode): Add usage message.
21555 (occur-cease-edit): New command.
21556 (occur-after-change-function): Use text properties to find the
21557 position of the prefix text.
21558 (occur-engine): Set stickiness of prefix text properties.
21559
21560 2011-09-17 Glenn Morris <rgm@gnu.org>
21561
21562 * progmodes/etags.el (complete-tag):
21563 Fix call to completion-in-region. (Bug#9526)
21564
21565 2011-09-17 Juri Linkov <juri@jurta.org>
21566
21567 * textmodes/ispell.el (ispell-word): Add to the error message
21568 the word, ispell program name and current dictionary (bug#9121).
21569 (ispell-tex-arg-end): Capitalize "error" in the error message.
21570
21571 2011-09-17 Andreas Schwab <schwab@linux-m68k.org>
21572
21573 * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
21574 check. (Bug#4251)
21575
21576 2011-09-17 Juri Linkov <juri@jurta.org>
21577
21578 * window.el (window-safe-min-height, window-safe-min-width):
21579 Fix typos (followup to bug#9522).
21580
21581 2011-09-17 Sven Joachim <svenjoac@gmx.de>
21582
21583 * window.el (window-min-width, window-state-put): Fix typos (bug#9522).
21584
21585 2011-09-16 Eli Zaretskii <eliz@gnu.org>
21586
21587 * simple.el (line-move): If goal-column is set, move by logical
21588 lines, not by display lines. (Bug#971)
21589 (next-line, previous-line, goal-column, line-move-visual): Doc fix
21590 to reflect the above change.
21591
21592 2011-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
21593
21594 * image.el (imagemagick-register-types): Use regexp-opt.
21595
21596 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
21597
21598 * window.el (display-buffer-base-action): Rename from
21599 display-buffer-default-action. Make default value empty.
21600 (display-buffer-overriding-action): Convert to defvar.
21601 (display-buffer-fallback-action): New var.
21602
21603 2011-09-15 Chong Yidong <cyd@stupidchicken.com>
21604
21605 * emacs-lisp/package.el (package-alist): Fix risky-local-variable
21606 declaration.
21607 (package--add-to-archive-contents): If there is a duplicate entry
21608 with an older version, remove it.
21609 (package-menu-mark-delete, package-menu-mark-install)
21610 (package-menu-mark-unmark): Make unused args optional.
21611 (package-menu-mark-obsolete-for-deletion):
21612 Use package-menu-get-status instead of a regexp search.
21613 (package-menu-get-status): Use tabulated-list-entry.
21614 (package-menu-mark-upgrades): New command.
21615 (package-menu-mode-map): Bind it to U. Add it to menu bar.
21616 (package-menu-execute): Do installation before deletion.
21617 (package-menu-refresh, package-menu-execute): Use derived-mode-p
21618 instead of checking major-mode.
21619 (package-menu--find-upgrades): New function.
21620
21621 2011-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21622
21623 * mail/smtpmail.el (smtpmail-send-command): Don't include AUTH
21624 passwords in the log buffer.
21625 (smtpmail-process-filter): Update the process marker so that the
21626 "broken by peer" status message is inserted in the right place.
21627
21628 2011-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
21629
21630 * textmodes/bibtex.el (bibtex-complete-string-cleanup)
21631 (bibtex-complete-crossref-cleanup): Adjust to accommodate needs of
21632 bibtex-completion-at-point-function.
21633 (bibtex-completion-at-point-function): Use them.
21634
21635 * newcomment.el (comment-add, comment-valid-prefix-p): Docfix.
21636
21637 * mpc.el (mpc-constraints-tag-lookup): New function.
21638 (mpc-constraints-restore): Use it to make jumping to "album=Foo" apply
21639 also to browser "album|playlist".
21640
21641 2011-09-14 Juri Linkov <juri@jurta.org>
21642
21643 * isearch.el (isearch-fail-pos): Add new arg `msg'. Doc fix.
21644 (isearch-edit-string): Use length of `isearch-string' when
21645 `isearch-fail-pos' returns nil.
21646 (isearch-message): Remove duplicate code and call
21647 `isearch-fail-pos' with arg `t'.
21648
21649 2011-09-14 Chong Yidong <cyd@stupidchicken.com>
21650
21651 * replace.el (occur-mode-goto-occurrence): Don't force using other
21652 window (Bug#9499).
21653
21654 * dired-aux.el (dired-do-chmod): Don't provide initial input.
21655
21656 2011-09-14 Martin Rudalics <rudalics@gmx.at>
21657
21658 * window.el (display-buffer-window): Remove.
21659 (display-buffer-record-window): Use help-setup window parameter
21660 instead of variable display-buffer-window.
21661 (display-buffer-function, special-display-buffer-names)
21662 (special-display-function): Mention help-setup parameter instead
21663 of display-buffer-window in doc-string.
21664 * help.el (help-window-setup): New argument help-window.
21665 Use help-window-setup parameter instead of display-buffer-window.
21666 Reword some messages.
21667 (with-help-window): Pass window used for displaying the buffer
21668 to help-window-setup. Don't set display-buffer-window.
21669
21670 2011-09-13 Glenn Morris <rgm@gnu.org>
21671
21672 * emacs-lisp/debug.el (debugger-make-xrefs):
21673 Preserve point. (Bug#9462)
21674
21675 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
21676
21677 * window.el (window-deletable-p): Use next-frame.
21678
21679 2011-09-13 Martin Rudalics <rudalics@gmx.at>
21680
21681 * window.el (window-auto-delete): Remove.
21682 (window-deletable-p): Remove argument FORCE. Don't deal with
21683 dedication and previous buffers.
21684 (switch-to-prev-buffer): Don't delete window.
21685 (delete-windows-on): Delete a window's frame if and only if the
21686 window is dedicated.
21687 (replace-buffer-in-windows): Delete buffer's window or frame if
21688 and only if window is dedicated.
21689 (quit-window): Handle quit-restore as before last change.
21690 (bury-buffer): Delete window only if window-deletable-p returns t.
21691
21692 2011-09-13 Chong Yidong <cyd@stupidchicken.com>
21693
21694 * window.el (window-deletable-p): Never delete the last frame on a
21695 given terminal.
21696
21697 2011-09-13 Glenn Morris <rgm@gnu.org>
21698
21699 * help.el (describe-key-briefly): Copy previous standard-output change.
21700
21701 2011-09-13 PJ Weisberg <pj@irregularexpressions.net>
21702
21703 * help.el (where-is): Respect non-standard standard-output. (Bug#9030)
21704
21705 2011-09-13 Glenn Morris <rgm@gnu.org>
21706
21707 * emacs-lisp/lisp-mode.el (lisp-indent-function):
21708 * progmodes/scheme.el (scheme-indent-function): Doc fixes.
21709
21710 2011-09-12 Chong Yidong <cyd@stupidchicken.com>
21711
21712 * dired-aux.el (dired-mark-read-string): Don't return default
21713 value on empty input (Bug#9361).
21714 (dired-do-chxxx): Treat empty input for "touch" as no -t option.
21715 Omit initial minibuffer contents.
21716 (dired-do-chmod): Signal an error on empty input.
21717 (dired-mark-read-string): Don't return default on empty input.
21718
21719 * files.el (file-modes-symbolic-to-number): Doc fix.
21720
21721 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21722
21723 * international/mule-cmds.el (ucs-completions): Remove.
21724 (read-char-by-name): Use complete-with-action instead; add metadata.
21725
21726 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
21727
21728 * window.el (display-buffer--action-function-custom-type)
21729 (display-buffer--action-custom-type): New vars.
21730 (display-buffer-alist, display-buffer-default-action)
21731 (display-buffer-overriding-action): Add defcustom types.
21732
21733 * frame.el (delete-other-frames): Doc fix (Bug#276).
21734
21735 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21736
21737 * play/doctor.el (make-doctor-variables): Define `doctor-sent'.
21738
21739 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
21740
21741 Change modes that used same-window-* vars to use switch-to-buffer.
21742
21743 * progmodes/gdb-mi.el (gdb-restore-windows, gdb-setup-windows):
21744 Use switch-to-buffer.
21745
21746 * cus-edit.el (customize-group, custom-buffer-create)
21747 (customize-browse, custom-buffer-create-other-window):
21748 Use switch-to-buffer or switch-to-buffer-other-window.
21749
21750 * info.el (info, Info-find-node, Info-revert-find-node, Info-next)
21751 (Info-prev, Info-up, Info-speedbar-goto-node)
21752 (info-display-manual): Use switch-to-buffer.
21753 (Info-speedbar-goto-node): Use switch-to-buffer-other-frame.
21754
21755 * mail/sendmail.el (mail): Use switch-to-buffer.
21756 (mail-recover): Use switch-to-buffer-other-window.
21757
21758 * cmuscheme.el (run-scheme, switch-to-scheme):
21759 * ielm.el (ielm):
21760 * shell.el (shell):
21761 * net/rlogin.el (rlogin):
21762 * net/telnet.el (telnet, rsh):
21763 * progmodes/inf-lisp.el (inferior-lisp): Use switch-to-buffer.
21764
21765 2011-09-11 Andreas Schwab <schwab@linux-m68k.org>
21766
21767 * dired.el (dired-sort-toggle-or-edit): Revert last changes.
21768
21769 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
21770
21771 * dired.el (dired-sort-toggle-or-edit): -o doesn't exist on *BSD,
21772 so don't mention it (bug#9301).
21773 (dired-sort-toggle-or-edit): Clarify string further.
21774
21775 * faces.el (face-spec-set-match-display): Make `(type graphic)'
21776 match `x', `w32' and `ns', like the manual says (bug#9029).
21777
21778 * subr.el (eval-after-load): Doc string clarification (bug#9125).
21779 (process-kill-buffer-query-function): Mention the buffer name in
21780 the query.
21781
21782 * image-mode.el (image-next-line): The line parameter is mandatory
21783 (bug#9258).
21784
21785 * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
21786 which can be useful (bug#9301).
21787
21788 * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
21789
21790 * subr.el (match-string): Mention that the current buffer should
21791 be the same as the search was done in (bug#9282).
21792
21793 * facemenu.el: Disable the remove-* commands if the mark isn't
21794 active (bug#9162).
21795
21796 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
21797
21798 * buff-menu.el (Buffer-menu-switch-other-window): Use second arg
21799 of display-buffer.
21800 (Buffer-menu-2-window): Use switch-to-buffer-other-window.
21801
21802 * replace.el (occur-mode-goto-occurrence)
21803 (occur-mode-display-occurrence) Use second arg of pop-to-buffer
21804 and display-buffer.
21805
21806 * mail/reporter.el (reporter-submit-bug-report): Use second arg of
21807 display-buffer.
21808
21809 * mail/sendmail.el (sendmail-user-agent-compose): Don't bind the
21810 special-display and same-window variables.
21811 (mail-other-window): Use switch-to-buffer-other-window.
21812 (mail-other-frame): USe switch-to-buffer-other-frame.
21813
21814 * progmodes/gdb-mi.el (gdb-frame-gdb-buffer):
21815 Use display-buffer-other-frame.
21816 (gdb-display-gdb-buffer): Use pop-to-buffer.
21817
21818 * progmodes/gud.el (gud-goto-info): Use info-other-window.
21819
21820 * progmodes/python.el: Don't set same-window-buffer-names.
21821
21822 * textmodes/bibtex.el (bibtex-search-entry): Use switch-to-buffer.
21823
21824 * window.el (display-buffer-alist): Add *Python*.
21825
21826 2011-09-10 Chong Yidong <cyd@stupidchicken.com>
21827
21828 * window.el (display-buffer-alist): Add entry for buffers
21829 previously handled same-window-*.
21830 (display-buffer-alist, display-buffer-default-action)
21831 (display-buffer-overriding-action): Mark as risky.
21832 (display-buffer-alist): Document action function changes.
21833 (display-buffer--same-window-action)
21834 (display-buffer--other-frame-action): New variables.
21835 (switch-to-buffer, display-buffer-other-frame): Use them.
21836 (display-buffer): Rename reuse-frame entry to reusable-frames.
21837 (display-buffer-reuse-selected-window): Function deleted.
21838 (display-buffer-reuse-window): Handle reusable-frames alist entry.
21839 If it's omitted, check pop-up-frames/display-buffer-reuse-frames.
21840 (display-buffer-special): New function.
21841 (display-buffer--maybe-pop-up-frame-or-window): Rename from
21842 display-buffer-reuse-or-pop-window. Split off special-display
21843 part into display-buffer-special.
21844 (display-buffer-use-some-window): Don't perform any special
21845 pop-up-frames handling.
21846 (pop-to-buffer): Use window-normalize-buffer-to-switch-to.
21847 (display-buffer--maybe-same-window): Rename from
21848 display-buffer-maybe-same-window.
21849
21850 * info.el: Don't set same-window-regexps.
21851 (info-setup): New function.
21852 (info-other-window, info): Call it.
21853
21854 * cus-edit.el: Don't set same-window-regexps.
21855 (customize-group): New argument.
21856 (customize-group-other-window): Use it.
21857 (customize-face, customize-face-other-window): Likewise.
21858 (custom-buffer-create-other-window): Use pop-to-buffer directly.
21859
21860 * net/rlogin.el:
21861 * net/telnet.el:
21862 * progmodes/gud.el: Don't set same-window-regexps.
21863
21864 * cmuscheme.el:
21865 * ielm.el:
21866 * shell.el:
21867 * mail/sendmail.el:
21868 * progmodes/inf-lisp.el: Don't set same-window-buffer-names.
21869
21870 2011-09-10 Juri Linkov <juri@jurta.org>
21871
21872 * isearch.el (isearch-edit-string): Remove obsolete mention of
21873 `C-w' (`isearch-yank-word-or-char') from docstring.
21874 (isearch-query-replace): Fix typo in docstring (bug#9466).
21875
21876 2011-09-10 Juri Linkov <juri@jurta.org>
21877
21878 * paren.el (show-paren-function): Don't show escaped parens.
21879 Let-bind `unescaped' to `t' when paren is not escaped. (Bug#9461)
21880
21881 2011-09-10 Eli Zaretskii <eliz@gnu.org>
21882
21883 * mail/sendmail.el (mml-to-mime, mml-attach-file)
21884 (mm-default-file-encoding): Remove autoload forms, they are
21885 replaced with autoload cookies in mml.el and mm-encode.el.
21886 (mail-add-attachment): New command.
21887 (mail-mode-map): Add a menu-bar item for mail-add-attachment.
21888 (mail-mode): Mention mail-insert-file and mail-add-attachment in
21889 the doc string.
21890 (mml-to-mime, mml-attach-file, mm-default-file-encoding): Declare.
21891
21892 2011-09-10 Reuben Thomas <rrt@sc3d.org>
21893
21894 * simple.el (count-words-region): Use buffer if there's no region
21895 (bug#9429).
21896
21897 2011-09-09 Juri Linkov <juri@jurta.org>
21898
21899 * wdired.el (wdired-change-to-wdired-mode): Set buffer-local
21900 `isearch-filter-predicate' to `wdired-isearch-filter-read-only'.
21901 (wdired-isearch-filter-read-only): New function. (Bug#6362)
21902
21903 2011-09-09 Alan Mackenzie <acm@muc.de>
21904
21905 * progmodes/cc-mode.el (awk-mode): Prevent `define-derived-mode'
21906 spuriously generating `awk-mode-syntax-table'. (Bug #9448).
21907
21908 2011-09-09 Eli Zaretskii <eliz@gnu.org>
21909
21910 Fix for Savannah bug#9392.
21911 * simple.el (mail-encode-mml): New defvar.
21912
21913 * mail/rmail.el (mail-encode-mml): Add a defvar.
21914 (rmail-enable-mime-composing): Default to t.
21915 (rmail-forward): Use MIME method of forwarding only if both
21916 rmail-enable-mime-composing and rmail-enable-mime are non-nil.
21917 Set mail-encode-mml non-nil if the MIME method was used.
21918
21919 * mail/sendmail.el (mml-to-mime): Add autoload form.
21920 (mail-encode-mml): Add a defvar.
21921 (mail-mode): Make mail-encode-mml buffer-local and initialize it
21922 to nil.
21923 (mail-send): If mail-encode-mml is non-nil, run the outgoing
21924 message through mml-to-mime, and reset mail-encode-mml to nil.
21925
21926 2011-09-09 Glenn Morris <rgm@gnu.org>
21927
21928 * woman.el (woman-if-body): When processing an .el block,
21929 do not delete the next .el block as well. (Bug#9447)
21930 (woman-special-characters): Add oq, cq, and hy characters.
21931
21932 2011-09-08 Martin Rudalics <rudalics@gmx.at>
21933
21934 * window.el (window-deletable-p): Make sure window is live before
21935 invoking window-prev-buffers.
21936
21937 2011-09-08 Leo Liu <sdl.web@gmail.com>
21938
21939 * net/rcirc.el (rcirc-cmd-invite): New rcirc command. (Bug#9453)
21940
21941 2011-09-08 Juri Linkov <juri@jurta.org>
21942
21943 * progmodes/compile.el (compilation-environment): Make it
21944 a defcustom (bug#8340).
21945
21946 2011-09-08 Martin Rudalics <rudalics@gmx.at>
21947
21948 * window.el (frame-auto-delete): Rename to window-auto-delete.
21949 Make it control auto-deletion of windows and/or frames.
21950 (window-deletable-p): New argument FORCE. Rewrite conditions
21951 for deleting window/frame. (Bug#9419)
21952 (switch-to-prev-buffer, replace-buffer-in-windows, quit-window):
21953 Rewrite handling of case when window/frame can be deleted.
21954 (delete-windows-on): Call window-deletable-p with new FORCE
21955 argument t. (Bug#9456)
21956
21957 2011-09-07 Chong Yidong <cyd@stupidchicken.com>
21958
21959 * help-mode.el (help-mode): Restore autoload.
21960
21961 2011-09-07 Juri Linkov <juri@jurta.org>
21962
21963 * progmodes/compile.el (compilation-start): Let-bind `thisenv' to
21964 `compilation-environment'. Set buffer-local
21965 `compilation-environment' to `thisenv' later after (funcall mode).
21966 (Bug#8340)
21967
21968 * vc/vc-git.el (vc-git-grep): Remove --no-color. (Bug#9408)
21969 (vc-git-grep): Prepend "PAGER=" to `compilation-environment'
21970 instead of replacing its value. (Bug#8340)
21971
21972 2011-09-07 Juri Linkov <juri@jurta.org>
21973
21974 * progmodes/grep.el (grep-regexp-alist): Calculate column positions
21975 based on text properties put by `grep-filter' instead of matching
21976 escape sequences.
21977 (grep-mode): Set buffer-local `compilation-error-screen-columns'
21978 to the value of `grep-error-screen-columns' (bug#9438).
21979
21980 2011-09-07 Juri Linkov <juri@jurta.org>
21981
21982 * simple.el (next-error-highlight, next-error-highlight-no-select):
21983 Doc fix (bug#9432).
21984
21985 2011-09-07 OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com> (tiny change)
21986
21987 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
21988 Check for null c-opt-block-decls-with-vars-key. (Bug#9443)
21989
21990 2011-09-07 Leo Liu <sdl.web@gmail.com>
21991
21992 * net/rcirc.el (rcirc-mode): Conditionally initialize
21993 rcirc-input-ring.
21994
21995 2011-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
21996
21997 * emacs-lisp/find-func.el (find-function-C-source): Only set
21998 find-function-C-source-directory after checking that we found a source
21999 file there (bug#9440).
22000
22001 2011-09-06 Alan Mackenzie <acm@muc.de>
22002
22003 * isearch.el (isearch-other-meta-char): Wherever a key list is
22004 unread, "unread" the prefix arg, too. This fixes bug #8901.
22005
22006 2011-09-05 Oleksandr Gavenko <gavenkoa@gmail.com> (tiny change)
22007
22008 * progmodes/grep.el (rgrep): Add "-type d" (bug#9414).
22009
22010 2011-09-05 Juri Linkov <juri@jurta.org>
22011
22012 * progmodes/grep.el (grep-process-setup): Fix comments (bug#8084).
22013
22014 2011-09-05 Juri Linkov <juri@jurta.org>
22015
22016 * progmodes/grep.el (grep-filter): Avoid incomplete processing by
22017 keeping point where processing of grep matches begins, and
22018 continue to delete remaining escape sequences from the same point.
22019 (grep-filter): Make leading zero optional in "0?1;31m" because
22020 git-grep emits "\033[1;31m" escape sequences unlike expected
22021 "\033[01;31m" as GNU Grep does (bug#9408).
22022 (grep-process-setup): Replace obsolete "ml=" with newer "sl=".
22023
22024 2011-09-05 Juri Linkov <juri@jurta.org>
22025
22026 * subr.el (y-or-n-p): Capitalize "yes".
22027
22028 2011-09-04 Michael Albinus <michael.albinus@gmx.de>
22029
22030 * net/tramp.el (top): Require 'shell. Use `tramp-unload-hook' but
22031 `tramp-cache-unload-hook' where appropriate.
22032 (tramp-methods): Rename `tramp-remote-sh' to
22033 `tramp-remote-shell'. Add `tramp-remote-shell-args'.
22034 (tramp-handle-shell-command): New defun, moved from tramp-sh.el.
22035
22036 * net/tramp-sh.el (top): Don't require 'shell.
22037 (tramp-methods): Add `tramp-remote-shell' and
22038 `tramp-remote-shell-args' entries.
22039 (tramp-sh-file-name-handler-alist): Use `tramp-handle-shell-command'.
22040 (tramp-sh-handle-shell-command): Remove.
22041 (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22042 Use `tramp-remote-shell'.
22043
22044 2011-09-03 Chong Yidong <cyd@stupidchicken.com>
22045
22046 * mail/sendmail.el (sendmail-query-once-function): Delete.
22047 (sendmail-query-once): Save directly to send-mail-function.
22048 Update message-send-mail-function too.
22049
22050 * mail/smtpmail.el (smtpmail-try-auth-methods): Clarify prompt.
22051
22052 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
22053
22054 * progmodes/python.el (python-mode-map): Use correct function to
22055 start python interpreter from menu-bar (as reported by Geert
22056 Kloosterman).
22057 (inferior-python-mode-map): Fix typo.
22058 (python-shell-map): Remove.
22059
22060 2011-09-03 Deniz Dogan <deniz@dogan.se>
22061
22062 * net/rcirc.el (rcirc-print): Simplify code for
22063 rcirc-scroll-show-maximum-output. There is no need to walk
22064 through all windows to find the right one.
22065
22066 2011-09-03 Christoph Scholtes <cschol2112@googlemail.com>
22067
22068 * help.el (help-return-method): Doc fix.
22069
22070 2011-09-03 Martin Rudalics <rudalics@gmx.at>
22071
22072 * window.el (window-deletable-p): Don't return a non-nil value
22073 when there's a buffer that was shown in the window before.
22074 (Bug#9419)
22075 (display-buffer-pop-up-frame, display-buffer-pop-up-window):
22076 Set window's previous buffers to nil.
22077
22078 2011-09-03 Eli Zaretskii <eliz@gnu.org>
22079
22080 * mail/rmailmm.el (rmail-mime-insert-tagline): Insert an extra
22081 newline before and after the tag line, so it doesn't interfere
22082 with determining the paragraph direction of bidirectional text.
22083
22084 2011-09-03 Leo Liu <sdl.web@gmail.com>
22085
22086 * files.el (find-file-not-true-dirname-list): Remove. (Bug#9422)
22087
22088 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
22089
22090 * window.el (pop-to-buffer-1, pop-to-buffer-same-window): Delete.
22091 (pop-to-buffer): Change interactive spec. Pass second argument
22092 directly to display-buffer.
22093 (display-buffer): Fix interactive spec. Use functionp to
22094 distinguish between a function and a list of functions.
22095
22096 * abbrev.el (edit-abbrevs):
22097 * arc-mode.el (archive-extract):
22098 * autoinsert.el (auto-insert):
22099 * bookmark.el (bookmark-bmenu-list):
22100 * files.el (find-file):
22101 * view.el (view-buffer):
22102 * progmodes/compile.el (compilation-goto-locus):
22103 * textmodes/bibtex.el (bibtex-initialize): Use switch-to-buffer.
22104
22105 2011-09-02 Chong Yidong <cyd@stupidchicken.com>
22106
22107 * window.el (display-buffer-alist): Doc fix.
22108 (display-buffer): Add docstring. Don't treat
22109 display-buffer-default specially.
22110 (display-buffer-reuse-selected-window)
22111 (display-buffer-same-window, display-buffer-maybe-same-window)
22112 (display-buffer-reuse-window, display-buffer-pop-up-frame)
22113 (display-buffer-pop-up-window)
22114 (display-buffer-reuse-or-pop-window)
22115 (display-buffer-use-some-window): New functions.
22116 (display-buffer-default-action): Use them.
22117 (display-buffer-default): Delete.
22118 (pop-to-buffer-1): Fix choice of actions.
22119
22120 2011-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
22121
22122 * minibuffer.el (completion--insert-strings): Don't get confused by
22123 completion entries that end with an LF char.
22124
22125 2011-09-01 Eli Zaretskii <eliz@gnu.org>
22126
22127 * window.el (frame-auto-delete, window-deletable-p): Doc fix.
22128
22129 2011-09-01 Chong Yidong <cyd@stupidchicken.com>
22130
22131 * window.el (display-buffer): Restore interactive spec.
22132 (display-buffer-same-window, display-buffer-other-window):
22133 New functions.
22134 (pop-to-buffer-1): New function. Use the above.
22135 (pop-to-buffer, pop-to-buffer-same-window): Use it.
22136 (pop-to-buffer-other-window, pop-to-buffer-other-frame): Delete.
22137
22138 * view.el (view-buffer-other-window, view-buffer-other-frame):
22139 Just use pop-to-buffer.
22140
22141 2011-09-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
22142
22143 * vc/vc-rcs.el (vc-rcs-responsible-p): Handle directories. (Bug#9391)
22144
22145 2011-09-01 Wilfred Hughes <wilfred@potatolondon.com> (tiny change)
22146
22147 * vc/vc-git.el (vc-git-grep): Use --no-color. (Bug#9408)
22148
22149 2011-08-31 Richard Stallman <rms@gnu.org>
22150
22151 * mail/rmail.el (rmail-epa-decrypt): Rewrite to take account
22152 of the separation of rmail-view-buffer from rmail-buffer.
22153 If you say no to "replace original", the decrypt is in the
22154 view buffer. If you say yes, the decrypt goes into the
22155 rmail buffer also.
22156
22157 2011-08-31 Martin Rudalics <rudalics@gmx.at>
22158
22159 * window.el (display-buffer-window): Rewrite doc-string.
22160 (display-buffer-record-window): New function.
22161 (display-buffer-macro-specifiers)
22162 (display-buffer-even-window-sizes, display-buffer-set-height)
22163 (display-buffer-set-width, display-buffer-in-window)
22164 (display-buffer-reuse-window, display-buffer-split-specifiers)
22165 (display-buffer-side-specifiers, display-buffer-split-window-1)
22166 (display-buffer-split-window, display-buffer-split-atom-window)
22167 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
22168 (display-buffer-pop-up-side-window, display-buffer-in-side-window)
22169 (display-buffer-other-window-means-other-frame)
22170 (display-buffer-normalize-special)
22171 (display-buffer-normalize-default)
22172 (display-buffer-normalize-argument)
22173 (display-buffer-normalize-alist-1, display-buffer-normalize-alist)
22174 (display-buffer-normalize-specifiers, display-buffer-frame)
22175 (display-buffer-same-window, display-buffer-same-frame)
22176 (display-buffer-other-window)
22177 (display-buffer-same-frame-other-window)
22178 (display-buffer-other-frame, pop-to-buffer-same-window)
22179 (pop-to-buffer-same-frame, pop-to-buffer-other-window)
22180 (pop-to-buffer-same-frame-other-window, pop-to-buffer-other-frame)
22181 (switch-to-buffer-same-frame)
22182 (switch-to-buffer-other-window-same-frame)
22183 (display-buffer-alist-of-strings-p, display-buffer-alist-add)
22184 (display-buffer-alist-set-1, display-buffer-alist-set-2)
22185 (display-buffer-alist-set): Remove.
22186 (display-buffer-function, special-display-buffer-names)
22187 (special-display-regexps, special-display-function):
22188 In doc-string refer to display-buffer-window and quit-restore
22189 parameter.
22190 (pop-up-frame-alist, pop-up-frame-function, special-display-p)
22191 (special-display-frame-alist, special-display-popup-frame)
22192 (same-window-buffer-names, same-window-regexps, same-window-p)
22193 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
22194 (split-window-preferred-function, split-height-threshold)
22195 (split-width-threshold, window-splittable-p)
22196 (split-window-sensibly, window--try-to-split-window)
22197 (window--frame-usable-p, even-window-heights)
22198 (window--even-window-heights, window--display-buffer-1)
22199 (window--display-buffer-2, display-buffer-other-frame):
22200 Restore old Emacs 23 code, order and doc-strings where applicable.
22201 (display-buffer-default, display-buffer-assq-regexp): New functions.
22202 (display-buffer-alist): Rewrite doc-string.
22203 (display-buffer-default-action)
22204 (display-buffer-overriding-action): New variables.
22205 (display-buffer, switch-to-buffer): Rewrite.
22206 (pop-to-buffer): Restore Emacs 23 behavior but use
22207 window-normalize-buffer-to-display.
22208 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
22209 Restore Emacs 23 behavior but use
22210 window-normalize-buffer-to-switch-to.
22211 (pop-to-buffer-same-window): Rewrite.
22212 (pop-to-buffer-other-window, pop-to-buffer-other-frame):
22213 Rewrite using Emacs 23 options.
22214
22215 2011-08-31 Michael Albinus <michael.albinus@gmx.de>
22216
22217 * net/tramp.el (tramp-root-regexp): Remove.
22218 (tramp-completion-file-name-regexp-unified)
22219 (tramp-completion-file-name-regexp-separate)
22220 (tramp-completion-file-name-regexp-url): Don't use leading volume
22221 letter on w32 systems. (Bug#5303, Bug#9311)
22222 (tramp-drop-volume-letter): Simplify definition.
22223 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
22224
22225 2011-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
22226
22227 * subr.el (event-modifiers): Fix "missing modifier" part of docstring
22228 (bug#9356).
22229
22230 2011-08-30 Reuben Thomas <rrt@sc3d.org> (tiny change)
22231
22232 * vc/pcvs-defs.el (cvs-find-file-and-jump): Docstring typo (bug#9369).
22233
22234 2011-08-29 Juri Linkov <juri@jurta.org>
22235
22236 * isearch.el (isearch-done): Don't display message "Mark saved"
22237 when arg `edit' is non-nil to prevent its flicker in the echo area.
22238
22239 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
22240
22241 * emacs-lisp/package.el (package-menu-mark-delete): Allow marking
22242 obsolete packages for deletion.
22243
22244 2011-08-28 Christoph Scholtes <cschol2112@googlemail.com>
22245
22246 * help-mode.el (help-mode-map): Add special-mode-map to parent.
22247 (help-mode): Derive help-mode from special-mode. Don't invoke
22248 view-mode from help-mode.
22249 (help-xref-override-view-map): Remove.
22250 (help-make-xrefs): Remove minor-mode-overriding-map-alist since
22251 view-mode is not used anymore.
22252
22253 2011-08-28 Chong Yidong <cyd@stupidchicken.com>
22254
22255 * server.el (server-port): Doc fix.
22256
22257 * cus-theme.el (custom-theme-choose-mode): Inherit from
22258 special-mode (Bug#9124).
22259 (custom-theme-choose-mode-map): Add special-mode to parent.
22260
22261 2011-08-28 Alan Mackenzie <acm@muc.de>
22262
22263 * progmodes/cc-fonts.el
22264 (c-make-font-lock-BO-decl-search-function): New function.
22265 (c-basic-matchers-after - "Fontify the clauses after various
22266 keywords"): Extract the three keyword lists for the 3 erroneous
22267 constructs from the list of four, and use the new function above
22268 in place of an old one.
22269
22270 2011-08-28 Deniz Dogan <deniz@dogan.se>
22271
22272 * net/rcirc.el (rcirc-insert-prev-input)
22273 (rcirc-insert-next-input): Remove unused argument.
22274
22275 2011-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
22276
22277 * shell.el (shell-parse-pcomplete-arguments): Unquote args (bug#9160).
22278
22279 2011-08-27 Alan Mackenzie <acm@muc.de>
22280
22281 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it
22282 handle function pointer parameters properly.
22283
22284 2011-08-27 Martin Rudalics <rudalics@gmx.at>
22285
22286 * window.el (display-buffer-reuse-window): Fix case where
22287 selected window was reused with non-nil OTHER-WINDOW argument.
22288 (Bug#9381)
22289
22290 2011-08-27 Deniz Dogan <deniz@dogan.se>
22291
22292 * net/rcirc.el (rcirc-check-auth-status): Adding support for
22293 oftc's NickServ messages.
22294
22295 2011-08-27 Glenn Morris <rgm@gnu.org>
22296
22297 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
22298
22299 2011-08-26 Chong Yidong <cyd@stupidchicken.com>
22300
22301 * emacs-lisp/package.el (package-install): Call package-initialize
22302 if called interactively.
22303
22304 2011-08-26 Leo Liu <sdl.web@gmail.com>
22305
22306 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
22307
22308 2011-08-25 Juri Linkov <juri@jurta.org>
22309
22310 * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to
22311 `search-whitespace-regexp' (bug#9364).
22312
22313 2011-08-25 Juri Linkov <juri@jurta.org>
22314
22315 * isearch.el (isearch-edit-string): Let-bind `search-ring' and
22316 `regexp-search-ring' to their global values to protect from
22317 updating by `read-from-minibuffer' (bug#9185).
22318
22319 2011-08-25 Juri Linkov <juri@jurta.org>
22320
22321 * textmodes/ispell.el (ispell-command-loop): Add newline
22322 at the end of the "Use option `i'..." line.
22323
22324 2011-08-25 Juri Linkov <juri@jurta.org>
22325
22326 * battery.el (display-battery-mode): If `battery-status-function'
22327 or `battery-mode-line-format' is nil, display the message and set
22328 `display-battery-mode' to nil (bug#9363).
22329
22330 2011-08-25 Eli Zaretskii <eliz@gnu.org>
22331
22332 * buff-menu.el (Buffer-menu-buffer+size): Remove calls to
22333 bidi-string-mark-left-to-right; they are unnecessary now.
22334
22335 2011-08-25 Deniz Dogan <deniz@dogan.se>
22336
22337 * net/quickurl.el: Documentation typo fixes.
22338
22339 2011-08-25 Chong Yidong <cyd@stupidchicken.com>
22340
22341 * window.el (bury-buffer, quit-window): Use bury-buffer-internal.
22342
22343 2011-08-25 Glenn Morris <rgm@gnu.org>
22344
22345 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
22346
22347 * mail/smtpmail.el (smtpmail-smtp-user): Add version: tag.
22348 (smtpmail-via-smtp): Handle nil response from smtp.
22349
22350 2011-08-24 Juri Linkov <juri@jurta.org>
22351
22352 * proced.el (proced-marked): Inherit from `error' instead of
22353 `font-lock-warning-face'.
22354
22355 * ibuffer.el (ibuffer-marked-face): Change default face from
22356 `font-lock-warning-face' to `warning'.
22357 (ibuffer-deletion-face): Change default face from
22358 `font-lock-type-face' to `error'.
22359
22360 * battery.el (battery-update): Use the face `error' instead of
22361 `font-lock-warning-face' (bug#6117).
22362
22363 2011-08-24 Juri Linkov <juri@jurta.org>
22364
22365 * faces.el (success): Change face color from "Green3" to
22366 "ForestGreen" on light background (bug#9353).
22367
22368 2011-08-24 Chong Yidong <cyd@stupidchicken.com>
22369
22370 * window.el (quit-window): Rename from quit-restore-window.
22371 Use same arglist as old quit-window.
22372 (frame-auto-delete): Doc fix.
22373
22374 * view.el (view-mode-exit): Use quit-window.
22375
22376 2011-08-24 Juri Linkov <juri@jurta.org>
22377
22378 * isearch.el (isearch-ring-adjust1): Start visiting previous
22379 search strings from the index 0 (-1 + 1) instead of 1 (0 + 1).
22380 (isearch-repeat, isearch-edit-string): Call `isearch-ring-adjust1'
22381 for empty search string (when the last search string is reused
22382 automatically) to adjust the isearch ring to the last element and
22383 prepare the correct index for further M-p commands (bug#9185).
22384
22385 2011-08-24 Kenichi Handa <handa@m17n.org>
22386
22387 * international/ucs-normalize.el: If decomposition property of
22388 CHAR is the default one (i.e. a list of CHAR itself), treat it as
22389 nil.
22390 (nfd, nfkd): Likewise.
22391
22392 2011-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
22393
22394 * mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signals
22395 from process filters aren't reliably transmitted to the surrounding
22396 accept-process-output.
22397 (mpc-proc-check): New function.
22398 (mpc-proc-sync): Use it (bug#8293)
22399
22400 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
22401
22402 * emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
22403 Add compatibility functions (bug#9313).
22404
22405 2011-08-23 Eli Zaretskii <eliz@gnu.org>
22406
22407 * cus-start.el (all): Add entry for bidi-paragraph-direction.
22408
22409 * international/uni-bidi.el: Regenerate.
22410
22411 2011-08-23 Kenichi Handa <handa@m17n.org>
22412
22413 * international/charprop.el:
22414 * international/uni-bidi.el:
22415 * international/uni-category.el:
22416 * international/uni-combining.el:
22417 * international/uni-comment.el:
22418 * international/uni-decimal.el:
22419 * international/uni-decomposition.el:
22420 * international/uni-digit.el:
22421 * international/uni-lowercase.el:
22422 * international/uni-mirrored.el:
22423 * international/uni-name.el:
22424 * international/uni-numeric.el:
22425 * international/uni-old-name.el:
22426 * international/uni-titlecase.el:
22427 * international/uni-uppercase.el: Regenerate.
22428
22429 2011-08-23 Martin Rudalics <rudalics@gmx.at>
22430
22431 * help.el (help-window-setup): Fix message displayed when other
22432 window is reused. (Bug#9341)
22433
22434 2011-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
22435
22436 * shell.el (shell-completion-vars): Set pcomplete-arg-quote-list.
22437 * pcomplete.el (pcomplete-quote-argument): Fix thinko (bug#9161).
22438
22439 * pcomplete.el (pcomplete-parse-comint-arguments): Fix inf-loop.
22440 Mark obsolete.
22441 * shell.el (shell-parse-pcomplete-arguments): New function.
22442 (shell-completion-vars): Use it instead (bug#9160).
22443
22444 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22445
22446 * progmodes/sh-script.el (sh-maybe-here-document): Disable magic in
22447 strings and comments (bug#9333).
22448
22449 * emacs-lisp/debug.el (debug-arglist): New function.
22450 (debug-convert-byte-code): Use it. Handle lexical byte-codes.
22451 (debug-on-entry-1): Handle interpreted closures (bug#9120).
22452
22453 2011-08-22 Juri Linkov <juri@jurta.org>
22454
22455 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22456 Revert regexp that highlights output switches to its old
22457 pre-2010-10-28 value and remove one `?' from it (bug#9319).
22458
22459 * progmodes/grep.el (grep-process-setup): Use `buffer-modified-p'
22460 to check for empty output (bug#9226).
22461
22462 2011-08-22 Chong Yidong <cyd@stupidchicken.com>
22463
22464 * progmodes/scheme.el (scheme-mode-syntax-table): Don't use
22465 symbol-constituent as the default, as that stops font-lock from
22466 working properly (Bug#8843).
22467
22468 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22469
22470 * mail/smtpmail.el (smtpmail-via-smtp): Only bind
22471 `coding-system-for-*' around the process open call to avoid
22472 auth-source side effects.
22473 (smtpmail-try-auth-methods): Expand the secret password.
22474 (smtpmail-query-smtp-server): Allow `quit'-ing out in case the
22475 probe hangs.
22476
22477 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
22478
22479 * term.el (term-mouse-paste): Yank primary selection (Bug#6845).
22480
22481 * emacs-lisp/find-func.el (find-function-noselect): New arg
22482 lisp-only.
22483
22484 * emacs-lisp/edebug.el (edebug-instrument-function): Use it to
22485 signal an error for built-in functions (Bug#6664).
22486
22487 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22488
22489 * mail/smtpmail.el (smtpmail-smtp-user): New variable.
22490 (smtpmail-try-auth-methods): Use it.
22491
22492 2011-08-21 Chong Yidong <cyd@stupidchicken.com>
22493
22494 * font-lock.el (font-lock-fontify-region)
22495 (font-lock-unfontify-region, font-lock-default-fontify-buffer)
22496 (font-lock-default-unfontify-buffer)
22497 (font-lock-default-fontify-region)
22498 (font-lock-default-unfontify-region): Add docstrings (Bug#8624).
22499
22500 * progmodes/compile.el (compilation-error-properties):
22501 Fix confusion between file struct and message struct (Bug#9319).
22502 (compilation-error-regexp-alist-alist): Fix 2011-05-09 change to
22503 `ant' regexp.
22504
22505 * net/browse-url.el (browse-url-firefox): Don't call
22506 browse-url-firefox-sentinel unless using -remote (Bug#9328).
22507
22508 2011-08-20 Glenn Morris <rgm@gnu.org>
22509
22510 * tutorial.el (help-with-tutorial): Avoid an error on short screens.
22511
22512 * tutorial.el (tutorial--default-keys): Update some default bindings.
22513
22514 * files.el (hack-local-variables): Fully ignore case for "mode:".
22515
22516 2011-08-20 Alan Mackenzie <acm@muc.de>
22517
22518 Resolve invalid use of a regexp in regexp-opt.
22519
22520 * progmodes/cc-fonts.el (c-complex-decl-matchers): Add in special
22521 detection for a java annotation.
22522
22523 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Add in special
22524 detection for a java annotation.
22525
22526 * progmodes/cc-langs.el (c-prefix-spec-kwds-re): Remove the special
22527 handling for java.
22528 (c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".
22529
22530 2011-08-20 Chong Yidong <cyd@stupidchicken.com>
22531
22532 * startup.el (normal-top-level-add-subdirs-to-load-path): Doc fix
22533 (Bug#9274).
22534
22535 2011-08-20 Alan Mackenzie <acm@muc.de>
22536
22537 Fontify CPP expressions correctly when starting in the middle of
22538 such a construct. Mainly for when jit-lock etc. starts a chunk
22539 here.
22540
22541 * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
22542 variable.
22543 (c-make-font-lock-search-form): New function, extracted from
22544 c-make-font-lock-search-function.
22545 (c-make-font-lock-search-function): Use the above function.
22546 (c-make-font-lock-context-search-function): New function.
22547 (c-cpp-matchers): Enhance the preprocessor expression case with
22548 the above function
22549 (c-font-lock-complex-decl-prepare): Test for being in a CPP form
22550 which takes an expression.
22551
22552 * progmodes/cc-langs.el (c-cpp-expr-intro-re): New lang-variable.
22553
22554 2011-08-20 Martin Rudalics <rudalics@gmx.at>
22555
22556 * window.el (display-buffer-reuse-window)
22557 (display-buffer-pop-up-window): Don't reuse or split a side
22558 window.
22559
22560 2011-08-19 Glenn Morris <rgm@gnu.org>
22561
22562 * files.el (hack-local-variables-prop-line, hack-local-variables):
22563 Downcase "Mode:". (Bug#9331)
22564
22565 2011-08-18 Chong Yidong <cyd@stupidchicken.com>
22566
22567 * international/characters.el: Add L and R categories.
22568
22569 * subr.el (bidi-string-mark-left-to-right): Rename from
22570 string-mark-left-to-right. Use category search.
22571
22572 * buff-menu.el (Buffer-menu-buffer+size): Callers changed.
22573
22574 2011-08-18 Juri Linkov <juri@jurta.org>
22575
22576 * faces.el (error, warning, success): New faces with definitions
22577 copied from old default values of `font-lock-warning-face',
22578 `compilation-warning', `compilation-info' (bug#6117).
22579
22580 * font-lock.el (font-lock-warning-face): Inherit from `error'.
22581
22582 * progmodes/compile.el (compilation-error): Inherit from `error'.
22583 (compilation-warning): Inherit from `warning'.
22584 (compilation-info): Inherit from `success'.
22585
22586 * dired.el (dired-marked): Inherit from `warning'.
22587 (dired-flagged): Inherit from `error'.
22588
22589 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
22590
22591 * mail/smtpmail.el (auth-source): Require to avoid problems with
22592 binding variables (bug#9298). Also clean up some unused
22593 autoloads.
22594
22595 * net/network-stream.el (network-stream-open-starttls):
22596 Support using starttls.el without using gnutls-cli.
22597
22598 2011-08-17 Juri Linkov <juri@jurta.org>
22599
22600 * progmodes/grep.el (rgrep): Handle the case when
22601 `grep-find-command' is a cons cell (bug#9278).
22602
22603 2011-08-17 Martin Rudalics <rudalics@gmx.at>
22604
22605 * window.el (display-buffer-pop-up-frame): Run frame creation
22606 function with BUFFER current (as special-display-popup-frame
22607 does). Reported by Drew Adams.
22608
22609 2011-08-17 Daiki Ueno <ueno@unixuser.org>
22610
22611 * epa-mail.el: Simplify GnuPG group expansion using
22612 epg-expand-group.
22613 (epa-mail-group-alist, epa-mail-group-modtime)
22614 (epa-mail-gnupg-conf-file, epa-mail-parse-groups)
22615 (epa-mail-sync-groups, epa-mail-expand-recipient-1)
22616 (epa-mail-expand-recipients-2, epa-mail-expand-recipients):
22617 Remove.
22618
22619 2011-08-16 Feng Li <fengli@gmail.com> (tiny change)
22620
22621 * calc/calc-ext.el (math-defintegral-2): Remove nested backquote.
22622
22623 2011-08-16 Alan Mackenzie <acm@muc.de>
22624
22625 * progmodes/cc-engine.el (c-state-cache-non-literal-place):
22626 Correct, to avoid the inside of macros.
22627
22628 2011-08-16 Richard Stallman <rms@gnu.org>
22629
22630 * epa-mail.el: Handle GnuPG group definitions.
22631 (epa-mail-group-alist, epa-mail-group-modtime)
22632 (epa-mail-gnupg-conf-file): New variables.
22633 (epa-mail-parse-groups, epa-mail-sync-groups)
22634 (epa-mail-expand-recipient-1, epa-mail-expand-recipients-2)
22635 (epa-mail-expand-recipients): New functions.
22636 (epa-mail-encrypt): Call epa-mail-expand-recipients.
22637
22638 * mail/rmail.el (rmail-epa-decrypt): New command.
22639
22640 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
22641 Don't bind buffer-read-only, just inhibit-read-only.
22642 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.
22643 (epa-decrypt-armor-in-region): Make error message clearer.
22644
22645 2011-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
22646
22647 * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
22648 and "a2b" to "ab" for `prefix'.
22649
22650 2011-08-14 Chong Yidong <cyd@stupidchicken.com>
22651
22652 * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting
22653 filter groups.
22654 (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël
22655 Fourquet (Bug#8804).
22656
22657 2011-08-12 Juanma Barranquero <lekktu@gmail.com>
22658
22659 * startup.el (argi): Declare as global variable (bug#9275).
22660
22661 2011-08-12 Chong Yidong <cyd@stupidchicken.com>
22662
22663 * subr.el (string-mark-left-to-right): Search the entire string
22664 for RTL script, not just the terminating character. Doc fix.
22665
22666 2011-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
22667
22668 * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp):
22669 New function.
22670 (js--regexp-literal, js-syntax-propertize-function): Remove.
22671 (js-mode): Use js-syntax-propertize to handle multilines (bug#9183).
22672 (js-mode-map): Don't rebind electric keys.
22673 (js-insert-and-indent): Remove.
22674 (js-mode): Setup electric-layout and electric-indent instead.
22675
22676 * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280).
22677
22678 2011-08-12 Daiki Ueno <ueno@unixuser.org>
22679
22680 * epa.el (epa-progress-callback-function): Fix the logic of
22681 displaying progress.
22682 * epa-file.el (epa-file-insert-file-contents): Make progress
22683 display more user-friendly.
22684 (epa-file-write-region): Ditto.
22685
22686 2011-08-10 Chong Yidong <cyd@stupidchicken.com>
22687
22688 * subr.el (string-mark-left-to-right): New function.
22689
22690 * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
22691 Use string-mark-left-to-right.
22692 (list-buffers-noselect): Caller changed.
22693
22694 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
22695 Use string-mark-left-to-right.
22696 (tabulated-list-print): Recenter after moving point.
22697
22698 2011-08-10 Juri Linkov <juri@jurta.org>
22699
22700 * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
22701 This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
22702 intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
22703
22704 2011-08-09 Chong Yidong <cyd@stupidchicken.com>
22705
22706 * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
22707 (Bug#7554).
22708
22709 2011-08-09 Andreas Schwab <schwab@linux-m68k.org>
22710
22711 * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
22712 character. (Bug#6594)
22713
22714 2011-08-08 Chong Yidong <cyd@stupidchicken.com>
22715
22716 * image-dired.el: Don't use find-file for temporary work (Bug#7895).
22717 (image-dired--with-db-file): New macro.
22718 (image-dired-write-tags, image-dired-remove-tag)
22719 (image-dired-create-gallery-lists, image-dired-write-comments)
22720 (image-dired-get-comment, image-dired-mark-tagged-files)
22721 (image-dired-list-tags, image-dired-gallery-generate): Use it.
22722 (image-dired-gallery-generate): Use insert-file-contents.
22723
22724 * time.el (display-time-world-list, display-time-world-display):
22725 * time-stamp.el (time-stamp-string):
22726 * vc/add-log.el (add-change-log-entry): Use setenv instead of
22727 set-time-zone-rule (Bug#7337).
22728
22729 2011-08-08 Daiki Ueno <ueno@unixuser.org>
22730
22731 * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
22732 (epg-error-to-string, epg-errors-to-string): New function.
22733 (epg-wait-for-completion): Reverse errors list.
22734 (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
22735 (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
22736 (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
22737 (epg-sign-keys, epg-generate-key-from-file)
22738 (epg-generate-key-from-string): Format errors by using
22739 epg-errors-to-string (bug#9255).
22740 (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
22741
22742 2011-08-07 Juri Linkov <juri@jurta.org>
22743
22744 * faces.el (list-faces-display): Remove extra angle bracket
22745 from `help-mode-map'.
22746
22747 * info.el (Info-history-toc-nodes): Doc fix.
22748
22749 * longlines.el (longlines-mode): Doc fix.
22750
22751 2011-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
22752
22753 * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
22754 of statements and in a few more cases (bug#9183).
22755
22756 * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
22757 New functions.
22758 (cl-transform-lambda): Use them (bug#9239).
22759
22760 2011-08-05 Martin Rudalics <rudalics@gmx.at>
22761
22762 * window.el (display-buffer-same-window)
22763 (display-buffer-same-frame, display-buffer-other-window)
22764 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
22765 (pop-to-buffer-other-window)
22766 (pop-to-buffer-same-frame-other-window)
22767 (pop-to-buffer-other-frame): Make them defuns.
22768 (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
22769
22770 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
22771
22772 * subr.el (make-composed-keymap): Move from C. Change calling
22773 convention, and improve docstring to bring attention to a subtle point.
22774 * minibuffer.el (completing-read-default): Adjust accordingly.
22775
22776 2011-08-03 Michael Albinus <michael.albinus@gmx.de>
22777
22778 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
22779 (tramp-open-shell): Use `tramp-shell-quote-argument'.
22780
22781 * net/trampver.el: Update release number.
22782
22783 2011-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
22784
22785 * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
22786 "in" (bug#9190).
22787
22788 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
22789
22790 * mail/sendmail.el (sendmail-query-once): Restore the current
22791 buffer after querying (bug#9074).
22792
22793 * dired.el (dired-flagged): Use different faces for marked and
22794 flagged files (bug#6117).
22795
22796 * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
22797 (bug#4433).
22798
22799 * ido.el (ido-mode): Switch off the message if called
22800 non-interactively.
22801
22802 * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
22803 before 587, since it appears that that's more likely to work for
22804 more people.
22805
22806 * cus-edit.el (custom-file): When running under emacs -q, always
22807 refuse to save the customizations, even if the .emacs file doesn't
22808 exist.
22809
22810 * info.el: Remove the `Info-beginning-of-buffer' function
22811 (bug#8325).
22812
22813 * net/network-stream.el (network-stream-open-starttls):
22814 Use `starttls-available-p' to see whether starttls.el can be used.
22815
22816 2011-08-01 Martin Rudalics <rudalics@gmx.at>
22817
22818 * window.el (display-buffer-in-window): Don't set dedicated status
22819 of window here (Bug#9215).
22820 (display-buffer-pop-up-window, display-buffer-pop-up-frame)
22821 (display-buffer-pop-up-side-window)
22822 (display-buffer-in-side-window): Set dedicated status of window here.
22823
22824 2011-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
22825
22826 * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
22827 before binding generated-autoload-file.
22828
22829 2011-08-01 Deniz Dogan <deniz@dogan.se>
22830
22831 * net/rcirc.el (rcirc-handler-333): Clarify docstring.
22832
22833 2011-07-30 Michael Albinus <michael.albinus@gmx.de>
22834
22835 Sync with Tramp 2.2.2.
22836
22837 * net/trampver.el: Update release number.
22838
22839 2011-07-30 Juri Linkov <juri@jurta.org>
22840
22841 * dired-aux.el (dired-touch-initial): Remove function.
22842 (dired-do-chxxx): For op-symbol `touch', set `initial' to the
22843 current time, and `default' to the last modification time of the
22844 current marked file (bug#6887).
22845
22846 2011-07-28 Jose E. Marchesi <jemarch@gnu.org>
22847
22848 * simple.el (goto-line): Use string-to-number to provide a
22849 numeric argument to read-number (bug#9163).
22850
22851 2011-07-27 Michael Albinus <michael.albinus@gmx.de>
22852
22853 * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
22854 connection process, it could be nil.
22855
22856 2011-07-27 Leo Liu <sdl.web@gmail.com>
22857
22858 Simplify url handling in rcirc-mode.
22859
22860 * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
22861 (rcirc-browse-url-at-mouse): Remove.
22862 * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
22863
22864 2011-07-26 Alan Mackenzie <acm@muc.de>
22865
22866 Fontify bitfield declarations properly.
22867
22868 * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
22869 (c-symbol-chars): Now exported as a lang variable.
22870 (c-not-primitive-type-keywords): New lang variable.
22871
22872 * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
22873 QT keyword "more" to prevent "more slots: ...." being spuriously
22874 parsed as a bitfield declaration.
22875
22876 * progmodes/cc-engine.el (c-beginning-of-statement-1):
22877 Refactor and enhance to handle bitfield declarations.
22878 (c-punctuation-in): New function.
22879 (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
22880 declarations properly.
22881
22882 2011-07-26 Ulf Jasper <ulf.jasper@web.de>
22883
22884 * calendar/icalendar.el (icalendar--all-events): Take care of
22885 multiple vcalendars in a single file.
22886 (icalendar--convert-float-to-ical): Checkdoc fixes.
22887
22888 2011-07-25 Deniz Dogan <deniz@dogan.se>
22889
22890 * image.el (insert-image): Clarifying docstring.
22891
22892 2011-07-24 Michael Albinus <michael.albinus@gmx.de>
22893
22894 * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
22895 `tramp-send-command-and-check' if there is no error.
22896 (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
22897
22898 2011-07-22 Alan Mackenzie <acm@muc.de>
22899
22900 Prevent cc-langs.elc being loaded at run time.
22901
22902 * progmodes/cc-mode.el: Remove two autoload forms which loaded
22903 cc-langs.
22904
22905 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
22906 "(require 'cc-langs)". Quote a form so it will evaluate at
22907 (cc-mode's) compilation time.
22908
22909 2011-07-22 Michael Albinus <michael.albinus@gmx.de>
22910
22911 * net/tramp.el (tramp-file-name-handler): Avoid recursive
22912 loading. (Bug#9114)
22913
22914 2011-07-21 Martin Rudalics <rudalics@gmx.at>
22915
22916 * window.el (display-buffer-pop-up-window)
22917 (display-buffer-pop-up-side-window)
22918 (display-buffer-in-side-window): Call display-buffer-set-height
22919 and display-buffer-set-width after setting the new window's
22920 buffer so `fit-window-to-buffer' and friends work on the right buffer.
22921
22922 2011-07-20 Sam Steingold <sds@gnu.org>
22923
22924 * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
22925 (etags-tags-included-tables): Call `convert-standard-filename' on
22926 the file names contained in TAGS so that windows Emacs can handle
22927 TAGS files created by cygwin ctags.
22928
22929 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
22930
22931 * proced.el (proced-update): Revert yesterday's bug#1779 patch,
22932 which apparently didn't work.
22933
22934 2011-07-19 Roland Winkler <winkler@gnu.org>
22935
22936 * proced.el (proced-send-signal): For *Marked Processes* buffer
22937 put point at beginning of buffer.
22938
22939 2011-07-19 Stephen Berman <stephen.berman@gmx.net>
22940
22941 * proced.el (proced-format): Make header lines align with the text
22942 (bug#1779).
22943
22944 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22945
22946 * view.el (view-buffer): Allow running in `special' modes if we're
22947 visiting a file (bug#8615).
22948
22949 2011-07-19 Martin Rudalics <rudalics@gmx.at>
22950
22951 * window.el (display-buffer-alist-of-strings-p)
22952 (display-buffer-alist-set-1, display-buffer-alist-set-2):
22953 New functions.
22954 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
22955 more accurately.
22956
22957 2011-07-18 Alan Mackenzie <acm@muc.de>
22958
22959 Fontify declarators properly when, e.g., a jit-lock chunk begins
22960 inside a declaration.
22961
22962 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
22963
22964 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
22965 New function.
22966 (c-complex-decl-matchers): Insert reference to
22967 c-font-lock-enclosing-decls.
22968
22969 * progmodes/cc-engine.el (c-backward-single-comment):
22970 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
22971 to nil around calls to (forward-comment -1).
22972
22973 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
22974
22975 * image.el (put-image): Doc typo fix.
22976
22977 * progmodes/etags.el (tags-search): Doc typo fix.
22978
22979 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
22980 password if we get errors 550 to 554.
22981
22982 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
22983
22984 * net/gnutls.el (gnutls-log-level): Remove.
22985
22986 * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
22987 indentation character (bug#6380).
22988
22989 * files.el (buffer-offer-save): Made permanently local (bug#6241).
22990
22991 * doc-view.el (doc-view-make-safe-dir): Rewrite the error message
22992 to clarify what the problem is (bug#4291).
22993
22994 * simple.el (current-kill): Clarify what
22995 `interprogram-paste-function' does (bug#7500).
22996 (auto-fill-mode): Document `auto-fill-function' in relation to
22997 `auto-fill-mode' (bug#2470).
22998
22999 2011-07-16 Lawrence Mitchell <wence@gmx.li>
23000
23001 * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf
23002 method if slot is read-only (bug#9035).
23003
23004 2011-07-16 Martin Rudalics <rudalics@gmx.at>
23005
23006 * frame.el (select-frame-set-input-focus): New argument NORECORD.
23007 * window.el (pop-to-buffer): Select window used even if it was
23008 selected before, see discussion of (Bug#8615), (Bug#6954).
23009 Pass argument NORECORD on to select-frame-set-input-focus.
23010
23011 2011-07-15 Glenn Morris <rgm@gnu.org>
23012
23013 * subr.el (read-char-choice): Allow quitting. (Bug#9001)
23014 Respect help-form.
23015
23016 2011-07-09 Lawrence Mitchell <wence@gmx.li>
23017
23018 * net/gnutls.el (gnutls-min-prime-bits): New variable.
23019 (gnutls-negotiate): Use it.
23020
23021 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
23022
23023 * net/gnutls.el (gnutls-negotiate):
23024 Upcase `gnutls-algorithm-priority'.
23025
23026 2011-07-15 Glenn Morris <rgm@gnu.org>
23027
23028 * jka-compr.el (jka-compr-verbose): Move from here...
23029 * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090)
23030 Add missing :version tag.
23031 * info.el: No need to require jka-compr when compiling.
23032
23033 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
23034
23035 * net/gnutls.el (gnutls-algorithm-priority): New variable.
23036 (gnutls-negotiate): Use it.
23037
23038 * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node.
23039
23040 * info.el (Info-beginning-of-buffer): New command.
23041 (Info-mode-map): Use it instead of `beginning-of-buffer' to allow
23042 announcing `b' as the key (bug#8325).
23043 (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency.
23044
23045 * emacs-lisp/cl-macs.el (declare): Doc string fix-up.
23046
23047 * international/mule-cmds.el
23048 (describe-specified-language-support): Make the error message
23049 clearer (bug#8905).
23050
23051 * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690).
23052
23053 * isearch.el (isearch-barrier): Add a doc string, since it's
23054 mentioned in a function doc string (bug#8678).
23055
23056 2011-07-15 Martin Rudalics <rudalics@gmx.at>
23057
23058 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
23059 buffer argument (Bug#9083) and self-identifying label argument.
23060
23061 2011-07-15 Glenn Morris <rgm@gnu.org>
23062
23063 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)
23064
23065 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
23066
23067 * man.el (Man-fontify-manpage): Fix message when formatting the
23068 man page (bug#7929).
23069
23070 2011-07-14 Eli Zaretskii <eliz@gnu.org>
23071
23072 * buff-menu.el (Buffer-menu-buffer+size): Accept an additional
23073 argument LRM; if non-nil, append an invisible LRM character to the
23074 buffer name.
23075 (list-buffers-noselect): Call Buffer-menu-buffer+size with the
23076 last argument non-nil, when formatting buffer names.
23077 (Buffer-menu-mode, list-buffers-noselect): Force left-to-right
23078 paragraph direction.
23079
23080 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
23081
23082 * man.el (Man-bgproc-sentinel): Skip any arguments and only output
23083 the man page name (bug#7929).
23084
23085 * image.el (put-image): Mention the `put-image' overlay property
23086 (bug#7834).
23087
23088 * scroll-bar.el (set-scroll-bar-mode): Mention that
23089 `scroll-bar-mode' lists the values (bug#7772).
23090
23091 * image-mode.el (image-mode-fit-frame): Mention that it's a toggle
23092 command (bug#7729).
23093
23094 * rect.el (apply-on-rectangle): Return the point after the last
23095 operation.
23096 (string-rectangle): Go to the point after the last operation
23097 (bug#7522).
23098
23099 * printing.el (pr-toggle-region): Clarify the documentation
23100 slightly (bug#7493).
23101
23102 * time.el (display-time-update):
23103 Allow `display-time-mail-function' to return nil (bug#7158).
23104 Fix suggested by Detlev Zundel.
23105
23106 * vc/diff.el (diff): Clarify the order the file names are read
23107 (bug#7111).
23108
23109 * mouse.el (mouse-set-region): Link to `mouse-drag-copy-region' in
23110 the doc string (bug#7015).
23111
23112 * font-lock.el (font-lock-maximum-decoration): Mention what
23113 numeric levels mean (bug#6935).
23114
23115 * startup.el (initial-buffer-choice): Don't mention the `none'
23116 selection, which is against policy.
23117
23118 2011-07-14 Martin Rudalics <rudalics@gmx.at>
23119
23120 * window.el (display-buffer-normalize-special):
23121 Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
23122
23123 2011-07-14 Eli Zaretskii <eliz@gnu.org>
23124
23125 * subr.el (version<, version<=, version=): Mention "-CVS" and
23126 "-12345" alpha version numbers.
23127
23128 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
23129
23130 * bindings.el: Add advertised binding for set-mark-command
23131 (Bug#5772).
23132
23133 2011-07-14 Chong Yidong <cyd@stupidchicken.com>
23134
23135 * bindings.el (mode-line-other-buffer):
23136 * bookmark.el (bookmark-bmenu-2-window):
23137 * bs.el (bs-cycle-next, bs-cycle-previous):
23138 * net/tramp-cmds.el (tramp-append-tramp-buffers): Revert to using
23139 switch-to-buffer.
23140
23141 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
23142 Delete.
23143
23144 2011-07-14 Juanma Barranquero <lekktu@gmail.com>
23145
23146 * follow.el (follow-debug-message, follow-redisplay):
23147 * jka-cmpr-hook.el (with-auto-compression-mode):
23148 Fix typos in docstrings.
23149
23150 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
23151
23152 * subr.el (with-silent-modifications): Clarify somewhat what the
23153 macro inhibits (bug#6525).
23154
23155 * simple.el (eval-expression): Note what it does if called
23156 interactively (bug#6495).
23157
23158 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
23159
23160 * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
23161 Use pop-to-buffer buffer-or-name if it is nil.
23162
23163 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
23164 Remove switch-to-buffer.
23165
23166 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
23167
23168 * files.el (make-directory): Clarify that an error will be raised
23169 if there's an error (bug#6397).
23170
23171 * startup.el (initial-buffer-choice): Add `none' as a choice
23172 (bug#6234).
23173
23174 * subr.el (add-hook): Clarify section about buffer-local hooks
23175 (bug#6218).
23176
23177 * dired.el (dired-flagged): Clarify doc string (bug#6117).
23178
23179 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
23180
23181 * tabify.el (untabify): Preserve the current column so that point
23182 doesn't move (bug#6032).
23183
23184 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
23185
23186 * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
23187 Rewrite to avoid awkward possessive "s" (bug#5986).
23188
23189 2011-07-13 Glenn Morris <rgm@gnu.org>
23190
23191 * dired.el (dired-use-ls-dired): Doc fix. (Bug#9039).
23192 (dired-insert-directory): Give a message the first time
23193 if ls is found not to support --dired.
23194
23195 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
23196
23197 * simple.el (toggle-truncate-lines): Clarify what is toggled
23198 (bug#5580). Text by Drew Adams.
23199
23200 2011-07-13 Chong Yidong <cyd@stupidchicken.com>
23201
23202 * simple.el (blink-matching-open): Make the error message from the
23203 last change less verbose.
23204
23205 2011-07-13 Dan Nicolaescu <dann@ics.uci.edu>
23206
23207 * font-lock.el (font-lock-comment-face): Use the high contrast
23208 "yellow" color for font-lock-comment-face on low color terminals
23209 using a dark background color (bug#4221).
23210
23211 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
23212
23213 * dired.el (dired-insert-set-properties): Make the doc string
23214 reflect what it does now (bug#5325).
23215
23216 * simple.el (blink-matching-open): Say that we were unable to find
23217 the match within the limit, if we're limited (bug#5122).
23218
23219 * international/mule-cmds.el (prefer-coding-system): Add an
23220 example (bug#4869).
23221
23222 * progmodes/etags.el (tags-search): Document `file-list-form'
23223 (bug#4731).
23224
23225 2011-07-13 Lawrence Mitchell <wence@gmx.li>
23226
23227 * net/browse-url.el (browse-url-default-browser)
23228 (browse-url-browser-function): Make the default browser choice a
23229 bit more logical (bug#4300). Also clean up the doc string.
23230
23231 2011-07-13 Juanma Barranquero <lekktu@gmail.com>
23232
23233 * bindings.el (completion-ignored-extensions): Add OpenMCL/Clozure
23234 binary endings (bug#4440).
23235
23236 2011-07-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
23237
23238 * info.el (info-insert-file-contents): Inhibit jka-compr messages,
23239 which can be pretty annoying (bug#8971).
23240
23241 * jka-compr.el (jka-compr-verbose): New variable, and use
23242 throughout (bug#8971).
23243
23244 * info.el (Info-find-file): Fall back on the installation
23245 directory if we can't find the info node anywhere else.
23246
23247 2011-07-13 Sergei Organov <osv@javad.com> (tiny change)
23248
23249 * vc/vc.el (vc-revert-file):
23250 Don't set file time-stamp in the past. (Bug#5181)
23251
23252 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23253
23254 * files.el (after-find-file): Give a better error message when
23255 trying to find a symlink that points to a file that doesn't exist
23256 (bug#4398).
23257
23258 * progmodes/cc-vars.el: Remove (probably) misleading comment
23259 (bug#4396).
23260
23261 2011-07-12 Johan Bockgård <bojohan@gnu.org>
23262
23263 * mouse-sel.el (mouse-sel-primary-overlay): Use the `region' face.
23264
23265 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
23266
23267 * mouse-sel.el: Hack restoring functionality, while keeping
23268 compatibility with 2010-07-03 changes to mouse selection.
23269 (mouse-sel-primary-overlay): New var.
23270 (mouse-sel-selection-alist): Use it.
23271 (mouse-sel-mode): Doc fix; remove points that are default features
23272 of mouse.el.
23273
23274 2011-07-12 Johan Bockgård <bojohan@gnu.org>
23275
23276 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23277 Fix previous fix (bug#2490).
23278
23279 2011-07-12 Roland Winkler <winkler@gnu.org>
23280
23281 * textmodes/bibtex.el (bibtex-initialize):
23282 Use pop-to-buffer-same-window.
23283 (bibtex-search-entries): Fix interactive call.
23284
23285 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
23286
23287 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23288 Fontise bytecomp Error lines more correctly (bug#2490).
23289 Fix suggested by Johan Bockgård.
23290
23291 * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
23292
23293 * dired-x.el (dired-guess-default): Use `delete-dups'.
23294
23295 2011-07-12 Chong Yidong <cyd@stupidchicken.com>
23296
23297 * dired.el (dired-mark-prompt):
23298 * dired-aux.el (dired-read-shell-command): Doc fix.
23299
23300 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
23301
23302 * mail/sendmail.el (sendmail-query-once):
23303 Use `customize-save-variable' unconditionally, now that it works under
23304 emacs -Q.
23305
23306 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
23307
23308 * cus-edit.el (custom-file): Take an optional no-error variable.
23309 (customize-save-variable): Set the variable, and give a warning if
23310 running under "emacs -q".
23311
23312 2011-07-11 Juanma Barranquero <lekktu@gmail.com>
23313
23314 * loadhist.el (unload-feature-special-hooks):
23315 Add `auto-coding-functions', `fill-nobreak-predicate' and
23316 `find-directory-functions' (bug#5327).
23317
23318 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
23319
23320 * vc/ediff.el (ediff-patch-file): Clarify doc string (bug#3138).
23321
23322 * cus-edit.el (custom-guess-name-alist): -alist variables should
23323 use the `alist' type (bug#3120). Suggested by Drew Adams.
23324
23325 * printing.el: Add documentation to all the `pr-toggle-' commands.
23326
23327 2011-07-11 Leo Liu <sdl.web@gmail.com>
23328
23329 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
23330 backends where it makes sense (bug#2623).
23331
23332 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
23333
23334 * dired-x.el (dired-guess-default): Remove duplicate shell command
23335 entries (bug#2028).
23336 (dired-guess-default): Fix grammar in doc string (bug#2028).
23337 (dired-guess-shell-alist-user): Clarify the example a bit (bug#2030).
23338
23339 * subr.el (remove-duplicates): New conveniency function.
23340
23341 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
23342
23343 * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
23344 (bug#1526).
23345
23346 2011-07-10 Martin Rudalics <rudalics@gmx.at>
23347
23348 * window.el (display-buffer-normalize-default): Don't invert
23349 meaning of even-window-heights. Reported by Eli Zaretskii
23350 <eliz@gnu.org>.
23351
23352 2011-07-10 Bob Rogers <rogers@rgrjr.dyndns.org>
23353
23354 * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
23355
23356 2011-07-10 Chong Yidong <cyd@stupidchicken.com>
23357
23358 * window.el (display-buffer): Fix arguments to
23359 display-buffer-reuse-window in last change.
23360
23361 * faces.el (link): Use a less saturated blue on light backgrounds.
23362
23363 * startup.el (fancy-startup-text, fancy-about-text)
23364 (fancy-startup-tail): Use font-lock faces, for background safety.
23365
23366 2011-07-09 Bob Nnamtrop <bobnnamtrop@gmail.com> (tiny change)
23367
23368 * emulation/viper-cmd.el (viper-change-state-to-vi):
23369 Limit triggering of abbrev expansion (Bug#9038).
23370
23371 2011-07-09 Martin Rudalics <rudalics@gmx.at>
23372
23373 * window.el (display-buffer-default-specifiers): Remove.
23374 (display-buffer-macro-specifiers): Remove default specifiers.
23375 (display-buffer-alist): Default to nil.
23376 (display-buffer-reuse-window): New optional argument other-window.
23377 (display-buffer-pop-up-window): Allow splitting internal
23378 windows. Check whether a live window was created.
23379 (display-buffer-other-window-means-other-frame)
23380 (display-buffer-normalize-arguments): Rename to
23381 display-buffer-normalize-argument and rewrite. Set the
23382 other-window specifier.
23383 (display-buffer-normalize-special): New function.
23384 (display-buffer-normalize-options): Rename to
23385 display-buffer-normalize-default and rewrite.
23386 (display-buffer-normalize-options-inhibit): Remove.
23387 (display-buffer-normalize-specifiers): Rewrite.
23388 (display-buffer): Process other-window specifier and call
23389 display-buffer-reuse-window with it. Emulate Emacs 23 behavior
23390 more faithfully.
23391 (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
23392 (display-buffer-alist-set): Don't handle 'unset default values.
23393 (display-buffer-in-window, display-buffer-alist-set):
23394 Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn
23395 <tassilo@member.fsf.org>.
23396
23397 2011-07-09 Leo Liu <sdl.web@gmail.com>
23398
23399 * register.el (insert-register): Restore accidental change on
23400 2011-06-26. (Bug#9028)
23401
23402 2011-07-09 Glenn Morris <rgm@gnu.org>
23403
23404 * subr.el (remq): Handle the empty list. (Bug#9024)
23405
23406 2011-07-08 Andreas Schwab <schwab@linux-m68k.org>
23407
23408 * mail/sendmail.el (send-mail-function): No longer delay custom
23409 initialization.
23410 * custom.el (custom-initialize-delay): Doc fix.
23411
23412 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
23413
23414 * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
23415
23416 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
23417
23418 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
23419 human-friendly prompt.
23420
23421 2011-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
23422
23423 * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
23424 provided by a particular plugin.
23425
23426 2011-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
23427
23428 * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
23429 save customizations (with "emacs -Q"), just set the variable
23430 instead of erroring out.
23431
23432 * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
23433
23434 2011-07-08 Juri Linkov <juri@jurta.org>
23435
23436 * arc-mode.el (archive-zip-expunge, archive-zip-update)
23437 (archive-zip-update-case): Use 7z if found by `executable-find'.
23438 The order of searching the available programs is the same as in
23439 `archive-zip-extract' (bug#8968).
23440
23441 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
23442
23443 * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
23444 (menu-bar-options-menu): Tweak descriptions.
23445
23446 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
23447
23448 * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
23449 menu items into verb phrases (bug#1421). Also refill to fit under
23450 80 columns.
23451
23452 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
23453
23454 * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
23455 (Info-read-node-name): Doc fix (Bug#1084).
23456
23457 * thingatpt.el (forward-thing, bounds-of-thing-at-point)
23458 (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
23459 (end-of-sexp, beginning-of-sexp)
23460 (thing-at-point-bounds-of-list-at-point, forward-whitespace)
23461 (forward-symbol, forward-same-syntax, word-at-point)
23462 (sentence-at-point): Doc fix (Bug#1144).
23463
23464 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
23465
23466 * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
23467 should cover it (bug#1281).
23468
23469 * cus-edit.el (custom-show): Mark as obsolete.
23470
23471 * net/network-stream.el (network-stream-open-starttls): If GnuTLS
23472 negotiation fails, then possibly try again with a non-encrypted
23473 connection (bug#9017).
23474
23475 * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
23476 be used.
23477
23478 2011-07-07 Richard Stallman <rms@gnu.org>
23479
23480 * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
23481 property, and handle its changed format.
23482 Look for the correct line number.
23483 Use file's line contents (but not past first =) to find
23484 correct line in message.
23485
23486 2011-07-07 Kenichi Handa <handa@m17n.org>
23487
23488 * international/characters.el (build-unicode-category-table):
23489 Delete it.
23490 (unicode-category-table): Set it by unicode-property-table-internal.
23491
23492 * international/mule-cmds.el (char-code-property-alist): Move to
23493 to src/chartab.c.
23494 (get-char-code-property): Call unicode-property-table-internal to
23495 load a file. Call get-unicode-property-internal where necessary.
23496 (put-char-code-property): Call unicode-property-table-internal to
23497 load a file. Call put-unicode-property-internal where necessary.
23498 put-unicode-property-internal where necessary.
23499 (char-code-property-description):
23500 Call unicode-property-table-internal to load a file.
23501
23502 * international/charprop.el:
23503 * international/uni-bidi.el:
23504 * international/uni-category.el:
23505 * international/uni-combining.el:
23506 * international/uni-comment.el:
23507 * international/uni-decimal.el:
23508 * international/uni-decomposition.el:
23509 * international/uni-digit.el:
23510 * international/uni-lowercase.el:
23511 * international/uni-mirrored.el:
23512 * international/uni-name.el:
23513 * international/uni-numeric.el:
23514 * international/uni-old-name.el:
23515 * international/uni-titlecase.el:
23516 * international/uni-uppercase.el: Regenerate.
23517
23518 * loadup.el: Load international/charprop.el before
23519 international/characters.
23520
23521 2011-07-07 Chong Yidong <cyd@stupidchicken.com>
23522
23523 * window.el (next-buffer, previous-buffer): Signal an error if
23524 called from a minibuffer window.
23525
23526 * bindings.el: Revert 2011-07-04 change.
23527
23528 2011-07-06 Richard Stallman <rms@gnu.org>
23529
23530 * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
23531 (rmail-mime-insert-bulk, rmail-mime-insert-text):
23532 Treat markers like ints.
23533 (rmail-mime-entity): Doc fix.
23534
23535 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23536
23537 * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
23538 defcustom again for backwards compatibility.
23539
23540 * simple.el (shell-command-on-region): Fill.
23541
23542 * dired-aux.el (dired-kill-line): Add a doc string.
23543
23544 * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
23545 to "\\sw\\|\\s_" (bug#358).
23546
23547 * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
23548 (dired-unmark-backward): Ditto.
23549 (dired-flag-backup-files): Ditto.
23550
23551 * dired-x.el (dired-mark-sexp): Ditto.
23552
23553 2011-07-06 Richard Stallman <rms@gnu.org>
23554
23555 * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
23556 (rmail-mime-entity): New arg TRUNCATED.
23557 (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
23558 New functions.
23559 (rmail-mime-save): Warn if entity is truncated.
23560 (rmail-mime-toggle-hidden): Likewise, for showing.
23561 (rmail-mime-process-multipart): Record when an entity is truncated.
23562
23563 * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
23564 if ENTITY is a string.
23565
23566 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
23567
23568 * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
23569 of faces when `M-C-x'-ing their definitions (bug#8378).
23570 Also clean up the code slightly.
23571
23572 * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
23573 because that makes the colors go away.
23574
23575 * mail/sendmail.el (send-mail-function): Change the default to
23576 `sendmail-query-once'.
23577 (sendmail-query-once): Add an autoload cookie.
23578
23579 * net/network-stream.el (network-stream-open-starttls): Try using
23580 a plain connection even if the server offered STARTTLS, and we
23581 kinda wanted to use it, if Emacs doesn't have any STARTTLS
23582 capability. This should make smtpmail.el work in slightly more
23583 configurations.
23584
23585 2011-07-06 Michael Albinus <michael.albinus@gmx.de>
23586
23587 * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
23588 New defun.
23589 * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
23590
23591 2011-07-06 Michael R. Mauger <mmaug@yahoo.com>
23592
23593 * progmodes/sql.el: Version 3.0
23594 (sql-product-alist): Add product :completion-object,
23595 :completion-column, and :statement attributes.
23596 (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
23597 (sql-mode-syntax-table): Mark all punctuation.
23598 (sql-font-lock-keywords-builder): Temporarily remove fallback on
23599 ansi keywords.
23600 (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
23601 (sql-mode-oracle-font-lock-keywords): Improve.
23602 (sql-oracle-show-reserved-words): New function for development.
23603 (sql-product-font-lock): Simplify for source code buffers.
23604 (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
23605 New functions.
23606 (sql-highlight-product): Set product specific syntax table.
23607 (sql-mode-map): Add statement movement functions.
23608 (sql-ansi-statement-starters, sql-oracle-statement-starters):
23609 New variable.
23610 (sql-statement-regexp, sql-beginning-of-statement)
23611 (sql-end-of-statement, sql-signum): New functions.
23612 (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
23613 (sql-show-sqli-buffer): Bug fix.
23614 (sql-interactive-mode): Store connection data as buffer local.
23615 (sql-connect): Add NEW-NAME parameter. Redesign interaction
23616 with sql-interactive-mode.
23617 (sql-save-connection): Save buffer local settings.
23618 (sql-connection-menu-filter): Change menu entry name.
23619 (sql-product-interactive): Bug fix.
23620 (sql-preoutput-hold): New variable.
23621 (sql-interactive-remove-continuation-prompt): Bug fixes.
23622 (sql-debug-redirect): New variable.
23623 (sql-str-literal): New function.
23624 (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
23625 Redesign.
23626 (sql-oracle-save-settings, sql-oracle-restore-settings)
23627 (sql-oracle-list-all, sql-oracle-list-table): New functions.
23628 (sql-completion-object, sql-completion-column)
23629 (sql-completion-sqlbuf): New variables.
23630 (sql-build-completions-1, sql-build-completions)
23631 (sql-try-completion): New functions.
23632 (sql-read-table-name): Use them.
23633 (sql-contains-names): New buffer local variable.
23634 (sql-list-all, sql-list-table): Use it.
23635 (sql-oracle-completion-types): New variable.
23636 (sql-oracle-completion-object, sql-sqlite-completion-object)
23637 (sql-postgres-completion-object): New functions.
23638
23639 2011-07-06 Glenn Morris <rgm@gnu.org>
23640
23641 * window.el (pop-to-buffer): Doc fix.
23642
23643 2011-07-06 Markus Heiser <markus.heiser@darmarit.de> (tiny change)
23644
23645 * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
23646
23647 2011-07-06 Chong Yidong <cyd@stupidchicken.com>
23648
23649 * window.el (special-display-popup-frame): Doc fix (Bug#8853).
23650
23651 * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
23652
23653 2011-07-05 Chong Yidong <cyd@stupidchicken.com>
23654
23655 * button.el (button): Inherit from link face. Suggested by Dan
23656 Nicolaescu.
23657
23658 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
23659
23660 * progmodes/gdb-mi.el: Fit in 80 columns.
23661 (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
23662 switch-to-buffer.
23663
23664 * progmodes/which-func.el (which-func-ff-hook): Don't output a message
23665 if imenu is simply not configured (bug#8941).
23666
23667 2011-07-05 Ken Manheimer <ken.manheimer@gmail.com>
23668
23669 * allout.el (allout-post-undo-hook): New allout outline-change
23670 event hook to signal undo activity.
23671 (allout-post-command-business): Run allout-post-undo-hook if an
23672 undo just occurred.
23673 (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
23674 * allout-widgets.el (allout-widgets-after-undo-function):
23675 Ensure the integrity of the current item's decoration after it has been
23676 in the vicinity of an undo.
23677 (allout-widgets-mode): Include allout-widgets-after-undo-function
23678 on the new allout-post-undo-hook.
23679
23680 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
23681
23682 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
23683 Let define-derived-mode define it.
23684 * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
23685 cycles of abbrev-table inheritance (bug#8998).
23686
23687 2011-07-05 Roland Winkler <winkler@gnu.org>
23688
23689 * textmodes/bibtex.el: Add support for biblatex.
23690 (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
23691 (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
23692 (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
23693 (bibtex-entry-alist, bibtex-field-alist): New variables.
23694 (bibtex-entry-field-alist): Obsolete alias for
23695 bibtex-BibTeX-entry-alist.
23696 (bibtex-entry-alist, bibtex-field-alist): New widgets.
23697 (bibtex-set-dialect): New command.
23698 (bibtex-entry-type, bibtex-entry-head)
23699 (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
23700 Bind via bibtex-set-dialect.
23701 (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
23702 (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
23703 (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
23704 (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
23705 Define via bibtex-set-dialect.
23706 (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
23707 Obey bibtex-no-opt-remove-re.
23708 (bibtex-vec-push, bibtex-vec-incr): New functions.
23709 (bibtex-format-entry, bibtex-field-list)
23710 (bibtex-print-help-message, bibtex-validate)
23711 (bibtex-search-entries): Use new format of bibtex-entry-alist.
23712
23713 2011-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
23714
23715 * progmodes/compile.el (compilation-goto-locus):
23716 * net/tramp-cmds.el (tramp-append-tramp-buffers):
23717 * bs.el (bs-cycle-next, bs-cycle-previous):
23718 * bookmark.el (bookmark-bmenu-list, bookmark-bmenu-2-window):
23719 * bindings.el (mode-line-other-buffer):
23720 * autoinsert.el (auto-insert):
23721 * arc-mode.el (archive-extract):
23722 * abbrev.el (edit-abbrevs): Fix some uses of switch-to-buffer.
23723
23724 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
23725
23726 * emacs-lock.el (emacs-lock-mode): Fix typo in variable name.
23727 Fix check of `emacs-lock-unlockable-modes'.
23728 Coerce true values of `emacs-lock--try-unlocking' to t.
23729
23730 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
23731
23732 * obsolete/old-emacs-lock.el: Rename from emacs-lock.el.
23733 * emacs-lock.el: New file.
23734
23735 2011-07-05 Julien Danjou <julien@danjou.info>
23736
23737 * textmodes/rst.el (rst-define-level-faces): Use `facep' rather
23738 than `boundp' to check if face is set.
23739
23740 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
23741
23742 * register.el (registerv-make):
23743 * window.el (window-min-height): Fix typos in docstrings.
23744
23745 2011-07-05 Jan Djärv <jan.h.d@swipnet.se>
23746
23747 * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
23748 Update doc string.
23749
23750 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
23751
23752 * server.el (server-execute): Catch quit and call
23753 `server-return-error' to pass the error back to emacsclient and
23754 close the connection (bug#8942).
23755
23756 2011-07-04 Ken Manheimer <ken.manheimer@gmail.com>
23757
23758 * allout.el (allout-encrypt-unencrypted-on-saves): Do not provide
23759 insecure exception for current topic. Also note that auto-saves
23760 are handled differently.
23761
23762 (allout-auto-save-temporarily-disabled, allout-just-did-undo):
23763 State variables for tracking auto-save inhibition situation.
23764
23765 (allout-write-contents-hook-handler): Rename from
23766 'allout-write-file-hook-handler', and describe how it depends on
23767 write-contents-functions sensitivity to non-nil value to prevent
23768 file write.
23769
23770 (allout-auto-save-hook-handler): Remove. auto-save does not check
23771 this in individual buffers, only in the starting buffer, so this
23772 is not the right way for us to inhibit auto-save in a buffer
23773 according to its condition.
23774
23775 (allout-mode): Use new allout-write-contents-hook-handler, and
23776 only with write-contents-functions. Remove auto-save provisions -
23777 they're implemented elsewhere.
23778
23779 (allout-before-change-handler): If undo is in progress, note that
23780 for attention of allout-post-command-business.
23781
23782 (allout-post-command-business): If the command we're following was
23783 an undo, check for change in the status of encrypted items and
23784 adjust auto-save inhibitions accordingly.
23785
23786 (allout-toggle-subtree-encryption): Adjust auto-save inhibition
23787 according to whether there are or aren't any plain-text topics
23788 pending encryption.
23789
23790 (allout-inhibit-auto-save-info-for-decryption):
23791 Adjust buffer-saved-size and some allout state to inhibit auto-saves
23792 if there are plain-text topics pending encryption.
23793
23794 (allout-maybe-resume-auto-save-info-after-encryption): Adjust
23795 buffer-saved-size and some allout state to not inhibit auto-saves
23796 if there are no longer any plain-text topics pending encryption.
23797
23798 (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
23799 No longer provide for exemption of the current topic.
23800
23801 2011-07-04 Juri Linkov <juri@jurta.org>
23802
23803 Add 7z operations to delete and save changed members (bug#8968).
23804 * arc-mode.el (archive-7z-expunge, archive-7z-update):
23805 New defcustoms.
23806 (archive-7z-write-file-member): New function.
23807 (archive-7z-summarize): Fix the number of dashes in the
23808 listing output.
23809
23810 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
23811
23812 * pcmpl-linux.el (pcomplete-pare-list): Re-add, from pcomplete.el
23813 (bug#8958).
23814
23815 2011-07-04 Chong Yidong <cyd@stupidchicken.com>
23816
23817 * bindings.el: Ignore next-buffer and previous-buffer in
23818 minibuffer-local-map.
23819
23820 * font-lock.el (font-lock-builtin-face): Change light background
23821 color to dark slate blue (Bug#6693).
23822
23823 2011-07-04 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
23824
23825 * progmodes/gdb-mi.el (gdb): Use completion-at-point.
23826
23827 2011-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
23828
23829 * files.el (find-file): Use pop-to-buffer-same-window (bug#8911).
23830 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
23831 Add switch-to-buffer.
23832
23833 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23834
23835 * isearch.el (isearch-search-fun-function): Clarify further the
23836 meaning of the function returned.
23837
23838 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
23839
23840 * net/tramp-cmds.el (tramp-cleanup-this-connection): New command.
23841
23842 * net/tramp-sh.el (tramp-color-escape-sequence-regexp): New defconst.
23843 (tramp-sh-handle-insert-directory, tramp-convert-file-attributes):
23844 Use it.
23845 (tramp-remote-path): Add "/bin" and "/usr/bin". On busyboxes,
23846 `tramp-default-remote-path' does not exist.
23847 (tramp-send-command-and-read): New optional argument NOERROR.
23848 (tramp-open-connection-setup-interactive-shell)
23849 (tramp-get-remote-path, tramp-get-remote-stat): Use it.
23850 (tramp-get-remote-readlink): Do not mask with `ignore-errors'.
23851 (tramp-process-sentinel): Flush also process' connection property.
23852 (tramp-sh-handle-start-file-process): Do not set process
23853 sentinel. It is done now ...
23854 (tramp-maybe-open-connection): ... here. (Bug#8929)
23855
23856 2011-07-04 MON KEY <monkey@sandpframing.com>
23857
23858 * play/animate.el (animate-string): Doc fixes and allow changing
23859 the buffer name (bug#5417).
23860
23861 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
23862
23863 * play/animate.el (animation-buffer-name): Rename from *animate*.
23864
23865 2011-07-04 Paul Eggert <eggert@cs.ucla.edu>
23866
23867 * emacs-lisp/timer.el: Use time-date fns rather than rolling our own.
23868 This is simpler and helps future-proof the code.
23869 (timer-until): Use time-subtract and float-time.
23870 (timer--time-less-p): Use time-less-p.
23871
23872 2011-07-04 Juanma Barranquero <lekktu@gmail.com>
23873
23874 * type-break.el (timep): Use the value of `float-time' to avoid a
23875 byte-compiler warning.
23876
23877 * server.el (server-eval-and-print): Return any result, even nil.
23878
23879 2011-07-03 Paul Eggert <eggert@cs.ucla.edu>
23880
23881 * type-break.el: Accept time formats that the builtins accept.
23882 (timep, type-break-time-difference): Accept any format that
23883 float-time accepts, rather than insisting on (HIGH LOW USECS) format.
23884 This is simpler and helps future-proof the code.
23885 (type-break-time-difference): Round rather than ignoring
23886 subseconds components.
23887
23888 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23889
23890 * info.el (Info-apropos-matches): Make non-interactive, since it
23891 doesn't seem to do anything useful as a command (bug#8829).
23892
23893 2011-07-03 Chong Yidong <cyd@stupidchicken.com>
23894
23895 * frame.el (frame-background-mode, frame-set-background-mode):
23896 Move from faces.el.
23897 (frame-default-terminal-background): New function.
23898
23899 * custom.el (custom-push-theme): Don't record faces in `changed'
23900 theme; this doesn't work correctly for per-frame face settings.
23901 (disable-theme): Use face-set-after-frame-default to reset faces.
23902 (custom--frame-color-default): New function.
23903
23904 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23905
23906 * dired.el (dired-flagging-regexp): Remove unused variable
23907 (bug#8769).
23908
23909 2011-03-29 Kevin Ryde <user42@zip.com.au>
23910
23911 * progmodes/compile.el (compilation-error-regexp-alist-alist):
23912 `perl-Test2' extend to match possible "fail #N" rep count
23913 (bug#8377).
23914
23915 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23916
23917 * mail/feedmail.el (feedmail-buffer-to-smtpmail):
23918 `smtpmail-via-smtp' now returns the error instead of nil.
23919
23920 * isearch.el (isearch-search-fun-function): Clarify the doc string
23921 (bug#8101).
23922
23923 2011-07-03 Richard Kim <emacs18@gmail.com> (tiny change)
23924
23925 * textmodes/texnfo-upd.el (texinfo-insert-menu): Don't insert
23926 unnecessary spaces (bug#8987).
23927
23928 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23929
23930 * net/network-stream.el (open-network-stream): Use the
23931 :end-of-capability command thoughout.
23932
23933 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
23934
23935 * net/network-stream.el (open-network-stream): Add the
23936 :end-of-capability command parameter, used by pop3.el.
23937
23938 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
23939
23940 * dired.el (dired-map-over-marks): Refill the doc string (bug#6814).
23941
23942 * fringe.el (fringe-query-style): Remove redundant text " (type ?
23943 for list)" (bug#6475).
23944
23945 * files.el (file-expand-wildcards): Ignore non-readable
23946 sub-directories while trying to find matches instead of signaling
23947 an error (bug#6297).
23948
23949 * man.el (Man-reference-regexp): Allow matching possible
23950 word-wrapped references (bug#6289).
23951
23952 * vc/vc.el (vc-modify-change-comment): Change *VC-log* to *vc-log*
23953 for consistency with the other vc buffers (bug#6197).
23954 (vc-checkin): Ditto.
23955
23956 * vc/vc-arch.el: Fix comments to match the *VC-log* name change.
23957
23958 * longlines.el (longlines-mode): Document what ARG does (bug#6150).
23959
23960 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23961
23962 * custom.el (defcustom): Clarify that :set is only used in the
23963 Customize user interface (bug#6089).
23964
23965 * progmodes/flymake.el (flymake-mode): If the buffer isn't
23966 associated with a file, refuse to run instead of erroring out
23967 (bug#6084).
23968
23969 * textmodes/fill.el (fill-region): Remove the "Ordinarily" from
23970 the doc string, since it appears that using `fill-column' always
23971 controls the width (bug#7845).
23972
23973 * simple.el (shell-command-on-region): Say where the error output
23974 went if `shell-command-default-error-buffer' is set (bug#6857).
23975
23976 2011-07-02 Ken Manheimer <ken.manheimer@gmail.com>
23977
23978 * allout.el (allout-yank-processing): Adjust cursor position for
23979 backwards-deleted space.
23980
23981 (allout-rebullet-heading): Register changes with
23982 allout-exposure-changed-hook, so the modified topic is properly
23983 decorated.
23984
23985 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
23986
23987 * minibuffer.el (completion-in-region): Document PREDICATE
23988 (bug#7136).
23989
23990 * info-look.el (info-lookup-add-help): Clarify that ARGS is a list
23991 of keyword/argument pairs (bug#6904).
23992
23993 * replace.el (multi-occur):
23994 Mention `multi-occur-in-matching-buffers' in the doc string (bug#7566).
23995
23996 2011-07-02 Drew Adams <drew.adams@oracle.com>
23997
23998 * dired.el (dired-mark-if): Make the message about whether it's
23999 marking or unmarking clearer (bug#8523).
24000
24001 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
24002
24003 * disp-table.el (display-table-print-array): New function.
24004 (describe-display-table): Use it to print the vectors more pretty
24005 (Bug#8859).
24006
24007 2011-07-02 Martin Rudalics <rudalics@gmx.at>
24008
24009 * window.el (window-state-get-1): Don't assign clone numbers.
24010 Add clone-of item to list of window parameters.
24011 (window-state-put-2): Don't process clone numbers.
24012 (display-buffer-alist): Fix doc-string.
24013
24014 2011-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
24015
24016 * subr.el (remq): Don't allocate if it's not needed.
24017 (keymap--menu-item-binding, keymap--menu-item-with-binding)
24018 (keymap--merge-bindings): New functions.
24019 (keymap-canonicalize): Use them to refine the canonicalization.
24020 * minibuffer.el (minibuffer-local-completion-map)
24021 (minibuffer-local-must-match-map): Move initialization from C.
24022 (minibuffer-local-filename-completion-map): Move initialization from C;
24023 don't inherit from anything here.
24024 (minibuffer-local-filename-must-match-map): Make obsolete.
24025 (completing-read-default): Use make-composed-keymap to combine
24026 minibuffer-local-filename-completion-map with either
24027 minibuffer-local-must-match-map or
24028 minibuffer-local-filename-completion-map.
24029
24030 2011-07-01 Glenn Morris <rgm@gnu.org>
24031
24032 * type-break.el (type-break-time-sum): Use dolist.
24033
24034 * textmodes/flyspell.el (flyspell-word-search-backward):
24035 Replace CL function.
24036
24037 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
24038
24039 * mouse.el (mouse--strip-first-event): New function.
24040 (function-key-map): Use it to map fringe clicks to normal clicks
24041 by default.
24042
24043 * vc/vc-bzr.el (vc-bzr-revision-keywords): Update.
24044 (vc-bzr-revision-completion-table): Add support for annotate and date.
24045
24046 * emacs-lisp/derived.el (define-derived-mode): Make abbrev-table
24047 inherit from parent.
24048
24049 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
24050
24051 * dired-aux.el (dired-diff): Doc fixup (bug#8816).
24052 (dired-show-file-type): Doc fixup (bug#8818).
24053
24054 * dired.el (dired-mode): Fix up the doc string as suggested by
24055 Drew Adams (bug#8817).
24056
24057 * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
24058 cookie, since the manual says that it should be possible to add
24059 this function to `find-file-hook' (bug#8709).
24060
24061 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
24062
24063 * progmodes/cfengine.el: Moved all cfengine3.el functionality
24064 here. Noted Ted Zlatanov as the maintainer.
24065 (cfengine-common-settings, cfengine-common-syntax): New functions
24066 to set up common things between `cfengine-mode' and
24067 `cfengine3-mode'.
24068 (cfengine3-mode): New mode.
24069 (cfengine3-defuns cfengine3-defuns-regex
24070 (cfengine3-class-selector-regex cfengine3-category-regex)
24071 (cfengine3-vartypes cfengine3-font-lock-keywords)
24072 (cfengine3-beginning-of-defun, cfengine3-end-of-defun)
24073 (cfengine3-indent-line): Add from cfengine3.el.
24074
24075 2011-07-01 Michael Albinus <michael.albinus@gmx.de>
24076
24077 * net/tramp.el (tramp-encoding-command-interactive): New defcustom.
24078
24079 * net/tramp-sh.el (tramp-maybe-open-connection): Use it.
24080
24081 2011-07-01 Martin Rudalics <rudalics@gmx.at>
24082
24083 * window.el (same-window-buffer-names, same-window-regexps)
24084 (same-window-p, special-display-frame-alist)
24085 (special-display-popup-frame, special-display-function)
24086 (special-display-buffer-names, special-display-regexps)
24087 (special-display-p, pop-up-frame-alist, pop-up-frame-function)
24088 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
24089 (split-window-preferred-function, split-height-threshold)
24090 (split-width-threshold, even-window-heights)
24091 (display-buffer-mark-dedicated, window-splittable-p)
24092 (split-window-sensibly, window-safely-shrinkable-p):
24093 Un-obsolete.
24094 (display-buffer): Don't spread args with function specifier
24095 because special-display-popup-frame won't like it.
24096
24097 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
24098
24099 Time-stamp simplifications and fixes.
24100 These improve accuracy slightly, and future-proof the code
24101 against some potential changes to current-time format.
24102
24103 * woman.el (woman-decode-buffer, WoMan-log-end): Log fractional secs
24104 by using time-since and float-time.
24105
24106 * vc/ediff-util.el (ediff-calc-command-time): Use time-since
24107 and float-time. Say "NNN.NNN seconds" rather than "NNN seconds
24108 + NNN microseconds".
24109
24110 * type-break.el (type-break-time-sum): Rewrite using time-add.
24111
24112 * play/hanoi.el (hanoi-current-time-float): Remove.
24113 All uses replaced by float-time.
24114
24115 * nxml/rng-maint.el (rng-time-function): Rewrite using time-subtract.
24116 This yields a more-accurate answer.
24117 (rng-time-to-float): Remove; no longer needed.
24118
24119 * emacs-lisp/timer.el (timer-relative-time): Use time-add.
24120
24121 * calendar/timeclock.el (timeclock-seconds-to-time):
24122 Defalias to seconds-to-time, since they're the same thing.
24123
24124 * emacs-lisp/elp.el (elp-elapsed-time):
24125 * emacs-lisp/benchmark.el (benchmark-elapse):
24126 * allout-widgets.el (allout-elapsed-time-seconds): Use float-time.
24127
24128 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
24129
24130 * window.el (bury-buffer): Don't iconify the only frame.
24131 (switch-to-buffer): Revert to Emacs<23 behavior, i.e. do not fallback
24132 to pop-to-buffer. Use pop-to-buffer-same-frame if you don't like that.
24133
24134 2011-07-01 Chong Yidong <cyd@stupidchicken.com>
24135
24136 * eshell/em-smart.el (eshell-smart-display-navigate-list):
24137 Add mouse-yank-primary.
24138
24139 2011-07-01 Teodor Zlatanov <tzz@lifelogs.com>
24140
24141 * progmodes/cfengine3.el: New file to support CFEngine 3.x.
24142
24143 2011-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
24144
24145 * emacs-lisp/find-func.el (find-library--load-name): New fun.
24146 (find-library-name): Use it to find relative load names when provided
24147 absolute file name (bug#8803).
24148
24149 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
24150
24151 * textmodes/flyspell.el (flyspell-word): Consider words that
24152 differ only in case as potential doublons (bug#5687).
24153
24154 * net/soap-client.el (soap-invoke, soap-wsdl-resolve-references):
24155 Remove two rather uninteresting debugging-like messages to make
24156 debbugs.el more silent.
24157
24158 * comint.el (comint-password-prompt-regexp): Accept "Response" as
24159 a password-like phrase.
24160
24161 2011-06-30 Masatake YAMATO <yamato@redhat.com>
24162
24163 * progmodes/cc-guess.el: New file.
24164
24165 * progmodes/cc-langs.el (c-mode-menu): Add "Style..." submenu.
24166
24167 * progmodes/cc-styles.el (cc-choose-style-for-mode): New function
24168 derived from `c-basic-common-init'.
24169
24170 * progmodes/cc-mode.el (top-level): Require cc-guess.
24171 (c-basic-common-init): Use `cc-choose-style-for-mode'.
24172
24173 2011-06-30 Lawrence Mitchell <wence@gmx.li>
24174
24175 * progmodes/js.el (js-mode): Don't stomp on global settings (bug#8933).
24176
24177 2011-06-30 Alan Mackenzie <acm@muc.de>
24178
24179 * progmodes/cc-engine.el (c-guess-continued-construct):
24180 Correct the handling of template-args-cont, particularly for when font
24181 lock is disabled. Name this case as "CASE G".
24182
24183 2011-06-30 Ken Manheimer <ken.manheimer@gmail.com>
24184
24185 * allout.el (allout-yank-processing): Fix injection of extra space
24186 between bullet and non-whitespace character in first topic when
24187 pasting, ensuring that the actual spacing in the pasted topic
24188 following the bullet char is preserved. This extra space was
24189 causing pasted encrypted topics to get a decrypted status even
24190 when the content was actually still encrypted. Now the decryption
24191 status from before the paste is preserved.
24192
24193 (allout-flag-region): Set all allout overlays so they evaporate
24194 when reduced to zero length (evanescent), to prevent overlay
24195 leakage.
24196
24197 2011-06-30 Glenn Morris <rgm@gnu.org>
24198
24199 * w32-fns.el (w32-charset-info-alist): Declare.
24200
24201 * find-dired.el (find-grep-options): Simplify.
24202
24203 * term/ns-win.el (ns-set-resource): Declare.
24204
24205 * ses.el (row, col): Declare dynamic variables honestly.
24206
24207 * textmodes/reftex-parse.el (index-tags): Declare.
24208
24209 2011-06-30 Chong Yidong <cyd@stupidchicken.com>
24210
24211 * cus-edit.el (customize-push-and-save): New function.
24212
24213 * files.el (hack-local-variables-confirm): Use it.
24214
24215 * custom.el (load-theme): New arg NO-CONFIRM.
24216 Use customize-push-and-save (Bug#8720).
24217 (custom-enabled-themes): Doc fix.
24218
24219 * cus-theme.el (customize-create-theme)
24220 (custom-theme-merge-theme): Callers to load-theme changed.
24221
24222 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
24223
24224 * thingatpt.el (thing-at-point-short-url-regexp): Require that
24225 short URLs have at least one dot in them (bug #7614).
24226
24227 * progmodes/grep.el (rgrep): Bind `process-connection-type' to
24228 nil, because using a pty is apparently too slow (bug #895).
24229
24230 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
24231
24232 * mail/sendmail.el (sendmail-query-once): New function.
24233 (sendmail-query-once-function): New variable.
24234
24235 2011-06-29 Glenn Morris <rgm@gnu.org>
24236
24237 * files.el (auto-mode-alist): Add .f03, .f08 for f90-mode.
24238
24239 * ses.el (top-level): Require cl when compiling.
24240 (ses-set-localvars): Fix error statement.
24241 Call it at compile time to silence a storm of warnings.
24242
24243 2011-06-29 Martin Rudalics <rudalics@gmx.at>
24244
24245 * window.el (normalize-live-buffer): Rename to
24246 window-normalize-buffer.
24247 (normalize-live-frame): Rename to window-normalize-frame.
24248 (normalize-any-window): Rename to window-normalize-any-window.
24249 (normalize-live-window): Rename to window-normalize-live-window.
24250 (make-window-atom): Rename to window-make-atom.
24251 (window-resize-reset): Rename to window--resize-reset.
24252 (window-resize-reset-1): Rename to window--resize-reset-1.
24253 (resize-mini-window): Rename to window--resize-mini-window.
24254 (resize-subwindows-skip-p): Rename to
24255 window--resize-subwindows-skip-p.
24256 (resize-subwindows-normal): Rename to
24257 window--resize-subwindows-normal.
24258 (resize-subwindows): Rename to window--resize-subwindows.
24259 (resize-other-windows): Rename to window--resize-siblings.
24260 (resize-this-window): Rename to window--resize-this-window.
24261 (resize-root-window): Rename to window--resize-root-window.
24262 (resize-root-window-vertically): Rename to
24263 window--resize-root-window-vertically.
24264 (normalize-buffer-to-display): Rename to
24265 window-normalize-buffer-to-display.
24266 (normalize-buffer-to-switch-to): Rename to
24267 window-normalize-buffer-to-switch-to.
24268 Correspondingly update all callers of the functions listed
24269 above.
24270 (display-buffer-alist, display-buffer-normalize-arguments)
24271 (display-buffer-normalize-options, display-buffer)
24272 (display-buffer-alist-set): Use "function" instead of
24273 "fun-with-args".
24274
24275 2011-06-28 Chong Yidong <cyd@stupidchicken.com>
24276
24277 * mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
24278 addresses more clearly. Add hyperlinks for bug-gnu-emacs and
24279 debbugs.gnu.org. Mention acknowledgment email.
24280
24281 2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
24282
24283 * mail/smtpmail.el (smtpmail-send-it): Leave off changing the
24284 buffer multibyteness, since it shouldn't matter.
24285
24286 2011-06-28 Martin Rudalics <rudalics@gmx.at>
24287
24288 * window.el (display-buffer-in-side-window): Handle dedicated
24289 windows as in display-buffer-reuse-window.
24290 (display-buffer-normalize-alist): Use value of override
24291 specifier.
24292 (display-buffer-normalize-specifiers): Use value of
24293 other-window-means-other-frame specifier.
24294 (display-buffer-alist): Rewrite some texts in widgets.
24295 (display-buffer): Spread arguments when calling function
24296 specified by fun-with-args.
24297
24298 2011-06-28 Deniz Dogan <deniz@dogan.se>
24299
24300 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
24301 Unnest `let'.
24302
24303 * textmodes/css-mode.el (css-font-lock-keywords): Fix grouped
24304 selectors (Bug#5732).
24305 (css-proprietary-nmstart-re): Use `regexp-opt'.
24306
24307 2011-06-27 Jari Aalto <jari.aalto@cante.net>
24308
24309 * eshell/em-ls.el: Display `ls -l' dates in ISO format (Bug#8440).
24310 (eshell-ls-date-format): New defcustom.
24311 (eshell-ls-file): Use it.
24312
24313 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
24314
24315 * help-fns.el (describe-variable): Fix message for terminal-local vars.
24316
24317 2011-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
24318
24319 * net/ange-ftp.el: Allow loading .gz files (Bug#6923).
24320 (ange-ftp-make-tmp-name): New arg.
24321 (ange-ftp-file-local-copy): Use it.
24322
24323 2011-06-27 Jambunathan K <kjambunathan@gmail.com>
24324
24325 * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to
24326 no-conversion (Bug#8870).
24327
24328 2011-06-27 Martin Rudalics <rudalics@gmx.at>
24329
24330 * window.el (window-right, window-left, window-child)
24331 (window-child-count, window-last-child)
24332 (window-iso-combination-p, walk-window-tree-1)
24333 (window-atom-check-1, window-tree-1, delete-window)
24334 (window-state-get-1, display-buffer-even-window-sizes): Adapt to
24335 new naming conventions - window-vchild, window-hchild,
24336 window-next and window-prev are now called window-top-child,
24337 window-left-child, window-next-sibling and window-prev-sibling
24338 respectively.
24339 (resize-window-reset): Rename to window-resize-reset.
24340 (resize-window-reset-1): Rename to window-resize-reset-1.
24341 (resize-window): Rename to window-resize.
24342 (window-min-height, window-min-width)
24343 (resize-mini-window, resize-this-window, resize-root-window)
24344 (resize-root-window-vertically, adjust-window-trailing-edge)
24345 (enlarge-window, shrink-window, maximize-window)
24346 (minimize-window, delete-window, quit-restore-window)
24347 (split-window, balance-windows, balance-windows-area-adjust)
24348 (balance-windows-area, window-state-put-2)
24349 (display-buffer-even-window-sizes, display-buffer-set-height)
24350 (display-buffer-set-width, set-window-text-height)
24351 (fit-window-to-buffer): Rename all "resize-window" prefixed
24352 calls to use the "window-resize" prefix convention.
24353 (display-buffer-alist): Fix symbol for label specifier.
24354 (display-buffer-reuse-window): Set reuse-dedicated to cdr of
24355 corresponding specifier.
24356 Reported by Juanma Barranquero <lekktu@gmail.com>.
24357
24358 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
24359
24360 * ses.el (ses-destroy-cell-variable-range): Fix heading comment
24361 convention.
24362 (ses-call-printer): Does not pass an empty string to formatter when the
24363 cell is empty to keep from barking printer Calc math-format-value.
24364
24365 2011-06-27 Richard Stallman <rms@gnu.org>
24366
24367 * battery.el (battery-mode-line-limit): New variable.
24368 (battery-update): Handle it.
24369
24370 * mail/rmailmm.el (rmail-mime-process-multipart):
24371 Handle truncated messages.
24372
24373 2011-06-27 Glenn Morris <rgm@gnu.org>
24374
24375 * progmodes/flymake.el (flymake-err-line-patterns):
24376 Allow for column numbers in the ant/javac pattern. (Bug#8866)
24377
24378 2011-06-27 Vincent Belaïche <vincentb1@users.sourceforge.net>
24379
24380 * ses.el (ses-relocate-range): Keep rest of arguments for ses-range.
24381 (ses--clean-!, ses--clean-_): New functions.
24382 (ses-range): Add configurability of readout order, and conversion
24383 to Calc vector.
24384
24385 * ses.el (ses-repair-cell-reference-all): New function.
24386 (ses-cell-symbol): Set macro as safe, so that it can be used in
24387 formulas.
24388
24389 * ses.el: Update cycle detection algorithm.
24390 (ses-localvars): Add ses--Dijkstra-attempt-nb and
24391 ses--Dijkstra-weight-bound, and initial values thereof when applicable.
24392 (ses-set-localvars): New function.
24393 (ses-make-cell): Add property-list as a cell element.
24394 (ses-cell-property-get-fun, ses-cell-property-get)
24395 (ses-cell-property-delq-fun, ses-cell-property-set-fun)
24396 (ses-cell-property-pop-fun, ses-cell-property-get-handle-fun):
24397 New functions.
24398 (ses-cell-property-set, ses-cell-property-pop)
24399 (ses-cell-property-get-handle): New macro.
24400 (ses-cell-property-handle-car, ses-cell-property-handle-setcar):
24401 New aliases, used for code readability.
24402 (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
24403 cycle detection.
24404 (ses-self-reference-early-detection): New defcustom.
24405 (ses-formula-references): Robustify against self-referring cells.
24406 (ses-mode): Use ses-set-localvars.
24407 (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
24408 before lauching the update processing.
24409 (ses-initialize-Dijkstra-attempt): New function.
24410 (ses-recalculate-cell): Update for cycle detection based on
24411 Dijkstra algorithm.
24412
24413 * ses.el: Fix commenting and indenting convention.
24414
24415 2011-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
24416
24417 * bs.el (bs-cycle-next): Complete last change.
24418
24419 2011-06-27 Drew Adams <drew.adams@oracle.com>
24420
24421 * faces.el (list-faces-display): Add help-mode-map to output (bug#8939).
24422
24423 2011-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
24424
24425 * net/network-stream.el (network-stream-open-starttls):
24426 Don't re-get capabilities unless we've reestablished connection.
24427 (network-stream-open-starttls): Fix stupid typo with gnutls-clii.
24428
24429 * mail/smtpmail.el (smtpmail-via-smtp): Bind coding-system-for-*
24430 to binary to possibly avoid line encoding issues on Windows (among
24431 other things).
24432
24433 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
24434
24435 * net/network-stream.el (open-network-stream): Return an :error
24436 saying what the problem was, if possible.
24437
24438 * mail/smtpmail.el (smtpmail-via-smtp): Report the error from the
24439 server.
24440
24441 * net/network-stream.el (network-stream-open-starttls): If we
24442 wanted to use STARTTLS, and the server offered it, but we weren't
24443 able to because we had no STARTTLS support, then close the connection.
24444 (open-network-stream): Return an :error element, if present.
24445
24446 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
24447
24448 * hl-line.el (hl-line-sticky-flag): Doc fix.
24449 (global-hl-line-sticky-flag): New option (Bug#8323).
24450 (global-hl-line-highlight): Obey it.
24451
24452 * vc/vc.el (vc-revert-show-diff): Default to t.
24453
24454 2011-06-26 Ken Manheimer <ken.manheimer@gmail.com>
24455
24456 * allout-widgets.el (allout-widgets-post-command-business):
24457 Stop decorating intermediate isearch matches. They're not being
24458 undecorated when an isearch is continued past, and isearch
24459 automatically collapses them. This leads to "widget leaks", where
24460 decorated items accumulate in collapsed areas. Lines with lots of
24461 hidden widgets can slow down cursor travel, substantially.
24462 Too much complicated machinery would be needed to ensure undecoration,
24463 so we're doing without this nicety.
24464
24465 (allout-widgets-tally-string): Don't try to do a hash-table-count
24466 of allout-widgets-tally when it's nil. This eliminates spurious "Error
24467 during redisplay: (wrong-type-argument hash-table-p nil)" warnings in
24468 *Messages* when allout-widgets-maintain-tally is t.
24469
24470 2011-06-26 Martin Rudalics <rudalics@gmx.at>
24471
24472 * window.el (display-buffer-normalize-argument): Rename to
24473 display-buffer-normalize-arguments. Handle special meaning of
24474 LABEL argument. Respect special-display-function when popping up
24475 a new frame. Fix code searching for a window showing the buffer
24476 on another frame.
24477 (display-buffer-normalize-specifiers):
24478 Call display-buffer-normalize-arguments.
24479 (display-buffer-in-window): Don't undedicate the window if its
24480 buffer remains the same.
24481 Reported by Drew Adams <drew.adams@oracle.com>.
24482 (display-buffer-alist): Add choice for same-window macro
24483 specfier.
24484 (display-buffer): Mention special meaning of LABEL argument in
24485 doc-string. Fix quoting. Don't pop up a new frame even as
24486 fallback.
24487
24488 2011-06-26 Juanma Barranquero <lekktu@gmail.com>
24489
24490 * bs.el (bs-cycle-next): Pass current buffer to `bury-buffer' to
24491 avoid deleting the current window in some cases (bug#8911).
24492
24493 2011-06-26 Andreas Schwab <schwab@linux-m68k.org>
24494
24495 * emacs-lisp/smie.el (smie-bnf->prec2): Fix last change.
24496 (Bug#8934)
24497
24498 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
24499
24500 * net/network-stream.el (network-stream-open-starttls):
24501 Use built-in TLS support if `gnutls-available-p' is true.
24502 (network-stream-open-tls): Ditto.
24503
24504 2011-06-26 Leo Liu <sdl.web@gmail.com>
24505
24506 * register.el (registerv): New struct.
24507 (registerv-make): New function.
24508 (jump-to-register, describe-register-1, insert-register):
24509 Support the jump-func, print-func and insert-func slot of a registerv
24510 struct. (Bug#8415)
24511
24512 2011-06-26 Chong Yidong <cyd@stupidchicken.com>
24513
24514 * vc/vc.el (vc-revert-show-diff): New defcustom.
24515 (vc-diff-internal): New arg specifying diff buffer.
24516 (vc-revert): Obey vc-revert-show-diff. If we show a diff, don't
24517 reuse an existing *vc-diff* buffer (Bug#8927).
24518
24519 * progmodes/cperl-mode.el (cperl-mode): Derive from prog-mode.
24520
24521 2011-06-26 Glenn Morris <rgm@gnu.org>
24522
24523 * progmodes/f90.el (f90-critical-indent): New option.
24524 (f90-font-lock-keywords-2, f90-blocks-re, f90-end-block-re)
24525 (f90-start-block-re, f90-mode-abbrev-table): Add block, critical.
24526 (f90-mode): Doc fix.
24527 (f90-looking-at-critical, f90-looking-at-end-critical): New funcs.
24528 (f90-no-block-limit, f90-calculate-indent, f90-end-of-block)
24529 (f90-beginning-of-block, f90-next-block, f90-indent-region)
24530 (f90-match-end): Handle block, critical.
24531
24532 2011-06-25 Glenn Morris <rgm@gnu.org>
24533
24534 * calendar/diary-lib.el (diary-included-files): Doc fix.
24535 (diary-include-files): New function, extracted from
24536 diary-include-other-diary-files and diary-mark-included-diary-files.
24537 (diary-include-other-diary-files, diary-mark-included-diary-files):
24538 Just call diary-include-files.
24539 (diary-mark-entries): Reset diary-included-files on first call.
24540
24541 * calendar/diary-lib.el (diary-mark-entries)
24542 (diary-mark-included-diary-files):
24543 Visit included diary-files in temp buffers.
24544
24545 * progmodes/f90.el (f90-keywords-re, f90-font-lock-keywords-1)
24546 (f90-blocks-re, f90-program-block-re, f90-end-block-re)
24547 (f90-start-block-re, f90-imenu-generic-expression)
24548 (f90-looking-at-program-block-start, f90-no-block-limit):
24549 Add support for submodules.
24550
24551 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
24552 (f90-procedures-re, f90-constants-re): Add some F2008 stuff.
24553
24554 2011-06-25 Eli Zaretskii <eliz@gnu.org>
24555
24556 * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind
24557 buffer-file-type before setting its value, to avoid disastrous
24558 global effects on decoding files for DOS/Windows systems. (Bug#8780)
24559
24560 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
24561
24562 * allout.el (allout-unload-function): Pass -1 to `allout-mode'.
24563
24564 * ses.el (ses-unload-function):
24565 * emacs-lisp/re-builder.el (re-builder-unload-function): Simplify.
24566
24567 * proced.el (proced-unload-function):
24568 * progmodes/cperl-mode.el (cperl-mode-unload-function): Remove.
24569
24570 2011-06-25 Andreas Rottmann <a.rottmann@gmx.at>
24571
24572 * server.el (server-create-window-system-frame): Add parameters arg.
24573 (server-process-filter): Doc fix. Handle frame-parameters.
24574
24575 2011-06-25 Juanma Barranquero <lekktu@gmail.com>
24576
24577 Fix bug#8730, bug#8781.
24578
24579 * loadhist.el (unload--set-major-mode): New function.
24580 (unload-feature): Use it.
24581
24582 * progmodes/python.el (python-after-info-look): Add autoload cookie.
24583 (python-unload-function): New function.
24584
24585 2011-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
24586
24587 * mail/rmail.el (rmail-show-message-1): Use restore-buffer-modified-p.
24588
24589 2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
24590
24591 * net/browse-url.el (browse-url-firefox-program): Add icecat to
24592 the candidates list.
24593
24594 2011-06-24 Juanma Barranquero <lekktu@gmail.com>
24595
24596 * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.
24597
24598 2011-06-23 Richard Stallman <rms@gnu.org>
24599
24600 * mail/rmail.el: Going to grep hit in Rmail buffer finds the message.
24601 (rmail-variables): Set next-error-move-function.
24602 (rmail-what-message): Take argument POS.
24603 (rmail-next-error-move): New function.
24604
24605 2011-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
24606
24607 * emacs-lisp/smie.el (smie-bnf->prec2): Give more understandable error
24608 messages for adjacent non-terminals.
24609
24610 2011-06-23 Richard Stallman <rms@gnu.org>
24611
24612 * mail/rmail.el (rmail-retry-ignored-headers): Add message-id.
24613 (rmail-show-message-1): Preserve buffer modified flag.
24614 (rmail-start-mail): Don't specify use of rmail-mail-return;
24615 that's done by mail-bury now.
24616 (rmail-mail-return): Handle arg NEWBUF.
24617
24618 2011-06-23 Michael Albinus <michael.albinus@gmx.de>
24619
24620 * net/tramp-sh.el (tramp-method-out-of-band-p): Check, whether
24621 SIZE is a number.
24622
24623 2011-06-23 Martin Rudalics <rudalics@gmx.at>
24624
24625 * window.el (get-lru-window, get-mru-window)
24626 (get-largest-window): Never return a minibuffer window.
24627 (display-buffer-pop-up-window): Fix a bug that could lead to
24628 reusing the minibuffer window.
24629 (display-buffer): Pass original specifier argument to
24630 display-buffer-function instead of the normalized one.
24631 Reported by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
24632
24633 2011-06-22 Leo Liu <sdl.web@gmail.com>
24634
24635 * minibuffer.el (completing-read-function)
24636 (completing-read-default): Move from minibuf.c.
24637
24638 2011-06-22 Richard Stallman <rms@gnu.org>
24639
24640 * mail/sendmail.el (mail-bury): If Rmail is in use, return nicely
24641 to Rmail even if not started by a special Rmail command.
24642
24643 * mail/rmailmm.el (rmail-insert-mime-forwarded-message):
24644 Copy the buffer currently showing just one message.
24645
24646 2011-06-22 Roland Winkler <winkler@gnu.org>
24647
24648 * textmodes/bibtex.el (bibtex-entry-update): Use mapc.
24649 (bibtex-clean-entry): First delete the old key so that a
24650 customized algorithm for generating the new key does not get
24651 confused by the old key.
24652 (bibtex-url): Obey regexp of first step.
24653 (bibtex-search-entries): Do not use add-to-list with local
24654 list-var.
24655
24656 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
24657
24658 * mail/smtpmail.el (smtpmail-try-auth-methods): If the user has
24659 stored a user name, then query for the password first, instead of
24660 waiting for SMTP to give an error message and the trying again.
24661
24662 2011-06-22 Lawrence Mitchell <wence@gmx.li>
24663
24664 * net/browse-url.el (browse-url-xdg-open): Use 0, rather than nil
24665 BUFFER in call-process.
24666
24667 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
24668
24669 * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send
24670 QUIT twice.
24671 (smtpmail-try-auth-methods): Require user name and password from
24672 auth-source.
24673
24674 2011-06-22 Martin Rudalics <rudalics@gmx.at>
24675
24676 * window.el (display-buffer-default-specifiers)
24677 (display-buffer-alist): Remove entries for pop-up-frame-alist.
24678 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
24679 (split-window): Normalize SIDE argument (Bug#8916).
24680
24681 * frame.el (pop-up-frame-alist, pop-up-frame-function)
24682 (special-display-frame-alist, special-display-popup-frame):
24683 Remove duplicate declarations. These are now in window.el.
24684
24685 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
24686
24687 * mail/smtpmail.el (smtpmail-via-smtp):
24688 Set :use-starttls-if-possible so that we always use STARTTLS if the
24689 server supports it. SMTP servers that support STARTTLS commonly
24690 require it.
24691
24692 * net/network-stream.el (network-stream-open-starttls): Support
24693 upgrading to STARTTLS always, even if we don't have built-in support.
24694 (open-network-stream): Add the :always-query-capabilities keyword.
24695
24696 * mail/smtpmail.el: Rewritten to do opportunistic STARTTLS
24697 upgrades with `open-network-stream', and rely solely on
24698 auth-source for all credentials. Big changes throughout the file,
24699 but in particular:
24700 (smtpmail-auth-credentials): Remove.
24701 (smtpmail-starttls-credentials): Remove.
24702 (smtpmail-via-smtp): Check for servers saying they want AUTH after
24703 MAIL FROM, too.
24704
24705 * net/network-stream.el (network-stream-open-starttls):
24706 Provide support for client certificates both for external and built-in
24707 STARTTLS.
24708 (auth-source): Require.
24709 (open-network-stream): Document the :client-certificate keyword.
24710 (network-stream-certificate): Change cert-cert to cert and
24711 cert-key to key.
24712
24713 2011-06-21 Michael Albinus <michael.albinus@gmx.de>
24714
24715 * net/tramp-cache.el (top): Don't load the persistency file when
24716 "emacs -Q" has been called.
24717
24718 2011-06-21 Tim Harper <timcharper@gmail.com>
24719
24720 * term/ns-win.el (ns-initialize-window-system):
24721 Set application-specific `ApplePressAndHoldEnabled' system
24722 resource to NO as it is not yet supported by the NS port.
24723
24724 2011-06-21 Juanma Barranquero <lekktu@gmail.com>
24725
24726 * misc.el (list-dynamic-libraries--refresh): Compute header here...
24727 (list-dynamic-libraries): ...not here.
24728
24729 2011-06-21 Leo Liu <sdl.web@gmail.com>
24730
24731 * subr.el (sha1): Implement sha1 using secure-hash.
24732
24733 2011-06-21 Martin Rudalics <rudalics@gmx.at>
24734
24735 * window.el (display-buffer-alist): In default value do not
24736 enforce searching a window on any but the selected frame.
24737 Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
24738 (display-buffer-select-window): Remove function.
24739 (display-buffer-in-window): When a window on another frame gets
24740 reused, do not select it any more but just raise its frame if
24741 necessary (Bug#8851) and (Bug#8856).
24742 (display-buffer-normalize-options): Handle pop-up-frames related
24743 options more faithfully.
24744 (pop-to-buffer): Don't rely on `display-buffer' selecting the
24745 window if it is on another frame.
24746 (display-buffer-alist, display-buffer-default-specifiers):
24747 Don't make new frame unsplittable by default.
24748 (display-buffer-normalize-argument): Fix doc-string typo and use
24749 'same-frame-other-window instead of 'other-window when associating
24750 with display-buffer-macro-specifiers.
24751
24752 2011-06-21 Vincent Belaïche <vincent.b.1@hotmail.fr>
24753
24754 * play/5x5.el (5x5-solve-rotate-left, 5x5-solve-rotate-right):
24755 New functions.
24756 (5x5-mode-map, 5x5-mode-menu): Bind them.
24757 (5x5-draw-grid): Tweak the solver's rendering.
24758
24759 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
24760
24761 * progmodes/compile.el (compilation-error-regexp-alist-alist): Rename
24762 `caml' to `python-tracebacks-and-caml'; allow leading tabs (bug#8585).
24763
24764 2011-06-21 Drew Adams <drew.adams@oracle.com>
24765
24766 * menu-bar.el: Use function variable instead of switch-to-buffer.
24767 (menu-bar-select-buffer-function): New variable.
24768 (menu-bar-update-buffers): Use it (bug#8876).
24769
24770 2011-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
24771
24772 * emacs-lisp/bytecomp.el (add-to-list): Add handler to check the
24773 variable's status.
24774
24775 2011-06-20 Jan Djärv <jan.h.d@swipnet.se>
24776
24777 * x-dnd.el (x-dnd-version-from-flags)
24778 (x-dnd-more-than-3-from-flags): New functions that handle long-as-cons
24779 and long as number (Bug#8899).
24780 (x-dnd-handle-xdnd): Call functions above (Bug#8899).
24781
24782 2011-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
24783
24784 * minibuffer.el (completion-metadata): Add `metadata' to the alist.
24785 (completion-try-completion, completion-all-completions): Compute the
24786 metadata argument if it's missing; make it optional (bug#8795).
24787
24788 * wid-edit.el: Use lex-bind and move towards completion-at-point.
24789 (widget-complete): Use new :completion-function property.
24790 (widget-completions-at-point): New function.
24791 (default): Use :completion-function instead of :complete.
24792 (widget-default-completions): Rename from widget-default-complete;
24793 Rewrite.
24794 (widget-string-complete, widget-file-complete, widget-color-complete):
24795 Remove functions.
24796 (file, symbol, function, variable, coding-system, color):
24797 * international/mule-cmds.el (default-input-method, charset)
24798 (language-info-custom-alist):
24799 * cus-edit.el (face): Use new property :completions.
24800
24801 * progmodes/pascal.el (pascal-completions-at-point): New function.
24802 (pascal-mode): Use it.
24803 (pascal-mode-map): Use completion-at-point.
24804 (pascal-toggle-completions): Make obsolete.
24805 (pascal-complete-word, pascal-show-completions):
24806 * progmodes/octave-mod.el (octave-complete-symbol):
24807 Redefine as obsolete alias.
24808 * progmodes/octave-inf.el (inferior-octave-completion-at-point):
24809 Signal absence of completion info for old Octave,
24810 (inferior-octave-complete): Redefine as obsolete alias.
24811 * progmodes/meta-mode.el: Use lexical-binding and completion-at-point.
24812 (meta-completions-at-point): Rename from meta-complete-symbol and
24813 adapt it for use on completion-at-point-functions.
24814 (meta-common-mode): Use it.
24815 (meta-looking-at-backward, meta-match-buffer): Remove.
24816 (meta-complete-symbol): Redefine as obsolete alias.
24817 (meta-common-mode-map): Use completion-at-point.
24818 * progmodes/make-mode.el: Use lexical-binding and completion-at-point.
24819 (makefile-mode-map): Use completion-at-point.
24820 (makefile-completions-at-point): Rename from makefile-complete and
24821 adapt it for use on completion-at-point-functions.
24822 (makefile-mode): Use it.
24823 (makefile-complete): Redefine as obsolete alias.
24824
24825 2011-06-20 Deniz Dogan <deniz@dogan.se>
24826
24827 * net/rcirc.el: Delete trailing whitespaces once and for all.
24828
24829 2011-06-20 Daniel Colascione <dan.colascione@gmail.com>
24830
24831 * emacs-lisp/syntax.el (syntax-ppss): Further improve docstring.
24832
24833 2011-06-19 Chong Yidong <cyd@stupidchicken.com>
24834
24835 * files.el (auto-mode-alist): Entry for m2-mode (Bug#8852).
24836
24837 * info.el (Info-apropos-toc-nodes): Minor doc fix (Bug#8833).
24838
24839 2011-06-19 Martin Rudalics <rudalics@gmx.at>
24840
24841 * window.el (display-buffer-other-window-means-other-frame):
24842 Call display-buffer-normalize-alist.
24843 (display-buffer-normalize-specifiers-1): Rename to
24844 display-buffer-normalize-argument. New argument other-frame.
24845 Rewrite.
24846 (display-buffer-normalize-specifiers-2): Rename to
24847 display-buffer-normalize-options.
24848 (display-buffer-normalize-alist-1): New function.
24849 (display-buffer-normalize-specifiers-3): Rename to
24850 display-buffer-normalize-alist.
24851 Call display-buffer-normalize-alist-1.
24852 (display-buffer-normalize-options-inhibit): New variable.
24853 (display-buffer-normalize-specifiers): Rewrite calling
24854 display-buffer-normalize-alist,
24855 display-buffer-normalize-argument, and
24856 display-buffer-normalize-options. Don't call the latter if
24857 display-buffer-normalize-options-inhibit is non-nil.
24858 (frame-auto-delete): New option.
24859 (window-deletable-p): Use frame-auto-delete.
24860 (window-list-no-nils, window-state-ignored-parameters)
24861 (window-state-get-1, window-state-get, window-state-put-list)
24862 (window-state-put-1, window-state-put-2, window-state-put):
24863 New functions.
24864 (display-buffer-normalize-options): Move special-display-p group
24865 after pop-up-frame group (Bug#8851) and (Bug#8856).
24866
24867 2011-06-18 Chong Yidong <cyd@stupidchicken.com>
24868
24869 * emacs-lisp/rx.el (rx-constituents): Add support for numbered
24870 groups (Bug#8776).
24871 (rx-submatch-n): New function.
24872 (rx): Document it.
24873
24874 * dired-x.el (dired-mark-unmarked-files): Fix interactive spec
24875 (Bug#8768).
24876
24877 * replace.el (occur-mode-map): Set occur-edit-mode binding to "e".
24878
24879 * textmodes/fill.el (default-justification): Add :safe (Bug#8879).
24880
24881 * cus-face.el (custom-declare-face): Call custom-theme-recalc face
24882 anytime existing face settings are present (Bug#8889).
24883
24884 * progmodes/delphi.el (delphi-mode-syntax-table): Use defvar.
24885 (delphi-mode): Use define-derived-mode to inherit from prog-mode.
24886 Remove unused argument.
24887
24888 2011-06-18 Martin Rudalics <rudalics@gmx.at>
24889
24890 * window.el (display-buffer-default-specifiers):
24891 Remove pop-up-frame. Add pop-up-window-min-height,
24892 pop-up-window-min-width, and another reuse-window specifier
24893 (Bug#8882). Reported by Dan Nicolaescu <dann@gnu.org>.
24894 (display-buffer-normalize-specifiers-2):
24895 Handle split-height-threshold and split-width-threshold also when
24896 pop-up-windows is unset. Add a reuse-window specifier for the
24897 case popping up a new window fails.
24898 (special-display-popup-frame): Remove double quoting.
24899 (display-buffer-normalize-specifiers-1): Fix thinko.
24900
24901 2011-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
24902
24903 * shell.el (shell-completion-vars): Set pcomplete-termination-string
24904 according to comint-completion-addsuffix.
24905
24906 * pcomplete.el: Convert to lexical binding and fix bug#8819.
24907 (pcomplete-suffix-list): Mark as obsolete.
24908 (pcomplete-completions-at-point): Capture pcomplete-norm-func and
24909 pcomplete-seen in the closure.
24910 (pcomplete-comint-setup): Setup completion-at-point as well.
24911 (pcomplete--entries): New function.
24912 (pcomplete--env-regexp): New var.
24913 (pcomplete-entries): Rewrite to work with partial-completion and
24914 without relying on pcomplete-suffix-list.
24915 (pcomplete-pare-list): Remove, unused.
24916
24917 2011-06-17 Martin Rudalics <rudalics@gmx.at>
24918
24919 * window.el (display-buffer-alist): Set pop-up-window-min-height
24920 and pop-up-window-min-width in default value. Reported by
24921 Thierry Volpiatto <thierry.volpiatto@gmail.com>. New specifier
24922 other-window-means-other-frame.
24923 (display-buffer-macro-specifiers): Comment out entry for
24924 other-window specifier.
24925 (display-buffer-other-window-means-other-frame): New function.
24926 (display-buffer-normalize-specifiers-1): New arguments
24927 buffer-name and label. Treat other-window case specially.
24928 (display-buffer-normalize-specifiers-2): Treat other-window case
24929 specially.
24930 (display-buffer-normalize-specifiers-3): New function.
24931 (display-buffer-normalize-specifiers):
24932 Call display-buffer-normalize-specifiers-3.
24933
24934 2011-06-17 Martin Rudalics <rudalics@gmx.at>
24935
24936 * window.el (same-window-p): Fix two typos introduced when
24937 adding with-no-warnings.
24938 (display-buffer-normalize-specifiers-1): Don't check
24939 pop-up-frames for 'unset initialization.
24940 (display-buffer-normalize-specifiers-2): Major rewrite using
24941 special-display-p and same-window-p (Bug#8851) and (Bug#8856).
24942 (pop-up-frames, display-buffer-reuse-frames)
24943 (display-buffer-mark-dedicated): Don't initialize to 'unset.
24944 Suggested by David Engster <deng@randomsample.de>.
24945 (even-window-heights): Initialize to 'unset.
24946 (display-buffer-alist-set): Handle new 'unset initializations.
24947 (display-buffer-macro-specifiers): Don't pop up a new frame in the
24948 other window case.
24949
24950 2011-06-16 Martin Rudalics <rudalics@gmx.at>
24951
24952 * window.el (display-buffer-normalize-specifiers-1):
24953 Respect current value of pop-up-frames for most reasonable values of
24954 second argument of display-buffer (Bug#8865).
24955 (switch-to-buffer-same-frame, switch-to-buffer-other-window)
24956 (switch-to-buffer-other-window-same-frame)
24957 (switch-to-buffer-other-frame): Fix doc-strings. Reported by Drew
24958 Adams (Bug#8875).
24959 (display-buffer): Don't check noninteractive when calling
24960 display-buffer-pop-up-frame.
24961 (display-buffer-pop-up-frame): Never pop up a frame in
24962 noninteractive mode (Bug#8857).
24963 (enlarge-window, shrink-window): Don't report an error when the
24964 window can't be resized as requested (Bug#8862).
24965
24966 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
24967
24968 * pcmpl-rpm.el (pcomplete/rpm): Minor simplification.
24969
24970 * emacs-lisp/debug.el (debug): Don't leave the buffer in Debugger.
24971
24972 * abbrev.el (define-abbrev-table): Don't add a table multiple times.
24973
24974 2011-06-15 Alan Mackenzie <acm@muc.de>
24975
24976 * progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking
24977 for declarators, disable knr checking to speed up for normal files.
24978 2: Refactor, replacing a sequence of nested if forms by a cond form.
24979
24980 2011-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
24981
24982 * net/network-stream.el (open-network-stream): Add the keyword
24983 :always-query-capabilities for the case where you want to force a
24984 `plain' network connection, but the protocol still requires the
24985 capabilitiy command (i.e., SMTP and EHLO).
24986
24987 * subr.el (process-live-p): Rename from `process-alive-p' for
24988 consistency with other `-live-p' functions.
24989
24990 2011-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
24991
24992 * window.el (same-window-buffer-names, same-window-regexps)
24993 (special-display-frame-alist, special-display-popup-frame)
24994 (special-display-function, special-display-buffer-names)
24995 (special-display-regexps, pop-up-frame-alist)
24996 (pop-up-frame-function, pop-up-frames, display-buffer-reuse-frames)
24997 (pop-up-windows, split-window-preferred-function)
24998 (split-height-threshold, split-width-threshold, even-window-heights)
24999 (display-buffer-mark-dedicated): Don't encourage the use of
25000 display-buffer-alist from Elisp code.
25001
25002 2011-06-15 Dan Nicolaescu <dann@ics.uci.edu>
25003
25004 * progmodes/python.el (python-mode): Derive from prog-mode.
25005 * progmodes/ps-mode.el (ps-mode):
25006 * progmodes/mixal-mode.el (mixal-mode):
25007 * progmodes/cfengine.el (cfengine-mode):
25008 * progmodes/ld-script.el (ld-script-mode): Likewise.
25009
25010 2011-06-15 Martin Rudalics <rudalics@gmx.at>
25011
25012 * window.el (display-buffer-alist): Trim default value to avoid
25013 popping up a new frame (Bug#8857) or reusing an arbitrary window
25014 on another frame.
25015 (display-buffer): Do not fall back on popping up a new frame in
25016 batch mode (Bug#8857).
25017
25018 2011-06-14 Chong Yidong <cyd@stupidchicken.com>
25019
25020 * cus-theme.el (describe-theme-1): Use custom-theme-p.
25021 (custom-theme-summary): New function.
25022 (customize-themes): Use it.
25023
25024 2011-06-13 Glenn Morris <rgm@gnu.org>
25025
25026 * cus-dep.el (custom-make-dependencies): Use up command-line-args-left.
25027
25028 2011-06-13 Martin Rudalics <rudalics@gmx.at>
25029
25030 * help.el (help-window): Remove variable.
25031 (help-window-point-marker, temp-buffer-max-height)
25032 (temp-buffer-resize-mode, help-window-select): Rewrite doc-strings.
25033 (help-print-return-message): Don't set help-window.
25034 (resize-temp-buffer-window): Rewrite cod eand doc-string.
25035 (help-window-setup-finish): Remove.
25036 (help-window-display-message, help-window-setup)
25037 (with-help-window): Major rewrite based on new
25038 display-buffer-window variable.
25039
25040 * help-mode.el (help-mode-finish): Remove help-window related
25041 code.
25042
25043 * view.el (view-exits-all-viewing-windows): Remove reference to
25044 view-return-to-alist in doc-string.
25045 (view-return-to-alist): Make obsolete.
25046 (view-buffer): Call pop-to-buffer-same-window and remove
25047 undo-window code.
25048 (view-buffer-other-window): Call pop-to-buffer-other-window and
25049 simplify code. Ignore second argument.
25050 (view-buffer-other-frame): Call pop-to-buffer-other-frame and
25051 simplify code. Ignore second argument.
25052 (view-return-to-alist-update): Make obsolete.
25053 (view-mode-enter): Rename second argument to QUIT-RESTORE.
25054 Rewrite using quit-restore window parameters.
25055 (view-mode-exit): Rename second argument to EXIT-ONLY.
25056 Rewrite using quit-restore-window.
25057 (View-exit, View-exit-and-edit, View-leave, View-quit)
25058 (View-quit-all, View-kill-and-leave): Call view-mode-exit with
25059 appropriate arguments.
25060 (view-end-message): Use quit-restore window parameter.
25061
25062 * window.el (display-buffer-function): Rewrite doc-string.
25063 (display-buffer-window, display-buffer-alist): New variables.
25064 (display-buffer-split-specifiers)
25065 (display-buffer-side-specifiers)
25066 (display-buffer-macro-specifiers): New constants.
25067 (display-buffer-even-window-sizes, display-buffer-set-height)
25068 (display-buffer-set-width, display-buffer-select-window)
25069 (display-buffer-in-window, display-buffer-reuse-window)
25070 (display-buffer-split-window-1, display-buffer-split-window)
25071 (display-buffer-split-atom-window, display-buffer-pop-up-window)
25072 (display-buffer-pop-up-frame, display-buffer-pop-up-side-window)
25073 (display-buffer-in-side-window, normalize-buffer-to-display)
25074 (display-buffer-normalize-specifiers-1)
25075 (display-buffer-normalize-specifiers-2)
25076 (display-buffer-normalize-specifiers, display-buffer-frame):
25077 New functions.
25078 (display-buffer): Major rewrite.
25079 (display-buffer-other-window, display-buffer-other-frame)
25080 (pop-to-buffer, switch-to-buffer-other-window)
25081 (switch-to-buffer-other-frame): Rewrite.
25082 (display-buffer-same-window, display-buffer-same-frame)
25083 (display-buffer-same-frame-other-window)
25084 (pop-to-buffer-same-window, pop-to-buffer-same-frame)
25085 (pop-to-buffer-other-window)
25086 (pop-to-buffer-same-frame-other-window)
25087 (pop-to-buffer-other-frame, switch-to-buffer-same-frame)
25088 (switch-to-buffer-other-window-same-frame): New functions.
25089 (same-window-p, special-display-p): Rewrite disabling warnings.
25090 Make obsolete.
25091 (pop-up-frames, display-buffer-reuse-frames, pop-up-windows)
25092 (display-buffer-mark-dedicated): Initialize to symbol 'unset.
25093 Make obsolete
25094 (same-window-buffer-names, same-window-regexps)
25095 (special-display-frame-alist, special-display-popup-frame)
25096 (special-display-function, special-display-buffer-names)
25097 (special-display-regexps, pop-up-frame-alist)
25098 (pop-up-frame-function, split-window-preferred-function)
25099 (split-height-threshold, split-width-threshold)
25100 (even-window-heights): Make obsolete.
25101
25102 2011-06-12 Glenn Morris <rgm@gnu.org>
25103
25104 * term/xterm.el (terminal-init-xterm): `version' may be nil. (Bug#8838)
25105 Misc simplifications.
25106
25107 2011-06-12 Martin Rudalics <rudalics@gmx.at>
25108
25109 * window.el (window-safely-shrinkable-p): Restore function which
25110 was inadvertently removed in change from 2011-06-11. Declare as
25111 obsolete.
25112
25113 * calendar/calendar.el (calendar-generate-window):
25114 Use window-iso-combined-p instead of combination of one-window-p and
25115 window-safely-shrinkable-p.
25116
25117 2011-06-12 Glenn Morris <rgm@gnu.org>
25118
25119 * progmodes/fortran.el (fortran-mode-syntax-table):
25120 * progmodes/f90.el (f90-mode-syntax-table):
25121 Set % to punctuation. (Bug#8820)
25122 (f90-find-tag-default): Remove, no longer needed.
25123
25124 2011-06-12 Daniel Colascione <dan.colascione@gmail.com>
25125
25126 * emacs-lisp/syntax.el (syntax-ppss): Clarify which items are invalid.
25127
25128 2011-06-11 Chong Yidong <cyd@stupidchicken.com>
25129
25130 * image.el (image-animated-p): Return animation delay in seconds.
25131 Avoid bit manipulation in Lisp; use `delay' entry in the metadata.
25132 (image-animate-timeout): Remove DELAY argument. Don't assume
25133 every subimage has the same delay; get it from image-animated-p.
25134 (image-animate): Caller changed.
25135
25136 2011-06-11 Michael Albinus <michael.albinus@gmx.de>
25137
25138 * net/tramp.el (tramp-debug-message): Add `tramp-with-progress-reporter'
25139 to ignored backtrace functions.
25140
25141 2011-06-11 Glenn Morris <rgm@gnu.org>
25142
25143 * calendar/appt.el (appt-disp-window-function): Doc fix.
25144 (appt-check): Handle overlapping appointments. (Bug#8337)
25145
25146 2011-06-11 Martin Rudalics <rudalics@gmx.at>
25147
25148 * window.el (window-tree-1, window-tree): New functions, moving
25149 the latter to window.el.
25150 (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
25151 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
25152 (bw-refresh-edges): Remove.
25153 (balance-windows-1, balance-windows-2): New functions.
25154 (balance-windows): Rewrite in terms of window tree functions,
25155 balance-windows-1 and balance-windows-2.
25156 (bw-adjust-window): Remove.
25157 (balance-windows-area-adjust): New function with functionality of
25158 bw-adjust-window but using resize-window.
25159 (set-window-text-height): Rewrite doc-string.
25160 Use normalize-live-window and resize-window.
25161 (enlarge-window-horizontally, shrink-window-horizontally):
25162 Rename argument to DELTA.
25163 (window-buffer-height): New function.
25164 (fit-window-to-buffer, shrink-window-if-larger-than-buffer):
25165 Rewrite using new window resize routines.
25166 (kill-buffer-and-window, mouse-autoselect-window-select):
25167 Use ignore-errors instead of condition-case.
25168 (quit-window): Call delete-frame instead of delete-windows-on
25169 for the only buffer on frame.
25170
25171 2011-06-10 Martin Rudalics <rudalics@gmx.at>
25172
25173 * loadup.el (top-level): Load window before files for the sake
25174 of replace-buffer-in-windows.
25175
25176 * files.el (read-buffer-to-switch)
25177 (switch-to-buffer-other-window)
25178 (switch-to-buffer-other-frame, display-buffer-other-frame):
25179 Move to window.el.
25180
25181 * simple.el (get-next-valid-buffer, last-buffer, next-buffer)
25182 (previous-buffer): Move to window.el.
25183
25184 * bindings.el (unbury-buffer): Move to window.el.
25185
25186 * window.el (delete-other-windows-vertically): Move after
25187 definition of delete-other-windows.
25188 (other-window, delete-windows-on, replace-buffer-in-windows):
25189 Move here from window.c.
25190 (record-window-buffer, unrecord-window-buffer)
25191 (set-window-buffer-start-and-point, switch-to-prev-buffer)
25192 (switch-to-next-buffer): New functions.
25193 (get-next-valid-buffer, last-buffer, next-buffer): Move here
25194 from simple.el. Call switch-to-next-buffer.
25195 (previous-buffer): Move here from simple.el.
25196 Call switch-to-prev-buffer.
25197 (bury-buffer): Move here from buffer.c. Switch to previous
25198 buffer when window cannot be deleted.
25199 (unbury-buffer): Move here from bindings.el.
25200 (ctl-x-map): Move binding for other-window from window.c to
25201 here.
25202 (read-buffer-to-switch, switch-to-buffer-other-window)
25203 (switch-to-buffer-other-frame): Move here from files.el.
25204 (normalize-buffer-to-switch-to): New functions.
25205 (switch-to-buffer): Move here from buffer.c.
25206 Use read-buffer-to-switch and normalize-buffer-to-switch-to.
25207
25208 2011-06-10 Martin Rudalics <rudalics@gmx.at>
25209
25210 * window.el (window-min-height, window-min-width): Move here
25211 from window.c. Add defcustoms and rewrite doc-strings.
25212 (resize-mini-window, resize-window): New functions.
25213 (adjust-window-trailing-edge, enlarge-window, shrink-window):
25214 Move here from window.c.
25215 (maximize-window, minimize-window): New functions.
25216 (delete-window, delete-other-windows, split-window): Move here
25217 from window.c.
25218 (window-split-min-size): New function.
25219 (split-window-keep-point): Mention split-window-above-each-other
25220 instead of split-window-vertically.
25221 (split-window-above-each-other, split-window-vertically):
25222 Rename split-window-vertically to split-window-above-each-other
25223 and provide defalias for old definition.
25224 (split-window-side-by-side, split-window-horizontally):
25225 Rename split-window-horizontally to split-window-side-by-side
25226 and provide defalias for the old definition.
25227 (ctl-x-map): Move bindings for delete-window,
25228 delete-other-windows and enlarge-window here from window.c.
25229 Replace bindings for split-window-vertically and
25230 split-window-horizontally by bindings for
25231 split-window-above-each-other and split-window-side-by-side.
25232
25233 * cus-start.el (all): Remove entries for window-min-height and
25234 window-min-width. Add entries for window-splits and
25235 window-nest.
25236
25237 2011-06-09 Glenn Morris <rgm@gnu.org>
25238
25239 * calendar/appt.el (appt-mode-line): New function.
25240 (appt-check, appt-disp-window): Use it.
25241
25242 * files.el (hack-one-local-variable-eval-safep):
25243 Allow minor-modes with explicit +/-1 arguments.
25244
25245 2011-06-09 Teodor Zlatanov <tzz@lifelogs.com>
25246
25247 * term/xterm.el (xterm): Add defgroup.
25248 (xterm-extra-capabilities): Add defcustom to supply known xterm
25249 capabilities, skip querying them, or query them (default).
25250 (terminal-init-xterm): Use it.
25251 (terminal-init-xterm-modify-other-keys): New function to set up
25252 modifyOtherKeys support to simplify `terminal-init-xterm'.
25253
25254 2011-06-09 Martin Rudalics <rudalics@gmx.at>
25255
25256 * window.el (resize-window-reset, resize-window-reset-1)
25257 (resize-subwindows-skip-p, resize-subwindows-normal)
25258 (resize-subwindows, resize-other-windows, resize-this-window)
25259 (resize-root-window, resize-root-window-vertically)
25260 (window-deletable-p, window-or-subwindow-p)
25261 (frame-root-window-p): New functions.
25262
25263 2011-06-09 Glenn Morris <rgm@gnu.org>
25264
25265 * net/ange-ftp.el (ange-ftp-switches-ok): New function.
25266 (ange-ftp-get-files): Use it.
25267
25268 2011-06-09 Alexander Klimov <alserkli@inbox.ru> (tiny change)
25269
25270 * mail/sendmail.el (mail-recover-1, mail-recover):
25271 * files.el (recover-file, recover-session):
25272 Handle dired-listing-switches not being just a single short option.
25273
25274 2011-06-09 Glenn Morris <rgm@gnu.org>
25275
25276 * calendar/appt.el (appt-display-message, appt-disp-window):
25277 Handle lists of appointments.
25278
25279 2011-06-08 Martin Rudalics <rudalics@gmx.at>
25280
25281 * window.el (one-window-p): Move down in code.
25282 Rewrite doc-string.
25283 (window-current-scroll-bars): Rewrite doc-string.
25284 Normalize live window argument.
25285 (walk-windows, get-window-with-predicate, count-windows):
25286 Rewrite doc-string. Use window-list-1.
25287 (window-in-direction-2, window-in-direction, get-mru-window):
25288 New functions.
25289
25290 2011-06-08 Reuben Thomas <rrt@sc3d.org>
25291
25292 * progmodes/flymake.el (flymake-compilation-prevents-syntax-check):
25293 Doc fix (Bug#8713).
25294
25295 2011-06-08 Chong Yidong <cyd@stupidchicken.com>
25296
25297 * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696).
25298
25299 2011-06-08 Juanma Barranquero <lekktu@gmail.com>
25300
25301 * loadhist.el (unload-feature-special-hooks):
25302 Add `comint-output-filter-functions'.
25303
25304 2011-06-08 Ivan Kanis <gnu@kanis.fr>
25305
25306 * calendar/appt.el (appt-check): Move some initializations into the let.
25307
25308 2011-06-08 Martin Rudalics <rudalics@gmx.at>
25309
25310 * window.el (window-height): Defalias to window-total-height.
25311 (window-width): Defalias to window-body-width.
25312
25313 2011-06-07 Chong Yidong <cyd@stupidchicken.com>
25314
25315 * image-mode.el (image-toggle-animation): New command.
25316 (image-mode-map): Bind it to RET.
25317 (image-mode): Update message.
25318 (image-toggle-display-image): Avoid a spurious cache flush.
25319 (image-transform-rotation): Doc fix.
25320 (image-transform-properties): Return quickly in the normal case.
25321 (image-animate-loop): Rename from image-animate-max-time.
25322
25323 * image.el (image-animate-max-time): Move to image-mode.el.
25324 (create-animated-image): Remove unnecessary function.
25325 (image-animate): Rename from image-animate-start. New arg.
25326 (image-animate-stop): Remove; just use image-animate-timer.
25327 (image-animate-timer): Use car-safe.
25328 (image-animate-timeout): Rename argument.
25329
25330 2011-06-07 Martin Rudalics <rudalics@gmx.at>
25331
25332 * window.el (get-lru-window, get-largest-window): Move here from
25333 window.c. Rename first argument to ALL-FRAMES.
25334 Rephrase doc-strings.
25335 (get-buffer-window-list): Rewrite using window-list-1.
25336 Rephrase doc-string.
25337 (window-safe-min-height, window-safe-min-width): New constants.
25338 (window-size-ignore, window-min-size, window-min-size-1)
25339 (window-sizable, window-sizable-p, window-size-fixed-1)
25340 (window-size-fixed-p, window-min-delta-1, window-min-delta)
25341 (window-max-delta-1, window-max-delta, window-resizable)
25342 (window-resizable-p, window-total-height, window-total-width)
25343 (window-body-width): New functions.
25344 (window-full-height-p, window-full-width-p): Rewrite using
25345 window-total-size.
25346 (window-body-height): Rewrite using window-body-size.
25347
25348 2011-06-06 Martin Rudalics <rudalics@gmx.at>
25349
25350 * window.el (window-right, window-left, window-child)
25351 (window-child-count, window-last-child, window-any-p)
25352 (normalize-live-buffer, normalize-live-frame)
25353 (normalize-any-window, normalize-live-window)
25354 (window-iso-combination-p, window-iso-combined-p)
25355 (window-iso-combinations)
25356 (walk-window-tree-1, walk-window-tree, walk-window-subtree)
25357 (windows-with-parameter, window-with-parameter)
25358 (window-atom-root, make-window-atom, window-atom-check-1)
25359 (window-atom-check, window-side-check, window-check):
25360 New functions.
25361 (ignore-window-parameters, window-sides, window-sides-vertical)
25362 (window-sides-slots): New variables.
25363 (window-size-fixed): Move down in code. Minor doc-string fix.
25364
25365 2011-06-05 Andreas Schwab <schwab@linux-m68k.org>
25366
25367 * comint.el (comint-dynamic-complete-as-filename)
25368 (comint-dynamic-complete-filename): Correctly call
25369 completion-in-region.
25370
25371 2011-06-05 Deniz Dogan <deniz@dogan.se>
25372
25373 * net/rcirc.el (rcirc-prompt-for-encryption): Fix bug introduced
25374 in last change.
25375
25376 2011-06-05 Deniz Dogan <deniz@dogan.se>
25377
25378 * net/rcirc.el (rcirc-prompt-for-encryption): New function.
25379 (rcirc): Use it to prompt for encryption.
25380
25381 2011-06-05 Roland Winkler <winkler@gnu.org>
25382
25383 * textmodes/bibtex.el (bibtex-search-buffer): New variable.
25384 (bibtex-search-entries): New command bound to C-c C-a.
25385 (bibtex-display-entries): New function.
25386
25387 2011-06-05 Roland Winkler <winkler@gnu.org>
25388
25389 * textmodes/bibtex.el (bibtex-generate-url-list): Fix docstring.
25390 (bibtex-insert-kill): After yanking insert newline if necessary.
25391 (bibtex-initialize): Call bibtex-string-files-init only once.
25392 (bibtex-mode): Do not call easy-menu-add.
25393 (bibtex-validate-globally): Use save-excursion in bibtex buffers.
25394 (bibtex-yank): Set arg properly if nil.
25395
25396 2011-06-05 Roland Winkler <winkler@gnu.org>
25397
25398 * textmodes/bibtex.el (bibtex-search-entry-globally):
25399 New variable.
25400 (bibtex-search-entry): Use it.
25401
25402 2011-06-05 Roland Winkler <winkler@gnu.org>
25403
25404 * textmodes/bibtex.el (bibtex-entry-format): New option
25405 sort-fields.
25406 (bibtex-format-entry, bibtex-reformat): Honor this option.
25407 (bibtex-parse-entry): Return fields in proper order.
25408
25409 2011-06-05 Juanma Barranquero <lekktu@gmail.com>
25410
25411 * doc-view.el (doc-view-remove-if): Move computation of result out
25412 of `dolist' to silence misleading lexical-binding warning.
25413
25414 2011-06-04 Chong Yidong <cyd@stupidchicken.com>
25415
25416 * emacs-lisp/timer.el (timer-activate): Remove unused arg.
25417 (timer-activate, timer-activate-when-idle): Doc fix (Bug#8793).
25418
25419 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
25420
25421 * net/tramp-sh.el (tramp-find-shell): Apply workaround also for
25422 "SunOS 5.10".
25423
25424 2011-06-04 Michael Albinus <michael.albinus@gmx.de>
25425
25426 * net/tramp.el (tramp-set-completion-function, tramp-parse-rhosts)
25427 (tramp-parse-shosts, tramp-parse-sconfig, tramp-parse-shostkeys)
25428 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc)
25429 (tramp-parse-putty):
25430 * net/tramp-sh.el (tramp-completion-function-alist-rsh)
25431 (tramp-completion-function-alist-ssh)
25432 (tramp-completion-function-alist-telnet)
25433 (tramp-completion-function-alist-su)
25434 (tramp-completion-function-alist-putty): Set `tramp-autoload'
25435 cookie.
25436
25437 * net/tramp-ftp.el:
25438 * net/tramp-sh.el:
25439 * net/tramp-smb.el: Set `tramp-autoload' cookie, and eval after
25440 load "tramp.el" `tramp-set-completion-function'.
25441
25442 2011-06-04 Stefan Monnier <monnier@iro.umontreal.ca>
25443
25444 * shell.el: Require and use pcomplete.
25445 (shell-dynamic-complete-functions): Add pcomplete-completions-at-point.
25446 (shell-completion-vars): Set pcomplete-default-completion-function.
25447
25448 2011-06-04 Deniz Dogan <deniz@dogan.se>
25449
25450 * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of
25451 `memq' (Bug#8799).
25452
25453 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
25454
25455 * subr.el (make-progress-reporter): Add "..." by default (bug#8785).
25456
25457 2011-06-02 Juanma Barranquero <lekktu@gmail.com>
25458
25459 * bs.el (bs--mark-unmark, bs--nth-wrapper):
25460 * mpc.el (mpc-select-extend, mpc-songpointer-context):
25461 * vc/log-view.el (log-view-beginning-of-defun):
25462 * vc/smerge-mode.el (smerge-apply-resolution-patch)
25463 (smerge-refine-forward, smerge-refine-chopup-region):
25464 Silence warning for unused `dotimes' counter variables.
25465
25466 2011-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
25467
25468 * net/tramp.el (tramp-with-progress-reporter): Rename from
25469 with-progress-reporter. Use `declare'.
25470 * net/tramp-smb.el:
25471 * net/tramp-sh.el:
25472 * net/tramp-gvfs.el: Update all uses.
25473
25474 2011-06-02 Jay Belanger <jay.p.belanger@gmail.com>
25475
25476 * calc/calc.el (calc-kill-stack-buffer): Make sure that the trail
25477 buffer isn't killed before making it current.
25478
25479 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
25480
25481 Silence various byte-compiler warnings.
25482 * emacs-lisp/byte-run.el (make-obsolete-variable): New argument
25483 `access-type' and new obsolescence format.
25484 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): Adjust to
25485 new format.
25486 (byte-compile-check-variable): New `access-type' argument.
25487 Only warn if the access-type is obsolete.
25488 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
25489 (byte-compile-variable-set): Adjust callers.
25490 * help-fns.el (describe-variable): Adjust to new obsolescence format.
25491 * mail/sendmail.el (mail-mailer-swallows-blank-line): Only mark
25492 setting it as obsolete.
25493 * simple.el (minibuffer-completing-symbol):
25494 * font-lock.el (font-lock-beginning-of-syntax-function): Only mark read
25495 access as obsolete.
25496 * minibuffer.el (minibuffer-completing-file-name): Don't make it
25497 obsolete yet.
25498 * international/quail.el (quail-mouse-choose-completion): Remove unused
25499 code referring to obsolete var.
25500 (quail-choose-completion-string): Remove.
25501 * server.el (server-clients-with, server-kill-buffer-query-function)
25502 (server-kill-emacs-query-function): Silence "unused `proc'" warnings.
25503 * proced.el (proced-send-signal):
25504 * emacs-lisp/lisp.el (lisp-complete-symbol):
25505 Replace completion-annotate-function with completion-extra-properties.
25506
25507 2011-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
25508
25509 * simple.el (goto-line): Use read-number.
25510 (overriding-map-is-bound): Remove.
25511 (saved-overriding-map): Change default.
25512 (save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
25513 Take the map as argument.
25514 (universal-argument, negative-argument, digit-argument): Use it.
25515 (restore-overriding-map): Adjust.
25516 (do-auto-fill): Use fill-forward-paragraph.
25517 (keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
25518
25519 * minibuffer.el (minibuffer-inactive-mode-map): New var.
25520 (minibuffer-inactive-mode): New major mode.
25521 * mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
25522 the *Messages* buffer" hack.
25523 (mouse-popup-menubar): Don't burp if the event is a normal key.
25524
25525 Miscellaneous tweaks.
25526 * emacs-lisp/cl-macs.el (dolist, dotimes): Use the same strategy for
25527 lexical scoping as in subr.el's dolist and dotimes.
25528 * emacs-lisp/bytecomp.el (byte-compile-unfold-bcf):
25529 Silence compiler warning.
25530 * thingatpt.el (forward-whitespace): Trivial coding style fix.
25531 * subr.el (with-output-to-temp-buffer): Provide an edebug spec.
25532 * international/ccl.el (ccl-compile): Trivial simplification.
25533 * help-fns.el (help-do-arg-highlight): Silence compiler warning.
25534 * emacs-lisp/testcover.el (testcover-end): Remove spurious
25535 `printflag' argument.
25536 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
25537 Purecopy the whole obsolescence data.
25538
25539 2011-06-01 Leo Liu <sdl.web@gmail.com>
25540
25541 * net/rcirc.el (rcirc-decode-coding-system): Revert last change;
25542 improve doc-string as suggested by Marco Pessotto
25543 <melmothx@gmail.com>.
25544 (rcirc-print): Fix last change.
25545
25546 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
25547
25548 * minibuffer.el (complete-with-action): Return nil for the metadata and
25549 boundaries of non-functional tables.
25550 (completion-table-dynamic): Return nil for the metadata.
25551 (completion-table-with-terminator): Add default case, using
25552 complete-with-action.
25553 (completion--metadata): New function.
25554 (completion-all-sorted-completions, minibuffer-completion-help): Use it
25555 to try and avoid pathological performance problems.
25556 (completion--embedded-envvar-table): Return `category' metadata.
25557
25558 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
25559
25560 * subr.el (process-alive-p): New tiny convenience function.
25561
25562 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
25563
25564 * emacs-lisp/debug.el (debug): Save&restore not just the buffer's
25565 content but also its previous major mode.
25566
25567 2011-05-31 Helmut Eller <eller.helmut@gmail.com>
25568
25569 * emacs-lisp/debug.el (debug): Restore the previous content of the
25570 *Backtrace* buffer when we exit with C-M-c.
25571
25572 2011-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
25573
25574 * minibuffer.el: Add metadata method to completion tables.
25575 (completion-category-overrides): New defcustom.
25576 (completion-metadata, completion--field-metadata)
25577 (completion-metadata-get, completion--styles)
25578 (completion--cycle-threshold): New functions.
25579 (completion-try-completion, completion-all-completions):
25580 Add `metadata' argument to choose completion-styles.
25581 (completion--do-completion): Use metadata to choose cycling.
25582 (completion-all-sorted-completions): Use metadata for sorting.
25583 Remove :completion-cycle-penalty which is not needed any more.
25584 (completion--try-word-completion): Add `metadata' argument.
25585 (minibuffer-completion-help): Check metadata for annotation function
25586 and sorting.
25587 (completion-file-name-table): Return `category' metadata.
25588 (minibuffer-completing-file-name): Make obsolete.
25589 * simple.el (minibuffer-completing-symbol): Make obsolete.
25590 * icomplete.el (icomplete-completions): Pass new `metadata' param to
25591 completion-try-completion.
25592
25593 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
25594
25595 * mail/smtpmail.el (smtpmail-send-data): Add progress reporter.
25596
25597 2011-05-30 Leo Liu <sdl.web@gmail.com>
25598
25599 * net/rcirc.el (rcirc-debug-buffer): Use visible buffer name.
25600 (rcirc-print): Decode all incoming messages (bug#8744).
25601 (rcirc-decode-coding-system): Allow value nil for automatic coding
25602 system detection.
25603
25604 2011-06-01 Glenn Morris <rgm@gnu.org>
25605
25606 * mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
25607
25608 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
25609
25610 * image.el (image-animate-max-time): Allow nil and t values.
25611 Default to nil.
25612 (create-animated-image): Doc fix.
25613 (image-animate-start): Remove second arg; just use
25614 image-animate-max-time.
25615 (image-animate-timeout): Doc fix. Args changed.
25616
25617 * image-mode.el (image-toggle-display-image): Ensure that the
25618 image spec passed to the animate timer is the same object as in
25619 the buffer's display property (Bug#6981).
25620 (image-transform-properties): Doc fix.
25621
25622 * image.el (image-animate-max-time): Default to nil.
25623
25624 2011-05-29 Martin Rudalics <rudalics@gmx.at>
25625
25626 * menu-bar.el (kill-this-buffer-enabled-p): Avoid looping over
25627 entire buffer list (Bug#8184).
25628
25629 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
25630
25631 * image.el (imagemagick-types-inhibit)
25632 (imagemagick-register-types): Doc fix.
25633
25634 2011-05-29 Deniz Dogan <deniz@dogan.se>
25635
25636 * net/rcirc.el (rcirc): Use the user's stored encryption method by
25637 default.
25638
25639 2011-05-29 Chong Yidong <cyd@stupidchicken.com>
25640
25641 * select.el: Don't perform clipboard-manager saving in hooks;
25642 leave the hooks empty.
25643
25644 2011-05-28 Leo Liu <sdl.web@gmail.com>
25645
25646 * replace.el (occur-menu-map, occur-edit-mode-map): New vars.
25647 (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map.
25648 (occur-edit-mode): New major mode (Bug#8463).
25649 (occur-after-change-function): New function.
25650 (occur-engine): Give Occur tags a read-only property.
25651
25652 2011-05-28 Kevin Ryde <user42@zip.com.au>
25653
25654 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
25655
25656 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
25657
25658 * bindings.el (help-echo): Make the initial non-indicator dash
25659 empty on graphical terminals (Bug#7295).
25660
25661 * files.el (auto-mode-alist): Move config rule after the
25662 in-stripping one (Bug#8547).
25663
25664 * newcomment.el (comment-end-skip): Doc fix (Bug#8659).
25665
25666 * startup.el (normal-splash-screen): Remove gratuitous mode-line
25667 setting (Bug#8740).
25668
25669 2011-05-28 Alp Aker <aker@pitt.edu> (tiny change)
25670
25671 * buff-menu.el (Buffer-menu-revert-function, Buffer-menu-sort)
25672 (Buffer-menu-buffer+size): Use Buffer-menu-buffer-column
25673 (Bug#8539).
25674
25675 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
25676
25677 * emacs-lisp/re-builder.el (re-builder): Improve doc (Bug#8286).
25678
25679 2011-05-28 Dima Kogan <dkogan@cds.caltech.edu> (tiny change)
25680
25681 * progmodes/hideshow.el (hs-looking-at-block-start-p): New fun.
25682 (hs-hide-block-at-point, hs-find-block-beginning)
25683 (hs-already-hidden-p, hs-hide-block, hs-show-block): Use it
25684 (Bug#8279).
25685
25686 2011-05-28 Glenn Morris <rgm@gnu.org>
25687
25688 * startup.el (fancy-about-screen): Use standard mode line. (Bug#8740)
25689
25690 2011-05-28 Chong Yidong <cyd@stupidchicken.com>
25691
25692 * help-fns.el (describe-function-1): If the function is a derived
25693 major mode, print the parent mode.
25694
25695 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
25696 (idl-mode, pike-mode, awk-mode): Inherit from prog-mode.
25697
25698 2011-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
25699
25700 * minibuffer.el (completion--capf-wrapper): Check applicability before
25701 returning non-nil for non-exclusive completion data.
25702 * progmodes/etags.el (tags-completion-at-point-function):
25703 * info-look.el (info-lookup-completions-at-point): Mark as
25704 non-exclusive.
25705 (info-complete): Adjust accordingly.
25706
25707 * info-look.el: Convert to lexical-binding and completion-at-point.
25708 (info-lookup-completions-at-point): New function.
25709 (info-complete): Use it and completion-in-region.
25710
25711 2011-05-28 Drew Adams <drew.adams@oracle.com>
25712
25713 * isearch.el: Let M-e start with point at the first mismatched char.
25714 (isearch-fail-pos): New function.
25715 (isearch-edit-string): Use it.
25716
25717 2011-05-28 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
25718
25719 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
25720
25721 2011-05-27 Toby Cubitt <toby-predictive@dr-qubit.org>
25722
25723 * emacs-lisp/avl-tree.el: New avl-tree-stack datatype. Add new
25724 traversal functions for avl-trees.
25725 (avl-tree--stack): New struct.
25726 (avl-tree-stack-p, avl-tree--stack-repopulate): New funs.
25727 (avl-tree-enter): Add optional `updatefun' arg.
25728 (avl-tree--do-enter): Add optional `updatefun' arg.
25729 Change return value.
25730 (avl-tree-delete): Add optional `test' and `nilflag' args.
25731 (avl-tree--do-delete): Add `test' and `nilflag' args.
25732 Change return value.
25733 (avl-tree-member): Add optional `nilflag'
25734 (avl-tree-member-p): New function.
25735 (avl-tree-mapc, avl-tree-mapf, avl-tree-mapcar): New functions.
25736 (avl-tree-stack, avl-tree-stack-pop, avl-tree-stack-first)
25737 (avl-tree-stack-empty-p): New functions.
25738
25739 * emacs-lisp/avl-tree.el (avl-tree--del-balance): Rename from
25740 avl-tree--del-balance1 and make it work both ways.
25741 (avl-tree--del-balance2): Remove.
25742 (avl-tree--enter-balance): Rename from avl-tree--enter-balance1 and
25743 make it work both ways.
25744 (avl-tree--enter-balance2): Remove.
25745 (avl-tree--switch-dir, avl-tree--dir-to-sign, avl-tree--sign-to-dir):
25746 New macros.
25747 (avl-tree--mapc, avl-tree-map): Add direction argument.
25748
25749 2011-05-27 David Michael <fedora.dm0@gmail.com> (tiny change)
25750
25751 * files.el (interpreter-mode-alist): Add rbash (bug#8745).
25752
25753 2011-05-27 Chong Yidong <cyd@stupidchicken.com>
25754
25755 * select.el: Support clipboard managers with built-in function
25756 x-clipboard-manager-save, via delete-frame-functions and
25757 kill-emacs-hook.
25758 (xselect-convert-to-targets): Add MULTIPLE target to list.
25759 (xselect-convert-to-save-targets): New function.
25760
25761 2011-05-27 Kenichi Handa <handa@m17n.org>
25762
25763 * mail/sendmail.el (mail-encode-header): Avoid double encoding by
25764 let-binding rfc2047-encode-encoded-words to nil.
25765
25766 2011-05-27 Glenn Morris <rgm@gnu.org>
25767
25768 * mail/emacsbug.el: Don't require url-util.
25769
25770 * shell.el (shell-directory-tracker): Case matters. (Bug#8735)
25771
25772 * files.el (set-auto-mode):
25773 Also respect mode: entries at the end of the file. (Bug#8586)
25774
25775 2011-05-26 Glenn Morris <rgm@gnu.org>
25776
25777 * files.el (hack-local-variables-prop-line, hack-local-variables):
25778 Downcase mode names, as seems to be traditional.
25779 (hack-local-variables, hack-local-variables-apply): Doc fixes.
25780
25781 * mail/emacsbug.el (report-emacs-bug): Mention checking From address.
25782 (report-emacs-bug-hook): Try to validate the From address. (Bug#8038)
25783
25784 2011-05-25 Julien Danjou <julien@danjou.info>
25785
25786 * textmodes/rst.el (rst-define-level-faces): Do not define face
25787 symbol if it is already defined.
25788
25789 2011-05-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
25790
25791 * play/5x5.el (5x5-new-game, 5x5-randomize):
25792 Reset 5x5-solver-output to nil when a new grid is cast.
25793 (5x5-log-init, 5x5-log): Use defsubst instead of defmacro to shunt
25794 these debugging traces, as defmacro breaks the compiled code.
25795
25796 2011-05-24 Dmitry Kurochkin <dmitry.kurochkin@gmail.com> (tiny change)
25797
25798 * isearch.el (isearch-range-invisible): Use invisible-p (bug#8721).
25799
25800 2011-05-24 Leo Liu <sdl.web@gmail.com>
25801
25802 * vc/vc-bzr.el (vc-bzr-sha1-program): Rename from sha1-program.
25803 (vc-bzr-sha1): Adapt.
25804
25805 * sha1.el: Remove. Function `sha1' is now builtin.
25806
25807 * bindings.el: Provide sha1 feature.
25808
25809 2011-05-24 Kenichi Handa <handa@m17n.org>
25810
25811 * mail/sendmail.el: Require `rfc2047'.
25812 (mail-insert-from-field): Do not perform RFC2047 encoding.
25813 (mail-encode-header): New function.
25814 (sendmail-send-it): Set buffer-file-coding-system of the work
25815 buffer to the return value of select-message-coding-system.
25816 Call mail-encode-header.
25817
25818 * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header.
25819
25820 2011-05-24 Sean Neakums <sneakums@zork.net> (tiny change)
25821
25822 * mail/supercite.el (sc-default-cite-frame):
25823 Handle sc-nested-citation-p when sc-cite-blank-lines-p is non-nil.
25824
25825 2011-05-24 Glenn Morris <rgm@gnu.org>
25826
25827 * progmodes/python.el (brm-menu): Declare.
25828
25829 * emulation/viper.el (viper-set-hooks): Declare.
25830
25831 * play/5x5.el (5x5-log-init, 5x5-log): Evaluate when compiling.
25832 (5x5-log-init, 5x5-log, 5x5-solver): Doc fixes.
25833 (math-map-vec, math-sub, math-mul, math-make-intv, math-reduce-vec)
25834 (math-format-number, math-pow, calcFunc-arrange, calcFunc-cvec)
25835 (calcFunc-diag, calcFunc-trn, calcFunc-inv, calcFunc-mrow)
25836 (calcFunc-mcol, calcFunc-vconcat, calcFunc-index): Declare.
25837
25838 2011-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
25839
25840 Add an :exit-function for completion-at-point.
25841
25842 * minibuffer.el (completion--done): New fun.
25843 (completion--do-completion): Use it. New arg `expect-exact'.
25844 (minibuffer-complete, minibuffer-complete-word): Don't output message,
25845 since completion--do-completion does it for us now.
25846 (minibuffer-force-complete): Use completion--done and
25847 completion--replace. Handle sole-completion case with more care.
25848 (minibuffer-complete-and-exit): Use new `expect-exact' arg.
25849 (completion-extra-properties): New var.
25850 (completion-annotate-function): Make obsolete.
25851 (minibuffer-completion-help): Adjust accordingly.
25852 Use completion-list-insert-choice-function.
25853 (completion-at-point, completion-help-at-point):
25854 Bind completion-extra-properties.
25855 (completion-pcm-word-delimiters): Add | (for uniquify, for example).
25856 * simple.el (completion-list-insert-choice-function): New var.
25857 (completion-setup-function): Preserve it.
25858 (choose-completion): Pay attention to it, shuffle the code a bit.
25859 (choose-completion-string): New arg `insert-function'.
25860
25861 * textmodes/bibtex.el: Convert to lexical binding.
25862 (bibtex-mode-map): Use completion-at-point.
25863 (bibtex-mode): Use define-derived-mode&completion-at-point-functions.
25864 (bibtex-completion-at-point-function): New fun, from bibtex-complete.
25865 (bibtex-complete): Define as obsolete alias.
25866 (bibtex-complete-internal): Remove.
25867 (bibtex-format-entry): Remove unused sub-group in regexp.
25868 * shell.el (shell--command-completion-data)
25869 (shell-environment-variable-completion):
25870 * pcomplete.el (pcomplete-completions-at-point):
25871 * comint.el (comint--complete-file-name-data): Use :exit-function
25872 instead of completion-table-with-terminator so it also works for
25873 choose-completion.
25874
25875 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
25876
25877 * <lots-of-files>.el: Don't quote lambda expressions with `quote'.
25878
25879 * vc/smerge-mode.el (smerge-refine-subst): Don't deactivate the mark
25880 (bug#8710).
25881
25882 * emacs-lisp/lisp.el (up-list): Fix forward movement (bug#8708).
25883
25884 2011-05-23 Ken Manheimer <ken.manheimer@gmail.com>
25885
25886 * allout.el (allout-inhibit-auto-fill-on-headline): Create new
25887 customization variable and implement: If non-nil, auto-fill will
25888 be inhibited while on topic's header line.
25889
25890 2011-05-23 Vincent Belaïche <vincentb1@users.sourceforge.net>
25891
25892 * play/5x5.el: I/ Add an arithmetic solver to suggest positions to
25893 click on. II/ Make 5x5 multisession. III/ Ensure that random grids
25894 always have a solution in grid size = 5 cases.
25895 (5x5-mode-map): Add keybinding to function `5x5-solve-suggest'.
25896 (5x5-solver-output, 5x5-log-buffer): New vars.
25897 (5x5-grid, 5x5-x-pos, 5x5-y-pos, 5x5-moves, 5x5-cracking):
25898 Make these variables buffer local to achieve 5x5 multi-session-ness.
25899 (5x5): Set 5x5-grid-size only if SIZE is non-negative.
25900 (5x5-grid-to-vec, 5x5-vec-to-grid, 5x5-log-init, 5x5-log, 5x5-solver)
25901 (5x5-solve-suggest): New funs.
25902 (5x5-randomize): Use 5x5-make-move instead of 5x5-flip-cell to
25903 randomize a grid so that we ensure that there is always a solution.
25904 (5x5-make-random-grid): Allow other movement than flipping.
25905
25906 2011-05-23 Kevin Ryde <user42@zip.com.au>
25907
25908 * emacs-lisp/advice.el (ad-read-advised-function):
25909 Use `function-called-at-point' as the default, if it has
25910 advice and passes PREDICATE.
25911
25912 2011-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
25913
25914 * emacs-lisp/bytecomp.el (byte-compile-function-form): Only call
25915 byte-compile-lambda if it's actually a lambda.
25916
25917 * emacs-lisp/eieio.el (eieio-defgeneric-form-primary-only-one):
25918 Fix function quoting. Use backquote better.
25919
25920 2011-05-22 Yuanle Song <sylecn@gmail.com>
25921
25922 * nxml/rng-xsd.el (rng-xsd-check-pattern): Use case-sensitive
25923 matching (Bug#8516).
25924
25925 2011-05-22 Jari Aalto <jari.aalto@cante.net>
25926
25927 * vc/vc-dir.el (vc-default-dir-printer): Give edited tag a
25928 different face (Bug#8178).
25929
25930 2011-05-22 Chong Yidong <cyd@stupidchicken.com>
25931
25932 * vc/diff-mode.el (diff-changed): Don't use terminal specs for
25933 defface (Bug#8144).
25934
25935 2011-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
25936
25937 * emacs-lisp/macroexp.el (macroexpand-all-1): Convert ' to #' for
25938 funcall as well (bug#8712). Warn when performing those conversions.
25939 * emacs-lisp/bytecomp.el (byte-compile-form): Fix error report.
25940
25941 * progmodes/grep.el (grep-mode): Fix it for good (bug#8684)!
25942
25943 2011-05-22 Glenn Morris <rgm@gnu.org>
25944
25945 * files.el (hack-local-variables-prop-line): Small simplifications.
25946 (hack-local-variables, hack-local-variables-prop-line):
25947 If MODE-ONLY, return the mode, rather than just `t'.
25948
25949 2011-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
25950
25951 * progmodes/grep.el (grep-mode): Fix last change (bug#8684).
25952
25953 2011-05-21 Glenn Morris <rgm@gnu.org>
25954
25955 * files.el (hack-local-variables-prop-line, hack-local-variables):
25956 If only interested in the mode, don't bother doing the other stuff.
25957
25958 * image-mode.el (image-after-revert-hook):
25959 Redraw all frames on which the image is visible. (Bug#8567)
25960
25961 * dired-aux.el (dired-touch-initial): Just use current-time. (Bug#6887)
25962
25963 * wid-edit.el (widget-checklist-match-inline):
25964 Fix 2011-04-19 change. (Bug#8649)
25965
25966 2011-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
25967
25968 * emacs-lisp/checkdoc.el (checkdoc-sentencespace-region-engine):
25969 Also allow singlespace after single-letter capitals followed by a dot.
25970
25971 * nxml/nxml-mode.el (nxml-electric-slash): Reindent when completion is
25972 enabled. Suggested by James Ahlborn <jahlborn@gmail.com> (bug#8704).
25973
25974 2011-05-20 Nix <nix@esperi.org.uk>
25975
25976 * files.el (basic-save-buffer-2):
25977 Fix handling of break-hardlink-on-save with non-existent files.
25978
25979 2011-05-19 Deniz Dogan <deniz@dogan.se>
25980
25981 * net/rcirc.el (rcirc-mode): Initialize rcirc-urls to nil.
25982 (rcirc-markup-urls): Check if rcirc-url-regexp is nil.
25983
25984 2011-05-19 Glenn Morris <rgm@gnu.org>
25985
25986 * progmodes/f90.el (f90-type-def-re):
25987 Handle "type, bind(c)". (Bug#8691)
25988
25989 * emacs-lisp/autoload.el (batch-update-autoloads):
25990 Set autoload-excludes by parsing loadup.el rather than Makefiles.
25991
25992 2011-05-18 Michael Albinus <michael.albinus@gmx.de>
25993
25994 * net/tramp.el (tramp-process-actions): Set "first-password-request"
25995 property for the correct connection in case of multihops.
25996
25997 2011-05-18 Glenn Morris <rgm@gnu.org>
25998
25999 * emacs-lisp/authors.el (authors-fixed-entries): Remove fakemail.c.
26000 * mail/sendmail.el (sendmail-program): Fall back to just "sendmail".
26001
26002 Rationalize calendar handling of day and month abbrev-arrays.
26003 * calendar/calendar.el (calendar-customized-p): New function.
26004 (calendar-abbrev-construct, calendar-make-alist): Change what it does.
26005 (calendar-day-name-array, calendar-month-name-array): Doc fix.
26006 Add :set function.
26007 (calendar-abbrev-length, calendar-day-abbrev-array)
26008 (calendar-month-abbrev-array): Make defcustoms, with appropriate :set.
26009 (calendar-day-abbrev-array, calendar-month-abbrev-array):
26010 Elements may no longer be nil.
26011 (calendar-day-name, calendar-month-name):
26012 Update for changed nature of abbrev arrays.
26013 * calendar/diary-lib.el (diary-name-pattern):
26014 Update for changed nature of abbrev arrays.
26015 (diary-mark-entries-1): Update calendar-make-alist calls.
26016 (diary-font-lock-date-forms): Doc fix for changed abbrev arrays.
26017 * calendar/cal-html.el (cal-html-day-abbrev-array):
26018 Simply inherit from calendar-day-abbrev-array.
26019
26020 2011-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
26021
26022 * progmodes/grep.el (grep-mode): Disable default
26023 compilation-directory-matcher setting (bug#8684).
26024
26025 2011-05-17 Michael Albinus <michael.albinus@gmx.de>
26026
26027 * net/tramp.el (tramp-handle-insert-file-contents): Use "dd"
26028 instead of "head" and "tail". There were problems with SunOS 5.9,
26029 and it performs better.
26030
26031 2011-05-17 Glenn Morris <rgm@gnu.org>
26032
26033 * mail/mail-utils.el (mail-dont-reply-to): Silence compiler.
26034
26035 * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
26036 Replace obsolete function.
26037
26038 * shell.el (pcomplete-parse-arguments-function): Declare.
26039
26040 * calendar/appt.el (appt-message-warning-time, appt-display-mode-line)
26041 (appt-display-diary, appt-display-interval, appt-prev-comp-time)
26042 (appt-check): Doc fixes.
26043 (appt-disp-window-function, appt-delete-window-function):
26044 Remove needless special case in custom :type.
26045 (appt-display-count): Default to 0, not nil.
26046 (appt-check): Reset appt-display-count to 0, not nil.
26047
26048 2011-05-17 Juanma Barranquero <lekktu@gmail.com>
26049
26050 * progmodes/python.el (python-font-lock-keywords):
26051 Add the Python 3.X keyword "nonlocal" (bug#8639).
26052
26053 2011-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
26054
26055 * emacs-lisp/eieio.el (defmethod): Fix quoting of code (bug#8677).
26056
26057 2011-05-16 Kevin Ryde <user42@zip.com.au>
26058
26059 * info-look.el (makefile-automake-mode): New setups, looking in
26060 automake manual, then makefile-mode.
26061 (makefile-mode): Remove automake manual, have it just in
26062 makefile-automake-mode since there's various things different or
26063 not relevant to plain make.
26064 (makefile-mode): Remove "other-modes" non-existent automake-mode,
26065 believe a hypothetical automake-mode would go to makefile-mode,
26066 not the other way around.
26067
26068 2011-05-15 Chong Yidong <cyd@stupidchicken.com>
26069
26070 * vc/diff-mode.el (diff-fixup-modifs): Locate correct position for
26071 hunk-end tags (Bug#8672).
26072
26073 * vc/vc-annotate.el (vc-annotate-mode-map): Bind = to
26074 vc-annotate-show-diff-revision-at-line (Bug#8671).
26075
26076 2011-05-14 Glenn Morris <rgm@gnu.org>
26077
26078 * vc/add-log.el (add-change-log-entry): Don't start adding a new entry
26079 in the middle of an existing one with multiple authors. (Bug#8645)
26080 (change-log-font-lock-keywords): Also handle multiple author lines
26081 with leading tabs. (Bug#8644)
26082
26083 * calendar/appt.el (appt-check): Rename some local variables.
26084 Some simplification/reordering.
26085
26086 * mail/feedmail.el (feedmail-confirm-outgoing-timeout)
26087 (feedmail-sendmail-f-doesnt-sell-me-out)
26088 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
26089 (feedmail-debug-sit-for, feedmail-queue-express-hook)
26090 (feedmail-queue-runner-message-sender): Set :version.
26091 (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server)
26092 (bbdb-dwim-net-address, vm-mail): Declare.
26093 (feedmail-binmail-gnulinuxish-template):
26094 Rename from feedmail-binmail-linuxish-template.
26095 (feedmail-buffer-to-smtp, feedmail-vm-mail-mode):
26096 Use insert-buffer-substring.
26097
26098 2011-05-14 Bill Carpenter <bill@carpenter.org>
26099
26100 * mail/feedmail.el (feedmail-patch-level): Increase.
26101 (feedmail-debug): New custom group.
26102 (feedmail-confirm-outgoing-timeout)
26103 (feedmail-sendmail-f-doesnt-sell-me-out)
26104 (feedmail-queue-slug-suspect-regexp, feedmail-debug)
26105 (feedmail-debug-sit-for, feedmail-queue-express-hook): New options.
26106 (feedmail-sender-line, feedmail-from-line)
26107 (feedmail-fiddle-headers-upwardly, feedmail-enable-spray)
26108 (feedmail-spray-this-address)
26109 (feedmail-spray-address-fiddle-plex-list)
26110 (feedmail-queue-use-send-time-for-date)
26111 (feedmail-queue-use-send-time-for-message-id)
26112 (feedmail-last-chance-hook, feedmail-queue-runner-mode-setter)
26113 (feedmail-buffer-eating-function):
26114 Doc fixes.
26115 (feedmail-spray-via-bbdb, feedmail-buffer-to-smtp)
26116 (feedmail-vm-mail-mode, feedmail-message-action-scroll-up)
26117 (feedmail-message-action-scroll-down): New functions.
26118 (feedmail-queue-directory, feedmail-queue-draft-directory):
26119 Use expand-file-name.
26120 (feedmail-prompt-before-queue-standard-alist): Add scroll entries.
26121 Remove C-v help entry.
26122 (feedmail-queue-buffer-file-name): New variable.
26123 (feedmail-mail-send-hook-splitter, feedmail-buffer-to-binmail)
26124 (feedmail-buffer-to-smtpmail, feedmail-queue-express-to-draft)
26125 (feedmail-message-action-send-strong, feedmail-message-action-edit)
26126 (feedmail-message-action-draft, feedmail-message-action-draft-strong)
26127 (feedmail-message-action-queue, feedmail-message-action-queue-strong)
26128 (feedmail-message-action-toggle-spray)
26129 (feedmail-run-the-queue-no-prompts)
26130 (feedmail-run-the-queue-global-prompt, feedmail-queue-reminder)
26131 (feedmail-look-at-queue-directory, feedmail-queue-subject-slug-maker)
26132 (feedmail-create-queue-filename, feedmail-rfc822-time-zone):
26133 (feedmail-fiddle-header, feedmail-give-it-to-buffer-eater)
26134 (feedmail-envelope-deducer, feedmail-fiddle-from)
26135 (feedmail-fiddle-sender, feedmail-default-date-generator)
26136 (feedmail-fiddle-date, feedmail-fiddle-message-id)
26137 (feedmail-fiddle-spray-address)
26138 (feedmail-fiddle-list-of-spray-fiddle-plexes)
26139 (feedmail-fiddle-list-of-fiddle-plexes)
26140 (feedmail-fill-to-cc-function, feedmail-fill-this-one)
26141 (feedmail-one-last-look, feedmail-fqm-p): Add debug calls.
26142 (feedmail-queue-runner-message-sender, feedmail-binmail-template):
26143 Change default. Doc fix.
26144 (feedmail-queue-runner-cleaner-upper): Use feedmail-say-chatter.
26145 (feedmail-binmail-linuxish-template): New constant.
26146 (feedmail-buffer-to-sendmail): Doc fix. Add debug call.
26147 Respect feedmail-sendmail-f-doesnt-sell-me-out.
26148 (feedmail-send-it): Add debug call.
26149 Use feedmail-queue-buffer-file-name, and
26150 feedmail-send-it-immediately-wrapper.
26151 (feedmail-message-action-send): Add debug call.
26152 Use feedmail-send-it-immediately-wrapper.
26153 (feedmail-queue-express-to-queue): Add debug call.
26154 Run feedmail-queue-express-hook.
26155 (feedmail-message-action-help): Add debug call. Use feedmail-p-h-b-n.
26156 (feedmail-message-action-help-blat):
26157 Rename from feedmail-queue-send-edit-prompt-help-first.
26158 (feedmail-run-the-queue): Add debug call. Set buffer-file-type.
26159 Check line-endings. Handle errors better.
26160 (feedmail-queue-reminder-brief, feedmail-queue-reminder-medium):
26161 Doc fix. Add debug call.
26162 (feedmail-queue-send-edit-prompt): Doc fix. Add debug call.
26163 Use feedmail-queue-send-edit-prompt-inner.
26164 (feedmail-queue-runner-prompt, feedmail-scroll-buffer): New functions.
26165 (feedmail-queue-send-edit-prompt-inner): New function, extracted
26166 from feedmail-queue-send-edit-prompt.
26167 (feedmail-queue-send-edit-prompt-help)
26168 (feedmail-queue-send-edit-prompt-help-later): Remove functions.
26169 (feedmail-tidy-up-slug): Add debug call.
26170 Respect feedmail-queue-slug-suspect-regexp.
26171 (feedmail-queue-subject-slug-maker): Use buffer-substring-no-properties.
26172 (feedmail-dump-message-to-queue): Add debug call.
26173 Expand queue-directory.
26174 (feedmail-dump-message-to-queue): Change message slightly.
26175 Use feedmail-say-chatter.
26176 (feedmail-rfc822-date): Add debug call. Bind system-time-locale.
26177 (feedmail-send-it-immediately-wrapper): New function.
26178 (feedmail-send-it-immediately): Add debug calls. Use let not let*.
26179 Insert empty string rather than newline. Handle full-frame case.
26180 Use catch/throw. Use feedmail-say-chatter.
26181 (feedmail-fiddle-from): Try mail-host-address.
26182 (feedmail-default-message-id-generator): Doc fix.
26183 Bind system-time-locale. Handle missing end.
26184 (feedmail-fiddle-x-mailer): Add debug call.
26185 Handle feedmail-x-mailer-line being nil.
26186 (feedmail-accume-n-nuke-header, feedmail-deduce-address-list):
26187 Add debug call. Use buffer-substring-no-properties.
26188 (feedmail-say-debug, feedmail-say-chatter): New functions.
26189 (feedmail-find-eoh): Give an explicit error.
26190
26191 2011-05-13 Ulf Jasper <ulf.jasper@web.de>
26192
26193 * net/newst-treeview.el (newsticker-treeview-face): Change default
26194 family from helvetica to sans.
26195 (newsticker-treeview-tool-bar-map): Move tool-bar icons to
26196 etc/images/newsticker.
26197
26198 * net/newst-reader.el (newsticker-feed-face): Change default
26199 family from helvetica to sans.
26200
26201 * net/newst-plainview.el (newsticker-new-item-face)
26202 (newsticker-old-item-face, newsticker-immortal-item-face)
26203 (newsticker-obsolete-item-face, newsticker-date-face)
26204 (newsticker-statistics-face): Change default family from
26205 helvetica to sans.
26206 (newsticker--plainview-tool-bar-map): Move tool-bar icons to
26207 etc/images/newsticker.
26208
26209 * net/newst-backend.el (newsticker--do-run-auto-mark-filter)
26210 (newsticker--process-auto-mark-filter-match): Tell user about
26211 auto-marking.
26212
26213 2011-05-13 Didier Verna <didier@xemacs.org>
26214
26215 Common Lisp indentation improvements on defmethod and lambda-lists.
26216 * emacs-lisp/cl-indent.el: Advertise the changes and remove obsolete
26217 TODO entries.
26218 (lisp-lambda-list-keyword-parameter-indentation)
26219 (lisp-lambda-list-keyword-parameter-alignment)
26220 (lisp-lambda-list-keyword-alignment): New customizable user options.
26221 (lisp-indent-defun-method): Improve docstring.
26222 (extended-loop-p): Fix comment.
26223 (lisp-indent-lambda-list-keywords-regexp): New variable.
26224 (lisp-indent-lambda-list): New function.
26225 (lisp-indent-259): Use it.
26226 (lisp-indent-defmethod): Support for more than one
26227 method qualifier and properly indent methods lambda-lists.
26228 (defgeneric): Provide a missing common-lisp-indent-function property.
26229
26230 2011-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
26231
26232 * thingatpt.el (bounds-of-thing-at-point): Return nil rather than
26233 bounds for the empty string (bug#8667).
26234
26235 2011-05-13 Glenn Morris <rgm@gnu.org>
26236
26237 * mail/feedmail.el (feedmail-buffer-to-sendmail): Require sendmail.
26238
26239 * mail/sendmail.el (sendmail-program): Try executable-find first.
26240 (sendmail-send-it): `sendmail-program' cannot be unbound.
26241
26242 * calendar/appt.el (appt-make-list): Simplify.
26243 (appt-time-msg-list): Doc fix.
26244 (appt-check): Change mode-line message at the time of the appointment.
26245
26246 2011-05-12 Andreas Schwab <schwab@linux-m68k.org>
26247
26248 * progmodes/ld-script.el (ld-script-keywords)
26249 (ld-script-builtins): Update keywords list.
26250
26251 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
26252
26253 * progmodes/grep.el (grep-filter): Don't trip on partial lines.
26254
26255 * shell.el (shell-completion-vars): New function.
26256 (shell-mode):
26257 * simple.el (read-shell-command): Use it.
26258 (blink-matching-open): No need for " [...]" in minibuffer-message.
26259
26260 2011-05-12 Glenn Morris <rgm@gnu.org>
26261
26262 * calendar/appt.el (appt-now-displayed): Remove pointless variable.
26263 (appt-check): Simplify.
26264
26265 2011-05-12 Eli Zaretskii <eliz@gnu.org>
26266
26267 * vc/smerge-mode.el (smerge-resolve): Use null-device rather than a
26268 literal "/dev/null".
26269
26270 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
26271
26272 * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point):
26273 Fix typo.
26274
26275 2011-05-12 Ralph Schleicher <rs@ralph-schleicher.de>
26276
26277 * progmodes/which-func.el (which-function):
26278 Use add-log-current-defun instead of add-log-current-defun-function,
26279 which might not be defined (Bug#8260).
26280
26281 2011-05-12 Glenn Morris <rgm@gnu.org>
26282
26283 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
26284 Let byte-compile-initial-macro-environment always take precedence.
26285
26286 2011-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
26287
26288 * net/rcirc.el: Add support for SSL/TLS connections.
26289 (rcirc-server-alist): New field `encryption'.
26290 (rcirc): Check `encryption' settings.
26291 (rcirc-connect): New arg `encryption'. Use open-network-stream.
26292 Merge make-local-variable into `set'.
26293 (rcirc--connection-open-p): New function.
26294 (rcirc-send-string, rcirc-clean-up-buffer): Use it to handle case where
26295 the process is not a network process (e.g. running gnutls-cli).
26296 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
26297 Make rcirc-(en|de)code-coding-system local here.
26298 (rcirc-mode): Merge make-local-variable into `set'.
26299 (rcirc-parent-buffer): Make permanent buffer-local.
26300 (rcirc-multiline-minor-mode): Don't do it here.
26301 (rcirc-switch-to-server-buffer): Don't switch to a random buffer if
26302 there's no server buffer.
26303
26304 2011-05-11 Glenn Morris <rgm@gnu.org>
26305
26306 * newcomment.el (comment-kill): Prefix "unused" local.
26307
26308 * term/w32console.el (get-screen-color): Declare.
26309
26310 * emacs-lisp/bytecomp.el (byte-compile-arglist-warn):
26311 Handle symbol elements of byte-compile-initial-macro-environment.
26312
26313 2011-05-10 Leo Liu <sdl.web@gmail.com>
26314
26315 * bookmark.el (bookmark-bmenu-mode-map):
26316 Bind bookmark-bmenu-search to `/'.
26317
26318 * mail/footnote.el: Convert to utf-8 encoding.
26319 (footnote-unicode-string, footnote-unicode-regexp): New variable.
26320 (Footnote-unicode): New function.
26321 (footnote-style-alist): Add unicode style to the list.
26322 (footnote-style): Doc fix.
26323
26324 2011-05-10 Jim Meyering <meyering@redhat.com>
26325
26326 Fix doubled-word typos.
26327 * international/quail.el (quail-insert-kbd-layout): and and -> and.
26328 * kermit.el: and and -> and.
26329 * net/ldap.el (ldap-search-internal): to to -> to.
26330 * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
26331 * progmodes/js.el (js-mode): and and -> and.
26332 * textmodes/artist.el (artist-move-to-xy): at at -> at.
26333 (artist-draw-region-trim-line-endings): if if -> if.
26334 And Safetyc -> Safety.
26335 * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a.
26336
26337 2011-05-10 Glenn Morris <rgm@gnu.org>
26338 Stefan Monnier <monnier@iro.umontreal.ca>
26339
26340 * files.el (hack-one-local-variable-eval-safep):
26341 Consider "eval: (foo-mode)" to be safe. (Bug#8613)
26342
26343 2011-05-10 Glenn Morris <rgm@gnu.org>
26344
26345 * calendar/diary-lib.el (diary-list-entries-hook)
26346 (diary-mark-entries-hook, diary-nongregorian-listing-hook)
26347 (diary-nongregorian-marking-hook, diary-list-entries)
26348 (diary-include-other-diary-files, diary-mark-entries)
26349 (diary-mark-included-diary-files): Doc fixes.
26350
26351 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
26352
26353 * misc.el: Require tabulated-list.el during compilation.
26354
26355 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
26356
26357 * progmodes/compile.el (compilation-start):
26358 Run compilation-filter-hook for the async case too.
26359 (compilation-filter-hook): Doc fix.
26360
26361 2011-05-09 Deniz Dogan <deniz@dogan.se>
26362
26363 * wdired.el: Remove outdated installation comment. Fix usage
26364 comment.
26365
26366 2011-05-09 Juanma Barranquero <lekktu@gmail.com>
26367
26368 * misc.el: Implement new command `list-dynamic-libraries'.
26369 (list-dynamic-libraries--loaded-only-p): New variable.
26370 (list-dynamic-libraries--refresh): New function.
26371 (list-dynamic-libraries): New command.
26372
26373 2011-05-09 Chong Yidong <cyd@stupidchicken.com>
26374
26375 * progmodes/compile.el (compilation-error-regexp-alist-alist):
26376 Fix the ant regexp to handle end-line and end-column info from jikes.
26377 Re-introduce maven regexp. Give the ruby-Test::Unit regexp a
26378 higher priority to avoid clobbering by gnu.
26379
26380 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
26381
26382 * cus-face.el (custom-declare-face): Call custom-theme-recalc-face
26383 if the face has existing theme settings (Bug#8454).
26384
26385 2011-05-08 Ralph Schleicher <rs@ralph-schleicher.de>
26386
26387 * progmodes/perl-mode.el (perl-imenu-generic-expression):
26388 Only match variables declared via `my' or `our' (Bug#8261).
26389
26390 * net/browse-url.el (browse-url-of-dired-file): Allow browsing of
26391 special file names `.' and `..' (Bug#8259).
26392
26393 2011-05-08 Chong Yidong <cyd@stupidchicken.com>
26394
26395 * progmodes/grep.el (grep-mode-font-lock-keywords):
26396 Remove buffer-changing entries.
26397 (grep-filter): New function.
26398 (grep-mode): Add it to compilation-filter-hook.
26399
26400 * progmodes/compile.el (compilation-filter-hook)
26401 (compilation-filter-start): New defvars.
26402 (compilation-filter): Call compilation-filter-hook prior to
26403 updating the process mark.
26404
26405 2011-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
26406
26407 * emacs-lisp/eieio.el (defmethod): Fix typo in last change.
26408
26409 2011-05-07 Eli Zaretskii <eliz@gnu.org>
26410
26411 * mail/sendmail.el (send-mail-function): On MS-Windows, default to
26412 mailclient-send-it even if window-system is nil. (Bug#8595)
26413
26414 * term/w32console.el (terminal-init-w32console):
26415 Call get-screen-color and use its output to set the frame
26416 background-mode. (Bug#8597)
26417
26418 2011-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
26419
26420 Make bytecomp.el understand that defmethod defines funs (bug#8631).
26421 * emacs-lisp/eieio.el (eieio--defalias, eieio--defgeneric-init-form):
26422 New functions.
26423 (defgeneric, eieio--defmethod): Use them.
26424 (eieio-defgeneric): Remove.
26425 (defmethod): Call defgeneric in a way visible to the byte-compiler.
26426
26427 2011-05-07 Glenn Morris <rgm@gnu.org>
26428
26429 * calendar/timeclock.el (timeclock-log-data): Remove unused local.
26430 Use let rather than let*.
26431 (timeclock-find-discrep): Remove unused local.
26432
26433 * calendar/diary-lib.el (diary-comment-start): Doc fix.
26434
26435 * calendar/appt.el (appt-time-msg-list): Doc fix.
26436
26437 2011-05-06 Noah Friedman <friedman@splode.com>
26438
26439 * apropos.el (apropos-print-doc): Only use
26440 emacs-lisp-docstring-fill-column when it is bound to an integer,
26441 per that variable's documentation.
26442
26443 2011-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
26444
26445 * lpr.el (print-region-1): Echo lpr-program's output, so error messages
26446 and warnings are not silently discarded (e.g. use -d instead of -P).
26447
26448 2011-05-06 Glenn Morris <rgm@gnu.org>
26449
26450 * calendar/appt.el (appt-message-warning-time): Doc fix.
26451 (appt-warning-time-regexp): New option.
26452 (appt-make-list): Respect appt-message-warning-time.
26453
26454 * calendar/diary-lib.el (diary-comment-start, diary-comment-end):
26455 New options.
26456 (diary-add-to-list): Strip comments from the displayed string.
26457 (diary-mode): Set comment-start and comment-end.
26458
26459 * vc/diff-mode.el (smerge-refine-subst): Declare.
26460 (diff-refine-hunk): Don't require smerge-mode when compiling.
26461
26462 2011-05-06 Juanma Barranquero <lekktu@gmail.com>
26463
26464 * simple.el (list-processes): Return nil as the docstring says.
26465
26466 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
26467
26468 * net/ange-ftp.el (ange-ftp-binary-file-name-regexp): Set default
26469 to "".
26470 (ange-ftp-write-region, ange-ftp-insert-file-contents)
26471 (ange-ftp-copy-file-internal): Use only `ange-ftp-binary-file' for
26472 determining of binary transfer. (Bug#7383)
26473
26474 2011-05-05 Michael Albinus <michael.albinus@gmx.de>
26475
26476 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26477 Fix port computation bug. (Bug#8618)
26478
26479 2011-05-05 Glenn Morris <rgm@gnu.org>
26480
26481 * allout-widgets.el (allout-widgets-mode-inhibit): Declare before use.
26482
26483 * simple.el (shell-dynamic-complete-functions)
26484 (comint-dynamic-complete-functions): Declare.
26485
26486 * net/network-stream.el (gnutls-negotiate):
26487 * simple.el (tabulated-list-print): Fix declarations.
26488
26489 * progmodes/gud.el (syntax-symbol, syntax-point):
26490 Remove unnecessary and incorrect declarations.
26491
26492 * emacs-lisp/check-declare.el (check-declare-scan):
26493 Handle byte-compile-initial-macro-environment in bytecomp.el.
26494
26495 2011-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
26496
26497 Fix earlier half-done eieio-defmethod change (bug#8338).
26498 * emacs-lisp/eieio.el (eieio--defmethod): Rename from eieio-defmethod.
26499 Streamline and change calling convention.
26500 (defmethod): Adjust accordingly and simplify.
26501 (eieio-defclass): Fix broken calls to eieio-defmethod and redirect to
26502 new eieio--defmethod.
26503 (slot-boundp): Minor CSE simplification.
26504
26505 2011-05-05 Milan Zamazal <pdm@zamazal.org>
26506
26507 * progmodes/glasses.el (glasses-separate-capital-groups): New option.
26508 (glasses-make-readable): Use glasses-separate-capital-groups.
26509
26510 2011-05-05 Juanma Barranquero <lekktu@gmail.com>
26511
26512 * emacs-lisp/warnings.el (warning-level-aliases): Reflow docstring.
26513 (warning-series): Doc fix.
26514 (display-warning): Don't try to create the buffer if we just found it.
26515
26516 2011-05-04 Chong Yidong <cyd@stupidchicken.com>
26517
26518 * emacs-lisp/autoload.el (generated-autoload-file): Set to nil.
26519 (autoload-find-generated-file): New function.
26520 (generate-file-autoloads): Bind generated-autoload-file to
26521 buffer-file-name.
26522 (update-file-autoloads, update-directory-autoloads):
26523 Use autoload-find-generated-file. If called interactively, prompt for
26524 output file (Bug#7989).
26525 (batch-update-autoloads): Doc fix.
26526
26527 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
26528
26529 * term/w32-win.el (dynamic-library-alist): Add `gnutls'.
26530
26531 2011-05-04 Glenn Morris <rgm@gnu.org>
26532
26533 * calendar/diary-lib.el (diary-fancy-date-pattern): Turn it into a
26534 function, so it follows changes in calendar-date-style.
26535 (diary-fancy-date-matcher): New function.
26536 (diary-fancy-font-lock-keywords): Use diary-fancy-date-matcher.
26537 (diary-fancy-font-lock-fontify-region-function):
26538 Use diary-fancy-date-pattern as a function.
26539
26540 * calendar/diary-lib.el (diary-fancy-date-pattern): Do not use
26541 non-numbers for `year' etc pseudo-variables. (Bug#8583)
26542
26543 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
26544
26545 * net/gnutls.el (gnutls-negotiate): Use CL-style keyword arguments
26546 instead of positional arguments. Allow :keylist and :crlfiles
26547 arguments.
26548 (open-gnutls-stream): Call it.
26549
26550 * net/network-stream.el (network-stream-open-starttls): Adjust to
26551 call `gnutls-negotiate' with :process and :hostname arguments.
26552
26553 2011-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
26554
26555 * minibuffer.el (completion--message): New function.
26556 (completion--do-completion, minibuffer-complete)
26557 (minibuffer-force-complete, minibuffer-complete-word): Use it.
26558 (completion--do-completion): Don't ignore completion-auto-help when in
26559 icomplete-mode.
26560
26561 * whitespace.el (whitespace-trailing-regexp): Don't rely on the
26562 internal encoding (e.g. tibetan zero is not whitespace).
26563 (global-whitespace-mode): Prefer save-current-buffer.
26564 (whitespace-trailing-regexp): Remove useless save-match-data.
26565 (whitespace-empty-at-bob-regexp): Minor simplification.
26566
26567 2011-05-03 Chong Yidong <cyd@stupidchicken.com>
26568
26569 * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
26570
26571 2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
26572
26573 * textmodes/ispell.el (ispell-add-per-file-word-list):
26574 Use `concat' to create string for insertion.
26575
26576 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
26577
26578 * textmodes/bibtex.el (bibtex-fill-field-bounds, bibtex-fill-entry):
26579 Avoid open-line which runs post-self-insert-hook.
26580 (bibtex-fill-entry): Remove unused `end' var.
26581
26582 2011-05-03 Dirk Ullrich <dirk.ullrich@googlemail.com> (tiny change)
26583
26584 * textmodes/ispell.el (ispell-add-per-file-word-list):
26585 Protect against `nil' value of `comment-start' (Bug#8579).
26586
26587 2011-05-03 Leo Liu <sdl.web@gmail.com>
26588
26589 * isearch.el (isearch-yank-pop): New command.
26590 (isearch-mode-map): Bind it to `M-y'.
26591 (isearch-forward): Mention it.
26592
26593 2011-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
26594
26595 * simple.el (minibuffer-complete-shell-command): Remove.
26596 (minibuffer-local-shell-command-map): Use completion-at-point.
26597 (read-shell-command): Setup completion vars here instead.
26598 (read-expression-map): Bind TAB to symbol completion.
26599
26600 * textmodes/ispell.el (lookup-words): Use with-temp-buffer; signal
26601 error directly rather via storing it into `results'.
26602
26603 2011-05-02 Leo Liu <sdl.web@gmail.com>
26604
26605 * vc/diff.el: Fix description.
26606
26607 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
26608
26609 * server.el (server-eval-at): New function.
26610
26611 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
26612
26613 * net/network-stream.el (open-network-stream): Take a :nowait
26614 parameter and pass it on to `make-network-process'.
26615 (network-stream-open-plain): Ditto.
26616
26617 2011-04-30 Andreas Schwab <schwab@linux-m68k.org>
26618
26619 * faces.el (face-spec-set-match-display): Don't match toolkit
26620 options on terminal frames.
26621
26622 2011-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
26623
26624 * progmodes/pascal.el: Use lexical binding.
26625 (pascal-mode-map): Remove author preferences.
26626
26627 * pcomplete.el (pcomplete-std-complete): Don't abuse
26628 completion-at-point.
26629
26630 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
26631
26632 * calc/calccomp.el (math-comp-to-string-flat-term): Simplify by
26633 removing code that has been dead since 1991 or so.
26634
26635 * startup.el (command-line): When warning about "_emacs", use a
26636 delayed warning to allow the user to filter it out.
26637
26638 2011-04-28 Deniz Dogan <deniz@dogan.se>
26639
26640 * net/rcirc.el (rcirc-handler-353): Fix bug for channels which the
26641 user has not joined.
26642
26643 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
26644
26645 * pcomplete.el (pcomplete-completions-at-point): Return nil if there
26646 aren't any completions at point.
26647
26648 2011-04-28 Juanma Barranquero <lekktu@gmail.com>
26649
26650 * subr.el (display-delayed-warnings): New function.
26651 (delayed-warnings-hook): New variable.
26652
26653 2011-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
26654
26655 * minibuffer.el (completion-at-point, completion-help-at-point):
26656 Don't presume that a given completion-at-point-function will always
26657 use the same calling convention.
26658
26659 * pcomplete.el (pcomplete-completions-at-point):
26660 Obey pcomplete-ignore-case. Don't call pcomplete-norm-func unless
26661 pcomplete-seen is non-nil.
26662 (pcomplete-comint-setup): Also recognize the new comint/shell
26663 completion functions.
26664 (pcomplete-do-complete): Don't call pcomplete-norm-func unless
26665 pcomplete-seen is non-nil.
26666
26667 2011-04-27 Niels Giesen <niels.giesen@gmail.com>
26668
26669 * calendar/icalendar.el (diary-lib): Add require statement.
26670 (icalendar--create-uid): Read out a uid from a text-property on
26671 the first character in the entry. This allows for code to add its
26672 own uid to the entry.
26673 (icalendar--convert-float-to-ical): Add export of
26674 `diary-float'-entries save for those with the optional DAY
26675 argument.
26676
26677 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
26678
26679 * subr.el (shell-quote-argument): Use alternate escaping strategy
26680 when we spot a variable reference in a string.
26681
26682 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
26683
26684 * cus-start.el (all): Define customization for debug-on-event.
26685
26686 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
26687
26688 * subr.el (shell-quote-argument): Escape correctly under Windows.
26689
26690 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
26691
26692 * emulation/cua-base.el (cua-selection-mode): Make it toggle again.
26693
26694 2011-04-25 Michael Albinus <michael.albinus@gmx.de>
26695
26696 * net/tramp.el (tramp-process-actions): Add POS argument.
26697 Delete region between POS and (pos).
26698
26699 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
26700 Use `nil' position in `tramp-process-actions' call.
26701 (tramp-maybe-open-connection): Call `tramp-process-actions' with pos.
26702
26703 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil'
26704 position in `tramp-process-actions' call.
26705
26706 * net/trampver.el: Update release number.
26707
26708 2011-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
26709
26710 * custom.el (defcustom): Obey lexical-binding.
26711
26712 Fix octave-inf completion problems reported by Alexander Klimov.
26713 * progmodes/octave-inf.el (inferior-octave-mode-syntax-table):
26714 Inherit from octave-mode-syntax-table.
26715 (inferior-octave-mode): Set info-lookup-mode.
26716 (inferior-octave-completion-at-point): New function.
26717 (inferior-octave-complete): Use it and completion-in-region.
26718 (inferior-octave-dynamic-complete-functions): Use it as well, and use
26719 comint-filename-completion.
26720 * progmodes/octave-mod.el (octave-mode-syntax-table): Use _ syntax for
26721 symbol elements which shouldn't be word elements.
26722 (octave-font-lock-keywords, octave-beginning-of-defun)
26723 (octave-function-header-regexp): Adjust regexps accordingly.
26724 (octave-mode-map): Also use info-lookup-symbol for C-c C-h.
26725
26726 2011-04-25 Juanma Barranquero <lekktu@gmail.com>
26727
26728 * net/gnutls.el (gnutls-errorp): Declare before first use.
26729
26730 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
26731
26732 * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
26733 verify-error, and verify-hostname-error parameters. Check whether
26734 default trustfile exists before going to use it. Add missing
26735 argument to gnutls-message-maybe call. Return value.
26736 Reported by Claudio Bley <claudio.bley@gmail.com>.
26737 (open-gnutls-stream): Add usage example.
26738
26739 * net/network-stream.el (network-stream-open-starttls): Give host
26740 parameter to `gnutls-negotiate'.
26741 (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
26742 * subr.el (shell-quote-argument): Escape correctly under Windows.
26743
26744 2011-04-24 Daniel Colascione <dan.colascione@gmail.com>
26745
26746 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
26747 Use correct match group (bug#8438).
26748
26749 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
26750
26751 * emacs-lisp/package.el (package-built-in-p): Fix typo.
26752 (package-menu--generate): New arg specifying packages to show.
26753 (package-menu-refresh, package-menu-execute, list-packages):
26754 Callers changed.
26755 (package-show-package-list): New function, replacing deleted
26756 package--list-packages (renamed because it is non-internal).
26757
26758 * finder.el (finder-list-matches): Use package-show-package-list
26759 instead of deleted package--list-packages.
26760
26761 * vc/vc-annotate.el (vc-annotate-goto-line): New command.
26762 Based on a previous implementation by Juanma Barranquero (Bug#8366).
26763 (vc-annotate-mode-map): Bind it to RET.
26764
26765 2011-04-24 Uday S Reddy <u.s.reddy@cs.bham.ac.uk> (tiny change)
26766
26767 * progmodes/etags.el (next-file): Don't use set-buffer to change
26768 buffers (Bug#8478).
26769
26770 2011-04-24 Chong Yidong <cyd@stupidchicken.com>
26771
26772 * files.el (auto-mode-alist): Use js-mode for .json (Bug#8529).
26773
26774 * apropos.el (apropos-label-face): Avoid variable-pitch face.
26775 (apropos-accumulator): Doc fix.
26776 (apropos-function, apropos-macro, apropos-command)
26777 (apropos-variable, apropos-face, apropos-group, apropos-widget)
26778 (apropos-plist): Add face property.
26779 (apropos-symbols-internal): Fix indentation.
26780 (apropos-print): Simplify help, and recognize apropos-multi-type.
26781 (apropos-print-doc): Use button-type-get to extract the button's
26782 face property. Fill docstring (Bug#8352).
26783
26784 2011-04-23 Juanma Barranquero <lekktu@gmail.com>
26785
26786 * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535).
26787
26788 * play/mpuz.el (mpuz-silent): Doc fix.
26789 (mpuz-mode-map): Use mapc.
26790 (mpuz-put-number-on-board): Rename parameter L to COLUMNS.
26791 (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer):
26792 Fix typos in docstrings.
26793
26794 * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token)
26795 (doctor-nounp, doctor-pronounp): Fix typos in docstrings.
26796
26797 * mouse-drag.el (mouse-drag-throw): Fix typo in docstring.
26798
26799 2011-04-23 Chong Yidong <cyd@stupidchicken.com>
26800
26801 * minibuffer.el (completion--do-completion): Avoid the "Next char
26802 not unique" prompt if icomplete-mode is enabled (Bug#5849).
26803
26804 * mouse.el (mouse-drag-mode-line-1): Make sure that if we push
26805 mouse-2 into unread-command-events, it is interpreted correctly.
26806
26807 * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
26808 (image-toggle-display): Doc fix.
26809
26810 2011-04-23 Stephen Berman <stephen.berman@gmx.net>
26811
26812 * textmodes/page.el (what-page): Use line-number-at-pos to
26813 calculate line number (Bug#6825).
26814
26815 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
26816
26817 * eshell/esh-mode.el (find-tag-interactive): Declare function.
26818 (eshell-find-tag): Remove `with-no-warnings', unneeded now.
26819 Pass argument NO-DEFAULT to `find-tag-interactive'.
26820
26821 2011-04-22 Juanma Barranquero <lekktu@gmail.com>
26822
26823 Lexical-binding cleanup.
26824
26825 * progmodes/ada-mode.el (ada-after-change-function, ada-loose-case-word)
26826 (ada-no-auto-case, ada-capitalize-word, ada-untab, ada-narrow-to-defun):
26827 * progmodes/ada-prj.el (ada-prj-initialize-values)
26828 (ada-prj-display-page, ada-prj-field-modified, ada-prj-display-help)
26829 (ada-prj-show-value):
26830 * progmodes/ada-xref.el (ada-find-any-references, ada-gdb-application):
26831 * progmodes/antlr-mode.el (antlr-with-displaying-help-buffer)
26832 (antlr-invalidate-context-cache, antlr-options-menu-filter)
26833 (antlr-language-option-extra, antlr-c++-mode-extra, antlr-run-tool):
26834 * progmodes/bug-reference.el (bug-reference-push-button):
26835 * progmodes/fortran.el (fortran-line-length):
26836 * progmodes/glasses.el (glasses-change):
26837 * progmodes/octave-mod.el (octave-fill-paragraph):
26838 * progmodes/python.el (python-mode, python-pdbtrack-track-stack-file)
26839 (python-pdbtrack-grub-for-buffer, python-sentinel):
26840 * progmodes/sql.el (sql-save-connection):
26841 * progmodes/tcl.el (tcl-indent-command, tcl-popup-menu):
26842 * progmodes/xscheme.el (xscheme-enter-debugger-mode):
26843 Mark unused parameters.
26844
26845 * progmodes/compile.el (compilation--flush-directory-cache)
26846 (compilation--flush-parse, compile-internal): Mark unused parameters.
26847 (compilation-buffer-name): Rename parameter MODE-NAME to NAME-OF-MODE.
26848 (compilation-next-error-function): Remove unused variable `timestamp'.
26849
26850 * progmodes/cpp.el (cpp-parse-close): Remove unused variable `begin'.
26851 (cpp-signal-read-only, cpp-grow-overlay): Mark unused parameters.
26852
26853 * progmodes/dcl-mode.el (dcl-end-of-command):
26854 Remove unused variable `start'.
26855 (dcl-calc-command-indent-multiple, dcl-calc-cont-indent-relative)
26856 (dcl-option-value-basic, dcl-option-value-offset)
26857 (dcl-option-value-margin-offset, dcl-option-value-comment-line):
26858 Mark unused parameters.
26859 (dcl-save-local-variable): Remove unused variable `val'.
26860 (mode): Declare.
26861
26862 * progmodes/delphi.el (delphi-save-state, delphi-after-change):
26863 Mark unused parameters.
26864 (delphi-ignore-changes): Move before first use.
26865 (delphi-charset-token-at): Remove unused variable `start'.
26866 (delphi-else-start): Remove unused variable `if-count'.
26867 (delphi-comment-block-start, delphi-comment-block-end):
26868 Remove unused variable `kind'.
26869 (delphi-indent-line): Remove unused variable `new-point'.
26870
26871 * progmodes/ebrowse.el (ebrowse-files-list)
26872 (ebrowse-list-of-matching-members, ebrowse-tags-list-members-in-file):
26873 Mark unused parameters. Don't quote `lambda'.
26874 (ebrowse-sort-tree-list, ebrowse-same-tree-member-buffer-list):
26875 Don't quote `lambda'.
26876 (ebrowse-revert-tree-buffer-from-file, ebrowse-tags-choose-class)
26877 (ebrowse-goto-visible-member/all-member-lists): Mark unused parameters.
26878 (ebrowse-create-tree-buffer): Rename parameter OBARRAY to CLASSES.
26879 (ebrowse-toggle-mark-at-point): Remove unused variable `pnt'.
26880 Use `ignore-errors'.
26881 (ebrowse-frozen-tree-buffer-name, ebrowse-find-source-file)
26882 (ebrowse-view/find-file-and-search-pattern)
26883 (ebrowse-view/find-member-declaration/definition):
26884 Rename parameter TAGS-FILE-NAME to TAGS-FILE.
26885 (ebrowse-find-class-declaration, ebrowse-view-class-declaration):
26886 Rename parameter PREFIX-ARG to PREFIX.
26887 (ebrowse-tags-read-name): Remove unused variables `start' and
26888 `member-info'.
26889 (ebrowse-display-member-buffer): Rename variable `tags-file-name'
26890 to `tags-file'.
26891
26892 * progmodes/etags.el (local-find-tag-hook): Declare.
26893 (tag-partial-file-name-match-p, tag-any-match-p, list-tags):
26894 Mark unused parameters.
26895
26896 * progmodes/executable.el (compilation-error-regexp-alist): Declare.
26897 (executable-interpret): Mark unused parameter.
26898
26899 * progmodes/flymake.el (flymake-process-sentinel)
26900 (flymake-after-change-function)
26901 (flymake-create-temp-with-folder-structure)
26902 (flymake-get-include-dirs-dot): Mark unused parameters.
26903 (flymake-safe-delete-directory): Remove unused variable `err'.
26904
26905 * progmodes/gdb-mi.el (speedbar-change-initial-expansion-list)
26906 (speedbar-timer-fn, speedbar-line-text)
26907 (speedbar-change-expand-button-char, speedbar-delete-subblock)
26908 (speedbar-center-buffer-smartly): Declare functions.
26909 (gdb-find-watch-expression): Remove unused variable `array'.
26910 (gdb-edit-value, gdb-gdb, gdb-ignored-notification, gdb-thread-created)
26911 (gdb-starting): Mark unused parameters.
26912 (gud-gdbmi-marker-filter): Remove unused variable `output-record'.
26913 (gdb-table-string): Remove unused variable `res'.
26914 (gdb-place-breakpoints): Remove unused variables `flag' and `bptno'.
26915 (gdb-disassembly-handler-custom): Remove unused variable `pos'.
26916 (gdb-display-buffer): Remove unused variable `cur-size'.
26917
26918 * progmodes/gud.el (gud-def): Use `defalias' instead of `defun' to
26919 allow lexical-binding compilation.
26920 (gud-expansion-speedbar-buttons, gud-gdb-goto-stackframe)
26921 (gud-dbx-massage-args, gud-xdb-massage-args, gud-perldb-massage-args)
26922 (gud-jdb-massage-args, gud-jdb-find-source, gud-find-class):
26923 Mark unused parameters.
26924 (gud-gdb-marker-filter): Remove unused variable `match'.
26925 (gud-find-class): Bind `syntax-symbol' and `syntax-point' to suitable
26926 lambda expressions and funcall them, instead of using `fset'.
26927
26928 * progmodes/hideif.el (hif-parse-if-exp): Rename parameter
26929 HIF-TOKEN-LIST to TOKEN-LIST and let-bind `hif-token-list'.
26930
26931 * progmodes/hideshow.el (hs-hide-block-at-point): Remove unused
26932 variable `header-beg'; use `let'.
26933
26934 * progmodes/icon.el (indent-icon-exp): Remove unused variables
26935 `restart', `last-sexp' and `at-do'.
26936
26937 * progmodes/js.el (js--debug): Mark unused parameter.
26938 (js--parse-state-at-point): Remove unused variable `bound'; use `let'.
26939 (js--splice-into-items): Remove unused variable `item'.
26940 (js--read-symbol, js--read-tab): Pass 1/-1 to `ido-mode', not t/nil.
26941
26942 * progmodes/make-mode.el (makefile-make-font-lock-keywords):
26943 Rename parameter FONT-LOCK-KEYWORDS to FL-KEYWORDS.
26944 (makefile-complete): Remove unused variable `try'.
26945 (makefile-fill-paragraph, makefile-match-function-end):
26946 Mark unused parameters.
26947
26948 * progmodes/octave-inf.el (inferior-octave-complete):
26949 Remove unused variable `proc'.
26950 (inferior-octave-output-digest): Mark unused parameter.
26951
26952 * progmodes/perl-mode.el (perl-calculate-indent):
26953 Remove unused variable `err'.
26954
26955 * progmodes/prolog.el (prolog-mode-keybindings-inferior)
26956 (prolog-indent-line): Mark unused parameters.
26957 (prolog-indent-line): Remove unused variable `beg'.
26958
26959 * progmodes/ps-mode.el (reporter-prompt-for-summary-p)
26960 (reporter-dont-compact-list): Declare.
26961
26962 * progmodes/sh-script.el (sh-font-lock-quoted-subshell):
26963 Remove unused variable `char'.
26964 (sh-debug): Mark unused parameter.
26965 (sh-get-indent-info): Remove unused variable `start'.
26966 (sh-calculate-indent): Remove unused variable `var'.
26967
26968 * progmodes/simula.el (simula-popup-menu): Mark unused parameter.
26969 (simula-electric-keyword): Remove unused variable `null'.
26970 (simula-search-backward, simula-search-forward): Remove unused
26971 variables `begin' and `end'.
26972
26973 * progmodes/vera-mode.el (vera-guess-basic-syntax):
26974 Remove unused variable `pos'.
26975 (vera-electric-tab, vera-comment-uncomment-region):
26976 Mark unused parameters.
26977 (vera-electric-tab): Rename parameter PREFIX-ARG to PREFIX.
26978
26979 2011-04-22 Chong Yidong <cyd@stupidchicken.com>
26980
26981 * emacs-lisp/package.el (package--builtins, package-alist)
26982 (package-load-descriptor, package-built-in-p, package-activate)
26983 (define-package, package-installed-p)
26984 (package-compute-transaction, package-buffer-info)
26985 (package--push): Doc fix. Distinguish more clearly between
26986 version strings and version lists.
26987
26988 2011-04-21 Juanma Barranquero <lekktu@gmail.com>
26989
26990 Lexical-binding cleanup.
26991
26992 * play/5x5.el (5x5-make-random-solution, 5x5-make-mutate-current)
26993 (5x5-make-mutate-best):
26994 * play/fortune.el (fortune-in-buffer):
26995 * play/gomoku.el (gomoku-init-display):
26996 * play/solitaire.el (solitaire, solitaire-do-check):
26997 * play/tetris.el (tetris-default-update-speed-function):
26998 Mark unused parameters.
26999
27000 * play/bubbles.el (bubbles-mode): Set `show-trailing-whitespace'.
27001 (bubbles--shift): Remove unused variable `char-org'.
27002 (bubbles--set-faces): Remove unused variable `fg-col'. Simplify.
27003 (bubbles--show-images): Remove unused variable `char'.
27004
27005 * play/decipher.el (decipher-keypress, decipher-alphabet-keypress)
27006 (decipher-get-undo, decipher-set-map, decipher-complete-alphabet)
27007 (decipher-resync, decipher-loop-with-breaks, decipher--analyze)
27008 (decipher-analyze-buffer): Use ?\s.
27009 (decipher-make-checkpoint): Remove unused variable `mapping'.
27010
27011 * play/doctor.el (doctor-doc): Rename parameter DOCTOR-SENT to SENT.
27012
27013 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
27014 Remove unused variable `result'; use `let'.
27015
27016 * play/gametree.el (gametree-current-layout, gametree-apply-layout):
27017 Rename parameter TOP-LEVEL to FROM-TOP-LEVEL; use `ignore-errors'.
27018 (gametree-children-shown-p, gametree-compute-reduced-score):
27019 Use `ignore-errors'.
27020
27021 * play/handwrite.el (ps-lpr-switches): Declare.
27022 (handwrite): Remove unused variables `pmin' and `lastp'.
27023
27024 * play/hanoi.el (hanoi-move-ring): Remove unused variable `total-steps'.
27025
27026 * play/landmark.el (landmark-init-display)
27027 (landmark-update-naught-weights): Mark unused parameters.
27028 (landmark-y): Remove unused variable `noise'. Simplify.
27029 (landmark-human-plays): Remove unused variable `score'.
27030
27031 * play/mpuz.el (mpuz-try-letter): Remove unused variable `message'.
27032 (mpuz-try-proposal): Remove unused variable `game'.
27033
27034 * play/zone.el (life-patterns): Declare.
27035
27036 2011-04-20 Juanma Barranquero <lekktu@gmail.com>
27037
27038 * vc/vc.el (ediff-vc-internal): Declare function.
27039
27040 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
27041
27042 * shell.el: Use lexical-binding and std completion UI.
27043 (shell-filter-ctrl-a-ctrl-b): Work as a preoutput filter.
27044 (shell-mode): Put shell-filter-ctrl-a-ctrl-b on
27045 comint-preoutput-filter-functions rather than on
27046 comint-output-filter-functions.
27047 (shell-command-completion, shell--command-completion-data)
27048 (shell-filename-completion, shell-environment-variable-completion)
27049 (shell-c-a-p-replace-by-expanded-directory): New functions.
27050 (shell-dynamic-complete-functions, shell-dynamic-complete-command)
27051 (shell-dynamic-complete-filename, shell-replace-by-expanded-directory)
27052 (shell-dynamic-complete-environment-variable): Use them.
27053 (shell-dynamic-complete-as-environment-variable)
27054 (shell-dynamic-complete-as-command): Remove.
27055 (shell-match-partial-variable): Match past point.
27056 * comint.el: Clean up use of completion-at-point-functions.
27057 (comint-completion-at-point): New function.
27058 (comint-mode): Use it completion-at-point-functions.
27059 (comint-dynamic-complete): Make it obsolete.
27060 (comint-replace-by-expanded-history-before-point): Add dry-run arg.
27061 (comint-c-a-p-replace-by-expanded-history): New function.
27062 (comint-dynamic-complete-functions)
27063 (comint-replace-by-expanded-history): Use it.
27064 * minibuffer.el (completion-table-with-terminator): Allow dynamic
27065 termination strings. Try harder to avoid second try-completion.
27066 (completion-in-region-mode-map): Disable bindings that don't work yet.
27067
27068 * comint.el: Use lexical-binding. Require CL.
27069 (comint-dynamic-complete-functions): Use comint-filename-completion.
27070 (comint-completion-addsuffix): Tweak custom type.
27071 (comint-filename-completion, comint--common-suffix)
27072 (comint--common-quoted-suffix, comint--table-subvert)
27073 (comint--complete-file-name-data): New functions.
27074 (comint-dynamic-complete-as-filename, comint-dynamic-complete-filename)
27075 (comint-dynamic-list-filename-completions): Use them.
27076 (comint-dynamic-simple-complete): Make obsolete.
27077
27078 * minibuffer.el (completion-in-region-mode):
27079 Keep completion-in-region-mode--predicate global.
27080 (completion-in-region--postch):
27081 Assume completion-in-region-mode--predicate is not null.
27082
27083 * progmodes/flymake.el (flymake-start-syntax-check-process):
27084 Obey `dir'. Simplify.
27085
27086 * vc/vc.el (vc-version-ediff): Call ediff-vc-internal directly, since
27087 we're in VC after all.
27088
27089 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com>
27090
27091 * vc/vc.el (vc-diff-build-argument-list-internal)
27092 (vc-version-ediff, vc-ediff): New commands.
27093 (vc-version-diff): Use vc-diff-build-argument-list-internal.
27094
27095 2011-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
27096
27097 * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Remove dead code,
27098 add sanity check.
27099
27100 * obsolete/erc-hecomplete.el: Make obsolete.
27101 * obsolete/: Standardize obsolescence info in the header.
27102
27103 2011-04-20 Glenn Morris <rgm@gnu.org>
27104
27105 * calendar/solar.el (solar-horizontal-coordinates):
27106 Use the longitude argument rather than `calendar-longitude'.
27107 (solar-date-next-longitude): Remove unused locals.
27108
27109 2011-04-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27110
27111 * whitespace.el: New version 13.2.1.
27112
27113 2011-04-20 felix <EmacsWiki> (tiny change)
27114
27115 * whitespace.el (global-whitespace-mode): Keep highlight when
27116 switching between major modes on a file.
27117
27118 2011-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
27119
27120 * progmodes/octave-mod.el (octave-in-comment-p, octave-in-string-p)
27121 (octave-not-in-string-or-comment-p): Use syntax-ppss so it works with
27122 multi-line comments as well.
27123
27124 2011-04-19 Juanma Barranquero <lekktu@gmail.com>
27125
27126 Lexical-binding cleanup.
27127
27128 * arc-mode.el (archive-mode-revert):
27129 * cmuscheme.el (scheme-interactively-start-process):
27130 * custom.el (custom-initialize-delay):
27131 * dnd.el (dnd-open-local-file, dnd-open-remote-url):
27132 * dos-w32.el (direct-print-region-helper, direct-print-region-function):
27133 * emacs-lock.el (emacs-lock-clear-sentinel):
27134 * ezimage.el (defezimage):
27135 * follow.el (follow-avoid-tail-recenter):
27136 * fringe.el (set-fringe-mode-1):
27137 * generic-x.el (bat-generic-mode-compile):
27138 * help-mode.el (help-info-variable, help-do-xref)
27139 (help-mode-revert-buffer):
27140 * help.el (view-emacs-todo):
27141 * iswitchb.el (iswitchb-completion-help):
27142 * jka-compr.el (jka-compr-make-temp-name, jka-compr-load):
27143 * kmacro.el (kmacro-cycle-ring-next, kmacro-cycle-ring-previous)
27144 (kmacro-delete-ring-head, kmacro-bind-to-key, kmacro-view-macro):
27145 * locate.el (locate-update):
27146 * longlines.el (longlines-encode-region)
27147 (longlines-after-change-function):
27148 * outline.el (outline-isearch-open-invisible):
27149 * ps-def.el (declare-function, charset-dimension, char-width)
27150 (encode-char):
27151 * ps-mule.el (ps-mule-plot-string):
27152 * recentf.el (recentf-make-menu-items, recentf-cancel-dialog)
27153 (recentf-edit-list-select, recentf-edit-list-validate)
27154 (recentf-open-files-action):
27155 * rect.el (delete-whitespace-rectangle-line)
27156 (rectangle-number-line-callback):
27157 * register.el (window-configuration-to-register)
27158 (frame-configuration-to-register):
27159 * scroll-bar.el (scroll-bar-mode, toggle-horizontal-scroll-bar):
27160 * select.el (xselect-convert-to-string, xselect-convert-to-length)
27161 (xselect-convert-to-targets, xselect-convert-to-delete)
27162 (xselect-convert-to-filename, xselect-convert-to-charpos)
27163 (xselect-convert-to-lineno, xselect-convert-to-colno)
27164 (xselect-convert-to-os, xselect-convert-to-host)
27165 (xselect-convert-to-user, xselect-convert-to-class)
27166 (xselect-convert-to-name, xselect-convert-to-integer)
27167 (xselect-convert-to-atom, xselect-convert-to-identity):
27168 * subr.el (declare, ignore, process-kill-without-query)
27169 (text-clone-maintain):
27170 * terminal.el (te-get-char, te-tic-sentinel):
27171 * tool-bar.el (tool-bar-make-keymap):
27172 * tooltip.el (tooltip-timeout, tooltip-hide, tooltip-help-tips):
27173 * type-break.el (type-break-mode, type-break-noninteractive-query):
27174 * view.el (View-back-to-mark):
27175 * wid-browse.el (widget-browse-action, widget-browse-widget)
27176 (widget-browse-widgets, widget-browse-sexp):
27177 * widget.el (define-widget-keywords):
27178 * xt-mouse.el (xterm-mouse-translate, turn-off-xterm-mouse-tracking):
27179 Mark unused parameters.
27180
27181 * align.el (align-adjust-col-for-rule): Mark unused parameter.
27182 (align-areas): Remove unused variable `look'.
27183 (align-region): Remove unused variables `real-end' and `pos-list'.
27184
27185 * apropos.el (apropos-score-doc): Remove unused variable `i'.
27186
27187 * bindings.el (mode-line-modified, mode-line-remote):
27188 Mark unused parameters.
27189 (mode-line-mule-info): Mark unused parameter; don't quote `lambda'.
27190
27191 * buff-menu.el (Buffer-menu-revert-function): Mark unused parameters.
27192 (Buffer-menu-mode): Mark unused parameter; don't quote `lambda'.
27193
27194 * comint.el (comint-history-isearch-pop-state)
27195 (comint-postoutput-scroll-to-bottom, comint-truncate-buffer)
27196 (comint-strip-ctrl-m, comint-read-noecho): Mark unused parameters.
27197 (comint-substitute-in-file-name): Doc fix.
27198
27199 * completion.el (cmpl-statistics-block): Mark unused parameter.
27200 (add-completions-from-tags-table, add-completions-from-lisp-buffer)
27201 (save-completions-to-file, load-completions-from-file):
27202 Remove unused local variable `e'.
27203
27204 * composite.el (compose-chars): Remove unused variable `len'.
27205 (lgstring-insert-glyph): Remove unused variable `g'.
27206 (compose-glyph-string): Remove unused variables `ascent',
27207 `descent', `lbearing' and `rbearing'.
27208 (compose-glyph-string-relative): Remove unused variables
27209 `lbearing', `rbearing' and `wadjust'.
27210 (compose-gstring-for-graphic): Remove unused variables `header',
27211 `wadjust', `xoff' and `yoff'. Use `let', not `let*'.
27212 (compose-gstring-for-terminal): Remove unused variables `header'
27213 and `nchars'. Use `let', not `let*'.
27214
27215 * cus-edit.el (Custom-set, Custom-save, custom-reset)
27216 (Custom-reset-current, Custom-reset-saved, Custom-reset-standard)
27217 (Custom-buffer-done, custom-buffer-create-internal)
27218 (custom-browse-visibility-action, custom-browse-group-tag-action)
27219 (custom-browse-variable-tag-action, custom-browse-face-tag-action)
27220 (widget-magic-mouse-down-action, custom-toggle-parent)
27221 (custom-add-parent-links, custom-toggle-hide-variable)
27222 (custom-face-edit-value-visibility-action, custom-face-edit-fix-value)
27223 (custom-toggle-hide-face, face, hook, custom-group-link-action)
27224 (custom-face-menu-create, custom-variable-menu-create, get)
27225 (custom-group-menu-create, Custom-no-edit): Mark unused parameters.
27226 (custom-reset-standard-save-and-update): Remove unused variable `value'.
27227 (customize-apropos): Remove unused variable `tests'.
27228 (custom-group-value-create): Remove unused variable `hidden-p'.
27229 (sort-fold-case): Declare.
27230
27231 * cus-theme.el (custom-reset-standard-faces-list)
27232 (custom-reset-standard-variables-list): Declare.
27233 (customize-create-theme, custom-theme-revert, custom-theme-write)
27234 (custom-theme-choose-mode, customize-themes, custom-theme-save):
27235 Mark unused parameters.
27236
27237 * dabbrev.el (dabbrev-completion): Remove unused variable `init'.
27238
27239 * delim-col.el (delimit-columns-max): Move defvar before first use.
27240
27241 * descr-text.el (describe-char-categories): Don't quote `lambda'.
27242 (describe-char): Don't quote `lambda'. Mark unused parameter.
27243
27244 * desktop.el (desktop-save-buffer-p): Mark unused parameter.
27245 (auto-insert): Declare.
27246 (desktop-restore-file-buffer): Rename desktop-* parameters;
27247 mark unused ones.
27248 (desktop-create-buffer): Rename desktop-* parameters and bind them.
27249 (desktop-buffer): Rename desktop-* parameters.
27250
27251 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
27252 (dframe-reposition-frame-xemacs, dframe-help-echo)
27253 (dframe-hack-buffer-menu, dframe-set-timer, dframe-set-timer-internal):
27254 Mark unused parameters.
27255
27256 * dired-aux.el (backup-extract-version-start, overwrite-query)
27257 (overwrite-backup-query, rename-regexp-query)
27258 (rename-non-directory-query): Declare.
27259 (dired-shell-stuff-it, dired-do-create-files): Mark unused parameters.
27260 (dired-add-entry): Remove unused variable `orig-file-name'.
27261 (dired-copy-file-recursive): Remove unused variable `dirfailed'.
27262 Use parameter PRESERVE-TIME instead of accessing dynamic variable
27263 `dired-copy-preserve-time' directly.
27264 (dired-do-create-files-regexp): Remove unused variable `fn-count'.
27265 (dired-insert-subdir-newpos): Rename unused variable `pos'.
27266
27267 * dired-x.el (dired-omit-size-limit): Move defcustom before first use.
27268 (dired-virtual-revert, dired-make-relative-symlink):
27269 Mark unused parameters.
27270 (manual-program): Declare.
27271 (dired-x-hands-off-my-keys): Rename parameters of lambda expression.
27272 (inode, s, mode, nlink, uid, gid, size, time, name, sym): Declare them,
27273 wrapped in `with-no-warnings' to avoid replacing one warning by another.
27274
27275 * dirtrack.el (dirtrack): Remove unused variable `multi-line'.
27276
27277 * dos-fns.el (dos-8+3-filename): Remove unused variable `i'.
27278
27279 * echistory.el (electric-history-in-progress, Helper-return-blurb):
27280 Declare.
27281
27282 * edmacro.el (edmacro-finish-edit): Remove unused variable `kmacro'.
27283
27284 * electric.el (Electric-command-loop): Rename parameter
27285 INHIBIT-QUIT to INHIBIT-QUITTING and bind `inhibit-quit'.
27286
27287 * expand.el (expand-in-literal): Remove unused variable `here'.
27288
27289 * facemenu.el (facemenu-add-new-color):
27290 Remove unused variable `docstring'.
27291
27292 * faces.el (face-id, make-face-bold, make-face-unbold, make-face-italic)
27293 (make-face-unitalic, make-face-bold-italic): Mark unused parameters.
27294 (face-attr-construct): Mark unused parameter. Doc fix.
27295 (read-color): Remove unused variable `hex-string'.
27296
27297 * files.el (parse-colon-path): Rename argument CD-PATH to SEARCH-PATH.
27298 (locate-dominating-file): Remove unused vars `prev-file' and `user'.
27299 (remote-file-name-inhibit-cache, revert-buffer): Clean up docstrings.
27300 (display-buffer-other-frame): Remove unused variable `old-window'.
27301 (kill-buffer-hook): Declare.
27302 (insert-file-contents-literally, set-auto-mode, risky-local-variable-p):
27303 Mark unused parameters.
27304 (after-find-file): Pass 1 to `auto-save-mode', not t.
27305
27306 * files-x.el (auto-insert): Declare.
27307 (modify-file-local-variable-prop-line): Remove unused variable `val'.
27308
27309 * find-lisp.el (find-lisp-find-dired-internal): Remove unused
27310 variable `buf'. Mark unused parameter.
27311 (find-lisp-insert-directory): Mark unused parameter.
27312
27313 * format.el (format-decode-run-method): Mark unused parameter; doc fix.
27314 (format-encode-region): Remove unused variables `cur-buf' and `result'.
27315 (format-common-tail): Remove, unused.
27316 (format-deannotate-region): Remove unused variable `loc'.
27317 (format-annotate-region): Remove unused variable `p'.
27318 (format-annotate-single-property-change): Remove unused variables
27319 `default' and `tail'.
27320
27321 * forms.el (read-file-filter): Declare.
27322 (forms--iif-hook, forms--revert-buffer): Mark unused parameters.
27323
27324 * frame.el (frame-creation-function-alist): Mark unused parameter.
27325 (frame-geom-spec-cons): Pass FRAME to `frame-geom-value-cons'.
27326
27327 * hilit-chg.el (hilit-chg-cust-fix-changes-face-list, hilit-chg-clear):
27328 Remove unused parameters.
27329 (hilit-chg-set-face-on-change): Remove unused variable `beg-decr'.
27330 (highlight-compare-with-file): Remove unused variable `buf-b-read-only'.
27331
27332 * htmlfontify.el (hfy-default-footer, hfy-decor, hfy-invisible)
27333 (hfy-parse-tags-buffer, hfy-prepare-index-i, hfy-prepare-index)
27334 (hfy-prepare-tag-map): Mark unused parameters.
27335 (htmlfontify-buffer): Use `called-interactively-p'.
27336
27337 * ibuf-ext.el (ibuffer-do-kill-lines, ibuffer-jump-to-buffer)
27338 (ibuffer-copy-filename-as-kill, ibuffer-mark-on-buffer)
27339 (ibuffer-do-occur): Mark unused parameters.
27340 (ibuffer-forward-next-marked): Remove unused variable `curmark'.
27341 (ibuffer-diff-buffer-with-file-1): Remove unused variable `proc'.
27342
27343 * ibuffer.el: Don't quote `lambda'.
27344 (ibuffer-count-marked-lines, ibuffer-count-deletion-lines)
27345 (ibuffer-unmark-all, ibuffer-toggle-marks, ibuffer-redisplay-engine):
27346 Mark unused parameters.
27347
27348 * ido.el (ido-mode, ido-wide-find-dir-or-delete-dir)
27349 (ido-completing-read): Mark unused parameters.
27350 (ido-copy-current-word): Mark unused parameters;
27351 remove unused variable `name'.
27352 (ido-sort-merged-list): Remove unused parameter `dirs'.
27353
27354 * ielm.el (ielm-input-sender): Mark unused parameter.
27355 (ielm-string, ielm-form, ielm-pos, ielm-result, ielm-error-type)
27356 (ielm-output, ielm-wbuf, ielm-pmark): Declare.
27357 (ielm-eval-input): Rename argument IELM-STRING to INPUT-STRING to keep
27358 `ielm-string' as a dynamic variable accessible from the IELM prompt.
27359 Bind `ielm-string' to INPUT-STRING. Remove unused variable `err'.
27360
27361 * image-dired.el (image-dired-display-thumbs): Remove unused
27362 variables `curr-file' and `count'.
27363 (image-dired-remove-tag): Remove unused variable `start'.
27364 (image-dired-tag-files, image-dired-create-thumbs): Remove unused
27365 variable `curr-file'
27366 (image-dired-rotate-original): Remove unused variable `temp-file'.
27367 (image-dired-mouse-select-thumbnail, image-dired-mouse-toggle-mark):
27368 Remove unused variable `file'.
27369 (image-dired-gallery-generate): Remove unused variable `curr'.
27370 (image-dired-dired-edit-comment-and-tags): Mark unused parameters.
27371
27372 * indent.el (tab-to-tab-stop): Remove unused variable `opoint'.
27373
27374 * info-xref.el (info-xref-goto-node-p): Remove unused variable `err'.
27375
27376 * informat.el (texinfo-command-start, texinfo-command-end): Declare.
27377
27378 * isearch.el (minibuffer-history-symbol): Declare.
27379 (isearch-edit-string): Remove unused variable `err'.
27380 (isearch-message-prefix, isearch-message-suffix):
27381 Mark unused parameters.
27382
27383 * ls-lisp.el (ls-lisp-insert-directory): Remove unused variable `fil'.
27384
27385 * macros.el (insert-kbd-macro): Remove unused variable `mods'.
27386
27387 * makesum.el (double-column): Remove unused variable `cnt'.
27388
27389 * misearch.el (multi-isearch-pop-state): Mark unused parameter.
27390 (ido-ignore-item-temp-list): Declare.
27391
27392 * mouse-drag.el (mouse-drag-throw): Remove unused variables
27393 `mouse-delta', `window-last-row', `mouse-col-delta', `window-last-col',
27394 `adjusted-mouse-col-delta' and `adjusted-mouse-delta'.
27395 (mouse-drag-drag): Remove unused variables `mouse-delta' and
27396 `mouse-col-delta'.
27397
27398 * mouse-sel.el (mouse-extend-internal):
27399 Remove unused variable `orig-window-frame'.
27400
27401 * pcomplete.el (pcomplete-args, pcomplete-begins, pcomplete-last)
27402 (pcomplete-index, pcomplete-stub, pcomplete-seen, pcomplete-norm-func):
27403 Move declarations before first use.
27404 (pcomplete-opt): Mark unused parameters; doc fix.
27405
27406 * proced.el (proced-revert): Mark unused parameter.
27407 (proced-send-signal): Remove unused variable `err'.
27408
27409 * ps-print.el (ps-print-preprint-region, ps-print-preprint):
27410 Rename parameter PREFIX-ARG to ARG.
27411 (ps-basic-plot-string, ps-basic-plot-whitespace):
27412 Mark unused parameters.
27413
27414 * replace.el (replace-count): Define.
27415 (occur-revert-function): Mark unused parameters.
27416 (ido-ignore-item-temp-list, isearch-error, isearch-forward)
27417 (isearch-case-fold-search, isearch-string): Declare.
27418 (occur-engine): Rename parameter CASE-FOLD-SEARCH to CASE-FOLD and
27419 bind `case-fold-search'. Remove unused variables `beg' and `end',
27420 and simplify.
27421 (replace-eval-replacement): Rename parameter REPLACE-COUNT to
27422 COUNT and bind `replace-count'.
27423 (replace-loop-through-replacements): Rename parameter REPLACE-COUNT
27424 to COUNT.
27425
27426 * savehist.el (print-readably, print-string-length): Declare.
27427
27428 * shadowfile.el (shadow-expand-cluster-in-file-name):
27429 Remove unused variable `cluster'.
27430 (shadow-copy-file): Remove unused variable `i'.
27431 (shadow-noquery, shadow-clusters, shadow-site-cluster)
27432 (shadow-parse-fullname, shadow-parse-name, shadow-define-cluster)
27433 (shadow-define-literal-group, shadow-define-regexp-group)
27434 (shadow-make-group, shadow-shadows-of): Clean up docstrings.
27435
27436 * shell.el (shell-filter-ctrl-a-ctrl-b): Mark unused parameter.
27437 (shell): Use `called-interactively-p'.
27438 (shell-directory-tracker): Remove unused variable `chdir-failure'.
27439
27440 * simple.el (compilation-context-lines, comint-file-name-quote-list)
27441 (comint-file-name-chars, comint-delimiter-argument-list): Declare.
27442 (delete-backward-char): Remove unused variable `ocol'.
27443 (minibuffer-avoid-prompt, minibuffer-history-isearch-pop-state)
27444 (line-move-1, event-apply-alt-modifier, event-apply-super-modifier)
27445 (event-apply-hyper-modifier, event-apply-shift-modifier)
27446 (event-apply-control-modifier, event-apply-meta-modifier):
27447 Mark unused parameters.
27448 (undo-make-selective-list): Remove duplicate variable `undo-elt'.
27449 (normal-erase-is-backspace-mode): Remove unused variable `old-state'.
27450
27451 * speedbar.el (speedbar-ignored-directory-expressions)
27452 (speedbar-supported-extension-expressions, speedbar-directory-buttons)
27453 (speedbar-find-file, speedbar-dir-follow)
27454 (speedbar-directory-buttons-follow, speedbar-tag-find)
27455 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
27456 (speedbar-buffers-line-directory, speedbar-buffer-click):
27457 Mark unused parameters.
27458 (speedbar-tag-file): Remove unused variable `mode'.
27459 (speedbar-buffers-tail-notes): Remove unused variable `mod'; simplify.
27460
27461 * strokes.el (strokes-decode-buffer): Remove unused variable `ext'.
27462
27463 * talk.el (talk): Remove unused variable `display'.
27464
27465 * tar-mode.el (tar-subfile-save-buffer): Remove unused variable `name'.
27466 (tar-write-region-annotate): Mark unused parameter.
27467
27468 * time.el (now, time, load, mail, 24-hours, hour, 12-hours, am-pm)
27469 (minutes, seconds, time-zone, day, year, monthname, month, dayname):
27470 Declare them, wrapped in `with-no-warnings' to avoid replacing one
27471 warning by another.
27472
27473 * time-stamp.el (time-stamp-string-preprocess):
27474 Remove unused variable `require-padding'.
27475
27476 * tree-widget.el (widget-glyph-enable): Declare.
27477 (tree-widget-action): Mark unused parameter.
27478
27479 * w32-fns.el (x-get-selection): Mark unused parameter.
27480 (autoload-make-program, generated-autoload-file): Declare.
27481
27482 * wdired.el (wdired-revert): Mark unused parameters.
27483 (wdired-xcase-word): Remove unused variable `err'.
27484
27485 * whitespace.el (whitespace-buffer-changed): Mark unused parameters.
27486 (whitespace-help-scroll): Remove unused variable `data-help'.
27487
27488 * wid-edit.el (widget-mouse-help, widget-overlay-inactive)
27489 (widget-image-insert, widget-after-change, default)
27490 (widget-default-format-handler, widget-default-notify)
27491 (widget-default-prompt-value, widget-info-link-action)
27492 (widget-url-link-action, widget-function-link-action)
27493 (widget-variable-link-action, widget-file-link-action)
27494 (widget-emacs-library-link-action, widget-emacs-commentary-link-action)
27495 (widget-field-prompt-internal, widget-field-action, widget-field-match)
27496 (widget-choice-mouse-down-action, toggle, widget-radio-button-notify)
27497 (widget-insert-button-action, widget-delete-button-action, visibility)
27498 (widget-documentation-link-action, widget-documentation-string-action)
27499 (widget-const-prompt-value, widget-regexp-match, symbol)
27500 (widget-coding-system-prompt-value)
27501 (widget-key-sequence-value-to-external, sexp)
27502 (widget-sexp-value-to-internal, character, vector, cons)
27503 (widget-choice-prompt-value, widget-boolean-prompt-value)
27504 (widget-color--choose-action): Mark unused parameters.
27505 (widget-item-match-inline, widget-choice-match-inline)
27506 (widget-checklist-match, widget-checklist-match-inline)
27507 (widget-group-match): Rename parameter VALUES to VALS.
27508 (widget-field-value-set): Remove unused variable `size'.
27509 (widget-color-action): Remove unused variables `value' and `start'.
27510
27511 * windmove.el (windmove-wrap-loc-for-movement): Remove unused
27512 variable `dir'. Doc fix.
27513 (windmove-find-other-window): Don't pass it.
27514
27515 * window.el (count-windows): Mark unused parameter.
27516 (bw-adjust-window): Remove unused variable `err'.
27517
27518 * woman.el (woman-file-name): Remove unused variable `default'.
27519 (woman-expand-directory-path): Rename parameters WOMAN-MANPATH and
27520 WOMAN-PATH to PATH-DIRS and PATH-REGEXPS, respectively.
27521 (global-font-lock-mode): Declare.
27522 (woman-decode-region): Mark unused parameter.
27523 (woman-get-tab-stop): Rename parameter TAB-STOP-LIST to TAB-STOPS.
27524
27525 * x-dnd.el (x-dnd-default-test-function, x-dnd-handle-old-kde)
27526 (x-dnd-handle-xdnd, x-dnd-handle-motif): Mark unused parameters.
27527 (x-dnd-handle-moz-url): Remove unused variable `title'.
27528 (x-dnd-handle-xdnd): Remove unused variables `x', `y' and `ret-action'.
27529
27530 * xml.el (xml-parse-tag, xml-parse-attlist):
27531 Remove unused variable `pos'.
27532
27533 2011-04-19 Glenn Morris <rgm@gnu.org>
27534
27535 * calendar/cal-tex.el (cal-tex-list-holidays, cal-tex-cursor-month)
27536 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
27537 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
27538 (cal-tex-cursor-filofax-daily, cal-tex-mini-calendar)
27539 * calendar/cal-html.el (cal-html-insert-minical):
27540 * calendar/diary-lib.el (diary-list-entries-1, diary-list-entries)
27541 (calendar-mark-date-pattern):
27542 Prefix "unused" locals.
27543
27544 * calendar/cal-dst.el (dst-adjust-time): Remove never-implemented
27545 optional argument `style'.
27546
27547 * calendar/appt.el (appt-make-list):
27548 * calendar/cal-china.el (calendar-chinese-date-string):
27549 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits)
27550 (diary-hebrew-yahrzeit):
27551 * calendar/cal-tex.el (cal-tex-last-blank-p, cal-tex-cursor-week2):
27552 * calendar/calendar.el (calendar-generate-window):
27553 * calendar/time-date.el (time-to-days):
27554 Remove unused local variables.
27555
27556 2011-04-18 Chong Yidong <cyd@stupidchicken.com>
27557
27558 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Use a custom
27559 glyphless-char-display table.
27560 (tabulated-list-glyphless-char-display): New var.
27561
27562 2011-04-18 Sam Steingold <sds@gnu.org>
27563
27564 * vc/add-log.el (change-log-font-lock-keywords): Add "Thanks to"
27565 to acknowledgments.
27566
27567 2011-04-17 Glenn Morris <rgm@gnu.org>
27568
27569 * calendar/diary-lib.el (diary-sexp-entry):
27570 * calendar/holidays.el (holiday-sexp):
27571 Set debug-on-error rather than the removed stack-trace-on-error.
27572
27573 2011-04-16 Glenn Morris <rgm@gnu.org>
27574
27575 * progmodes/f90.el: Use lexical-binding.
27576 (f90-get-correct-indent): Remove unnecessary local variable `cont'.
27577
27578 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
27579
27580 * mail/sendmail.el (mail-mode-map): Use completion-at-point.
27581 (mail-mode): Setup mailalias completion here instead.
27582 * mail/mailalias.el: Use lexical-binding.
27583 (pattern, mailalias-done): Declare dynamic.
27584 (mail-completion-at-point-function): New function, from mail-complete.
27585 (mail-complete): Use it.
27586 (mail-completion-expand): New function.
27587 (mail-get-names): Use it.
27588 (mail-directory, mail-directory-process, mail-directory-stream):
27589 Don't use `pattern' for lexically bound arg.
27590
27591 * emacs-lisp/lisp-mode.el (eval-defun-2): Use eval-sexp-add-defvars.
27592
27593 * htmlfontify.el (hfy-etags-cmd): Remove inoperant eval-and-compile.
27594 (hfy-e2x-etags-cmd, hfy-etags-cmd-alist-default)
27595 (hfy-etags-cmd-alist): Don't eval-and-compile any more.
27596
27597 * emacs-lisp/bytecomp.el (byte-temp-output-buffer-show)
27598 (byte-save-window-excursion, byte-temp-output-buffer-setup)
27599 (byte-interactive-p): Define them again, for use when inlining
27600 old code.
27601
27602 2011-04-15 Juanma Barranquero <lekktu@gmail.com>
27603
27604 * loadup.el: Use `string-to-number', not `string-to-int'.
27605
27606 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
27607
27608 * progmodes/gud.el (gud-gdb): Use completion-at-point instead of
27609 gud-gdb-complete-command.
27610 (gud-gdb-completions): New function, from gud-gdb-complete-command.
27611 (gud-gdb-completion-at-point): New function.
27612 (gud-gdb-completions): Remove.
27613
27614 2011-04-14 Michael Albinus <michael.albinus@gmx.de>
27615
27616 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Handle the case
27617 when the scripts fail. Use `tramp-do-file-attributes-with-ls' then.
27618 (tramp-do-copy-or-rename-file-out-of-band): Do not check any longer
27619 whether `executable-find' is bound.
27620
27621 * net/tramp-smb.el (tramp-smb-handle-copy-file): Fix docstring.
27622
27623 2011-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
27624
27625 * minibuffer.el (completion-in-region-mode-predicate)
27626 (completion-in-region-mode--predicate): New vars.
27627 (completion-in-region, completion-in-region--postch)
27628 (completion-in-region-mode): Use them.
27629 (completion--capf-wrapper): Also return the hook function.
27630 (completion-at-point, completion-help-at-point):
27631 Adjust and provide a predicate.
27632
27633 Preserve arg names for advice of subr and lexical functions (bug#8457).
27634 * help-fns.el (help-function-arglist): Consolidate the subr and
27635 new-byte-code cases. Add argument `preserve-names' to extract names
27636 from the docstring when needed.
27637 * emacs-lisp/advice.el (ad-define-subr-args, ad-undefine-subr-args)
27638 (ad-subr-args-defined-p, ad-get-subr-args, ad-subr-arglist): Remove.
27639 (ad-arglist): Use help-function-arglist's new arg.
27640 (ad-definition-type): Use cond.
27641
27642 2011-04-13 Juanma Barranquero <lekktu@gmail.com>
27643
27644 * autorevert.el (auto-revert-handler):
27645 Bind `remote-file-name-inhibit-cache', not `tramp-cache-inhibit-cache',
27646 which was removed in 2010-10-02T13:21:43Z!michael.albinus@gmx.de.
27647 Don't quote lambda.
27648
27649 * image-mode.el (image-transform-set-scale):
27650 Fix change in 2011-04-09T20:28:01Z!cyd@stupidchicken.com.
27651
27652 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
27653
27654 * net/network-stream.el (network-stream-open-starttls): Only do
27655 opportunistic STARTTLS upgrades if we have built-in GnuTLS support.
27656 Upgrades via gnutls-cli are too slow to be done opportunistically.
27657
27658 2011-04-12 Juanma Barranquero <lekktu@gmail.com>
27659
27660 * dframe.el (dframe-current-frame): Remove spurious quote.
27661
27662 2011-04-12 Glenn Morris <rgm@gnu.org>
27663
27664 * calendar/cal-tex.el (cal-tex-end-document):
27665 Try to automatically use latin1 input if needed.
27666
27667 * calendar/cal-hebrew.el (diary-hebrew-rosh-hodesh):
27668 Don't try to cons a mark onto an empty element.
27669
27670 2011-04-11 Leo Liu <sdl.web@gmail.com>
27671
27672 * ido.el (ido-buffer-internal): Allow method 'kill for virtual
27673 buffers.
27674 (ido-kill-buffer-at-head): Support killing virtual buffers.
27675
27676 2011-04-10 Chong Yidong <cyd@stupidchicken.com>
27677
27678 * minibuffer.el (completion-show-inline-help): New var.
27679 (completion--do-completion, minibuffer-complete)
27680 (minibuffer-force-complete, minibuffer-complete-word):
27681 Inhibit minibuffer messages if completion-show-inline-help is nil.
27682
27683 * icomplete.el (icomplete-mode): Bind completion-show-inline-help
27684 to avoid interference from inline help (Bug#5849).
27685
27686 2011-04-10 Leo Liu <sdl.web@gmail.com>
27687
27688 * emacs-lisp/tabulated-list.el (tabulated-list-print-entry):
27689 Fix typo.
27690
27691 2011-04-09 Chong Yidong <cyd@stupidchicken.com>
27692
27693 * image-mode.el (image-toggle-display-image): Signal an error if
27694 not in Image mode.
27695 (image-transform-mode, image-transform-resize)
27696 (image-transform-set-rotation): Doc fix.
27697 (image-transform-set-resize): Delete.
27698 (image-transform-set-scale, image-transform-fit-to-height)
27699 (image-transform-fit-to-width): Handle image-toggle-display-image
27700 and image-transform-resize directly.
27701
27702 2011-04-08 Sho Nakatani <lay.sakura@gmail.com>
27703
27704 * doc-view.el (doc-view-fit-width-to-window)
27705 (doc-view-fit-height-to-window, doc-view-fit-page-to-window):
27706 New functions for fitting the shown image to the Emacs window size.
27707 (doc-view-mode-map): Add bindings for the new functions.
27708
27709 2011-04-08 Juanma Barranquero <lekktu@gmail.com>
27710
27711 * vc/vc-annotate.el (vc-annotate-show-log-revision-at-line):
27712 Fix typo in docstring.
27713
27714 2011-04-08 Eli Zaretskii <eliz@gnu.org>
27715
27716 * files.el (file-size-human-readable): Produce one digit after
27717 decimal, like "ls -lh" does.
27718
27719 * ls-lisp.el (ls-lisp-format-file-size): Allow for 7 characters in
27720 the file size representation.
27721
27722 * simple.el (list-processes): If async subprocesses are not
27723 available, error out with a clear error message.
27724
27725 2011-04-08 Chong Yidong <cyd@stupidchicken.com>
27726
27727 * help.el (help-form-show): New function, to be called from C.
27728 Put help-form output in a buffer named differently than *Help*.
27729
27730 2011-04-08 Eli Zaretskii <eliz@gnu.org>
27731
27732 * files.el (file-size-human-readable): New function.
27733
27734 * ls-lisp.el (ls-lisp-format-file-size): Use it, instead of
27735 computing the representation inline. Don't require `cl'.
27736
27737 2011-04-08 Glenn Morris <rgm@gnu.org>
27738
27739 * man.el (Man-page-header-regexp): Solaris < 2.6 no longer supported.
27740
27741 * net/browse-url.el (browse-url-firefox):
27742 Test system-type, not system-configuration.
27743
27744 * vc/log-edit.el (log-edit-empty-buffer-p): New function.
27745 (log-edit-insert-cvs-template, log-edit-insert-cvs-rcstemplate):
27746 Use log-edit-empty-buffer-p. (Bug#7598)
27747
27748 * net/rlogin.el (rlogin-process-connection-type): Simplify.
27749 (rlogin-mode-map): Initialize in the defvar.
27750 (rlogin): Use ignore-errors.
27751
27752 * replace.el (occur-mode-map): Some fixes for menu items.
27753
27754 2011-04-07 Aaron S. Hawley <aaron.s.hawley@gmail.com>
27755
27756 * play/morse.el (denato-region): Handle varying case. (Bug#8386)
27757
27758 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
27759
27760 * emacs-lisp/cconv.el (cconv--analyse-use): Ignore "ignored" when
27761 issuing unused warnings.
27762
27763 * emacs-lisp/tabulated-list.el (tabulated-list-print): Use lambda
27764 macro directly.
27765
27766 * simple.el: Lisp reimplement of list-processes. Based on an
27767 earlier reimplementation by Leo Liu, but using tabulated-list.el.
27768 (process-menu-mode): New major mode.
27769 (list-processes--refresh, list-processes):
27770 (process-menu-visit-buffer): New functions.
27771
27772 * files.el (save-buffers-kill-emacs): Don't assume any return
27773 value of list-processes, which is undocumented anyway.
27774
27775 2011-04-06 Chong Yidong <cyd@stupidchicken.com>
27776
27777 * emacs-lisp/tabulated-list.el: New file.
27778
27779 * emacs-lisp/package.el: Use Tabulated List mode.
27780 (package-menu-mode-map): Inherit from tabulated-list-mode-map.
27781 (package-menu-mode): Derive from tabulated-list-mode. Set up the
27782 table format using Tabulated List mode variables.
27783 (package--push): New macro, replacing package-list-maybe-add.
27784 (package-menu--generate): Use package--push. Renamed from
27785 package--generate-package-list.
27786 (package-menu-refresh, list-packages): Use it.
27787 (package-menu--print-info): Rename from package-print-package.
27788 Return insertion data instead of inserting it directly.
27789 (package-menu-describe-package, package-menu-execute):
27790 Use tabulated-list-get-id.
27791 (package-menu-mark-delete, package-menu-mark-install)
27792 (package-menu-mark-unmark, package-menu-backup-unmark)
27793 (package-menu-mark-obsolete-for-deletion):
27794 Use tabulated-list-put-tag.
27795 (package--list-packages, package-menu-revert)
27796 (package-menu-get-package, package-menu-get-version)
27797 (package-menu-sort-by-column): Functions deleted.
27798 (package-menu-package-list, package-menu-sort-key): Vars deleted.
27799 (package-menu--status-predicate, package-menu--version-predicate)
27800 (package-menu--name-predicate)
27801 (package-menu--description-predicate): Handle arguments in the
27802 Tabulated List format.
27803 (package-list-packages-no-fetch): Call list-packages.
27804
27805 2011-04-06 Juanma Barranquero <lekktu@gmail.com>
27806
27807 * files.el (after-find-file-from-revert-buffer): Remove variable.
27808 (after-find-file): Don't bind it.
27809 (revert-buffer-in-progress-p): New variable.
27810 (revert-buffer): Bind it.
27811 Pass nil for `after-find-file-from-revert-buffer'.
27812
27813 * saveplace.el (save-place-find-file-hook): Use new variable
27814 `rever-buffer-in-progress-p', not `after-find-file-from-revert-buffer'.
27815
27816 2011-04-06 Glenn Morris <rgm@gnu.org>
27817
27818 * Makefile.in (AUTOGEN_VCS): New variable.
27819 (autoloads): Use $AUTOGEN_VCS.
27820
27821 * calendar/cal-move.el (calendar-scroll-toolkit-scroll): New function.
27822 * calendar/calendar.el (calendar-mode-map):
27823 Check for toolkit scroll bars. (Bug#8305)
27824
27825 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
27826
27827 * minibuffer.el (completion-in-region--postch)
27828 (completion-in-region-mode): Remove unnecessary messages.
27829
27830 2011-04-05 Juanma Barranquero <lekktu@gmail.com>
27831
27832 * font-lock.el (font-lock-refresh-defaults):
27833 Don't bind `hi-lock--inhibit-font-lock-hook', removed in
27834 2010-10-09T04:09:19Z!cyd@stupidchicken.com and 2010-10-11T23:57:49Z!lekktu@gmail.com (2010-10-12).
27835
27836 * info.el (Info-directory-list, Info-read-node-name-2)
27837 (Info-split-parameter-string): Doc fixes.
27838 (Info-virtual-nodes): Reflow docstring.
27839 (Info-find-file, Info-directory-toc-nodes, Info-history-toc-nodes)
27840 (Info-apropos-toc-nodes, info-finder, Info-get-token)
27841 (Info-find-emacs-command-nodes, Info-speedbar-key-map):
27842 Fix typos in docstrings.
27843 (Info-revert-buffer-function, Info-search, Info-isearch-pop-state)
27844 (Info-speedbar-hierarchy-buttons, Info-speedbar-goto-node)
27845 (Info-speedbar-buttons, Info-desktop-buffer-misc-data)
27846 (Info-restore-desktop-buffer): Mark unused parameters.
27847 (Info-directory-find-file, Info-directory-find-node)
27848 (Info-history-find-file, Info-history-find-node, Info-toc-find-node)
27849 (Info-virtual-index-find-node, Info-apropos-find-file)
27850 (Info-apropos-find-node, Info-finder-find-file, Info-finder-find-node):
27851 Mark unused parameters; fix typos in docstrings.
27852 (Info-virtual-index): Remove unused local variable `nodename'.
27853
27854 2011-04-05 Deniz Dogan <deniz@dogan.se>
27855
27856 * net/rcirc.el: Update my e-mail address.
27857 (rcirc-mode-map): Remove M-o binding.
27858
27859 2011-04-05 Chong Yidong <cyd@stupidchicken.com>
27860
27861 * startup.el (command-line): Save the cursor's theme-face
27862 directly, instead of using face-override-spec.
27863
27864 * custom.el (load-theme): Minor optimization in assigning faces.
27865
27866 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
27867
27868 * help-fns.el (describe-variable): Complete all variables having
27869 documentation, including keywords.
27870 http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html
27871
27872 2011-04-04 Juanma Barranquero <lekktu@gmail.com>
27873
27874 Convert to lexical-binding.
27875
27876 * bs.el (bs-refresh, bs-sort-buffer-interns-are-last)
27877 (bs--get-marked-string, bs--get-modified-string)
27878 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
27879 (bs--get-mode-name, bs--get-file-name): Mark unused arguments.
27880 (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG.
27881
27882 * ehelp.el (electric-help-execute-extended)
27883 (electric-help-ctrl-x-prefix):
27884 * hexl.el (hexl-revert-buffer-function):
27885 * linum.el (linum-after-change, linum-after-scroll):
27886 * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments.
27887
27888 * help-fns.el (help-describe-category-set): Remove unused ERR variable.
27889
27890 2011-04-04 Daiki Ueno <ueno@unixuser.org>
27891
27892 * epa-dired.el:
27893 * epa-mail.el:
27894 * epa-hook.el:
27895 * epa-file.el:
27896 * epa.el:
27897 * epg.el: Use lexical binding.
27898
27899 2011-04-03 Chong Yidong <cyd@stupidchicken.com>
27900
27901 * dired-aux.el (dired-create-files): Add docstring (Bug#7970).
27902
27903 * textmodes/flyspell.el (flyspell-word): Recognize default
27904 dictionary case for flyspell-mark-duplications-exceptions.
27905 Use regexp matching for languages.
27906 (flyspell-mark-duplications-exceptions): Add "that" and "had" for
27907 default dictionary (Bug#7926).
27908
27909 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
27910
27911 * emacs-lisp/package.el (package--with-work-buffer):
27912 Recognize https URLs.
27913
27914 * net/network-stream.el: Move from gnus/proto-stream.el.
27915 Change prefix to network-stream throughout.
27916 (open-protocol-stream): Merge into open-network-stream, leaving
27917 open-protocol-stream as an alias. Handle nil BUFFER args.
27918
27919 * subr.el (open-network-stream): Move to net/network-stream.el.
27920
27921 2011-04-02 Glenn Morris <rgm@gnu.org>
27922
27923 * find-dired.el (find-exec-terminator): New option.
27924 (find-ls-option): Test for -ls support.
27925 (find-ls-subdir-switches): Test for -b in find-ls-option.
27926 (find-dired, find-grep-dired): Doc fixes.
27927 (find-dired): Use find-exec-terminator.
27928
27929 * find-dired.el (find-ls-option, find-ls-subdir-switches)
27930 (find-grep-options): Do not autoload these defcustoms, remove purecopy.
27931 (find-name-arg): Remove purecopy.
27932
27933 * progmodes/grep.el (grep-find-use-xargs): Doc fix.
27934 (grep-compute-defaults): Check for `-exec COMMAND +' support.
27935 Set grep-find-use-xargs, grep-find-command, and grep-find-template
27936 accordingly. Don't add the null-device if not needed.
27937
27938 * files.el (save-some-buffers): Doc fix.
27939
27940 2011-04-02 Eli Zaretskii <eliz@gnu.org>
27941
27942 * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe.
27943
27944 2011-04-01 Juanma Barranquero <lekktu@gmail.com>
27945
27946 * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs):
27947 Use `dolist' rather than `mapcar'.
27948
27949 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
27950
27951 Add lexical binding.
27952
27953 * subr.el (apply-partially): Use new closures rather than CL.
27954 (--dolist-tail--, --dotimes-limit--): Don't declare dynamic.
27955 (dolist, dotimes): Use slightly different expansion for lexical code.
27956 (functionp): Move to C.
27957 (letrec): New macro.
27958 (with-wrapper-hook): Use it and apply-partially instead of CL.
27959 (eval-after-load): Preserve lexical-binding.
27960 (save-window-excursion, with-output-to-temp-buffer): Turn them
27961 into macros.
27962
27963 * simple.el (with-wrapper-hook, apply-partially): Move to subr.el.
27964
27965 * help-fns.el (help-split-fundoc): Return nil if there's nothing else
27966 than the arglist.
27967 (help-add-fundoc-usage): Don't add `Not documented'.
27968 (help-function-arglist): Handle closures, subroutines, and new
27969 byte-code-functions.
27970 (help-make-usage): Remove leading underscores.
27971 (describe-function-1): Handle closures.
27972 (describe-variable): Use special-variable-p for completion.
27973
27974 * files.el (lexical-binding): Declare safe.
27975
27976 * emacs-lisp/pcase.el: Don't use destructuring-bind.
27977 (pcase--memoize): Rename from pcase-memoize. Change weakness.
27978 (pcase): Add `let' pattern.
27979 Change memoization so it actually works.
27980 (pcase-mutually-exclusive-predicates): Add byte-code-function-p.
27981 (pcase--u1) <guard, pred>: Fix possible shadowing problem.
27982 <let>: New case.
27983
27984 * emacs-lisp/macroexp.el: Use lexical binding.
27985 (macroexpand-all-1): Check obsolete macros. Expand compiler-macros.
27986 Don't convert ' to #' without checking that it's indeed quoting
27987 a lambda.
27988
27989 * emacs-lisp/lisp-mode.el (eval-last-sexp-1):
27990 Use eval-sexp-add-defvars.
27991 (eval-sexp-add-defvars): New fun.
27992
27993 * emacs-lisp/float-sup.el (pi): Don't declare as dynamically bound.
27994
27995 * emacs-lisp/eieio.el (byte-compile-file-form-defmethod):
27996 Don't autoload.
27997 (eieio-defgeneric-form-primary-only-one): Use `byte-compile' rather
27998 than the internal `byte-compile-lambda'.
27999 (defmethod): Don't hide code under quotes.
28000 (eieio-defmethod): New `code' argument.
28001
28002 * emacs-lisp/eieio-comp.el: Remove.
28003
28004 * emacs-lisp/edebug.el (edebug-eval-defun)
28005 (edebug-eval-top-level-form): Use eval-sexp-add-defvars.
28006 (edebug-toggle): Avoid `eval'.
28007
28008 * emacs-lisp/disass.el (disassemble-internal): Handle new
28009 `closure' objects.
28010 (disassemble-1): Handle new byte codes.
28011
28012 * emacs-lisp/cl.el (pushnew): Silence warning.
28013
28014 * emacs-lisp/cl-macs.el (cl-byte-compile-block)
28015 (cl-byte-compile-throw): Remove.
28016 (cl-block-wrapper, cl-block-throw): Use compiler-macros instead.
28017
28018 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Properly quote CL
28019 closures.
28020
28021 * emacs-lisp/cconv.el: New file.
28022
28023 * emacs-lisp/bytecomp.el: Use lexical binding instead of
28024 a "bytecomp-" prefix. Macroexpand everything as a separate phase.
28025 (byte-compile-initial-macro-environment):
28026 Handle declare-function here.
28027 (byte-compile--lexical-environment): New var.
28028 (byte-stack-ref, byte-stack-set, byte-discardN)
28029 (byte-discardN-preserve-tos): New lap codes.
28030 (byte-interactive-p): Don't use any more.
28031 (byte-compile-push-bytecodes, byte-compile-push-bytecode-const2):
28032 New macros.
28033 (byte-compile-lapcode): Use them and handle new lap codes.
28034 (byte-compile-obsolete): Remove.
28035 (byte-compile-arglist-signature): Handle new byte-code arg"lists".
28036 (byte-compile-arglist-warn): Check late def of inlinable funs.
28037 (byte-compile-cl-warn): Don't silence warnings for compiler-macros
28038 since they should have been expanded by now.
28039 (byte-compile--outbuffer): Rename from bytecomp-outbuffer.
28040 (byte-compile-from-buffer): Remove unused second arg.
28041 (byte-compile-preprocess): New function.
28042 (byte-compile-toplevel-file-form): New function to distinguish
28043 file-form calls from outside from file-form calls from hunk-handlers.
28044 (byte-compile-file-form): Simplify.
28045 (byte-compile-file-form-defsubst): Remove.
28046 (byte-compile-file-form-defmumble): Simplify now that
28047 byte-compile-lambda always returns a byte-code-function.
28048 (byte-compile): Preprocess.
28049 (byte-compile-byte-code-maker, byte-compile-byte-code-unmake):
28050 Remove, not used any more.
28051 (byte-compile-arglist-vars, byte-compile-make-lambda-lexenv)
28052 (byte-compile-make-args-desc): New funs.
28053 (byte-compile-lambda): Handle lexical functions. Always return
28054 a byte-code-function.
28055 (byte-compile-reserved-constants): New var, to make up room for
28056 closed-over variables.
28057 (byte-compile-constants-vector): Obey it.
28058 (byte-compile-top-level): New args `lexenv' and `reserved-csts'.
28059 (byte-compile-macroexpand-declare-function): New function.
28060 (byte-compile-form): Call byte-compile-unfold-bcf to inline immediate
28061 byte-code-functions.
28062 (byte-compile-form): Check obsolescence here.
28063 (byte-compile-inline-lapcode, byte-compile-unfold-bcf): New functions.
28064 (byte-compile-variable-ref): Remove.
28065 (byte-compile-dynamic-variable-op): New fun.
28066 (byte-compile-dynamic-variable-bind, byte-compile-variable-ref)
28067 (byte-compile-variable-set): New funs.
28068 (byte-compile-discard): Add 2 args.
28069 (byte-compile-stack-ref, byte-compile-stack-set)
28070 (byte-compile-make-closure, byte-compile-get-closed-var): New funs.
28071 (byte-compile-funarg, byte-compile-funarg-2): Remove, handled in
28072 macroexpand-all instead.
28073 (byte-compile-quote-form): Remove.
28074 (byte-compile-push-binding-init, byte-compile-not-lexical-var-p)
28075 (byte-compile-bind, byte-compile-unbind): New funs.
28076 (byte-compile-let): Handle let* and lexical binding.
28077 (byte-compile-let*): Remove.
28078 (byte-compile-catch, byte-compile-unwind-protect)
28079 (byte-compile-track-mouse, byte-compile-condition-case):
28080 Handle a new :fun-body form, used for lexical scoping.
28081 (byte-compile-save-window-excursion)
28082 (byte-compile-with-output-to-temp-buffer): Remove.
28083 (byte-compile-defun): Simplify.
28084 (byte-compile-stack-adjustment): New fun.
28085 (byte-compile-out): Use it.
28086 (byte-compile-refresh-preloaded): Don't reload byte-compiler files.
28087
28088 * emacs-lisp/byte-run.el (make-obsolete): Don't set the `byte-compile'
28089 handler any more.
28090
28091 * emacs-lisp/byte-opt.el: Use lexical binding.
28092 (byte-inline-lapcode): Remove (to bytecomp).
28093 (byte-compile-inline-expand): Pay attention to inlining to/from
28094 lexically bound code.
28095 (byte-compile-unfold-lambda): Don't handle byte-code-functions
28096 any more.
28097 (byte-optimize-form-code-walker): Don't handle save-window-excursion
28098 any more and don't call compiler-macros.
28099 (byte-compile-splice-in-already-compiled-code): Remove.
28100 (byte-code): Don't inline any more.
28101 (disassemble-offset): Receive `bytes' as argument rather than via
28102 dynamic scoping.
28103 (byte-compile-tag-number): Declare before first use.
28104 (byte-decompile-bytecode-1): Handle new byte-codes, don't change
28105 `return' even if make-spliceable.
28106 (byte-compile-side-effect-and-error-free-ops): Add stack-ref, remove
28107 obsolete interactive-p.
28108 (byte-optimize-lapcode): Optimize new lap-codes.
28109 Don't trip up on new form of `byte-constant' lap code.
28110
28111 * emacs-lisp/autoload.el (make-autoload): Don't burp on trivial macros.
28112
28113 * emacs-lisp/advice.el (ad-arglist): Use help-function-arglist.
28114
28115 * custom.el (custom-initialize-default, custom-declare-variable):
28116 Use `defvar'.
28117
28118 * Makefile.in (BIG_STACK_DEPTH, BIG_STACK_OPTS, BYTE_COMPILE_FLAGS):
28119 New variables.
28120 (compile-onefile, .el.elc, compile-calc, recompile): Use them.
28121 (COMPILE_FIRST): Add macroexp and cconv.
28122 * makefile.w32-in: Mirror changes in Makefile.in.
28123
28124 * vc/cvs-status.el:
28125 * vc/diff-mode.el:
28126 * vc/log-edit.el:
28127 * vc/log-view.el:
28128 * vc/smerge-mode.el:
28129 * textmodes/bibtex-style.el:
28130 * textmodes/css-mode.el:
28131 * startup.el:
28132 * uniquify.el:
28133 * minibuffer.el:
28134 * newcomment.el:
28135 * reveal.el:
28136 * server.el:
28137 * mpc.el:
28138 * emacs-lisp/smie.el:
28139 * doc-view.el:
28140 * dired.el:
28141 * abbrev.el: Use lexical binding.
28142
28143 2011-04-01 Eli Zaretskii <eliz@gnu.org>
28144
28145 * info.el (info-display-manual): New function.
28146
28147 2011-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
28148
28149 * loadup.el: Load minibuffer after loaddefs, to use define-minor-mode.
28150
28151 2011-03-31 Tassilo Horn <tassilo@member.fsf.org>
28152
28153 * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's
28154 an entry for that server in rcirc-authinfo. (Bug#8385)
28155
28156 2011-03-31 Glenn Morris <rgm@gnu.org>
28157
28158 * progmodes/f90.el (f90-find-tag-default): Handle multiple `%'.
28159
28160 * generic-x.el (etc-fstab-generic-mode): Add ext4, sysfs keywords.
28161
28162 2011-03-30 Christoph Scholtes <cschol2112@googlemail.com>
28163
28164 * progmodes/python.el (python-default-interpreter)
28165 (python-python-command-args, python-jython-command-args)
28166 (python-which-shell, python-which-args, python-which-bufname)
28167 (python-file-queue, python-comint-output-filter-function)
28168 (python-toggle-shells, python-shell): Remove obsolete defcustoms,
28169 variables and functions.
28170
28171 2011-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
28172
28173 * minibuffer.el (completion-table-dynamic): Optimize `boundaries'.
28174 (completion-in-region-mode): New minor mode.
28175 (completion-in-region): Use it.
28176 (completion-in-region--data, completion-in-region-mode-map): New vars.
28177 (completion-in-region--postch): New function.
28178 (completion--capf-misbehave-funs, completion--capf-safe-funs):
28179 New vars.
28180 (completion--capf-wrapper): New function.
28181 (completion-at-point): Use it to track well-behavedness of
28182 hook functions.
28183 (completion-help-at-point): New command.
28184
28185 2011-03-30 Jason Merrill <jason@redhat.com> (tiny change)
28186
28187 * vc/add-log.el (add-change-log-entry): Don't use whitespace
28188 syntax class to search for whitespace on a single line
28189 (Message-ID: <4D938140.4030905@redhat.com>).
28190
28191 2011-03-30 Leo Liu <sdl.web@gmail.com>
28192
28193 * abbrev.el (abbrev-edit-save-to-file, abbrev-edit-save-buffer):
28194 New commands.
28195 (edit-abbrevs-map): Bind them here.
28196 (write-abbrev-file): New optinal arg VERBOSE. (Bug#5937)
28197
28198 2011-03-29 Ken Manheimer <ken.manheimer@gmail.com>
28199
28200 * allout.el (allout-hide-by-annotation, allout-flag-region):
28201 Reduce possibility of overlay leakage by making them volatile.
28202
28203 * allout-widgets.el (allout-widgets-tally): Define as nil so the
28204 hash is not shared between buffers. Mode initialization is
28205 responsible for giving it a useful starting value.
28206 (allout-item-span): Reduce possibility of overlay leakage by
28207 making them volatile.
28208 (allout-widgets-count-buttons-in-region): Add diagnostic function
28209 for tracking down button overlay leaks.
28210
28211 2011-03-29 Leo Liu <sdl.web@gmail.com>
28212
28213 * ido.el (ido-read-internal): Use the default history var
28214 minibuffer-history if no HISTORY is specified.
28215
28216 2011-03-28 Brian T. Sniffen <bsniffen@akamai.com> (tiny change)
28217
28218 * net/imap.el (imap-shell-open, imap-process-connection-type):
28219 Use imap-process-connection-type for 'shell' streams as well as
28220 Kerberos, SSL, other subprocesses.
28221
28222 2011-03-28 Leo Liu <sdl.web@gmail.com>
28223
28224 * abbrev.el (abbrev-table-empty-p): New function.
28225 (prepare-abbrev-list-buffer): Place empty abbrev tables after
28226 nonempty ones. (Bug#5937)
28227
28228 2011-03-27 Jan Djärv <jan.h.d@swipnet.se>
28229
28230 * cus-start.el (all): Add boolean ns-auto-hide-menu-bar.
28231
28232 2011-03-27 Leo Liu <sdl.web@gmail.com>
28233
28234 * ansi-color.el (ansi-color-names-vector): Allow cons cell value
28235 for foreground and background colors.
28236 (ansi-color-make-color-map): Adapt.
28237
28238 2011-03-25 Leo Liu <sdl.web@gmail.com>
28239
28240 * midnight.el (midnight-time-float): Remove. Note it calculates
28241 the microsecond component incorrectly and seconds-to-time does the
28242 same job.
28243 Remove redundant (require 'timer).
28244
28245 * ido.el (ido-read-internal): Simplify with read-from-minibuffer.
28246 (ido-completions): Remove unused arguments. (Bug#8329)
28247
28248 2011-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
28249
28250 * minibuffer.el (completion--flush-all-sorted-completions):
28251 Remove itself from hook.
28252 (completion-at-point): Let the functions perform the completion
28253 immediately and return nil or t.
28254 * comint.el (comint-dynamic-complete-functions): Now identical to
28255 completion-at-point-functions.
28256 (comint-dynamic-list-input-ring): Remove unused var `index'.
28257 (comint--match-partial-filename, comint--unquote&expand-filename):
28258 New funs, split from comint-match-partial-filename.
28259 (comint-dynamic-complete): Use completion-at-point.
28260 (comint-dynamic-complete-filename): Use comint--match-partial-filename.
28261
28262 2011-03-24 Drew Adams <drew.adams@oracle.com>
28263
28264 * thingatpt.el: Support `defun'.
28265
28266 2011-03-23 Leo Liu <sdl.web@gmail.com>
28267
28268 * abbrevlist.el: Move to obsolete/abbrevlist.el.
28269
28270 * help-mode.el (help-mode-finish): Tweak regexp.
28271
28272 2011-03-23 Glenn Morris <rgm@gnu.org>
28273
28274 * eshell/esh-opt.el (eshell-eval-using-options):
28275 Do not bind unused local variable `eshell-option-stub'.
28276
28277 * progmodes/gdb-mi.el (gdb): Fix typo in previous change.
28278
28279 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
28280
28281 * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
28282 keymap variable in `with-no-warnings' to avoid a warning when the
28283 keymap has been already `defconst'ed.
28284
28285 2011-03-22 Leo Liu <sdl.web@gmail.com>
28286
28287 * abbrev.el (write-abbrev-file): Use utf-8 for writing if it can
28288 encode all chars in abbrevs; otherwise use emacs-mule or
28289 utf-8-emacs. (Bug#8308)
28290
28291 2011-03-22 Juanma Barranquero <lekktu@gmail.com>
28292
28293 * simple.el (backward-delete-char-untabify):
28294 Avoid warning about using `delete-backward-char'.
28295
28296 * image.el (image-type-file-name-regexps): Make it variable.
28297 `imagemagick-register-types' modifies it, and the user may want
28298 to add new extensions for known image types.
28299 (imagemagick-register-types): Throw error if not using ImageMagick.
28300
28301 2011-03-22 Leo Liu <sdl.web@gmail.com>
28302
28303 * net/rcirc.el (rcirc-completion-at-point): Return nil if point is
28304 located before rcirc-prompt-end-marker.
28305 (rcirc-complete): Error if point is not after rcirc prompt.
28306 Handle the case when table is nil.
28307 (rcirc-user-authenticated): Define to fix compiler warning.
28308
28309 2011-03-22 Chong Yidong <cyd@stupidchicken.com>
28310
28311 * custom.el (custom--inhibit-theme-enable): Make it affect only
28312 custom-theme-set-variables and custom-theme-set-faces.
28313 (provide-theme): Ignore custom--inhibit-theme-enable.
28314 (load-theme): Enable the theme explicitly if NO-ENABLE is non-nil.
28315 (custom-enabling-themes): Delete variable.
28316 (enable-theme): Accept only loaded themes as arguments.
28317 Ignore the special custom-enabled-themes variable.
28318 (custom-enabled-themes): Forbid themes from setting this.
28319 Eliminate use of custom-enabling-themes.
28320 (custom-push-theme): Quote "changed" custom var entry.
28321
28322 2011-03-21 Leo Liu <sdl.web@gmail.com>
28323
28324 * ido.el (ido-read-internal): Add ido-selected to history instead
28325 of user input.
28326
28327 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
28328
28329 * subr.el (deferred-action-list, deferred-action-function):
28330 Mark obsolete.
28331
28332 2011-03-21 Leo Liu <sdl.web@gmail.com>
28333
28334 * vc/log-view.el: Remove (require 'wid-edit), not needed after the
28335 change on 2011-02-13 (bug#8309).
28336
28337 * minibuffer.el (read-file-name-function): Change default value.
28338 (read-file-name--defaults): Rename from read-file-name-defaults.
28339 (read-file-name-default): Rename from read-file-name.
28340 (read-file-name): Call read-file-name-function.
28341
28342 2011-03-21 Glenn Morris <rgm@gnu.org>
28343
28344 * eshell/esh-opt.el (eshell-eval-using-options, eshell-process-args):
28345 Doc fixes.
28346
28347 2011-03-21 Chong Yidong <cyd@stupidchicken.com>
28348
28349 * cus-theme.el: Add missing provide statement.
28350 (customize-create-theme): Extract theme value correctly.
28351 (custom-theme-visit-theme): Autoload.
28352 (customize-create-theme): Prompt before inserting default faces.
28353
28354 2011-03-20 Jay Belanger <jay.p.belanger@gmail.com>
28355
28356 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
28357 units and musical notes.
28358
28359 2011-03-20 Leo Liu <sdl.web@gmail.com>
28360
28361 * ido.el (ido-read-internal): Use completing-read-default.
28362 (ido-completing-read): Fix compatibility with completing-read.
28363
28364 2011-03-20 Christian Ohler <ohler@gnu.org>
28365
28366 * emacs-lisp/ert.el (ert-run-tests-batch): Remove unused variable.
28367 (ert-delete-all-tests): Use `called-interactively-p' rather than
28368 `interactive-p'.
28369 (ert--make-xrefs-region): Respect END.
28370
28371 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
28372
28373 * dired-aux.el (dired-create-directory): Signal an error if the
28374 directory already exists (Bug#8246).
28375
28376 * facemenu.el (list-colors-display): Call list-faces-display
28377 inside with-help-window.
28378 (list-colors-print): Use display property to align the final
28379 column, instead of checking window-width.
28380
28381 2011-03-19 Eli Zaretskii <eliz@gnu.org>
28382
28383 * vc/emerge.el (emerge-metachars): Separate value for ms-dos and
28384 windows-nt systems.
28385 (emerge-protect-metachars): Quote correctly for ms-dos and
28386 windows-nt systems.
28387
28388 2011-03-19 Ralph Schleicher <rs@ralph-schleicher.de>
28389
28390 * info.el (info-initialize): Replace all uses of `:' with
28391 path-separator for compatibility with non-Unix systems.
28392 Cache quoting of path-separator. (Bug#8258)
28393
28394 2011-03-19 Juanma Barranquero <lekktu@gmail.com>
28395
28396 * avoid.el (mouse-avoidance-mode, mouse-avoidance-nudge-dist)
28397 (mouse-avoidance-threshold, mouse-avoidance-banish-destination)
28398 (mouse-avoidance-mode): Fix typos in docstrings.
28399
28400 2011-03-19 Chong Yidong <cyd@stupidchicken.com>
28401
28402 * startup.el (package-subdirectory-regexp): Move from package.el.
28403 Omit \\` and \\', and let callers add them.
28404
28405 * emacs-lisp/package.el (package-strip-version)
28406 (package-load-all-descriptors): Add \\` and \\' to
28407 package-subdirectory-regexp before using it.
28408 (package-untar-buffer): New arg DIR; ensure that file untars only
28409 into this expected directory. Remove superfluous delete-region.
28410 (package-unpack): Caller changed.
28411 (package-tar-file-info): Use package-subdirectory-regexp.
28412
28413 2011-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
28414
28415 * vc/diff-mode.el (diff-mode-map): Shadow problematic bindings from
28416 diff-mode-shared-map (bug#8284).
28417 (diff-mode-shared-map): Re-introduce some bindings that were problematic.
28418
28419 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
28420
28421 * calendar/time-date.el (format-seconds): Use assoc instead of
28422 assoc-string, since assoc-string doesn't exist in XEmacs.
28423
28424 2011-03-17 Juanma Barranquero <lekktu@gmail.com>
28425
28426 * custom.el (custom-known-themes): Reflow docstring.
28427 (custom-theme-load-path): Fix typo in docstring.
28428 (load-theme): Fix typo in error message.
28429 (custom-available-themes, custom-variable-theme-value):
28430 Use `let', not `let*'.
28431
28432 2011-03-17 Jay Belanger <jay.p.belanger@gmail.com>
28433
28434 * calc/README: Mention inclusion of musical notes.
28435
28436 * calc/calc-units.el (calc-lu-quant): Rename from
28437 `calc-logunits-quantity'.
28438 (calcFunc-lupquant): Rename from `calcFunc-powerquant'.
28439 (calcFunc-lufquant): Rename from `calcFunc-fieldquant'.
28440 (calc-db): Rename from `calc-dblevel'.
28441 (calcFunc-dbpower): Rename from `calcFunc-dbpowerlevel'.
28442 (calcFunc-dbfield): Rename from `calcFunc-dbfieldlevel'.
28443 (calc-np): Rename from `calc-nplevel'.
28444 (calcFunc-nppower): Rename from `calcFunc-nppowerlevel'.
28445 (calcFunc-npfield): Rename from `calcFunc-npfieldlevel'.
28446 (calc-lu-plus): Rename from `calc-logunits-add'.
28447 (calcFunc-lupadd): Rename from `calcFunc-lupoweradd'.
28448 (calcFunc-lufadd): Rename from `calcFunc-lufieldadd'.
28449 (calc-lu-minus): Rename from `calc-logunits-sub'.
28450 (calcFunc-lupsub): Rename from `calcFunc-lupowersub'.
28451 (calcFunc-lufsub): Rename from `calcFunc-lufieldsub'.
28452 (calc-lu-times): Rename from `calc-logunits-mul'.
28453 (calcFunc-lupmul): Rename from `calcFunc-lupowermul'.
28454 (calcFunc-lufmul): Rename from `calcFunc-lufieldmul'.
28455 (calc-lu-divide): Rename from `calc-logunits-div'.
28456 (calcFunc-lupdiv): Rename from `calcFunc-lupowerdiv'.
28457 (calcFunc-lufdiv): Rename from `calcFunc-lufielddiv'.
28458
28459 * calc/calc-ext.el (calc-init-extensions): Update the names of the
28460 functions being autoloaded.
28461
28462 * calc/calc.el (calc-lu-power-reference): Rename from
28463 `calc-logunits-power-reference'.
28464 (calc-lu-field-reference): Rename from
28465 `calc-logunits-field-reference'.
28466
28467 * calc/calc-help.el (calc-l-prefix-help):
28468 Mention musical note functions.
28469
28470 2011-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
28471
28472 * minibuffer.el (completion-all-sorted-completions):
28473 Use :completion-cycle-penalty text property if present.
28474
28475 2011-03-16 Ken Manheimer <ken.manheimer@gmail.com>
28476
28477 * allout.el (allout-yank-processing): Adjust for new rebulleting
28478 regime so bullet being yanked is used without prompting the user
28479 for a choice.
28480
28481 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
28482
28483 * startup.el (command-line): Warn the user that _emacs is deprecated.
28484
28485 2011-03-16 Juanma Barranquero <lekktu@gmail.com>
28486
28487 * progmodes/delphi.el (delphi-search-path, delphi-indent-level)
28488 (delphi-verbose, delphi-comment-face, delphi-string-face)
28489 (delphi-keyword-face, delphi-ignore-changes, delphi-indent-line)
28490 (delphi-mode-abbrev-table, delphi-debug-buffer, delphi-tab)
28491 (delphi-find-unit, delphi-find-current-xdef, delphi-fill-comment)
28492 (delphi-new-comment-line, delphi-font-lock-defaults)
28493 (delphi-debug-mode-map, delphi-mode-syntax-table, delphi-mode):
28494 Fix typos in docstrings.
28495
28496 2011-03-15 Ken Manheimer <ken.manheimer@gmail.com>
28497
28498 * allout.el (allout-make-topic-prefix, allout-rebullet-heading):
28499 Invert the roles of character and string values for INSTEAD, so a
28500 string is used for the more common case of a defaulting prompt.
28501
28502 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
28503
28504 * progmodes/ruby-mode.el (ruby-backward-sexp):
28505 * progmodes/ebrowse.el (ebrowse-draw-file-member-info):
28506 * play/gamegrid.el (gamegrid-make-face):
28507 * play/bubbles.el (bubbles--grid-width, bubbles--grid-height)
28508 (bubbles--colors, bubbles--shift-mode, bubbles--initialize-images):
28509 * notifications.el (notifications-notify):
28510 * net/xesam.el (xesam-search-engines):
28511 * net/quickurl.el (quickurl-list-insert):
28512 * vc/vc-hg.el (vc-hg-dir-printer): Fix use of case.
28513
28514 2011-03-15 Chong Yidong <cyd@stupidchicken.com>
28515
28516 * startup.el (command-line): Update package subdirectory regexp.
28517
28518 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
28519
28520 * allout.el (allout-abbreviate-flattened-numbering)
28521 (allout-mode-deactivate-hook): Fix up obsolescence "date".
28522
28523 * subr.el (read-char-choice): Only show the cursor after the prompt,
28524 not after the answer.
28525
28526 2011-03-15 Kevin Ryde <user42@zip.com.au>
28527
28528 * help-fns.el (variable-at-point): Skip leading quotes, if any
28529 (bug#8253).
28530
28531 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
28532
28533 * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Change the
28534 warning message.
28535
28536 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
28537
28538 * shell.el (shell): When called interactively, offer to change the
28539 shell file name on remote hosts.
28540
28541 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
28542
28543 * net/ldap.el (ldap-search-internal): Add `auth-source-search'
28544 integration for LDAP parameters. The host, base, user or binddn,
28545 and secret tokens can be specified in a netrc file, for instance.
28546 This is optional because an `auth-source' parameter must be
28547 specified in the search attributes.
28548
28549 2011-03-13 Juanma Barranquero <lekktu@gmail.com>
28550
28551 * help.el (describe-mode): Link to the mode's definition (bug#8185).
28552
28553 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
28554
28555 * ebuff-menu.el (electric-buffer-menu-mode-map): Move initialization
28556 into declaration. Remove redundant and harmful binding.
28557
28558 2011-03-12 Eli Zaretskii <eliz@gnu.org>
28559
28560 * files.el (file-ownership-preserved-p): Pass `integer' as an
28561 explicit 2nd argument to `file-attributes'. If the file's owner
28562 is the Administrators group on Windows, and the current user is
28563 Administrator, consider that a match.
28564
28565 * server.el (server-ensure-safe-dir): Consider server directory
28566 safe on MS-Windows if its owner is the Administrators group while
28567 the current Emacs user is Administrator. Use `=' to compare
28568 numerical UIDs, since they could be integers or floats.
28569
28570 2011-03-12 Juanma Barranquero <lekktu@gmail.com>
28571
28572 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
28573
28574 2011-03-12 Michael Albinus <michael.albinus@gmx.de>
28575
28576 Sync with Tramp 2.2.1.
28577
28578 * net/tramp-sh.el (tramp-methods): Exchange "%k" marker with options.
28579
28580 * net/trampver.el: Update release number.
28581
28582 2011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
28583
28584 * progmodes/compile.el (compilation--previous-directory): Fix up
28585 various nil/dead-marker mismatches (bug#8014).
28586 (compilation-directory-properties, compilation-error-properties):
28587 Don't call it at a position past the one we're about to change.
28588
28589 * emacs-lisp/bytecomp.el (byte-compile-make-obsolete-variable):
28590 Disable obsolescence warnings in the file that declares it.
28591
28592 2011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
28593
28594 * allout-widgets.el (allout-widgets-tally):
28595 Initialize allout-widgets-tally as a hash table rather than nil to
28596 prevent mode-line redisplay warnings. Also, clarify the module
28597 description and fix a comment typo.
28598
28599 2011-03-11 Juanma Barranquero <lekktu@gmail.com>
28600
28601 * help-fns.el (describe-variable): Don't complete keywords.
28602 Suggested by Teodor Zlatanov <tzz@lifelogs.com>.
28603
28604 2011-03-10 Chong Yidong <cyd@stupidchicken.com>
28605
28606 * emacs-lisp/package.el (package-version-join): Impose a standard
28607 string representation for pre/alpha/beta version lists.
28608 (package-unpack-single): Standardize the directory name by passing
28609 it through package-version-join.
28610 (package-strip-rcs-id): Accept any version string that does not
28611 signal an error in version-to-list.
28612
28613 2011-03-10 Michael Albinus <michael.albinus@gmx.de>
28614
28615 * simple.el (delete-trailing-whitespace): Return nil for the
28616 benefit of `write-file-functions'.
28617
28618 2011-03-10 Glenn Morris <rgm@gnu.org>
28619
28620 * vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.
28621
28622 * vc/vc-git.el (vc-git-program): New option.
28623 (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
28624 (vc-git--call): Use it.
28625
28626 * eshell/esh-util.el (eshell-condition-case): Doc fix.
28627
28628 * cus-edit.el (Custom-newline): If no button at point, look
28629 for a subgroup button at start-of-line. (Bug#2298)
28630
28631 * mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.
28632
28633 2011-03-10 Julien Danjou <julien@danjou.info>
28634
28635 * avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if
28636 `cursor-type' is nil.
28637
28638 2011-03-09 Jay Belanger <jay.p.belanger@gmail.com>
28639
28640 * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.
28641
28642 2011-03-09 Ken Manheimer <ken.manheimer@gmail.com>
28643
28644 * allout.el: Change so yank of distinctive-bullet items
28645 preserves the existing header prefix, rebulleting it if necessary,
28646 rather than replacing it. This is necessary for proper operation
28647 of cooperative addons like allout-widgets.
28648 (allout-make-topic-prefix, allout-rebullet-heading):
28649 Change SOLICIT arg to INSTEAD, and interpret additionally a string
28650 value as alternate bullet to be used, instead of prompting the user
28651 for a bullet character.
28652
28653 2011-03-09 Michael Albinus <michael.albinus@gmx.de>
28654
28655 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
28656 Do not use `tramp-file-name-port', because this returns also
28657 `tramp-default-port'.
28658
28659 2011-03-09 Deniz Dogan <deniz.a.m.dogan@gmail.com>
28660
28661 * net/rcirc.el (rcirc-handler-001): Remove useless
28662 with-rcirc-process-buffer.
28663 (rcirc-check-auth-status): Swap arguments to string-match.
28664
28665 2011-03-09 Glenn Morris <rgm@gnu.org>
28666
28667 * shell.el (shell-mode):
28668 Set comint-input-ring-size from HISTSIZE. (Bug#7889)
28669
28670 * progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change.
28671 Check for GDBHISTFILE, HISTSIZE, etc. (Bug#7889)
28672
28673 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
28674
28675 * emacs-lisp/package.el (package-refresh-contents)
28676 (package-menu-execute): Use condition-case-no-debug.
28677
28678 2011-03-08 Michael Albinus <michael.albinus@gmx.de>
28679
28680 * simple.el (shell-command-to-string): Use `process-file'.
28681
28682 * emacs-lisp/package.el (package-tar-file-info): Handle also
28683 remote files.
28684
28685 * emacs-lisp/package-x.el (package-upload-buffer-internal):
28686 Use `equal' for upload base check.
28687
28688 2011-03-08 Arni Magnusson <arnima@hafro.is> (tiny change)
28689
28690 * textmodes/texinfo.el (texinfo-environments):
28691 Add deftypecv, deftypeivar, deftypemethod, deftypeop, html. (Bug#2783)
28692
28693 2011-03-08 Glenn Morris <rgm@gnu.org>
28694
28695 * cus-start.el (cursor-in-non-selected-windows):
28696 Fix :set quoting oddness. (Bug#8192)
28697
28698 * font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)'
28699 in some setf expressions. (Bug#2159)
28700
28701 2011-03-08 Chong Yidong <cyd@stupidchicken.com>
28702
28703 * custom.el (custom-available-themes): Return themes in
28704 alphabetical order.
28705
28706 See ChangeLog.15 for earlier changes.
28707
28708 ;; Local Variables:
28709 ;; coding: utf-8
28710 ;; End:
28711
28712 Copyright (C) 2011-2013 Free Software Foundation, Inc.
28713
28714 This file is part of GNU Emacs.
28715
28716 GNU Emacs is free software: you can redistribute it and/or modify
28717 it under the terms of the GNU General Public License as published by
28718 the Free Software Foundation, either version 3 of the License, or
28719 (at your option) any later version.
28720
28721 GNU Emacs is distributed in the hope that it will be useful,
28722 but WITHOUT ANY WARRANTY; without even the implied warranty of
28723 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28724 GNU General Public License for more details.
28725
28726 You should have received a copy of the GNU General Public License
28727 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.