lisp/Makefile tiny simplification
[bpt/emacs.git] / lisp / ChangeLog
1 2014-06-28 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (compile-main, compile, compile-always):
4 No need to explicitly pass variables to ourself in recursive calls.
5
6 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * files.el (minibuffer-with-setup-hook): Evaluate the first arg eagerly.
9
10 2014-06-26 Glenn Morris <rgm@gnu.org>
11
12 * Makefile.in (update-authors): Update for moved authors.el.
13
14 2014-06-26 Leo Liu <sdl.web@gmail.com>
15
16 * skeleton.el (skeleton-end-hook): Default to nil and move the
17 work to skeleton-insert. (Bug#17850)
18
19 2014-06-26 Dmitry Antipov <dmantipov@yandex.ru>
20
21 * calc/calc-alg.el (math-beforep):
22 * progmodes/cc-guess.el (c-guess-view-reorder-offsets-alist-in-style):
23 Simplify because string-lessp can accept symbols as args.
24
25 2014-06-26 Daiki Ueno <ueno@gnu.org>
26
27 * emacs-lisp/package.el (package--check-signature):
28 If package-check-signature is allow-unsigned, don't signal error when
29 we can't verify signature because of missing public key
30 (bug#17625).
31
32 2014-06-26 Glenn Morris <rgm@gnu.org>
33
34 * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
35 Remove outdated declaration.
36
37 * emacs-lisp/authors.el (authors-valid-file-names)
38 (authors-renamed-files-alist): Additions.
39
40 2014-06-26 Leo Liu <sdl.web@gmail.com>
41
42 * textmodes/picture.el (picture-set-tab-stops):
43 * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
44 (ruler-mode-ruler): Fix to work with nil tab-stop-list.
45
46 * progmodes/asm-mode.el (asm-calculate-indentation):
47 Use indent-next-tab-stop.
48
49 * indent.el (indent-accumulate-tab-stops): New function.
50
51 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
52
53 * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
54 (package-desc-status): Obey it.
55
56 2014-06-26 Stephen Berman <stephen.berman@gmx.net>
57
58 * calendar/todo-mode.el: Fix two bugs.
59 (todo-insert-item--basic): If user cancels item insertion to
60 another category before setting priority, show original category
61 whether it is in the same or a different file.
62 (todo-set-item-priority): After selecting category, instead of
63 moving point to top, which extends an active region, restore it.
64
65 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
66
67 * help-fns.el (describe-function-1): Check file-name is a string before
68 calling help-fns--autoloaded-p (bug#17564).
69
70 2014-06-26 Juri Linkov <juri@jurta.org>
71
72 * desktop.el (desktop-auto-save-enable)
73 (desktop-auto-save-disable): New functions.
74 (desktop-save-mode, desktop-auto-save-timeout): Use them.
75 (desktop-read): Disable the autosave before loading the desktop,
76 and enable afterwards. (Bug#17351)
77
78 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
79
80 Fix some indentation problem with \; and pipes (bug#17842).
81 * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
82 (sh-smie--default-forward-token, sh-smie--default-backward-token):
83 New functions.
84 (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
85 (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
86 (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
87
88 2014-06-26 Glenn Morris <rgm@gnu.org>
89
90 * emacs-lisp/find-func.el (find-function-C-source-directory):
91 Use file-accessible-directory-p.
92
93 * ps-samp.el: Make it slightly less awful.
94 (ps-rmail-mode-hook, ps-gnus-article-prepare-hook, ps-vm-mode-hook):
95 (ps-gnus-summary-setup, ps-info-mode-hook): Use [print] key.
96 Only set local values.
97 (ps-article-subject, ps-article-author): Use standard functions
98 like mail-fetch-field.
99 (ps-info-file, ps-info-node): Use match-string.
100 (ps-jts-ps-setup, ps-jack-setup): Remove, merging into...
101 (ps-samp-ps-setup): ... new function.
102
103 * progmodes/idlw-shell.el (idlwave-shell-make-temp-file):
104 Optimize away code unneeded on any modern Emacs.
105
106 * emacs-lisp/authors.el: Move to ../admin.
107
108 * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New.
109
110 2014-06-26 Luke Lee <luke.yx.lee@gmail.com>
111
112 * progmodes/hideif.el (hif-string-to-number): Fix return value bug.
113 (hif-simple-token-only, hif-tokenize): Comment in detail mainly for
114 performance enhancements.
115 (hif-parse-if-exp): Rename to `hif-parse-exp'. Enhance for macro
116 expansion.
117 (hif-factor, hif-string-concatenation, intern-safe): Support string
118 concatenation and argumented macro expansion.
119 (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
120 (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
121 (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
122 (hif-canonicalize-tokens, hif-place-macro-invocation)
123 (hif-parse-macro-arglist): Mostly new functions for supporting
124 argumented macro expansion.
125 (hif-string-concatenation, hif-stringify, hif-token-concat)
126 (hif-token-stringification, hif-token-concatenation):
127 Stringification and concatenation.
128 (hif-find-next-relevant): Fix comments.
129 (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
130 some cases involving #elif.
131 (hif-find-define, hif-add-new-defines): New functions for automatically
132 scanning of defined symbols.
133 (hide-ifdef-guts): Fix for defined symbol auto scanning.
134 (hide-ifdef-undef): Fix behavior to match CPP.
135
136 2014-06-25 Glenn Morris <rgm@gnu.org>
137
138 * Makefile.in ($(lisp)/progmodes/cc-defs.elc)
139 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
140 ($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc
141 files. They are not relevant to the original issue (bug#1004),
142 and cause unnecessary recompilation (bug#2151).
143
144 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
145
146 * play/landmark.el: Use lexical-binding and avoid `intangible'.
147 (landmark--last-pos): New var.
148 (landmark--intangible-chars): New const.
149 (landmark--intangible): New function.
150 (landmark-mode, landmark-move): Use it.
151 (landmark-mode): Remove properties.
152 (landmark-plot-square, landmark-point-square, landmark-goto-xy)
153 (landmark-cross-qtuple):
154 Don't worry about `intangible' any more.
155 (landmark-click, landmark-point-y): Same; and don't assume point-min==1.
156 (landmark-init-display): Don't set `intangible' and `point-entered'.
157 (square): Remove. Inline it instead.
158 (landmark--distance): Rename from `distance'.
159 (landmark-calc-distance-of-robot-from): Rename from
160 calc-distance-of-robot-from.
161 (landmark-calc-smell-internal): Rename from calc-smell-internal.
162
163 2014-06-25 Dmitry Antipov <dmantipov@yandex.ru>
164
165 * files.el (dir-locals-find-file, file-relative-name):
166 * info.el (Info-complete-menu-item):
167 * minibuffer.el (completion-table-subvert): Prefer string-prefix-p
168 to compare-strings to avoid out-of-range errors.
169 * subr.el (string-prefix-p): Adjust to match strict range
170 checking in compare-strings.
171
172 2014-06-24 Leonard Randall <leonard.a.randall@gmail.com> (tiny change)
173
174 * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
175 for comment lines non-greedy and stopping at newlines to fix stack
176 overflows with large files.
177
178 2014-06-24 Eli Barzilay <eli@barzilay.org>
179
180 * calculator.el (calculator-last-input): Drop 'ascii-character property
181 lookup.
182
183 2014-06-24 Leo Liu <sdl.web@gmail.com>
184
185 * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
186 tab-stop-list to nil. (Bug#16381)
187
188 * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
189 (indent-rigidly-left-to-tab-stop)
190 (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
191 (move-to-tab-stop): Change callers.
192
193 2014-06-24 Eli Zaretskii <eliz@gnu.org>
194
195 * skeleton.el (skeleton-insert): Yet another fix of the doc string
196 wrt behavior of \n as the first/last element of a skeleton.
197
198 2014-06-24 Michael Albinus <michael.albinus@gmx.de>
199
200 * net/tramp-adb.el (tramp-adb-handle-process-file):
201 * net/tramp-sh.el (tramp-sh-handle-process-file):
202 * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
203 the output buffer when DISPLAY is non-nil. (Bug#17815)
204
205 2014-06-24 Glenn Morris <rgm@gnu.org>
206
207 * play/landmark.el (landmark-move-down, landmark-move-up):
208 Fix 2007-10-20 change - preserve horizontal position.
209
210 2014-06-23 Sam Steingold <sds@gnu.org>
211
212 * simple.el (kill-append): Remove undo boundary depending on ...
213 (kill-append-merge-undo): New user option.
214
215 2014-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
216
217 * simple.el (handle-shift-selection, exchange-point-and-mark)
218 (activate-mark): Set transient-mark-mode buffer-locally (bug#6316).
219 (transient-mark-mode): Use&set the global value.
220 * mouse.el (mouse-set-region-1, mouse-drag-track): Idem.
221 * emulation/edt.el (edt-emulation-off): Save&restore the global
222 transient-mark-mode setting.
223 * obsolete/pc-select.el (pc-selection-mode): Use the
224 transient-mark-mode function.
225
226 2014-06-23 Eli Zaretskii <eliz@gnu.org>
227
228 * international/fontset.el (script-representative-chars):
229 Add representative characters for scripts added in Unicode 7.0.
230 (otf-script-alist): Synchronize with the latest registry of OTF
231 script tags.
232
233 * international/characters.el (char-script-table): Update for
234 scripts added and codepoint ranges changed in Unicode 7.0.
235
236 2014-06-23 Eli Barzilay <eli@barzilay.org>
237
238 * calculator.el (calculator-standard-displayer): Fix bug in use of
239 `calculator-groupize-number'.
240 (calculator-funcall): Fix broken `cl-flet' use by moving it into the
241 `eval' code, so it works in v24.3.1 too.
242 (calculator-last-input): Comment to clarify purpose.
243
244 2014-06-22 Mario Lang <mlang@delysid.org>
245
246 * textmodes/rst.el (rst-comment-region): From from -> from.
247
248 * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
249
250 2013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
251
252 * electric.el (electric-layout-post-self-insert-function):
253 * emacs-lisp/ert.el (ert--insert-infos):
254 * obsolete/vi.el (vi-set-mark):
255 * term.el (term-handle-scroll):
256 * textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry):
257 * wid-edit.el (widget-editable-list-value-create):
258 Prefer point-marker to copy-marker of point.
259
260 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
261
262 Fix completion retrieval parsing (bug#17209).
263 * progmodes/python.el (python-mode):
264 (python-util-strip-string): New function.
265 (python-shell-completion-get-completions): Use it.
266
267 2014-06-21 Eli Zaretskii <eliz@gnu.org>
268
269 * skeleton.el (skeleton-insert): Fix last change.
270
271 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
272
273 Enhancements for outline integration (bug#17796).
274 * progmodes/python.el (python-mode): Properly set
275 outline-heading-end-regexp so that comments after colons for
276 defuns are supported.
277
278 2014-06-21 Eli Zaretskii <eliz@gnu.org>
279
280 * skeleton.el (skeleton-insert): Doc fix.
281
282 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
283
284 * emacs-lisp/smie.el (smie-config--guess): Fix typo.
285 (smie-config-guess): Use smie-config-local so the rules are obeyed
286 (bug#17818).
287
288 * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
289 since it's already done inside the loop (bug#17819).
290
291 2014-06-21 Martin Rudalics <rudalics@gmx.at>
292
293 * mouse.el (mouse-drag-line): Re-remove code initially removed
294 on 2013-03-09 and inadvertently reintroduced on 2013-11-30
295 (Bug#17819).
296
297 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
298
299 * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
300 align with the surrounding parent (bug#17721).
301
302 2014-06-21 Eli Zaretskii <eliz@gnu.org>
303
304 * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
305 locally to nil.
306 (texinfo-insert-block, texinfo-insert-@end)
307 (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
308 local setting of skeleton-end-newline by adding an explicit \n to
309 the skeletons where appropriate. (Bug#17801)
310
311 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
312
313 * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
314 (smie-indent--hanging-p): Use it.
315 * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
316
317 2014-06-21 Leo Liu <sdl.web@gmail.com>
318
319 * simple.el (read-quoted-char): Don't let help chars pop up help
320 buffer. (Bug#16617)
321
322 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
323
324 * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
325 for | (bug#17621).
326
327 * xt-mouse.el (xterm-mouse--read-event-sequence-1000):
328 Drop unknown events instead of burping.
329
330 2014-06-21 Eli Zaretskii <eliz@gnu.org>
331
332 * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
333 and later. (Bug#17790)
334
335 2014-06-21 Juri Linkov <juri@jurta.org>
336
337 * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
338 to `soft'. (Bug#17554)
339
340 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
341
342 * delsel.el (electric-newline-and-maybe-indent): Mark it as well
343 (bug#17737).
344
345 2014-06-21 Dmitry Gutov <dgutov@yandex.ru>
346
347 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
348 `!' in `!~' with `font-lock-negation-char-face'. (Bug#17732)
349
350 2014-06-21 Michael Albinus <michael.albinus@gmx.de>
351
352 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
353 `unread-command-events'.
354
355 2014-06-19 William Xu <william.xwl@gmail.com>
356
357 * progmodes/hideif.el (hif-string-to-number): Don't return float for
358 hex integer constants (bug#17807).
359
360 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
361
362 * international/mule-util.el (truncate-string-ellipsis): New var.
363 (truncate-string-to-width): Use it.
364
365 2014-06-19 Robert Brown <robert.brown@gmail.com> (tiny change)
366
367 * emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
368 (lisp-string-in-doc-position-p): New function, extracted from
369 lisp-font-lock-syntactic-face-function.
370 (lisp-font-lock-syntactic-face-function): Use them (bug#9130).
371
372 2014-06-19 Grégoire Jadi <daimrod@gmail.com>
373
374 * net/rcirc.el (rcirc-omit-mode): Fix recenter error. (Bug#17769)
375
376 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
377
378 * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
379 (bubbles--game-over): Don't add `intangible' properties since they
380 didn't work anyway.
381
382 2014-06-18 Juri Linkov <juri@jurta.org>
383
384 * vc/ediff-init.el (ediff-current-diff-Ancestor)
385 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
386 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
387 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
388 Add `min-colors 88' version with removed black/white foregrounds.
389 (Bug#10181)
390
391 2014-06-18 Juri Linkov <juri@jurta.org>
392
393 * vc/diff-mode.el (diff-changed): Empty face definition to use
394 `diff-removed' and `diff-added' on tty as well. (Bug#10181)
395 (diff-context): Use darker color on light background and
396 lighter color on dark background.
397
398 2014-06-18 Juri Linkov <juri@jurta.org>
399
400 * vc/diff-mode.el (diff-refine-changed): Rename from
401 `diff-refine-change' for consistency with `diff-changed'.
402 (diff-refine-change): Add obsolete face alias. (Bug#10181)
403
404 * vc/smerge-mode.el (smerge-refined-changed): Rename from
405 `smerge-refined-change'.
406 (smerge-refined-change): Add obsolete face alias.
407
408 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
409
410 * rect.el (rectangle-preview): New custom.
411 (rectangle): New group.
412 (rectangle--pos-cols): Add `window' argument.
413 (rectangle--string-preview-state, rectangle--string-preview-window):
414 New vars.
415 (rectangle--string-flush-preview, rectangle--string-erase-preview)
416 (rectangle--space-to, rectangle--string-preview): New functions.
417 (string-rectangle): Use them.
418 (rectangle--inhibit-region-highlight): New var.
419 (rectangle--highlight-for-redisplay): Obey it. Make sure
420 `apply-on-region' uses the point-crutches of the right window.
421 Use :align-to rather than multiple spaces.
422
423 2014-06-16 Andrea Rossetti <andrea.rossetti@gmail.com> (tiny change)
424
425 * ruler-mode.el (ruler-mode-window-col)
426 (ruler-mode-mouse-set-left-margin)
427 (ruler-mode-mouse-set-right-margin): Fix calculation of column
428 from mouse position (Bug#17768).
429
430 2014-06-16 Ron Schnell <ronnie@driver-aces.com>
431
432 * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
433 without varname or rhs causes crash.
434 (dun-ftp): Fix bug where blank ftp password is allowed, making it
435 impossible to win endgame.
436 (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
437 rlogin is anymore.
438 (dun-help): Bump version number; update contact info.
439
440 2014-06-15 Eli Barzilay <eli@barzilay.org>
441
442 * calculator.el (calculator-prompt, calculator-remove-zeros)
443 (calculator-mode-hook, calculator-operators, calculator-stack)
444 (calculator-mode): Tweak docstring.
445 (calculator-user-operators): Tweak docstring, fix a bug in the last
446 example.
447 (calculator-displayer): `std' case has an optional boolean.
448 (calculator-displayers): Use the new boolean to group in decimal mode.
449 (calculator-mode-map, calculator, calculator-message)
450 (calculator-op-arity, calculator-add-operators)
451 (calculator-string-to-number, calculator-displayer-prev)
452 (calculator-displayer-next, calculator-remove-zeros)
453 (calculator-eng-display, calculator-number-to-string)
454 (calculator-update-display, calculator-last-input)
455 (calculator-clear-fragile, calculator-digit, calculator-decimal)
456 (calculator-exp, calculator-saved-move, calculator-clear)
457 (calculator-copy, calculator-put-value, calculator-help)
458 (calculator-expt, calculator-truncate): Minor code improvements.
459 (calculator-need-3-lines): New function pulling out code from
460 `calculator'.
461 (calculator-get-display): Rename from `calculator-get-prompt', and
462 improved.
463 (calculator-push-curnum): Rename from `calculator-curnum-value', and
464 extended for all uses of it. All callers changed.
465 (calculator-groupize-number): New utility for splitting a number into
466 groups.
467 (calculator-standard-displayer): Improve code, new optional argument to
468 use comma-split groups, make second argument optional too to use with
469 'left/'right inputs. All callers changed.
470 (calculator-reduce-stack-once): New utility, doing the meat of what
471 `calculator-reduce-stack' used to do, much improved (mostly using
472 `pcase' for conciseness and clarity).
473 (calculator-reduce-stack): Now doing just the reduction loop using
474 `calculator-reduce-stack-once'.
475 (calculator-funcall): Improve code, make it work in v24.3.1 too.
476 (calculator-last-input): Improve code, remove some old cruft.
477 (calculator-quit): Kill `calculator-buffer' in electric mode too.
478 (calculator-integer-p): Remove.
479 (calculator-fact): Improve code, make it work on non-integer values
480 too (using truncated numbers).
481
482 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
483
484 Sync with Tramp 2.2.10.
485
486 * net/tramp.el (tramp-methods): Tweak docstring.
487 (tramp-handle-file-accessible-directory-p): Check for
488 `file-readable-p' instead of `file-executable-p'.
489 (tramp-check-cached-permissions):
490 Use `tramp-compat-file-attributes'.
491 (tramp-call-process): Add new argument VEC. Adapt callees in all
492 tramp*.el files.
493
494 * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
495 (tramp-adb-maybe-open-connection): Don't set
496 `tramp-current-*' variables.
497
498 * net/tramp-cache.el (tramp-flush-file-function): Do not flush
499 file properties of temporary buffers.
500
501 * net/tramp-ftp.el (top): Remove special handling for URL syntax.
502
503 * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
504 (tramp-gvfs-handle-delete-file): Flush file
505 properties, not directory properties.
506 (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
507 reading "unix::mode".
508 (tramp-gvfs-handle-file-name-all-completions):
509 Use "-h" option for "gvfs-ls".
510 (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
511 (tramp-gvfs-send-command): Simplify traces.
512
513 * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
514 (vc-git-program, vc-hg-program): Declare.
515 (tramp-methods) <sftp>: Remove. It has never worked satisfactorily.
516 (tramp-methods) <nc>: Add new method.
517 (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
518 (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
519 `tramp-login-args'.
520 (tramp-default-user-alist): Add "nc".
521 (top): Remove completion function for "sftp". Add completion
522 functions for "nc" and "psftp".
523 (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
524 Implement support for "nc" method.
525 (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
526 (tramp-remote-coding-commands, tramp-call-local-coding-command):
527 Tweak docstring.
528 (tramp-sh-handle-write-region): Tweak error message.
529 (tramp-sh-handle-vc-registered): Remove backends when the remote
530 binary does not exist.
531 (tramp-find-inline-encoding): Do not raise an error.
532 (tramp-make-copy-program-file-name): Tweak docstring. Handle also
533 the "nc" case. Quote result also locally.
534
535 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
536 (tramp-smb-handle-set-file-acl): Use `start-process'.
537 (tramp-smb-handle-insert-directory): Use progress reporter.
538 (tramp-smb-handle-rename-file): Flush also file properties of
539 FILENAME.
540
541 * net/trampver.el: Update release number.
542
543 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
544
545 * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
546 add-to-list.
547 (ses-localvars): Remove ses--local-printer-list, unused.
548 (ses--metaprogramming): New macro. Use it to defvar variables.
549 (ses-set-localvars): Simplify.
550 (ses--locprn, ses-cell): Use defstruct. Change ses-cell's
551 property-list into an alist.
552 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
553 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
554 Remove; use defstruct accessors/setters instead.
555 (ses-cell-formula-aset, ses-cell-printer-aset)
556 (ses-cell-references-aset): Remove, use setf instead.
557 (ses--alist-get): New function.
558 (ses-cell-property): Rename from ses-cell-property-get and rewrite.
559 Use an alist instead of a plist and don't do move-to-front since the
560 list is always short.
561 (ses-cell-property-get-fun, ses-cell-property-delq-fun)
562 (ses-cell-property-set-fun, ses-cell-property-set)
563 (ses-cell-property-pop-fun, ses-cell-property-get-handle)
564 (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
565 (ses--letref): New macro.
566 (ses-cell-property-pop): Rewrite.
567 (ses--cell): Rename from ses-cell and make it into a function.
568 Make `formula' fallback on `value' if nil.
569 (ses--local-printer): Rename from ses-local-printer and make it into
570 a function.
571 (ses-set-cell): Turn it into a macro so finding the accessor from the
572 field name is done at compile time.
573 (ses-repair-cell-reference-all): Test presence of `sym' rather than
574 `ref' before adding `sym' to :ses-repair-reference.
575 (ses-calculate-cell): Use ses--letref rather than
576 ses-cell-property-get-handle.
577 (ses-write-cells): Use a single prin1-to-string.
578 (ses-setter-with-undo): New function.
579 (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
580 (ses-unset-with-undo): Remove.
581 (ses-load): Prefer apply' over `eval'.
582 (ses-read-printer, ses-set-column-width): Use standard "(default
583 foo)" format.
584
585 2014-06-15 Glenn Morris <rgm@gnu.org>
586
587 * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
588
589 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
590 Replace delete-duplicates and mapcan by cl- versions throughout.
591 And cl-macroexpand-all by macroexpand-all.
592 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
593
594 2014-06-15 Eli Zaretskii <eliz@gnu.org>
595
596 * subr.el (posn-col-row): Doc fix. (Bug#17768)
597
598 2014-06-15 Juri Linkov <juri@jurta.org>
599
600 * bindings.el: Put `ascii-character' property on keypad keys
601 mapped to characters. (Bug#17759)
602
603 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
604
605 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
606 bumping forward into a closing paren (bug#17761).
607
608 * term/xterm.el (xterm--version-handler): Work around for OSX
609 Terminal.app (bug#17607).
610
611 2014-06-14 Ron Schnell <ronnie@driver-aces.com>
612
613 * play/dunnet.el (dun-describe-room, dun-mode):
614 If a lamp is in the room, you won't be eaten by a grue.
615
616 2014-06-13 Glenn Morris <rgm@gnu.org>
617
618 * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
619 (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
620 (compile-always): GNU make automatically passes
621 command-line arguments to sub-makes.
622
623 * calendar/calendar.el (calendar-generate-window):
624 Remove pointless call to font-lock-fontify-buffer.
625
626 2014-06-13 Matthias Meulien <orontee@gmail.com>
627
628 * simple.el (completion-list-mode-map): Navigate with tab and backtab
629 (bug#17767).
630
631 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
632
633 * simple.el (set-mark-command): Simplify a bit.
634
635 2014-06-12 Nicolas Richard <theonewiththeevillook@yahoo.fr>
636
637 * help.el (help--key-binding-keymap): New function.
638 (help--binding-locus): New function.
639 (describe-key): Mention the keymap in which the binding was
640 found. (bug#13948)
641
642 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
643
644 * hippie-exp.el (he--all-buffers): New function.
645 (try-expand-line-all-buffers, try-expand-list-all-buffers)
646 (try-expand-dabbrev-all-buffers): Use it.
647
648 2014-06-12 Emilio C. Lopes <eclig@gmx.net>
649
650 * hippie-exp.el (try-expand-line-all-buffers)
651 (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
652 Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
653 original buffer, in case they're buffer-local.
654
655 2014-06-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
656
657 * ses.el (ses-initial-global-parameters-re): New defconst, a
658 specific regexp is needed now that ses.el can handle both
659 file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
660 local printers.
661 (ses-localvars): Add local variables needed for local printer handling.
662 (ses-set-localvars): Handle hashmap initialisation.
663 (ses-paramlines-plist): Add param-line for number of local printers.
664 (ses-paramfmt-plist): New defconst, needed for code factorization
665 between functions `ses-set-parameter' and
666 `ses-file-format-extend-paramter-list'
667 (ses-make-local-printer-info): New defsubst.
668 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
669 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
670 (ses-cell-printer-aset): New defmacro.
671 (ses-local-printer-compile): New defun.
672 (ses-local-printer): New defmacro.
673 (ses-printer-validate, ses-call-printer): Add support for local
674 printer functions.
675 (ses-file-format-extend-paramter-list): New defun.
676 (ses-set-parameter): Use const `ses-paramfmt-plist' for code
677 factorization.
678 (ses-load): Add support for local printer functions.
679 (ses-read-printer): Update docstring and add support for local printer
680 functions.
681 (ses-refresh-local-printer, ses-define-local-printer): New defun.
682 (ses-safe-printer): Add support for local printer functions.
683
684 2014-06-12 Ivan Andrus <darthandrus@gmail.com>
685
686 * ffap.el (ffap-lax-url): New var (bug#17723).
687 (ffap-url-at-point): Use it.
688 (ffap-file-at-point): Avoid returning just "/".
689
690 2014-06-12 Matthias Meulien <orontee@gmail.com>
691
692 * progmodes/python.el (import skeleton): New skeleton (bug#17672).
693 (python-mode-map): Bind it.
694
695 * progmodes/python.el (class skeleton): Don't erase last char of class
696 name (bug#17683).
697
698 2014-06-12 Cameron Desautels <camdez@gmail.com> (tiny change)
699
700 * help.el (where-is): Use `default' arg of completing-read (bug#17705).
701
702 2014-06-12 Kevin Ryde <user42_kevin@yahoo.com.au>
703
704 * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
705 (bug#17745).
706
707 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
708
709 * international/mule-cmds.el: Use lexical-binding.
710 (ucs-names): Simplify.
711
712 2014-05-18 Eric Hanchrow <eric.hanchrow@gmail.com>
713
714 * progmodes/python.el (run-python): Use read-shell-command.
715
716 2014-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
717
718 * rect.el: Make it possible to move bounds past EOL or into TABs.
719 (operate-on-rectangle): Use apply-on-rectangle.
720 (rectangle--mark-crutches): New var.
721 (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
722 (rectangle--crutches, rectangle--reset-crutches): New functions.
723 (apply-on-rectangle): Obey crutches. Avoid setq.
724 Fix missing final iteration if end is at EOB&BOL.
725 (rectangle-mark-mode-map): Add remap bindings for
726 exchange-point-and-mark and char/line movements.
727 (rectangle--*-char): New function.
728 (rectangle-exchange-point-and-mark, rectangle-right-char)
729 (rectangle-left-char, rectangle-forward-char)
730 (rectangle-backward-char, rectangle-next-line)
731 (rectangle-previous-line): New commands.
732 (rectangle--place-cursor): New function.
733 (rectangle--highlight-for-redisplay): Use it. Use apply-on-rectangle.
734
735 2014-06-08 Glenn Morris <rgm@gnu.org>
736
737 * startup.el (initial-buffer-choice): Doc fix.
738 Reset :version (adding an option does not merit a :version bump).
739
740 * bookmark.el (bookmark-load):
741 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
742
743 2014-06-08 Juri Linkov <juri@jurta.org>
744
745 * desktop.el: Activate auto-saving on window configuration changes.
746 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
747 `desktop-auto-save-set-timer' to/from
748 `window-configuration-change-hook'.
749 (desktop-auto-save-set-timer): Change REPEAT arg of
750 `run-with-idle-timer' from t to nil.
751 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
752
753 2014-06-08 Santiago Payà i Miralta <santiagopim@gmail.com>
754
755 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
756 vc-hg-command (bug#17570).
757
758 2014-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
759
760 * international/mule-cmds.el (ucs-names): Add special entry for BEL
761 (bug#17702).
762
763 2014-06-08 Glenn Morris <rgm@gnu.org>
764
765 * startup.el (window-setup-hook): Doc fix.
766
767 * emacs-lisp/package.el (package-check-signature)
768 (package-unsigned-archives): Doc fixes.
769
770 2014-06-08 Martin Rudalics <rudalics@gmx.at>
771
772 * window.el (display-buffer-use-some-window): Don't make window
773 used smaller than it was before (Bug#17671).
774
775 2014-06-08 Eli Zaretskii <eliz@gnu.org>
776
777 * menu-bar.el (menu-bar-open): Fix last change: use the PC
778 'redisplay' instead of '(sit-for 0)'.
779
780 2014-06-08 Michael Albinus <michael.albinus@gmx.de>
781
782 * net/tramp.el (tramp-ssh-controlmaster-options):
783 Improve search regexp. (Bug#17653)
784
785 2014-06-08 Glenn Morris <rgm@gnu.org>
786
787 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
788
789 2014-06-08 Eli Zaretskii <eliz@gnu.org>
790
791 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
792
793 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
794
795 * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
796 (bug#17586).
797
798 * vc/vc-hg.el (vc-hg-log-graph): New var.
799 (vc-hg-print-log): Use it.
800 (vc-hg-root-log-format): Include branch name and bookmarks; ignore
801 graph output (bug#17515).
802
803 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
804
805 * mouse.el (mouse-posn-property): Ignore buffer position info when the
806 even happened elsewhere.
807
808 2014-06-06 Mario Lang <mlang@delysid.org>
809
810 * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
811 `recenter' if `current-buffer' is equal to `window-buffer'.
812
813 2014-06-05 Leo Liu <sdl.web@gmail.com>
814
815 * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
816
817 2014-06-05 Michal Nazarewicz <mina86@mina86.com>
818
819 * textmodes/tildify.el (tildify-foreach-region-outside-env):
820 New function which calls a callback on portions of the buffer that are
821 outside of ignored environments.
822 (tildify-build-regexp): Remove function since it is now
823 incorporated in `tildify-foreach-region-outside-env' where it is
824 optimised and simplified by the use of `mapconcat'.
825 (tildify-tildify): Return number of substitutions made so that…
826 (tildify-count): …can be removed.
827 (tildify-find-env): Accept a new PAIRS argument which was
828 previously looked up in `tildify-ignored-environments-alist' each
829 time the function was called. With this change, the lookup is
830 performed only once in `tildify-foreach-region-outside-env'.
831 (tildify-region): Greatly simplify the function since now most of
832 the work is done by `tildify-foreach-region-outside-env'.
833 (tildify-mode-alist): Simplify slightly by avoiding if and setq
834 and instead using or.
835
836 * textmodes/tildify.el (tildify-ignored-environments-alist):
837 Optimise environments regexes
838
839 Each time beginning of an environment to ignore is found,
840 `tildify-find-env' needs to identify regexp for the ending
841 of the environment. This is done by trying all the opening
842 regexes on matched text in a loop, so to speed that up, this
843 loop should have fewer things to match, which can be done by
844 using alternatives in the opening regexes.
845
846 Coincidentally, this should make matching of the opening
847 regexp faster as well thanks to the use of `regexp-opt' and
848 having common prefix pulled from many regexes.
849
850 * textmodes/tildify.el (tildify-string-alist)
851 (tildify-ignored-environments-alist): Add `nxml-mode' to the list
852 of supported modes since `xml-mode' is no longer a thing but just
853 an alias to the former. Also include comments and insides of tags
854 in `tildify-ignored-environments-alist' for XML modes. Finally,
855 since XML does not define “&nbsp;”[1], use a numeric reference for
856 a no-break space (namely “&#160;”)
857
858 [1] XML specification defines only a handful of predefined entities.
859 The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
860 and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
861 >, &, ' and " respectively). This is in contrast to HTML and even
862 XHTML which defined a whole bunch of entities including “&nbsp;”.
863
864 * textmodes/tildify.el (tildify-pattern-alist)
865 (tildify-string-alist, tildify-ignored-environments-alist):
866 Improve defcustom's types by adding more tags explaining what each
867 value means and replace “sexp” used in
868 `tildify-ignored-environments-alist' with a full type declaration.
869
870 * textmodes/tildify.el (tildify-find-env): Fix matched group
871 indexes in end-regex building
872
873 When looking for a start of an ignore-environment, the regex is built
874 by concatenating regexes of all the environments configured in
875 `tildify-ignored-environments-alist'. So for example, the following
876 list could be used to match TeX's \verb and \verb* commands:
877
878 (("\\\\verb\\(.\\)" . (1))
879 ("\\\\verb\\*\\(.\\)" . (1)))
880
881 This would result in the following regex being used to find the start
882 of any of the variants of the \verb command:
883
884 \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
885
886 But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
887 won't match anything, and thus (match-string 1) will be nil, which
888 will cause building of the end-matching regex to fail.
889
890 Fix this by using capture groups from the time when the opening
891 regexes are matched individually.
892
893 * textmodes/tildify.el (tildify-find-env): Fix end-regex building
894 in `tildify-find-env'
895
896 The `tildify-ignored-environments-alist' allows the end-regex to
897 be provided not as a static string but mix of strings and indexes
898 of groups matched the begin-regex. For example, the “\verb!…!”
899 TeX-command (where “!” is an arbitrary character) is handled
900 using:
901
902 ("\\\\verb\\*?\\(.\\)" . (1))
903
904 In the same way, the following should be supported as well:
905
906 ("open-\\(.\\)" . ("end-" 1))
907
908 However the tildify-find-env function fails at
909
910 (concat result
911 (if (stringp (setq aux (car expression)))
912 expression ; BUG: expression is a list
913 (regexp-quote (match-string aux))))
914
915 where the string part is handled incorrectly.
916
917 The most trivial fix would be to replace `expression' in the
918 true-part of the if-statement with `aux', but instead, this commit
919 optimises `tildify-find-env' by changing it to use `mapconcat'
920 rather than open-coded while-loop.
921
922 2014-06-05 Mario Lang <mlang@delysid.org>
923
924 * woman.el (woman-mapcan): Remove.
925 (woman-parse-colon-path): Use cl-mapcan instead.
926
927 2014-06-03 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
928
929 * register.el: Add link to Emacs manual in Commentary.
930
931 2014-06-02 Sam Steingold <sds@gnu.org>
932
933 * menu-bar.el (lookup-key-ignore-too-long): Extract from...
934 (popup-menu): ...here.
935 (menu-bar-open): Use it to avoid an error when `lookup-key'
936 returns a number.
937
938 2014-06-02 Michael Albinus <michael.albinus@gmx.de>
939
940 * net/tramp.el (tramp-call-process): Add traces.
941 (tramp-handle-unhandled-file-name-directory): Return "/".
942
943 2014-06-02 Wilson Snyder <wsnyder@wsnyder.org>
944
945 Sync with upstream verilog-mode revision 3cd8144.
946 * progmodes/verilog-mode.el (verilog-mode-version): Bump.
947 (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
948 (verilog-type-font-keywords): Add nor.
949 (verilog-batch-execute-func): Force reading of Local Variables.
950 Fix printing "no changes to be saved" with verilog-batch.
951 (verilog-auto-arg-ports): Doc fix.
952 Add verilog-auto-arg-format to support newlines in AUTOARG.
953 (verilog-auto-arg): Doc fix.
954
955 2014-06-02 Glenn Morris <rgm@gnu.org>
956
957 * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
958 * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
959 * emulation/ws-mode.el: Move to obsolete/.
960 * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
961
962 2014-06-02 Eli Zaretskii <eliz@gnu.org>
963
964 * simple.el (keyboard-quit): Force update of mode lines, to remove
965 the "Def" indicator, if we were defining a macro. (Bug#17615)
966
967 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
968
969 * minibuffer.el (minibuffer-force-complete-and-exit):
970 Obey minibuffer-default (bug#17545).
971
972 * progmodes/js.el (js-indent-line): Don't mix columns and chars
973 (bug#17619).
974
975 * subr.el (set-transient-map): Don't wait for some "nested"
976 transient-map to finish if we're only supposed to be active for
977 the next command (bug#17642).
978
979 2014-06-02 Leo Liu <sdl.web@gmail.com>
980
981 * emacs-lisp/gv.el (window-buffer, window-display-table)
982 (window-dedicated-p, window-hscroll, window-point, window-start):
983 Fix gv-expander. (Bug#17630)
984
985 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
986
987 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
988 clicks (bug#17633).
989
990 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
991 for the single comma, since ", " is *very* common in normal French text
992 (bug#17643).
993
994 2014-06-02 Glenn Morris <rgm@gnu.org>
995
996 * emacs-lisp/package.el (package-check-signature)
997 (package-unsigned-archives): Fix :version.
998
999 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1000
1001 * subr.el (sit-for): Don't run input-methods (bug#15614).
1002
1003 2014-06-02 Glenn Morris <rgm@gnu.org>
1004
1005 * cus-start.el: Fix some :version numbers.
1006
1007 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1008
1009 * simple.el (deactivate-mark): Set mark-active to nil even if
1010 deactivation is done via setting transient-mark-mode to nil,
1011 since one is buffer-local and the other is global.
1012
1013 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
1014 there can't be more than 2 arguments (bug#17584).
1015
1016 2014-06-02 Glenn Morris <rgm@gnu.org>
1017
1018 * simple.el (filter-buffer-substring-functions)
1019 (filter-buffer-substring-function, buffer-substring-filters)
1020 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
1021
1022 * minibuffer.el (completion-in-region-functions, completion-in-region)
1023 (completion--in-region): Doc fixes.
1024
1025 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
1026 (expand-abbrev, abbrev--default-expand): Doc fixes.
1027
1028 2014-06-02 Paul Eggert <eggert@cs.ucla.edu>
1029
1030 Include sources used to create macuvs.h.
1031 * international/README: Refer to the Unicode Terms of Use rather
1032 than copying it bodily here, as that simplifies maintenance.
1033
1034 2014-06-01 Glenn Morris <rgm@gnu.org>
1035
1036 * loadup.el (load-prefer-newer): Set non-nil when dumping. (Bug#17629)
1037
1038 2014-05-31 Glenn Morris <rgm@gnu.org>
1039
1040 * files.el (locate-dominating-file): Expand file argument. (Bug#17641)
1041
1042 2014-05-30 Glenn Morris <rgm@gnu.org>
1043
1044 * loadup.el: Treat `command-line-args' more flexibly.
1045
1046 2014-05-30 Alan Mackenzie <acm@muc.de>
1047
1048 Guard (looking-at "\\s!") from XEmacs.
1049 * progmodes/cc-engine.el (c-state-pp-to-literal): add guard form.
1050
1051 2014-05-30 Ken Olum <kdo@cosmos.phy.tufts.edu> (tiny change)
1052
1053 * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
1054 The argument COUNT is now optional, to be more backward-compatible.
1055 Doc fix. (Bug#17560)
1056
1057 2014-05-29 Reuben Thomas <rrt@sc3d.org>
1058
1059 * whitespace.el (whitespace-report-region):
1060 Simplify documentation.
1061 (whitespace-report-region): Allow report-if-bogus to take the
1062 value `never', for non-interactive use.
1063 (whitespace-report): Refer to whitespace-report-region's
1064 documentation.
1065
1066 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1067
1068 * whitespace.el: Use font-lock-flush. Minimize refontifications.
1069 Side benefit: it works without jit-lock.
1070 (whitespace-point--used): New buffer-local var.
1071 (whitespace-color-on): Initialize it and flush it. Use font-lock-flush.
1072 (whitespace-color-off): Use font-lock-flush.
1073 (whitespace-point--used, whitespace-point--flush-used): New functions.
1074 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
1075 (whitespace-empty-at-eob-regexp): Use them.
1076 (whitespace-post-command-hook): Rewrite.
1077
1078 * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
1079 (font-lock-fontify-buffer): Mark interactive-only.
1080 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
1081 Make buffer-local.
1082 (font-lock-specified-p): Remove redundant boundp check.
1083 (font-lock-flush-function, font-lock-ensure-function): New vars.
1084 (font-lock-turn-on-thing-lock): Set them.
1085 (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
1086 (font-lock-after-change-function): Make `old-len' optional.
1087 (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
1088 Call font-lock-flush, just in case.
1089 * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
1090 recent Emacsen.
1091 * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
1092 (vera-mode-map, vera-mode-menu): Remove bindings to it.
1093 * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
1094 and with-syntax-table.
1095 * textmodes/conf-mode.el (conf-quote-normal):
1096 * progmodes/sh-script.el (sh-set-shell):
1097 * progmodes/prog-mode.el (prettify-symbols-mode):
1098 * progmodes/f90.el (f90-font-lock-n):
1099 * progmodes/cwarn.el (cwarn-mode):
1100 * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
1101 * progmodes/compile.el (compilation-setup, compilation--unsetup):
1102 * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
1103 (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
1104 * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
1105 font-lock-fontify-buffer-function and
1106 font-lock-unfontify-buffer-function.
1107 (rmail-unfontify-buffer-function, rmail-fontify-message):
1108 Use with-silent-modifications.
1109 * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
1110 and font-lock-ensure.
1111 * bs.el (bs-show-in-buffer): Use font-lock-ensure.
1112
1113 2014-05-28 Thien-Thi Nguyen <ttn@gnu.org>
1114
1115 * emacs-lisp/package.el (package-generate-autoloads):
1116 Inhibit backup files.
1117
1118 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1119
1120 * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
1121 (bug#17608).
1122
1123 2014-05-21 Michal Nazarewicz <mina86@mina86.com>
1124
1125 * textmodes/tildify.el (tildify-buffer, tildify-region):
1126 Add dont-ask option.
1127
1128 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1129
1130 * subr.el (zerop): Move from C. Add compiler-macro (bug#17475).
1131 * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
1132
1133 * subr.el (internal--funcall-interactively): New.
1134 (internal--call-interactively): Remove.
1135 (called-interactively-p): Detect funcall-interactively instead of
1136 call-interactively.
1137 * simple.el (repeat-complex-command): Use funcall-interactively.
1138 (repeat-complex-command--called-interactively-skip): Remove.
1139
1140 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1141
1142 * register.el (register-read-with-preview): Don't burp on
1143 frame switches (e.g. due to the frame we just popped).
1144
1145 * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
1146 (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
1147
1148 2014-05-26 Andreas Schwab <schwab@linux-m68k.org>
1149
1150 * cus-face.el (custom-face-attributes): Add :distant-foreground.
1151
1152 2014-05-26 Martin Rudalics <rudalics@gmx.at>
1153
1154 * window.el (window--dump-frame): Remove interactive specification.
1155
1156 2014-05-26 Glenn Morris <rgm@gnu.org>
1157
1158 * hippie-exp.el (he-line-search-regexp):
1159 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
1160
1161 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
1162
1163 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
1164 to avoid errors when trying to create or visit a file foo.todo
1165 located outside to todo-directory, and to allow having such files
1166 without them being tied to Todo mode (bug#17482).
1167 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
1168 (todo-archive-done-item, todo-find-filtered-items-file)
1169 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
1170 (todo-category-completions, todo-read-category): When visiting a
1171 Todo file, make sure we're in the right mode and the buffer local
1172 variables are set.
1173 (todo-make-categories-list, todo-reset-nondiary-marker)
1174 (todo-reset-done-string, todo-reset-comment-string):
1175 After processing all Todo files, kill the buffers of those files that
1176 weren't being visited before the processing.
1177 (todo-display-as-todo-file, todo-add-to-buffer-list)
1178 (todo-visit-files-commands): Comment out.
1179 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
1180 (auto-mode-alist): Remove add-to-list calls making Todo file
1181 extensions unrestrictedly tied to Todo modes.
1182
1183 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1184
1185 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
1186 (advice-function-member-p): Tell it to check both names and functions
1187 (bug#17531).
1188 (advice--add-function): Adjust call accordingly.
1189
1190 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
1191
1192 * calendar/todo-mode.el: Miscellaneous bug fixes.
1193 (todo-delete-file): When deleting an archive but not its todo
1194 file, make sure to update the todo file's category sexp.
1195 (todo-move-category): Keep the moved category's name unless the
1196 file moved to already has a category with that name. If the
1197 numerically last category of the source file was moved, make the
1198 first category current to avoid selecting a nonexisting category.
1199 (todo-merge-category): Fix implementation to make merging to a
1200 category in another file work as documented. Eliminate now
1201 insufficient and unnecessary renaming of archive category, correct
1202 document string accordingly, and clarify it. If the numerically
1203 last category of the source file was merged, make the first
1204 category current to avoid selecting a nonexisting category.
1205 (todo-archive-done-item): When there are marked items and point
1206 happens to be on an unmarked item, ignore the latter. Don't leave
1207 point below last item after archiving marked items.
1208 (todo-unarchive-items): Fix logic to ensure unarchiving an item
1209 from an archive with only one category deletes the archive only
1210 when the category is empty after unarchiving. Make sure the todo
1211 file's category sexp is updated.
1212 (todo-read-file-name): Allow an existing file name even when it is
1213 not required (todo-move-category needs this to work as documented).
1214 (todo-add-file): Call todo-validate-name to reject the name of an
1215 existing todo file (needed due to fix in todo-read-file-name).
1216 (todo-reset-nondiary-marker): Also reset in filtered items files.
1217 (todo-reset-done-string, todo-reset-comment-string): Also reset in
1218 regexp filtered items files.
1219 (todo-reset-highlight-item): Also reset in filtered items files.
1220 Fix incorrect variable reference in document string.
1221
1222 2014-05-26 Glenn Morris <rgm@gnu.org>
1223
1224 * window.el (window--dump-frame): Avoid error in --without-x builds.
1225
1226 2014-05-26 Glenn Morris <rgm@gnu.org>
1227
1228 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
1229
1230 2014-05-26 Eli Zaretskii <eliz@gnu.org>
1231
1232 * frame.el (set-frame-font): Doc fix.
1233
1234 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
1235
1236 2014-05-26 Dmitry Gutov <dgutov@yandex.ru>
1237
1238 * emacs-lisp/package.el (package--download-one-archive):
1239 Use `write-region' instead of `save-buffer' to avoid running various
1240 hooks. (Bug#17155)
1241 (describe-package-1): Same. Insert newline at the end of the
1242 buffer if appropriate.
1243
1244 2014-05-26 Juri Linkov <juri@jurta.org>
1245
1246 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
1247 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
1248 Add more modifiers: meta, control, shift, hyper, super, alt.
1249 (Bug#17439)
1250
1251 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
1252 to allow changing its value with `set-variable'.
1253
1254 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1255
1256 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
1257 #; comments.
1258 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
1259 New functions.
1260 (scheme-mode-variables): Set syntax-propertize-function instead of
1261 font-lock-syntactic-face-function.
1262 (scheme-font-lock-syntactic-face-function): Delete.
1263
1264 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
1265
1266 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
1267 (bug#17392).
1268
1269 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
1270
1271 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
1272 for a temporary file name.
1273
1274 2014-05-26 Eli Zaretskii <eliz@gnu.org>
1275
1276 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
1277
1278 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
1279
1280 * net/dbus.el (dbus-init-bus, dbus-call-method)
1281 (dbus-call-method-asynchronously, dbus-send-signal)
1282 (dbus-method-return-internal, dbus-method-error-internal):
1283 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
1284
1285 2014-05-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1286
1287 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
1288 methods which do not have a doc string. (Bug#17490)
1289
1290 2014-05-25 Tassilo Horn <tsdh@gnu.org>
1291
1292 * textmodes/reftex-ref.el (reftex-format-special): Make it work
1293 also for AMS Math's \eqref macro.
1294
1295 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1296
1297 Arrange to never byte-compile the generated -pkg.el file.
1298
1299 * emacs-lisp/package.el (package-generate-description-file):
1300 Output first-line comment to set buffer-local var `no-byte-compile'.
1301 Suggested by Dmitry Gutov:
1302 <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
1303
1304 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1305
1306 Fix bug: Properly quote args to generated -pkg.el `define-package'.
1307
1308 * emacs-lisp/package.el (package-generate-description-file):
1309 Inline `package--alist-to-plist'; rewrite to selectively
1310 quote alist values that are not self-quoting.
1311 (package--alist-to-plist): Delete func.
1312
1313 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
1314
1315 * term/xterm.el (xterm-function-map): Add mapping for shifted
1316 keypad keys.
1317
1318 2014-05-24 Daniel Colascione <dancol@dancol.org>
1319
1320 * progmodes/subword.el (subword-find-word-boundary): Move point to
1321 correct spot before search. (Bug#17580)
1322
1323 * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
1324 breaking the build.
1325
1326 2014-05-24 Leo Liu <sdl.web@gmail.com>
1327
1328 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
1329
1330 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1331
1332 * minibuffer.el (completion--sreverse): Remove.
1333 (completion--common-suffix): Use `reverse' instead.
1334 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
1335
1336 2014-05-22 Glenn Morris <rgm@gnu.org>
1337
1338 * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
1339
1340 2014-05-21 Daniel Colascione <dancol@dancol.org>
1341
1342 * files.el (interpreter-mode-alist): Add mksh.
1343
1344 * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
1345 derivative.
1346 (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
1347 mksh. Improve custom spec; allow regular expressions.
1348 (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
1349 (sh-after-hack-local-variables): New function.
1350 (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
1351 (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
1352 the normalization.
1353 (sh-canonicalize-shell): Rewrite to support regexes.
1354
1355 2014-05-21 Leo Liu <sdl.web@gmail.com>
1356
1357 * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
1358
1359 2014-05-19 Leo Liu <sdl.web@gmail.com>
1360
1361 * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
1362
1363 2014-05-18 Glenn Morris <rgm@gnu.org>
1364
1365 * loadup.el:
1366 * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
1367
1368 2014-05-14 Sam Steingold <sds@gnu.org>
1369
1370 * progmodes/python.el (python-shell-get-or-create-process):
1371 Do not bind `current-prefix-arg' so that C-c C-z does not talk
1372 back unless requested.
1373
1374 2014-05-14 Glenn Morris <rgm@gnu.org>
1375
1376 * subr.el (with-file-modes): New macro.
1377 * printing.el (pr-save-file-modes): Make obsolete.
1378 * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
1379 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
1380 Add with-file-modes.
1381 * doc-view.el (doc-view-make-safe-dir):
1382 * epg.el (epg--start):
1383 * files.el (locate-user-emacs-file, make-temp-file)
1384 (backup-buffer-copy, move-file-to-trash):
1385 * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
1386 * eshell/esh-util.el (eshell-with-private-file-modes)
1387 (eshell-make-private-directory):
1388 * net/browse-url.el (browse-url-mosaic):
1389 * obsolete/mailpost.el (post-mail-send-it):
1390 * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
1391 * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
1392 Use with-file-modes.
1393
1394 * vc/emerge.el (emerge-make-temp-file): Simplify.
1395
1396 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
1397 Stefan Monnier <monnier@iro.umontreal.ca>
1398
1399 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
1400 suffix (bug#15419).
1401
1402 2014-05-14 Glenn Morris <rgm@gnu.org>
1403
1404 * vc/emerge.el (emerge-temp-file-prefix):
1405 Make pointless option obsolete.
1406 (emerge-temp-file-mode): Make non-functional option obsolete.
1407
1408 2014-05-14 Michael Albinus <michael.albinus@gmx.de>
1409
1410 * net/browse-url.el (browse-url):
1411 Use `unhandled-file-name-directory' when setting `default-directory',
1412 in order to circumvent stalled remote connections. (Bug#17425)
1413
1414 2014-05-14 Glenn Morris <rgm@gnu.org>
1415
1416 * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
1417 Optimize on Emacs, which has the relevant functions for ages.
1418
1419 2014-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1420
1421 * simple.el (undo-make-selective-list): Obey undo-no-redo.
1422
1423 2014-05-12 Sam Steingold <sds@gnu.org>
1424
1425 * calendar/time-date.el (seconds-to-string): New function to
1426 pretty print time delay in seconds.
1427
1428 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1429
1430 * mpc.el (mpc-format): Trim Date to the year.
1431 (mpc-songs-hashcons): Shorten the Date field.
1432
1433 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
1434 into autoloading just because of a silly indirection.
1435
1436 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com>
1437
1438 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
1439
1440 2014-05-12 Glenn Morris <rgm@gnu.org>
1441
1442 * emacs-lisp/find-gc.el: Move to ../admin.
1443
1444 * printing.el (pr-version):
1445 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
1446
1447 * net/browse-url.el (browse-url-mosaic):
1448 Create /tmp/Mosaic.PID as a private file.
1449
1450 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1451
1452 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
1453 (advice--member-p): If name is given, only compare the name.
1454 (advice--remove-function): Don't stop at the first match.
1455 (advice--normalize-place): New function.
1456 (add-function, remove-function): Use it.
1457 (advice--add-function): Pass the name, if any, to
1458 advice--remove-function.
1459
1460 2014-05-12 Philipp Rumpf <prumpf@gmail.com> (tiny change)
1461
1462 * electric.el (electric-indent-post-self-insert-function): Don't use
1463 `pos' after modifying the buffer (bug#17449).
1464
1465 2014-05-12 Stephen Berman <stephen.berman@gmx.net>
1466
1467 * calendar/todo-mode.el (todo-insert-item-from-calendar):
1468 Correct argument list to conform to todo-insert-item--basic.
1469
1470 2014-05-12 Glenn Morris <rgm@gnu.org>
1471
1472 * files.el (cd-absolute): Test if directory is accessible
1473 rather than executable. (Bug#17330)
1474
1475 * progmodes/compile.el (recompile):
1476 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
1477
1478 * net/browse-url.el (browse-url-mosaic):
1479 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
1480 This is CVE-2014-3423.
1481
1482 2014-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1483
1484 * mouse.el: Use the normal toplevel loop while dragging.
1485 (mouse-set-point): Handle multi-clicks.
1486 (mouse-set-region): Handle multi-clicks for drags.
1487 (mouse-drag-region): Update call accordingly.
1488 (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
1489 Use the normal event loop instead of a local while/read-event loop.
1490 (global-map): Remove redundant bindings for double/triple-mouse-1.
1491 * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
1492 Generate synthetic down events when the protocol only sends up events.
1493 (xterm-mouse-last): Remove.
1494 (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
1495 terminal parameter instead.
1496 (xterm-mouse--set-click-count): New function.
1497 (xterm-mouse-event): Detect/generate double/triple clicks.
1498 * reveal.el (reveal-close-old-overlays): Don't close while dragging.
1499
1500 * info.el (Info-quoted): New face.
1501 (Info-mode-font-lock-keywords): New var.
1502 (Info-mode): Use it.
1503
1504 * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
1505 are a hindrance for C-x C-e.
1506
1507 2014-05-11 Leo Liu <sdl.web@gmail.com>
1508
1509 * net/rcirc.el (rcirc-sentinel): Fix last change.
1510
1511 2014-05-08 Sam Steingold <sds@gnu.org>
1512
1513 * net/rcirc.el (rcirc-reconnect-delay): New user option.
1514 (rcirc-sentinel): Auto-reconnect to the server if
1515 `rcirc-reconnect-delay' is non-0 (but not more often than its
1516 value in case the host is off-line).
1517
1518 2014-05-09 Eli Zaretskii <eliz@gnu.org>
1519
1520 * progmodes/grep.el (lgrep): Fix a typo in last commit.
1521
1522 2014-05-09 Glenn Morris <rgm@gnu.org>
1523
1524 * files.el (file-expand-wildcards):
1525 * man.el (Man-support-local-filenames):
1526 * printing.el (pr-i-directory, pr-interface-directory):
1527 * progmodes/grep.el (lgrep, rgrep):
1528 * textmodes/ispell.el (ispell-call-process)
1529 (ispell-call-process-region, ispell-start-process)
1530 (ispell-init-process): Use file-accessible-directory-p.
1531
1532 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1533
1534 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
1535 (xterm-mouse--read-event-sequence-1000): Return nil if something
1536 looks fishy.
1537 (xterm-mouse-event): Propagate it.
1538 (xterm-mouse-translate-1): Handle it.
1539
1540 2014-05-08 Stephen Berman <stephen.berman@gmx.net>
1541
1542 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
1543 four slots of the parameter list are filled, make sure to pass it
1544 to the argument list of todo-insert-item--basic.
1545
1546 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1547
1548 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
1549 Add optional `seen' argument to detect and break infinite loops.
1550
1551 2014-05-08 Eli Zaretskii <eliz@gnu.org>
1552
1553 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
1554 (trace-unsafe, trace-use-tree): Make parentheses style be
1555 according to Emacs style.
1556
1557 2014-05-08 Michael Albinus <michael.albinus@gmx.de>
1558
1559 * net/tramp-sh.el (tramp-remote-process-environment):
1560 Remove HISTFILE and HISTSIZE; it's too late to set them here.
1561 Add :version entry.
1562 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
1563 Add "HISTSIZE=/dev/null" to the shell's env arguments. Do not send
1564 extra "PSx=..." commands.
1565 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
1566 (Bug#17295)
1567
1568 (tramp-uudecode): Replace the hard-coded temporary file name by a
1569 format specifier.
1570 (tramp-remote-coding-commands): Enhance docstring.
1571 (tramp-find-inline-encoding): Replace "%t" by a temporary file
1572 name. (Bug#17415)
1573 This is CVE-2014-3424.
1574
1575 2014-05-08 Glenn Morris <rgm@gnu.org>
1576
1577 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
1578 (find-gc-source-files): Update some names.
1579 (trace-call-tree): Simplify and update.
1580 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
1581 This is CVE-2014-3422.
1582
1583 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1584
1585 * minibuffer.el (completion--try-word-completion): Revert fix for
1586 Bug#15980 (bug#17375).
1587
1588 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
1589 Always store button numbers in the same way in xterm-mouse-last;
1590 Don't burp is xterm-mouse-last is not set as expected.
1591 Never return negative indices.
1592
1593 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
1594
1595 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1596 Backtrack one char if the global/char-literal var matcher hits
1597 inside a string. The next char could be the beginning of an
1598 expression expansion.
1599
1600 2014-05-08 Glenn Morris <rgm@gnu.org>
1601
1602 * help-fns.el (describe-function-1): Test for an autoload before a
1603 macro, since `macrop' works on autoloads. (Bug#17410)
1604
1605 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1606
1607 * electric.el (electric-indent-functions-without-reindent): Add yaml.
1608
1609 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
1610 Make sure the new point we return is within the new string (bug#17239).
1611
1612 2014-05-05 Daniel Colascione <dancol@dancol.org>
1613
1614 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1615 Port `gnu' pattern to rx.
1616
1617 2014-05-05 Jarek Czekalski <jarekczek@poczta.onet.pl>
1618
1619 Remove unneeded prompt when closing a buffer with active
1620 emacsclient ("Buffer ... still has clients"), #16548.
1621 * server.el (server-start): Remove the only call to:
1622 (server-kill-buffer-query-function): Remove.
1623
1624 2014-05-04 Leo Liu <sdl.web@gmail.com>
1625
1626 * calendar/diary-lib.el (calendar-chinese-month-name-array):
1627 Defvar to pacify compiler.
1628
1629 2014-05-04 Eli Zaretskii <eliz@gnu.org>
1630
1631 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
1632
1633 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1634
1635 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1636 Use nil rather than `default' for the "default" appearance (bug#17388).
1637 * vc/ediff-util.el (ediff-inferior-compare-regions)
1638 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
1639 a misleading `default' value when it's really a boolean.
1640 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
1641 overlay is not visible.
1642
1643 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
1644
1645 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
1646 (todo-menu): Uncomment and update.
1647
1648 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
1649
1650 * calendar/todo-mode.el: Reimplement item editing to have the same
1651 basic user interface as item insertion, and make small UI and
1652 larger internal improvements to the latter.
1653 (todo-insert-item): Add reference to the Todo mode user manual to
1654 the documentation string.
1655 (todo-insert-item--basic): Rename from todo-basic-insert-item and
1656 adjust all callers. Change signature to combine diary and
1657 nonmarking arguments. Incorporate functionality of deleted item
1658 copying command and add error checking. Remove detailed
1659 descriptions of the arguments from the documentation string, since
1660 this is treated in the Todo mode user manual.
1661 (todo-copy-item, todo-edit-multiline-item)
1662 (todo-edit-done-item-comment, todo-edit-item-header)
1663 (todo-edit-item-time, todo-edit-item-date-from-calendar)
1664 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
1665 (todo-edit-item-date-year, todo-edit-item-date-month)
1666 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
1667 Remove.
1668 (todo-edit-item): Reimplement as wrapper command for
1669 todo-edit-item--next-key and make it distinguish done and not done
1670 todo items.
1671 (todo-edit-item--text): New function, replacing old command
1672 todo-edit-item and incorporating deleted commands
1673 todo-edit-multiline-item and todo-edit-done-item-comment.
1674 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
1675 Use only numeric value of prefix argument. Remove detailed
1676 descriptions of the arguments from the documentation string, since
1677 this is treated in the Todo mode user manual.
1678 (todo-edit-item--diary-inclusion): New function, replacing old
1679 command todo-edit-item-diary-inclusion and incorporating and fixing
1680 functionality of deleted command todo-edit-item-diary-nonmarking,
1681 making sure to remove todo-nondiary-marker when adding
1682 diary-nonmarking-symbol.
1683 (todo-edit-category-diary-inclusion): Make sure to delete
1684 diary-nonmarking-symbol when adding todo-nondiary-marker.
1685 (todo-edit-category-diary-nonmarking): Fix indentation.
1686 (todo-insert-item--parameters): Group diary and nonmarking
1687 parameters together.
1688 (todo-insert-item--apply-args): Adjust to signature of
1689 todo-insert-item--basic and incorporate copy parameter.
1690 Make small code improvements.
1691 (todo-insert-item--next-param): Improve prompt and adjust it to
1692 new parameter grouping. Remove obsolete code.
1693 (todo-edit-item--param-key-alist)
1694 (todo-edit-item--date-param-key-alist)
1695 (todo-edit-done-item--param-key-alist): New defconsts.
1696 (todo-edit-item--prompt): New variable.
1697 (todo-edit-item--next-key): New function.
1698 (todo-key-bindings-t): Bind "e" to todo-edit-item.
1699 Remove bindings of deleted commands.
1700
1701 2014-05-04 Leo Liu <sdl.web@gmail.com>
1702
1703 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
1704
1705 2014-05-04 Glenn Morris <rgm@gnu.org>
1706
1707 * allout-widgets.el (allout-widgets-tally)
1708 (allout-decorate-item-guides):
1709 * menu-bar.el (menu-bar-positive-p):
1710 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1711 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
1712 * progmodes/js.el (js--inside-param-list-p)
1713 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
1714 * progmodes/prolog.el (region-exists-p):
1715 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
1716 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
1717 Doc fixes (replace `iff').
1718
1719 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1720
1721 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
1722
1723 2014-05-04 Leo Liu <sdl.web@gmail.com>
1724
1725 Support Chinese diary entries in calendar and diary. (Bug#17393)
1726 * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
1727 (calendar-chinese-from-absolute-for-diary)
1728 (calendar-chinese-to-absolute-for-diary)
1729 (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
1730 (diary-chinese-list-entries): New functions to list and mark
1731 Chinese diary entries in the calendar window.
1732 (diary-chinese-anniversary)
1733 (diary-chinese-insert-anniversary-entry)
1734 (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
1735 (diary-chinese-insert-yearly-entry): New commands to insert
1736 Chinese diary entries.
1737
1738 * calendar/diary-lib.el (diary-font-lock-keywords):
1739 Support font-locking Chinese dates.
1740
1741 * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
1742 inserting Chinese diary entries.
1743
1744 * calendar/calendar.el (diary-chinese-entry-symbol):
1745 New customizable variable.
1746 (calendar-mode-map): Add bindings for inserting Chinese diary
1747 entries.
1748
1749 2014-05-03 Juri Linkov <juri@jurta.org>
1750
1751 * dired.el (dired-check-switches, dired-switches-recursive-p):
1752 New functions. (Bug#17218)
1753 (dired-switches-escape-p, dired-move-to-end-of-filename):
1754 Use `dired-check-switches'.
1755 (dired-insert-old-subdirs, dired-build-subdir-alist)
1756 (dired-sort-R-check): Use `dired-switches-recursive-p'.
1757
1758 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
1759
1760 * simple.el (undo-make-selective-list): New algorithm fixes
1761 incorrectness of position adjustments when undoing in region.
1762 (Bug#17235)
1763 (undo-elt-crosses-region): Make obsolete.
1764 (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
1765 New functions to adjust positions using undo-deltas.
1766
1767 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1768
1769 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
1770 the last consecutive closing paren (bug#17345).
1771
1772 2014-04-30 Reuben Thomas <rrt@sc3d.org>
1773
1774 * dired.el (dired-mode): make terminology for eXpunge command
1775 consistent. (Bug#17276)
1776
1777 2014-04-30 Eli Zaretskii <eliz@gnu.org>
1778
1779 * dired.el (dired-initial-position-hook, dired-initial-position):
1780 Doc string fixes.
1781
1782 2014-04-30 Glenn Morris <rgm@gnu.org>
1783
1784 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
1785
1786 2014-04-30 Matthias Dahl <matthias.dahl@binary-island.eu>
1787
1788 * faces.el (face-spec-recalc): Apply X resources only after the
1789 defface spec has been applied. Thus, X resources are no longer
1790 overriden by the defface spec which also fixes issues on win32 where
1791 the toolbar coloring was wrong because it is set through X resources
1792 and was (wrongfully) overriden. (Bug#16694)
1793
1794 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
1795
1796 * textmodes/rst.el (electric-pair-pairs): Declare.
1797 (rst-mode): Set it (bug#17131).
1798
1799 2014-04-30 Juri Linkov <juri@jurta.org>
1800
1801 * desktop.el (desktop-value-to-string): Let-bind `print-length'
1802 and `print-level' to nil. (Bug#17351)
1803
1804 2014-04-30 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1805
1806 * battery.el (battery-update): Handle the case where battery
1807 status is "N/A" (bug#17319).
1808
1809 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1810
1811 * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition
1812 to syntax-propertize.
1813 (ps-mode-auto-indent): Mark as obsolete.
1814 (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
1815 (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
1816 word regexp operators.
1817 (ps-mode-map): Move initialization into declaration. Remove binding
1818 for TAB, RET, >, ], and }.
1819 (ps-mode-syntax-table): Move initialization into declaration.
1820 Don't give word syntax to non-word chars.
1821 (ps-run-mode-map): Move initialization into declaration.
1822 (ps-mode-menu-main): Remove auto-indent entry.
1823 (ps-mode-smie-rules): New function.
1824 (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
1825 (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
1826 (ps-mode--string-syntax-table): New const.
1827 (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
1828 New functions.
1829 (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
1830 (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
1831
1832 2014-04-27 Daniel Colascione <dancol@dancol.org>
1833
1834 * term/xterm.el (xterm-paste): Use large finite timeout when
1835 reading event to avoid putting keys in this-command-keys.
1836
1837 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1838
1839 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
1840 (perl-syntax-propertize-function): Use it. Extend handling of
1841 here-docs to the unquoted case.
1842
1843 2014-04-25 Eli Zaretskii <eliz@gnu.org>
1844
1845 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
1846 Use equal-including-properties to compare help-echo strings (bug#17331).
1847
1848 2014-04-25 Leo Liu <sdl.web@gmail.com>
1849
1850 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1851 Fix syntax for @. (Bug#17325)
1852
1853 2014-04-25 Daniel Colascione <dancol@dancol.org>
1854
1855 * emacs-lisp/cl.el (gv): Require gv early to break eager
1856 macro-expansion cycles.
1857
1858 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1859
1860 * simple.el (region-active-p): Check there's a mark (bug#17324).
1861
1862 * simple.el (completion-list-mode-map): Use choose-completion for the
1863 mouse binding as well (bug#17302).
1864 (completion-list-mode, completion-setup-function): Adjust docstring and
1865 echo area message accordingly.
1866 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
1867 calling convention of choose-completion.
1868 * comint.el (comint-dynamic-list-completions):
1869 * term.el (term-dynamic-list-completions): Accept choose-completion.
1870
1871 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
1872 &, |, +, - and * can't be a division (bug#17317).
1873
1874 * term/xterm.el (xterm--version-handler): Don't use modern xterm
1875 features on gnome-terminal (bug#16988).
1876
1877 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
1878
1879 Improve Scheme font-locking for (define ((foo ...) ...) ...).
1880
1881 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
1882 the declared object, ignore zero or more parens, not zero or one.
1883
1884 2014-04-24 Leo Liu <sdl.web@gmail.com>
1885
1886 * progmodes/xscheme.el (xscheme-expressions-ring)
1887 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
1888 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
1889 (xscheme-allow-output-p, xscheme-prompt)
1890 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
1891
1892 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
1893 Comment out unused functions.
1894
1895 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1896
1897 * info.el: Use lexical-binding and cl-lib.
1898 Use defvar-local and setq-local instead of make-local-variable.
1899 (Info-apropos-matches): Avoid add-to-list.
1900 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
1901
1902 2014-04-24 Daniel Colascione <dancol@dancol.org>
1903
1904 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
1905
1906 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1907
1908 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
1909
1910 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
1911
1912 * dired.el (dired-insert-set-properties): Do not consider
1913 subdirectory headings and empty lines to be information that
1914 `dired-hide-details-mode' should hide. (Bug#17228)
1915
1916 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1917
1918 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1919 Remove test messages.
1920 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
1921 and `target' twice.
1922
1923 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1924
1925 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
1926 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
1927
1928 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
1929
1930 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1931
1932 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1933 Set "IFS=" when using read builtin, in order to preserve spaces in
1934 the file name. Add test messages for hunting a bug on hydra.
1935 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
1936
1937 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1938
1939 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
1940 Don't prettify a word within a symbol.
1941
1942 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1943
1944 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
1945 possible.
1946
1947 2014-04-22 Daniel Colascione <dancol@dancol.org>
1948
1949 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
1950 use defun to define `function-put'.
1951
1952 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1953
1954 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
1955 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
1956 (lisp-mode-variables): Set font-lock-extra-managed-props.
1957
1958 * emacs-lisp/byte-run.el (function-put): New function.
1959 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
1960 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
1961 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
1962 Use them.
1963
1964 2014-04-22 Daniel Colascione <dancol@dancol.org>
1965
1966 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
1967 Add `full-p' parameter; when nil, call `macroexpand' instead of
1968 `macroexpand-all'.
1969
1970 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
1971 Improve docstrings.
1972
1973 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
1974 Use lambda function values, not quoted lambdas.
1975 (byte-compile-recurse-toplevel): Remove extraneous &optional.
1976
1977 * emacs-lisp/cl-macs.el
1978 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
1979 (cl-struct-slot-value): Conditionally use aref or nth so that the
1980 compiler produces optimal code.
1981
1982 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1983
1984 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
1985 (inline): Don't inline cl--set-elt.
1986 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
1987 Define as inlinable instead.
1988 (cl-struct-set-slot-value): Remove.
1989
1990 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
1991 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
1992 Use setf instead.
1993
1994 2014-04-21 Daniel Colascione <dancol@dancol.org>
1995
1996 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
1997 last two parameters after all.
1998 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
1999 (cl--compiler-macro-assoc,cl-struct-slot-value)
2000 (cl-struct-set-slot-value): Stop using them.
2001
2002 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2003
2004 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
2005 entry in image-mode-winprops-alist.
2006
2007 2014-04-21 Daniel Colascione <dancol@dancol.org>
2008
2009 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
2010 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
2011 (byte-compile-toplevel-file-form): Use it.
2012
2013 * emacs-lisp/cl-macs.el:
2014 (cl--loop-let): Properly destructure `while' clauses.
2015
2016 2014-04-20 Daniel Colascione <dancol@dancol.org>
2017
2018 * vc/vc.el (vc-root-dir): New public autoloaded function for
2019 generically finding the current VC root.
2020 * vc/vc-hooks.el (vc-not-supported): New error.
2021 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
2022
2023 2014-04-20 Daniel Colascione <dancol@dancol.org>
2024
2025 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
2026 argument.
2027 (cl--const-expr-val): cl--const-expr-val should macroexpand its
2028 argument in case we're inside a symbol-macrolet.
2029 (cl--do-arglist, cl--compiler-macro-typep)
2030 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
2031 environment to `cl--const-expr-val'.
2032 (cl-struct-sequence-type,cl-struct-slot-info)
2033 (cl-struct-slot-offset, cl-struct-slot-value)
2034 (cl-struct-set-slot-value): New functions.
2035
2036 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2037
2038 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
2039 assignments such as "case=hello" (bug#17297).
2040
2041 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
2042
2043 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
2044 Do not autoload.
2045 (tramp-file-name-handler, tramp-completion-file-name-handler):
2046 Revert patch from 2014-04-10, it isn't necessary anymore.
2047 (tramp-autoload-file-name-handler)
2048 (tramp-register-autoload-file-name-handlers): New defuns.
2049 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
2050 (tramp-register-file-name-handlers): Remove also
2051 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
2052 Do not autoload its invocation, but eval it after loading of 'tramp.
2053
2054 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
2055
2056 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
2057
2058 2014-04-17 Daniel Colascione <dancol@dancol.org>
2059
2060 Add support for bracketed paste mode; add infrastructure for
2061 managing terminal mode enabling and disabling automatically.
2062
2063 * xt-mouse.el:
2064 (xterm-mouse-mode): Simplify.
2065 (xterm-mouse-tracking-enable-sequence)
2066 (xterm-mouse-tracking-disable-sequence): New constants.
2067 (turn-on-xterm-mouse-tracking-on-terminal)
2068 (turn-off-xterm-mouse-tracking-on-terminal):
2069 Use tty-mode-set-strings and tty-mode-reset-strings terminal
2070 parameters instead of random hooks.
2071 (turn-on-xterm-mouse-tracking)
2072 (turn-off-xterm-mouse-tracking): Delete.
2073
2074 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
2075 (xterm-paste-ending-sequence): New constant.
2076 (xterm-paste): New command used for bracketed paste support.
2077
2078 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
2079 (terminal-init-xterm-bracketed-paste-mode): New function.
2080 (terminal-init-xterm): Call it.
2081 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
2082 and tty-mode-reset-strings instead of random hooks.
2083 (xterm-turn-on-modify-other-keys)
2084 (xterm-turn-off-modify-other-keys)
2085 (xterm-remove-modify-other-keys): Delete obsolete functions.
2086
2087 * term/screen.el: Rewrite to just use the xterm code.
2088 Add copyright notice. Mention tmux.
2089
2090 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
2091
2092 * image-mode.el (image-mode-window-put): Also update the property of
2093 the "default window".
2094 * doc-view.el (doc-view-new-window-function): If no window
2095 exists, move to the last known page.
2096
2097 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2098
2099 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
2100 here-documents (bug#17262).
2101
2102 2014-04-16 Eli Zaretskii <eliz@gnu.org>
2103
2104 * term/pc-win.el (x-list-fonts, x-get-selection-value):
2105 Provide doc strings, as required by snarf-documentation.
2106
2107 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2108
2109 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
2110 arg of overlays-at. Use `invisible-p'.
2111
2112 * obsolete/lucid.el (extent-at):
2113 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
2114 overlays-at.
2115 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
2116
2117 2014-04-16 João Távora <joaotavora@gmail.com>
2118
2119 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
2120 links. (Bug#17217).
2121
2122 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2123
2124 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
2125 Use mapc to loop over a vector. (Bug#17257).
2126
2127 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
2128
2129 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
2130 patch, there are new problems with file names containing spaces.
2131 Get rid of backticks. (Bug#17238)
2132
2133 2014-04-16 João Távora <joaotavora@gmail.com>
2134
2135 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
2136 possible bug.
2137
2138 2014-04-16 Eli Zaretskii <eliz@gnu.org>
2139
2140 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
2141 (blink-cursor-mode): Mention customization variables and the
2142 effect of 'blink-cursor-blinks'.
2143
2144 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
2145
2146 * simple.el (undo): Prevent insertion of identity mapping into
2147 undo-equiv-table so as undo-only does not inf loop in the presence
2148 of consecutive nils in undo list.
2149
2150 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
2151
2152 * faces.el (make-face): Deprecate optional argument as it is no
2153 longer needed/used since the conditional X resources handling
2154 has been pushed down to make-face-x-resource-internal itself.
2155 (make-empty-face): Don't pass optional argument to make-face.
2156
2157 2014-04-16 Karl Fogel <kfogel@red-bean.com>
2158
2159 * savehist.el (savehist-save): Remove workaround for a read-passwd
2160 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
2161 noticing that the shim was still present.
2162
2163 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2164
2165 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
2166
2167 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
2168
2169 * faces.el (face-set-after-frame-default): Remove unused local variable.
2170
2171 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2172
2173 * progmodes/grep.el: Use lexical-binding.
2174 (grep-expand-template): Pass explicit lexical env to `eval'.
2175 (zrgrep): Let-bind grep-find-template explicitly.
2176
2177 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
2178 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
2179
2180 2014-04-12 Eli Zaretskii <eliz@gnu.org>
2181
2182 * international/characters.el <standard-case-table>: Add entries
2183 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
2184 Set category of Coptic characters be 'g' (Greek).
2185
2186 2014-04-12 Leo Liu <sdl.web@gmail.com>
2187
2188 * progmodes/octave.el (completion-table-with-cache):
2189 Define if not available.
2190 (octave-goto-function-definition, octave-sync-function-file-names)
2191 (octave-find-definition-default-filename):
2192 Backquote upattern for compatibility.
2193
2194 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
2195
2196 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
2197 name twice due to backticks. (Bug#17238)
2198
2199 2014-04-12 Glenn Morris <rgm@gnu.org>
2200
2201 * term/w32-win.el (x-win-suspend-error):
2202 * term/x-win.el (x-win-suspend-error): Sync docs.
2203
2204 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
2205
2206 * faces.el (make-face): Remove deprecated optional argument.
2207 The conditional application of X resources is handled directly by
2208 make-face-x-resource-internal since Emacs 24.4.
2209 (make-empty-face): Don't pass optional argument to make-face.
2210
2211 2014-04-11 Glenn Morris <rgm@gnu.org>
2212
2213 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
2214
2215 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2216
2217 Ediff's overlay priorities cause more trouble than they solve.
2218 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
2219 (ediff-highest-priority): Remove function (bug#17234).
2220 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
2221 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
2222 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
2223 overlay priorities.
2224
2225 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
2226
2227 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
2228 entry; use symbol boundaries to avoid mis-matches.
2229
2230 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
2231
2232 * net/tramp.el (tramp-file-name-handler)
2233 (tramp-completion-file-name-handler): Avoid recursive loading.
2234
2235 * net/tramp-sh.el (tramp-make-copy-program-file-name):
2236 Quote result also locally.
2237
2238 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2239
2240 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
2241 Remove left-over code.
2242
2243 * newcomment.el (comment-indent-new-line): Sink code where it's used.
2244 Reuse the previous comment's indentation unconditionally if it's on its
2245 own line.
2246
2247 2014-04-09 Daniel Colascione <dancol@dancol.org>
2248
2249 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
2250 `no-syntax-crossing' arguments. Forward to `up-list'.
2251 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
2252 Implement logic for escaping from strings. Use narrowing to deal
2253 with corner cases.
2254
2255 2014-04-09 Leo Liu <sdl.web@gmail.com>
2256
2257 * net/rcirc.el (rcirc-connection-info): New variable.
2258 (rcirc-connect): Use it to store connection info.
2259 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
2260 for killed process.
2261 (rcirc-cmd-reconnect): New command. (Bug#17045)
2262 (rcirc-mode, set-rcirc-encode-coding-system)
2263 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
2264
2265 2014-04-09 Daniel Colascione <dancol@dancol.org>
2266
2267 * emacs-lisp/cl-indent.el: Add comment claiming
2268 facility is also good for elisp.
2269 (lisp-indent-find-method): New function.
2270 (common-lisp-indent-function): Recognize cl-loop.
2271 (common-lisp-indent-function-1): Recognize cl constructs; use
2272 `lisp-indent-find-method' instead of `get' directly.
2273 (if): Use else-body style for elisp.
2274
2275 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
2276
2277 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
2278 Module methods. (Bug#17216)
2279
2280 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
2281
2282 * help.el (describe-bindings): Fix buffer handling (bug#17210).
2283 (describe-bindings-internal): Mark obsolete.
2284
2285 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
2286
2287 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
2288 buffer-file-name, and buffer-file-truename any more.
2289
2290 2014-04-08 Leo Liu <sdl.web@gmail.com>
2291
2292 Use lexical-binding and require cl-lib.
2293 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
2294 (rcirc-handler-generic, rcirc-fill-paragraph)
2295 (rcirc-format-response-string, rcirc-target-buffer)
2296 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
2297 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
2298 (rcirc-ctcp-sender-PING, rcirc-browse-url)
2299 (rcirc-markup-timestamp, rcirc-markup-attributes)
2300 (rcirc-markup-my-nick, rcirc-markup-urls)
2301 (rcirc-markup-bright-nicks, rcirc-markup-fill)
2302 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
2303 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
2304 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
2305 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
2306 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
2307 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
2308 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
2309 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
2310 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
2311 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
2312 use cl-lib.
2313
2314 2014-04-07 João Távora <joaotavora@gmail.com>
2315
2316 * elec-pair.el (electric-pair--syntax-ppss):
2317 When inside comments parse from comment beginning.
2318 (electric-pair--balance-info): Fix typo in comment.
2319 (electric-pair--in-unterminated-string-p): Delete.
2320 (electric-pair--unbalanced-strings-p): New function.
2321 (electric-pair-string-bound-function): New var.
2322 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
2323 according to `electric-pair--in-unterminated-string-p'
2324
2325 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
2326 Inhibit quote pairing if point-max is inside an unterminated string.
2327 (electric-pair--looking-at-unterminated-string-p): Delete.
2328 (electric-pair--in-unterminated-string-p): New function.
2329
2330 2014-04-07 Glenn Morris <rgm@gnu.org>
2331
2332 * shell.el (shell-directory-tracker):
2333 Go back to just ignoring failures. (Bug#17159)
2334
2335 2014-04-07 João Távora <joaotavora@gmail.com>
2336
2337 Fix `electric-pair-delete-adjacent-pairs' in modes binding
2338 backspace. (bug#16981)
2339 * elec-pair.el (electric-pair-backward-delete-char): Delete.
2340 (electric-pair-backward-delete-char-untabify): Delete.
2341 (electric-pair-mode-map): Bind backspace to a menu item filtering
2342 a new `electric-pair-delete-pair' command.
2343 (electric-pair-delete-pair): New command.
2344
2345 * progmodes/python.el (python-electric-pair-string-delimiter):
2346 Fix triple-quoting electricity. (Bug#17192)
2347
2348 * elec-pair.el (electric-pair-post-self-insert-function):
2349 Don't skip whitespace when `electric-pair-text-pairs' and
2350 `electric-pair-pairs' were used. syntax to
2351 electric-pair--skip-whitespace. (Bug#17183)
2352
2353 2014-04-07 Eli Zaretskii <eliz@gnu.org>
2354
2355 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
2356 "<F>". (Bug#17199)
2357
2358 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
2359
2360 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
2361 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
2362
2363 2014-04-07 Glenn Morris <rgm@gnu.org>
2364
2365 * help.el (view-lossage): Doc tweak.
2366
2367 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
2368
2369 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
2370 only when inhibit-x-resources is nil, and do that earlier in the
2371 function. Doc fix. (Bug#16694)
2372 (face-spec-choose): Accept additional optional argument, whose
2373 value is returned if no matching attributes are found.
2374 (face-spec-recalc): Use the new optional argument when calling
2375 face-spec-choose. (Bug#16378)
2376 (make-face-x-resource-internal): Do nothing when
2377 inhibit-x-resources is non-nil. Don't touch the default face if
2378 reversed video is given--as was done in previous versions of Emacs.
2379 (face-set-after-frame-default): Don't call
2380 make-face-x-resource-internal here. (Bug#16434)
2381
2382 2014-04-07 Tassilo Horn <tsdh@gnu.org>
2383
2384 * doc-view.el (doc-view-bookmark-jump):
2385 Use `bookmark-after-jump-hook' to jump to the right page after the
2386 buffer is shown in a window. (bug#16090)
2387
2388 2014-04-07 Eli Zaretskii <eliz@gnu.org>
2389
2390 * international/characters.el (mirroring): Fix last change:
2391 instead of loading uni-mirrored.el explicitly, do that implicitly
2392 by creating the 'mirroring' uniprop table. This avoids announcing
2393 the loading of uni-mirrored.el.
2394
2395 2014-04-07 Glenn Morris <rgm@gnu.org>
2396
2397 * files.el (buffer-stale--default-function)
2398 (buffer-stale-function, revert-buffer--default):
2399 * autorevert.el (auto-revert-buffers): Doc tweaks.
2400
2401 2014-04-07 Eli Zaretskii <eliz@gnu.org>
2402
2403 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
2404
2405 2014-04-07 Glenn Morris <rgm@gnu.org>
2406
2407 * files.el (make-backup-file-name-function)
2408 (make-backup-file-name, make-backup-file-name--default-function)
2409 (make-backup-file-name-1, find-backup-file-name)
2410 (revert-buffer-function, revert-buffer-insert-file-contents-function)
2411 (buffer-stale--default-function, buffer-stale-function)
2412 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
2413 (revert-buffer, revert-buffer--default)
2414 (revert-buffer-insert-file-contents--default-function):
2415 Doc fixes related to defaults no longer being nil.
2416 (make-backup-file-name-function): Bump :version.
2417 Restore nil as a valid but deprecated custom type.
2418
2419 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
2420
2421 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2422 Handle $' used as a variable (bug#17174).
2423
2424 * progmodes/perl-mode.el (perl-indent-new-calculate):
2425 Handle forward-sexp failure (bug#16985).
2426 (perl-syntax-propertize-function): Add "foreach" and "for" statement
2427 modifiers introducing expressions (bug#17116).
2428
2429 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
2430
2431 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
2432
2433 2014-04-05 Leo Liu <sdl.web@gmail.com>
2434
2435 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2436 Add define-compilation-mode.
2437
2438 2014-04-04 João Távora <joaotavora@gmail.com>
2439
2440 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
2441 parse from comment beginning.
2442 (electric-pair--balance-info): Fix typo in comment.
2443 (electric-pair--in-unterminated-string-p): Delete.
2444 (electric-pair--unbalanced-strings-p): New function.
2445 (electric-pair-string-bound-function): New var.
2446 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
2447 according to `electric-pair--in-unterminated-string-p'.
2448
2449 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2450
2451 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
2452 Move declaration before first use.
2453 (reftex-move-to-next-arg): Silence compiler warning.
2454
2455 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
2456
2457 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
2458 Use `window-total-width' instead of `window-width'.
2459
2460 2014-04-03 Daniel Colascione <dancol@dancol.org>
2461
2462 * subr.el (set-transient-map): Remove rms's workaround entirely;
2463 use new `suspicious-object' subr to mark our lambda for closer
2464 scrutiny during gc.
2465
2466 2014-04-02 Richard Stallman <rms@gnu.org>
2467
2468 * subr.el (set-transient-map): Comment out previous change.
2469
2470 2014-04-02 Glenn Morris <rgm@gnu.org>
2471
2472 * menu-bar.el (menu-bar-file-menu):
2473 * vc/ediff.el (ediff-current-file):
2474 Update for revert-buffer-function no longer being nil by default.
2475
2476 * simple.el (command-execute): Respect nil disabled-command-function.
2477
2478 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2479
2480 * simple.el (command-execute): Do not execute the command when it
2481 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
2482
2483 2014-04-02 Juri Linkov <juri@jurta.org>
2484
2485 * dired-aux.el (dired-compress-file): Don't use string-match-p
2486 because its match data is used afterwards.
2487
2488 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
2489
2490 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
2491 0 like nil.
2492
2493 2014-04-02 João Távora <joaotavora@gmail.com>
2494
2495 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
2496 Inhibit quote pairing if point-max is inside an unterminated string.
2497 (electric-pair--looking-at-unterminated-string-p):
2498 Delete.
2499 (electric-pair--in-unterminated-string-p): New function.
2500
2501 2014-04-01 Daniel Colascione <dancol@dancol.org>
2502
2503 * minibuffer.el (minibuffer-complete): Prevent assertion failure
2504 when trying to complete the prompt.
2505
2506 2014-03-31 Leo Liu <sdl.web@gmail.com>
2507
2508 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2509 Refactor out eldoc-documentation-function-default.
2510 (eldoc-documentation-function-default): New function.
2511 (eldoc-documentation-function): Change value.
2512
2513 2014-03-31 Glenn Morris <rgm@gnu.org>
2514
2515 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
2516
2517 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
2518 (vhdl-compose-components-package, vhdl-compose-configuration):
2519 Abbreviate default-directory (missing from some previous upstream sync).
2520
2521 2014-03-31 Reto Zimmermann <reto@gnu.org>
2522
2523 Sync with upstream vhdl mode v3.35.2.
2524 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
2525 (top-level): No longer require assoc.
2526 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
2527 New functions. Use throughout to replace aget etc.
2528 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
2529 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
2530 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
2531 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
2532 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
2533 except `vhdl-compiler'.
2534 (vhdl-error-regexp-add-emacs): Remove all other compilers,
2535 when appropriate.
2536
2537 2014-03-31 Glenn Morris <rgm@gnu.org>
2538
2539 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
2540 Revert 2014-03-26 merge goof; go back to using defalias.
2541
2542 2014-03-30 Daniel Colascione <dancol@dancol.org>
2543
2544 * comint.el (comint-send-input):
2545 Deactivate completion-in-region-mode before we send comint input.
2546 (Bug#17139).
2547
2548 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
2549 on keyboard-quit.
2550
2551 2014-03-29 Glenn Morris <rgm@gnu.org>
2552
2553 * textmodes/reftex.el: Manage most autoloads automatically.
2554 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
2555 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
2556 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
2557 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
2558 * textmodes/reftex-toc.el: Set generated-autoload-file,
2559 and add autoload cookies for reftex.el.
2560 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
2561
2562 2014-03-28 Glenn Morris <rgm@gnu.org>
2563
2564 * cus-start.el (report-emacs-bug-address): Set custom properties.
2565 * mail/emacsbug.el (report-emacs-bug-address):
2566 Variable is now defined in emacs.c.
2567
2568 * mail/emacsbug.el (report-emacs-bug):
2569 Include system-configuration-features.
2570
2571 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
2572
2573 * simple.el (cycle-spacing): Never delete spaces on first run by
2574 default, but do so in a new 'fast mode and if there are already
2575 N spaces (the previous behavior).
2576 Compare N with its value in previous invocation so that changing
2577 prefix argument restarts `cycle-spacing' sequence.
2578 The idea is that with this change, binding M-SPC to
2579 `cycle-spacing' should not introduce any changes in behavior of
2580 the binding so long as users do not type M-SPC twice in a raw with
2581 the same prefix argument or lack thereof.
2582
2583 2014-03-28 Glenn Morris <rgm@gnu.org>
2584
2585 * faces.el (term-file-aliases): New variable.
2586 (tty-run-terminal-initialization): Respect term-file-aliases.
2587 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
2588 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
2589 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
2590
2591 2014-03-27 Glenn Morris <rgm@gnu.org>
2592
2593 * startup.el (inhibit-startup-hooks): Doc tweak.
2594 (normal-top-level): Simplify running of hooks.
2595 For window-setup-hook, respect inhibit-startup-hooks.
2596 (command-line-1): Don't set window-setup-hook to nil.
2597
2598 Allow selective autoloading from obsolete/ directory.
2599 * Makefile.in (obsolete-autoloads): New rule.
2600 (autoloads): Run obsolete-autoloads.
2601 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
2602 * simple.el (iswitchb-mode): Remove hand-written autoloads.
2603
2604 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
2605
2606 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2607 Highlight special globals with font-lock-builtin-face. (Bug#17057)
2608
2609 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2610 Don't propertize `?' or `!' as symbol constituent when after
2611 colon. (Bug#17097)
2612
2613 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
2614
2615 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
2616 which is no longer needed and causes trouble in GTK builds (bug#17046).
2617
2618 * emacs-lisp/package-x.el (package--archive-contents-from-url):
2619 Use url-insert-file-contents; package-handle-response no longer exists.
2620
2621 2014-03-26 Daniel Colascione <dancol@dancol.org>
2622
2623 * simple.el (process-menu-mode-map): New variable.
2624 (process-menu-delete-process): New command.
2625
2626 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
2627
2628 * emacs-lisp/package.el: Fix bug#16733 (again).
2629 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
2630 (url-http-target-url): Remove unused declarations.
2631 (package-handle-response): Remove.
2632 (package--with-work-buffer): Use url-insert-file-contents and simplify.
2633 (package--download-one-archive): Use current-buffer instead of
2634 dynamic binding of `buffer'.
2635 (describe-package-1): Do not decode readme-string.
2636
2637 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
2638
2639 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
2640
2641 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
2642 from 2014-03-07, it decreases performance unnecessarily. Let-bind
2643 `remote-file-name-inhibit-cache' to nil in the second pass.
2644 (tramp-find-executable): Do not call "which" on SunOS.
2645 (tramp-send-command-and-check): Fix docstring.
2646 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
2647 check whether source directory has set the sticky bit.
2648
2649 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
2650
2651 * simple.el (primitive-undo): Only process marker adjustments
2652 validated against their corresponding (TEXT . POS). Issue warning
2653 for lone marker adjustments in undo history. (Bug#16818)
2654 (undo-make-selective-list): Add marker adjustments to selective
2655 undo list based on whether their corresponding (TEXT . POS) is in
2656 the region. Remove variable adjusted-markers, which was unused
2657 and only non nil during undo-make-selective-list.
2658 (undo-elt-in-region): Return nil when passed a marker adjustment
2659 and explain in function doc.
2660
2661 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2662
2663 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
2664
2665 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
2666
2667 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
2668 Match special global variables without curlies, too.
2669 (ruby-font-lock-keywords): Simplify the matcher for special global
2670 variables. Don't require a non-word character after the variable.
2671 (Bug#17057)
2672
2673 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2674
2675 * simple.el (redisplay-highlight-region-function): Increase priority of
2676 overlay to make sure boundaries are visible (bug#15899).
2677
2678 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
2679
2680 * frameset.el (frameset--initial-params): Fix typo in parameter name.
2681 (frameset-restore): Compare display strings with equal.
2682
2683 * frame.el (make-frame): Don't quote display name in error message,
2684 it is already a string.
2685
2686 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2687
2688 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
2689 the password.
2690
2691 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
2692
2693 * emacs-lisp/package.el (package--add-to-archive-contents):
2694 Include already installed and built-in packages in
2695 `package-archive-contents'.
2696 (package-install): Don't include already installed packages in the
2697 options during interactive invocation. (Bug#16762)
2698 (package-show-package-list): If the buffer is already displayed in
2699 another window, switch to that window.
2700
2701 2014-03-26 Reto Zimmermann <reto@gnu.org>
2702
2703 Sync with upstream vhdl mode v3.35.1.
2704 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
2705 (vhdl-compiler-alist): Doc fix.
2706 (vhdl-goto-line): Remove.
2707 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
2708 (vhdl-mode) <paragraph-start>: Fix value.
2709 (vhdl-fix-statement-region): Not `for' in wait-statement.
2710 (vhdl-beautify-region): Also (un)tabify.
2711 (vhdl-get-visible-signals):
2712 Scan declarative part of generate statements.
2713 (vhdl-template-record): Fix indentation for record type declaration.
2714 (vhdl-expand-abbrev, vhdl-expand-paren):
2715 Revert to using fset again rather than defalias.
2716 (vhdl-scan-directory-contents): Tweak.
2717 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
2718 (vhdl-compose-components-package):
2719 Replace vhdl-goto-line with forward-line.
2720 (top-level): Tweak speedbar frame selection.
2721 (vhdl-generate-makefile-1): Support for compilers with no
2722 unit-to-file name mapping (create directory with dummy files).
2723
2724 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
2725
2726 Sync with upstream verilog-mode revision 702457d.
2727 * progmodes/verilog-mode.el (verilog-mode-version): Update.
2728 (create-lockfiles): Declare.
2729 (verilog-read-decls): Fix module header imports, bug709.
2730 Reported by Victor Lau.
2731 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
2732 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
2733 interface-only modules, bug721. Reported by Dean Hoyt.
2734
2735 2014-03-26 Glenn Morris <rgm@gnu.org>
2736
2737 * obsolete/gulp.el: Move here from emacs-lisp/.
2738
2739 * files.el (lock-buffer, unlock-buffer, file-locked-p):
2740 Remove fallback aliases, since they are always defined now.
2741
2742 2014-03-24 Daniel Colascione <dancol@dancol.org>
2743
2744 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
2745 instead of cl-loop search function.
2746
2747 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
2748
2749 * calendar/parse-time.el (parse-time-iso8601-regexp)
2750 (parse-iso8601-time-string): Copied from `url-dav' so that we can use
2751 it more generally.
2752
2753 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
2754
2755 * net/dns.el (network-interface-list): Define for XEmacs.
2756
2757 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
2758
2759 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
2760 the network interfaces changed.
2761 (dns-query): Use it to flush the data.
2762
2763 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
2764
2765 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
2766
2767 2014-03-23 Daniel Colascione <dancol@dancol.org>
2768
2769 Change subword-mode to use `find-word-boundary-function-table' and
2770 replace `capitalized-words-mode'. Also, convert to lexical
2771 binding.
2772
2773 * progmodes/cap-words.el: Delete now-obsolete file.
2774 * progmodes/subword.el: Reimplement using
2775 `find-word-boundary-function-table'.
2776 (subword-mode-map): Hollow out.
2777 (capitalized-words-mode): Define as obsolete alias for
2778 `subword-mode'.
2779 (subword-mode, superword-mode): Tweak documentation to reflect new
2780 implementation; call `subword-setup-buffer'.
2781 (subword-forward, subword-capitalize): Add underscore to indicate
2782 unused variable.
2783 (subword-find-word-boundary-function-table): New constant.
2784 (subword-empty-char-table): New constant.
2785 (subword-setup-buffer): New function.
2786 (subword-find-word-boundary): New function.
2787
2788 2014-03-23 Daniel Colascione <dancol@dancol.org>
2789
2790 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
2791 list to look for keyword arguments instead of `memq', fixing
2792 (Bug#3647) --- unfortunately, only for freshly-compiled code.
2793 Please make bootstrap.
2794
2795 2014-03-22 Glenn Morris <rgm@gnu.org>
2796
2797 * dired.el (dired-read-regexp): Make obsolete.
2798 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
2799 (dired-flag-files-regexp):
2800 * dired-aux.el (dired-mark-read-regexp):
2801 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
2802
2803 * startup.el (fancy-startup-text):
2804 * help.el (describe-gnu-project): Visit online info about GNU project.
2805
2806 * help-fns.el (help-fns--interactive-only): New function.
2807 (help-fns-describe-function-functions): Add the above function.
2808 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
2809 (next-line, previous-line): Remove hand-written interactive-only
2810 information from doc strings, it is auto-generated now.
2811 * bookmark.el (bookmark-write):
2812 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
2813 (epa-mail-import-keys): Mark interactive-only,
2814 and remove hand-written interactive-only information from doc strings.
2815 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
2816 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
2817 * files.el (not-modified):
2818 * simple.el (mark-whole-buffer): Mark interactive-only.
2819
2820 * emacs-lisp/byte-run.el (defun-declarations-alist):
2821 Add interactive-only. Doc tweak.
2822 (macro-declarations-alist): Doc tweak.
2823 * subr.el (declare): Doc tweak (add xref to manual).
2824 * comint.el (comint-run):
2825 * files.el (insert-file-literally, insert-file):
2826 * replace.el (replace-string, replace-regexp):
2827 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
2828 (delete-forward-char, goto-line, insert-buffer, next-line)
2829 (previous-line): Set interactive-only via declare.
2830
2831 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
2832
2833 * emacs-lisp/package.el (package-desc): Use the contents of the
2834 quoted form, not its cdr. (Bug#16873)
2835
2836 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
2837
2838 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
2839 benefit of doc.c; change parameter profile to match the X function.
2840
2841 2014-03-22 Leo Liu <sdl.web@gmail.com>
2842
2843 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
2844 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
2845
2846 2014-03-21 Richard Stallman <rms@gnu.org>
2847
2848 * battery.el (battery-linux-sysfs): Search for each field
2849 from the beginning of the buffer.
2850
2851 * subr.el (set-transient-map): Clear out function and value
2852 of the temporary symbol when we're done with it.
2853
2854 * mail/rmailsum.el (rmail-summary-delete-forward):
2855 Optimize case of reaching end and handling count.
2856 (rmail-summary-mark-deleted): Optimize when N is current msg.
2857 Don't create new summary line.
2858 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
2859 (rmail-summary-undelete-many): Rewrite for speed.
2860 (rmail-summary-msg-number): New function.
2861
2862 * mail/rmail.el (rmail-delete-message): Update summary.
2863 (rmail-undelete-previous-message): Handle repeat count arg.
2864 (rmail-delete-backward, rmail-delete-forward): Likewise.
2865
2866 2014-03-21 Daniel Colascione <dancol@dancol.org>
2867
2868 * mail/emacsbug.el (report-emacs-bug): Include memory usage
2869 information in bug reports.
2870
2871 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
2872
2873 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
2874 and `tramp-copy-env'.
2875
2876 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
2877 (tramp-maybe-open-connection): Handle `tramp-login-env'.
2878
2879 2014-03-21 Glenn Morris <rgm@gnu.org>
2880
2881 * electric.el (electric-indent-post-self-insert-function): Add doc.
2882
2883 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
2884
2885 * emacs-lisp/package.el (package-compute-transaction):
2886 Use `version-list-<=' to compare the requirement version against
2887 the version of package already to be installed. Update the error
2888 message. (Bug#16826)
2889
2890 * progmodes/ruby-mode.el (ruby-smie-rules):
2891 Add indentation rule for ` @ '. (Bug#17050)
2892
2893 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
2894
2895 * align.el (align-regexp): Remove superfluous backslash.
2896
2897 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
2898 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
2899 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
2900 Fix docstring typos.
2901 (ffap-next): Use C-u in docstring.
2902 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
2903 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
2904 Remove superfluous backslashes.
2905 (ffap-string-at-point): Reflow docstring.
2906
2907 * server.el (server-host): Reflow docstring.
2908 (server-unload-function): Fix docstring typo.
2909 (server-eval-at): Remove superfluous backslash.
2910
2911 * skeleton.el (skeleton-insert): Remove superfluous backslash.
2912 (skeleton-insert): Doc fix.
2913 (skeleton-insert): Reflow docstring.
2914
2915 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
2916 (tty-color-approximate, tty-color-by-index, tty-color-values)
2917 (tty-color-desc): Remove superfluous backslashes.
2918
2919 2014-03-21 Glenn Morris <rgm@gnu.org>
2920
2921 * cus-start.el (history-length): Bump :version.
2922
2923 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
2924 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
2925 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2926 Don't set `make-backup-files'.
2927
2928 * info.el (info--prettify-description): New function,
2929 to give info-finder descriptions consistent case, punctuation.
2930 (Info-finder-find-node): Use it. Sort packages.
2931 Refer to "description" rather than "commentary".
2932
2933 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
2934
2935 * frameset.el (frameset--print-register): New function.
2936 (frameset-to-register): Use it.
2937
2938 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
2939
2940 * progmodes/hideif.el (hif-string-to-number): New function.
2941 (hif-tokenize): Use it to understand non-decimal floats.
2942
2943 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
2944
2945 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
2946
2947 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2948
2949 * electric.el (electric-newline-and-maybe-indent): New command.
2950 Bind it globally to C-j.
2951 (electric-indent-mode): Don't mess with the global map any more.
2952 Don't drop the post-self-insert-hook is some buffer is still using it
2953 (bug#16770).
2954
2955 * bindings.el (global-map): Remove C-j binding.
2956
2957 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
2958 the docstring of functions advised before dumping (bug#16993).
2959
2960 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
2961
2962 * ps-print.el (ps-generate-postscript-with-faces):
2963 Explicitly deactivate the mark (bug#16866).
2964 * simple.el (deactivate-mark): Update region highlight.
2965
2966 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
2967
2968 * emacs-lisp/package.el (describe-package-1):
2969 Decode commentary (bug#16733).
2970
2971 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
2972
2973 * custom.el (defcustom): Doc fix: recommend avoiding destructive
2974 modification of the value argument of :set (bug#16755).
2975
2976 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2977
2978 * simple.el (newline-and-indent): Do autofill (bug#17031).
2979
2980 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
2981
2982 * newcomment.el (comment-normalize-vars): Only add escaping check
2983 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
2984 (comment-beginning): Use `narrow-to-region' instead of moving back
2985 one character.
2986 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
2987 (comment-start-skip): Update the docstring.
2988
2989 2014-03-18 Richard Stallman <rms@gnu.org>
2990
2991 * dired.el (dired-display-file): Force use of other window.
2992
2993 2014-03-18 Daniel Colascione <dancol@dancol.org>
2994
2995 * startup.el (tty-handle-args): Remove debug message from 2007.
2996
2997 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2998
2999 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
3000 (advice--make-interactive-form): Use it to avoid (auto)loading function.
3001 (advice--make-1, advice-add, advice-remove):
3002 Remove braindead :advice-pending hack.
3003
3004 2014-03-17 Glenn Morris <rgm@gnu.org>
3005
3006 * calendar/calendar.el (calendar-generate-month): Apply weekend
3007 face to the right days; fixes 2013-08-06 change. (Bug#17028)
3008
3009 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
3010
3011 * net/tramp.el (tramp-action-out-of-band): Read pending output.
3012 (tramp-call-process): Trace also DESTINATION.
3013
3014 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3015 Quote file names when they are local. Remove superfluous trace.
3016
3017 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
3018
3019 * newcomment.el (comment-beginning): If `comment-start-skip'
3020 doesn't match, move back one char and try again. (Bug#16971)
3021
3022 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3023 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
3024 Set `comment-start-skip' to a simpler value that doesn't try to
3025 check if the semicolon is escaped (this is handled by
3026 `syntax-ppss' now). (Bug#16971)
3027
3028 * progmodes/scheme.el (scheme-mode-variables): Same.
3029
3030 2014-03-16 Martin Rudalics <rudalics@gmx.at>
3031
3032 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
3033 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
3034 current (Bug#16816, Bug#17007).
3035 (with-current-buffer-window): New macro doing the same as
3036 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
3037 * help.el (help-print-return-message): Warn in doc-string to not
3038 use this in `with-help-window'.
3039 (describe-bindings-internal): Call `describe-buffer-bindings'
3040 from within help buffer. See Juanma's scenario in (Bug#16816).
3041 (with-help-window): Update doc-string.
3042 * dired.el (dired-mark-pop-up):
3043 * files.el (save-buffers-kill-emacs):
3044 * register.el (register-preview): Use `with-current-buffer-window'
3045 instead of `with-temp-buffer-window'.
3046
3047 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
3048
3049 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
3050 Implement inserting into current buffer, documented in their docstrings.
3051 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
3052 (rst-section-tree-point, rst-forward-section, rst-indent)
3053 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
3054 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
3055 (rst-font-lock-handle-adornment-pre-match-form)
3056 (rst-repeat-last-character): Reflow docstrings.
3057 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
3058 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
3059 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
3060 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
3061 Fix docstring typos.
3062 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
3063 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
3064 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
3065
3066 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
3067
3068 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
3069 for compatibility with other ports.
3070 (ns-initialize-window-system): Use it. It is set in term/common-win.el
3071 from the -xrm command line argument, but in the Nextstep port its value
3072 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
3073
3074 * progmodes/python.el (defconst, python-syntax-count-quotes)
3075 (python-indent-region, python-indent-shift-right)
3076 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
3077 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
3078 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
3079 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
3080 (inferior-python-mode, python-shell-make-comint, run-python-internal)
3081 (python-shell-buffer-substring, python-shell-send-buffer)
3082 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
3083 (python-completion-complete-at-point, python-fill-docstring-style)
3084 (python-eldoc-function, python-imenu-format-item-label)
3085 (python-imenu-format-parent-item-label)
3086 (python-imenu-format-parent-item-jump-label)
3087 (python-imenu--build-tree, python-imenu-create-index)
3088 (python-imenu-create-flat-index): Fix docstring typos.
3089 (python-indent-context, python-shell-prompt-regexp, run-python):
3090 Remove superfluous backslashes.
3091 (python-indent-line, python-nav-beginning-of-defun)
3092 (python-shell-get-buffer, python-shell-get-process)
3093 (python-info-current-defun, python-info-current-line-comment-p)
3094 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
3095 (python-indent-post-self-insert-function, python-shell-send-file)
3096 (python-shell-completion-get-completions)
3097 (python-shell-completion-complete-or-indent)
3098 (python-eldoc--get-doc-at-point): Reflow docstrings.
3099
3100 2014-03-14 Glenn Morris <rgm@gnu.org>
3101
3102 * emacs-lisp/package.el (package-menu-mode-map):
3103 Replace use of obsolete function alias. Tweak menu item text.
3104
3105 * info.el (Info-finder-find-node):
3106 Ignore the `emacs' metapackage. (Bug#10813)
3107
3108 * finder.el (finder-list-matches): Include unversioned packages
3109 in the result of a keyword search.
3110
3111 * finder.el (finder--builtins-descriptions): New constant.
3112 (finder-compile-keywords): Use finder--builtins-descriptions.
3113
3114 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
3115
3116 * simple.el (blink-matching-paren): Describe the new value,
3117 `jump', enabling the old behavior.
3118 (blink-matching-open): Use that value. (Bug#17008)
3119
3120 2014-03-14 Glenn Morris <rgm@gnu.org>
3121
3122 * finder.el (finder-no-scan-regexp): Add leim-list.
3123 (finder-compile-keywords):
3124 Don't skip files with same basename. (Bug#14010)
3125 * Makefile.in (setwins_finder): New, excluding leim.
3126 (finder-data): Use setwins_finder.
3127
3128 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
3129 (help-function-arglist, help-make-usage): Move from here...
3130 * help.el (help-split-fundoc, help-add-fundoc-usage)
3131 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
3132 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
3133
3134 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
3135
3136 * net/socks.el (socks, socks-override-functions)
3137 (socks-find-services-entry):
3138 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
3139 (hif-find-ifdef-block):
3140 * progmodes/modula2.el (m2-indent): Fix docstring typos.
3141
3142 * net/tls.el (tls-program): Reflow docstring.
3143
3144 * progmodes/pascal.el (pascal-mode-abbrev-table)
3145 (pascal-imenu-generic-expression, pascal-auto-endcomments)
3146 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
3147 (pascal-outline-mode): Fix docstring typos.
3148 (pascal-mode): Let define-derived-mode document mode hook.
3149 (pascal-uncomment-area): Reflow.
3150 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
3151
3152 * progmodes/opascal.el (opascal-compound-block-indent)
3153 (opascal-case-label-indent): Fix docstring typos.
3154 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
3155
3156 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
3157
3158 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3159 Fontify multiple adjacent negation chars. (Bug#17004)
3160
3161 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
3162
3163 * emacs-lisp/package.el (package--prepare-dependencies):
3164 Accept requirements without explicit version (bug#14941).
3165
3166 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
3167
3168 * register.el (register-separator, copy-to-register): Doc fixes.
3169 (register-preview-default): Remove unnecessary call to concat.
3170
3171 * frameset.el (frameset-restore): When checking for a visible frame,
3172 use the action map instead of calling visible-frame-list.
3173
3174 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
3175
3176 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
3177
3178 2014-03-12 Martin Rudalics <rudalics@gmx.at>
3179
3180 * window.el (fit-frame-to-buffer): Get maximum width from
3181 display's width instead of height.
3182
3183 2014-03-12 Glenn Morris <rgm@gnu.org>
3184
3185 * desktop.el (desktop-restore-frames)
3186 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
3187 (desktop-restore-reuses-frames): Doc tweaks.
3188
3189 * electric.el (electric-indent-mode): Doc fix.
3190
3191 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
3192
3193 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
3194 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
3195 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
3196 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
3197 (cvs-dired-use-hook): Fix docstring typos.
3198 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
3199 Doc fixes.
3200
3201 * vc/pcvs-defs.el (cvs-auto-remove-handled)
3202 (cvs-auto-remove-directories, cvs-default-ignore-marks)
3203 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
3204 (cvs-execute-single-dir): Fix docstring typos.
3205
3206 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
3207 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
3208
3209 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
3210
3211 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
3212 Fix docstring typos.
3213
3214 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
3215
3216 * frameset.el (frameset--jump-to-register): Add autoload; it could be
3217 called from jump-to-register after unloading the frameset package.
3218
3219 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3220
3221 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
3222 (bug#16975). Deactivate the mark before setting it to nil.
3223 (activate-mark): Do nothing if region is already active.
3224
3225 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
3226
3227 * frameset.el (frameset--target-display): Remove definition; declare.
3228 (frameset-save, frameset-restore): Let-bind frameset--target-display.
3229
3230 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3231
3232 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
3233 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
3234 when the advice is pending.
3235 (advice-remove): Remove this marker when not needed any more.
3236
3237 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
3238
3239 * frameset.el: Separate options for reusing frames and cleaning up.
3240 (frameset--reuse-list): Remove definition; declare.
3241 (frameset--action-map): Declare.
3242 (frameset--find-frame-if): Doc fix.
3243 (frameset--restore-frame): Cache frame action.
3244 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
3245 how to clean up the frame list after restoring. Remove cleaning
3246 options from REUSE-FRAMES. Change all keyword values to symbols.
3247 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
3248
3249 * desktop.el (desktop-restore-forces-onscreen)
3250 (desktop-restore-reuses-frames): Use non-keyword values.
3251 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
3252
3253 2014-03-10 Glenn Morris <rgm@gnu.org>
3254
3255 * files.el (find-file): Doc fix: update info node name.
3256
3257 * emacs-lisp/advice.el (ad-add-advice, defadvice):
3258 Doc fix: remove references to deleted info nodes.
3259
3260 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
3261
3262 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3263 Do not add `nil' to the environment, when there's no remote `locale'.
3264 (tramp-find-inline-encoding): Check, that the remote host has
3265 installed perl, before sending scripts.
3266
3267 2014-03-10 Leo Liu <sdl.web@gmail.com>
3268
3269 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
3270 Clear eldoc-last-message. (Bug#16920)
3271
3272 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3273
3274 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
3275 (bug#14430).
3276
3277 2014-03-09 Juri Linkov <juri@jurta.org>
3278
3279 * ansi-color.el (ansi-color-names-vector): Copy default colors
3280 from `xterm-standard-colors' that look well on the default white
3281 background (and also on the black background) to avoid illegible
3282 color combinations like yellow-on-white and white-on-white.
3283 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
3284
3285 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
3286
3287 * frameset.el (frameset-restore): When no frame is visible, do not
3288 generate a list of frames, just make visible the selected one.
3289
3290 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
3291
3292 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
3293 it only contains the repository root. (Bug#16897)
3294
3295 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
3296
3297 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
3298 only when `remote-file-name-inhibit-cache' is nil.
3299 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
3300
3301 2014-03-06 Martin Rudalics <rudalics@gmx.at>
3302
3303 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
3304 Fix doc-strings.
3305 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
3306 fit-frame-to-buffer variable. Fix doc-string.
3307 (fit-window-to-buffer): Set ONLY argument in call of
3308 fit-frame-to-buffer. Fix doc-string.
3309
3310 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
3311
3312 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
3313 (tramp-action-password): Clear password cache if needed.
3314 (tramp-read-passwd): Do not clear password cache.
3315
3316 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
3317 cache unless it is the first password request.
3318
3319 2014-03-06 Glenn Morris <rgm@gnu.org>
3320
3321 * simple.el (newline): Doc tweak.
3322
3323 * emacs-lisp/shadow.el (load-path-shadows-find):
3324 Ignore dir-locals. (Bug#12357)
3325
3326 2014-03-05 Glenn Morris <rgm@gnu.org>
3327
3328 * files.el (interpreter-mode-alist):
3329 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
3330
3331 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
3332
3333 * frameset.el (frameset--initial-params): Filter out null entries.
3334
3335 2014-03-05 Martin Rudalics <rudalics@gmx.at>
3336
3337 * window.el (window-min-height, window-min-width):
3338 Rewrite doc-strings.
3339 (window-body-size): Add PIXELWISE argument to make it consistent
3340 with its callees.
3341
3342 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
3343
3344 * finder.el (finder-mode-map, finder-mode-syntax-table):
3345 Revert part of 2014-02-28 change.
3346
3347 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
3348
3349 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
3350 (eww-setup-buffer): Clear next/prev/etc more reliably.
3351 (eww-textarea-map): [tab] doesn't work on tty.
3352 Reported by Mario Lang.
3353
3354 * net/shr.el (shr-map): Ditto.
3355
3356 2014-03-04 Glenn Morris <rgm@gnu.org>
3357
3358 * minibuffer.el (completion-hilit-commonality):
3359 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
3360
3361 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
3362
3363 * hilit-chg.el (hilit-chg-unload-function): New function.
3364 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
3365 (hilit-chg-map-changes): Prefer cardinal number to digit.
3366 (hilit-chg-display-changes): Reflow docstring.
3367 (highlight-changes-rotate-faces): Remove superfluous backslash.
3368
3369 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
3370
3371 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
3372 `tramp-send-command-and-check'.
3373
3374 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
3375
3376 * hexl.el (hexl-address-region, hexl-ascii-region)
3377 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
3378 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
3379 (hexl-forward-word, hexl-previous-line, hexl-next-line):
3380 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
3381 (hexl-mode): Doc fix.
3382 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
3383 (hexl-mode-ruler): Fix typos in docstrings.
3384
3385 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
3386 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
3387 Remove superfluous backslashes.
3388 (strokes-last-stroke, strokes-global-map, strokes-mode):
3389 Reflow docstrings.
3390 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
3391 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
3392 (strokes-distance-squared, strokes-global-set-stroke)
3393 (strokes-global-set-stroke-string): Doc fixes.
3394 (strokes-help): Fix typos; reflow docstring.
3395
3396 2014-03-04 Martin Rudalics <rudalics@gmx.at>
3397
3398 * window.el (window-in-direction): Fix doc-string.
3399
3400 2014-03-04 Glenn Morris <rgm@gnu.org>
3401
3402 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
3403 Explicit error if no grammar.
3404 (smie-config-save): Doc fix. Fix quote typo.
3405
3406 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
3407
3408 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
3409 electric-indent-mode-hook if we obey electric-indent-mode.
3410 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
3411 decide whether we obey electric-indent-mode.
3412 (c-change-set-fl-decl-start, c-extend-after-change-region):
3413 Silence warnings.
3414 (c-electric-indent-mode-hook): Assume we do want to obey
3415 electric-indent-mode.
3416
3417 * electric.el (electric-indent-mode-has-been-called): Remove.
3418 (electric-indent-mode): Fix accordingly.
3419
3420 * files.el (hack-local-variables): Mention file name in warning.
3421
3422 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
3423
3424 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
3425
3426 * bindings.el: Add comment describing why C-d binds to `delete-char'.
3427 * simple.el (delete-forward-char): Mark as interactive-only.
3428
3429 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
3430
3431 * icomplete.el (icomplete-completions):
3432 Follow-up to 2014-03-01 change.
3433
3434 * icomplete.el: Miscellaneous doc fixes.
3435 Use Icomplete everywhere instead of icomplete for consistency.
3436 (icomplete-max-delay-chars): Fix typo.
3437 (icomplete-mode): Use \[].
3438 (icomplete-tidy, icomplete-exhibit): Reflow.
3439 (icomplete-minibuffer-setup-hook, icomplete-completions):
3440 Remove superfluous backlashes.
3441
3442 * ido.el: Miscellaneous doc fixes.
3443 Use Ido everywhere instead of ido or `ido' for consistency.
3444 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
3445 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
3446 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
3447 (ido-separator): Extract obsolescence info from docstring and declare
3448 with make-obsolete-variable.
3449 (ido-minibuffer-setup-hook): Simplify example.
3450 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
3451 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
3452 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
3453 (ido-everywhere): Reflow docstring.
3454 (ido-toggle-vc): Doc fix.
3455 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
3456 of long list of keybindings.
3457
3458 2014-03-03 Glenn Morris <rgm@gnu.org>
3459
3460 * frame.el (display-pixel-height, display-pixel-width)
3461 (display-mm-dimensions-alist, display-mm-height)
3462 (display-mm-width): Doc tweaks.
3463
3464 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
3465
3466 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
3467 case of undo in region.
3468
3469 2014-03-02 Martin Rudalics <rudalics@gmx.at>
3470
3471 * window.el (fit-window-to-buffer): Fix argument in window-size
3472 call when window is horizontally combined.
3473
3474 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
3475
3476 * icomplete.el (icomplete-completions): Use string-width.
3477 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3478
3479 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
3480
3481 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3482 Highlight regexp options. (Bug#16914)
3483
3484 2014-03-01 Martin Rudalics <rudalics@gmx.at>
3485
3486 * window.el (window--max-delta-1): Round down when calculating
3487 how many lines/columns we can get from a window.
3488
3489 2014-03-01 Glenn Morris <rgm@gnu.org>
3490
3491 * isearch.el (search-invisible): Doc fix.
3492
3493 * minibuffer.el (completion-hilit-commonality):
3494 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
3495 * comint.el (comint-dynamic-list-completions): Doc fix.
3496 * comint.el (comint-dynamic-list-completions):
3497 * filecache.el (file-cache-minibuffer-complete):
3498 * tempo.el (tempo-display-completions):
3499 * eshell/em-hist.el (eshell-list-history):
3500 Replace use of obsolete argument of display-completion-list.
3501
3502 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
3503
3504 * icomplete.el (icomplete-completions):
3505 Revert back to using "..." when ?… cannot be displayed.
3506
3507 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
3508
3509 * finder.el (finder-unload-function): New function.
3510
3511 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
3512
3513 * dframe.el (dframe-detach):
3514 * find-dired.el (find-dired, find-name-dired):
3515 * finder.el (finder-mode-map, finder-mode-syntax-table)
3516 (finder-headmark, finder-select, finder-mouse-select):
3517 Fix docstring typos.
3518
3519 2014-02-28 Martin Rudalics <rudalics@gmx.at>
3520
3521 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
3522 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
3523 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
3524 Fix doc-string based on a suggestion by Nicolas Richard
3525 <theonewiththeevillook@yahoo.fr>.
3526 * help.el (with-help-window): Fix doc-string.
3527
3528 2014-02-28 Ivan Kanis <ivan@kanis.fr>
3529
3530 * net/shr.el (shr-image-animate): New option.
3531 (shr-put-image): Respect shr-image-animate.
3532
3533 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
3534
3535 * net/tramp-adb.el (tramp-adb-parse-device-names):
3536 Use `accept-process-output'.
3537 (tramp-adb-handle-file-truename): Cache the localname only.
3538 (tramp-adb-handle-make-directory)
3539 (tramp-adb-handle-delete-directory): Flush file properties correctly.
3540 (tramp-adb-handle-set-file-modes): Do not raise an error when file
3541 modes cannot be changed.
3542
3543 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
3544 file properties of symlinks.
3545
3546 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
3547
3548 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
3549 required/optional fields to match development biblatex. (Bug#16781)
3550
3551 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
3552
3553 * saveplace.el (toggle-save-place):
3554 Fix argument handling. (Bug#16673)
3555
3556 2014-02-28 Glenn Morris <rgm@gnu.org>
3557
3558 * minibuffer.el (completions-first-difference)
3559 (completions-common-part, completion-hilit-commonality): Doc fixes.
3560
3561 2014-02-28 Karl Berry <karl@gnu.org>
3562
3563 * info.el (Info-mode-map): Add H for describe-mode,
3564 to synchronize with standalone Info.
3565
3566 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
3567
3568 * progmodes/sql.el (sql-interactive-mode):
3569 Avoid setting global comint-input-ring-separator. (Bug#16814)
3570
3571 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
3572
3573 * net/dbus.el (dbus--init-bus): Declare function.
3574 (dbus-path-local, dbus-interface-local): New defconst.
3575 (dbus-init-bus): Use them.
3576 (dbus-return-values-table): Extend doc.
3577 (dbus-handle-bus-disconnect): Extend error message.
3578
3579 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
3580
3581 * subr.el (y-or-n-p): Fix double space issue in message.
3582
3583 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
3584
3585 * net/tramp.el (tramp-call-process): Improve trace message.
3586 (tramp-handle-insert-file-contents): Trace error case.
3587
3588 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
3589 <insert-directory>: Use `tramp-handle-insert-directory'.
3590 (tramp-adb-handle-insert-directory): Remove function.
3591 (tramp-adb-send-command-and-check): New defun, replacing
3592 `tramp-adb-command-exit-status'. Change all callees.
3593 (tramp-adb-handle-file-attributes)
3594 (tramp-adb-handle-directory-files-and-attributes): Use it.
3595 (tramp-adb-ls-output-name-less-p):
3596 Use `directory-listing-before-filename-regexp'.
3597 (tramp-adb-handle-delete-directory): Flush also file properties of
3598 the truename of directory.
3599 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
3600 (tramp-adb-handle-file-local-copy): Make the local copy readable.
3601 (tramp-adb-handle-write-region): Implement APPEND.
3602 (tramp-adb-handle-rename-file): Make it more robust. Flush file
3603 properties correctly.
3604 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
3605 variables. Check for connected devices only when needed.
3606
3607 2014-02-27 Glenn Morris <rgm@gnu.org>
3608
3609 * minibuffer.el (completion-table-dynamic)
3610 (completion-table-with-cache): Doc fixes.
3611
3612 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
3613 (completing-read-multiple): Doc fixes.
3614
3615 2014-02-27 Daniel Colascione <dancol@dancol.org>
3616
3617 * minibuffer.el (completion--nth-completion): Fix indentation.
3618
3619 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
3620 explicit tramp path is empty.
3621
3622 2014-02-27 Glenn Morris <rgm@gnu.org>
3623
3624 * emacs-lisp/crm.el (completing-read-multiple):
3625 Empower help-enable-auto-load.
3626
3627 2014-02-26 Glenn Morris <rgm@gnu.org>
3628
3629 * startup.el (command-line): Don't init the tty in daemon mode.
3630
3631 Avoid calling tty-setup-hook twice, eg if a term file
3632 explicitly calls tty-run-terminal-initialization. (Bug#16859)
3633 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
3634 (tty-create-frame-with-faces): Use it.
3635 * startup.el (command-line): Pass run-hook argument
3636 to tty-run-terminal-initialization.
3637
3638 * dired.el (dired-restore-desktop-buffer): Demote errors;
3639 eg in case a glob match fails. (Bug#16884)
3640
3641 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
3642
3643 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
3644 error from `read-from-string'. (Bug#16850)
3645
3646 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
3647 result of `completing-read' in the interactive form. (Bug#16854)
3648
3649 2014-02-25 Glenn Morris <rgm@gnu.org>
3650
3651 * image.el (image-animate, image-animate-timeout):
3652 Stop animating images in dead buffers. (Bug#16878)
3653
3654 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
3655
3656 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
3657 Doc fixes.
3658 * startup.el (term-setup-hook): Doc fix. Make obsolete.
3659 * term/sun.el (sun-raw-prefix-hooks):
3660 Use tty-setup-hook instead of term-setup-hook.
3661 (terminal-init-sun): Construct message from bytecomp plist.
3662 * term/wyse50.el (enable-arrow-keys): Doc fix.
3663
3664 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
3665
3666 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
3667 Fix docstring typos.
3668
3669 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
3670
3671 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
3672
3673 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3674
3675 * minibuffer.el (completion--try-word-completion):
3676 Fix error when completing M-x commands (bug#16808).
3677
3678 2014-02-24 Leo Liu <sdl.web@gmail.com>
3679
3680 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
3681
3682 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
3683
3684 * apropos.el (apropos-print): Avoid formatting error when
3685 apropos-do-all and apropos-compact-layout are both t.
3686
3687 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
3688
3689 * apropos.el (apropos-property, apropos-all-words-regexp)
3690 (apropos-true-hit, apropos-variable, apropos-print):
3691 Fix docstring typos, and remove obsolete comment.
3692
3693 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
3694
3695 * net/tramp-sh.el (tramp-sh-handle-file-truename):
3696 Preserve trailing "/". (Bug#16851)
3697
3698 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
3699
3700 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
3701 after `=>' (bug#16811).
3702 (ruby-smie-rules): Handle the inconsistent second element of the
3703 list returned by `smie-indent--parent'.
3704 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
3705 method call.
3706
3707 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
3708
3709 * elec-pair.el (electric-pair-text-syntax-table)
3710 (electric-pair-syntax-info, electric-pair--syntax-ppss)
3711 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
3712 (electric-pair--looking-at-unterminated-string-p): Doc fix.
3713 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
3714
3715 2014-02-22 Glenn Morris <rgm@gnu.org>
3716
3717 * imenu.el (imenu--generic-function): Doc fix.
3718
3719 * register.el (frame-configuration-to-register): Make obsolete.
3720
3721 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
3722
3723 * desktop.el (desktop-save-buffer-p): Do not fail when
3724 desktop-files-not-to-save is nil. Return t for true result
3725 as the doc says.
3726
3727 2014-02-22 Daniel Colascione <dancol@dancol.org>
3728
3729 * net/secrets.el (secrets-create-item, secrets-search-items):
3730 Check that attribute values are strings, avoiding the construction
3731 of invalid dbus messages.
3732
3733 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3734
3735 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
3736 defun-declarations-alist.
3737
3738 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
3739
3740 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
3741 (bug#16829).
3742
3743 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3744
3745 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
3746 (whitespace-newline, whitespace-trailing, whitespace-line)
3747 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
3748 (whitespace-space-after-tab): Fix typo in docstrings.
3749
3750 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
3751
3752 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
3753
3754 * electric.el (electric-indent-functions-without-reindent):
3755 Add `yaml-indent-line'.
3756
3757 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3758
3759 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
3760 It has done nothing for years; should be removed after the release.
3761
3762 * simple.el (choose-completion): Fix docstring typo.
3763 (read-quoted-char-radix): Remove unneeded * in docstring.
3764 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
3765 Don't escape parentheses unnecessarily in docstrings.
3766
3767 2014-02-21 Martin Rudalics <rudalics@gmx.at>
3768
3769 Fix handling of window-min-height/-width (Bug#16738).
3770 * window.el (window--dump-window, window--dump-frame):
3771 New functions.
3772 (window--min-size-1): Account for window dividers.
3773 When window-resize-pixelwise is nil, delay rounding till after the
3774 sum of the window components has been calculated.
3775 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
3776 nil make sure at least one text line and two text columns remain
3777 fully visible.
3778 (window-resize): Signal an error when window-resize-apply fails.
3779 (window--resize-child-windows): Fix calculation of by how many
3780 pixels a window can still be shrunk via window-new-normal.
3781 (adjust-window-trailing-edge): Call window--resizable with
3782 correct TRAIL argument.
3783
3784 (with-temp-buffer-window): Don't evaluate BODY within
3785 with-current-buffer (Bug#16816).
3786
3787 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
3788
3789 * net/tramp.el (tramp-check-cached-permissions):
3790 Call `file-attributes' with `suffix' being a symbol but a string.
3791
3792 2014-02-21 Daniel Colascione <dancol@dancol.org>
3793
3794 * net/dbus.el (dbus-init-bus-1): Declare new subr.
3795 (dbus-init-bus): New function: call into dbus-init-bus-1
3796 and installs a handler for the disconnect signal.
3797 (dbus-call-method): Rewrite to look for result in cons.
3798 (dbus-call-method-handler): Store result in cons.
3799 (dbus-check-event): Recognize events with nil sender as valid.
3800 (dbus-handle-bus-disconnect): New function. React to bus
3801 disconnection signal by synthesizing dbus error for each
3802 pending synchronous or asynchronous call.
3803 (dbus-notice-synchronous-call-errors): New function.
3804 (dbus-handle-event): Raise errors directly only when `dbus-debug'
3805 is true, not all the time.
3806
3807 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3808
3809 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
3810 Remove obsolescence declarations, these variables do not exist anymore.
3811
3812 * savehist.el (savehist-save-minibuffer-history)
3813 (savehist-additional-variables, savehist-file, savehist-mode-hook)
3814 (savehist-save-hook, savehist-coding-system, savehist-loaded)
3815 (savehist-load, savehist-install, savehist-autosave): Fix typos;
3816 mostly, refer to "Savehist mode" when talking about the mode,
3817 and not the function.
3818
3819 * saveplace.el (save-place): Remove redundant info in docstring.
3820 (save-place-forget-unreadable-files, toggle-save-place)
3821 (save-place-forget-unreadable-files, save-place-dired-hook):
3822 Fix typos and remove unneeded backslashes.
3823
3824 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
3825
3826 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
3827 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
3828
3829 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3830 <insert-directory>: Use `tramp-handle-insert-directory'.
3831 (tramp-gvfs-handle-insert-directory): Remove function.
3832
3833 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3834 Call `tramp-handle-insert-directory'.
3835
3836 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
3837
3838 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
3839 before the start of buffer/region (bug#16799).
3840
3841 2014-02-20 Glenn Morris <rgm@gnu.org>
3842
3843 * isearch.el (search-invisible): Doc fix.
3844
3845 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
3846
3847 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
3848 (bug#16657).
3849
3850 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
3851
3852 * frameset.el (frameset-restore): Delay removing an old frame's
3853 duplicate id until the new frame has been correctly created.
3854
3855 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
3856
3857 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
3858 (tramp-check-cached-permissions): Call `file-attributes' if the
3859 cache is empty.
3860
3861 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
3862 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
3863
3864 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3865 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
3866 (tramp-gvfs-maybe-open-connection): Set always connection
3867 properties, even if target is mounted already.
3868
3869 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
3870 Set tramp-autoload cookie.
3871 (tramp-get-remote-touch): New defun.
3872 (tramp-sh-handle-set-file-times): Use it.
3873 (tramp-sh-handle-directory-files-and-attributes):
3874 Use `tramp-handle-directory-files-and-attributes' if neither stat
3875 nor perl are available on the remote host.
3876
3877 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
3878 "/". Write long listing only when "l" belongs to the switches.
3879
3880 * net/trampver.el: Update release number.
3881
3882 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
3883
3884 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
3885
3886 2014-02-19 Martin Rudalics <rudalics@gmx.at>
3887
3888 * window.el (window-state-put): Allow WINDOW to refer to an
3889 internal window (Bug#16793).
3890
3891 2014-02-19 Glenn Morris <rgm@gnu.org>
3892
3893 * textmodes/remember.el: Move provide statement to end.
3894 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
3895 (remember-notes): Doc fixes.
3896
3897 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3898
3899 * delsel.el (delete-char): Restore incorrectly erased property
3900 (bug#16795).
3901
3902 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
3903
3904 * frameset.el (frameset--restore-frame): When a frame is being reused
3905 and its root window is not alive, delete all the frame's windows before
3906 restoring the window state. This works around the issue in bug#16793.
3907
3908 2014-02-18 Glenn Morris <rgm@gnu.org>
3909
3910 * textmodes/remember.el (remember-data-directory)
3911 (remember-directory-file-name-format, remember-store-in-files)
3912 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
3913 (remember-notes-save-and-bury-buffer)
3914 (remember-notes--kill-buffer-query): Doc fixes.
3915
3916 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
3917
3918 2014-02-17 Alan Mackenzie <acm@muc.de>
3919
3920 Connect electric-indent-mode up with CC Mode. Bug #15478.
3921 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
3922 to electric-indent-{,local-}-mode.
3923 (c-basic-common-init): Set electric-indent-inhibit.
3924 Initialise c-electric-flag from electric-indent-mode.
3925 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
3926 New hook functions which propagate electric-indent-mode to CC mode.
3927
3928 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
3929 hit, toggle electric-indent-local-mode.
3930
3931 * electric.el (electric-indent-mode-has-been-called):
3932 New variable.
3933
3934 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
3935
3936 * frameset.el (frameset-cfg-id): New function.
3937 (frameset--reuse-frame, frameset-restore): Use it.
3938 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
3939
3940 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3941
3942 * ido.el (ido-file-internal): Remove unused var `d'.
3943 Use \` for to match BoS. Fit within 80n columns.
3944
3945 2014-02-17 Daniel Colascione <dancol@dancol.org>
3946
3947 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
3948 dbus-call-method check for completion using a busy-wait loop with
3949 gradual backoff.
3950
3951 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
3952
3953 Sync with Tramp 2.2.9.
3954
3955 * net/trampver.el: Update release number.
3956
3957 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
3958
3959 * ido.el (ido-file-internal): Don't add the name of an existing
3960 directory twice. (Bug#16747)
3961
3962 2014-02-16 Glenn Morris <rgm@gnu.org>
3963
3964 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
3965 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
3966
3967 2014-02-15 Michael R. Mauger <michael@mauger.com>
3968
3969 * progmodes/sql.el: Version 3.4
3970 (sql-oracle-options): New default value ("-L").
3971 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
3972 (sql-placeholders-filter): Correct placeholder pattern.
3973 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
3974 (sql-login-delay): New variable.
3975 (sql-product-interactive): Use it.
3976
3977 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
3978
3979 * frameset.el (frameset--jump-to-register): Check that buffer is live
3980 (bug#16749).
3981
3982 2014-02-15 Glenn Morris <rgm@gnu.org>
3983
3984 * info.el (info-initialize): Revert 2014-01-10 change.
3985
3986 2014-02-14 Glenn Morris <rgm@gnu.org>
3987
3988 * replace.el (map-query-replace-regexp)
3989 (read-regexp-defaults-function, read-regexp): Doc fixes.
3990
3991 * dired.el (dired-read-regexp):
3992 * faces.el (list-faces-display):
3993 * misearch.el (multi-isearch-read-matching-buffers)
3994 (multi-isearch-read-matching-files):
3995 * play/cookie1.el (cookie-apropos):
3996 * progmodes/grep.el (grep-read-regexp): Doc fixes.
3997
3998 * textmodes/remember.el (remember): Use frameset-to-register
3999 rather than frame-configuration-to-register.
4000
4001 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
4002
4003 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
4004 incorrect keybinding.
4005
4006 2014-02-13 Daniel Colascione <dancol@dancol.org>
4007
4008 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
4009 when adding overlays so that line numbers from compiler match line
4010 numbers we use.
4011
4012 2014-02-13 Glenn Morris <rgm@gnu.org>
4013
4014 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
4015
4016 * jit-lock.el (jit-lock-mode): Doc fix.
4017
4018 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
4019
4020 * apropos.el (apropos-read-pattern): When the user passes an empty
4021 string, give a more helpful error message than "Wrong type
4022 argument: stringp, nil".
4023
4024 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
4025
4026 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
4027
4028 2014-02-13 Glenn Morris <rgm@gnu.org>
4029
4030 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
4031
4032 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
4033
4034 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
4035 shift-select commands.
4036
4037 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
4038
4039 * progmodes/js.el (js-indent-line): Don't widen.
4040 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
4041
4042 2014-02-12 Glenn Morris <rgm@gnu.org>
4043
4044 * icomplete.el (icomplete): Add info-link to defgroup.
4045 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
4046 (icomplete-minibuffer-map, icomplete-mode)
4047 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
4048
4049 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
4050 (package-menu-filter): Rename from package-menu-filter-interactive.
4051 Doc fix.
4052
4053 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
4054
4055 * frameset.el (frameset--jump-to-register): Select the required
4056 window and buffer before restoring position (bug#16696).
4057
4058 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
4059
4060 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
4061
4062 2014-02-10 Glenn Morris <rgm@gnu.org>
4063
4064 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
4065
4066 2014-02-10 Eli Zaretskii <eliz@gnu.org>
4067
4068 * w32-common-fns.el (x-get-selection): Doc fix.
4069 * select.el (x-get-selection): Doc fix. (Bug#15109)
4070
4071 * face-remap.el (face-remap-add-relative)
4072 (face-remap-remove-relative, face-remap-reset-base)
4073 (face-remap-set-base): Call force-mode-line-update to redisplay
4074 the current buffer due to potential change in faces. (Bug#16709)
4075
4076 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
4077
4078 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
4079 script more robustly.
4080
4081 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
4082
4083 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
4084
4085 * simple.el (choose-completion): Doc fix (bug#14160).
4086
4087 * subr.el (event-start): Say what a nil EVENT value means.
4088
4089 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
4090 (bug#14197).
4091
4092 * progmodes/grep.el (find-program): Doc fix (bug#14289).
4093
4094 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
4095
4096 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
4097
4098 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
4099 predicate function (bug#15455).
4100
4101 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
4102
4103 * ielm.el (inferior-emacs-lisp-mode): Instead of
4104 `comment-use-global-state', set `comment-use-syntax'.
4105
4106 2014-02-10 Glenn Morris <rgm@gnu.org>
4107
4108 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
4109
4110 2014-02-09 Alan Mackenzie <acm@muc.de>
4111
4112 Fix c-invalidate-state-cache on narrowed buffers.
4113 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
4114 Widen when setting and clearing the CPP delimiter properties.
4115
4116 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
4117
4118 * help.el (describe-bindings): Doc fix (bug#9888).
4119
4120 * files.el (save-buffer): Use ARG as the parameter name for
4121 consistency (bug#10346).
4122 (save-buffer): Clarify the 0 argument (bug#10346).
4123
4124 * cus-edit.el (customize-apropos): Fix error string.
4125 (custom-buffer-create): Doc fix (bug#11122).
4126 (custom-sort-items): Doc fix (bug#11121).
4127
4128 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
4129
4130 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
4131 (icomplete-simple-completing-p): Mention the previous variable.
4132
4133 * font-lock.el (font-lock-value-in-major-mode): Clarify the
4134 meaning of the parameter (bug#12282).
4135
4136 * files.el (find-file-noselect): Clarify prompt when changing
4137 readedness (bug#13261).
4138 (locate-file): Suffixes aren't returned, so don't say that they
4139 are (bug#12674).
4140 (backup-inhibited): Doc clarification (bug#12525).
4141
4142 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
4143 before we actually start to delete things (bug#16331).
4144
4145 * subr.el (event-start): Doc fix (bug#14228).
4146 (event-end): Ditto.
4147
4148 2014-02-09 Glenn Morris <rgm@gnu.org>
4149
4150 * emacs-lisp/warnings.el (lwarn):
4151 Empower help-enable-auto-load. (Bug#15940)
4152
4153 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
4154
4155 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
4156 (Bug#16690)
4157
4158 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
4159
4160 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4161 Insert output at end of buffer. (Bug#16120)
4162
4163 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
4164
4165 * simple.el (choose-completion-string-functions): Document new
4166 calling convention (bug#14153).
4167 (execute-extended-command): Clarify doc string (bug#13373).
4168
4169 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
4170
4171 * find-dired.el (find-name-dired): Doc fix (bug#14290).
4172 (find-grep-dired): Doc fix (bug#14288).
4173
4174 2014-02-08 Juri Linkov <juri@jurta.org>
4175
4176 * isearch.el (isearch-quote-char): Check character validity
4177 like in `quoted-insert' (bug#16677).
4178
4179 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
4180
4181 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
4182
4183 * isearch.el (isearch-hide-immediately): Doc clarification
4184 (bug#14723).
4185
4186 * simple.el (line-move): Document utility function used many
4187 places in the Emacs sources (bug#14843).
4188
4189 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
4190 (dired-prev-marked-file): Doc fix (bug#14855).
4191 (dired-up-directory): Doc fix (bug#14848).
4192
4193 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
4194
4195 * files.el (file-relative-name): Doc fix (bug#15159).
4196
4197 * fringe.el (fringe-styles): Doc fix (bug#15239).
4198
4199 * isearch.el (isearch-filter-predicate): Documentation typo fix
4200 (bug#15474).
4201
4202 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
4203
4204 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
4205
4206 * replace.el (replace-match-maybe-edit): Doc clarification
4207 (bug#15632).
4208
4209 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
4210
4211 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
4212
4213 2014-02-08 Glenn Morris <rgm@gnu.org>
4214
4215 * help-fns.el (describe-variable):
4216 Check {file,dir}-local-variables-alist, and buffer-file-name,
4217 in the correct buffer.
4218
4219 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
4220
4221 * help-fns.el (describe-variable): Fix the case where
4222 a value is directory-local with no dir-locals file. (Bug#16635)
4223
4224 2014-02-08 Glenn Morris <rgm@gnu.org>
4225
4226 * abbrev.el (edit-abbrevs-mode):
4227 Derive from fundamental-mode. (Bug#16682)
4228
4229 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
4230
4231 * simple.el (quoted-insert): Check character validity (bug#16677).
4232
4233 2014-02-07 Juri Linkov <juri@jurta.org>
4234
4235 * desktop.el (desktop-read): Claim the lock when the owner is not
4236 the current process. (Bug#16157)
4237
4238 2014-02-07 Juri Linkov <juri@jurta.org>
4239
4240 * desktop.el (desktop-buffers-not-to-save): Change default from nil
4241 to "\\` ". (Bug#16651)
4242
4243 2014-02-07 Juri Linkov <juri@jurta.org>
4244
4245 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
4246 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
4247 (desktop-auto-save-cancel-timer): New function with some code from
4248 `desktop-auto-save-set-timer'.
4249 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
4250 Instead of setting `desktop-save-mode' to nil, call
4251 `desktop-save-mode' with arg 0. (Bug#16630)
4252
4253 2014-02-07 Glenn Morris <rgm@gnu.org>
4254
4255 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
4256 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
4257 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
4258
4259 * obsolete/iswitchb.el: Move to obsolete/.
4260 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
4261 since obsolete/ is not scanned for autoloads.
4262 * emacs-lisp/authors.el (authors-valid-file-names):
4263 Add iswitchb.el.
4264
4265 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
4266 Disable now non-functional find-file-hook.
4267
4268 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
4269
4270 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
4271 instead of ";" in order to avoid additional prompts. Let heredoc
4272 scripts read from tty. (Bug#16582)
4273 (tramp-send-command): No special handling of heredocs, it isn't
4274 necessary anymore.
4275
4276 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
4277
4278 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
4279 with a space (bug#16664). Limit the symbols considered to the ones
4280 that are bound or fbound (bug#16646).
4281
4282 2014-02-06 Glenn Morris <rgm@gnu.org>
4283
4284 * epa.el (epa-mail-aliases): Doc fix.
4285
4286 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
4287
4288 * emacs-lisp/lisp.el (lisp-completion-at-point):
4289 Use `completion-table-merge' instead of `completion-table-in-turn'
4290 (bug#16604).
4291
4292 * minibuffer.el (completion-table-merge): New function.
4293
4294 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
4295
4296 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
4297 (tramp-sh-handle-set-file-acl)
4298 (tramp-sh-handle-start-file-process)
4299 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
4300 (tramp-find-executable, tramp-send-command): Use it.
4301
4302 2014-02-05 Glenn Morris <rgm@gnu.org>
4303
4304 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
4305
4306 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
4307
4308 * progmodes/python.el (python-shell-send-string)
4309 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
4310
4311 2014-02-04 Anders Lindgren <andlind@gmail.com>
4312
4313 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
4314 the names (bug#16620).
4315
4316 2014-02-03 Martin Rudalics <rudalics@gmx.at>
4317
4318 * faces.el (window-divider): New default value. Rewrite doc-string.
4319 (window-divider-first-pixel, window-divider-last-pixel): New faces.
4320
4321 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
4322
4323 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
4324 `protected' and `public' can also be called without arguments.
4325
4326 2014-02-03 Glenn Morris <rgm@gnu.org>
4327
4328 * register.el (window-configuration-to-register)
4329 (frame-configuration-to-register): Unadvertise unused argument.
4330 * frameset.el (frameset-to-register): Remove unused argument.
4331
4332 * frameset.el (frameset-to-register):
4333 * kmacro.el (kmacro-to-register):
4334 * register.el (increment-register):
4335 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
4336 (calc-append-to-register, calc-prepend-to-register):
4337 * play/gametree.el (gametree-layout-to-register)
4338 (gametree-apply-register-layout):
4339 * textmodes/picture.el (picture-clear-rectangle-to-register)
4340 (picture-yank-rectangle-from-register):
4341 * vc/emerge.el (emerge-combine-versions-register):
4342 Use register-read-with-preview to read registers.
4343
4344 2014-02-03 João Távora <joaotavora@gmail.com>
4345
4346 * elec-pair.el (electric-pair-backward-delete-char): Don't error
4347 when at beginning of (possibly narrowed) buffer.
4348
4349 2014-02-02 Daniel Colascione <dancol@dancol.org>
4350
4351 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
4352 Also try to display local help from just before point.
4353
4354 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
4355
4356 c-parse-state. Don't "append-lower-brace-pair" in certain
4357 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
4358 recognised as a comment.
4359
4360 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
4361 as well as normal comment starter.
4362 (c-parse-state-get-strategy): Extra return possibility
4363 'back-and-forward.
4364 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
4365 return value list to indicate replacement of a brace-pair cons
4366 with its car.
4367 (c-parse-state-1): With 'back-and-forward, only call
4368 c-append-lower-brace-pair-to state-cache when cons-separated.
4369
4370 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
4371
4372 * term/ns-win.el (ns-suspend-error): New function.
4373 (ns-initialize-window-system): Add ns-suspend-error to
4374 suspend-hook (Bug#16612).
4375
4376 2014-02-02 Daniel Colascione <dancol@dancol.org>
4377
4378 * progmodes/cc-defs.el (c-find-assignment-for-mode):
4379 Make loading cc-mode silent.
4380
4381 2014-02-02 Daniel Colascione <dancol@dancol.org>
4382
4383 * comint.el (comint-prompt-read-only): Change doc to suggest
4384 remap keybinding.
4385
4386 2014-02-02 Glenn Morris <rgm@gnu.org>
4387
4388 * register.el (register-read-with-preview, point-to-register)
4389 (window-configuration-to-register, frame-configuration-to-register)
4390 (jump-to-register, number-to-register, view-register, insert-register)
4391 (copy-to-register, append-to-register, prepend-to-register)
4392 (copy-rectangle-to-register): Doc fixes.
4393
4394 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4395
4396 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
4397 * emacs-lisp/find-func.el (find-function-C-source): Idem.
4398 * emacs-lisp/nadvice.el (advice--cd*r): New function.
4399 * help-fns.el (describe-function-1): Use it.
4400
4401 2014-02-02 Glenn Morris <rgm@gnu.org>
4402
4403 * register.el (register-preview-default): New function,
4404 split from register-preview.
4405 (register-preview-function): Rename from register-preview-functions,
4406 make it not a hook.
4407 (register-preview): Use register-preview-function.
4408 (register-read-with-preview): Error on non-character event. (Bug#16595)
4409
4410 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
4411
4412 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
4413 `:' before binary operators (bug#16609). Don't check for `:'
4414 before `[' and `(', or their syntax status. A percent literal
4415 can't end with either.
4416 (ruby-font-lock-keywords): For built-ins that require arguments,
4417 check that they're followed by something that looks like argument
4418 (bug#16610).
4419
4420 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
4421
4422 * subr.el (butlast): Document what an omitted N means (bug#13437).
4423 (nbutlast): Ditto.
4424
4425 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
4426
4427 * net/shr.el (shr-generic): Make into a defsubst to make the stack
4428 depth shallower (bug#16587).
4429 (shr-tag-svg): Respect `shr-inhibit-images'.
4430 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
4431
4432 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
4433
4434 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
4435 (ruby-smie-grammar): Make "." right-associative. Make its priority
4436 lower than the ternary and all binary operators.
4437 (ruby-smie-rules): Indent "(" relative to the first non-"."
4438 parent, or the first "." parent at indentation.
4439 Use `ruby-align-chained-calls' for indentation of "." tokens.
4440 (Bug#16593)
4441
4442 2014-01-31 Juri Linkov <juri@jurta.org>
4443
4444 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
4445 from `make-hash-table'.
4446
4447 * textmodes/ispell.el (ispell-init-process): Change message format
4448 to be consistent with other messages.
4449
4450 2014-01-31 Glenn Morris <rgm@gnu.org>
4451
4452 * delsel.el (delete-selection-mode): Doc fix.
4453
4454 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
4455 (trace-function-background): Doc fixes.
4456
4457 * ido.el (ido-use-virtual-buffers): Doc fix.
4458 Reset :version, since the default value has not changed.
4459
4460 * register.el (register-preview-delay, register-read-with-preview):
4461 Doc fixes.
4462
4463 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
4464 do not mess with mail-buffer position (fixes 2009-11-03 change).
4465 * progmodes/cc-mode.el (c-submit-bug-report):
4466 Check auto-fill-mode is bound. (Bug#16592)
4467
4468 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
4469
4470 * startup.el (fancy-splash-image-file): New function,
4471 split from fancy-splash-head.
4472 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
4473 so that we are both using the same image. (Bug#16574)
4474
4475 2014-01-30 Glenn Morris <rgm@gnu.org>
4476
4477 * simple.el (eval-expression): Doc fix.
4478
4479 * hexl.el (hexl-mode-hook):
4480 * ielm.el (ielm-mode-hook):
4481 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
4482 (lisp-interaction-mode-hook):
4483 * progmodes/cfengine.el (cfengine3-documentation-function):
4484 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
4485
4486 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4487
4488 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
4489 is a symbol (bug#16584).
4490
4491 2014-01-30 Glenn Morris <rgm@gnu.org>
4492
4493 * help.el (help-for-help-internal): Add "P" to text.
4494
4495 2014-01-29 Glenn Morris <rgm@gnu.org>
4496
4497 * simple.el (just-one-space, cycle-spacing): Doc fixes.
4498
4499 2014-01-28 Martin Rudalics <rudalics@gmx.at>
4500
4501 * window.el (fit-frame-to-buffer): Fix calculations for margins and
4502 height constraints.
4503
4504 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
4505
4506 * progmodes/hideif.el: Extend to full CPP expression syntax.
4507 (hif-token-alist): Add missing tokens.
4508 (hif-token-regexp): Add support for float/octal/hex immediates.
4509 (hif-string-literal-regexp): New const.
4510 (hif-tokenize): Recognize strings and float/octal/hex immediates.
4511 (hif-exprlist): New function.
4512 (hif-parse-if-exp): Use it.
4513 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
4514 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
4515 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
4516 (hif-logxor, hif-comma): New functions.
4517
4518 2014-01-28 Glenn Morris <rgm@gnu.org>
4519
4520 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
4521
4522 * indent.el (tab-stop-list): Doc fix. Add :version.
4523
4524 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
4525 (cvs-append-to-ignore): Add compatibility alias.
4526
4527 2014-01-27 Glenn Morris <rgm@gnu.org>
4528
4529 * dired.el (dired-hide-details-mode): Don't autoload it,
4530 since it cannot be used outside Dired buffers anyway.
4531
4532 * emulation/cua-base.el (cua-mode): Doc fix.
4533
4534 * dired.el (dired-hide-details-hide-symlink-targets)
4535 (dired-hide-details-hide-information-lines)
4536 (dired-hide-details-mode): Doc fixes.
4537
4538 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
4539 * strokes.el (strokes-file): Doc fix. Bump :version.
4540 (strokes-help): Doc fix.
4541 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
4542 * emulation/viper.el (viper): Doc fix for custom group.
4543 (top-level): Remove oh-so-no-longer-relevant text about vip.
4544 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
4545
4546 * ido.el (ido-save-directory-list-file):
4547 * saveplace.el (save-place-file):
4548 * calendar/timeclock.el (timeclock-file):
4549 * net/quickurl.el (quickurl-url-file):
4550 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
4551 * progmodes/idlwave.el (idlwave-config-directory):
4552 * textmodes/remember.el (remember-data-file):
4553 Bump :version.
4554
4555 2014-01-26 Glenn Morris <rgm@gnu.org>
4556
4557 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
4558 Doc fix. Make obsolete.
4559 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
4560
4561 * sort.el (delete-duplicate-lines): Doc fix.
4562
4563 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4564
4565 * progmodes/ada-mode.el (ada):
4566 * woman.el (woman): Link to info manual and Commentary section.
4567
4568 * progmodes/flymake.el (flymake):
4569 * nxml/nxml-mode.el (nxml):
4570 * net/eww.el (eww):
4571 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
4572 * htmlfontify.el (htmlfontify):
4573 * ses.el (ses):
4574 * epa.el (epa):
4575 * ido.el (ido): Link to info manual.
4576
4577 2014-01-25 Leo Liu <sdl.web@gmail.com>
4578
4579 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
4580
4581 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
4582
4583 * net/shr.el (shr-tag-img): Prefer the title over the alt text
4584 (bug#16537).
4585
4586 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
4587
4588 * net/eww.el (eww-download-callback):
4589 Fix reference to eww-download-directory.
4590
4591 * emacs-lisp/bytecomp.el (byte-compile-file):
4592 Remove unused local variable `file-name'.
4593
4594 2014-01-24 Glenn Morris <rgm@gnu.org>
4595
4596 * woman.el (woman-default-faces, woman-monochrome-faces):
4597 Fix obsolescence specification.
4598
4599 * subr.el (with-demoted-errors): Doc fix.
4600
4601 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
4602
4603 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
4604 (cl--macroexp-fboundp): New function.
4605 (cl--make-type-test): Use it.
4606
4607 2014-01-23 Glenn Morris <rgm@gnu.org>
4608
4609 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
4610 * simple.el (eval-expression): Doc fixes.
4611
4612 2014-01-22 Glenn Morris <rgm@gnu.org>
4613
4614 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
4615
4616 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
4617
4618 * emacs-lisp/package.el: Write files silently.
4619 (package-autoload-ensure-default-file, package--write-file-no-coding)
4620 (package-generate-description-file, package--download-one-archive)
4621 (package-install-from-archive): Tell `write-region' to stay quiet.
4622 (package-menu-mode, package-menu--print-info): Omit the Archive column
4623 if there's only one archive.
4624 (package-all-keywords, package--has-keyword-p): Remove dead code.
4625
4626 2014-01-22 Glenn Morris <rgm@gnu.org>
4627
4628 * version.el (emacs-bzr-version-bzr): Fix typo.
4629
4630 * version.el (emacs-repository-get-version):
4631 Check either .bzr or .git, but not both.
4632 Make the git case actually use the DIR argument, and return nil
4633 rather than the empty string.
4634 Avoid error if .git exists but the git executable is not found.
4635
4636 2014-01-22 Martin Rudalics <rudalics@gmx.at>
4637
4638 Fixes in window size functions around Bug#16430 and Bug#16470.
4639 * window.el (window-total-size, window-size): New argument ROUND.
4640 (window--min-delta-1, window-min-delta, window--max-delta-1):
4641 Be more conservative when calculating the numbers of lines or
4642 columns a window can shrink (Bug#16430).
4643 (fit-window-to-buffer): Simplify code.
4644 * term.el (term-window-width): Call window-body-width again.
4645
4646 2014-01-22 Glenn Morris <rgm@gnu.org>
4647
4648 * image.el (image-format-suffixes): Doc fix.
4649
4650 * international/quail.el (quail-define-package): Doc fix.
4651
4652 * emacs-lisp/authors.el (authors-valid-file-names)
4653 (authors-renamed-files-alist): Additions.
4654
4655 * vc/vc-git.el (vc-git-print-log): Remove --follow;
4656 reverts 2014-01-09 change. (Bug#16422)
4657
4658 * calc/calc-embed.el (thing-at-point-looking-at):
4659 * emacs-lisp/map-ynp.el (x-popup-dialog):
4660 * obsolete/lmenu.el (x-popup-dialog):
4661 * emacs-lisp/package.el (url-recreate-url):
4662 * mail/mailclient.el (clipboard-kill-ring-save):
4663 * subr.el (x-popup-dialog): Update declaration.
4664 * mail/rmail.el (rmail-mime-message-p):
4665 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
4666
4667 2014-01-21 Daniel Colascione <dancol@dancol.org>
4668
4669 * progmodes/sh-script.el (sh--inside-noncommand-expression):
4670 Correctly detect when we're inside an arithmetic expansion form
4671 containing nested parenthesis.
4672 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
4673 to detect cases where we shouldn't expand "<<" to a heredoc
4674 skeleton.
4675
4676 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
4677
4678 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
4679 (eldoc--message-command-p): New function.
4680 (eldoc-display-message-p): Use it.
4681 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
4682 message is not automatically erased for us.
4683 (eldoc-print-current-symbol-info): Erase previous message, if any.
4684
4685 2014-01-21 Tassilo Horn <tsdh@gnu.org>
4686
4687 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
4688 specify it's an interactive function.
4689
4690 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
4691 Fix regex used for scanning for citation keys which failed for
4692 citations with optional arguments.
4693
4694 2014-01-21 Leo Liu <sdl.web@gmail.com>
4695
4696 * simple.el (read--expression): Don't enable eldoc-mode.
4697
4698 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
4699
4700 * simple.el (move-beginning-of-line): Make sure we don't move forward
4701 (bug#16497).
4702
4703 2014-01-20 Juri Linkov <juri@jurta.org>
4704
4705 * saveplace.el (toggle-save-place, save-place-to-alist)
4706 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
4707 'dired-mode) before checking for dired-directory. (Bug#16477)
4708
4709 2014-01-20 Juri Linkov <juri@jurta.org>
4710
4711 * indent.el (indent-line-to): Use backward-to-indentation
4712 instead of back-to-indentation. (Bug#16461)
4713
4714 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
4715
4716 Revert some of the CANNOT_DUMP fix (Bug#16494).
4717 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
4718 but fixing this can wait until after the next release.
4719 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
4720
4721 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
4722
4723 * eshell/esh-mode.el (eshell-password-prompt-regexp):
4724 Use `password-word-equivalents'.
4725 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
4726 to t. (Bug#5664, Bug#13124)
4727
4728 2014-01-19 Alan Mackenzie <acm@muc.de>
4729
4730 Bind open-paren-in-column-0-is-defun-start to nil at some entry
4731 points.
4732 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
4733 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
4734 * progmodes/cc-mode.el (c-before-change, c-after-change)
4735 (c-font-lock-fontify-region): Bind it here.
4736
4737 2014-01-19 Martin Rudalics <rudalics@gmx.at>
4738
4739 * term.el (term-window-width): Call window-text-width instead of
4740 window-width (Bug#16470).
4741
4742 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
4743
4744 * simple.el (password-word-equivalents): Remove duplicates.
4745 Sort, to make this easier next time.
4746 Downcase. Omit ": " after "jelszó".
4747
4748 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
4749
4750 * term/common-win.el (saved-region-selection): Defvar it.
4751 (x-select-text): Set saved-region-selection (Bug#16382).
4752
4753 2014-01-18 Glenn Morris <rgm@gnu.org>
4754
4755 * emacs-lisp/authors.el (authors-aliases)
4756 (authors-renamed-files-alist): Add some entries.
4757
4758 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
4759
4760 * net/tramp.el (tramp-password-prompt-regexp):
4761 Use `password-word-equivalents' if available.
4762 (tramp-action-password, tramp-process-one-action)
4763 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
4764
4765 2014-01-17 Chong Yidong <cyd@gnu.org>
4766
4767 * simple.el (password-word-equivalents): New defcustom.
4768 * comint.el (comint-password-prompt-regexp): Use it. Bump version
4769 to 24.4.
4770 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
4771 to t. (Bug#13124)
4772
4773 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
4774
4775 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
4776 (ruby-align-to-stmt-keywords): Change the default value.
4777 Use `ruby-alignable-keywords' to generate the possible customization
4778 choices.
4779 (ruby-smie-rules): Instead of using a hardcoded list of alignable
4780 keywords, check against the value of `ruby-alignable-keywords'
4781 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
4782
4783 2014-01-17 Glenn Morris <rgm@gnu.org>
4784
4785 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
4786
4787 Make M-x authors return zero *Authors Errors* from current logs.
4788 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
4789 (authors-ignored-files): Add some entries, remove others.
4790 (authors-ambiguous-files, authors-valid-file-names):
4791 Add some entries.
4792 (authors-renamed-files-alist): Add, remove, and adjust entries.
4793 (authors-renamed-files-regexps): Add some entries.
4794 Remove some very broad ones. Make some entries `lax'.
4795 (authors-lax-changelogs): New constant.
4796 (authors-disambiguate-file-name): Treat top-level specially.
4797 (authors-lax-changelog-p): New function.
4798 (authors-canonical-file-name): Check file as written against
4799 authors-valid-file-names. Do not special-case etc/.
4800 Handle `lax' logs and authors-renamed-files-regexps elements.
4801
4802 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
4803
4804 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
4805 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
4806 callers.
4807
4808 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4809
4810 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
4811 Assume we're already in the proper buffer.
4812 Inspired by Anders Lindgren <andlind@gmail.com>.
4813 (follow-post-command-hook): Call it from the right buffer.
4814 (follow-comint-scroll-to-bottom): Adjust call.
4815 (follow-all-followers): Use get-buffer-window-list.
4816
4817 2014-01-15 Daniel Colascione <dancol@dancol.org>
4818
4819 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
4820 `buffer-file-name' in interactive-form so that we don't leave
4821 pathless file names in `file-name-history'.
4822
4823 2014-01-15 Juri Linkov <juri@jurta.org>
4824
4825 * indent.el (indent-rigidly): Set deactivate-mark to nil
4826 in transient indentation mode. (Bug#16438)
4827
4828 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
4829
4830 * emacs-lisp/package.el (package-desc-keywords): New function
4831 (Bug#16222).
4832 (describe-package-1, package-all-keywords)
4833 (package--has-keyword-p): Use it.
4834
4835 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
4836
4837 * simple.el (define-alternatives): When creating the
4838 COMMAND-alternatives variable, assign COMMAND as its definition
4839 name so that `describe-variable' can relocate it.
4840
4841 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
4842
4843 * font-lock.el (font-lock-keywords): Fix typo in docstring
4844 (bug#16307).
4845
4846 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4847
4848 * ispell.el (ispell-region): Reset `in-comment' for new line
4849 instead of wrongly reset `add-coment' (bug#13577).
4850
4851 2014-01-14 Daiki Ueno <ueno@gnu.org>
4852
4853 * epa-file.el (epa-file-write-region): Encode the region according
4854 to `buffer-file-format'. Problem reported at:
4855 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
4856
4857 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4858
4859 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
4860 so it applies in the right buffer (bug#16410).
4861
4862 2014-01-13 Daniel Colascione <dancol@dancol.org>
4863
4864 * textmodes/rst.el (rst-define-key): Provide deprecated
4865 keybindings through named functions instead of anonymous ones so
4866 that "??" doesn't appear in describe-mode output.
4867
4868 2014-01-13 Bastien Guerry <bzg@gnu.org>
4869
4870 * simple.el (define-alternatives): Call the selected command
4871 interactively. When setting `COMMAND--implementation' for the
4872 first time, tell the user how to chose another implementation.
4873 Enhance the docstring.
4874
4875 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4876
4877 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
4878 (log-edit--match-first-line): New function.
4879 (log-edit-font-lock-keywords): Use it.
4880 (log-edit-mode): Make jit-lock-defer-multiline work.
4881
4882 2014-01-13 Bastien Guerry <bzg@gnu.org>
4883
4884 * rect.el (rectangle-mark-mode): When the region is not active,
4885 display a message saying that the mark as been set and that
4886 rectangle mode is in use.
4887 (rectangle--highlight-for-redisplay): Only put an overlay with a
4888 visible vertical bar when (display-graphic-p) is non-nil.
4889 This partially fixes Bug#16403.
4890
4891 2014-01-13 Juri Linkov <juri@jurta.org>
4892
4893 * info.el (Info-find-file): Go to DIR before displaying the error
4894 about a nonexistent file if no previous Info file is visited.
4895 Use `user-error' instead of `error' for "Info file %s does not exist".
4896 (Info-find-node-2): In case of a nonexistent node in unwind forms
4897 go to the Top node if there is no previous node to revert to.
4898 (Bug#16405)
4899
4900 2014-01-13 Martin Rudalics <rudalics@gmx.at>
4901
4902 fit-frame/window-to-buffer code fixes including one for Bug#14096.
4903 * window.el (fit-frame-to-buffer): Fix doc-string.
4904 Respect window-min-height/-width. Fit pixelwise when
4905 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
4906 when avoiding that frame goes partially off-screen.
4907 (fit-window-to-buffer): Respect window-min-height/-width
4908 (Bug#14096).
4909
4910 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4911
4912 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
4913 after an empty line.
4914
4915 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
4916
4917 * net/shr.el (shr-render-region): Autoload.
4918
4919 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
4920
4921 * net/eww.el (eww-download-directory): Rename from
4922 `eww-download-path' (Bug#16419).
4923
4924 2014-01-12 Leo Liu <sdl.web@gmail.com>
4925
4926 * dired-x.el (dired-mode-map): Fix last change.
4927
4928 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
4929
4930 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
4931
4932 Spelling fixes.
4933 * emacs-lisp/generic.el (generic--normalize-comments):
4934 Rename from generic--normalise-comments. All uses changed.
4935 * play/bubbles.el (bubbles--neighborhood-score)
4936 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
4937 (bubbles--neighborhood-available)
4938 (bubbles--update-neighborhood-score):
4939 Rename from names with 'neighbourhood'. All uses changed.
4940
4941 2014-01-12 Leo Liu <sdl.web@gmail.com>
4942
4943 Re-implement the feature of showing eldoc info after editing.
4944 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
4945 (eldoc-edit-message-commands): New function.
4946 (eldoc-print-after-edit): New variable.
4947 (eldoc-pre-command-refresh-echo-area): Emit message only by
4948 eldoc-message-commands.
4949 (eldoc-mode): Restrict eldoc-message-commands to editing commands
4950 if eldoc-print-after-edit is set. (Bug#16346)
4951 * simple.el (read--expression): Enable eldoc-mode.
4952 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
4953
4954 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
4955 Eric S. Raymond <esr@thyrsus.com>
4956
4957 * version.el (emacs-repository-get-version): Enhance so the
4958 function works correctly in either a Bazaar or Git repo.
4959
4960 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
4961
4962 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
4963 Goes with removal of the joke manpages from /etc.
4964
4965 2014-01-10 Kenichi Handa <handa@gnu.org>
4966
4967 * mail/rmail.el (rmail-get-coding-system):
4968 Check rmail-get-coding-function before "funcall"ing it.
4969
4970 2014-01-10 Glenn Morris <rgm@gnu.org>
4971
4972 * emacs-lisp/authors.el (authors-fixed-entries):
4973 Update for files that no longer exist.
4974
4975 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
4976
4977 * version.el (emacs-bzr-get-version): Restore compatibilty with
4978 24.3 (Tested).
4979
4980 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
4981
4982 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
4983 and Podfile.
4984
4985 2014-01-10 Eli Zaretskii <eliz@gnu.org>
4986
4987 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
4988
4989 2014-01-10 Chong Yidong <cyd@gnu.org>
4990
4991 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
4992
4993 2014-01-10 Anders Lindgren <andlind@gmail.com>
4994
4995 * follow.el (follow-cache-command-list): Include right-char and
4996 left-char.
4997
4998 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
4999
5000 Spelling fixes.
5001 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
5002 * woman.el (woman-mark-horizontal-position):
5003 Rename from woman-mark-horizonal-position. Use changed.
5004
5005 2014-01-10 Glenn Morris <rgm@gnu.org>
5006
5007 * info.el (info-initialize): If running uninstalled, ensure our
5008 own info files are always found first, even if INFOPATH is set.
5009
5010 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
5011
5012 2014-01-09 David Engster <deng@randomsample.de>
5013
5014 * emacs-lisp/eieio-custom.el:
5015 * emacs-lisp/eieio-opt.el: Set generated autoload file to
5016 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
5017 * emacs-lisp/eieio.el: Regenerate autoloads.
5018
5019 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
5020
5021 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
5022 following renames. (Bug#8756)
5023
5024 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5025
5026 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
5027 (bug#16382).
5028 (activate-mark): Add `no-tmm' argument.
5029 (set-mark, push-mark-command): Use it instead of running
5030 activate-mark-hook by hand.
5031
5032 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
5033
5034 In preparation for the move to git, sanitize out some
5035 Bazaar-specific names.
5036
5037 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
5038
5039 * version.el (emacs-bzr-version): Name changed to
5040 emacs-repository-version. Obsolete-variable alias made.
5041 * loadup.el: Follow through on this name change.
5042 * mail/emacsbug.el (report-emacs-bug): Factor out any
5043 assumption about the version control system in use.
5044
5045 2014-01-08 David Engster <deng@randomsample.de>
5046
5047 * help-fns.el (help-fns-describe-function-functions):
5048 New variable to call functions for augmenting help buffers.
5049 (describe-function-1): Remove explicit calls to
5050 `help-fns--compiler-macro', `help-fns--parent-mode' and
5051 `help-fns--obsolete'. Put them in above new variable instead, and
5052 call them through `run-hook-with-args'.
5053 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
5054 `eieio-describe-class'. Not meant for interactive use anymore,
5055 but to augment existing help buffers. Remove optional second
5056 argument. Create proper button for file location.
5057 Rewrite function to use `insert' instead of `princ' and `prin1' where
5058 possible.
5059 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
5060 (eieio-method-def, eieio-class-def): Move further up.
5061 (describe-method, describe-generic, eieio-describe-method):
5062 Remove aliases.
5063 (eieio-help-constructor, eieio-help-generic): Rename from
5064 `eieio-describe-constructor' and `eieio-describe-generic', resp.
5065 Rewrite to use `insert' in the current buffer and use proper help
5066 buttons.
5067 (eieio-help-find-method-definition)
5068 (eieio-help-find-class-definition): Also accept symbols as
5069 arguments.
5070 (eieio-help-mode-augmentation-maybee): Remove.
5071 (eieio-describe-class-sb): Use `describe-function'.
5072 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
5073 Add `eieio-help-generic' and `eieio-help-constructor'.
5074
5075 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
5076
5077 Spelling fixes.
5078 * language/china-util.el (hz-ascii-designation):
5079 Rename from hz-ascii-designnation.
5080 (hz-ascii-designation): Rename from hz-ascii-designnation.
5081 All uses changed.
5082
5083 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
5084
5085 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
5086 package-alist.
5087
5088 2014-01-08 Bastien Guerry <bzg@gnu.org>
5089
5090 * emacs-lisp/package.el (package-delete):
5091 Correctly delete the package from package-alist.
5092
5093 2014-01-08 Daiki Ueno <ueno@gnu.org>
5094
5095 * emacs-lisp/package.el (url-recreate-url): Declare.
5096 (url-http-target-url): Declare.
5097 (package-handle-response): Include requested URL in the error message.
5098 (package--check-signature): Don't re-signal errors from
5099 package--with-work-buffer. Suggested by Stefan Monnier.
5100
5101 2014-01-07 Bastien Guerry <bzg@gnu.org>
5102
5103 * minibuffer.el (completion--try-word-completion): When both a
5104 hyphen and a space are possible candidates for the character
5105 following a word, display both candidates. (Bug#15980)
5106
5107 2014-01-07 Martin Rudalics <rudalics@gmx.at>
5108
5109 * window.el (balance-windows-2): While rounding don't give a
5110 window more than the remainder. Bug#16351, bug#16383.
5111
5112 2014-01-07 Glenn Morris <rgm@gnu.org>
5113
5114 * menu-bar.el (menu-bar-help-extra-packages): Remove.
5115 (menu-bar-help-menu): Use view-external-packages instead.
5116
5117 2014-01-07 Bastien Guerry <bzg@gnu.org>
5118
5119 * emacs-lisp/package.el (package-delete): Also delete the package
5120 name from `package-alist', not its description only.
5121
5122 2014-01-07 Glenn Morris <rgm@gnu.org>
5123
5124 * help.el (view-external-packages):
5125 * menu-bar.el (menu-bar-help-extra-packages):
5126 Visit efaq.info rather than etc/MORE.STUFF.
5127
5128 2014-01-07 Juri Linkov <juri@jurta.org>
5129
5130 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
5131 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
5132
5133 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
5134 that shadows RET. (Bug#16342)
5135
5136 2014-01-07 Chong Yidong <cyd@gnu.org>
5137
5138 * isearch.el (isearch-yank-char, isearch-yank-word)
5139 (isearch-yank-line): Doc fix.
5140
5141 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
5142
5143 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
5144 * emacs-lisp/elint.el (elint-find-builtins):
5145 * emacs-lisp/eldoc.el (eldoc-symbol-function):
5146 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
5147 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
5148 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5149 * apropos.el (apropos-safe-documentation):
5150 * subr.el (symbol-file): Remove redundant fboundp.
5151 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
5152
5153 2014-01-06 Bastien Guerry <bzg@gnu.org>
5154
5155 * hl-line.el (global-hl-line-overlay): Make a local variable.
5156 (global-hl-line-overlays): New variable to store all overlays.
5157 (global-hl-line-mode): Don't delete overlays from the current
5158 buffer when `global-hl-line-sticky-flag' is non-nil.
5159 (global-hl-line-highlight): Add new overlays to
5160 `global-hl-line-overlays'.
5161 (global-hl-line-unhighlight-all): New function to delete all
5162 overlays when turning off `global-hl-line-mode'.
5163 This fixes Bug#16183.
5164
5165 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
5166
5167 * subr.el (set-transient-map): Fix nested case and docstring.
5168
5169 2014-01-06 Tassilo Horn <tsdh@gnu.org>
5170
5171 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
5172 `Texinfo' entry.
5173
5174 2014-01-06 Daniel Colascione <dancol@dancol.org>
5175
5176 Fix defun navigation in vc log view.
5177
5178 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
5179 like `beginning-of-defun'.
5180 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
5181 log-view-end-of-defun to log-view-end-of-defun-1. Replace
5182 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
5183 (log-view-extract-comment): Call `log-view-current-entry' directly
5184 instead of relying on broken `log-view-beginning-of-defun' behavior.
5185
5186 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
5187
5188 Spelling fixes.
5189 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
5190 * emacs-lisp/debug.el (cancel-debug-on-entry):
5191 * epg.el (epg-error-to-string):
5192 * files.el (recover-file):
5193 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
5194 * mail/emacsbug.el (report-emacs-bug-hook):
5195 * mail/sendmail.el (mail-recover):
5196 * ses.el (ses-yank-resize):
5197 * term/ns-win.el (ns-print-buffer):
5198 Spelling fixes in diagnostics, mostly for "canceled" with one L.
5199 * epg.el (epg-key-capability-alist): Rename from misspelled version.
5200 All uses changed.
5201 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
5202
5203 2014-01-06 Leo Liu <sdl.web@gmail.com>
5204
5205 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
5206 to avoid shadowing global key. (Bug#16354)
5207
5208 2014-01-06 Daniel Colascione <dancol@dancol.org>
5209
5210 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
5211 rst-mode.
5212
5213 2014-01-05 Martin Rudalics <rudalics@gmx.at>
5214
5215 * window.el (balance-windows): Add mising t to fix Bug#16351.
5216
5217 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5218
5219 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
5220 (bug#16285).
5221 (shr-insert): If we have a word that's longer than `shr-width',
5222 break after it anyway. Otherwise we'll do no breaking once we get
5223 such a long word.
5224
5225 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5226
5227 * net/eww.el (eww): Support single/double quote for search.
5228 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
5229 (eww-history-quit): Delete and use quit-window.
5230 (eww-history-kill): Delete, because it doesn't work well and
5231 not necessary.
5232 (eww-history-mode-map): Delete some keys and add easy-menu.
5233
5234 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
5235
5236 Fix misspelling of 'chinese' in rx (Bug#16237).
5237 * emacs-lisp/rx.el (rx-categories): Correct spelling of
5238 chinese-two-byte.
5239
5240 Change subword regexps back to vars (Bug#16296).
5241 * progmodes/subword.el (subword-forward-regexp)
5242 (subword-backward-regexp): Change these back to variables.
5243
5244 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5245
5246 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
5247 syntax-begin-function (bug#16247).
5248
5249 2014-01-03 Chong Yidong <cyd@gnu.org>
5250
5251 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
5252 (advice--docstring): Delete variable.
5253 (advice--make-1): Leave the docstring empty.
5254 (advice-add): Use function-documentation for advised docstring.
5255
5256 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
5257 Ignore function-documentation property when getting documentation.
5258 (ad-activate-advised-definition): Use function-documentation
5259 generate the docstring.
5260 (ad-make-advised-definition): Don't call
5261 ad-make-advised-definition-docstring.
5262 (ad-make-advised-definition-docstring, ad-advised-definition-p):
5263 Delete functions.
5264
5265 * progmodes/sql.el (sql-help): Use function-documentation instead
5266 of dynamic-docstring-function property. No need to autoload now.
5267 (sql--help-docstring): New variable.
5268 (sql--make-help-docstring): Use it.
5269
5270 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5271
5272 * ielm.el (ielm-tab): Retarget.
5273 (ielm-map): Use ielm-tab for tab.
5274 (ielm-complete-filename): Use comint-filename-completion.
5275 (ielm-complete-symbol): Remove.
5276 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
5277 remove ielm-tab from completion-at-point-functions (bug#16224).
5278
5279 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
5280 Beware signals raised by predicates (bug#16201).
5281
5282 2014-01-02 Richard Stallman <rms@gnu.org>
5283
5284 * dired-aux.el (dired-do-print): Handle printer-name.
5285
5286 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
5287 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
5288 (rmail-epa-decrypt): Turn off mime processing.
5289
5290 * mail/rmail.el (rmail-make-in-reply-to-field):
5291 Add parens in message-id.
5292
5293 * mail/rmail.el (rmail-get-coding-function): Variable.
5294 (rmail-get-coding-system): Use it.
5295
5296 2013-12-31 Eli Zaretskii <eliz@gnu.org>
5297
5298 * international/mule-conf.el: Unify the charset indian-is13194.
5299 (indian-is13194): Specify unify-map.
5300
5301 2013-12-31 Leo Liu <sdl.web@gmail.com>
5302
5303 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
5304
5305 2013-12-30 Daniel Colascione <dancol@dancol.org>
5306
5307 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
5308 of printing a useless when we resume from sleep.
5309
5310 * progmodes/sh-script.el
5311 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
5312 in indentation code. (Bug#16233)
5313
5314 2013-12-28 João Távora <joaotavora@gmail.com>
5315
5316 * elec-pair.el (electric-pair-post-self-insert-function):
5317 Don't open extra newlines at beginning of buffer. (Bug#16272)
5318
5319 2013-12-28 Eli Zaretskii <eliz@gnu.org>
5320
5321 * frame.el (window-system-for-display): Don't allow to create a
5322 GUI frame from a -nw session on MS-Windows. (Bug#14739)
5323
5324 2013-12-28 Glenn Morris <rgm@gnu.org>
5325
5326 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
5327 Update callers.
5328
5329 * apropos.el (apropos-match-face):
5330 * calculator.el (calculator-displayer):
5331 * dabbrev.el (dabbrev-search-these-buffers-only):
5332 * face-remap.el (buffer-face-mode-face):
5333 * simple.el (yank-handled-properties):
5334 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
5335 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
5336 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
5337 (hashcash-double-spend-database):
5338 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
5339 (ruby-deep-indent-paren-style):
5340 * textmodes/flyspell.el (flyspell-auto-correct-binding):
5341 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
5342 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
5343 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
5344 Specify custom types.
5345
5346 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
5347 * bookmark.el (bookmark-bmenu-use-header-line):
5348 * doc-view.el (doc-view-scale-internally):
5349 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
5350 * register.el (register-preview-delay):
5351 * net/shr.el (shr-bullet):
5352 * progmodes/cfengine.el (cfengine-cf-promises)
5353 (cfengine-parameters-indent):
5354 * progmodes/octave.el (inferior-octave-error-regexp-alist):
5355 * textmodes/reftex-vars.el (reftex-label-regexps):
5356 * vc/log-edit.el (log-edit-setup-add-author): Add version.
5357
5358 * net/tls.el (tls-certtool-program): Fix default value.
5359
5360 * desktop.el (desktop-restore-in-current-display):
5361 * newcomment.el (comment-empty-lines):
5362 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
5363 (idlwave-pad-keyword):
5364 * progmodes/tcl.el (tcl-tab-always-indent):
5365 * textmodes/reftex-vars.el (reftex-index-default-tag):
5366 * elec-pair.el (electric-pair-skip-whitespace):
5367 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
5368
5369 * emacs-lisp/authors.el (authors-ignored-files)
5370 (authors-valid-file-names, authors-renamed-files-alist): Additions.
5371
5372 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
5373
5374 * shell.el (shell-dynamic-complete-command): Doc fix.
5375 (shell--command-completion-data): Shell completion now matches
5376 executable filenames from the current buffer's directory, on
5377 systems in which this behavior is the default (windows-nt, ms-dos).
5378
5379 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
5380
5381 * net/shr.el (shr-insert): Don't infloop if the width is zero.
5382
5383 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
5384
5385 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
5386 (bug#16251).
5387
5388 * electric.el: Move all electric-pair-* to elec-pair.el.
5389 * elec-pair.el: New file, split from electric.el.
5390
5391 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
5392
5393 * net/shr.el (shr-find-fill-point): Don't try to fill if the
5394 indentation level is larger than the width, because that will
5395 infloop.
5396 (shr-insert): Fill repeatedly long texts, so that Japanese is
5397 formatted correctly (bug#16263).
5398 (shr-find-fill-point): Off by one error in comparison with the
5399 indentation.
5400
5401 2013-12-26 João Távora <joaotavora@gmail.com>
5402
5403 * electric.el (electric-pair-mode): More flexible engine for skip-
5404 and inhibit predicates, new options for pairing-related functionality.
5405 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
5406 if that keeps or improves their balance in buffers.
5407 (electric-pair-delete-adjacent-pairs): Delete the pair when
5408 backspacing over adjacent matched delimiters.
5409 (electric-pair-open-extra-newline): Open extra newline when
5410 inserting newlines between adjacent matched delimiters.
5411 (electric--sort-post-self-insertion-hook):
5412 Sort post-self-insert-hook according to priority values when
5413 minor-modes are activated.
5414 * simple.el (newline-and-indent): Call newline with interactive
5415 set to t.
5416 (blink-paren-post-self-insert-function): Set priority to 100.
5417 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5418 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
5419 comments. Locally set electric-pair-skip-whitespace to 'chomp and
5420 electric-pair-open-newline-between-pairs to nil.
5421
5422 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
5423
5424 * progmodes/python.el: Use lexical-binding.
5425 (python-nav-beginning-of-defun): Stop searching ASAP.
5426
5427 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
5428
5429 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
5430 Fix interactive spec. Doc fix. (Bug#15754)
5431
5432 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
5433
5434 * emacs-lisp/byte-run.el (eval-when-compile):
5435 * progmodes/cc-defs.el (cc-eval-when-compile):
5436 Fix edebug spec (bug#16184).
5437
5438 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
5439
5440 * net/shr.el (shr-visit-file): Remove debugging function.
5441 (shr-insert): Don't infloop if we can't find a good place to break
5442 the line (bug#16256).
5443
5444 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
5445
5446 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
5447 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
5448 python-nav-lisp-forward-sexp-safe.
5449 (python-nav--forward-sexp): New argument SAFE allows switching
5450 forward sexp movement behavior for parens.
5451 (python-nav-forward-sexp): Throw errors on unterminated parens
5452 (Bug#16191).
5453 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
5454 (python-nav-backward-sexp-safe): New functions.
5455 (python-shell-buffer-substring):
5456 Use `python-nav-forward-sexp-safe'.
5457
5458 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
5459
5460 * net/shr.el (shr-find-fill-point): Don't break lines before a
5461 quotation mark.
5462 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
5463 (shr-find-fill-point): Remove the special checks for the quotation
5464 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
5465
5466 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5467
5468 * net/eww.el (eww-form-textarea): Use a different face for
5469 textareas than text input since they have different keymaps
5470 (bug#16142).
5471
5472 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
5473
5474 * progmodes/python.el (python-nav-beginning-of-statement):
5475 Speed up (Bug#15295).
5476
5477 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
5478
5479 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
5480 the window configuration.
5481
5482 2013-12-24 Eli Zaretskii <eliz@gnu.org>
5483
5484 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
5485 we run on MS-Windows or MS-DOS.
5486
5487 2013-12-24 Martin Rudalics <rudalics@gmx.at>
5488
5489 * window.el (balance-windows-area): Call window-size instead of
5490 window-height and window-width. Bug#16241.
5491
5492 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
5493
5494 * net/eww.el (eww-bookmark-quit): Remove.
5495 (eww-bookmark-browse): Restore the window configuration when you
5496 choose a bookmark (bug#16144).
5497
5498 2013-12-24 Daniel Colascione <dancol@dancol.org>
5499
5500 * icomplete.el: Remove redundant :group arguments to `defcustom'
5501 throughout.
5502 (icomplete-show-matches-on-no-input): New customizable variable.
5503 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
5504 we have something to show.
5505 (icomplete-exhibit): Compute completions even if we have no user input.
5506
5507 2013-12-23 Daniel Colascione <dancol@dancol.org>
5508
5509 * icomplete.el: Move `provide' to end of file.
5510
5511 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
5512
5513 * net/gnutls.el (gnutls-verify-error): Add version tag.
5514
5515 2013-12-23 Chong Yidong <cyd@gnu.org>
5516
5517 * subr.el (set-transient-map): Rename from
5518 set-temporary-overlay-map. Doc fix.
5519
5520 * face-remap.el (text-scale-adjust):
5521 * indent.el (indent-rigidly):
5522 * kmacro.el (kmacro-call-macro):
5523 * minibuffer.el (minibuffer-force-complete):
5524 * repeat.el (repeat):
5525 * simple.el (universal-argument--mode):
5526 * calendar/todo-mode.el (todo-insert-item--next-param):
5527 * progmodes/f90.el (f90-abbrev-start): Callers changed.
5528
5529 * indent.el (indent-rigidly): Use substitute-command-keys.
5530
5531 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5532
5533 * net/eww.el (eww-tag-select): Add text-property to jump to next
5534 select field.
5535 (eww): Add non-supported ftp error.
5536
5537 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5538
5539 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
5540 comments. Handle electric indent after typing `?' and `!'.
5541
5542 2013-12-22 Chong Yidong <cyd@gnu.org>
5543
5544 * faces.el (face-spec-recalc): If the theme specs are not
5545 applicable to a frame, fall back on the defface spec.
5546 This prevents themes from obliterating faces on low-color terminals.
5547
5548 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5549
5550 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
5551 after `{'. We need it after block openers, and it doesn't seem
5552 to hurt after hash openers.
5553
5554 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5555
5556 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
5557 extracted from `ruby-smie-rules'.
5558 (ruby--electric-indent-chars): New variable.
5559 (ruby--electric-indent-p): New function.
5560 (ruby-mode): Use `electric-indent-functions' instead of
5561 `electric-indent-chars'.
5562
5563 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5564
5565 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
5566 docstring.
5567 (ruby-smie-rules): Indent plus one level after `=>'.
5568
5569 2013-12-21 Richard Stallman <rms@gnu.org>
5570
5571 * simple.el (newline): Doc fix.
5572
5573 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5574
5575 * net/eww.el (eww-list-histories, eww-list-histories)
5576 (eww-history-browse, eww-history-quit, eww-history-kill)
5577 (eww-history-mode-map, eww-history-mode): New command and
5578 functions to list browser histories.
5579 (eww-form-text): Support text form with disabled
5580 and readonly attributes.
5581 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
5582
5583 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5584
5585 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
5586 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
5587 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
5588 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
5589 Use `user-error'.
5590 (eww-bookmark-mode-map): Add menu.
5591 (eww-render, eww-mode): Use `setq-local'.
5592 (eww-tool-bar-map): New variable.
5593 (eww-mode): Set `tool-bar-map'.
5594 (eww-view-source): Check for `html-mode' with `fboundp'.
5595
5596 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5597
5598 * net/shr.el (shr--extract-best-source): Don't bug out on audio
5599 elements with text inside. Also remove debugging.
5600
5601 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
5602
5603 * cus-start.el (all): Add ns-use-srgb-colorspace.
5604
5605 2013-12-21 Chong Yidong <cyd@gnu.org>
5606
5607 * custom.el (custom-theme-recalc-face): Do nothing if the face is
5608 undefined. Thus, theme settings for undefined faces do not take
5609 effect until the faces are defined with defface, the same as with
5610 theme variables.
5611
5612 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
5613 (face-spec-reset-face): Don't assign extra properties in temacs.
5614 (face-spec-recalc): Apply X resources too.
5615
5616 2013-12-21 Chong Yidong <cyd@gnu.org>
5617
5618 * faces.el (face-spec-set):
5619 * cus-face.el (custom-theme-set-faces, custom-set-faces):
5620 * custom.el (defface): Doc fixes (Bug#16203).
5621
5622 * indent.el (indent-rigidly-map): Add docstring, and move commands
5623 into named functions.
5624 (indent-rigidly-left, indent-rigidly-right)
5625 (indent-rigidly-left-to-tab-stop)
5626 (indent-rigidly-right-to-tab-stop): New functions. Decide on
5627 indentation direction based on bidi direction, and accumulate
5628 sequential commands in a single undo boundary.
5629 (indent-rigidly--pop-undo): New utility function.
5630
5631 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
5632
5633 * faces.el (read-face-name): Require crm.el when using crm-separator.
5634
5635 2013-12-20 Daniel Colascione <dancol@dancol.org>
5636
5637 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
5638 so that we don't reflow comments into the shebang line.
5639
5640 2013-12-20 Juri Linkov <juri@jurta.org>
5641
5642 * saveplace.el (save-place-to-alist): Add `dired-filename' as
5643 a position when `dired-directory' is non-nil. Check integer
5644 positions with `integerp'.
5645 (toggle-save-place, save-places-to-alist): Add check for
5646 `dired-directory'.
5647 (save-place-find-file-hook): Check integer positions with
5648 `integerp'.
5649 (save-place-dired-hook): Use `dired-goto-file' when
5650 `dired-filename' is found in the assoc list. Check integer
5651 positions with `integerp'.
5652 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
5653
5654 * dired.el (dired-initial-position-hook): Rename back from
5655 `dired-initial-point-hook'.
5656 (dired-initial-position): Rename `dired-initial-point-hook' to
5657 `dired-initial-position-hook'.
5658 (dired-file-name-at-point): Doc fix. (Bug#15329)
5659
5660 2013-12-20 Juri Linkov <juri@jurta.org>
5661
5662 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
5663 (read-regexp-suggestions): New function.
5664 (read-regexp): Use `read-regexp-defaults-function' to get default values.
5665 Use `read-regexp-suggestions'. Add non-empty default to history
5666 for empty input.
5667 (occur-read-regexp-defaults-function): Remove function.
5668 (occur-read-primary-args): Use `regexp-history-last' instead of
5669 `occur-read-regexp-defaults-function'.
5670
5671 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
5672 (hi-lock-line-face-buffer, hi-lock-face-buffer)
5673 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
5674 `hi-lock-read-regexp-defaults-function'. Doc fix.
5675 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
5676 with `find-tag-default-as-symbol-regexp'. Doc fix.
5677 (hi-lock-read-regexp-defaults): Remove function.
5678 (hi-lock-regexp-okay): Add check for null.
5679
5680 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
5681 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
5682
5683 * subr.el (find-tag-default-as-symbol-regexp): New function.
5684 (find-tag-default-as-regexp): Move symbol regexp formatting to
5685 `find-tag-default-as-symbol-regexp'.
5686
5687 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
5688
5689 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
5690 (Bug#14179)
5691
5692 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
5693
5694 * calendar/todo-mode.el: New implementation of item insertion
5695 commands and key bindings.
5696 (todo-key-prompt): New face.
5697 (todo-insert-item): New command.
5698 (todo-insert-item--parameters): New defconst, replacing defvar
5699 todo-insertion-commands-args-genlist.
5700 (todo-insert-item--param-key-alist): New defconst, replacing
5701 defvar todo-insertion-commands-arg-key-list.
5702 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
5703 (todo-insert-item--argsleft, todo-insert-item--apply-args)
5704 (todo-insert-item--next-param): New functions.
5705 (todo-insert-item--args, todo-insert-item--argleft)
5706 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
5707 New variables.
5708 (todo-key-bindings-t): Change binding of "i" from
5709 todo-insertion-map to todo-insert-item.
5710 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
5711 (todo-insertion-command-name, todo-insertion-commands-names)
5712 (todo-define-insertion-command, todo-insertion-commands)
5713 (todo-insertion-key-bindings, todo-insertion-map): Remove.
5714
5715 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
5716
5717 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
5718 (todo-toggle-item-highlighting): Use eval-and-compile instead of
5719 eval-when-compile.
5720 (todo-move-category): Allow choosing a non-existing todo file to
5721 move the category to, and create that file.
5722 (todo-default-priority): New user option.
5723 (todo-set-item-priority): Use it.
5724 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
5725 (desktop-restore-file-buffer): Declare.
5726 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
5727 (todo-modes-set-2): Locally set desktop-save-buffer to
5728 todo-desktop-save-buffer.
5729 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
5730 (auto-mode-alist): Add autoload cookie.
5731
5732 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
5733
5734 * emacs-lisp/subr-x.el: Renamed from helpers.el.
5735 helpers.el was a poor choice of name.
5736 (string-remove-prefix): New function.
5737 (string-remove-suffix): New function.
5738
5739 2013-12-20 Martin Rudalics <rudalics@gmx.at>
5740
5741 Fix assignment for new window total sizes.
5742 * window.el (window--pixel-to-size): Remove function.
5743 (window--pixel-to-total-1, window--pixel-to-total):
5744 Fix calculation of new total sizes.
5745
5746 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
5747
5748 * comint.el (comint-output-filter): Fix rear-nonsticky property
5749 placement (Bug#16010).
5750
5751 2013-12-20 Chong Yidong <cyd@gnu.org>
5752
5753 * faces.el (read-color): Minor fix for completion function.
5754
5755 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
5756
5757 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
5758 New option. (Bug#16182)
5759 (ruby-smie--indent-to-stmt-p): Use it.
5760 (ruby-smie-rules): Revert the logic in the handling of `when'.
5761 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
5762 (ruby-deep-arglist, ruby-deep-indent-paren)
5763 (ruby-deep-indent-paren-style): Update docstrings to note that the
5764 vars don't have any effect with SMIE.
5765
5766 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
5767
5768 * calc/calc.el (calc-enter, calc-pop): Use the variable
5769 `calc-context-sensitive-enter'.
5770
5771 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5772
5773 * net/shr.el (shr-insert): Protect against infloops in degenerate
5774 tables.
5775
5776 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5777
5778 * progmodes/octave.el (octave): Add link to manual and octave
5779 homepage.
5780 (octave-mode-menu): Link to octave-mode manual.
5781
5782 2013-12-20 Leo Liu <sdl.web@gmail.com>
5783
5784 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
5785 insertion using skeleton-end-newline. (Bug#16138)
5786
5787 2013-12-20 Juri Linkov <juri@jurta.org>
5788
5789 * replace.el (occur-engine): Use `add-face-text-property'
5790 to add the face property to matches and titles. (Bug#14645)
5791
5792 * hi-lock.el (hi-green): Use lighter color "light green" closer to
5793 the palette of other hi-lock colors.
5794 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
5795
5796 2013-12-19 Juri Linkov <juri@jurta.org>
5797
5798 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
5799 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
5800 (minibuffer-history-symbol): Move variable declaration closer to
5801 its usage.
5802
5803 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
5804 (Bug#14785)
5805
5806 2013-12-19 Juri Linkov <juri@jurta.org>
5807
5808 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
5809 New function.
5810 (log-edit-hook): Add it to :options. (Bug#16170)
5811
5812 2013-12-19 Juri Linkov <juri@jurta.org>
5813
5814 * simple.el (eval-expression-print-format): Don't check for
5815 command names and the last command. Always display additional
5816 formats of the integer result in the echo area, and insert them
5817 to the current buffer only with a zero prefix arg.
5818 Display character when char-displayable-p is non-nil.
5819 (eval-expression): With a zero prefix arg, set `print-length' and
5820 `print-level' to nil, and insert the integer values from
5821 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
5822
5823 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
5824 `eval-last-sexp-arg-internal'. Doc fix.
5825 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
5826 `eval-last-sexp-print-value'. Doc fix.
5827 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
5828 Set `print-length' and `print-level' to nil when arg is zero.
5829 (eval-last-sexp): Doc fix.
5830 (eval-defun-2): Print the integer values from
5831 `eval-expression-print-format' at the end.
5832
5833 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
5834 values from `eval-expression-print-format' at the end.
5835
5836 * ielm.el (ielm-eval-input): Print the integer
5837 values from `eval-expression-print-format' at the end.
5838
5839 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
5840
5841 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
5842 2013-12-11T19:01:44Z!tzz@lifelogs.com.
5843
5844 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
5845
5846 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
5847 (hl-line-highlight, global-hl-line-highlight): Use it.
5848 (hl-line-overlay): Use defvar-local.
5849
5850 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
5851
5852 * term/ns-win.el: Require dnd.
5853 (global-map): Remove drag items.
5854 (ns-insert-text, ns-set-foreground-at-mouse)
5855 (ns-set-background-at-mouse):
5856 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
5857 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
5858 New functions.
5859
5860 2013-12-19 Glenn Morris <rgm@gnu.org>
5861
5862 * emacs-lisp/ert.el (ert-select-tests):
5863 Fix string/symbol mixup. (Bug#16121)
5864
5865 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
5866
5867 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
5868 keywords to their parent.
5869
5870 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
5871
5872 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
5873 first arg to be a string (fixed dead code), or an operator symbol.
5874 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
5875 operator symbols.
5876 (ruby-smie-rules): Remove parent token check in the `.' clause, it
5877 did nothing. Don't respond to `(:after ".")', it will be called
5878 with :before anyway. Remove the ` @ ' rule, it didn't seem to
5879 change anything. Only return indentation for binary operators
5880 when they are hanging. De-dent opening paren when its parent is
5881 `.', otherwise it looks bad when the dot is not at bol or eol
5882 (bug#16182).
5883
5884 2013-12-19 Juri Linkov <juri@jurta.org>
5885
5886 * replace.el (query-replace-read-args): Split a non-negative arg
5887 and a negative arg into separate elements.
5888 (query-replace, query-replace-regexp, replace-string)
5889 (replace-regexp): Add arg `backward'. Doc fix.
5890 (replace-match-maybe-edit): When new arg `backward' is non-nil,
5891 move point to the beginning of the match.
5892 (replace-search, replace-highlight): Use new arg `backward'
5893 to set the value of `isearch-forward'.
5894 (perform-replace): Add arg `backward' and use it to perform
5895 replacement backward. (Bug#14979)
5896
5897 * isearch.el (isearch-query-replace): Use a negative prefix arg
5898 to call `perform-replace' with a non-nil arg `backward'.
5899
5900 2013-12-18 Juri Linkov <juri@jurta.org>
5901
5902 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
5903 to the default list. Move `log-edit-show-files' to the end.
5904 Add more available functions to options.
5905 (log-edit): Move default specific settings to
5906 `log-edit-insert-message-template'. Don't move point.
5907 (log-edit-insert-message-template): New function.
5908 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
5909 (Bug#16170)
5910
5911 2013-12-18 Juri Linkov <juri@jurta.org>
5912
5913 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
5914 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
5915
5916 2013-12-18 Leo Liu <sdl.web@gmail.com>
5917
5918 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
5919 (Bug#16186)
5920
5921 2013-12-18 Eli Zaretskii <eliz@gnu.org>
5922
5923 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
5924 formats for displaying file sizes when the -s switch is given.
5925 Instead, compute a separate format for displaying the size in
5926 blocks, which is displayed in addition to the "regular" size.
5927 When -h is given in addition to -s, produce size in blocks in
5928 human-readable form as well. (Bug#16179)
5929
5930 2013-12-18 Tassilo Horn <tsdh@gnu.org>
5931
5932 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
5933 Reference tables with ~\ref{...} instead of only \ref{...}.
5934
5935 2013-12-18 Chong Yidong <cyd@gnu.org>
5936
5937 * cus-edit.el (custom-magic-alist): Fix "themed" description
5938 (Bug#14348).
5939
5940 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
5941 is non-nil, do not create a new entry in the symbol's theme-value
5942 or theme-face property; update theme-settings only (Bug#14664).
5943 (custom-available-themes): Doc fix.
5944
5945 * cus-theme.el (custom-new-theme-mode-map): Add bindings
5946 (Bug#15674).
5947
5948 * replace.el (occur-engine): Avoid infloop (Bug#7593).
5949
5950 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
5951
5952 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
5953 (Bug#13914).
5954
5955 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5956
5957 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
5958
5959 2013-12-18 Glenn Morris <rgm@gnu.org>
5960
5961 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
5962 * cus-start.el (load-prefer-newer): New option.
5963
5964 2013-12-18 Le Wang <l26wang@gmail.com>
5965
5966 * comint.el (comint-previous-matching-input-from-input):
5967 Retain point (Bug#13404).
5968
5969 2013-12-18 Chong Yidong <cyd@gnu.org>
5970
5971 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
5972
5973 2013-12-18 Glenn Morris <rgm@gnu.org>
5974
5975 * mail/emacsbug.el (report-emacs-bug):
5976 Only mention enable-multibyte-characters if non-standard.
5977
5978 2013-12-17 Juri Linkov <juri@jurta.org>
5979
5980 * arc-mode.el (archive-extract-by-file): Check if directory exists
5981 before deletion to not show irrelevant errors if it doesn't exist.
5982
5983 2013-12-17 Juri Linkov <juri@jurta.org>
5984
5985 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
5986 (Bug#14751)
5987
5988 * net/eww.el (browse-web): Add alias to `eww'.
5989 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
5990 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
5991
5992 * net/browse-url.el (browse-url-browser-function): Move `eww'
5993 closer to similar functions.
5994
5995 * startup.el (fancy-startup-screen, fancy-about-screen):
5996 Set browse-url-browser-function to eww-browse-url locally.
5997 (Bug#14751)
5998
5999 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
6000
6001 * window.el (window--pixel-to-total): Remove unused `mini' var.
6002 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
6003 (split-window): Remove unused `new' var.
6004 (window--display-buffer): Remove unused `frame' and `delta' vars.
6005 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
6006 and display-width'.
6007
6008 2013-12-17 Martin Rudalics <rudalics@gmx.at>
6009
6010 * dired.el (dired-mark-pop-up):
6011 * register.el (register-preview): Don't bind
6012 split-height-threshold here since it's now done in
6013 display-buffer-below-selected.
6014
6015 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
6016
6017 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
6018 xterm-rgb-convert-to-16bit.
6019 (rxvt-register-default-colors): Standardize with
6020 xterm-register-default-colors (Bug#14078).
6021
6022 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
6023
6024 * simple.el (kill-region): Pass mark first, then point, so that
6025 kill-append works right (Bug#12819).
6026 (copy-region-as-kill, kill-ring-save): Likewise.
6027
6028 2013-12-17 Leo Liu <sdl.web@gmail.com>
6029
6030 * net/rcirc.el (rcirc-add-face):
6031 * eshell/em-prompt.el (eshell-emit-prompt):
6032 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
6033 (Bug#16167)
6034
6035 2013-12-17 Chong Yidong <cyd@gnu.org>
6036
6037 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
6038 Suggested by Xue Fuqiao.
6039
6040 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
6041
6042 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
6043
6044 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
6045
6046 * net/shr.el (shr-insert-document): Remove unused var
6047 `shr-preliminary-table-render'.
6048 (shr-rescale-image): Remove unused arg `force'.
6049 (shr-put-image): Update calls accordingly.
6050 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
6051
6052 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
6053
6054 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
6055 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
6056 :close-all, to see which indentation method to use (Bug#16116).
6057 (smie-rules-function): Document the method :close-all.
6058
6059 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6060
6061 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
6062
6063 * net/eww.el (eww-display-html): If we can't find the anchor we're
6064 looking for, then go to point-min.
6065
6066 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
6067
6068 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
6069 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
6070 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
6071 Expand dir too, in case it's relative.
6072
6073 2013-12-16 Juri Linkov <juri@jurta.org>
6074
6075 * desktop.el (desktop-auto-save-timeout): Change default to
6076 `auto-save-timeout'. Doc fix.
6077 (desktop-save): Skip the timestamp in desktop-saved-frameset
6078 when checking for auto-save changes.
6079 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
6080 `desktop-auto-save' is called repeatedly by the idle timer.
6081 (desktop-auto-save-set-timer): Replace `run-with-timer' with
6082 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
6083 (Bug#15331)
6084
6085 2013-12-16 Juri Linkov <juri@jurta.org>
6086
6087 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
6088 (Bug#16035)
6089 (isearch-pre-command-hook): Check `this-command' for symbolp.
6090
6091 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
6092
6093 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
6094
6095 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
6096
6097 * progmodes/cfengine.el (cfengine3--current-word): Remove.
6098 (cfengine3--current-function): Bring in the current-function
6099 functionality from `cfengine3--current-word'.
6100 (cfengine3-completion-function): Bring in the
6101 bounds-of-current-word functionality from
6102 `cfengine3--current-word'.
6103
6104 2013-12-16 Martin Rudalics <rudalics@gmx.at>
6105
6106 * window.el (display-buffer-below-selected):
6107 Bind split-height-threshold to 0 as suggested by Juri Linkov.
6108
6109 2013-12-16 Leo Liu <sdl.web@gmail.com>
6110
6111 * progmodes/compile.el (compile-goto-error): Do not push-mark.
6112 Remove NOMSG arg and all uses changed.
6113
6114 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
6115
6116 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
6117 (cua--deactivate-rectangle): Don't deactivate the mark.
6118 (cua-set-rectangle-mark): Don't set mark-active since
6119 cua--activate-rectangle already does it for us.
6120 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
6121 non-rectangular region.
6122
6123 * emulation/cua-base.el (cua-repeat-replace-region):
6124 Use with-current-buffer.
6125
6126 * net/gnutls.el: Use cl-lib.
6127 (gnutls-negotiate): `mapcan' -> cl-mapcan.
6128
6129 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
6130
6131 * emacs-lisp/package.el (package-built-in-p): Support both
6132 built-in and the package.el converted package descriptions.
6133 (package-show-package-list): Allow keywords.
6134 (package-keyword-button-action): Use it instead of
6135 `finder-list-matches'.
6136 (package-menu-filter-interactive): Interactive filtering (by
6137 keyword) function.
6138 (package-menu--generate): Support keywords and change keymappings
6139 and headers when they are given.
6140 (package--has-keyword-p): Helper function.
6141 (package-menu--refresh): Use it.
6142 (package--mapc): Helper function.
6143 (package-all-keywords): Use it.
6144 (package-menu-mode-map): Set up menu items and keybindings to
6145 provide a filtering UI.
6146
6147 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
6148
6149 * net/gnutls.el (gnutls-verify-error): New defcustom to control
6150 the behavior when a certificate fails validation. Defaults to
6151 old behavior: never abort, just warn.
6152 (gnutls-negotiate): Use it.
6153
6154 2013-12-14 Martin Rudalics <rudalics@gmx.at>
6155
6156 * window.el (display-buffer-below-selected): Never split window
6157 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
6158
6159 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
6160
6161 * emacs-lisp/package.el (package--prepare-dependencies): New function.
6162 (package-buffer-info): Use it (bug#15108).
6163
6164 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
6165
6166 * icomplete.el (icomplete-completions): Make sure the prefix is already
6167 displayed elsewhere before hiding it (bug#16219).
6168
6169 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
6170
6171 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
6172 open-paren tokens when preceded by a open-paren, too.
6173 (ruby-smie-rules): Handle virtual indentation after open-paren
6174 tokens specially. If there is code between it and eol, return the
6175 column where is starts (Bug#16118).
6176
6177 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
6178
6179 * progmodes/cfengine.el: Fix `add-hook' doc.
6180 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
6181 (cfengine3--current-word): Fix parameters.
6182 (cfengine3-make-syntax-cache): Simplify further.
6183 (cfengine3-completion-function, cfengine3--current-function):
6184 Use `assq' for symbols.
6185 (cfengine3--current-function): Fix `cfengine3--current-word' call.
6186
6187 2013-12-13 Glenn Morris <rgm@gnu.org>
6188
6189 * loadup.el (load-path): Warn if site-load or site-init changes it.
6190 No more need to reset it when bootstrapping.
6191
6192 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
6193
6194 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
6195 locations for cf-promises.
6196 (cfengine-mode-syntax-functions-regex): New caching variable.
6197 (cfengine3-fallback-syntax): Fallback syntax for cases where
6198 cf-promises doesn't run.
6199 (cfengine3--current-word): Reimplement using
6200 `cfengine-mode-syntax-functions-regex'.
6201 (cfengine3-completion-function, cfengine3--current-function):
6202 Use `cfengine3-make-syntax-cache' directly.
6203 (cfengine3-clear-syntax-cache): New function.
6204 (cfengine3-make-syntax-cache): Simplify and create
6205 `cfengine-mode-syntax-functions-regex' on demand.
6206 (cfengine3-format-function-docstring): Don't call
6207 `cfengine3-make-syntax-cache' explicitly.
6208
6209 2013-12-13 Martin Rudalics <rudalics@gmx.at>
6210
6211 Fix windmove-find-other-window broken after pixelwise resizing
6212 (Bug#16017).
6213 * windmove.el (windmove-other-window-loc): Revert change from
6214 2013-12-04.
6215 (windmove-find-other-window): Call window-in-direction.
6216 * window.el (window-in-direction): New arguments SIGN, WRAP and
6217 MINI to emulate original windmove-find-other-window behavior.
6218
6219 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
6220
6221 * simple.el (blink-matching--overlay): New variable.
6222 (blink-matching-open): Instead of moving point, highlight the
6223 matching paren with an overlay
6224 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
6225
6226 * faces.el (paren-showing-faces, show-paren-match)
6227 (show-paren-mismatch): Move from paren.el.
6228
6229 2013-12-13 Leo Liu <sdl.web@gmail.com>
6230
6231 * indent.el (indent-region): Disable progress reporter in
6232 minibuffer. (Bug#16108)
6233
6234 * bindings.el (visual-order-cursor-movement): Fix version.
6235
6236 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
6237
6238 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
6239 Also match after beginning of line.
6240 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
6241 files. Thanks to Russell Sim. (Bug#15378)
6242
6243 2013-12-13 Juri Linkov <juri@jurta.org>
6244
6245 * simple.el <Keypad support>: Remove key bindings duplicated
6246 with bindings.el. (Bug#14397)
6247
6248 2013-12-13 Juri Linkov <juri@jurta.org>
6249
6250 * comint.el (comint-mode-map): Replace `delete-char' with
6251 `delete-forward-char'. (Bug#16109)
6252
6253 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
6254
6255 * progmodes/python.el (python-indent-calculate-indentation):
6256 Fix de-denters cornercase. (Bug#15731)
6257
6258 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6259
6260 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
6261 (advice--make): Pay attention to `depth'.
6262 (advice--make-1): Don't autoload commands eagerly.
6263 * emacs-lisp/elp.el (elp-instrument-function):
6264 * emacs-lisp/trace.el (trace-function-internal):
6265 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
6266
6267 * iswitchb.el (iswitchb-mode): Don't belittle ido.
6268
6269 2013-12-12 Eli Zaretskii <eliz@gnu.org>
6270
6271 * term/w32-win.el (w32-handle-dropped-file):
6272 * startup.el (normal-top-level):
6273 * net/browse-url.el (browse-url-file-url):
6274 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
6275 decode file names using 'utf-8' rather than
6276 file-name-coding-system.
6277
6278 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
6279
6280 * progmodes/python.el (python-indent-context)
6281 (python-indent-calculate-indentation): Fix auto-identation
6282 behavior for comment blocks. (Bug#15916)
6283
6284 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6285
6286 * progmodes/python.el (python-indent-calculate-indentation):
6287 When determining indentation, don't treat "return", "pass", etc., as
6288 operators when they are just string constituents. (Bug#15812)
6289
6290 2013-12-12 Juri Linkov <juri@jurta.org>
6291
6292 * uniquify.el (uniquify-buffer-name-style): Change default to
6293 `post-forward-angle-brackets'.
6294
6295 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
6296 `uniquify'. Change default to `post-forward-angle-brackets'.
6297
6298 2013-12-11 Glenn Morris <rgm@gnu.org>
6299
6300 * emacs-lisp/package.el (finder-list-matches):
6301 Autoload rather than falsely declaring.
6302
6303 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
6304
6305 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
6306 (eww-mode-map): Use them.
6307
6308 2013-12-11 Martin Rudalics <rudalics@gmx.at>
6309
6310 * window.el (display-buffer-in-side-window): Fix doc-string
6311 (Bug#16115).
6312
6313 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
6314
6315 * vc/vc-git.el: Silence byte-compiler warnings.
6316 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
6317 (log-edit-set-header): Declare.
6318
6319 2013-12-11 Eli Zaretskii <eliz@gnu.org>
6320
6321 * Makefile.in (custom-deps, finder-data): Run output file names
6322 through unmsys--file-name. (Bug#16099)
6323
6324 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
6325
6326 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
6327 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
6328
6329 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
6330 instead of deleting the selection "by hand" (bug#16098).
6331 Rely on insert-for-yank to yank rectangles.
6332 (cua-highlight-region-shift-only): Mark obsolete.
6333 (cua-mode): Don't enable/disable transient-mark-mode,
6334 shift-select-mode (cua-mode works both with and without them), and
6335 pc-selection-mode (obsolete).
6336 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
6337 (cua--deactivate-rectangle): Deactivate it.
6338
6339 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
6340 (delete-selection-helper): Make sure yank starts at the top of the
6341 deleted region.
6342 (minibuffer-keyboard-quit): Use region-active-p.
6343
6344 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
6345
6346 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
6347 to `delete' (bug#16109).
6348
6349 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6350
6351 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
6352 info manual and show keybindings and set `:group' keyword.
6353
6354 2013-12-11 Juri Linkov <juri@jurta.org>
6355
6356 * delsel.el (delete-active-region): Let-bind `this-command'
6357 to prevent `kill-region' from changing its original value.
6358 (delete-selection-helper): Handle `overwrite-mode' for the type
6359 `kill' exactly the same way as for the type `t'.
6360 (insert-char, quoted-insert, reindent-then-newline-and-indent):
6361 Support more commands. (Bug#13312)
6362
6363 2013-12-11 Juri Linkov <juri@jurta.org>
6364
6365 * bindings.el: Map kp keys to non-kp keys systematically
6366 with basic modifiers control, meta and shift. (Bug#14397)
6367
6368 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
6369
6370 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
6371 "Close browser" menu items. Fix wrong function of "List
6372 bookmarks".
6373
6374 2013-12-11 Juri Linkov <juri@jurta.org>
6375
6376 * misearch.el (multi-isearch-buffers): Set the value of
6377 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
6378 arg of isearch-forward to t.
6379 (multi-isearch-buffers-regexp): Set the value of
6380 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
6381 arg of isearch-forward-regexp to t.
6382 (multi-isearch-files): Set the value of
6383 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
6384 arg of isearch-forward to t.
6385 (multi-isearch-files-regexp): Set the value of
6386 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
6387 arg of isearch-forward-regexp to t. (Bug#16035)
6388
6389 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
6390 arg of isearch-forward to t.
6391 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
6392 arg of isearch-forward-regexp to t.
6393 (dired-isearch-filter-filenames): Remove unnecessary check for
6394 `dired-isearch-filenames'.
6395
6396 * comint.el (comint-history-isearch-backward):
6397 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
6398 (comint-history-isearch-backward-regexp):
6399 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
6400
6401 2013-12-10 Eli Zaretskii <eliz@gnu.org>
6402
6403 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
6404 unmsys--file-name. (Bug#16099)
6405
6406 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
6407
6408 * emacs-lisp/package.el (package-keyword-button-action):
6409 Remove finder.el require dependency.
6410
6411 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
6412
6413 * emacs-lisp/package.el: Require finder.el.
6414 (describe-package-1): Add keyword buttons.
6415 (package-make-button): New convenience function.
6416 (package-keyword-button-action): Keyword button action using
6417 `finder-list-matches'.
6418
6419 2013-12-09 Eli Zaretskii <eliz@gnu.org>
6420
6421 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
6422 last commit.
6423
6424 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
6425
6426 * autorevert.el (auto-revert-notify-add-watch): Do not handle
6427 symlinked files.
6428
6429 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
6430
6431 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
6432 after the end of a percent literal.
6433
6434 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
6435
6436 * progmodes/ruby-mode.el (ruby-forward-string): Document.
6437 Handle caret-delimited strings (Bug#16079).
6438
6439 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
6440
6441 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
6442 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
6443 `ruby-parse-partial' (Bug#16078).
6444
6445 2013-12-09 Leo Liu <sdl.web@gmail.com>
6446
6447 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
6448
6449 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
6450
6451 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
6452 (js-switch-indent-offset): New option.
6453 (js--proper-indentation): Use it. And handle the case when
6454 "default" is actually a key in an object literal.
6455 (js--same-line): New function.
6456 (js--multi-line-declaration-indentation): Use it.
6457 (js--indent-in-array-comp, js--array-comp-indentation):
6458 New functions.
6459 (js--proper-indentation): Use them, to handle array comprehension
6460 continuations.
6461
6462 2013-12-08 Leo Liu <sdl.web@gmail.com>
6463
6464 * progmodes/flymake.el (flymake-highlight-line): Re-write.
6465 (flymake-make-overlay): Remove arg MOUSE-FACE.
6466 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
6467
6468 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6469
6470 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
6471 New function.
6472 (redisplay-highlight-region-function): Use it.
6473
6474 * emulation/cua-base.el (cua--explicit-region-start)
6475 (cua--last-region-shifted): Remove.
6476 (cua--deactivate): Use deactivate-mark.
6477 (cua--pre-command-handler-1): Don't handle shift-selection.
6478 (cua--post-command-handler-1): Don't change transient-mark-mode.
6479 (cua--select-keymaps): Use region-active-p rather than
6480 cua--explicit-region-start or cua--last-region-shifted.
6481 (cua-mode): Enable shift-select-mode.
6482
6483 2013-12-08 Leo Liu <sdl.web@gmail.com>
6484
6485 * progmodes/flymake.el (flymake-popup-current-error-menu):
6486 Rename from flymake-display-err-menu-for-current-line. Reimplement.
6487 (flymake-posn-at-point-as-event, flymake-popup-menu)
6488 (flymake-make-emacs-menu): Remove. (Bug#16077)
6489
6490 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6491
6492 * rect.el (rectangle-mark-mode): Activate mark even if
6493 transient-mark-mode is off (bug#16066).
6494 (rectangle--highlight-for-redisplay): Fix boundary condition when point
6495 is > mark and at bolp.
6496
6497 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
6498 (region-extract-function): Use it.
6499 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
6500 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
6501 Delete functions.
6502 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
6503 kill-ring-save, kill-region, delete-char, delete-forward-char.
6504 Ignore self-insert-iso.
6505
6506 * emulation/cua-gmrk.el (cua--init-global-mark):
6507 Ignore `self-insert-iso'.
6508
6509 * emulation/cua-base.el (cua--prefix-copy-handler)
6510 (cua--prefix-cut-handler): Rely on region-extract-function rather than
6511 checking cua--rectangle.
6512 (cua-delete-region): Use region-extract-function.
6513 (cua-replace-region): Delete function.
6514 (cua-copy-region, cua-cut-region): Obey region-extract-function.
6515 (cua--pre-command-handler-1): Don't do the delete-selection thing.
6516 (cua--self-insert-char-p): Ignore `self-insert-iso'.
6517 (cua--init-keymaps): Don't remap delete-selection commands.
6518 (cua-mode): Use delete-selection-mode instead of rolling our own
6519 (bug#16085).
6520
6521 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
6522 Obey region-extract-function.
6523
6524 Make registers and delete-selection-mode work on rectangles.
6525 * register.el (describe-register-1): Don't modify the register's value.
6526 (copy-to-register): Obey region-extract-function.
6527 * delsel.el (delete-active-region): Obey region-extract-function.
6528
6529 2013-12-08 Leo Liu <sdl.web@gmail.com>
6530
6531 * progmodes/flymake.el (flymake, flymake-error-bitmap)
6532 (flymake-warning-bitmap, flymake-fringe-indicator-position)
6533 (flymake-compilation-prevents-syntax-check)
6534 (flymake-start-syntax-check-on-newline)
6535 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
6536 (flymake-start-syntax-check-on-find-file, flymake-log-level)
6537 (flymake-xml-program, flymake-master-file-dirs)
6538 (flymake-master-file-count-limit)
6539 (flymake-allowed-file-name-masks): Relocate.
6540 (flymake-makehash, flymake-float-time)
6541 (flymake-replace-regexp-in-string, flymake-split-string)
6542 (flymake-get-temp-dir): Remove.
6543 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
6544 (flymake-current-row, flymake-selected-frame)
6545 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
6546 related functions. (Bug#16077)
6547
6548 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
6549
6550 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
6551
6552 2013-12-07 Tassilo Horn <tsdh@gnu.org>
6553
6554 * help-fns.el (describe-function-1): Use new advice-* functions
6555 rather than old ad-* functions. Fix function type description and
6556 source links for advised functions and subrs.
6557
6558 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6559
6560 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
6561
6562 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
6563
6564 * progmodes/compile.el (compilation-start):
6565 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
6566
6567 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
6568 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
6569
6570 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
6571
6572 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
6573 Touch up the last change.
6574
6575 2013-12-06 Leo Liu <sdl.web@gmail.com>
6576
6577 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
6578 (inferior-octave-startup): Always use "octave> " for prompt.
6579 (octave-goto-function-definition)
6580 (octave-sync-function-file-names)
6581 (octave-find-definition-default-filename): Remove redundant backquotes.
6582
6583 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
6584
6585 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
6586 syntax for `?'.
6587 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
6588 where appropriate already.
6589 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
6590 end of method names (Bug#15874).
6591
6592 2013-12-06 Juri Linkov <juri@jurta.org>
6593
6594 * isearch.el (isearch--saved-overriding-local-map):
6595 New internal variable.
6596 (isearch-mode): Set it to the initial value of
6597 `overriding-terminal-local-map'.
6598 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
6599 with `isearch--saved-overriding-local-map'. (Bug#16035)
6600
6601 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
6602
6603 * progmodes/octave.el (inferior-octave-completion-table):
6604 Turn back into function, use `completion-table-with-cache'
6605 (Bug#11906). Update all references.
6606
6607 * minibuffer.el (completion-table-with-cache): New function.
6608
6609 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
6610
6611 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
6612
6613 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
6614
6615 * net/eww.el (eww-current-source): New variable to store page
6616 source.
6617 (eww-display-html, eww-mode, eww-save-history)
6618 (eww-restore-history): Use it.
6619 (eww-view-source): New command to view page source.
6620 Opportunistically uses `html-mode' to highlight the buffer.
6621 (eww-mode-map): Install it.
6622
6623 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
6624
6625 * net/dbus.el (dbus-unregister-service)
6626 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
6627 Fix docstring.
6628 (dbus-unregister-service): Skip :serial entries in
6629 `dbus-registered-objects-table'.
6630 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
6631
6632 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
6633
6634 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
6635 around keywords with extra `split-string' argument.
6636
6637 2013-12-04 Martin Rudalics <rudalics@gmx.at>
6638
6639 * windmove.el (windmove-other-window-loc): Handle navigation
6640 between windows (excluding the minibuffer window - Bug#16017).
6641
6642 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
6643
6644 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
6645 in D-Bus type syntax.
6646 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
6647 preserve unibyte strings. (Bug#16048)
6648
6649 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6650
6651 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
6652 Call force-mode-line-update is the proper buffer (bug#16042).
6653
6654 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
6655
6656 * vc/log-edit.el (log-edit-add-new-comment): Rename to
6657 `log-edit-remember-comment', make argument optional. Adjust all
6658 callers.
6659 (log-edit-mode): Add `log-edit-remember-comment' to
6660 `kill-buffer-hook' locally.
6661 (log-edit-kill-buffer): Don't remember comment explicitly since
6662 the buffer is killed anyway.
6663
6664 2013-12-04 Juri Linkov <juri@jurta.org>
6665
6666 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
6667 add-hook and remove-hook for multi-buffer search. (Bug#16035)
6668
6669 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
6670
6671 * notifications.el (notifications-close-notification): Call the
6672 D-Bus method with ID being a `:uint32'. (Bug#16030)
6673
6674 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6675
6676 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
6677
6678 2013-12-03 Juri Linkov <juri@jurta.org>
6679
6680 * progmodes/compile.el (compilation-start): Rename window alist
6681 entry `no-display-ok' to `allow-no-window'.
6682
6683 * simple.el (shell-command): Add window alist entry
6684 `allow-no-window' to `display-buffer'.
6685 (async-shell-command): Doc fix.
6686
6687 * window.el (display-buffer-no-window): New action function.
6688 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
6689
6690 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6691
6692 * vc/log-edit.el (log-edit-set-header): Extract from
6693 `log-edit-toggle-header'.
6694 (log-edit-extract-headers): Separate the summary, when extracted
6695 from header, from the rest of the message with an empty line.
6696
6697 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
6698 line, if present, to the Summary header.
6699
6700 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6701
6702 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
6703 in current-buffer (bug#16029).
6704
6705 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
6706
6707 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
6708 (debugger-mode-map): Bind it.
6709 (debugger--backtrace-base): New function.
6710 (debugger-eval-expression): Use it.
6711 (debugger-frame-number): Skip local vars when present.
6712 (debugger--locals-visible-p, debugger--insert-locals)
6713 (debugger--show-locals, debugger--hide-locals): New functions.
6714
6715 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
6716
6717 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
6718 "LC_ALL".
6719 (tramp-get-remote-locale): New defun.
6720 (tramp-open-connection-setup-interactive-shell): Use it.
6721
6722 2013-12-02 Leo Liu <sdl.web@gmail.com>
6723
6724 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
6725
6726 * progmodes/sh-script.el (sh-shell-process):
6727 * progmodes/octave.el (inferior-octave-process-live-p):
6728 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
6729 (gdb-inferior-io-sentinel):
6730 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
6731
6732 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6733
6734 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
6735 `save-selected-window' to `log-edit-hide-buf'. This makes
6736 `log-edit-show-files' idempotent.
6737 (log-edit-show-files): Mark the new window as dedicated.
6738
6739 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6740
6741 * vc/log-edit.el (log-edit-mode-map): Add binding for
6742 `log-edit-kill-biffer'.
6743 (log-edit-hide-buf): Add a FIXME comment.
6744 (log-edit-add-new-comment): New function, extracted from
6745 `log-edit-done'.
6746 (log-edit-done, log-edit-add-to-changelog): Use it.
6747 (log-edit-kill-buffer): New command.
6748
6749 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6750
6751 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
6752 instead of killing the buffer.
6753
6754 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6755
6756 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
6757
6758 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6759
6760 * net/eww.el (eww-form-checkbox-selected-symbol)
6761 (eww-form-checkbox-symbol): New customizable variable.
6762 (eww-form-checkbox, eww-toggle-checkbox):
6763 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
6764
6765 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
6766 (shr--get-media-pref, shr--extract-best-source): New function.
6767 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
6768 no :src tag was specified.
6769
6770 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
6771 (eww-render): Handle `eww-use-external-browser-for-content-type'.
6772 Use \\` to match beginning of string instead of ^.
6773 (eww-browse-with-external-browser): Provide optional URL parameter.
6774 (eww-render): Set `eww-current-title' back to "".
6775
6776 * net/shr.el (shr-tag-video): Display content for video if no
6777 poster is available.
6778 (shr-tag-audio): Add support for <audio> tag.
6779
6780 * net/eww.el (eww-text-input-types): New const.
6781 (eww-process-text-input): Treat input types in
6782 `eww-text-input-types' as text.
6783
6784 * net/shr.el (shr-tag-table): Fix comment typo.
6785
6786 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6787
6788 * net/eww.el (eww-follow-link): New command to avoid reloading
6789 pages when we follow #target links (bug#15243).
6790 (eww-quit): Special mode buffers shouldn't query before exiting.
6791
6792 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
6793
6794 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
6795 forms.
6796
6797 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6798
6799 * net/eww.el (eww-restore-history): Update the window title after
6800 moving in the history.
6801 (eww-current-dom): New variable used to save the current DOM.
6802
6803 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
6804
6805 * vc/log-edit.el (log-edit-mode-map): Add binding for
6806 `log-edit-beginning-of-line'.
6807 (log-edit-setup-add-author): New user option.
6808 (log-edit-beginning-of-line): New command.
6809 (log-edit): Move major mode call above the contents setup so that
6810 the local variable values are already applied.
6811 (log-edit): Only insert "Author: " when
6812 `log-edit-setup-add-author' is non-nil.
6813 (log-edit): When SETUP is non-nil, position point after ": "
6814 instead of point-min.
6815
6816 2013-12-01 Glenn Morris <rgm@gnu.org>
6817
6818 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
6819
6820 2013-11-30 Eli Zaretskii <eliz@gnu.org>
6821
6822 * startup.el (fancy-splash-frame): On MS-Windows, trigger
6823 redisplay to make sure the initial frame gets a chance to become
6824 visible. (Bug#16014)
6825
6826 2013-11-30 Martin Rudalics <rudalics@gmx.at>
6827
6828 Support resizing frames and windows pixelwise.
6829 * cus-start.el (frame-resize-pixelwise)
6830 (window-resize-pixelwise): New entries.
6831 * emacs-lisp/debug.el (debug): Use window-total-height instead
6832 of window-total-size.
6833 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
6834 * help.el (describe-bindings-internal): Use help-buffer as
6835 argument for with-help-window.
6836 (temp-buffer-max-width): New option.
6837 (resize-temp-buffer-window, help-window-setup)
6838 (with-help-window): Rewrite.
6839 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
6840 dragging dividers.
6841 * window.el (frame-char-size, window-min-pixel-height)
6842 (window-safe-min-pixel-height, window-safe-min-pixel-width)
6843 (window-min-pixel-width, window-safe-min-pixel-size)
6844 (window-combination-p, window-safe-min-size)
6845 (window-resizable-p, window--size-to-pixel)
6846 (window--pixel-to-size, window--resize-apply-p): New functions.
6847 (window-safe-min-height): Fix doc-string.
6848 (window-size, window-min-size, window--min-size-1)
6849 (window-sizable, window-sizable-p, window--min-delta-1)
6850 (window-min-delta, window--max-delta-1, window-max-delta)
6851 (window--resizable, window--resizable-p, window-resizable)
6852 (window-full-height-p, window-full-width-p, window-at-side-p)
6853 (window--in-direction-2, window-in-direction)
6854 (window--resize-reset-1, window--resize-mini-window)
6855 (window-resize, window-resize-no-error)
6856 (window--resize-child-windows-normal)
6857 (window--resize-child-windows, window--resize-siblings)
6858 (window--resize-this-window, window--resize-root-window)
6859 (window--resize-root-window-vertically)
6860 (adjust-window-trailing-edge, enlarge-window, shrink-window)
6861 (maximize-window, minimize-window, delete-window)
6862 (quit-restore-window, window-split-min-size, split-window)
6863 (balance-windows-2, balance-windows)
6864 (balance-windows-area-adjust, balance-windows-area)
6865 (window--state-get-1, window-state-get, window--state-put-1)
6866 (window--state-put-2, window-state-put)
6867 (display-buffer-record-window, window--display-buffer):
6868 Make functions handle pixelwise sizing of windows.
6869 (display-buffer--action-function-custom-type)
6870 (display-buffer-fallback-action):
6871 Add display-buffer-in-previous-window.
6872 (display-buffer-use-some-window): Resize window to height it had
6873 before.
6874 (fit-window-to-buffer-horizontally): New option.
6875 (fit-frame-to-buffer): Describe new values.
6876 (fit-frame-to-buffer-bottom-margin): Replace with
6877 fit-frame-to-buffer-margins.
6878 (window--sanitize-margin): New function.
6879 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
6880 using window-text-pixel-size.
6881
6882 2013-11-30 Glenn Morris <rgm@gnu.org>
6883
6884 * emacs-lisp/bytecomp.el (byte-compile-form):
6885 Make the `interactive-only' warning like the `obsolete' one.
6886 * comint.el (comint-run):
6887 * files.el (insert-file-literally, insert-file):
6888 * replace.el (replace-string, replace-regexp):
6889 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
6890 (goto-line, insert-buffer, next-line, previous-line):
6891 Tweak `interactive-only' spec.
6892
6893 Stop keeping (most) generated cedet grammar files in the repository.
6894 * Makefile.in (semantic): New.
6895 (compile-main): Depend on semantic.
6896
6897 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6898
6899 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
6900 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
6901
6902 * uniquify.el (uniquify-buffer-name-style): Change default.
6903
6904 * loadup.el: Preload "uniquify".
6905
6906 * time.el (display-time-update): Update all mode lines (bug#15999).
6907
6908 * electric.el (electric-indent-mode): Enable by default.
6909 * loadup.el: Preload "electric".
6910
6911 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
6912
6913 * emacs-lisp/helpers.el (string-empty-p): New function.
6914 (string-blank-p): New function.
6915
6916 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
6917
6918 * imenu.el (imenu--index-alist): Add missing dot to the docstring
6919 (Bug#14029).
6920
6921 2013-11-29 Andreas Politz <politza@fh-trier.de>
6922 * imenu.el (imenu--subalist-p): Don't error on non-conses and
6923 allow non-lambda lists as functions.
6924 (imenu--in-alist): Don't recurse into non-subalists.
6925 (imenu): Don't pass function itself as an argument (Bug#14029).
6926
6927 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6928
6929 * progmodes/python.el (python-mode-map): Remove binding for ":".
6930 (python-indent-electric-colon): Remove command.
6931 (python-indent-post-self-insert-function): Integrate the previous code
6932 of python-indent-electric-colon. Make it conditional on
6933 electric-indent-mode.
6934 (python-mode): Add ?: to electric-indent-chars.
6935 Move python-indent-post-self-insert-function to the end of
6936 post-self-insert-hook.
6937
6938 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6939
6940 * doc-view.el (doc-view-goto-page): Update mode-line.
6941
6942 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
6943
6944 2013-11-27 Glenn Morris <rgm@gnu.org>
6945
6946 * international/charprop.el, international/uni-bidi.el:
6947 * international/uni-category.el, international/uni-combining.el:
6948 * international/uni-comment.el, international/uni-decimal.el:
6949 * international/uni-decomposition.el, international/uni-digit.el:
6950 * international/uni-lowercase.el, international/uni-mirrored.el:
6951 * international/uni-name.el, international/uni-numeric.el:
6952 * international/uni-old-name.el, international/uni-titlecase.el:
6953 * international/uni-uppercase.el:
6954 Remove generated files from VCS repository.
6955
6956 2013-11-27 Eli Zaretskii <eliz@gnu.org>
6957
6958 * filenotify.el (file-notify-add-watch): Don't special-case
6959 w32notify when computing the directory to watch.
6960
6961 2013-11-27 Glenn Morris <rgm@gnu.org>
6962
6963 Make bootstrap without generated uni-*.el files possible again.
6964 * loadup.el: Update command-line-args checking for unidata-gen.
6965 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
6966 * composite.el, international/characters.el:
6967 Handle unicode tables being undefined.
6968
6969 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
6970 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
6971 (compile-main): Depend on leim rule.
6972 (leim): New rule.
6973 * loadup.el: Move leim-list.el to leim/ subdirectory.
6974 * startup.el (normal-top-level): No more leim directory.
6975 * international/ja-dic-cnv.el (skkdic-convert):
6976 Disable version-control and autoloads in output files.
6977 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
6978 Disable version-control and autoloads in output files.
6979 * leim/quail: Move here from ../leim.
6980 * leim/quail/hangul.el (hangul-input-method-activate):
6981 Add autoload cookie.
6982 (generated-autoload-load-name): Set file-local value.
6983 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
6984 (generated-autoload-load-name): Set file-local value.
6985
6986 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
6987
6988 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
6989 (eww-add-bookmark): Ask confirmation when add to bookmarks.
6990 (eww-quit): Ask confirmation before quitting eww.
6991
6992 2013-11-26 Eli Zaretskii <eliz@gnu.org>
6993
6994 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
6995 reading output from Diff on MS-Windows and MS-DOS.
6996
6997 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
6998
6999 * emacs-lisp/helpers.el (string-reverse): New function.
7000
7001 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
7002
7003 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
7004 names on MS Windows, like "/[::1]:".
7005
7006 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
7007 SWITCHES.
7008
7009 2013-11-26 Glenn Morris <rgm@gnu.org>
7010
7011 * progmodes/python.el (python-indent-guess-indent-offset):
7012 Avoid corner-case error. (Bug#15975)
7013
7014 Preload leim-list.el. (Bug#4789)
7015 * loadup.el: Load leim-list.el when found.
7016 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
7017
7018 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
7019
7020 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
7021
7022 * emacs-lisp/helpers.el (string-join): New function.
7023
7024 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
7025
7026 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7027 Mark as obsolete and replace it with a symbol property.
7028 (byte-compile-form): Use new 'interactive-only property.
7029 * comint.el, files.el, replace.el, simple.el:
7030 Apply new 'interactive-only properly.
7031
7032 2013-11-25 Martin Rudalics <rudalics@gmx.at>
7033
7034 * window.el (display-buffer-at-bottom): Make sure that
7035 split-window-sensibly creates the new window on bottom
7036 (Bug#15961).
7037
7038 2013-11-23 David Kastrup <dak@gnu.org>
7039
7040 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
7041 on the conflict markers when available.
7042 (smerge--get-marker): New function.
7043 (smerge-end-re, smerge-base-re): Add subgroup.
7044
7045 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
7046
7047 * frame.el (handle-focus-in, handle-focus-out): Add missing
7048 interactive spec.
7049
7050 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
7051
7052 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
7053 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
7054
7055 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
7056
7057 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
7058 (gomoku--last-pos): New var.
7059 (gomoku--intangible-chars): New const.
7060 (gomoku--intangible): New function.
7061 (gomoku-mode): Use it. Derive from special-mode.
7062 (gomoku-move-up): Adjust line count.
7063 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
7064 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
7065 Simplify accordingly.
7066
7067 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
7068 Remove blink-cursor code.
7069 (blink-cursor-timer-function, blink-cursor-suspend):
7070 Don't special-case GUIs.
7071 (blink-cursor-mode): Use focus-in/out-hook.
7072
7073 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
7074
7075 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
7076 work when annotation is invisible (Bug#13886).
7077
7078 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
7079
7080 * json.el (json-alist-p): Only return non-nil if the alist has
7081 simple keys (Bug#13518).
7082
7083 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
7084
7085 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
7086 when control-statement is the first statement in a buffer (Bug#15956).
7087
7088 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
7089
7090 * imenu.el (imenu-generic-skip-comments-and-strings):
7091 New option (Bug#15560).
7092 (imenu--generic-function): Use it.
7093
7094 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
7095
7096 * minibuffer.el (completion--in-region-1): Scroll the correct window.
7097 (Bug#13898)
7098
7099 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
7100
7101 * emacs-lisp/helpers.el: Add some string helpers.
7102 (string-trim-left): Removes leading whitespace.
7103 (string-trim-right): Removes trailing whitespace.
7104 (string-trim): Removes leading and trailing whitespace.
7105
7106 * subr.el (string-suffix-p): New function.
7107
7108 2013-11-23 Glenn Morris <rgm@gnu.org>
7109
7110 * progmodes/python.el (python-shell-send-file):
7111 Add option to delete file when done. (Bug#15647)
7112 (python-shell-send-string, python-shell-send-region): Use it.
7113
7114 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
7115
7116 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
7117 to set buffer-read-only to t, never to nil. (Bug#15938)
7118
7119 * textmodes/tex-mode.el (latex-noindent-environments):
7120 Add safe-local-variable property. (Bug#15936)
7121
7122 2013-11-23 Glenn Morris <rgm@gnu.org>
7123
7124 * textmodes/enriched.el (enriched-mode): Doc fix.
7125 * emacs-lisp/authors.el (authors-renamed-files-alist):
7126 Add enriched.doc -> enriched.txt.
7127
7128 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
7129
7130 2013-11-22 Leo Liu <sdl.web@gmail.com>
7131
7132 * progmodes/octave.el (inferior-octave-startup): Spit out error
7133 message.
7134
7135 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
7136
7137 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
7138 Improve docstring.
7139 Add :version.
7140 (ruby-encoding-magic-comment-style): Add :version.
7141
7142 2013-11-22 Leo Liu <sdl.web@gmail.com>
7143
7144 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
7145 (Bug#15076)
7146 (octave-help-mode): Adapt to change to help-mode-finish to use
7147 derived-mode-p on 2013-09-17.
7148 (inferior-octave-prompt): Also match octave-gui.
7149 (octave-kill-process): Don't ask twice. (Bug#10564)
7150
7151 2013-11-22 Leo Liu <sdl.web@gmail.com>
7152
7153 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
7154 (inferior-octave-startup, inferior-octave-check-process)
7155 (inferior-octave-track-window-width-change)
7156 (octave-completion-at-point, octave-eldoc-function): Use it.
7157 (octave-kill-process): Provide confirmation. (Bug#10564)
7158
7159 2013-11-21 Leo Liu <sdl.web@gmail.com>
7160
7161 * progmodes/octave.el (octave-mode, inferior-octave-mode):
7162 Fix obsolete variable comment-use-global-state.
7163
7164 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7165
7166 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
7167 Add `octave-source-file'.
7168 (octave-source-file): New function. (Bug#15935)
7169
7170 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
7171
7172 * net/eww.el (eww-local-regex): New variable.
7173 (eww): Use it to detect localhost and similar.
7174
7175 2013-11-21 Leo Liu <sdl.web@gmail.com>
7176
7177 Add completion for command `ag'.
7178 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
7179 (pcomplete/ag): New function.
7180 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
7181
7182 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7183
7184 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
7185 (bug#14646).
7186 (make-obsolete): Remove interactive spec.
7187
7188 2013-11-21 Glenn Morris <rgm@gnu.org>
7189
7190 * startup.el (command-line-1): Use path-separator with -L.
7191
7192 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
7193
7194 * emacs-lisp/package.el (describe-package-1): Add package archive
7195 to shown fields.
7196
7197 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
7198
7199 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
7200 Change default to "# encoding: %s" to differentiate it from the
7201 default Ruby encoding comment template.
7202
7203 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
7204
7205 * ses.el (ses-mode): Doc fix. (Bug#14748)
7206
7207 2013-11-20 Leo Liu <sdl.web@gmail.com>
7208
7209 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
7210
7211 2013-11-19 Dan Nicolaescu <dann@gnu.org>
7212
7213 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
7214 when rebase or bisect are in progress.
7215
7216 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
7217
7218 * filenotify.el (file-notify-add-watch): Doc fix.
7219
7220 2013-11-19 Leo Liu <sdl.web@gmail.com>
7221
7222 * obsolete/rcompile.el: Mark obsolete.
7223
7224 * progmodes/compile.el (compilation-start)
7225 (compilation-goto-locus, compilation-find-file):
7226 Pass no-display-ok and handle nil value from display-buffer.
7227 (Bug#13594)
7228
7229 * window.el (display-buffer-alist, display-buffer): Document the
7230 new parameter no-display-ok. Return either a window or nil
7231 but never a non-window value.
7232
7233 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7234
7235 * electric.el (electric-indent-mode-map): Remove.
7236 (electric-indent-mode): Change the global-map instead (bug#15915).
7237
7238 * textmodes/text-mode.el (paragraph-indent-minor-mode):
7239 Use add-function.
7240
7241 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7242
7243 * emacs-lisp/nadvice.el (remove-function): Align with
7244 add-function's behavior.
7245
7246 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
7247 (gdb--string-regexp): New constant.
7248 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
7249 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
7250 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
7251 submatch 1.
7252 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
7253 Adjust use accordingly.
7254 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
7255
7256 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
7257
7258 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
7259 interpolation curlies (Bug#15914).
7260
7261 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
7262
7263 * calc/calc.el (calc-context-sensitive-enter): New variable.
7264 (calc-enter): Use `calc-context-sensitive-enter'.
7265
7266 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
7267
7268 * progmodes/cfengine.el: Version bump.
7269 (cfengine-cf-promises): New defcustom to locate cf-promises.
7270 (cfengine3-vartypes): Add new "data" type.
7271 (cfengine3--current-word): New function to get current name-like
7272 word or its bounds.
7273 (cfengine3--current-function): New function to look up a CFEngine
7274 function's definition.
7275 (cfengine3-format-function-docstring): New function.
7276 (cfengine3-make-syntax-cache): New function.
7277 (cfengine3-documentation-function): New function: ElDoc glue.
7278 (cfengine3-completion-function): New function: completion glue.
7279 (cfengine3-mode): Set `compile-command',
7280 `eldoc-documentation-function', and add to
7281 `completion-at-point-functions'.
7282
7283 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
7284
7285 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
7286 `tramp-current-connection'.
7287
7288 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
7289
7290 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
7291 nil/self/true/false with "end of symbol".
7292
7293 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
7294
7295 * subr.el (version-regexp-alist): Fix a typo.
7296
7297 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
7298
7299 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
7300 "en_US.utf8" and "LC_CTYPE" to "".
7301 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
7302 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
7303
7304 2013-11-15 Leo Liu <sdl.web@gmail.com>
7305
7306 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
7307
7308 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7309
7310 * progmodes/gud.el (ctl-x-map):
7311 Remove C-x SPC binding. (Bug#12342)
7312 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
7313
7314 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
7315
7316 * subr.el (version-regexp-alist):
7317 Recognize hg, svn and darcs versions as snapshot versions.
7318
7319 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
7320 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
7321 (ruby--encoding-comment-required-p): Extract from
7322 `ruby-mode-set-encoding'.
7323 (ruby-mode-set-encoding): Add the ability to always insert an
7324 utf-8 encoding comment. Fix and simplify coding comment update
7325 logic.
7326
7327 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
7328
7329 * net/tramp-gvfs.el (top): Run init code only when
7330 `tramp-gvfs-enabled' is not nil.
7331 (tramp-gvfs-enabled): Check also :system bus.
7332
7333 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7334
7335 Sync with upstream verilog-mode revision 78e66ba.
7336 * progmodes/verilog-mode.el (verilog-end-of-defun)
7337 (verilog-type-completion, verilog-get-list): Remove unused funcs.
7338 (verilog-get-end-of-defun): Remove unused argument.
7339 (verilog-comment-depth): Remove unused local `e'.
7340 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
7341 Don't pass arg to verilog-get-end-of-defun.
7342
7343 2013-11-14 Glenn Morris <rgm@gnu.org>
7344
7345 * obsolete/assoc.el (aget): Prefix dynamic variable.
7346
7347 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
7348
7349 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7350
7351 * widget.el, hfy-cmap.el: Remove bogus package version number.
7352
7353 2013-11-13 Glenn Morris <rgm@gnu.org>
7354
7355 * replace.el (replace-eval-replacement):
7356 Try to give more helpful error message. (Bug#15836)
7357
7358 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
7359 (archive-7z-update): Avoid custom type mismatches.
7360
7361 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
7362
7363 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
7364
7365 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
7366 address can be empty.
7367
7368 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
7369 Accept nil SWITCHES.
7370 (tramp-gvfs-handle-write-region): Implement APPEND.
7371
7372 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
7373
7374 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
7375 binary "|" operator and closing block args delimiter.
7376 Remove FIXME comment referring to Ruby 1.8-only syntax.
7377 (ruby-smie--implicit-semi-p): Not after "|" operator.
7378 (ruby-smie--closing-pipe-p): New function.
7379 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
7380 (ruby-smie-rules): Indent after "|".
7381
7382 2013-11-12 Glenn Morris <rgm@gnu.org>
7383
7384 * ps-print.el (ps-face-attribute-list):
7385 Handle anonymous faces. (Bug#15827)
7386
7387 2013-11-12 Martin Rudalics <rudalics@gmx.at>
7388
7389 * window.el (display-buffer-other-frame): Fix doc-string.
7390 (Bug#15868)
7391
7392 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7393
7394 * subr.el (force-mode-line-update): Delete, move to buffer.c.
7395
7396 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
7397
7398 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
7399 (tramp-sh-handle-file-local-copy): Don't write a message when
7400 saving temporary files.
7401
7402 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
7403 both directories are remote.
7404 (tramp-smb-handle-directory-files): Do not return double entries.
7405 Do not expand full file names.
7406 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
7407 (tramp-smb-handle-write-region): Implement APPEND.
7408 (tramp-smb-get-stat-capability): Fix a stupid bug.
7409
7410 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7411
7412 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
7413
7414 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7415
7416 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
7417 throwing error over malformed let/let* (bug#15814).
7418
7419 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7420
7421 * iswitchb.el (iswitchb-mode): Mark obsolete.
7422
7423 2013-11-11 Glenn Morris <rgm@gnu.org>
7424
7425 * international/uni-bidi.el, international/uni-category.el:
7426 * international/uni-name.el, international/uni-numeric.el:
7427 Regenerate for Unicode 6.3.0.
7428
7429 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
7430
7431 * net/tramp.el (tramp-methods):
7432 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
7433 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
7434
7435 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
7436
7437 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7438 Force highlighting text after Summary keyword in doc face for rpm.
7439
7440 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
7441
7442 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
7443 available and the word has no wildcards, append one to the grep pattern.
7444 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
7445 (ispell-complete-word): Call `ispell-lookup-words' with the value
7446 independent of `ispell-look-p'.
7447
7448 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
7449
7450 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
7451 Not after "||".
7452 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
7453 their parent.
7454
7455 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7456
7457 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
7458 (ruby-font-lock-keywords): Use backquote.
7459
7460 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
7461
7462 * progmodes/ruby-mode.el (ruby-smie--forward-token)
7463 (ruby-smie--backward-token): Only consider full-string matches.
7464
7465 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
7466
7467 * faces.el (describe-face): Add distant-foreground.
7468
7469 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
7470
7471 * progmodes/ruby-mode.el: Improve encoding comment handling.
7472 (ruby-encoding-magic-comment-style): New option.
7473 (ruby-custom-encoding-magic-comment-template): New option.
7474 (ruby--insert-coding-comment, ruby--detect-encoding):
7475 New functions extracted from `ruby-mode-set-encoding'.
7476 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
7477 to control the style of the auto-inserted encoding comment.
7478
7479 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
7480
7481 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
7482 Use `smie-backward-sexp' with token argument.
7483
7484 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
7485
7486 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
7487 Remove instrumentation code.
7488
7489 2013-11-08 Glenn Morris <rgm@gnu.org>
7490
7491 * progmodes/autoconf.el (autoconf-mode):
7492 Tweak comment-start-skip. (Bug#15822)
7493
7494 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7495
7496 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
7497 at bobp (bug#15826).
7498 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
7499
7500 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
7501
7502 * man.el (Man-start-calling): New macro, extracted from
7503 Man-getpage-in-background.
7504 (Man-getpage-in-background): Use it.
7505 (Man-update-manpage): New command.
7506 (Man-mode-map): Bind it.
7507
7508 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
7509
7510 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
7511 of "and", "or", "&&" and "||".
7512 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
7513 argument. Prohibit opening curly brace because it could only be a
7514 block opener in that position.
7515 (ruby-smie--forward-token, ruby-smie--backward-token):
7516 Separate "|" from "&" or "*" going after it. That can happen in block
7517 arguments.
7518 (ruby-smie--indent-to-stmt): New function, seeks the end of
7519 previous statement or beginning of buffer.
7520 (ruby-smie-rules): Use it.
7521 (ruby-smie-rules): Check if there's a ":" before a curly block
7522 opener candidate; if there is, it's a hash.
7523
7524 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7525
7526 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
7527 (cl--block-wrapper): Fix last accidental change.
7528
7529 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
7530
7531 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
7532 Instrument, in order to hunt failure on hydra.
7533
7534 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7535
7536 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
7537 malformed bindings form (bug#15814).
7538
7539 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
7540
7541 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
7542 "." compared to " @ ". This incidentally fixes some indentation
7543 examples with "do".
7544 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
7545 (ruby-smie-grammar): New tokens: "and" and "or".
7546 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
7547 Exclude "and" and "or". Remove "do" in order to work around token
7548 priorities.
7549 (ruby-smie-rules): Add all infix tokens. Handle the case of
7550 beginning-of-buffer.
7551
7552 2013-11-06 Glenn Morris <rgm@gnu.org>
7553
7554 * Makefile.in (setwins_almost, setwins_for_subdirs):
7555 Avoid accidental matches.
7556
7557 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7558
7559 * menu-bar.el (popup-menu): Use key-binding.
7560
7561 2013-11-06 Eli Zaretskii <eliz@gnu.org>
7562
7563 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
7564 menus, support also the menus produced by minor modes.
7565 (Bug#15817)
7566
7567 2013-11-06 Leo Liu <sdl.web@gmail.com>
7568
7569 * thingatpt.el (thing-at-point-looking-at): Add optional arg
7570 DISTANCE to bound the search. All uses changed. (Bug#15808)
7571
7572 2013-11-06 Glenn Morris <rgm@gnu.org>
7573
7574 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
7575 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
7576 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
7577
7578 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7579
7580 * electric.el (electric-indent-just-newline): New command.
7581 (electric-indent-mode-map): New keymap.
7582 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
7583 Re-add :group which weren't redundant.
7584
7585 * electric.el (electric-indent-local-mode): New minor mode.
7586 (electric-indent-functions-without-reindent): New var.
7587 (electric-indent-post-self-insert-function): Use it.
7588 * emacs-lisp/gv.el (buffer-local-value): Add setter.
7589
7590 2013-11-05 Eli Zaretskii <eliz@gnu.org>
7591
7592 * international/quail.el (quail-help): Be more explicit about the
7593 meaning of the labels shown on the keys. (Bug#15800)
7594
7595 * startup.el (normal-top-level): Load the subdirs.el files before
7596 setting the locale environment. (Bug#15805)
7597
7598 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
7599
7600 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
7601 via arguments so as to get the right ones (bug#15418).
7602
7603 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
7604
7605 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
7606
7607 Fix problems found while writing a test suite.
7608
7609 * net/tramp-compat.el (tramp-compat-load): New defun.
7610 * net/tramp.el (tramp-handle-load): Use it.
7611
7612 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
7613 "(numberp ok-if-already-exists)" correctly.
7614
7615 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
7616
7617 * international/characters.el (glyphless-char-display-control):
7618 Add usage note.
7619
7620 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
7621
7622 * progmodes/python.el (python-mode):
7623 * progmodes/scheme.el (scheme-mode):
7624 * progmodes/prolog.el (prolog-mode):
7625 * progmodes/ruby-mode.el (ruby-mode):
7626 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
7627 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
7628
7629 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7630
7631 * rect.el (rectangle--highlight-for-redisplay):
7632 * emacs-lisp/smie.el (smie--next-indent-change):
7633 Use buffer-chars-modified-tick.
7634
7635 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
7636
7637 * electric.el (electric-indent-post-self-insert-function):
7638 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
7639
7640 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
7641
7642 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
7643
7644 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7645
7646 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
7647 (bug#15786).
7648
7649 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7650
7651 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
7652
7653 * progmodes/python.el: Fix up last change.
7654 (python-shell--save-temp-file): New function.
7655 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
7656 `string' comes from the current buffer.
7657 (python-shell-send-string-no-output): Remove `msg' arg.
7658 (python--use-fake-loc): New var.
7659 (python-shell-buffer-substring): Obey it. Try to compensate for the
7660 extra coding line added by python-shell--save-temp-file.
7661 (python-shell-send-region): Use python-shell--save-temp-file and
7662 python-shell-send-file directly. Add `nomain' argument.
7663 (python-shell-send-buffer): Use python-shell-send-region.
7664 (python-electric-pair-string-delimiter): New function.
7665 (python-mode): Use it.
7666
7667 2013-11-04 Eli Zaretskii <eliz@gnu.org>
7668
7669 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
7670 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
7671 environment and decoding all of the default-directory's to here
7672 from command-line.
7673 (command-line): Decode also argv[0].
7674
7675 * loadup.el: Error out if default-directory is a multibyte string
7676 when we are dumping.
7677
7678 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
7679
7680 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
7681
7682 * emacs-lisp/package.el (package-menu-mode)
7683 (package-menu--print-info, package-menu--archive-predicate):
7684 Add Archive column to package list.
7685
7686 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
7687
7688 Fix problems found while writing a test suite.
7689
7690 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
7691 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
7692 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
7693 to nil when running original file name handler. Otherwise,
7694 there are problems with constructs like "$$FOO".
7695
7696 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
7697 for `localname'.
7698
7699 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
7700
7701 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
7702
7703 * subr.el (version<, version<=, version=):
7704 Update docstrings with information for snapshot versions.
7705
7706 * helpers.el: New library for misc helper functions.
7707 (hash-table-keys): New function returning a list of hash keys.
7708 (hash-table-values): New function returning a list of hash values.
7709
7710 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
7711
7712 * progmodes/ruby-mode.el (ruby-smie--forward-token)
7713 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
7714
7715 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
7716
7717 * textmodes/fill.el (fill-single-char-nobreak-p): New function
7718 checking whether point is after a 1-letter word.
7719
7720 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7721
7722 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
7723 Don't infloop when expanding region over `multiline' syntax-type that
7724 begins a line (bug#15778).
7725
7726 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7727
7728 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
7729 Make it into a proper minor mode.
7730 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
7731 (rectangle-mark-mode-map): New keymap.
7732 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
7733
7734 2013-11-04 Glenn Morris <rgm@gnu.org>
7735
7736 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
7737
7738 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7739
7740 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
7741 (ruby-smie-rules): Use smie-rule-parent instead.
7742
7743 * emacs-lisp/smie.el (smie-rule-parent): Always call
7744 smie-indent-virtual rather than only for hanging tokens.
7745 (smie--next-indent-change): New helper command.
7746
7747 2013-11-03 Glenn Morris <rgm@gnu.org>
7748
7749 * Makefile.in (abs_srcdir): Remove.
7750 (emacs): Unset EMACSLOADPATH.
7751
7752 2013-11-02 Glenn Morris <rgm@gnu.org>
7753
7754 * Makefile.in (EMACS): Use a relative filename.
7755 (abs_top_builddir): Remove.
7756 (custom-deps, finder-data, autoloads): Use --chdir.
7757
7758 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
7759
7760 Use relative filenames in TAGS files.
7761 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
7762 (lisptagsfiles4, TAGS): Use relative file names.
7763 (TAGS-LISP): Remove.
7764 (maintainer-clean): No more TAGS-LISP file.
7765
7766 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
7767 (lisptagsfiles4): Use absolute filenames again.
7768 (TAGS, TAGS-LISP): Not everything needs to run in one line.
7769 Remove all *loaddefs files, not just the first. Remove esh-groups.
7770 (maintainer-clean): Delete TAGS, TAGS-LISP.
7771
7772 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7773
7774 * emacs-lisp/package.el (package-version-join):
7775 Recognize snapshot versions.
7776
7777 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7778
7779 * subr.el (version-regexp-alist): Add support for snapshot versions.
7780
7781 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
7782
7783 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
7784 New function, replacement for `smie-rule-parent' for when we want to
7785 skip over our direct parent if it's an assignment token..
7786 (ruby-smie-rules): Use it.
7787
7788 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
7789
7790 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
7791 unconditionally. Remove now unnecessary forward declarations.
7792 Remove XEmacs-specific setup.
7793 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7794 (ruby-font-lock-syntactic-keywords)
7795 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
7796 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7797 (ruby-here-doc-end-syntax): Remove.
7798 (ruby-mode): Don't check whether `syntax-propertize-rules' is
7799 defined as function.
7800
7801 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7802
7803 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
7804
7805 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
7806
7807 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
7808 table and abbrev table, `define-derived-mode' does that for us
7809 anyway.
7810
7811 2013-11-01 Glenn Morris <rgm@gnu.org>
7812
7813 * Makefile.in: Remove manual mh-e dependencies (writing .elc
7814 files is atomic for some time, so no parallel compilation issues).
7815
7816 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
7817
7818 * faces.el (face-x-resources): Add :distant-foreground.
7819 (region): Use :distant-foreground for gtk and ns.
7820
7821 2013-11-01 Tassilo Horn <tsdh@gnu.org>
7822
7823 Allow multiple bibliographies when BibLaTeX is used rather than
7824 BibTeX.
7825 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
7826 (reftex-locate-bibliography-files): Us it.
7827
7828 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
7829
7830 * image.el (image-type-header-regexps): Fix the 'pbm' part to
7831 allow comments in pbm files.
7832
7833 * term/w32-win.el (dynamic-library-alist): Support newer versions
7834 of libjpeg starting with v7: look only for the DLL from the
7835 version against which Emacs was built.
7836 Support versions of libpng beyond 1.4.x.
7837 Support libtiff v4.x.
7838
7839 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
7840
7841 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
7842 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
7843 Add property :safe.
7844 (ruby-deep-arglist): Add property :type.
7845
7846 2013-10-31 Glenn Morris <rgm@gnu.org>
7847
7848 * Makefile.in (custom-deps, finder-data): No need to setq the target
7849 variables, we are in the right directory and the defaults work fine.
7850
7851 2013-10-30 Glenn Morris <rgm@gnu.org>
7852
7853 * Makefile.in (autoloads): Do not use abs_lisp.
7854
7855 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7856 `newline' does not respect `standard-output', so use `princ'.
7857
7858 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
7859
7860 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
7861 * buff-menu.el (Buffer-menu--unmark): New function.
7862 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
7863
7864 2013-10-30 Glenn Morris <rgm@gnu.org>
7865
7866 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
7867
7868 * emacs-lisp/package.el (lm-homepage): Declare.
7869
7870 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
7871 Fix doc typos.
7872
7873 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
7874
7875 * Makefile.in (finder-data, autoloads, update-subdirs)
7876 (compile-main, compile-clean, compile-always, bootstrap-clean):
7877 Check return value of cd.
7878 (compile-calc): Remove.
7879
7880 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7881
7882 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
7883
7884 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
7885 (byte-compile-and-folded): New function.
7886 (=, <, >, <=, >=): Use it.
7887
7888 * dos-w32.el (minibuffer-history-case-insensitive-variables)
7889 (path-separator, null-device, buffer-file-coding-system)
7890 (lpr-headers-switches): Check system-type before modifying them.
7891 (find-buffer-file-type-coding-system): Mark obsolete.
7892 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
7893 find-file-not-found-set-buffer-file-coding-system.
7894 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
7895 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
7896 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
7897 (w32-direct-print-region-helper, w32-direct-print-region-function)
7898 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
7899 * startup.el (normal-top-level-add-subdirs-to-load-path):
7900 * ps-print.el (ps-print-region-function):
7901 * lpr.el (print-region-function): Use new name.
7902
7903 * subr.el (custom-declare-variable-early): Remove function.
7904 (custom-declare-variable-list): Remove var.
7905 (error, user-error): Remove `while' loop.
7906 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
7907 (user-emacs-directory-warning, locate-user-emacs-file):
7908 Move to files.el.
7909 * simple.el (read-quoted-char-radix, read-quoted-char):
7910 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
7911 Move from subr.el.
7912 * custom.el (custom-declare-variable-list): Don't process
7913 custom-declare-variable-list.
7914
7915 * progmodes/python.el (python-shell-get-buffer): New function.
7916 (python-shell-get-process): Use it.
7917 (python-shell-send-string): Always use utf-8 and add a cookie to tell
7918 Python which encoding was used. Don't split-string since we only care
7919 about the first line. Return the temp-file, if applicable.
7920 (python-shell-send-region): Tell compile.el how to turn locations in
7921 the temp-file into locations in the source buffer.
7922
7923 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7924
7925 * subr.el (undefined): Add missing behavior from the C code for
7926 unbound keys.
7927
7928 * rect.el: Use lexical-binding. Add new rectangular region support.
7929 (rectangle-mark): New command.
7930 (rectangle--region): New var.
7931 (deactivate-mark-hook): Reset rectangle--region.
7932 (rectangle--extract-region, rectangle--insert-for-yank)
7933 (rectangle--highlight-for-redisplay)
7934 (rectangle--unhighlight-for-redisplay): New functions.
7935 (region-extract-function, redisplay-unhighlight-region-function)
7936 (redisplay-highlight-region-function): Use them to handle
7937 rectangular region.
7938 * simple.el (region-extract-function): New var.
7939 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
7940 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
7941 (kill-region): Replace obsolete `yank-handler' arg with `region'.
7942 (copy-region-as-kill, kill-ring-save): Add `region' argument.
7943 (redisplay-unhighlight-region-function)
7944 (redisplay-highlight-region-function): New vars.
7945 (redisplay--update-region-highlight): New function.
7946 (pre-redisplay-function): Use it.
7947 (exchange-point-and-mark): Don't deactivate the mark before
7948 reactivate-it anyway.
7949 * comint.el (comint-kill-region): Remove yank-handler argument.
7950 * delsel.el (delete-backward-char, backward-delete-char-untabify)
7951 (delete-char): Remove property, since it's now part of their
7952 default behavior.
7953 (self-insert-iso): Remove property since this command doesn't exist.
7954
7955 * emacs-lisp/package.el (package--download-one-archive)
7956 (describe-package-1): Don't query the user about final newline.
7957
7958 2013-10-29 Daniel Colascione <dancol@dancol.org>
7959
7960 * net/tramp.el (tramp-methods): Document new functionality.
7961 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
7962 tramp-hostname-checker if method provides one instead of scanning
7963 argument list for "%h" to decide hostname acceptability.
7964
7965 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
7966
7967 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
7968 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
7969 Handle COPY-CONTENTS. (Bug#15737)
7970
7971 2013-10-28 Daiki Ueno <ueno@gnu.org>
7972
7973 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7974 Document that this option has no effect with GnuPG 2.0 (bug#15552).
7975
7976 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
7977
7978 * image.el (defimage, image-load-path): Doc fixes.
7979
7980 2013-10-27 Alan Mackenzie <acm@muc.de>
7981
7982 Indent statements in macros following "##" correctly.
7983 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7984 Modify the "#" arm of a cond form to handle "#" and "##" operators.
7985
7986 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7987
7988 * linum.el (linum-update-window): Fix boundary test (bug#13446).
7989
7990 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
7991
7992 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
7993 after `=' is probably a new expression.
7994
7995 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7996
7997 * man.el (man-imenu-title): New option.
7998 (Man-mode-map): Add menu. (Bug#15722)
7999 (Man-mode): Add imenu to menu.
8000
8001 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
8002
8003 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
8004 specific in what the first arg can be: a non-keyword word,
8005 string/regexp/percent literal opener, opening paren, or unary
8006 operator followed directly by word.
8007
8008 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8009
8010 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
8011 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
8012 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
8013 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
8014 Remove vars, they do not apply any more.
8015 (prolog-mode-abbrev-table): Remove redundant declaration.
8016 (prolog-upper-case-string, prolog-lower-case-string): Remove.
8017 (prolog-use-smie): Remove.
8018 (prolog-smie-rules): Add indentation rule for the if-then-else layout
8019 supported by prolog-electric-if-then-else-flag.
8020 (prolog-mode-variables, prolog-menu): Use setq-local.
8021 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
8022 Remove binding to `Backspace' since this key doesn't exist anyway.
8023 Remove bindings for electric self-inserting keys.
8024 (prog-mode): Assume it's defined.
8025 (prolog-post-self-insert): New function.
8026 (prolog-mode): Use it.
8027 (prolog-indent-line, prolog-indent-level)
8028 (prolog-find-indent-of-matching-paren)
8029 (prolog-indentation-level-of-line, prolog-goto-comment-column)
8030 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
8031 (prolog-goto-next-paren, prolog-in-string-or-comment)
8032 (prolog-tokenize, prolog-inside-mline-comment)
8033 (prolog-find-start-of-mline-comment): Remove functions.
8034 (prolog-find-unmatched-paren, prolog-clause-end)
8035 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
8036 (prolog-electric--if-then-else): Rename from
8037 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
8038 (prolog-tokenize-searchkey): Remove const.
8039 (prolog-clause-info): Use forward-sexp.
8040 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
8041 (prolog-electric-if-then-else): Remove commands.
8042 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
8043 for use in post-self-insert-hook.
8044 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
8045 for use in post-self-insert-hook.
8046 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
8047 for use in post-self-insert-hook.
8048 (prolog-electric--underscore): Rename from prolog-electric--underscore;
8049 adapt it for use in post-self-insert-hook.
8050
8051 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
8052
8053 * emacs-lisp/ert.el (ert-run-tests-interactively):
8054 Use `completing-read'. (Bug#9756)
8055
8056 2013-10-25 Eli Zaretskii <eliz@gnu.org>
8057
8058 * simple.el (line-move): Call line-move-1 instead of
8059 line-move-visual when the current window hscroll is zero, but
8060 temporary-goal-column indicates we will need to hscroll as result
8061 of the movement. (Bug#15712)
8062
8063 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
8064
8065 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
8066 capitalization. Use :visible instead of :active.
8067 Fix `ruby-indent-exp' reference. Add menu items for the generic
8068 commands that are used with SMIE.
8069 (ruby-do-end-to-brace): Insert space after `{'.
8070
8071 2013-10-25 John Anthony <john@jo.hnanthony.com>
8072
8073 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
8074
8075 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
8076
8077 2013-10-25 Glenn Morris <rgm@gnu.org>
8078
8079 * vc/vc.el (vc-print-log): Don't use a working revision unless
8080 one was explicitly specified. (Bug#15322)
8081
8082 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8083
8084 * subr.el (add-to-list): Preserve return value in compiler-macro
8085 (bug#15692).
8086
8087 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8088
8089 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
8090 result. Ask user to retry using '-all' flag. (Bug#15701)
8091
8092 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8093
8094 * emacs-lisp/smie.el: New smie-config system.
8095 (smie-config): New defcustom.
8096 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
8097 (smie-config-guess, smie-config-save): New commands.
8098 (smie-config--mode-local, smie-config--buffer-local)
8099 (smie-config--trace, smie-config--modefuns): New vars.
8100 (smie-config--advice, smie-config--mode-hook)
8101 (smie-config--setter, smie-config-local, smie-config--get-trace)
8102 (smie-config--guess-value, smie-config--guess): New functions.
8103 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
8104 text properties. Treat "string fence" syntax like string syntax.
8105
8106 * progmodes/sh-script.el (sh-use-smie): Change default.
8107 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
8108 (sh-var-value): Simplify by CSE.
8109 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
8110 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
8111 is used.
8112 (sh-guess-basic-offset): Use cl-incf.
8113 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
8114
8115 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
8116
8117 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
8118 (bug#15699).
8119
8120 2013-10-24 Glenn Morris <rgm@gnu.org>
8121
8122 * Makefile.in (abs_top_srcdir): Remove.
8123 (update-subdirs): Use relative path to update-subdirs.
8124
8125 2013-10-24 Eli Zaretskii <eliz@gnu.org>
8126
8127 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
8128 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
8129 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
8130 Call unmsys--file-name before expand-file-name, not after it.
8131
8132 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
8133
8134 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
8135 (ert-test-skipped): New error.
8136 (ert-skip, ert-stats-skipped): New defuns.
8137 (ert--skip-unless): New macro.
8138 (ert-test-skipped): New struct.
8139 (ert--run-test-debugger, ert-test-result-type-p)
8140 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
8141 (ert--stats-set-test-and-result, ert-char-for-test-result)
8142 (ert-string-for-test-result, ert-run-tests-batch)
8143 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
8144 Handle skipped tests. (Bug#9803)
8145
8146 2013-10-24 Glenn Morris <rgm@gnu.org>
8147
8148 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
8149
8150 * Makefile.in (abs_top_srcdir): New, set by configure.
8151 (update-subdirs): Correct build-aux location.
8152
8153 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
8154
8155 * vc/vc.el (vc-print-root-log): Always set `default-directory'
8156 value, whether we could auto-deduce `backend', or not.
8157
8158 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
8159 with parameters" example. Simplify the "is it block or is it
8160 hash" check, but also make it more thorough.
8161
8162 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
8163
8164 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
8165
8166 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8167
8168 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
8169 { if it is hanging.
8170
8171 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
8172 :before ";".
8173
8174 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
8175
8176 * progmodes/compile.el (compilation-directory-matcher)
8177 (compilation-page-delimiter):
8178 Support GNU Make-4.0 directory quoting. (Bug#15678)
8179
8180 2013-10-23 Leo Liu <sdl.web@gmail.com>
8181
8182 * ido.el (ido-tidy): Handle read-only text.
8183
8184 2013-10-23 Glenn Morris <rgm@gnu.org>
8185
8186 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
8187 (emacs, compile, compile-always):
8188 Quote entities that might contain whitespace.
8189 (custom-deps, finder-data, autoloads): Use abs_lisp.
8190 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8191 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8192 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
8193
8194 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
8195
8196 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
8197 Use `following-char'.
8198
8199 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
8200
8201 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
8202 * progmodes/ruby-mode.el (ruby-smie-rules):
8203 Remove corresponding workaround. Fix indentation rule of ";" so it
8204 also applies when ";" is the parent.
8205
8206 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
8207
8208 * frame.el (display-screens, display-pixel-height)
8209 (display-pixel-width, display-mm-width, display-backing-store)
8210 (display-save-under, display-planes, display-color-cells)
8211 (display-visual-class, display-monitor-attributes-list):
8212 Mention the optional ‘display’ argument in doc strings.
8213
8214 2013-10-22 Michael Gauland <mikelygee@amuri.net>
8215
8216 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
8217 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
8218
8219 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
8220
8221 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
8222 TODO. Add "." after " @ ".
8223 (ruby-smie--at-dot-call): New function. Checks if point at method
8224 call with explicit target.
8225 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
8226 to the method name tokens when it precedes them.
8227 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
8228 (ruby-smie-rules): Add rule for indentation before and after "."
8229 token.
8230
8231 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8232
8233 * textmodes/remember.el (remember-diary-extract-entries):
8234 Avoid add-to-list.
8235
8236 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
8237 an instruction.
8238
8239 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
8240
8241 * progmodes/ruby-mode.el (ruby-smie-grammar):
8242 Add (almost) all infix operators.
8243 (ruby-smie--implicit-semi-p): Add new operator chars.
8244
8245 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8246 `smie-down-list'.
8247 (ruby-smie--args-separator-p): Check that there's no newline
8248 between method call and its arguments.
8249
8250 2013-10-20 Alan Mackenzie <acm@muc.de>
8251
8252 Allow comma separated lists after Java "implements".
8253
8254 * progmodes/cc-engine.el (c-backward-over-enum-header):
8255 Parse commas.
8256 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
8257 from a "disallowed" list in enum fontification.
8258
8259 2013-10-20 Johan Bockgård <bojohan@gnu.org>
8260
8261 * startup.el (default-frame-background-mode): Remove unused defvar.
8262
8263 * progmodes/verilog-mode.el (verilog-mode): Don't set
8264 comment-indent-function globally.
8265
8266 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
8267
8268 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
8269 Move Info menu item creation to ns-win.el.
8270
8271 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
8272 in menu bar.
8273
8274 * menu-bar.el: Move GNUstep specific menus...
8275
8276 * term/ns-win.el (ns-initialize-window-system): ... to here.
8277
8278 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8279
8280 * simple.el (newline): Only run post-self-insert-hook when
8281 called interactively.
8282
8283 2013-10-19 Johan Bockgård <bojohan@gnu.org>
8284
8285 * icomplete.el (icomplete-with-completion-tables): Add :version.
8286
8287 2013-10-19 Alan Mackenzie <acm@muc.de>
8288
8289 Fix fontification bugs with constructors and const.
8290
8291 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
8292 CASE 2) Remove the check for the absence of a suffix construct
8293 after a function declaration with only types (no identifiers) in
8294 the parentheses. Also, accept a function declaration with just a
8295 type inside the parentheses, if this type can be positively
8296 recognised as such, or if a prefix keyword like "explicit" nails
8297 down the construct as a declaration.
8298
8299 2013-10-19 Eli Zaretskii <eliz@gnu.org>
8300
8301 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
8302 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
8303 the problem whereby selecting a menu item that leads to a
8304 minibuffer prompt moves the cursor out of the minibuffer window,
8305 making it hard to type at the prompt. Suggested by Stefan Monnier
8306 <monnier@iro.umontreal.ca>.
8307
8308 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
8309
8310 * menu-bar.el: Don't make Services menu.
8311
8312 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8313
8314 * ffap.el: Handle "/usr/include/c++/<version>" directories.
8315 (ffap-alist): Use ffap-c++-mode for c++-mode.
8316 (ffap-c++-path): New variable.
8317 (ffap-c++-mode): New function.
8318
8319 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
8320
8321 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
8322
8323 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
8324
8325 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
8326 introduced on 2013-09-08, which results in an infinite loop
8327 requesting a password.
8328
8329 2013-10-18 Glenn Morris <rgm@gnu.org>
8330
8331 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
8332
8333 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
8334
8335 Sync with upstream verilog-mode revision 1a6ecec7.
8336 * progmodes/verilog-mode.el (verilog-mode-version): Update.
8337 (verilog-mode-release-date): Remove.
8338 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
8339 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
8340 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
8341 (verilog-auto-tieoff-ignore-regexp)
8342 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
8343 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
8344 (verilog-signals-with, verilog-dir-cache-preserving)
8345 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
8346 Doc fixes.
8347 (verilog-case-fold): New option, to control case folding in
8348 regexp searches, bug597.
8349 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
8350 (verilog-string-match-fold, verilog-in-paren-count)
8351 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
8352 (verilog-at-close-struct-p): New functions.
8353 (verilog-beg-block-re-ordered, verilog-extended-case-re)
8354 (verilog-forward-sexp, verilog-set-auto-endcomments)
8355 (verilog-leap-to-case-head): Handle "unique0" case.
8356 (verilog-in-constraint-re): New constant.
8357 (verilog-keywords, verilog-type-font-keywords):
8358 Add some SystemVerilog 1800-2012 keywords.
8359 (verilog-label-be): Remove unimplemented argument, bug669.
8360 (verilog-batch-execute-func): When batch expanding clear
8361 create-lockfiles to prevent spurious user locks when a file ends
8362 up not changing.
8363 (verilog-calculate-indent, verilog-calc-1)
8364 (verilog-at-close-constraint-p, verilog-at-constraint-p)
8365 (verilog-do-indent): Fix indentation of nested constraints
8366 and structures.
8367 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
8368 (verilog-auto-inst-param): Use verilog-string-match-fold.
8369 (verilog-read-inst-module-matcher):
8370 Fix AUTOINST on gate primitives with #1.
8371 (verilog-read-decls): Fix double-declaring user-defined typed signals.
8372 Reads all user-defined typed variables.
8373 (verilog-read-defines): Fix reading definitions inside comments, bug647.
8374 (verilog-signals-matching-regexp)
8375 (verilog-signals-not-matching-regexp, verilog-auto):
8376 Respect verilog-case-fold.
8377 (verilog-diff-report): Fix line count.
8378 (verilog-auto-assign-modport): Remove unused local `modi'.
8379 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
8380 better handle multidimensional arrays.
8381 Fix packed array ports misadding bit index in AUTOINST, bug637.
8382 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
8383 to not double-declare existing outputs and inputs, respectively.
8384 (verilog-template-map): Bind U to verilog-sk-uvm-component.
8385 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
8386 (verilog-sk-uvm-component): New skeleton.
8387 (verilog-submit-bug-report): Add verilog-case-fold,
8388 remove verilog-mode-release-date.
8389
8390 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
8391
8392 * subr.el (sit-for): Call (input-pending-p t) so as to behave
8393 as before.
8394
8395 2013-10-18 Reuben Thomas <rrt@sc3d.org>
8396
8397 * textmodes/remember.el (remember): Set buffer-offer-save in
8398 remember buffers (bug#13566).
8399
8400 2013-10-18 Daniel Colascione <dancol@dancol.org>
8401
8402 When evaluating forms in ielm, direct standard output to ielm
8403 buffer. Add new ielm-return-for-effect command. Remove trailing
8404 whitespace throughout.
8405
8406 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
8407 (ielm-return-for-effect): New command.
8408 (ielm-send-input): Accept optional `for-effect' parameter.
8409 (ielm-eval-input): Accept optional `for-effect' parameter.
8410 Bind `standard-output' to stream we create using
8411 `ielm-standard-output-impl'. Suppress printing result when
8412 `for-effect'.
8413 (ielm-standard-output-impl): New function.
8414 (inferior-emacs-lisp-mode): Explain new features in documentation.
8415
8416 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
8417
8418 Code cleanup.
8419
8420 * net/tramp.el (tramp-debug-message): Do not check for connection
8421 buffer.
8422 (tramp-message): Use "vector" connection property.
8423
8424 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
8425 (tramp-equal-remote, tramp-eshell-directory-change)
8426 * net/tramp-adb.el (tramp-adb-handle-copy-file)
8427 (tramp-adb-handle-rename-file)
8428 * net/tramp-cmds.el (tramp-list-remote-buffers)
8429 (tramp-cleanup-connection, tramp-cleanup-this-connection)
8430 * net/tramp-compat.el (tramp-compat-process-running-p)
8431 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
8432 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
8433 (tramp-gvfs-handle-rename-file)
8434 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
8435 (tramp-set-file-uid-gid)
8436 * net/tramp-smb.el (tramp-smb-handle-copy-file)
8437 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
8438 of `file-remote-p'.
8439
8440 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
8441 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
8442 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
8443 (tramp-gw-open-network-stream): Suppress unrelated traces.
8444
8445 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
8446 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
8447 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8448 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
8449 connection property.
8450
8451 * net/tramp-cache.el (top): Suppress traces when reading
8452 persistency file.
8453
8454 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
8455 Refactor common code. Improve debug message.
8456 (tramp-maybe-open-connection)
8457 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
8458 connection buffer too early.
8459
8460 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
8461 from `tramp-smb-actions-with-acl'.
8462 (tramp-smb-actions-set-acl): New defconst.
8463 (tramp-smb-handle-copy-directory)
8464 (tramp-smb-action-get-acl): New defun, renamed from
8465 `tramp-smb-action-with-acl'.
8466 (tramp-smb-action-set-acl): New defun.
8467 (tramp-smb-handle-set-file-acl): Rewrite.
8468
8469 2013-10-17 Glenn Morris <rgm@gnu.org>
8470
8471 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
8472
8473 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8474
8475 * skeleton.el (skeleton-newline): Remove.
8476 (skeleton-internal-1): Use (insert "\n") instead.
8477
8478 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
8479 let-bindings.
8480
8481 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
8482 forward-sexp-function while we redo its job (bug#15613).
8483
8484 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
8485
8486 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
8487 represented by lists.
8488
8489 2013-10-16 Glenn Morris <rgm@gnu.org>
8490
8491 * tmm.el (tmm--history): New dynamic variable.
8492 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
8493
8494 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
8495
8496 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
8497 (tramp-smb-errors): Add error messages.
8498 (tramp-smb-actions-with-acl): New defconst.
8499 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
8500 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
8501 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
8502 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
8503 (tramp-smb-get-stat-capability): Fix tests.
8504
8505 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
8506
8507 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
8508 (bug#15580).
8509
8510 2013-10-16 Glenn Morris <rgm@gnu.org>
8511
8512 * ansi-color.el (ansi-color-drop-regexp):
8513 Add 1J, 1K, 2K. (Bug#15617)
8514
8515 * files.el (hack-local-variables--warned-lexical): New.
8516 (hack-local-variables):
8517 Warn about misplaced lexical-binding. (Bug#15616)
8518
8519 * net/eww.el (eww-render): Always set eww-current-url,
8520 and update header line. (Bug#15622)
8521 (eww-display-html): ... Rather than just doing it here.
8522
8523 2013-10-15 Eli Zaretskii <eliz@gnu.org>
8524
8525 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
8526 menu navigations commands.
8527
8528 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
8529
8530 * progmodes/subword.el (subword-capitalize): Be careful when
8531 the search for [[:alpha:]] fails (bug#15580).
8532
8533 2013-10-14 Eli Zaretskii <eliz@gnu.org>
8534
8535 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
8536 to commands that scroll the menu.
8537
8538 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
8539
8540 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
8541 Handle methods ending with `?' and `!'.
8542
8543 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
8544
8545 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
8546 `japanese-cp932' to `cp932' to fix the problem where saving a
8547 source file written in Shift_JIS twice would end up having
8548 `coding: japanese-cp932' which Ruby could not recognize.
8549 (ruby-mode-set-encoding): Add support for encodings mapped to nil
8550 in `ruby-encoding-map'.
8551 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
8552 doesn't need to be explicitly declared in magic comment.
8553 (ruby-encoding-map): Add type declaration for better customize UI.
8554
8555 2013-10-13 Glenn Morris <rgm@gnu.org>
8556
8557 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
8558 Occur buffers are read-only. http://bugs.debian.org/720775
8559
8560 * emacs-lisp/authors.el (authors-fixed-entries):
8561 Comment out old alpha stuff.
8562
8563 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
8564
8565 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
8566 to `after-save-hook' instead of `before-save-hook'.
8567 (ruby-mode-set-encoding): Use the value of coding system used to
8568 write the file. Call `basic-save-buffer-1' after modifying the
8569 buffer.
8570
8571 2013-10-13 Alan Mackenzie <acm@muc.de>
8572
8573 Fix indentation/fontification of Java enum with
8574 "implements"/generic.
8575
8576 * progmodes/cc-engine.el (c-backward-over-enum-header):
8577 Extracted from the three other places and enhanced to handle generics.
8578 (c-inside-bracelist-p): Uses new function above.
8579 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
8580 function above.
8581 (c-font-lock-enum-tail): Uses new function above.
8582
8583 2013-10-13 Kenichi Handa <handa@gnu.org>
8584
8585 * international/mule-cmds.el (select-safe-coding-system): Remove a
8586 superfluous condition in chekcing whether a coding system is safe
8587 or not.
8588
8589 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
8590
8591 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
8592
8593 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
8594
8595 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
8596
8597 2013-10-13 Glenn Morris <rgm@gnu.org>
8598
8599 * menu-bar.el (menu-bar-update-buffers):
8600 Unify Buffers menu prompt string. (Bug#15576)
8601
8602 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
8603
8604 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
8605 Add some entries.
8606 (authors-fixed-entries): Use accented form of name.
8607
8608 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8609
8610 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
8611 method calls (bug#15594).
8612 (ruby-smie--args-separator-p): New function.
8613 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
8614 recognize paren-free method calls.
8615
8616 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
8617 internals of universal-argument.
8618
8619 2013-10-11 Eli Zaretskii <eliz@gnu.org>
8620
8621 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
8622 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
8623 dropped menu on second mouse click on the menu bar.
8624
8625 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8626
8627 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
8628 (explicit-shell-file-name): Declare.
8629 (sh--vars-before-point, sh--cmd-completion-table): New functions.
8630 (sh-completion-at-point-function): New function.
8631 (sh-mode): Use it.
8632 (sh-smie--keyword-p): Remove unused argument.
8633 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
8634 vars.
8635 (sh-set-shell): Always setup SMIE, even if we use the
8636 old indentation code.
8637
8638 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
8639
8640 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
8641 cases of ? and =.
8642 (ruby-smie-rules): Simplify the "do" rule. The cases when the
8643 predicate would return nil are almost non-existent.
8644 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
8645
8646 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
8647 cache also after commands that modify the buffer but don't move
8648 point.
8649
8650 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8651
8652 * env.el (substitute-env-in-file-name): New function.
8653 (substitute-env-vars): Extend the meaning of the optional arg.
8654
8655 2013-10-10 Eli Zaretskii <eliz@gnu.org>
8656
8657 * term/w32-win.el (dynamic-library-alist): Define separate lists
8658 of GIF DLLs for versions before and after 5.0.0 of giflib.
8659 (Bug#15531)
8660
8661 2013-10-10 João Távora <joaotavora@gmail.com>
8662
8663 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
8664 not locked, use last revision and current source as
8665 defaults. (Bug#15569)
8666
8667 2013-10-10 Masatake YAMATO <yamato@redhat.com>
8668
8669 * menu-bar.el (menu-bar-open): Don't use popup-menu if
8670 menu-bar is hidden.
8671
8672 2013-10-10 Martin Rudalics <rudalics@gmx.at>
8673
8674 * window.el (pop-to-buffer-same-window): Fix doc-string.
8675 (Bug#15492)
8676
8677 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8678
8679 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
8680
8681 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
8682
8683 * calendar/icalendar.el (icalendar-import-file):
8684 Fix interactive spec. (Bug#15482)
8685
8686 2013-10-10 Glenn Morris <rgm@gnu.org>
8687
8688 * desktop.el (desktop-save): Default to saving in .emacs.d,
8689 since PWD is no longer in desktop-path by default. (Bug#15319)
8690
8691 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
8692 now that text mode has a menu with the same entry.
8693 (menu-bar-text-mode-auto-fill): Remove now unused func.
8694 * textmodes/text-mode.el (text-mode-map):
8695 Use auto-fill help text from menu-bar.el.
8696
8697 2013-10-10 John Anthony <john@jo.hnanthony.com>
8698
8699 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
8700
8701 2013-10-09 Juri Linkov <juri@jurta.org>
8702
8703 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
8704 instead of this-command-keys. Add universal-argument-more and
8705 universal-argument-minus to the list of prefix commands. (Bug#15568)
8706
8707 2013-10-09 Glenn Morris <rgm@gnu.org>
8708
8709 * vc/vc-svn.el (vc-svn-create-repo):
8710 Expand paths in file://... url. (Bug#15446)
8711
8712 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
8713 Add some entries.
8714 (authors): Remove unused local variables.
8715
8716 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8717
8718 * profiler.el: Create a more coherent calltree from partial backtraces.
8719 (profiler-format): Hide the tail with `invisible' so that C-s can still
8720 find the hidden elements.
8721 (profiler-calltree-depth): Don't recurse so enthusiastically.
8722 (profiler-function-equal): New hash-table-test.
8723 (profiler-calltree-build-unified): New function.
8724 (profiler-calltree-build): Use it.
8725 (profiler-report-make-name-part): Indent the calltree less.
8726 (profiler-report-mode): Add visibility specs for profiler-format.
8727 (profiler-report-expand-entry, profiler-report-toggle-entry):
8728 Expand the whole subtree when provided with a prefix arg.
8729
8730 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
8731
8732 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
8733 iuwu-mod token.
8734 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
8735 hanging iuwu-mod token.
8736 (ruby-smie--forward-token): Do not include a dot after a token in
8737 that token.
8738 (ruby-smie--backward-token): Likewise.
8739
8740 2013-10-08 Juri Linkov <juri@jurta.org>
8741
8742 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
8743 to isearch-other-control-char.
8744 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
8745 and isearch-post-command-hook to post-command-hook.
8746 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
8747 and isearch-post-command-hook from post-command-hook.
8748 (isearch-unread-key-sequence)
8749 (isearch-reread-key-sequence-naturally)
8750 (isearch-lookup-scroll-key, isearch-other-control-char)
8751 (isearch-other-meta-char): Remove functions.
8752 (isearch-pre-command-hook, isearch-post-command-hook):
8753 New functions based on isearch-other-meta-char rewritten
8754 relying on the new behavior of overriding-terminal-local-map
8755 that does not replace the local keymaps any more. (Bug#15200)
8756
8757 2013-10-08 Eli Zaretskii <eliz@gnu.org>
8758
8759 Support menus on text-mode terminals.
8760 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
8761 functionality.
8762
8763 * tooltip.el (tooltip-mode): Don't error out on TTYs.
8764
8765 * menu-bar.el (popup-menu, popup-menu-normalize-position):
8766 Move here from mouse.el.
8767 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
8768 and arrow keys.
8769 (tty-menu-navigation-map): New map for TTY menu navigation.
8770
8771 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
8772
8773 * frame.el (display-mouse-p): Report text-mode mouse as available
8774 on w32.
8775 (display-popup-menus-p): Report availability if mouse is
8776 available; don't condition on window-system.
8777
8778 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
8779 (tty-menu-selected-face): New faces.
8780
8781 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
8782
8783 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
8784 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
8785 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
8786 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
8787 New constants.
8788 (lisp-mode-variables): New `elisp' argument.
8789 (emacs-lisp-mode): Use it.
8790 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
8791 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
8792
8793 * indent.el: Use lexical-binding.
8794 (indent-region): Add progress reporter.
8795 (tab-stop-list): Make it implicitly extend to infinity by repeating the
8796 last step.
8797 (indent--next-tab-stop): New function to implement this behavior.
8798 (tab-to-tab-stop, move-to-tab-stop): Use it.
8799
8800 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
8801
8802 * indent.el (indent-rigidly--current-indentation): New function.
8803 (indent-rigidly-map): New var.
8804 (indent-rigidly): Use it to provide interactive mode (bug#8196).
8805
8806 2013-10-08 Bastien Guerry <bzg@gnu.org>
8807
8808 * register.el (insert-register): Fix 2013-10-07 change.
8809
8810 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
8811
8812 * progmodes/perl-mode.el: Use lexical-binding.
8813 Remove redundant :group args.
8814 (perl-nochange): Change default to be closer to other major modes's
8815 standard behavior.
8816 (perl-indent-line): Don't consider text on current line as a
8817 valid beginning of function from which to indent.
8818
8819 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
8820 with more than one argument (bug#15538).
8821
8822 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
8823
8824 * vc/pcvs.el: Use lexical-binding.
8825 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
8826 environment of `eval'.
8827 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
8828 than a list of expressions. Adjust callers.
8829 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
8830
8831 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
8832
8833 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
8834 case of the dot in a chained method call being on the following line.
8835
8836 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8837
8838 * electric.el (electric-indent-inhibit): New var.
8839 (electric-indent-post-self-insert-function): Use it.
8840 * progmodes/python.el (python-mode): Set it.
8841
8842 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
8843 open braces.
8844
8845 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
8846
8847 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
8848 (css-mode): Use electric-indent-chars.
8849
8850 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
8851 (font-lock-beg, font-lock-end): Move before first use.
8852 (nxml-mode): Use syntax-propertize-function.
8853 (nxml-after-change, nxml-after-change1): Adjust accordingly.
8854 (nxml-extend-after-change-region): Remove.
8855 * nxml/xmltok.el: Use lexical-binding.
8856 (xmltok-save): Use `declare'.
8857 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
8858 * nxml/nxml-util.el: Use lexical-binding.
8859 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
8860 Use `declare'.
8861 * nxml/nxml-ns.el: Use lexical-binding.
8862 (nxml-ns-save): Use `declare'.
8863 (nxml-ns-prefixes-for): Avoid add-to-list.
8864 * nxml/rng-match.el: Use lexical-binding.
8865 (rng--ipattern): Use cl-defstruct.
8866 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
8867 (rng-cons-group-after, rng-subst-group-after)
8868 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
8869 Use closures instead of `(lambda...).
8870
8871 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
8872
8873 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
8874 of BEG and END.
8875
8876 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8877 Use `tramp-handle-insert-file-contents'.
8878 (tramp-gvfs-handle-insert-file-contents): Remove function.
8879
8880 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
8881 Use `save-restriction' in order to keep markers.
8882
8883 * net/trampver.el: Update release number.
8884
8885 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8886
8887 * progmodes/compile.el (compilation-parse-errors):
8888 Use compilation--put-prop.
8889 (compilation--ensure-parse): Check compilation-multiline.
8890
8891 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
8892
8893 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
8894 lexical-binding.
8895
8896 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
8897
8898 * progmodes/ruby-mode.el: Fix recently added tests.
8899 (ruby-smie-grammar): Add - and +.
8900 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
8901 (ruby-smie--backward-id): New functions.
8902 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
8903 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
8904 any more.
8905
8906 2013-10-07 Leo Liu <sdl.web@gmail.com>
8907
8908 * register.el (register-preview-delay)
8909 (register-preview-functions): New variables.
8910 (register-read-with-preview, register-preview)
8911 (register-describe-oneline): New functions.
8912 (point-to-register, window-configuration-to-register)
8913 (frame-configuration-to-register, jump-to-register)
8914 (number-to-register, view-register, insert-register)
8915 (copy-to-register, append-to-register, prepend-to-register)
8916 (copy-rectangle-to-register): Use register-read-with-preview to
8917 read register. (Bug#15525)
8918
8919 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
8920
8921 * net/network-stream.el (network-stream-open-starttls): Don't add
8922 --insecure if it's already present, because that gnutls-cli
8923 rejects getting that parameter twice.
8924
8925 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
8926
8927 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
8928 keyword, too.
8929
8930 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
8931
8932 * newcomment.el (comment-use-global-state): Change default value
8933 to t, mark obsolete (Bug#15251).
8934 (comment-beginning): In addition to `comment-to-syntax', check the
8935 value of `comment-use-global-state'.
8936
8937 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8938
8939 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
8940 (ruby-comment-column): Follow the global default, by default.
8941 (ruby-smie-grammar): Add assignment syntax.
8942 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
8943 open-paren, a comma, or a \.
8944 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
8945 and line continuations.
8946 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
8947 followed by implicit semi-colons. Add rule for string concatenation
8948 and for indentation at BOB.
8949 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
8950
8951 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
8952 calling next-sexp, since next-token may have skipped chars which
8953 next-sexp doesn't know should be skipped!
8954
8955 2013-10-05 Leo Liu <sdl.web@gmail.com>
8956
8957 * progmodes/octave.el (octave-send-region):
8958 Call compilation-forget-errors.
8959
8960 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
8961
8962 * vc/vc-svn.el (vc-svn-find-admin-dir):
8963 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
8964 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
8965 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
8966 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
8967
8968 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8969
8970 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
8971
8972 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8973
8974 * subr.el (read-passwd): Hide chars even when called within a context
8975 where after-change-functions is disabled (bug#15501).
8976 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
8977 until we removed ourself from overriding-terminal-local-map.
8978
8979 2013-10-04 Leo Liu <sdl.web@gmail.com>
8980
8981 * progmodes/octave.el (inferior-octave-mode):
8982 Call compilation-forget-errors.
8983
8984 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
8985
8986 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
8987
8988 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
8989
8990 * net/secrets.el (secrets-create-collection): Add optional
8991 argument ALIAS. Use proper Label keyword. Append ALIAS as
8992 dbus-call-method argument. (Bug#15516)
8993
8994 2013-10-04 Leo Liu <sdl.web@gmail.com>
8995
8996 * progmodes/octave.el (inferior-octave-error-regexp-alist)
8997 (inferior-octave-compilation-font-lock-keywords): New variables.
8998 (compilation-error-regexp-alist)
8999 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
9000 (inferior-octave-mode): Use compilation-shell-minor-mode.
9001
9002 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
9003
9004 * minibuffer.el (completion--replace): Be careful that `end' might be
9005 a marker.
9006
9007 2013-10-03 Daiki Ueno <ueno@gnu.org>
9008
9009 Add support for package signature checking.
9010 * emacs-lisp/package.el (url-http-file-exists-p)
9011 (epg-make-context, epg-context-set-home-directory)
9012 (epg-verify-string, epg-context-result-for)
9013 (epg-signature-status, epg-signature-to-string)
9014 (epg-check-configuration, epg-configuration)
9015 (epg-import-keys-from-file): Declare.
9016 (package-check-signature): New user option.
9017 (package-unsigned-archives): New user option.
9018 (package-desc): Add `signed' field.
9019 (package-load-descriptor): Set `signed' field if .signed file exists.
9020 (package--archive-file-exists-p): New function.
9021 (package--check-signature): New function.
9022 (package-install-from-archive): Check package signature.
9023 (package--download-one-archive): Check archive signature.
9024 (package-delete): Remove .signed file.
9025 (package-import-keyring): New command.
9026 (package-refresh-contents): Import default keyring.
9027 (package-desc-status): Add "unsigned" status.
9028 (describe-package-1, package-menu--print-info)
9029 (package-menu-mark-delete, package-menu--find-upgrades)
9030 (package-menu--status-predicate): Support "unsigned" status.
9031
9032 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9033
9034 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
9035 the new compilation scheme using the new byte-codes.
9036
9037 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
9038 (byte-pophandler): New byte codes.
9039 (byte-goto-ops): Adjust accordingly.
9040 (byte-compile--use-old-handlers): New var.
9041 (byte-compile-catch): Use new byte codes depending on
9042 byte-compile--use-old-handlers.
9043 (byte-compile-condition-case--old): Rename from
9044 byte-compile-condition-case.
9045 (byte-compile-condition-case--new): New function.
9046 (byte-compile-condition-case): New function that dispatches depending
9047 on byte-compile--use-old-handlers.
9048 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
9049 when we can.
9050
9051 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9052 Optimize under `condition-case' and `catch' if
9053 byte-compile--use-old-handlers is nil.
9054 (disassemble-offset): Handle new bytecodes.
9055
9056 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9057
9058 * subr.el (error): Use `declare'.
9059 (decode-char, encode-char): Use advertised-calling-convention instead
9060 of the docstring to discourage use of the `restriction' arg.
9061
9062 2013-10-03 Daiki Ueno <ueno@gnu.org>
9063
9064 * epg.el (epg-verify-file): Add a comment saying that it does not
9065 notify verification error as a return value nor a signal.
9066 (epg-verify-string): Ditto.
9067
9068 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9069
9070 * progmodes/compile.el (compilation-start): Try globbing the arg to
9071 `cd' (bug#15417).
9072
9073 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
9074
9075 Sync with Tramp 2.2.8.
9076
9077 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
9078 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
9079 * net/trampver.el: Update release number.
9080
9081 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
9082
9083 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
9084 and default-process-coding-system for darwin only.
9085
9086 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9087
9088 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
9089
9090 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
9091
9092 * vc/vc-git.el (vc-git-grep): Disable pager.
9093
9094 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
9095
9096 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
9097 Use :url instead of :homepage, as per
9098 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
9099
9100 * newcomment.el (comment-beginning): When `comment-use-syntax' is
9101 non-nil, use `syntax-ppss' (Bug#15251).
9102
9103 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9104
9105 * progmodes/octave.el (inferior-octave-startup-file):
9106 Prefer ~/.emacs.d/init_octave.m.
9107
9108 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
9109
9110 * emacs-lisp/package.el (package-desc-from-define):
9111 Accept additional arguments as plist, convert them to an alist and store
9112 them in the `extras' slot.
9113 (package-generate-description-file): Convert extras alist back to
9114 plist and append to the `define-package' form arguments.
9115 (package--alist-to-plist): New function.
9116 (package--ac-desc): Add `extras' slot.
9117 (package--add-to-archive-contents): Check if the archive-contents
9118 vector is long enough, and if it is, pass its `extras' slot value
9119 to `package-desc-create'.
9120 (package-buffer-info): Call `lm-homepage', pass the returned value
9121 to `package-desc-from-define'.
9122 (describe-package-1): Render the homepage button (Bug#13291).
9123
9124 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9125 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
9126
9127 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
9128
9129 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
9130 and default-process-coding-system to utf-8-unix (Bug#15402).
9131
9132 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
9133
9134 * subr.el (looking-back): Do not recommend using looking-back.
9135
9136 2013-09-28 Alan Mackenzie <acm@muc.de>
9137
9138 Fix indentation/fontification of Java enum with "implements".
9139
9140 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
9141 regexp which matches "implements", etc., in Java.
9142 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
9143 specifier clauses coming after "enum".
9144 * progmodes/cc-fonts.el (c-font-lock-declarations)
9145 (c-font-lock-enum-tail): Check for extra specifier clauses coming
9146 after "enum".
9147
9148 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
9149
9150 * faces.el (region): Change ns_selection_color to
9151 ns_selection_fg_color, add ns_selection_bg_color.
9152
9153 2013-09-28 Leo Liu <sdl.web@gmail.com>
9154
9155 * progmodes/octave.el (inferior-octave-completion-table)
9156 (inferior-octave-completion-at-point): Minor tweaks.
9157
9158 * textmodes/ispell.el (ispell-lookup-words): Rename from
9159 lookup-words. (Bug#15460)
9160 (lookup-words): Obsolete.
9161 (ispell-complete-word, ispell-command-loop): All uses changed.
9162
9163 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9164
9165 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
9166 (octave-mode-menu): Add octave-send-buffer.
9167 (octave-send-buffer): New function.
9168
9169 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9170
9171 * progmodes/octave.el (octave-mode-map): Add key binding for
9172 octave-lookfor.
9173 (octave-mode-menu): Add octave-lookfor.
9174 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
9175 octave-lookfor.
9176 (octave-lookfor): New function.
9177
9178 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9179
9180 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
9181 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
9182 its convention.
9183 (cl--loop-set-iterator-function): New function.
9184 (cl-loop): Adjust accordingly, so as not to use cl-subst.
9185 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
9186 Bind `it' with `let' instead of substituting it with `cl-subst'.
9187 (cl--unused-var-p): New function.
9188 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
9189 Eliminate some unused variable warnings (bug#15326).
9190
9191 2013-09-27 Tassilo Horn <tsdh@gnu.org>
9192
9193 * doc-view.el (doc-view-scale-reset): Rename from
9194 `doc-view-reset-zoom-level'.
9195 (doc-view-scale-adjust): New command.
9196 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
9197 `doc-view-scale-adjust'.
9198
9199 2013-09-26 Tassilo Horn <tsdh@gnu.org>
9200
9201 * doc-view.el (doc-view-reset-zoom-level): New command.
9202 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
9203 zoom commands (bug#15466).
9204
9205 2013-09-26 Kenichi Handa <handa@gnu.org>
9206
9207 * international/quail.el (quail-help): Make it not a command.
9208
9209 2013-09-26 Leo Liu <sdl.web@gmail.com>
9210
9211 * minibuffer.el (completion-all-sorted-completions): Make args
9212 optional as they are.
9213
9214 2013-09-25 Daniel Colascione <dancol@dancol.org>
9215
9216 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
9217 specs are and that they're not evaluated.
9218
9219 2013-09-24 Sam Steingold <sds@gnu.org>
9220
9221 * midnight.el (clean-buffer-list-kill-regexps)
9222 (clean-buffer-list-kill-buffer-names): Update for the new Man
9223 buffer naming which includes the object name.
9224
9225 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9226
9227 * eshell/esh-cmd.el (eshell--sep-terms): New var.
9228 (eshell-parse-command, eshell-parse-pipeline): Use it since
9229 eshell-separate-commands requires a dynamic scoped var.
9230 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
9231
9232 2013-09-23 Leo Liu <sdl.web@gmail.com>
9233
9234 * autoinsert.el (auto-insert-alist): Make the value of
9235 lexical-binding match its file setting.
9236
9237 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
9238
9239 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
9240
9241 * autoarg.el (autoarg-kp-digit-argument):
9242 * electric.el (Electric-command-loop):
9243 * kmacro.el (kmacro-step-edit-insert):
9244 Do not set universal-argument-num-events.
9245
9246 2013-09-22 Leo Liu <sdl.web@gmail.com>
9247
9248 * files.el (interpreter-mode-alist): Add octave.
9249
9250 2013-09-21 Alan Mackenzie <acm@muc.de>
9251
9252 C++: fontify identifier in declaration following "public:" correctly.
9253 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
9254 to match "public", etc.
9255 (c-decl-prefix-re): Add ":" into the C++ value.
9256 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
9257 bit. Add a check for a ":" preceded by "public", etc.
9258
9259 2013-09-21 Eli Zaretskii <eliz@gnu.org>
9260
9261 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
9262 recognized by GDB 7.5 and later.
9263
9264 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
9265
9266 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
9267
9268 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9269
9270 * subr.el (internal--call-interactively): New const.
9271 (called-interactively-p): Use it (bug#3984).
9272
9273 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
9274
9275 * vc/pcvs.el (cvs-mode-ignore):
9276 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
9277 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
9278
9279 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9280
9281 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
9282 (eshell-ls-orig-insert-directory): Remove.
9283 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
9284 (eshell-ls-use-in-dired): Use advice-add/remove.
9285 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
9286 Add `orig-fun' arg for use in :around advice.
9287 Make it check (redundantly) eshell-ls-use-in-dired.
9288
9289 2013-09-19 Glenn Morris <rgm@gnu.org>
9290
9291 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
9292
9293 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
9294
9295 * emacs-lisp/eieio.el (class-parent): Undo previous change.
9296
9297 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
9298
9299 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
9300 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
9301 (tramp-get-remote-python): New defuns.
9302 (tramp-get-remote-uid-with-perl)
9303 (tramp-get-remote-gid-with-perl): New defuns. Perl code
9304 contributed by yary <not.com@gmail.com> (tiny change).
9305 (tramp-get-remote-uid-with-python)
9306 (tramp-get-remote-gid-with-python): New defuns. Python code
9307 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
9308 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
9309
9310 2013-09-19 Glenn Morris <rgm@gnu.org>
9311
9312 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
9313
9314 * eshell/em-unix.el (eshell-remove-entries):
9315 Rename argument to avoid name-clash with global `top-level'.
9316
9317 * eshell/esh-proc.el (eshell-kill-process-function):
9318 Remove eshell-reset-after-proc from eshell-kill-hook if present.
9319 (eshell-reset-after-proc): Remove unused arg `proc'.
9320
9321 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
9322 (directory-files-and-attributes): Mark unused arg.
9323
9324 * eshell/em-unix.el (eshell-remove-entries):
9325 Remove unused arg `path'. Update callers.
9326
9327 * eshell/em-hist.el (eshell-hist-parse-arguments):
9328 Remove unused arg `silent'. Update callers.
9329
9330 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
9331 Fix (f)boundp mix-up.
9332
9333 * eshell/em-smart.el (eshell-smart-scroll-window)
9334 (eshell-disable-after-change):
9335 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
9336
9337 2013-09-18 Alan Mackenzie <acm@muc.de>
9338
9339 Fix fontification of type when followed by "const".
9340 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
9341 "known" types from fontification.
9342
9343 2013-09-18 Glenn Morris <rgm@gnu.org>
9344
9345 * emacs-lisp/chart.el (x-display-color-cells): Declare.
9346 (chart-face-list): Drop Emacsen without display-color-p.
9347
9348 * net/eww.el (libxml-parse-html-region): Declare.
9349 (eww-display-html): Explicit error if no libxml2 support.
9350
9351 * doc-view.el (doc-view-mode): Silence --without-x compilation.
9352
9353 * image.el (image-type-from-buffer, image-multi-frame-p):
9354 Remove --without-x warning/error.
9355
9356 * mouse.el (mouse-yank-primary):
9357 * term.el (term-mouse-paste):
9358 Reorder to silence --without-x compilation.
9359
9360 * mpc.el (doc-view-mode): Silence --without-x compilation.
9361
9362 * mail/rmailmm.el (rmail-mime-set-bulk-data):
9363 Silence --without-x compilation.
9364
9365 * progmodes/gud.el (gud-find-file, gud-mode):
9366 Silence --without-x compilation.
9367 (tooltip-mode): Declare.
9368
9369 * wdired.el (dired-backup-overwrite): Remove declaration.
9370 (wdired-mode-map): Add doc string.
9371
9372 * custom.el (x-get-resource): Declare.
9373
9374 * eshell/em-glob.el (ange-cache):
9375 * eshell/em-unix.el (ange-cache): Declare.
9376
9377 * faces.el (x-display-list, x-open-connection, x-get-resource):
9378 Declare.
9379
9380 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
9381 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
9382 Declare.
9383
9384 * frame.el (x-display-grayscale-p, x-display-name): Declare.
9385
9386 * net/gnutls.el (gnutls-log-level): Declare.
9387
9388 * net/shr.el (image-size, image-animate): Declare.
9389
9390 * simple.el (font-info): Declare.
9391
9392 * subr.el (x-popup-dialog): Declare.
9393
9394 * term/common-win.el (x-select-enable-primary)
9395 (x-last-selected-text-primary, x-last-selected-text-clipboard):
9396 Declare.
9397
9398 * term/ns-win.el (x-handle-args): Declare.
9399
9400 * term/x-win.el (x-select-enable-clipboard): Declare.
9401
9402 * term/w32-win.el (create-default-fontset): Declare.
9403
9404 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
9405 Declare.
9406
9407 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
9408 (fit-frame-to-buffer): Explicit error if --without-x.
9409 (mouse-autoselect-window-select): Silence compiler.
9410
9411 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
9412
9413 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
9414 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
9415 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
9416 * eshell/esh-util.el (eshell-sublist):
9417 Remove unused local variables.
9418
9419 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
9420
9421 * textmodes/two-column.el: Make 2C-split work for --without-x.
9422 (scroll-bar-columns): Autoload.
9423 (top-level): Require fringe when compiling.
9424
9425 2013-09-18 Leo Liu <sdl.web@gmail.com>
9426
9427 * subr.el (add-hook): Robustify to handle closure as well.
9428
9429 2013-09-17 Glenn Morris <rgm@gnu.org>
9430
9431 * simple.el (messages-buffer-mode-map): Unbind "g".
9432
9433 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9434
9435 * help-mode.el (help-mode-finish): Use derived-mode-p.
9436 Remove obsolete highlighting.
9437
9438 * play/life.el (life-mode): Use define-derived-mode. Derive from
9439 special-mode.
9440 (life): Let-bind inhibit-read-only.
9441 (life-setup): Avoid `setq'. Use `life-mode'.
9442
9443 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
9444 which should not be needed any more.
9445 (package-menu-refresh, package-menu-describe-package): Use user-error.
9446
9447 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
9448 (eshell-post-rewrite-command-hook): Make obsolete.
9449 (eshell-parse-command): Simplify.
9450 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
9451 (eshell--cmd): Declare.
9452 (eshell-parse-pipeline): Remove unused var `final-p'.
9453 Pass a dynvar to eshell-post-rewrite-command-hook.
9454 Implement the new eshell-post-rewrite-command-function.
9455 (eshell-invoke-directly): Remove unused arg `input'.
9456 * eshell/esh-io.el (eshell-io-initialize):
9457 Use eshell-post-rewrite-command-function (bug#15399).
9458 (eshell--apply-redirections): Rename from eshell-apply-redirections;
9459 adjust to new calling convention.
9460 (eshell-create-handles): Rename args to avoid clashing with dynvar
9461 `standard-output'.
9462
9463 2013-09-17 Glenn Morris <rgm@gnu.org>
9464
9465 * simple.el (messages-buffer-mode): New major mode.
9466 (messages-buffer): New function.
9467 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
9468 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
9469 (ert-run-test): Use `messages-buffer' function.
9470 (ert--force-message-log-buffer-truncation): Ignore read-only.
9471 * help.el (view-echo-area-messages): Use `messages-buffer' function.
9472 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
9473
9474 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9475
9476 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
9477
9478 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
9479
9480 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9481
9482 * icomplete.el (icomplete-in-buffer): New var.
9483 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
9484 vars and replace them with functions.
9485 (icomplete-minibuffer-setup): Adjust accordingly.
9486 (icomplete--completion-table, icomplete--completion-predicate)
9487 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
9488 New functions.
9489 (icomplete-forward-completions, icomplete-backward-completions)
9490 (icomplete-simple-completing-p, icomplete-exhibit)
9491 (icomplete-completions): Use them.
9492 (icomplete--in-region-buffer): New var.
9493 (icomplete--in-region-setup): New function.
9494 (icomplete-mode): Use it.
9495
9496 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
9497 (bug#15379).
9498 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
9499 return args and options.
9500 (eshell-eval-using-options): Use the new return value of
9501 eshell--do-opts to set the options's vars in their scope.
9502 (eshell--set-option): Rename from eshell-set-option.
9503 Add arg `opt-vals'.
9504 (eshell--process-option): Rename from eshell-process-option.
9505 Add arg `opt-vals'.
9506 (eshell--process-args): Use an `opt-vals' alist to store the options's
9507 values during their processing and return them additionally to the
9508 remaining args.
9509
9510 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
9511
9512 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
9513 continuation character an operator, as far as indentation is
9514 concerned (Bug#15369).
9515
9516 2013-09-15 Martin Rudalics <rudalics@gmx.at>
9517
9518 * window.el (window--state-put-2): Don't process buffer state
9519 when buffer doesn't exist any more (Bug#15382).
9520
9521 2013-09-15 Glenn Morris <rgm@gnu.org>
9522
9523 * eshell/em-unix.el (eshell/rm):
9524 Make -f ignore missing files. (Bug#15373)
9525
9526 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
9527 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
9528 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
9529
9530 2013-09-14 Glenn Morris <rgm@gnu.org>
9531
9532 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
9533
9534 2013-09-13 Glenn Morris <rgm@gnu.org>
9535
9536 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
9537 (dired-guess-default): Make `file' available in the env. (Bug#15363)
9538
9539 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
9540
9541 * frame.el (x-focus-frame): Mark as declared in frame.c.
9542
9543 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9544
9545 * ls-lisp.el: Use advice-add.
9546 (original-insert-directory): Remove.
9547 (ls-lisp--insert-directory): Rename from insert-directory; add
9548 `orig-fun' argument.
9549 (insert-directory): Advise.
9550
9551 2013-09-13 Eli Zaretskii <eliz@gnu.org>
9552
9553 * term.el (term-emulate-terminal): Decode the command string
9554 before passing it to term-command-hook. (Bug#15337)
9555
9556 2013-09-13 Glenn Morris <rgm@gnu.org>
9557
9558 * eshell/esh-util.el (ange-cache): Move declaration earlier.
9559
9560 * eshell/esh-ext.el (eshell-search-path): Declare.
9561
9562 * eshell/em-prompt.el (eshell/pwd): Autoload it.
9563 Otherwise an error occurs if eshell-dirs module not loaded.
9564
9565 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
9566
9567 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
9568
9569 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
9570 `tramp-check-proper-host'. Check for a valid method name.
9571
9572 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9573 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9574 * net/tramp-sh.el (tramp-maybe-open-connection):
9575 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
9576
9577 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
9578 also for hash values.
9579
9580 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9581
9582 * term/ns-win.el (parameters): Don't declare as dynamic.
9583 (before-make-frame-hook): Don't add ineffective function.
9584
9585 * eshell/*.el: Use lexical-binding (bug#15231).
9586
9587 2013-09-12 Kenichi Handa <handa@gnu.org>
9588
9589 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
9590
9591 2013-09-12 Glenn Morris <rgm@gnu.org>
9592
9593 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
9594 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
9595
9596 * subr.el (do-after-load-evaluation): Also give compiler warnings
9597 when obsolete files are used (except by obsolete files).
9598
9599 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
9600 in the status output, assume `filename' is the first. (Bug#15322)
9601
9602 * vc/vc.el (vc-deduce-fileset): Doc fix.
9603
9604 * calc/calc-help.el (Info-goto-node):
9605 * progmodes/cperl-mode.el (Info-find-node):
9606 * vc/ediff.el (Info-goto-node): Update declarations.
9607
9608 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
9609
9610 * vc/vc-bzr.el (vc-compilation-mode): Declare.
9611 (vc-bzr-pull): Require vc-dispatcher.
9612 * vc/vc-git.el (vc-compilation-mode): Declare.
9613 (vc-git-pull): Require vc-dispatcher.
9614
9615 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
9616
9617 * progmodes/octave.el (help-button-action): Declare.
9618
9619 * shell.el (shell-directory-tracker): Output error as a message
9620 rather than just returning it as a string.
9621 (shell-process-pushd): Remove useless use of message.
9622
9623 * dframe.el (dframe-timer-fn):
9624 * files.el (dir-locals-read-from-file):
9625 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
9626 (mpc-format):
9627 * reveal.el (reveal-post-command):
9628 * saveplace.el (load-save-place-alist-from-file):
9629 * shell.el (shell-resync-dirs):
9630 * w32-common-fns.el (x-get-selection-value):
9631 * emacs-lisp/copyright.el (copyright-find-copyright):
9632 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
9633 * emulation/tpu-edt.el (tpu-copy-keyfile):
9634 * play/bubbles.el (bubbles--mark-neighbourhood):
9635 * progmodes/executable.el
9636 (executable-make-buffer-file-executable-if-script-p):
9637 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
9638
9639 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9640
9641 Cleanup Eshell to rely less on dynamic scoping.
9642 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
9643 last-value, and ext-command here. Bind `args' closer to `body'.
9644 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
9645 (eshell--args): Declare new dynamic var.
9646 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
9647 last-value, and ext-command. Pass `args' to `body'.
9648 (eshell-process-args): Bind eshell--args.
9649 (eshell-set-option): Use eshell--args.
9650 * eshell/eshell.el (eshell): Use derived-mode-p.
9651 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
9652 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
9653 (eshell-glob-function): Declare.
9654 * eshell/esh-util.el: Require cl-lib.
9655 (eshell-read-hosts-file): Avoid add-to-list.
9656 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
9657 `err'.
9658 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
9659 Declare.
9660 (eshell/diff): Remove unused var `err'.
9661 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
9662 `killflag'.
9663 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
9664 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
9665 first use.
9666 * eshell/em-glob.el (eshell-glob-matches, message-shown):
9667 Move declaration before first use.
9668 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
9669 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
9670 rely on cl-return.
9671
9672 2013-09-12 Glenn Morris <rgm@gnu.org>
9673
9674 * term/ns-win.el (global-map): Remove binding for ispell-next,
9675 deleted 1999-05-29. (Bug#15357)
9676
9677 2013-09-11 Glenn Morris <rgm@gnu.org>
9678
9679 * echistory.el (electric-command-history): Remove call to deleted func.
9680
9681 * play/landmark.el (landmark-mode): Fix typos.
9682
9683 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
9684 Check cvs-sort-ignore-file is bound.
9685
9686 * savehist.el: No need for cl when compiling on Emacs.
9687
9688 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9689
9690 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
9691 (bug#15338).
9692 (eshell-self-insert-command, eshell-send-invisible):
9693 Remove unused argument.
9694 (eshell-handle-control-codes): Remove unused var `orig'.
9695 Avoid delete-backward-char.
9696
9697 * files.el (set-auto-mode): Simplify a bit further.
9698
9699 2013-09-11 Glenn Morris <rgm@gnu.org>
9700
9701 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
9702 (set-auto-mode): Don't regexp-quote elements.
9703 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
9704 * progmodes/cc-mode.el (interpreter-mode-alist):
9705 * progmodes/ruby-mode.el (interpreter-mode-alist):
9706 Revert previous change.
9707
9708 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9709
9710 * play/snake.el (snake-mode):
9711 * play/mpuz.el (mpuz-mode):
9712 * play/landmark.el (lm-mode):
9713 * play/blackbox.el (blackbox-mode):
9714 * play/5x5.el (5x5-mode):
9715 * obsolete/options.el (Edit-options-mode):
9716 * net/quickurl.el (quickurl-list-mode):
9717 * net/newst-treeview.el (newsticker-treeview-mode):
9718 * mail/rmailsum.el (rmail-summary-mode):
9719 * mail/mspools.el (mspools-mode):
9720 * locate.el (locate-mode):
9721 * ibuffer.el (ibuffer-mode):
9722 * emulation/ws-mode.el (wordstar-mode):
9723 * emacs-lisp/debug.el (debugger-mode):
9724 * array.el (array-mode):
9725 * net/eudc.el (eudc-mode): Use define-derived-mode.
9726 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
9727 Move initialization into declaration.
9728 (mairix-searches-mode): Use define-derived-mode.
9729 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
9730 (eudc-edit-hotlist): Use dolist.
9731 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
9732 (Man-mode): Use define-derived-mode.
9733 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
9734 (Info-edit-mode): Use define-derived-mode.
9735 (Info-cease-edit): Use Info-mode.
9736 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
9737 into declaration.
9738 (eshell-mode): Use define-derived-mode.
9739 * chistory.el (command-history-mode-map): Rename from
9740 command-history-map.
9741 (command-history-mode): Use define-derived-mode.
9742 (Command-history-setup): Remove function.
9743 * calc/calc.el (calc-trail-mode-map): New var.
9744 (calc-trail-mode): Use define-derived-mode.
9745 (calc-trail-buffer): Set calc-main-buffer manually.
9746 * bookmark.el (bookmark-insert-annotation): New function.
9747 (bookmark-edit-annotation): Use it.
9748 (bookmark-edit-annotation-mode): Make it a proper major mode.
9749 (bookmark-send-edited-annotation): Use derived-mode-p.
9750 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
9751 closer to its ideal place. Use \' to match EOS.
9752
9753 * profiler.el (profiler-calltree-find): Use function-equal.
9754
9755 2013-09-10 Glenn Morris <rgm@gnu.org>
9756
9757 * files.el (interpreter-mode-alist): Convert to regexps.
9758 (set-auto-mode): Adapt for this. (Bug#15306)
9759 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
9760 Comment out unused variable.
9761 * progmodes/cc-mode.el (interpreter-mode-alist):
9762 * progmodes/python.el (interpreter-mode-alist):
9763 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
9764 * progmodes/sh-script.el (sh-set-shell):
9765 No longer use interpreter-mode-alist to get list of shells.
9766
9767 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
9768
9769 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9770
9771 * simple.el: Use set-temporary-overlay-map for universal-argument.
9772 (universal-argument-map): Don't use default-bindings (bug#15317).
9773 Bind switch-frame explicitly. Replace universal-argument-minus with
9774 a conditional binding.
9775 (universal-argument-num-events, saved-overriding-map): Remove.
9776 (restore-overriding-map): Remove.
9777 (universal-argument--mode): Rename from save&set-overriding-map,
9778 and rewrite.
9779 (universal-argument, universal-argument-more, negative-argument)
9780 (digit-argument): Adjust accordingly.
9781 (universal-argument-minus): Remove.
9782 (universal-argument-other-key): Remove.
9783
9784 * subr.el (with-demoted-errors): Add `format' argument.
9785
9786 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
9787
9788 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
9789 `tramp-cleanup-connection'.
9790
9791 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
9792 parameters KEEP-DEBUG and KEEP-PASSWORD.
9793
9794 * net/tramp.el (tramp-file-name-handler):
9795 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9796 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
9797 (tramp-maybe-open-connection):
9798 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9799 Use `tramp-cleanup-connection'.
9800
9801 * net/tramp-sh.el (tramp-maybe-open-connection):
9802 Catch 'uname-changed inside the progress reporter.
9803
9804 2013-09-10 Glenn Morris <rgm@gnu.org>
9805
9806 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
9807
9808 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
9809 returns "alternate access method" in mode (eg "-rw-r--r--.").
9810
9811 2013-09-08 Glenn Morris <rgm@gnu.org>
9812
9813 * saveplace.el (load-save-place-alist-from-file):
9814 Demote errors. (Bug#15305)
9815
9816 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
9817
9818 Improve compatibility with older Emacsen, and XEmacs.
9819
9820 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
9821 only if it is bound. It isn't for XEmacs.
9822 (with-tramp-progress-reporter): Do not let-bind `result'.
9823 This yields to scoping errors in XEmacs.
9824 (tramp-handle-make-auto-save-file-name): New function, moved from
9825 tramp-sh.el.
9826
9827 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
9828 for `make-auto-save-file-name'.
9829 (tramp-adb--gnu-switches-to-ash):
9830 Use `tramp-compat-replace-regexp-in-string'.
9831
9832 * net/tramp-cache.el (tramp-cache-print): Call
9833 `substring-no-properties' only if it is bound. It isn't for XEmacs.
9834
9835 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
9836 bound. It isn't for XEmacs.
9837
9838 * net/tramp-compat.el (tramp-compat-copy-file):
9839 Catch `wrong-number-of-arguments' error.
9840 (tramp-compat-replace-regexp-in-string): New defun.
9841
9842 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
9843 for `make-auto-save-file-name'.
9844 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
9845 `copy-file'.
9846 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
9847 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
9848 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
9849
9850 * net/tramp-gw.el (tramp-gw-open-network-stream):
9851 Use `tramp-compat-replace-regexp-in-string'.
9852
9853 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9854 Call `tramp-handle-make-auto-save-file-name'.
9855 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
9856 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9857 (tramp-sh-file-inotifywait-process-filter):
9858 Use `tramp-compat-replace-regexp-in-string'.
9859 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
9860
9861 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
9862 for `make-auto-save-file-name'.
9863 (tramp-smb-handle-copy-directory):
9864 Call `tramp-compat-replace-regexp-in-string'.
9865 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
9866 (tramp-smb-handle-copy-file): Improve error message.
9867 (tramp-smb-handle-rename-file): Rename directly only in case
9868 `newname' does not exist yet. This is a restriction of smbclient.
9869 (tramp-smb-maybe-open-connection): Rerun the function only when
9870 `auth-sources' is non-nil.
9871
9872 2013-09-08 Kenichi Handa <handa@gnu.org>
9873
9874 * international/characters.el: Set category "^" (Combining) for
9875 more characters.
9876
9877 2013-09-07 Alan Mackenzie <acm@muc.de>
9878
9879 Correctly fontify Java class constructors.
9880 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
9881 in Java Mode.
9882 (c-recognize-typeless-decls): Set the Java value to t.
9883 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9884 While handling a "(", add a check for, effectively, Java, and handle a
9885 "typeless" declaration there.
9886
9887 2013-09-07 Roland Winkler <winkler@gnu.org>
9888
9889 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
9890 field subtitle for entry type book.
9891
9892 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9893
9894 * minibuffer.el: Make minibuffer-complete call completion-in-region
9895 rather than other way around.
9896 (completion--some, completion-pcm--find-all-completions):
9897 Don't delay signals when debugging.
9898 (minibuffer-completion-contents): Beware fields within the
9899 minibuffer contents.
9900 (completion-all-sorted-completions): Use defvar-local.
9901 (completion--do-completion, completion--cache-all-sorted-completions)
9902 (completion-all-sorted-completions, minibuffer-force-complete):
9903 Add args `beg' and `end'.
9904 (completion--in-region-1): New fun, extracted from minibuffer-complete.
9905 (minibuffer-complete): Use completion-in-region.
9906 (completion-complete-and-exit): New fun, extracted from
9907 minibuffer-complete-and-exit.
9908 (minibuffer-complete-and-exit): Use it.
9909 (completion--complete-and-exit): Rename from
9910 minibuffer--complete-and-exit.
9911 (completion-in-region--single-word): New function, extracted from
9912 minibuffer-complete-word.
9913 (minibuffer-complete-word): Use it.
9914 (display-completion-list): Make `common-substring' argument obsolete.
9915 (completion--in-region): Call completion--in-region-1 instead of
9916 minibuffer-complete.
9917 (completion-help-at-point): Pass boundaries to
9918 minibuffer-completion-help as args rather than via an overlay.
9919 (completion-pcm--string->pattern): Use `any-delim'.
9920 (completion-pcm--optimize-pattern): New function.
9921 (completion-pcm--pattern->regex): Handle `any-delim'.
9922 * icomplete.el (icomplete-forward-completions)
9923 (icomplete-backward-completions, icomplete-completions):
9924 Adjust calls to completion-all-sorted-completions and
9925 completion--cache-all-sorted-completions.
9926 (icomplete-with-completion-tables): Default to t.
9927 * emacs-lisp/crm.el (crm--current-element): Rename from
9928 crm--select-current-element. Don't put an overlay but return the
9929 boundaries instead.
9930 (crm--completion-command): Take two new args to bind to the boundaries.
9931 (crm-completion-help): Adjust accordingly.
9932 (crm-complete): Use completion-in-region.
9933 (crm-complete-word): Use completion-in-region--single-word.
9934 (crm-complete-and-exit): Use completion-complete-and-exit.
9935
9936 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9937
9938 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
9939 than dynamically.
9940
9941 2013-09-06 Juri Linkov <juri@jurta.org>
9942
9943 * info.el (Info-display-images-node): When image file doesn't exist
9944 display text version of the image if it's provided in the Info file.
9945 Otherwise, display the location of missing image from SRC attribute.
9946 Add help-echo text property from ALT attribute. (Bug#15279)
9947
9948 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9949
9950 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
9951 (edit-abbrevs-mode): Use define-derived-mode.
9952
9953 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
9954 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
9955 that it's defined.
9956 (epa-key-list-mode, epa-key-mode, epa-info-mode):
9957 Use define-derived-mode.
9958
9959 * epg.el (epg-start-encrypt): Minor CSE simplification.
9960
9961 2013-09-06 William Xu <william.xwl@gmail.com>
9962
9963 * arc-mode.el: Add support for 7za (bug#15264).
9964 (archive-7z-program): New var.
9965 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
9966 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
9967 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
9968
9969 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
9970
9971 Remove URL syntax.
9972
9973 * net/tramp.el (tramp-syntax, tramp-prefix-format)
9974 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
9975 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
9976 (tramp-postfix-host-format, tramp-file-name-regexp)
9977 (tramp-completion-file-name-regexp)
9978 (tramp-completion-dissect-file-name)
9979 (tramp-handle-substitute-in-file-name): Remove 'url case.
9980 (tramp-file-name-regexp-url)
9981 (tramp-completion-file-name-regexp-url): Remove constants.
9982
9983 2013-09-06 Glenn Morris <rgm@gnu.org>
9984
9985 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
9986
9987 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
9988
9989 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
9990 keywords" below "here-doc beginnings" (Bug#15270).
9991
9992 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9993
9994 * subr.el (pop): Use `car-safe'.
9995 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
9996 to detect unused `pop' return value.
9997
9998 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
9999 var `block-regexp'.
10000 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
10001 (python-fill-string): Remove unused var `marker'.
10002 (python-skeleton-add-menu-items): Remove unused var `items'.
10003
10004 * international/mule-cmds.el: Require CL.
10005 (find-coding-systems-for-charsets): Avoid add-to-list.
10006 (sanitize-coding-system-list): New function, extracted from
10007 select-safe-coding-system-interactively.
10008 (select-safe-coding-system-interactively): Use it.
10009 (read-input-method-name): Accept symbols for `default'.
10010
10011 * emacs-lisp/advice.el (defadvice): Add indent rule.
10012
10013 2013-09-05 Daniel Hackney <dan@haxney.org>
10014
10015 * dired-x.el:
10016 * net/ange-ftp.el:
10017 * net/browse-url.el:
10018 * net/dbus.el:
10019 * net/eudc.el:
10020 * net/eudcb-ldap.el:
10021 * net/eww.el:
10022 * net/imap.el:
10023 * printing.el:
10024 * vc/ediff-diff.el:
10025 * vc/ediff-init.el:
10026 * vc/ediff-merg.el:
10027 * vc/ediff-mult.el:
10028 * vc/ediff-util.el:
10029 * vc/ediff-wind.el:
10030 * vc/ediff.el:
10031 * vc/emerge.el:
10032 * vc/pcvs.el:
10033 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
10034 byte compiler. Remove some unused let-bound variables.
10035
10036 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
10037
10038 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
10039 a "ref-cell", since it gets better optimized (bug#14883).
10040
10041 2013-09-05 Glenn Morris <rgm@gnu.org>
10042
10043 * progmodes/cc-awk.el (c-forward-sws): Declare.
10044
10045 2013-09-04 Glenn Morris <rgm@gnu.org>
10046
10047 * generic-x.el [rul-generic-mode]: Require cc-mode.
10048 (c++-mode-syntax-table): Declare.
10049 (rul-generic-mode-syntax-table): Init in the defvar.
10050
10051 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
10052
10053 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
10054 (vc-do-command, vc-set-async-update):
10055 * vc/vc-mtn.el (vc-mtn-dir-status):
10056 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
10057 (vc-hg-pull, vc-hg-merge-branch):
10058 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
10059 (vc-git-merge-branch):
10060 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
10061 (vc-cvs-dir-status-files):
10062 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
10063 (vc-bzr-dir-status-files):
10064 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
10065 * vc/vc-annotate.el: Use lexical-binding.
10066 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
10067 (vc-sentinel-movepoint): Declare.
10068 (vc-annotate): Don't use `goto-line'.
10069 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
10070 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
10071 (vc-sentinel-movepoint): Declare.
10072 * vc/vc-svn.el: Use lexical-binding.
10073 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
10074 * vc/vc-sccs.el:
10075 * vc/vc-rcs.el: Use lexical-binding.
10076
10077 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
10078 `deleted'. Don't drop errors silently.
10079
10080 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
10081
10082 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
10083
10084 * vc/vc.el (vc-ignore): Rewrite.
10085 (vc-default-ignore): New function.
10086 (vc-default-ignore-completion-table): Use find-ignore-file.
10087
10088 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
10089 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
10090 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
10091 Remove. Most code moved to vc.el.
10092
10093 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
10094
10095 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
10096 * net/tramp-smb.el (tramp-smb-get-file-entries):
10097 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
10098 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
10099
10100 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
10101 Update call to it.
10102 (eww-change-select): Remove unused var `properties'.
10103 (eww-make-unique-file-name): Remove unused var `base'.
10104
10105 * finder.el (finder-compile-keywords): Don't mess with windows.
10106
10107 * calculator.el (calculator-funcall): Fix typo in last change.
10108
10109 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
10110
10111 * emacs-lisp/package.el (package-activate-1): Don't let a missing
10112 <pkg>-autoloads.el file stop us.
10113
10114 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
10115 warnings, and factor out common code.
10116
10117 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
10118
10119 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
10120 two-character operators and whether the character preceding them
10121 changes their meaning (Bug#15208).
10122
10123 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
10124
10125 Format code sent to Python shell for robustness.
10126 * progmodes/python.el (python-shell-buffer-substring):
10127 New function.
10128 (python-shell-send-region, python-shell-send-buffer): Use it.
10129
10130 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
10131
10132 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
10133 * net/tramp.el (tramp-user-error): ... here.
10134 (tramp-find-method, tramp-check-proper-host)
10135 (tramp-dissect-file-name, tramp-debug-message)
10136 (tramp-handle-shell-command):
10137 * net/tramp-adb.el (tramp-adb-handle-shell-command):
10138 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
10139
10140 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
10141
10142 2013-09-02 Martin Rudalics <rudalics@gmx.at>
10143
10144 * avoid.el (mouse-avoidance-point-position)
10145 (mouse-avoidance-too-close-p): Handle case where posn-at-point
10146 returns nil.
10147
10148 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
10149
10150 * progmodes/python.el (python-shell-completion-get-completions):
10151 Drop use of deleted `comint-last-prompt-overlay'.
10152 (python-nav-if-name-main): New command.
10153
10154 2013-09-01 Glenn Morris <rgm@gnu.org>
10155
10156 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10157 Avoid leading space in $wins. Otherwise the sed command used by
10158 eg compile-main ends up containing "/*.el". (Bug#15170)
10159
10160 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
10161
10162 2013-08-30 Glenn Morris <rgm@gnu.org>
10163
10164 * emacs-lisp/bytecomp.el (byte-recompile-directory):
10165 Fix is-this-a-directory logic. (Bug#15220)
10166
10167 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10168
10169 * textmodes/css-mode.el: Use SMIE.
10170 (css-smie-grammar): New var.
10171 (css-smie--forward-token, css-smie--backward-token)
10172 (css-smie-rules): New functions.
10173 (css-mode): Use them.
10174 (css-navigation-syntax-table): Remove var.
10175 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
10176 (css-indent-calculate, css-indent-line): Remove functions.
10177
10178 Misc changes to reduce use of `(lambda...); and other cleanups.
10179 * cus-edit.el: Use lexical-binding.
10180 (customize-push-and-save, customize-apropos)
10181 (custom-buffer-create-internal): Use closures.
10182 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
10183 * progmodes/ada-xref.el: Use setq.
10184 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
10185 * dframe.el: Use lexical-binding.
10186 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
10187 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
10188 * descr-text.el: Use lexical-binding.
10189 (describe-text-widget, describe-text-sexp, describe-property-list):
10190 Use closures.
10191 * comint.el (comint-history-isearch-push-state): Use a closure.
10192 * calculator.el: Use lexical-binding.
10193 (calculator-number-to-string): Make it work with lexical-binding.
10194 (calculator-funcall): Same and use cl-letf.
10195
10196 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
10197 (lisp--company-doc-string, lisp--company-location): New functions.
10198 (lisp-completion-at-point): Use them to improve Company support.
10199
10200 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
10201 params of lambda expressions.
10202 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
10203 (ruby-smie--opening-pipe-p): New function.
10204 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
10205 symbols and matched |...| for formal params.
10206 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
10207 from being treated as hanging. Handle "rescue".
10208
10209 2013-08-29 Glenn Morris <rgm@gnu.org>
10210
10211 * progmodes/cc-engine.el (c-pull-open-brace):
10212 Move definition before use.
10213
10214 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10215
10216 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
10217 are immutable. Don't use `unsafe' any more.
10218 (cl--defsubst-expand): Don't substitute at the same time as keeping
10219 a residual unused let-binding. Don't use `unsafe' any more.
10220
10221 2013-08-29 Glenn Morris <rgm@gnu.org>
10222
10223 * calendar/cal-china.el (calendar-chinese-year-cache):
10224 Recenter on 2015.
10225
10226 * nxml/nxml-util.el (nxml-debug-clear-inside):
10227 Use cl-loop rather than loop.
10228
10229 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
10230
10231 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
10232
10233 2013-08-28 Glenn Morris <rgm@gnu.org>
10234
10235 * progmodes/antlr-mode.el: No need to require cc-mode twice.
10236
10237 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
10238
10239 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
10240
10241 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10242
10243 * simple.el (repeat-complex-command--called-interactively-skip):
10244 New function.
10245 (repeat-complex-command): Use it (bug#14136).
10246
10247 * progmodes/cc-mode.el: Minor cleanup of var declarations.
10248 (c-define-abbrev-table): Add `doc' argument.
10249 (c-mode-abbrev-table, c++-mode-abbrev-table)
10250 (objc-mode-abbrev-table, java-mode-abbrev-table)
10251 (idl-mode-abbrev-table, pike-mode-abbrev-table)
10252 (awk-mode-abbrev-table): Use it.
10253 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
10254 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
10255 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
10256 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
10257 Move initialization into the declaration; and remove any
10258 autoload cookie.
10259
10260 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
10261 and dynamic let binding.
10262
10263 * vc/smerge-mode.el: Remove redundant :group args.
10264
10265 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
10266 to load-path.
10267
10268 2013-08-28 Juri Linkov <juri@jurta.org>
10269
10270 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
10271 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
10272 (isearch-other-meta-char): Handle an undefined shifted printing
10273 character by downshifting it. (Bug#15200)
10274
10275 2013-08-28 Juri Linkov <juri@jurta.org>
10276
10277 * isearch.el (isearch-search): Change regexp error message for
10278 non-regexp searches. (Bug#15166)
10279
10280 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
10281
10282 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
10283 for portability to hosts where /bin/sh has problems.
10284
10285 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10286
10287 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
10288
10289 2013-08-27 Juri Linkov <juri@jurta.org>
10290
10291 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
10292 in the keyboard macro. (Bug#15126)
10293
10294 2013-08-27 Juri Linkov <juri@jurta.org>
10295
10296 * isearch.el (isearch-quote-char): Comment out converting unibyte
10297 to multibyte, thus syncing with its `quoted-insert' counterpart.
10298 (Bug#15166)
10299
10300 2013-08-27 Martin Rudalics <rudalics@gmx.at>
10301
10302 * window.el (display-buffer-use-some-window): Add missing
10303 argument in call of get-largest-window (Bug#15185).
10304 Reported by Stephen Leake.
10305
10306 2013-08-27 Glenn Morris <rgm@gnu.org>
10307
10308 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
10309
10310 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10311
10312 * progmodes/python.el (python-font-lock-keywords): Don't return nil
10313 from a matcher-function unless there's no more matches (bug#15161).
10314
10315 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
10316
10317 * minibuffer.el: Revert change from 2013-08-20.
10318
10319 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
10320 with text property `tramp-default', if appropriate.
10321 (tramp-check-proper-host): New defun.
10322 (tramp-dissect-file-name): Do not check hostname. Revert change
10323 of 2013-03-18.
10324 (tramp-backtrace): Make VEC-OR-PROC optional.
10325
10326 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
10327 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10328 * net/tramp-sh.el (tramp-maybe-open-connection):
10329 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
10330 Apply `tramp-check-proper-host'.
10331
10332 2013-08-26 Tassilo Horn <tsdh@gnu.org>
10333
10334 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
10335 lambda expression in order to have `describe-variable' display it.
10336
10337 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
10338
10339 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
10340 BUF can be optional. (Bug#15186)
10341
10342 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
10343
10344 * progmodes/flymake.el (flymake-get-real-file-name-function):
10345 Fix broken customization. (Bug#15184)
10346
10347 2013-08-25 Alan Mackenzie <acm@muc.de>
10348
10349 Improve indentation of bracelists defined by macros (without "=").
10350
10351 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
10352 expansion begins with "{", regard it as bracelist when it doesn't
10353 contain a ";".
10354
10355 Parse C++ inher-intro when there's a template split over 2 lines.
10356
10357 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
10358 rigorously the search for "class" etc. followed by ":".
10359
10360 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
10361 random languages a regexp which never matches rather than nil.
10362
10363 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
10364
10365 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
10366 (c-awk-regexp-one-line-possibly-open-char-list-re)
10367 (c-awk-one-line-possibly-open-regexp-re)
10368 (c-awk-one-line-non-syn-ws*-re): Remove.
10369 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
10370 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
10371 (c-awk-space*-unclosed-regexp-/-re): New constants.
10372 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
10373 aren't regexp delimiters.
10374
10375 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
10376 handling for a rare situation in AWK Mode involving unterminated
10377 strings/regexps.
10378
10379 2013-08-23 Glenn Morris <rgm@gnu.org>
10380
10381 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
10382
10383 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
10384
10385 * files.el (create-file-buffer): If the result would begin with
10386 spaces, prepend a "|" instead of removing them. (Bug#15162)
10387
10388 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10389
10390 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
10391 text-properties (bug#15155).
10392
10393 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
10394 exist any more.
10395 (calc-keypad-redraw): Remove unused var `pad'.
10396 (calc-keypad-press): Remove unused var `menu'.
10397
10398 2013-08-23 Martin Rudalics <rudalics@gmx.at>
10399
10400 * window.el (display-buffer-pop-up-frame):
10401 Call pop-up-frame-function with BUFFER current so `make-frame' will
10402 use it as the new frame's buffer (Bug#15133).
10403
10404 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10405
10406 * calendar/timeclock.el: Minor cleanups.
10407 (timeclock-ask-before-exiting, timeclock-use-display-time):
10408 Use `symbol'.
10409 (timeclock-modeline-display): Define as alias before the
10410 actual definition.
10411 (timeclock-mode-line-display): Use define-minor-mode.
10412 (timeclock-day-list-template): Make it a function, add an argument.
10413 (timeclock-day-list-required, timeclock-day-list-length)
10414 (timeclock-day-list-debt, timeclock-day-list-span)
10415 (timeclock-day-list-break): Adjust calls accordingly.
10416
10417 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10418
10419 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
10420 Use read--expression so that completion works again.
10421
10422 2013-08-21 Sam Steingold <sds@gnu.org>
10423
10424 Add rudimentary inferior shell interaction
10425 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
10426 (sh-set-shell): Reset it.
10427 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
10428 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
10429
10430 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
10431
10432 * align.el: Use lexical-binding.
10433 (align-region): Simplify accordingly.
10434
10435 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
10436
10437 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
10438
10439 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
10440 `non-essential' up.
10441
10442 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
10443
10444 * net/tramp.el:
10445 * net/tramp-adb.el:
10446 * net/tramp-cmds.el:
10447 * net/tramp-ftp.el:
10448 * net/tramp-gvfs.el:
10449 * net/tramp-gw.el:
10450 * net/tramp-sh.el: Don't wrap external variable declarations by
10451 `eval-when-compile'.
10452
10453 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10454
10455 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
10456 now that Emacs supports ImageMagick animations.
10457
10458 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
10459
10460 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
10461 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
10462
10463 2013-08-16 Martin Rudalics <rudalics@gmx.at>
10464
10465 * window.el (mouse-autoselect-window-select): Do autoselect when
10466 mouse pointer is on margin.
10467
10468 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
10469
10470 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
10471
10472 2013-08-16 Glenn Morris <rgm@gnu.org>
10473
10474 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
10475 Handle "Remote Directory" response of some clients. (Bug#15058)
10476
10477 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
10478 Tweak warning. (Bug#14926)
10479
10480 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
10481 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
10482
10483 * image-mode.el (image-mode-map): Add menu items to reverse,
10484 increase, decrease, reset animation speed.
10485 (image--set-speed, image-increase-speed, image-decrease-speed)
10486 (image-reverse-speed, image-reset-speed): New functions.
10487 (image-mode-map): Add bindings for speed commands.
10488
10489 * image.el (image-animate-get-speed, image-animate-set-speed):
10490 New functions.
10491 (image-animate-timeout): Respect image :speed property.
10492
10493 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10494
10495 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
10496 previous line (bug#15101).
10497 (debugger-eval-expression, debugger-record-expression):
10498 Use read--expression (bug#15102).
10499
10500 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
10501
10502 Remove byte compiler warnings, visible when compiling with
10503 `byte-compile-force-lexical-warnings' set to t.
10504
10505 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
10506 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
10507 (tramp-handle-unhandled-file-name-directory)
10508 (tramp-handle-file-notify-add-watch, tramp-action-login)
10509 (tramp-action-succeed, tramp-action-permission-denied)
10510 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
10511 arguments with "_".
10512
10513 * net/tramp-adb.el (tramp-adb-parse-device-names)
10514 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
10515 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
10516 (tramp-adb-handle-file-truename): Remove unused arguments.
10517
10518 * net/tramp-cache.el (tramp-flush-directory-property)
10519 (tramp-flush-connection-property, tramp-list-connections)
10520 (tramp-parse-connection-properties): Prefix unused arguments with "_".
10521
10522 * net/tramp-compat.el (tramp-compat-make-temp-file):
10523 Rename FILENAME to F.
10524
10525 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
10526 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
10527 (tramp-zeroconf-parse-workstation-device-names)
10528 (tramp-zeroconf-parse-webdav-device-names)
10529 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
10530
10531 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
10532 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
10533
10534 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
10535 arguments.
10536 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
10537 (tramp-sh-handle-insert-file-contents-literally)
10538 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
10539 with "_".
10540 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
10541 Remove unused variables.
10542
10543 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10544 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
10545 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
10546
10547 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
10548 Make them a defconst.
10549 (tramp-uuencode-region): Remove unused variable.
10550
10551 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
10552
10553 * frameset.el (frameset--prop-setter): New function.
10554 (frameset-prop): Add gv-setter declaration.
10555 (frameset-filter-minibuffer): Deal with the case that the minibuffer
10556 parameter was already set in FILTERED. Doc fix.
10557 (frameset--record-minibuffer-relationships): Allow saving a
10558 minibufferless frame without its corresponding minibuffer frame.
10559 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
10560 frame, if the frame id matches.
10561 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
10562 frames before orphaned ones.
10563 (frameset-restore): Warn about orphaned windows, instead of error out.
10564
10565 2013-08-14 Martin Rudalics <rudalics@gmx.at>
10566
10567 * window.el (window-make-atom): Don't overwrite parameter
10568 already present.
10569 (display-buffer-in-atom-window): Handle special case where we
10570 split an already atomic window.
10571 (window--major-non-side-window, display-buffer-in-side-window)
10572 (window--side-check): Ignore minibuffer window when walking
10573 window tree.
10574 (window-deletable-p): Return 'frame only if no other frame uses
10575 our minibuffer window.
10576 (record-window-buffer): Run buffer-list-update-hook.
10577 (split-window): Make sure window--check-frame won't destroy an
10578 existing atomic window in case the new window gets nested
10579 inside.
10580 (display-buffer-at-bottom): Ignore minibuffer window when
10581 walking window tree. Don't split a side window.
10582 (pop-to-buffer): Don't set-buffer here, the select-window call
10583 should do that.
10584 (mouse-autoselect-window-select): Autoselect only if we are in the
10585 text portion of the window.
10586
10587 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10588
10589 * net/shr.el (shr-parse-image-data): New function to grab both the
10590 data itself and the Content-Type.
10591 (shr-put-image): Use it.
10592
10593 * net/eww.el (eww-display-image): Ditto.
10594
10595 * image.el (image-content-type-suffixes): New variable.
10596
10597 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
10598
10599 * progmodes/python.el (python-imenu--build-tree)
10600 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
10601
10602 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
10603
10604 * simple.el (backward-word): Mention the optional argument.
10605
10606 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10607
10608 * frameset.el (frameset--make): Rename constructor from make-frameset.
10609 (frameset-p, frameset-valid-p): Don't autoload.
10610 (frameset-valid-p): Use normal accessors.
10611
10612 2013-08-13 Glenn Morris <rgm@gnu.org>
10613
10614 * progmodes/compile.el (compile-command): Tweak example in doc.
10615 * obsolete/scribe.el (scribe-mode):
10616 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
10617
10618 * mail/feedmail.el (feedmail-confirm-outgoing)
10619 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
10620
10621 * cus-start.el (truncate-partial-width-windows): Fix type.
10622
10623 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
10624
10625 * net/shr.el (shr-table-horizontal-line): Fix custom type.
10626
10627 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10628
10629 * emacs-lisp/timer.el (timer--time-setter): New function.
10630 (timer--time): Use it as gv-setter.
10631
10632 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
10633 setter is not a symbol.
10634
10635 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
10636
10637 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
10638 if sending fails. This makes debugging easier.
10639
10640 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
10641
10642 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
10643 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
10644 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
10645
10646 2013-08-12 Eli Zaretskii <eliz@gnu.org>
10647
10648 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
10649
10650 2013-08-12 Glenn Morris <rgm@gnu.org>
10651
10652 * format.el (format-annotate-function):
10653 Handle read-only text properties in the source. (Bug#14887)
10654
10655 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10656
10657 * net/eww.el (eww-display-html): Ignore coding system errors.
10658 One web site uses "utf-8lias" as the coding system.
10659
10660 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
10661
10662 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
10663
10664 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
10665
10666 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
10667 (tutorial--detailed-help): Remove unused local variables.
10668 (tutorial--save-tutorial-to): Use ignore-errors.
10669 (help-with-tutorial): Use looking-at-p.
10670
10671 * view.el (view-buffer-other-window, view-buffer-other-frame):
10672 Mark unused arguments.
10673
10674 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
10675 (woman-select-symbol-fonts, woman, woman-find-file)
10676 (woman-insert-file-contents, woman-non-underline-faces):
10677 Use string-match-p.
10678 (woman1-unquote): Move declaration.
10679
10680 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
10681 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
10682 argument. Remove unused local variable.
10683 (xml-parse-elem-type): Use string-match-p.
10684 (xml-substitute-numeric-entities): Use ignore-errors.
10685
10686 * calculator.el (calculator): Mark unused argument.
10687 (calculator-paste, calculator-quit, calculator-integer-p):
10688 Use ignore-errors.
10689 (calculator-string-to-number, calculator-decimal, calculator-exp)
10690 (calculator-op-or-exp): Use string-match-p.
10691
10692 * dired.el (dired-buffer-more-recently-used-p): Declare.
10693 (dired-insert-set-properties, dired-insert-old-subdirs):
10694 Use ignore-errors.
10695
10696 * dired-aux.el (dired-compress): Use ignore-errors.
10697 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
10698 (dired-do-async-shell-command, dired-do-shell-command)
10699 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
10700 (dired-insert-subdir-validate): Use string-match-p.
10701 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
10702 (dired-add-entry): Use string-match-p, looking-at-p.
10703 (dired-insert-subdir-newpos): Remove unused local variable.
10704
10705 * filenotify.el (file-notify-callback): Remove unused local variable.
10706
10707 * filesets.el (filesets-error): Mark unused argument.
10708 (filesets-which-command-p, filesets-filter-dir-names)
10709 (filesets-directory-files, filesets-get-external-viewer)
10710 (filesets-ingroup-get-data): Use string-match-p.
10711
10712 * find-file.el (ff-other-file-name, ff-other-file-name)
10713 (ff-find-the-other-file, ff-cc-hh-converter):
10714 Remove unused local variables.
10715 (ff-get-file-name): Use string-match-p.
10716 (ff-all-dirs-under): Use ignore-errors.
10717
10718 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
10719 (follow-select-if-visible): Remove unused local variable.
10720
10721 * forms.el (read-file-filter): Move declaration.
10722 (forms--make-format, forms--make-parser, forms-insert-record):
10723 Quote function with #'.
10724 (forms--update): Use string-match-p. Quote function with #'.
10725
10726 * help-mode.el (help-dir-local-var-def): Mark unused argument.
10727 (help-make-xrefs): Use looking-at-p.
10728 (help-xref-on-pp): Use looking-at-p, ignore-errors.
10729
10730 * ibuffer.el (ibuffer-ext-visible-p): Declare.
10731 (ibuffer-confirm-operation-on): Use string-match-p.
10732
10733 * msb.el (msb-item-handler, msb-dired-item-handler):
10734 Mark unused arguments.
10735
10736 * ses.el (ses-decode-cell-symbol)
10737 (ses-kill-override): Remove unused local variable.
10738 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
10739 (ses-load): Use ignore-errors, looking-at-p.
10740 (ses-jump-safe): Use ignore-errors.
10741 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
10742
10743 * tabify.el (untabify, tabify): Mark unused arguments.
10744
10745 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
10746 Mark unused argument.
10747 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
10748 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
10749
10750 * emacs-lisp/timer.el (timer--time): Define setter with
10751 gv-define-setter to avoid deprecation warning.
10752
10753 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
10754 (*record-cmpl-statistics-p*): Remove (was commented out).
10755 (cmpl-statistics-block): Remove (body was commented out).
10756 All callers changed.
10757 (add-completions-from-buffer, load-completions-from-file):
10758 Remove unused variables.
10759
10760 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
10761
10762 * filecache.el (file-cache-delete-file-list):
10763 Print message only when told so.
10764 (file-cache-files-matching): Use #' in mapconcat argument.
10765
10766 * ffap.el (ffap-url-at-point): Fix reference to variable
10767 thing-at-point-default-mail-uri-scheme.
10768
10769 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
10770
10771 * subr.el (define-error): New function.
10772 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
10773 error-file-not-found and define with define-error.
10774 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
10775 and define with define-error.
10776 * userlock.el (file-locked, file-supersession):
10777 * simple.el (mark-inactive):
10778 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
10779 * progmodes/ada-mode.el (ada-mode-errors):
10780 * play/life.el (life-extinct):
10781 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
10782 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
10783 * nxml/rng-util.el (rng-error):
10784 * nxml/rng-uri.el (rng-uri-error):
10785 * nxml/rng-match.el (rng-compile-error):
10786 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
10787 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
10788 * nxml/nxml-rap.el (nxml-scan-error):
10789 * nxml/nxml-outln.el (nxml-outline-error):
10790 * net/soap-client.el (soap-error):
10791 * net/gnutls.el (gnutls-error):
10792 * net/ange-ftp.el (ftp-error):
10793 * mpc.el (mpc-proc-error):
10794 * json.el (json-error, json-readtable-error, json-unknown-keyword)
10795 (json-number-format, json-string-escape, json-string-format)
10796 (json-key-format, json-object-format):
10797 * jka-compr.el (compression-error):
10798 * international/quail.el (quail-error):
10799 * international/kkc.el (kkc-error):
10800 * emacs-lisp/ert.el (ert-test-failed):
10801 * calc/calc.el (calc-error, inexact-result, math-overflow)
10802 (math-underflow):
10803 * bookmark.el (bookmark-error-no-filename):
10804 * epg.el (epg-error): Define with define-error.
10805
10806 * time.el (display-time-event-handler)
10807 (display-time-next-load-average): Don't call sit-for since it seems
10808 unnecessary (bug#15045).
10809
10810 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
10811 Use #' instead of ' to quote functions.
10812 (checkdoc-output-mode): Use setq-local.
10813 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
10814 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
10815 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
10816 (checkdoc-ispell, checkdoc-ispell-current-buffer)
10817 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
10818 (checkdoc-ispell-message-text, checkdoc-ispell-start)
10819 (checkdoc-ispell-continue, checkdoc-ispell-comments)
10820 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
10821
10822 * ido.el (ido-completion-help): Fix up compiler warning.
10823
10824 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
10825
10826 * frameset.el (frameset-p): Add autoload cookie.
10827 (frameset--jump-to-register): New function, based on code moved from
10828 register.el.
10829 (frameset-to-register): Move from register.el. Adapt to `registerv'.
10830
10831 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
10832 (frameset-restore, frameset-save, frameset-session-filter-alist):
10833 Remove declarations.
10834 (register-alist): Doc fix.
10835 (frameset-to-register): Move to frameset.el.
10836 (jump-to-register, describe-register-1): Remove frameset-specific code.
10837
10838 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10839
10840 * allout-widgets.el (allout-widgets-pre-command-business)
10841 (allout-widgets-post-command-business)
10842 (allout-widgets-after-change-handler)
10843 (allout-decorate-item-and-context, allout-set-boundary-marker)
10844 (allout-body-modification-handler)
10845 (allout-graphics-modification-handler): Mark ignored arguments.
10846 (allout-widgets-post-command-business)
10847 (allout-widgets-exposure-change-processor)
10848 (allout-widgets-exposure-undo-processor)
10849 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
10850 (allout-parse-item-at-point, allout-decorate-item-guides)
10851 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
10852 * allout.el (epa-passphrase-callback-function): Declare.
10853 (allout-overlay-insert-in-front-handler)
10854 (allout-overlay-interior-modification-handler)
10855 (allout-isearch-end-handler, allout-chart-siblings)
10856 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
10857 (allout-yank-processing, allout-process-exposed)
10858 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
10859 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
10860 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
10861 (lisp-indent-defform): Mark ignored arguments.
10862 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
10863 (calculate-lisp-indent): Remove unused variables.
10864 * international/characters.el (indian-2-column, arabic-2-column)
10865 (tibetan): Mark ignored arguments.
10866 (use-cjk-char-width-table): Mark ignored arguments.
10867 Remove unused variables.
10868 * international/fontset.el (build-default-fontset-data)
10869 (x-compose-font-name, create-fontset-from-fontset-spec):
10870 Mark ignored arguments.
10871 (fontset-plain-name): Remove unused variables.
10872 * international/mule.el (charset-id, charset-bytes, generic-char-p)
10873 (keyboard-coding-system): Mark ignored arguments.
10874 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
10875 * help.el (resize-temp-buffer-window):
10876 * window.el (display-buffer-in-major-side-window)
10877 (display-buffer-in-side-window, display-buffer-in-previous-window):
10878 Remove unused variables.
10879 * isearch.el (isearch-forward-symbol):
10880 * version.el (emacs-bzr-version-bzr):
10881 * international/mule-cmds.el (current-language-environment):
10882 * term/common-win.el (x-handle-iconic, x-handle-geometry)
10883 (x-handle-display):
10884 * term/pc-win.el (x-list-fonts, x-display-planes)
10885 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
10886 (x-server-version, x-display-screens, x-display-mm-height)
10887 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
10888 (x-selection-owner-p, x-own-selection-internal)
10889 (x-disown-selection-internal, x-get-selection-internal)
10890 (msdos-initialize-window-system):
10891 * term/tty-colors.el (tty-color-alist, tty-color-clear):
10892 * term/x-win.el (x-handle-no-bitmap-icon):
10893 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
10894 (vc-default-find-file-hook, vc-default-extra-menu):
10895 Mark ignored arguments.
10896
10897 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10898
10899 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
10900 break-condition in the context of the debugged code (bug#12685).
10901
10902 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
10903
10904 * comint.el:
10905 Do not use an overlay to highlight the last prompt. (Bug#14744)
10906 (comint-mode): Make comint-last-prompt buffer local.
10907 (comint-last-prompt): New variable.
10908 (comint-last-prompt-overlay): Remove. Superseded by
10909 comint-last-prompt.
10910 (comint-snapshot-last-prompt, comint-output-filter):
10911 Use comint-last-prompt.
10912
10913 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10914
10915 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
10916 (frameset-save): Check validity of the resulting frameset.
10917
10918 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
10919
10920 * ido.el (ido-record-command): Add doc string.
10921
10922 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10923
10924 * frameset.el (frameset): Do not disable creation of the default
10925 frameset-p predicate. Doc fix.
10926 (frameset-valid-p): New function, copied from the old predicate-p.
10927 Add additional checks.
10928 (frameset-restore): Check with frameset-valid-p.
10929 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
10930 (frameset-name, frameset-description, frameset-properties)
10931 (frameset-states): Add docstring.
10932 (frameset-session-filter-alist, frameset-persistent-filter-alist)
10933 (frameset-filter-alist): Doc fixes.
10934
10935 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10936
10937 * frameset.el (frameset-p, frameset-prop): Doc fixes.
10938
10939 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10940
10941 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
10942 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
10943 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
10944 (byte-compile-normal-call): Remove obsolescence check.
10945
10946 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10947
10948 * frameset.el (frameset-restore): Doc fix.
10949
10950 * register.el (frameset-frame-id, frameset-frame-with-id)
10951 (frameset-p, frameset-restore, frameset-save): Declare.
10952 (register-alist): Document framesets.
10953 (frameset-session-filter-alist): Declare.
10954 (frameset-to-register): New function.
10955 (jump-to-register): Implement jumping to framesets. Doc fix.
10956 (describe-register-1): Describe framesets.
10957
10958 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
10959
10960 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
10961
10962 * desktop.el (desktop-save-frameset): Use new frameset-save args.
10963 Use lexical-binding.
10964
10965 * frameset.el (frameset): Use type vector, not list (incompatible
10966 change). Do not declare a new constructor, use the default one.
10967 Upgrade suggested properties `app', `name' and `desc' to slots `app',
10968 `name' and `description', respectively, and add read-only slot
10969 `timestamp'. Doc fixes.
10970 (frameset-copy, frameset-persistent-filter-alist)
10971 (frameset-filter-alist, frameset-switch-to-gui-p)
10972 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
10973 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
10974 (frameset-filter-iconified, frameset-keep-original-display-p):
10975 Doc fixes.
10976 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
10977 Rename from frameset-filter-(save|restore)-param. All callers changed.
10978 Doc fix.
10979 (frameset-p): Adapt to change to vector and be more thorough.
10980 Change arg name to OBJECT. Doc fix.
10981 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
10982 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
10983 All callers changed.
10984 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
10985 All callers changed.
10986 (frameset--record-minibuffer-relationships): Rename from
10987 frameset--process-minibuffer-frames. All callers changed.
10988 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
10989 Use new default constructor (again). Doc fix.
10990 (frameset--find-frame-if): Rename from `frameset--find-frame'.
10991 All callers changed.
10992 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
10993 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
10994 Doc fix.
10995 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
10996 PARAMETERS and WINDOW-STATE, respectively.
10997 (frameset-restore): Add new keyword argument PREDICATE.
10998 Reset frameset--target-display to nil. Doc fix.
10999
11000 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
11001
11002 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
11003 (bat-mode): Use it.
11004 (bat-mode-syntax-table): Mark \n as end-of-comment.
11005 (bat-font-lock-keywords): Remove comment rule.
11006
11007 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
11008 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
11009
11010 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
11011 (byte-compile-callargs-warn): Use `push'.
11012 (byte-compile-arglist-warn): Ignore higher-order "calls".
11013 (byte-compile-file-form-autoload): Use `pcase'.
11014 (byte-compile-function-form): If quoting a symbol, check that it exists.
11015
11016 2013-08-07 Eli Zaretskii <eliz@gnu.org>
11017
11018 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
11019 and add a few popular commands found in batch files.
11020 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
11021 (dos-mode): Doc fixes.
11022
11023 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
11024
11025 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
11026 (dos-mode): Use setq-local. Add space after "rem".
11027 (dos-mode-syntax-table): Don't use "w" for symbol chars.
11028 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
11029
11030 2013-08-07 Arni Magnusson <arnima@hafro.is>
11031
11032 * progmodes/dos.el: New file.
11033 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
11034 dos-mode.
11035
11036 2013-08-06 Glenn Morris <rgm@gnu.org>
11037
11038 * calendar/calendar.el: Add new faces, and day-header-array.
11039 (calendar-weekday-header, calendar-weekend-header)
11040 (calendar-month-header): New faces.
11041 (calendar-day-header-construct): New function.
11042 (calendar-day-header-width): Also :set calendar-day-header-array.
11043 (calendar-american-month-header, calendar-european-month-header)
11044 (calendar-iso-month-header): Use calendar- faces.
11045 (calendar-generate-month):
11046 Use calendar-day-header-array for day headers; apply faces to them.
11047 (calendar-mode): Check calendar-font-lock-keywords non-nil.
11048 (calendar-abbrev-construct): Add optional maxlen argument.
11049 (calendar-day-name-array): Doc fix.
11050 (calendar-day-name-array, calendar-abbrev-length)
11051 (calendar-day-abbrev-array):
11052 Also :set calendar-day-header-array, and maybe redraw.
11053 (calendar-day-header-array): New option. (Bug#15007)
11054 (calendar-font-lock-keywords): Set to nil and make obsolete.
11055 (calendar-day-name): Add option to use header array.
11056
11057 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11058
11059 * net/shr.el (shr-render-td): Remove debugging.
11060 (shr-render-td): Make width computation consistent by defaulting
11061 all zero-width columns to 10 characters. This may not be optimal,
11062 but it's at least consistent.
11063 (shr-make-table-1): Redo last change to fix the real problem in
11064 colspan handling.
11065
11066 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
11067
11068 * files.el (cache-long-line-scans):
11069 Make obsolete alias to `cache-long-scans'.
11070
11071 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
11072
11073 * frameset.el (frameset, frameset-filter-alist)
11074 (frameset-filter-params, frameset-save, frameset--reuse-frame)
11075 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
11076 (frameset-compute-pos): Rename from frameset--compute-pos,
11077 and add docstring.
11078 (frameset-move-onscreen): Use frameset-compute-pos.
11079 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
11080
11081 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
11082 Fix typos in docstrings.
11083
11084 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
11085
11086 * frame.el (get-other-frame): Tiny cleanup.
11087
11088 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
11089
11090 * vc/vc.el (vc-default-ignore-completion-table):
11091 Silence byte-compiler warning.
11092
11093 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
11094 slot, which can indeed be nil.
11095 (frameset-live-filter-alist, frameset-persistent-filter-alist):
11096 Move entry for `left' from persistent to live filter alist.
11097 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
11098 Doc fixes.
11099 (frameset-filter-params): When restoring a frame, copy items added to
11100 `filtered', to avoid unwittingly modifying the original parameters.
11101 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
11102 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
11103
11104 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
11105 to use looking-at-p instead of looking-at. (Bug#15028)
11106
11107 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
11108
11109 Revert introduction of isearch-filter-predicates (bug#14714).
11110 Rely on add-function instead.
11111 * isearch.el (isearch-filter-predicates): Rename it back to
11112 isearch-filter-predicate.
11113 (isearch-message-prefix): Use advice-function-mapc and advice
11114 properties to get the isearch-message-prefix.
11115 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
11116 instead of run-hook-with-args-until-failure.
11117 (isearch-filter-visible): Not obsolete any more.
11118 * loadup.el: Preload nadvice.
11119 * replace.el (perform-replace): Revert to funcall
11120 instead of run-hook-with-args-until-failure.
11121 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
11122 * dired-aux.el (dired-isearch-filenames-mode): Rename from
11123 dired-isearch-filenames-toggle; make it into a proper minor mode.
11124 Use add/remove-function.
11125 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
11126 Call the minor-mode rather than add/remove-hook.
11127 (dired-isearch-filter-filenames):
11128 Remove isearch-message-prefix property.
11129 * info.el (Info--search-loop): New function, extracted from Info-search.
11130 Funcall isearch-filter-predicate instead of
11131 run-hook-with-args-until-failure isearch-filter-predicates.
11132 (Info-search): Use it.
11133 (Info-mode): Use isearch-filter-predicate instead of
11134 isearch-filter-predicates.
11135
11136 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
11137
11138 Do not call to `selected-window' where it is assumed by default.
11139 Affected functions are `window-minibuffer-p', `window-dedicated-p',
11140 `window-hscroll', `window-width', `window-height', `window-buffer',
11141 `window-frame', `window-start', `window-point', `next-window'
11142 and `window-display-table'.
11143 * abbrev.el (abbrev--default-expand):
11144 * bs.el (bs--show-with-configuration):
11145 * buff-menu.el (Buffer-menu-mouse-select):
11146 * calc/calc.el (calc):
11147 * calendar/calendar.el (calendar-generate-window):
11148 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
11149 (diary-make-entry):
11150 * comint.el (send-invisible, comint-dynamic-complete-filename)
11151 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
11152 * completion.el (complete):
11153 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
11154 * disp-table.el (describe-current-display-table):
11155 * doc-view.el (doc-view-insert-image):
11156 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
11157 * ehelp.el (with-electric-help):
11158 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11159 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
11160 * emacs-lisp/helper.el (Helper-help-scroller):
11161 * emulation/cua-base.el (cua--post-command-handler-1):
11162 * eshell/esh-mode.el (eshell-output-filter):
11163 * ffap.el (ffap-gnus-wrapper):
11164 * help-macro.el (make-help-screen):
11165 * hilit-chg.el (highlight-compare-buffers):
11166 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
11167 * hl-line.el (global-hl-line-highlight):
11168 * icomplete.el (icomplete-simple-completing-p):
11169 * isearch.el (isearch-done):
11170 * jit-lock.el (jit-lock-stealth-fontify):
11171 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
11172 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11173 * mpc.el (mpc-tagbrowser, mpc):
11174 * net/rcirc.el (rcirc-any-buffer):
11175 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
11176 * play/landmark.el (landmark-max-width, landmark-max-height):
11177 * play/zone.el (zone):
11178 * progmodes/compile.el (compilation-goto-locus):
11179 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
11180 * progmodes/etags.el (find-tag-other-window):
11181 * progmodes/fortran.el (fortran-column-ruler):
11182 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11183 * progmodes/verilog-mode.el (verilog-point-text):
11184 * reposition.el (reposition-window):
11185 * rot13.el (toggle-rot13-mode):
11186 * server.el (server-switch-buffer):
11187 * shell.el (shell-dynamic-complete-command)
11188 (shell-dynamic-complete-environment-variable):
11189 * simple.el (insert-buffer, set-selective-display)
11190 (delete-completion-window):
11191 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
11192 (speedbar-recenter):
11193 * startup.el (fancy-splash-head):
11194 * textmodes/ispell.el (ispell-command-loop):
11195 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
11196 * tutorial.el (help-with-tutorial):
11197 * vc/add-log.el (add-change-log-entry):
11198 * vc/compare-w.el (compare-windows):
11199 * vc/ediff-help.el (ediff-indent-help-message):
11200 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
11201 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
11202 (ediff-setup-control-frame):
11203 * vc/emerge.el (emerge-position-region):
11204 * vc/pcvs-util.el (cvs-bury-buffer):
11205 * window.el (walk-windows, mouse-autoselect-window-select):
11206 * winner.el (winner-set-conf, winner-undo): Related users changed.
11207
11208 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
11209
11210 * frameset.el (frameset--set-id): Doc fix.
11211 (frameset-frame-id, frameset-frame-id-equal-p)
11212 (frameset-locate-frame-id): New functions.
11213 (frameset--process-minibuffer-frames, frameset--reuse-frame)
11214 (frameset-restore): Use them.
11215
11216 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
11217
11218 Do not call to `selected-frame' where it is assumed by default.
11219 Affected functions are `raise-frame', `redraw-frame',
11220 `frame-first-window', `frame-terminal' and `delete-frame'.
11221 * calendar/appt.el (appt-disp-window):
11222 * epg.el (epg-wait-for-completion):
11223 * follow.el (follow-delete-other-windows-and-split)
11224 (follow-avoid-tail-recenter):
11225 * international/mule.el (set-terminal-coding-system):
11226 * mail/rmail.el (rmail-mail-return):
11227 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11228 * progmodes/f90.el (f90-add-imenu-menu):
11229 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
11230 * server.el (server-switch-buffer):
11231 * simple.el (delete-completion-window):
11232 * talk.el (talk):
11233 * term/xterm.el (terminal-init-xterm-modify-other-keys)
11234 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
11235 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
11236 * vc/ediff.el (ediff-documentation): Related users changed.
11237 * frame.el (selected-terminal): Remove the leftover.
11238
11239 2013-08-05 Glenn Morris <rgm@gnu.org>
11240
11241 * calendar/calendar.el (calendar-generate-month):
11242 Fix for calendar-column-width != 1 + calendar-day-digit-width.
11243 (calendar-generate-month, calendar-font-lock-keywords):
11244 Fix for calendar-day-header-width > length of any day name.
11245
11246 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
11247
11248 * desktop.el (desktop-clear): Use new name of sort predicate.
11249
11250 * frameset.el (frameset): Add docstring. Move :version property to its
11251 own `version' slot.
11252 (frameset-copy): Rename from copy-frameset.
11253 (frameset-p): Check more thoroughly.
11254 (frameset-prop): Do not check for :version, which is no longer a prop.
11255 (frameset-live-filter-alist, frameset-persistent-filter-alist):
11256 Use new :never value instead of t.
11257 (frameset-filter-alist): Expand and clarify docstring.
11258 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
11259 (frameset-filter-minibuffer, frameset-filter-save-param)
11260 (frameset-filter-restore-param, frameset-filter-iconified):
11261 Add pointer to docstring of frameset-filter-alist.
11262 (frameset-filter-params): Rename filter values to be more meaningful:
11263 :never instead of t, and reverse the meanings of :save and :restore.
11264 (frameset--process-minibuffer-frames): Clarify error message.
11265 (frameset-save): Avoid unnecessary and confusing call to framep.
11266 Use new BOA constructor for framesets.
11267 (frameset--reuse-list): Doc fix.
11268 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
11269 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
11270 (frameset-minibufferless-first-p): Doc fix.
11271 Rename from frameset-sort-frames-for-deletion.
11272 (frameset-restore): Doc fixes. Use new function names.
11273 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
11274
11275 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
11276
11277 * desktop.el (desktop-restore-forces-onscreen)
11278 (desktop-restore-reuses-frames): Document :keyword constant values.
11279 (desktop-filter-parameters-alist): Remove, now identical to
11280 frameset-filter-alist.
11281 (desktop--filter-tty*): Remove, moved to frameset.el.
11282 (desktop-save-frameset, desktop-restore-frameset):
11283 Do not pass :filters argument.
11284
11285 * frameset.el (frameset-live-filter-alist)
11286 (frameset-persistent-filter-alist): New variables.
11287 (frameset-filter-alist): Use them. Add autoload cookie.
11288 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
11289 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
11290 `frameset--id' (it's supposed to be internal to frameset.el).
11291 (frameset--process-minibuffer-frames): Ditto. Doc fix.
11292 (frameset--initial-params): New function.
11293 (frameset--get-frame): Use it. Doc fix.
11294 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
11295 Accept :all, not 'all.
11296 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
11297 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
11298 with fbound symbols. Fix frame id matching, and remove matching ids if
11299 the frame being restored is deleted. Obey :delete.
11300
11301 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
11302
11303 * subr.el (macrop): New function.
11304 (text-clone--maintaining): New var.
11305 (text-clone--maintain): Rename from text-clone-maintain. Use it
11306 instead of inhibit-modification-hooks.
11307
11308 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
11309 a proxy, so as handle autoloads and redefinitions of the target.
11310 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
11311
11312 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
11313 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
11314 (pcase--mutually-exclusive-p): New function.
11315 (pcase--split-consp): Use it.
11316 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
11317 mutually exclusive with the current predicate.
11318
11319 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
11320 (edebug-macrop): Remove. Use `macrop' instead.
11321 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
11322 (ad-macro-p):
11323 * eshell/esh-cmd.el (eshell-macrop):
11324 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
11325
11326 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
11327
11328 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
11329 (advice-mapc): New function, using it.
11330 (advice-function-member-p): New function.
11331 (advice--normalize): Store the cdr in advice--saved-rewrite since
11332 that's the part that will be changed.
11333 (advice--symbol-function): New function.
11334 (advice-remove): Handle removal before the function is defined.
11335 Adjust to new advice--saved-rewrite.
11336 (advice-member-p): Use advice-function-member-p and
11337 advice--symbol-function.
11338
11339 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
11340
11341 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
11342 (frameset-filter-minibuffer): Doc fix.
11343 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
11344 (frameset--set-id, frameset--process-minibuffer-frames)
11345 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
11346 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
11347
11348 * desktop.el (desktop-clear): Only delete frames when called
11349 interactively and desktop-restore-frames is non-nil. Doc fix.
11350 (desktop-read): Set desktop-saved-frameset to nil.
11351
11352 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
11353
11354 * vc/vc.el (vc-ignore): Rewrite.
11355 (vc-default-ignore-completion-table, vc--read-lines)
11356 (vc--add-line, vc--remove-regexp): New functions.
11357
11358 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
11359 (vc-svn-ignore-completion-table): New function.
11360
11361 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
11362 (vc-hg-ignore-completion-table)
11363 (vc-hg-find-ignore-file): New functions.
11364
11365 * vc/vc-git.el (vc-git-ignore): Rewrite.
11366 (vc-git-ignore-completion-table)
11367 (vc-git-find-ignore-file): New functions.
11368
11369 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
11370
11371 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
11372 (vc-bzr-ignore-completion-table)
11373 (vc-bzr-find-ignore-file): New functions.
11374
11375 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
11376
11377 * frameset.el (frameset-prop): New function and setter.
11378 (frameset-save): Do not modify frame list passed by the caller.
11379
11380 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11381
11382 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
11383
11384 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11385
11386 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
11387 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
11388
11389 * custom.el (custom-initialize-default, custom-initialize-set)
11390 (custom-initialize-reset, custom-initialize-changed): Affect the
11391 toplevel-default-value (bug#6275, bug#14586).
11392 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
11393 for bug#6275.
11394
11395 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
11396
11397 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11398 Add cl-def* expressions.
11399
11400 * frameset.el (frameset-filter-params): Fix order of arguments.
11401
11402 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
11403
11404 Move code related to saving frames to frameset.el.
11405 * desktop.el: Require frameset.
11406 (desktop-restore-frames): Doc fix.
11407 (desktop-restore-reuses-frames): Rename from
11408 desktop-restoring-reuses-frames.
11409 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
11410 (desktop-clear): Clear frames too.
11411 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
11412 (desktop--filter-tty*, desktop-save, desktop-read):
11413 Use frameset functions.
11414 (desktop-before-saving-frames-functions, desktop--filter-*-color)
11415 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
11416 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
11417 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
11418 (desktop--process-minibuffer-frames, desktop-save-frames)
11419 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
11420 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
11421 (desktop--sort-states, desktop-restoring-frames-p)
11422 (desktop-restore-frames): Remove. Most code moved to frameset.el.
11423 (desktop-restoring-frameset-p, desktop-restore-frameset)
11424 (desktop--check-dont-save, desktop-save-frameset): New functions.
11425 (desktop--app-id): New constant.
11426 (desktop-first-buffer, desktop-buffer-ok-count)
11427 (desktop-buffer-fail-count): Move before first use.
11428 * frameset.el: New file.
11429
11430 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11431
11432 * files.el: Use lexical-binding.
11433 (dir-locals-read-from-file): Remove unused `err' variable.
11434 (hack-dir-local-variables--warned-coding): New var.
11435 (hack-dir-local-variables): Use it to avoid repeated warnings.
11436 (make-backup-file-name--default-function): New function.
11437 (make-backup-file-name-function): Use it as default.
11438 (buffer-stale--default-function): New function.
11439 (buffer-stale-function): Use it as default.
11440 (revert-buffer-insert-file-contents--default-function): New function.
11441 (revert-buffer-insert-file-contents-function): Use it as default.
11442 (insert-directory): Avoid add-to-list.
11443
11444 * autorevert.el (auto-revert-handler): Simplify.
11445 Use buffer-stale--default-function.
11446
11447 2013-08-01 Tassilo Horn <tsdh@gnu.org>
11448
11449 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
11450
11451 * whitespace.el (whitespace-ensure-local-variables): New function.
11452 (whitespace-cleanup-region): Call it.
11453 (whitespace-turn-on): Call it.
11454
11455 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
11456
11457 Complete file name handlers.
11458
11459 * net/tramp.el (tramp-handle-set-visited-file-modtime)
11460 (tramp-handle-verify-visited-file-modtime)
11461 (tramp-handle-file-notify-rm-watch): New functions.
11462 (tramp-call-process): Do not bind `default-directory'.
11463
11464 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11465 Order alphabetically.
11466 <access-file, add-name-to-file, dired-call-process>:
11467 <dired-compress-file, file-acl, file-notify-rm-watch>:
11468 <file-ownership-preserved-p, file-selinux-context>:
11469 <make-directory-internal, make-symbolic-link, set-file-acl>:
11470 <set-file-selinux-context, set-visited-file-modtime>:
11471 <verify-visited-file-modtime>: Add handler.
11472 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
11473
11474 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
11475 <file-notify-add-watch, file-notify-rm-watch>:
11476 <set-file-times, set-visited-file-modtime>:
11477 <verify-visited-file-modtime>: Add handler.
11478 (with-tramp-gvfs-error-message)
11479 (tramp-gvfs-handle-set-visited-file-modtime)
11480 (tramp-gvfs-fuse-file-name): Remove.
11481 (tramp-gvfs-handle-file-notify-add-watch)
11482 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
11483 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
11484
11485 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
11486 Order alphabetically.
11487 <file-notify-rm-watch>: Use default Tramp handler.
11488 <executable-find>: Remove private handler.
11489 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
11490 `default-directory'.
11491 (tramp-sh-handle-executable-find)
11492 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
11493 (tramp-sh-file-gvfs-monitor-dir-process-filter)
11494 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
11495 Do not use `format' in `tramp-message'.
11496
11497 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
11498 <file-notify-rm-watch, set-visited-file-modtime>:
11499 <verify-visited-file-modtime>: Add handler.
11500 (tramp-smb-call-winexe): Do not bind `default-directory'.
11501
11502 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
11503
11504 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
11505
11506 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
11507
11508 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
11509 use it.
11510 (log-view-diff-changeset): Same.
11511 (log-view-diff-common): Call backend command `previous-revision'
11512 to find out the previous revision, in both cases. Swap the
11513 variables `to' and `fr', so that `fr' usually refers to the
11514 earlier revision (Bug#14989).
11515
11516 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
11517
11518 * ibuf-ext.el (ibuffer-filter-by-filename):
11519 Make it work with dired buffers too.
11520
11521 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
11522
11523 * emacs-lisp/re-builder.el (reb-color-display-p):
11524 * files.el (save-buffers-kill-terminal):
11525 * net/browse-url.el (browse-url):
11526 * server.el (server-save-buffers-kill-terminal):
11527 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
11528 Prefer nil to selected-frame for the first arg of frame-parameter.
11529
11530 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
11531
11532 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
11533
11534 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
11535
11536 * minibuffer.el (completion--twq-all): Try and preserve each
11537 completion's case choice (bug#14907).
11538
11539 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11540
11541 * net/network-stream.el (open-network-stream): Mention the new
11542 :nogreeting parameter.
11543 (network-stream-open-starttls): Use the :nogreeting parameter
11544 (bug#14938).
11545
11546 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
11547
11548 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
11549 more natural than popping.
11550
11551 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
11552 (shr-urlify): Highlight under mouse.
11553
11554 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
11555
11556 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
11557
11558 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
11559
11560 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
11561 buffer for output.
11562
11563 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
11564 point-min==1. Fix search string. Fix parentheses missing.
11565
11566 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
11567 assume point-min==1. Fix search string. Fix parentheses missing.
11568
11569 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
11570
11571 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
11572 buffer for output.
11573
11574 2013-07-29 Eli Zaretskii <eliz@gnu.org>
11575
11576 * frame.el (frame-notice-user-settings): Avoid inflooping when the
11577 initial frame is minibuffer-less. (Bug#14841)
11578
11579 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
11580
11581 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
11582 option.
11583
11584 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
11585 (tramp-maybe-open-connection): Use it.
11586
11587 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
11588
11589 * desktop.el (desktop--make-frame): Include `minibuffer' in the
11590 minimal set of parameters passed when creating a frame, because
11591 the minibuffer status of a frame cannot be changed later.
11592
11593 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
11594
11595 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
11596 replace-regexp-in-string and inadvertent omissions in previous change.
11597 (todo-filter-items): Ensure only file names are comma-separated in
11598 name of filtered items buffer.
11599
11600 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
11601
11602 * desktop.el: Optionally force offscreen frames back onscreen.
11603 (desktop-restoring-reuses-frames): New option.
11604 (desktop--compute-pos, desktop--move-onscreen): New functions.
11605 (desktop--make-frame): Use desktop--move-onscreen.
11606
11607 2013-07-27 Alan Mackenzie <acm@muc.de>
11608
11609 Fontify a Java generic method as a function.
11610 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
11611 value to t.
11612
11613 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
11614
11615 * calendar/todo-mode.el: Add command to rename todo files.
11616 (todo-rename-file): New command.
11617 (todo-key-bindings-t): Add key binding for it. Change the
11618 bindings of todo-filter-regexp-items(-multifile) to use `x'
11619 instead of `r', since the latter is better suited to the new
11620 renaming command.
11621
11622 2013-07-27 Alan Mackenzie <acm@muc.de>
11623
11624 Make Java try-with-resources statement parse properly.
11625 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
11626 (c-block-stmt-1-2-key): New language constants/variables.
11627 * progmodes/cc-engine.el (c-beginning-of-statement-1)
11628 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
11629 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
11630 with c-block-stmt-1-2-key.
11631
11632 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
11633
11634 * desktop.el (desktop--make-frame): Apply most frame parameters after
11635 creating the frame to force (partially or totally) offscreen frames to
11636 be restored as such.
11637
11638 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
11639
11640 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
11641 (Bug#14948)
11642
11643 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11644
11645 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
11646 `base' arg of backtrace-frame.
11647
11648 2013-07-26 Eli Zaretskii <eliz@gnu.org>
11649
11650 * simple.el (list-processes): Doc fix.
11651
11652 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
11653
11654 * desktop.el (desktop--select-frame):
11655 Try harder to reuse existing frames.
11656
11657 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11658
11659 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
11660 (edebug-eval): Use backtrace-eval.
11661 (edebug--display, edebug--recursive-edit): Don't let-bind the
11662 edebug-outer-* vars that keep track of variables we locally let-bind.
11663 (edebug-outside-excursion): Don't restore outside values of locally
11664 let-bound vars.
11665 (edebug--display): Use user-error.
11666 (cl-lexical-debug, cl-debug-env): Remove.
11667
11668 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
11669
11670 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
11671 are restored to be sure that they are visible before deleting any
11672 remaining ones.
11673
11674 2013-07-26 Matthias Meulien <orontee@gmail.com>
11675
11676 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
11677 vc-print-root-log. (Bug#14948)
11678
11679 2013-07-26 Richard Stallman <rms@gnu.org>
11680
11681 Add aliases for encrypting mail.
11682 * epa.el (epa-mail-aliases): New option.
11683 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
11684 Bind inhibit-read-only so read-only text doesn't ruin everything.
11685 (epa-mail-default-recipients): New subroutine broken out.
11686 Handle epa-mail-aliases.
11687
11688 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11689
11690 Add support for lexical variables to the debugger's `e' command.
11691 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
11692 vars, except for debugger-outer-match-data.
11693 (debugger-frame-number): Move check for "on a function call" from
11694 callers into it. Add `skip-base' argument.
11695 (debugger-frame, debugger-frame-clear): Simplify accordingly.
11696 (debugger-env-macro): Only reset the state stored in non-variables,
11697 i.e. current-buffer and match-data.
11698 (debugger-eval-expression): Rewrite using backtrace-eval.
11699 * subr.el (internal--called-interactively-p--get-frame): Remove.
11700 (called-interactively-p):
11701 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
11702 `base' arg of backtrace-frame instead.
11703
11704 2013-07-26 Glenn Morris <rgm@gnu.org>
11705
11706 * align.el (align-regexp): Doc fix. (Bug#14857)
11707 (align-region): Explicit error if subexpression missing/does not match.
11708
11709 * simple.el (global-visual-line-mode):
11710 Do not duplicate the mode lighter. (Bug#14858)
11711
11712 2013-07-25 Martin Rudalics <rudalics@gmx.at>
11713
11714 * window.el (display-buffer): In display-buffer bind
11715 split-window-keep-point to t, bug#14829.
11716
11717 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
11718
11719 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
11720 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
11721 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
11722 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
11723 Change accordingly.
11724 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
11725 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
11726
11727 2013-07-25 Glenn Morris <rgm@gnu.org>
11728
11729 * dired-x.el (dired-mark-extension): Convert comment to doc string.
11730
11731 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
11732
11733 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
11734 parameter to modify-frame-parameters if the value has not changed;
11735 this is a workaround for bug#14949.
11736 (desktop--make-frame): On cl-delete-if call, check parameter name,
11737 not full parameter.
11738
11739 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
11740
11741 * vc/vc.el (vc-ignore): New function.
11742
11743 * vc/vc-svn.el (vc-svn-ignore): New function.
11744
11745 * vc/vc-hg.el (vc-hg-ignore): New function.
11746
11747 * vc/vc-git.el (vc-git-ignore): New function.
11748
11749 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
11750 (vc-dir-ignore): New function.
11751
11752 * vc/vc-cvs.el (vc-cvs-ignore): New function.
11753 (cvs-append-to-ignore): Move here from pcvs.el.
11754
11755 * vc/vc-bzr.el (vc-bzr-ignore): New function.
11756
11757 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
11758
11759 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
11760
11761 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
11762 (desktop-restore-frames): Warn when deleting an existing frame failed.
11763
11764 2013-07-24 Glenn Morris <rgm@gnu.org>
11765
11766 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
11767
11768 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
11769
11770 * filenotify.el (file-notify-supported-p):
11771 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
11772 Remove functions.
11773
11774 * autorevert.el (auto-revert-use-notify)
11775 (auto-revert-notify-add-watch):
11776 * net/tramp.el (tramp-file-name-for-operation):
11777 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11778 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11779 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
11780 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11781 Remove `file-notify-supported-p' entry.
11782
11783 2013-07-24 Glenn Morris <rgm@gnu.org>
11784
11785 * printing.el: Replace all uses of deleted ps-windows-system,
11786 ps-lp-system, ps-flatten-list with lpr- versions.
11787
11788 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
11789
11790 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
11791 checked with memq (bug#14935).
11792
11793 * files.el (revert-buffer-function): Use a non-nil default.
11794 (revert-buffer-preserve-modes): Declare var to
11795 provide access to the `preserve-modes' argument.
11796 (revert-buffer): Let-bind it.
11797 (revert-buffer--default): New function, extracted from revert-buffer.
11798
11799 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
11800
11801 * lpr.el: Signal print errors more prominently.
11802 (print-region-function): Don't default to nil.
11803 (lpr-print-region): New function, extracted from print-region-1.
11804 Check lpr's return value and signal an error in case of problem.
11805 (print-region-1): Use it.
11806 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
11807 versions instead.
11808 (ps-printer-name): Default to nil.
11809 (ps-printer-name-option): Default to lpr-printer-switch.
11810 (ps-print-region-function): Don't default to nil.
11811 (ps-postscript-code-directory): Simplify default.
11812 (ps-do-despool): Use lpr-print-region to properly check the outcome.
11813 (ps-string-list, ps-eval-switch, ps-flatten-list)
11814 (ps-flatten-list-1): Remove.
11815 (ps-multibyte-buffer): Avoid setq.
11816 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
11817 (print-region-function, ps-print-region-function): Don't set them here.
11818
11819 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
11820
11821 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
11822 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
11823 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
11824 (ido-decorations): Doc fix.
11825
11826 * ansi-color.el: Fix old URL.
11827
11828 2013-07-23 Michael R. Mauger <michael@mauger.com>
11829
11830 * progmodes/sql.el: Version 3.3
11831 (sql-product-alist): Improve oracle :prompt-cont-regexp.
11832 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
11833 (sql-interactive-remove-continuation-prompt): Rewrite, use
11834 functions above. Fix continuation prompt and complete output line
11835 handling.
11836 (sql-redirect-one, sql-execute): Use `read-only-mode' on
11837 redirected output buffer.
11838 (sql-mode): Restore deleted code (Bug#13591).
11839
11840 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
11841
11842 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
11843
11844 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
11845
11846 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
11847
11848 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11849 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11850 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
11851
11852 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
11853
11854 * desktop.el (desktop-clear): Simplify; remove useless checks
11855 against invalid buffer names.
11856 (desktop-list*): Use cl-list*.
11857 (desktop-buffer-info, desktop-create-buffer): Simplify.
11858
11859 2013-07-23 Leo Liu <sdl.web@gmail.com>
11860
11861 * bookmark.el (bookmark-make-record): Restore NAME as a default
11862 value. (Bug#14933)
11863
11864 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
11865
11866 * emacs-lisp/autoload.el (autoload--setup-output): New function,
11867 extracted from autoload--insert-text.
11868 (autoload--insert-text): Remove.
11869 (autoload--print-cookie-text): New function, extracted from
11870 autoload--insert-cookie-text.
11871 (autoload--insert-cookie-text): Remove.
11872 (autoload-generate-file-autoloads): Adjust calls accordingly.
11873
11874 * winner.el (winner-hook-installed-p): Remove.
11875 (winner-mode): Simplify accordingly.
11876
11877 * subr.el (add-to-list): Fix compiler-macro when `append' is
11878 not constant. Don't use `cl-member' for the base case.
11879
11880 * progmodes/subword.el: Fix boundary case (bug#13758).
11881 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
11882 own group.
11883 (subword-backward-regexp): Make it a constant.
11884 (subword-forward-internal): Don't treat a trailing capital as the
11885 beginning of a word.
11886
11887 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
11888
11889 * emacs-lisp/package.el (package-menu-mode): Don't modify the
11890 global value of tabulated-list-revert-hook (bug#14930).
11891
11892 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
11893
11894 * desktop.el: Require 'cl-lib.
11895 (desktop-before-saving-frames-functions): New hook.
11896 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
11897 for frames being saved. Rename from desktop--save-minibuffer-frames.
11898 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
11899 Do not save frames with non-nil `desktop-dont-save' parameter.
11900 Filter out deleted frames.
11901 (desktop--find-frame): Use cl-find-if.
11902 (desktop--select-frame): Use cl-(first|second|third) to access values
11903 of desktop-mini.
11904 (desktop--make-frame): Use cl-delete-if.
11905 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
11906 (desktop-restore-frames): Use cl-(first|second|third) to access values
11907 of desktop-mini. Look for visible frame at the end, not while
11908 restoring frames.
11909
11910 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
11911 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
11912 Use string-match-p, looking-at-p (bug#14927).
11913
11914 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
11915
11916 * desktop.el (desktop-saved-frame-states):
11917 Rename from desktop--saved-states; all users changed.
11918 (desktop-save-frames): Rename from desktop--save-frames.
11919 Do not save state to desktop file.
11920 (desktop-save): Save desktop-saved-frame-states to desktop file
11921 and reset to nil.
11922 (desktop-restoring-frames-p): New function.
11923 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
11924 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
11925 buffer-lists when restoring frames. Suggested by Martin Rudalics.
11926
11927 * desktop.el: Correctly restore iconified frames.
11928 (desktop--filter-iconified-position): New function.
11929 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
11930
11931 2013-07-20 Glenn Morris <rgm@gnu.org>
11932
11933 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
11934 Let `message' do the formatting.
11935 (def-gdb-preempt-display-buffer): Add explicit format.
11936
11937 * image-dired.el (image-dired-track-original-file):
11938 Use with-current-buffer.
11939 (image-dired-track-thumbnail): Use with-current-buffer.
11940 Avoid changing point of wrong window.
11941
11942 * image-dired.el (image-dired-track-original-file):
11943 Avoid changing point of wrong window. (Bug#14909)
11944
11945 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
11946
11947 * progmodes/gdb-mi.el (gdb-done-or-error):
11948 Guard against "%" in gdb output. (Bug#14127)
11949
11950 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
11951
11952 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
11953 (Bug#14826)
11954
11955 * international/mule.el (coding-system-iso-2022-flags): Fix last
11956 change.
11957
11958 2013-07-20 Kenichi Handa <handa@gnu.org>
11959
11960 * international/mule.el (coding-system-iso-2022-flags):
11961 Add `8-bit-level-4'. (Bug#8522)
11962
11963 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11964
11965 * net/shr.el (shr-mouse-browse-url): New command and keystroke
11966 (bug#14815).
11967
11968 * net/eww.el (eww-process-text-input): Allow inputting when the
11969 point is at the start of the line, as the properties aren't
11970 front-sticky.
11971
11972 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
11973 degenerate widths.
11974
11975 2013-07-19 Richard Stallman <rms@gnu.org>
11976
11977 * epa.el (epa-popup-info-window): Doc fix.
11978
11979 * subr.el (split-string): New arg TRIM.
11980
11981 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
11982
11983 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
11984 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
11985
11986 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
11987
11988 * filenotify.el (file-notify--library): Rename from
11989 `file-notify-support'. Do not autoload. Adapt all uses.
11990 (file-notify-supported-p): New defun.
11991
11992 * autorevert.el (auto-revert-use-notify):
11993 Use `file-notify-supported-p' instead of `file-notify-support'.
11994 Adapt docstring.
11995 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
11996
11997 * net/tramp.el (tramp-file-name-for-operation):
11998 Add `file-notify-supported-p'.
11999
12000 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
12001 New defun.
12002 (tramp-sh-file-name-handler-alist): Add it as handler for
12003 `file-notify-supported-p '.
12004
12005 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12006 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12007 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12008 Add `ignore' as handler for `file-notify-*' functions.
12009
12010 2013-07-17 Eli Zaretskii <eliz@gnu.org>
12011
12012 * simple.el (line-move-partial, line-move): Don't start vscroll or
12013 scroll-up if the current line is not taller than the window.
12014 (Bug#14881)
12015
12016 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
12017
12018 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
12019 highlight question marks in the method names as strings.
12020 (ruby-block-beg-keywords): Inline.
12021 (ruby-font-lock-keyword-beg-re): Extract from
12022 `ruby-font-lock-keywords'.
12023
12024 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
12025
12026 * frame.el (blink-cursor-blinks): New defcustom.
12027 (blink-cursor-blinks-done): New defvar.
12028 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
12029 (blink-cursor-timer-function): Check if number of blinks has been
12030 done on X and NS.
12031 (blink-cursor-suspend, blink-cursor-check): New defuns.
12032
12033 2013-07-15 Glenn Morris <rgm@gnu.org>
12034
12035 * edmacro.el (edmacro-format-keys): Fix previous change.
12036
12037 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
12038
12039 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
12040 The hack didn't work outside English locales anyway.
12041
12042 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
12043
12044 * simple.el (define-alternatives): Rename from alternatives-define,
12045 per RMS' suggestion.
12046
12047 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
12048
12049 * desktop.el (desktop-restore-frames): Change default to t.
12050 (desktop-restore-in-current-display): Now offer more options.
12051 (desktop-restoring-reuses-frames): New customization option.
12052 (desktop--saved-states): Doc fix.
12053 (desktop-filter-parameters-alist): New variable, renamed and expanded
12054 from desktop--excluded-frame-parameters.
12055 (desktop--target-display): New variable.
12056 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
12057 (desktop--filter-tty*, desktop--filter-*-color)
12058 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
12059 (desktop--filter-save-desktop-parm)
12060 (desktop-restore-in-original-display-p): New functions.
12061 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
12062 (desktop--save-minibuffer-frames): New function, inspired by a similar
12063 function from Martin Rudalics.
12064 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
12065 (desktop--restore-in-this-display-p): Remove.
12066 (desktop--find-frame): Rename from desktop--find-frame-in-display
12067 and add predicate argument.
12068 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
12069 (desktop--reuse-list): New variable.
12070 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
12071 New functions.
12072 (desktop--restore-frames): Add support for "minibuffer-special" frames.
12073
12074 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
12075
12076 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
12077
12078 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
12079
12080 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
12081 Highlight conversion methods on Kernel.
12082
12083 2013-07-13 Alan Mackenzie <acm@muc.de>
12084
12085 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
12086 and comment it out. This out-commenting enables certain C++
12087 declarations to be parsed correctly.
12088
12089 2013-07-13 Eli Zaretskii <eliz@gnu.org>
12090
12091 * international/mule.el (define-coding-system): Doc fix.
12092
12093 * simple.el (default-font-height): Don't call font-info if the
12094 frame's default font didn't change since the frame was created.
12095 (Bug#14838)
12096
12097 2013-07-13 Leo Liu <sdl.web@gmail.com>
12098
12099 * ido.el (ido-read-file-name): Guard against non-symbol value.
12100
12101 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
12102
12103 * progmodes/python.el (python-imenu--build-tree): Fix corner case
12104 in nested defuns.
12105
12106 2013-07-13 Leo Liu <sdl.web@gmail.com>
12107
12108 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
12109 ido-set-matches call. (Bug#6852)
12110
12111 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
12112
12113 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
12114 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
12115 Ruby 2.0.
12116 (ruby-font-lock-keywords): Distinguish calls to functions with
12117 module-like names from module references. Highlight character
12118 literals.
12119
12120 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
12121
12122 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
12123 (gdb-send): Handle continued commands. (Bug#14847)
12124
12125 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
12126
12127 * desktop.el (desktop--v2s): Remove unused local variable.
12128 (desktop-save-buffer): Make defvar-local; adjust docstring.
12129 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
12130 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
12131
12132 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
12133
12134 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
12135
12136 2013-07-12 Eli Zaretskii <eliz@gnu.org>
12137
12138 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
12139 (Bug#14842)
12140
12141 2013-07-12 Glenn Morris <rgm@gnu.org>
12142
12143 * doc-view.el: Require cl-lib at runtime too.
12144 (doc-view-remove-if): Remove.
12145 (doc-view-search-next-match, doc-view-search-previous-match):
12146 Use cl-remove-if.
12147
12148 * edmacro.el: Require cl-lib at runtime too.
12149 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
12150 (edmacro-mismatch, edmacro-subseq): Remove.
12151
12152 * shadowfile.el: Require cl-lib.
12153 (shadow-remove-if): Remove.
12154 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
12155 Use cl-remove-if.
12156
12157 * wid-edit.el: Require cl-lib.
12158 (widget-choose): Use cl-remove-if.
12159 (widget-remove-if): Remove.
12160
12161 * progmodes/ebrowse.el: Require cl-lib at runtime too.
12162 (ebrowse-delete-if-not): Remove.
12163 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
12164 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
12165 Use cl-delete-if-not.
12166
12167 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
12168
12169 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
12170 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
12171
12172 2013-07-12 Leo Liu <sdl.web@gmail.com>
12173
12174 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
12175
12176 2013-07-11 Glenn Morris <rgm@gnu.org>
12177
12178 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
12179 (edebug-gensym-index, edebug-gensym):
12180 Remove reimplementation of cl-gensym.
12181 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
12182
12183 * thumbs.el: Require cl-lib at run-time too.
12184 (thumbs-gensym-counter, thumbs-gensym):
12185 Remove reimplementation of cl-gensym.
12186 (thumbs-temp-file): Use cl-gensym.
12187
12188 * emacs-lisp/ert.el: Require cl-lib at runtime too.
12189 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
12190 (ert--intersection, ert--set-difference, ert--set-difference-eq)
12191 (ert--union, ert--gensym-counter, ert--gensym-counter)
12192 (ert--coerce-to-vector, ert--remove*, ert--string-position)
12193 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
12194 (ert-make-test-unbound, ert--expand-should-1)
12195 (ert--expand-should, ert--should-error-handle-error)
12196 (should-error, ert--explain-equal-rec)
12197 (ert--plist-difference-explanation, ert-select-tests)
12198 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
12199 Use cl-lib functions rather than reimplementations.
12200
12201 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
12202
12203 * net/tramp.el (tramp-methods): Extend docstring.
12204 (tramp-connection-timeout): New defcustom.
12205 (tramp-error-with-buffer): Reset timestamp only when appropriate.
12206 (with-tramp-progress-reporter): Simplify.
12207 (tramp-process-actions): Improve messages.
12208
12209 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
12210 * net/tramp-sh.el (tramp-maybe-open-connection):
12211 Use `tramp-connection-timeout'.
12212 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
12213 (Bug#14808)
12214
12215 2013-07-11 Leo Liu <sdl.web@gmail.com>
12216
12217 * ido.el (ido-read-file-name): Conform to the requirements of
12218 read-file-name. (Bug#11861)
12219 (ido-read-directory-name): Conform to the requirements of
12220 read-directory-name.
12221
12222 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
12223
12224 * subr.el (delay-warning): New function.
12225
12226 2013-07-10 Eli Zaretskii <eliz@gnu.org>
12227
12228 * simple.el (default-line-height): New function.
12229 (line-move-partial, line-move): Use it instead of computing the
12230 line height inline.
12231 (line-move-partial): Always compute ROWH. If the last line is
12232 partially-visible, but its text is completely visible, allow
12233 cursor to enter such a partially-visible line.
12234
12235 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
12236
12237 Improve error messages. (Bug#14808)
12238
12239 * net/tramp.el (tramp-current-connection): New defvar, moved from
12240 tramp-sh.el.
12241 (tramp-message-show-progress-reporter-message): Remove, not
12242 needed anymore.
12243 (tramp-error-with-buffer): Show message in minibuffer.
12244 Discard input before waiting. Reset connection timestamp.
12245 (with-tramp-progress-reporter): Improve messages.
12246 (tramp-process-actions): Use progress reporter. Delete process in
12247 case of error. Improve messages.
12248
12249 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
12250 Call `tramp-error-with-buffer' with vector and buffer.
12251 (tramp-current-connection): Remove.
12252 (tramp-maybe-open-connection): The car of
12253 `tramp-current-connection' are the first 3 slots of the vector.
12254
12255 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
12256
12257 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
12258 inside continued strings.
12259
12260 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
12261
12262 Timestamp fixes for undo (Bug#14824).
12263 * files.el (clear-visited-file-modtime): Move here from fileio.c.
12264
12265 2013-07-10 Leo Liu <sdl.web@gmail.com>
12266
12267 * files.el (require-final-newline): Allow safe local value.
12268 (Bug#14834)
12269
12270 2013-07-09 Leo Liu <sdl.web@gmail.com>
12271
12272 * ido.el (ido-read-directory-name): Handle fallback.
12273 (ido-read-file-name): Update DIR to ido-current-directory.
12274 (Bug#1516)
12275 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
12276
12277 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
12278
12279 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
12280 "autoload". Remove "warn lower camel case" section, previously
12281 commented out. Highlight negation char. Do not highlight the
12282 target in singleton method definitions.
12283
12284 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
12285
12286 * faces.el (tty-setup-hook): Declare the hook.
12287
12288 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
12289 and detect when a guard/pred depends on local vars (bug#14773).
12290 (pcase--u1): Adjust caller.
12291
12292 2013-07-08 Eli Zaretskii <eliz@gnu.org>
12293
12294 * simple.el (line-move-partial, line-move): Account for
12295 line-spacing.
12296 (line-move-partial): Avoid setting vscroll when the last
12297 partially-visible line in window is of default height.
12298
12299 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
12300
12301 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
12302 been used a while.
12303
12304 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
12305
12306 * subr.el (read-quoted-char): Remove unused local variable `char'.
12307
12308 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
12309
12310 * vc/ediff.el (ediff-version): Version update.
12311 (ediff-files-command, ediff3-files-command, ediff-merge-command)
12312 (ediff-merge-with-ancestor-command, ediff-directories-command)
12313 (ediff-directories3-command, ediff-merge-directories-command)
12314 (ediff-merge-directories-with-ancestor-command): New functions.
12315 All are command-line interfaces to ediff: to facilitate calling
12316 Emacs with the appropriate ediff functions invoked.
12317
12318 * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
12319 New function.
12320 (viper-save-kill-buffer): Check if buffer is modified.
12321
12322 * emulation/viper.el (viper-version): Version update.
12323 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
12324
12325 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
12326
12327 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
12328 * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
12329 (viper-intercept-ESC-key): Simplify.
12330 * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
12331 don't use kbd.
12332 * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
12333 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
12334 (viper-setup-ESC-to-escape): New functions.
12335 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
12336 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
12337
12338 2013-07-07 Eli Zaretskii <eliz@gnu.org>
12339
12340 * simple.el (default-font-height, window-screen-lines):
12341 New functions.
12342 (line-move, line-move-partial): Use them instead of
12343 frame-char-height and window-text-height. This makes scrolling
12344 text smoother when the buffer's default face uses a font that is
12345 different from the frame's default font.
12346
12347 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
12348
12349 * files.el (write-file): Do not display confirm dialog for NS,
12350 it does its own dialog, which can't be canceled (Bug#14578).
12351
12352 2013-07-06 Eli Zaretskii <eliz@gnu.org>
12353
12354 * simple.el (line-move-partial): Adjust the row returned by
12355 posn-at-point for the current window-vscroll. (Bug#14567)
12356
12357 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
12358
12359 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
12360 (tramp-sh-file-inotifywait-process-filter): Handle file names with
12361 spaces.
12362
12363 2013-07-06 Martin Rudalics <rudalics@gmx.at>
12364
12365 * window.el (window-state-put-stale-windows): New variable.
12366 (window--state-put-2): Save list of windows without matching buffer.
12367 (window-state-put): Remove "bufferless" windows if possible.
12368
12369 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
12370
12371 * simple.el (alternatives-define): Remove leftover :group keyword.
12372 Tweak docstring.
12373
12374 2013-07-06 Leo Liu <sdl.web@gmail.com>
12375
12376 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
12377 (ido-enable-virtual-buffers): New variable.
12378 (ido-buffer-internal, ido-toggle-virtual-buffers)
12379 (ido-make-buffer-list): Use it.
12380 (ido-exhibit): Support turning on and off virtual buffers
12381 automatically.
12382
12383 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
12384
12385 * simple.el (alternatives-define): New macro.
12386
12387 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
12388
12389 * subr.el (read-quoted-char): Use read-key.
12390 (sit-for): Let read-event decode tty input (bug#14782).
12391
12392 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
12393
12394 * calendar/todo-mode.el: Add handling of file deletion, both by
12395 mode command and externally. Fix various related bugs.
12396 Clarify Commentary and improve some documentation strings and code.
12397 (todo-delete-file): New command.
12398 (todo-check-file): New function.
12399 (todo-show): Handle external deletion of the file we're trying to
12400 show (bug#14688). Replace called-interactively-p by an optional
12401 prefix argument to avoid problematic interaction with catch form
12402 when byte compiled (bug#14702).
12403 (todo-quit): Handle external deletion of the archive's todo file.
12404 Make sure the buffer that was visiting the archive file is still
12405 live before trying to bury it.
12406 (todo-category-completions): Handle external deletion of any
12407 category completion files.
12408 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
12409 of todo files, in case of external deletion.
12410 (todo-add-file): Replace unnecessary setq by let-binding.
12411 (todo-find-archive): Check whether there are any archives.
12412 Replace unnecessary setq by let-binding.
12413 (todo-archive-done-item): Use find-file-noselect to get the
12414 archive buffer whether or not the archive already exists.
12415 Remove superfluous code. Use file size instead of buffer-file-name to
12416 check if the archive is new; if it is, update list of archives.
12417 (todo-default-todo-file): Allow nil to be a valid value for when
12418 there are no todo files.
12419 (todo-reevaluate-default-file-defcustom): Use corrected definition
12420 of todo-default-todo-file.
12421 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
12422 (todo-delete-category, todo-show-categories-table)
12423 (todo-category-number): Clarify comment.
12424 (todo-filter-items): Clarify documentation string.
12425 (todo-show-current-file, todo-display-as-todo-file)
12426 (todo-reset-and-enable-done-separator): Tweak documentation string.
12427 (todo-done-separator): Make separator length window-width, since
12428 bug#2749 is now fixed.
12429
12430 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
12431
12432 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
12433 Support both "gvfs-monitor-dir" and "inotifywait".
12434 (tramp-sh-file-inotifywait-process-filter): Rename from
12435 `tramp-sh-file-notify-process-filter'.
12436 (tramp-sh-file-gvfs-monitor-dir-process-filter)
12437 (tramp-get-remote-gvfs-monitor-dir): New defuns.
12438
12439 2013-07-05 Leo Liu <sdl.web@gmail.com>
12440
12441 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
12442
12443 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12444
12445 * frame.el (display-pixel-height, display-pixel-width)
12446 (display-mm-height, display-mm-width): Mention behavior on
12447 multi-monitor setups in docstrings.
12448 (w32-display-monitor-attributes-list): Declare function.
12449 (display-monitor-attributes-list): Use it.
12450
12451 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
12452
12453 * filenotify.el: New package.
12454
12455 * autorevert.el (top): Require filenotify.el.
12456 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
12457 instead.
12458 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
12459 (auto-revert-notify-handler): Use `file-notify-*' functions.
12460
12461 * subr.el (file-notify-handle-event): Move function to filenotify.el.
12462
12463 * net/tramp.el (tramp-file-name-for-operation):
12464 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
12465
12466 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
12467 for `file-notify-add-watch' and `file-notify-rm-watch'.
12468 (tramp-process-sentinel): Improve trace.
12469 (tramp-sh-handle-file-notify-add-watch)
12470 (tramp-sh-file-notify-process-filter)
12471 (tramp-sh-handle-file-notify-rm-watch)
12472 (tramp-get-remote-inotifywait): New defuns.
12473
12474 2013-07-03 Juri Linkov <juri@jurta.org>
12475
12476 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
12477 call of `occur-read-primary-args' to interactive spec.
12478
12479 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
12480 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
12481
12482 2013-07-03 Matthias Meulien <orontee@gmail.com>
12483
12484 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
12485 `Buffer-menu-multi-occur'. Add it to the menu.
12486 (Buffer-menu-mode): Document it in docstring.
12487 (Buffer-menu-multi-occur): New command. (Bug#14673)
12488
12489 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
12490
12491 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
12492 keywords and built-ins.
12493
12494 2013-07-03 Glenn Morris <rgm@gnu.org>
12495
12496 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
12497
12498 Make info-xref checks case-sensitive by default
12499 * info.el (Info-find-node, Info-find-in-tag-table)
12500 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
12501 Add option for exact case matching of nodes.
12502 * info-xref.el (info-xref): New custom group.
12503 (info-xref-case-fold): New option.
12504 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
12505
12506 2013-07-03 Leo Liu <sdl.web@gmail.com>
12507
12508 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
12509
12510 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
12511
12512 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
12513 middle of block statement initially, lower the depth. Remove
12514 FIXME comment, not longer valid. Remove middle of block statement
12515 detection, no need to do that anymore since we've been using
12516 `ruby-parse-region' here.
12517
12518 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
12519
12520 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
12521
12522 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
12523
12524 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
12525
12526 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
12527
12528 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
12529 (desktop-restore-in-current-display): New customization option.
12530 (desktop--excluded-frame-parameters): Add `font'.
12531 (desktop--save-frames): Rename from desktop--save-windows.
12532 (desktop--restore-in-this-display-p): New function.
12533 (desktop--make-full-frame): Remove unwanted width/height from
12534 full(width|height) frames.
12535 (desktop--restore-frames): Rename from desktop--restore-windows.
12536 Obey desktop-restore-current-display. Do not delete old frames or
12537 select a new frame unless we were able to restore at least one frame.
12538
12539 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
12540
12541 * files.el (find-file-noselect): Simplify conditional expression.
12542
12543 * textmodes/remember.el (remember-append-to-file):
12544 Don't mix `find-buffer-visiting' and `get-file-buffer'.
12545
12546 Add `remember-notes' function to store random notes across Emacs
12547 restarts.
12548 * textmodes/remember.el (remember-data-file): Add :set callback to
12549 affect notes buffer (if any).
12550 (remember-notes): New command.
12551 (remember-notes-buffer-name, bury-remember-notes-on-kill):
12552 New defcustoms for the `remember-notes' function.
12553 (remember-notes-save-and-bury-buffer): New command.
12554 (remember-notes-mode-map): New variable.
12555 (remember-mode): New minor mode.
12556 (remember-notes--kill-buffer-query): New function.
12557 * startup.el (initial-buffer-choice): Add notes to custom type.
12558
12559 2013-06-30 Eli Zaretskii <eliz@gnu.org>
12560
12561 * bindings.el (right-char, left-char): Don't call sit-for, this is
12562 no longer needed. Use arithmetic comparison only for numerical
12563 arguments.
12564
12565 * international/mule-cmds.el (select-safe-coding-system):
12566 Handle the case of FROM being a string correctly. (Bug#14755)
12567
12568 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12569
12570 * net/shr.el (shr-make-table-1): Add a sanity check that allows
12571 progression on degenerate tables.
12572 (shr-rescale-image): ImageMagick animated images currently don't work.
12573
12574 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
12575
12576 Some fixes and improvements for desktop frame restoration.
12577 It is still experimental and disabled by default.
12578 * desktop.el (desktop--save-windows): Put the selected frame at
12579 the head of the list.
12580 (desktop--make-full-frame): New function.
12581 (desktop--restore-windows): Try to re-select the frame that was
12582 selected upon saving. Do not abort if some frames fail to restore,
12583 just show an error message and continue. Set up maximized frames
12584 so they have default non-maximized dimensions.
12585
12586 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
12587
12588 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
12589 Don't start heredoc inside a string or comment.
12590
12591 2013-06-29 Eli Zaretskii <eliz@gnu.org>
12592
12593 * bindings.el (visual-order-cursor-movement): New defcustom.
12594 (right-char, left-char): Provide visual-order cursor motion by
12595 calling move-point-visually. Update the doc strings.
12596
12597 2013-06-28 Kenichi Handa <handa@gnu.org>
12598
12599 * international/mule.el (define-coding-system): New coding system
12600 properties :inhibit-null-byte-detection,
12601 :inhibit-iso-escape-detection, and :prefer-utf-8.
12602 (set-buffer-file-coding-system): If :charset-list property of
12603 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
12604 appropriate for setting.
12605
12606 * international/mule-cmds.el (select-safe-coding-system):
12607 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
12608 multibyte characters, return utf-8 (or one of its siblings).
12609
12610 * international/mule-conf.el (prefer-utf-8): New coding system.
12611 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
12612 files.
12613
12614 2013-06-28 Ivan Kanis <ivan@kanis.fr>
12615
12616 * net/shr.el (shr-render-region): New function.
12617
12618 * net/eww.el: Autoload `eww-browse-url'.
12619
12620 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
12621
12622 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12623 Adapt to `package-desc-version' being a list.
12624 Use `package--ac-desc-version' to retrieve version from a package
12625 archive element.
12626
12627 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
12628
12629 New experimental feature to save&restore window and frame setup.
12630 * desktop.el (desktop-save-windows): New defcustom.
12631 (desktop--saved-states): New var.
12632 (desktop--excluded-frame-parameters): New defconst.
12633 (desktop--filter-frame-parms, desktop--find-frame-in-display)
12634 (desktop--restore-windows, desktop--save-windows): New functions.
12635 (desktop-save): Call `desktop--save-windows'.
12636 (desktop-read): Call `desktop--restore-windows'.
12637
12638 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12639
12640 * net/shr.el (add-face-text-property): Remove compat definition.
12641
12642 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
12643
12644 * info.el (Info-try-follow-nearest-node): Move search for footnote
12645 above search for node name to prevent missing a footnote (bug#14717).
12646
12647 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
12648
12649 * obsolete/otodo-mode.el: Add obsolescence info to file header.
12650
12651 2013-06-27 Leo Liu <sdl.web@gmail.com>
12652
12653 * net/eww.el (eww-read-bookmarks): Check file size.
12654
12655 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12656
12657 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
12658 advice--pending if newdef is nil or an autoload (bug#13820).
12659 (advice-mapc): New function.
12660
12661 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12662
12663 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
12664 probably.
12665 (eww-mode-map): Add a menu bar.
12666 (eww-add-bookmark): New command.
12667 (eww-bookmark-mode): New mode and commands.
12668 (eww-add-bookmark): Remove newlines from the title.
12669 (eww-bookmark-browse): Don't bug out if it's the only window.
12670
12671 2013-06-26 Glenn Morris <rgm@gnu.org>
12672
12673 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
12674 (hfy-size): Handle ttys. (Bug#14668)
12675
12676 * info-xref.el: Update for Texinfo 5 change in *note format.
12677 (info-xref-node-re, info-xref-note-re): New constants.
12678 (info-xref-check-buffer): Use info-xref-note-re.
12679
12680 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12681
12682 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
12683
12684 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
12685 nil terminate the loop (bug#14718).
12686
12687 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12688
12689 * net/eww.el: Rework history traversal. When going forward/back,
12690 put these actions into the history, too, so that they can be
12691 replayed.
12692 (eww-render): Move the history reset to the correct buffer.
12693
12694 2013-06-25 Juri Linkov <juri@jurta.org>
12695
12696 * files-x.el (modify-dir-local-variable): Change the header comment
12697 in the file with directory local variables. (Bug#14692)
12698
12699 * files-x.el (read-file-local-variable-value): Add `default'.
12700 (Bug#14710)
12701
12702 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12703
12704 * net/eww.el (eww-make-unique-file-name): Create a unique file
12705 name before saving to entering `y' accidentally asynchronously.
12706
12707 2013-06-25 Ivan Kanis <ivan@kanis.fr>
12708
12709 * net/eww.el (eww-download): New command and keystroke.
12710
12711 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12712
12713 * net/eww.el (eww-copy-page-url): Change name of command.
12714
12715 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
12716 be more consistent with Info and dired.
12717
12718 * net/eww.el (eww-mode-map): Ditto.
12719
12720 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12721
12722 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
12723 packages from archives.
12724 (package-archive-contents): Change format; include obsolete packages.
12725 (package-desc): Use `dir' to mark builtin packages.
12726 (package--from-builtin): Set the `dir' field to `builtin'.
12727 (generated-autoload-file, version-control): Declare.
12728 (package-compute-transaction): Change first arg and return value to be
12729 lists of package-descs. Adjust to new package-archive-contents format.
12730 (package--add-to-archive-contents): Adjust to new
12731 package-archive-contents format.
12732 (package-download-transaction): Arg is now a list of package-descs.
12733 (package-install): If `pkg' is a package name, pass it as
12734 a requirement, so it is subject to the usual (e.g. disabled) checks.
12735 (describe-package): Accept package-desc as well.
12736 (describe-package-1): Describe a specific package-desc. Add links to
12737 other package-descs for the same package name.
12738 (package-menu-describe-package): Pass the actual package-desc.
12739 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
12740 works correctly.
12741 (package-desc-status): New function.
12742 (package-menu--refresh): New function, extracted
12743 from package-menu--generate.
12744 (package-menu--generate): Use it.
12745 (package-delete): Update package-alist.
12746 (package-menu-execute): Don't call package-initialize.
12747
12748 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
12749 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
12750 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
12751 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
12752 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
12753 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
12754
12755 2013-06-25 Martin Rudalics <rudalics@gmx.at>
12756
12757 * window.el (window--state-get-1): Workaround for bug#14527.
12758 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
12759
12760 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12761
12762 * net/eww.el (eww-back-url): Implement the history by stashing all
12763 the data into a list.
12764 (eww-forward-url): Allow going forward in the history, too.
12765
12766 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12767
12768 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
12769 for values and use read--expression for expressions (bug#14710).
12770 (read-file-local-variable): Avoid setq.
12771 (read-file-local-variable-mode): Use minor-mode-list.
12772
12773 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12774
12775 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
12776 for DOI URLs.
12777
12778 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12779
12780 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
12781 Update imenu-support when dialect changes.
12782
12783 2013-06-25 Leo Liu <sdl.web@gmail.com>
12784
12785 * ido.el (ido-read-internal): Allow forward slash on windows.
12786
12787 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12788
12789 * net/eww.el (eww): Start of strings is \\`, not ^.
12790
12791 2013-06-24 Ivan Kanis <ivan@kanis.fr>
12792
12793 * net/shr.el (shr-browse-url): Fix interactive spec.
12794
12795 * net/eww.el (eww): Add a trailing slash to domain names.
12796
12797 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
12798
12799 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
12800
12801 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12802
12803 * net/shr.el (shr-browse-url): Use an external browser if given a
12804 prefix.
12805
12806 * net/eww.el (eww-external-browser): Move to shr.
12807
12808 2013-06-24 Ivan Kanis <ivan@kanis.fr>
12809
12810 * net/eww.el (eww): Work more correctly for file: URLs.
12811 (eww-detect-charset): Allow quoted charsets.
12812 (eww-yank-page-url): New command and keystroke.
12813
12814 2013-06-24 Daiki Ueno <ueno@gnu.org>
12815
12816 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
12817 file name of gpg executable.
12818 (epg-context-program): New function.
12819 (epg-context-home-directory): New function.
12820 (epg-context-set-program): New function.
12821 (epg-context-set-home-directory): New function.
12822 (epg--start): Use `epg-context-program' instead of
12823 'epg-gpg-program'.
12824 (epg--list-keys-1): Likewise.
12825
12826 2013-06-24 Leo Liu <sdl.web@gmail.com>
12827
12828 * ido.el (ido-read-internal): Fix bug#14620.
12829
12830 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
12831
12832 * faces.el (face-documentation): Simplify.
12833 (read-face-attribute, tty-find-type, x-resolve-font-name):
12834 Use `string-match-p'.
12835 (list-faces-display): Use `string-match-p'. Simplify.
12836 (face-spec-recalc): Check face to avoid face alias loops.
12837 (read-color): Use `string-match-p' and non-capturing parenthesis.
12838
12839 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12840
12841 * net/shr.el (shr-rescale-image): Use the new
12842 :max-width/:max-height functionality.
12843
12844 2013-06-23 Ivan Kanis <ivan@kanis.fr>
12845
12846 * net/eww.el (eww-search-prefix): New variable.
12847 (eww): Use it.
12848 (eww-external-browser): New variable.
12849 (eww-mode-map): New keystroke.
12850 (eww-browse-with-external-browser): New command.
12851
12852 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
12853
12854 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
12855
12856 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12857 Don't skip aligning the next header field when padding is 0;
12858 otherwise, field width is not respected unless the title is as
12859 wide as the field.
12860
12861 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12862
12863 * emacs-lisp/package.el (package-el-version): Remove.
12864 (package-process-define-package): Fix inf-loop.
12865 (package-install): Allow symbols as arguments again.
12866
12867 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
12868
12869 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
12870 add some more keyword-like methods.
12871 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
12872
12873 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
12874
12875 * bs.el (bs-buffer-show-mark): Make defvar-local.
12876 (bs-mode): Use setq-local.
12877
12878 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
12879 (emacs-lock--try-unlocking): Make defvar-local.
12880
12881 2013-06-22 Glenn Morris <rgm@gnu.org>
12882
12883 * play/cookie1.el (cookie-apropos): Minor simplification.
12884
12885 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
12886
12887 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
12888
12889 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
12890 `regexp-opt', it breaks the build during dumping.
12891
12892 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
12893
12894 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
12895 Highlight keyword-like methods on Kernel and Module with
12896 font-lock-builtin-face.
12897 (auto-mode-alist): Consolidate different entries into one regexp
12898 and add more *file-s.
12899
12900 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
12901
12902 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
12903
12904 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
12905 (diary-entry): Use it in the action of this button type instead of
12906 diary-goto-entry.
12907
12908 * calendar/todo-mode.el: New version.
12909 (todo-add-category): Append new category to end of file and give
12910 it the highest number, instead of putting it at the beginning and
12911 giving it 0. Incorporate noninteractive functionality.
12912 (todo-forward-category): Adapt to 1-based category numbering.
12913 Allow skipping over archived categories.
12914 (todo-backward-category): Derive from todo-forward-category.
12915 (todo-backward-item, todo-forward-item): Make noninteractive and
12916 delegate interactive part to new commands. Make sensitive to done items.
12917 (todo-categories): Make value an alist of category names and
12918 vectors of item counts.
12919 (todo-category-beg): Make a defconst.
12920 (todo-category-number): Use 1 instead of 0 as initial value.
12921 (todo-category-select): Make sensitive to overlays, optional item
12922 highlighting and done items.
12923 (todo-delete-item): Make sensitive to overlays and marked and done items.
12924 (todo-edit-item): Make sensitive to overlays and editing of
12925 date/time header optional. Add format checks.
12926 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
12927 no-op if point is not on an item. Advertise using todo-edit-quit.
12928 (todo-edit-mode): Make sensitive to new format, font-locking, and
12929 multiple todo files.
12930 (todo-insert-item, todo-insert-item-here): Derive from
12931 todo-basic-insert-item and extend functionality.
12932 (todo-item-end, todo-item-start): Make sensitive to done items.
12933 (todo-item-string): Don't return text properties. Restore point.
12934 (todo-jump-to-category): Make sensitive to multiple todo files and
12935 todo archives. Use extended category completion.
12936 (todo-lower-item, todo-raise-item): Rename to *-priority and
12937 derive from todo-set-item-priority.
12938 (todo-mode): Derive from special-mode. Make sensitive to new
12939 format, font-locking and multiple todo files. Make read-only.
12940 (todo-mode-map): Don't suppress digit keys, so they can supply
12941 prefix arguments. Add many new key bindings.
12942 (todo-prefix): Insert as an overlay instead of file text.
12943 Change semantics from diary date expression to purely visual mark.
12944 (todo-print): Rename to todo-print-buffer. Make buffer display
12945 features printable. Remove option to restrict number of items
12946 printed. Add option to print to file.
12947 (todo-print-function): Rename to todo-print-buffer-function.
12948 (todo-quit): Extend to handle exiting new todo modes.
12949 (todo-remove-item): Make sensitive to overlays.
12950 (todo-save): Extend to buffers of filtered items.
12951 (todo-show): Make sensitive to done items, multiple todo files and
12952 new todo modes. Offer to convert legacy todo file before creating
12953 first new todo file.
12954 (todo-show-priorities): Rename to todo-top-priorities.
12955 Change semantics of value 0.
12956 (todo-top-priorities): Rename to todo-filter-top-priorities,
12957 derive from todo-filter-items and extend functionality.
12958 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
12959 and extend functionality to other types of filtered items.
12960 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
12961 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
12962 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
12963 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
12964 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
12965 (todo-edit-mode-hook, todo-entry-prefix-function)
12966 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
12967 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
12968 (todo-initials, todo-insert-threshold, todo-item-string-start)
12969 (todo-line-string, todo-menu, todo-mode-hook)
12970 (todo-more-important-p, todo-previous-answer, todo-previous-line)
12971 (todo-print-priorities, todo-remove-separator)
12972 (todo-save-top-priorities-too, todo-string-count-lines)
12973 (todo-string-multiline-p, todo-time-string-format)
12974 (todo-tmp-buffer-name): Remove.
12975 (todo-add-file, todo-archive-done-item, todo-choose-archive)
12976 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
12977 (todo-edit-category-diary-inclusion)
12978 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
12979 (todo-edit-file, todo-edit-item-date-day)
12980 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
12981 (todo-edit-item-date-month, todo-edit-item-date-to-today)
12982 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
12983 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
12984 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
12985 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
12986 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
12987 (todo-filter-top-priorities-multifile, todo-find-archive)
12988 (todo-find-filtered-items-file, todo-go-to-source-item)
12989 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
12990 (todo-jump-to-archive-category, todo-lower-category)
12991 (todo-mark-category, todo-marked-item-p, todo-merge-category)
12992 (todo-move-category, todo-move-item, todo-next-button)
12993 (todo-next-item, todo-padded-string, todo-powerset)
12994 (todo-previous-button, todo-previous-item)
12995 (todo-print-buffer-to-file, todo-raise-category)
12996 (todo-rename-category, todo-repair-categories-sexp, todo-search)
12997 (todo-set-category-number, todo-set-item-priority)
12998 (todo-set-top-priorities-in-category)
12999 (todo-set-top-priorities-in-file, todo-show-categories-table)
13000 (todo-sort-categories-alphabetically-or-numerically)
13001 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
13002 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
13003 (todo-toggle-item-header, todo-toggle-item-highlighting)
13004 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
13005 (todo-toggle-view-done-items, todo-toggle-view-done-only)
13006 (todo-unarchive-items, todo-unmark-category): New commands.
13007 (todo-absolute-file-name, todo-add-to-buffer-list)
13008 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
13009 (todo-basic-insert-item, todo-category-completions)
13010 (todo-category-number, todo-category-string-matcher-1)
13011 (todo-category-string-matcher-2, todo-check-filtered-items-file)
13012 (todo-check-format, todo-clear-matches)
13013 (todo-comment-string-matcher, todo-convert-legacy-date-time)
13014 (todo-current-category, todo-date-string-matcher)
13015 (todo-define-insertion-command, todo-diary-expired-matcher)
13016 (todo-diary-goto-entry, todo-diary-item-p)
13017 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
13018 (todo-display-categories, todo-display-sorted, todo-done-item-p)
13019 (todo-done-item-section-p, todo-done-separator)
13020 (todo-done-string-matcher, todo-files, todo-filter-items)
13021 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
13022 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
13023 (todo-insert-category-line, todo-insert-item-from-calendar)
13024 (todo-insert-sort-button, todo-insert-with-overlays)
13025 (todo-insertion-command-name, todo-insertion-key-bindings)
13026 (todo-label-to-key, todo-longest-category-name-length)
13027 (todo-make-categories-list, todo-mode-external-set)
13028 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
13029 (todo-modes-set-3, todo-multiple-filter-files)
13030 (todo-nondiary-marker-matcher, todo-prefix-overlays)
13031 (todo-read-category, todo-read-date, todo-read-dayname)
13032 (todo-read-file-name, todo-read-time)
13033 (todo-reevaluate-category-completions-files-defcustom)
13034 (todo-reevaluate-default-file-defcustom)
13035 (todo-reevaluate-filelist-defcustoms)
13036 (todo-reevaluate-filter-files-defcustom)
13037 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
13038 (todo-reset-done-separator, todo-reset-done-separator-string)
13039 (todo-reset-done-string, todo-reset-global-current-todo-file)
13040 (todo-reset-highlight-item, todo-reset-nondiary-marker)
13041 (todo-reset-prefix, todo-set-categories)
13042 (todo-set-date-from-calendar, todo-set-show-current-file)
13043 (todo-set-top-priorities, todo-short-file-name)
13044 (todo-show-current-file, todo-sort, todo-time-string-matcher)
13045 (todo-total-item-counts, todo-update-buffer-list)
13046 (todo-update-categories-display, todo-update-categories-sexp)
13047 (todo-update-count, todo-validate-name, todo-y-or-n-p):
13048 New functions.
13049 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
13050 New major modes.
13051 (todo-categories, todo-display, todo-edit, todo-faces)
13052 (todo-filtered): New defgroups.
13053 (todo-archived-only, todo-button, todo-category-string, todo-date)
13054 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
13055 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
13056 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
13057 (todo-add-item-if-new-category, todo-always-add-time-string)
13058 (todo-categories-align, todo-categories-archived-label)
13059 (todo-categories-category-label, todo-categories-diary-label)
13060 (todo-categories-done-label, todo-categories-number-separator)
13061 (todo-categories-todo-label, todo-categories-totals-label)
13062 (todo-category-completions-files, todo-completion-ignore-case)
13063 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
13064 (todo-done-separator-string, todo-done-string)
13065 (todo-files-function, todo-filter-done-items, todo-filter-files)
13066 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
13067 (todo-initial-category, todo-initial-file, todo-item-mark)
13068 (todo-legacy-date-time-regexp, todo-mode-line-function)
13069 (todo-nondiary-marker, todo-number-prefix)
13070 (todo-print-buffer-function, todo-show-current-file)
13071 (todo-show-done-only, todo-show-first, todo-show-with-done)
13072 (todo-skip-archived-categories, todo-top-priorities-overrides)
13073 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
13074 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
13075 New defcustoms.
13076 (todo-category-done, todo-date-pattern, todo-date-string-start)
13077 (todo-diary-items-buffer, todo-done-string-start)
13078 (todo-filtered-items-buffer, todo-item-start)
13079 (todo-month-abbrev-array, todo-month-name-array)
13080 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
13081 (todo-top-priorities-buffer): New defconsts.
13082 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
13083 (todo-categories-with-marks, todo-category-string-face)
13084 (todo-comment-face, todo-comment-string, todo-current-todo-file)
13085 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
13086 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
13087 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
13088 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
13089 (todo-font-lock-keywords, todo-global-current-todo-file)
13090 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
13091 (todo-insertion-commands-args)
13092 (todo-insertion-commands-args-genlist)
13093 (todo-insertion-commands-names, todo-insertion-map)
13094 (todo-key-bindings-t, todo-key-bindings-t+a)
13095 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
13096 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
13097 (todo-nondiary-face, todo-print-buffer, todo-time-face)
13098 (todo-visited): New variables.
13099
13100 2013-06-21 Glenn Morris <rgm@gnu.org>
13101
13102 * play/cookie1.el (cookie-apropos): Add optional display argument.
13103 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
13104 (psychoanalyze-pinhead): Use cookie-doctor.
13105
13106 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
13107
13108 * emacs-lisp/package.el (tar-get-file-descriptor)
13109 (tar--extract): Declare.
13110
13111 2013-06-21 Eduard Wiebe <usenet@pusto.de>
13112
13113 Extend flymake's warning predicate to be a function (bug#14217).
13114 * progmodes/flymake.el (flymake-warning-predicate): New.
13115 (flymake-parse-line): Use it.
13116 (flymake-warning-re): Make obsolete alias to
13117 `flymake-warning-predicate'.
13118
13119 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13120
13121 * emacs-lisp/package.el (package-alist): Include obsolete packages.
13122 (package-obsolete-list): Remove.
13123 (package-activate): Remove min-version argument. Add `force' argument.
13124 Adjust to new package-alist format.
13125 (package-mark-obsolete): Remove.
13126 (package-unpack): Force reload of the package's autoloads.
13127 (package-installed-p): Check builtins if the installed package is not
13128 recent enough.
13129 (package-initialize): Don't reset package-obsolete-list.
13130 Don't specify which package version to activate.
13131 (package-process-define-package, describe-package-1)
13132 (package-menu--generate): Adjust to new package-alist format.
13133
13134 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
13135
13136 * allout-widgets.el (allout-widgets-mode-off)
13137 (allout-widgets-mode-on, allout-widgets-pre-command-business)
13138 (allout-widgets-post-command-business)
13139 (allout-widgets-after-copy-or-kill-function)
13140 (allout-widgets-after-undo-function, allout-test-range-overlaps)
13141 (allout-decorate-item-and-context)
13142 (allout-graphics-modification-handler): Fix typos in docstrings.
13143 (allout-get-or-create-parent-widget): Use `looking-at-p'.
13144
13145 * cmuscheme.el (scheme-start-file): Doc fix.
13146 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
13147 (scheme-input-filter): Use `string-match-p'.
13148
13149 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
13150
13151 * dired-x.el: Use Dired consistently in docstrings.
13152
13153 * dired.el: Use Dired consistently in docstrings.
13154 (dired-readin, dired-mode): Use `setq-local'.
13155 (dired-switches-alist): Make defvar-local.
13156 (dired-buffers-for-dir): Use `zerop'.
13157 (dired-safe-switches-p, dired-switches-escape-p)
13158 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
13159 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
13160 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
13161 (dired-goto-next-nontrivial-file): Use `string-match-p'.
13162 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
13163 (dired-toggle-marks, dired-mark-files-containing-regexp)
13164 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
13165 (dired-flag-auto-save-files, dired-flag-backup-files):
13166 Use `looking-at-p'.
13167 (dired-mark-files-regexp, dired-build-subdir-alist):
13168 Use `string-match-p', `looking-at-p'.
13169
13170 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
13171 (direct-print-region-helper): Use `string-match-p'.
13172
13173 2013-06-21 Leo Liu <sdl.web@gmail.com>
13174
13175 * comint.el (comint-redirect-results-list-from-process):
13176 Fix infinite loop.
13177
13178 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13179
13180 * net/eww.el (eww-update-header-line-format): Quote % characters.
13181
13182 2013-06-21 Glenn Morris <rgm@gnu.org>
13183
13184 * play/cookie1.el (cookie): New custom group.
13185 (cookie-file): New option.
13186 (cookie-check-file): New function.
13187 (cookie): Make it interactive. Make start and end messages optional.
13188 Interactively, display the result. Default to cookie-file.
13189 (cookie-insert): Default to cookie-file.
13190 (cookie-snarf): Make start and end messages optional.
13191 Default to cookie-file. Use with-temp-buffer.
13192 (cookie-read): Rename from read-cookie.
13193 Make start and end messages optional. Default to cookie-file.
13194 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
13195 Do not autoload it.
13196 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
13197 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
13198
13199 2013-06-21 Leo Liu <sdl.web@gmail.com>
13200
13201 * progmodes/octave.el (octave-mode): Backward compatibility fix.
13202
13203 2013-06-21 Glenn Morris <rgm@gnu.org>
13204
13205 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
13206
13207 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13208 Daniel Hackney <dan@haxney.org>
13209
13210 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
13211 Consolidate the single-file vs tarball code.
13212 (package-desc-suffix): New function.
13213 (package-desc-full-name): Don't bother inlining it.
13214 (package-load-descriptor): Return the new package-desc.
13215 (package-mark-obsolete): Remove unused arg `package'.
13216 (package-unpack): Make it work for single files as well.
13217 Make it update package-alist.
13218 (package--make-autoloads-and-stuff): Rename from
13219 package--make-autoloads-and-compile. Don't compile any more.
13220 (package--compile): New function.
13221 (package-generate-description-file): New function, extracted from
13222 package-unpack-single.
13223 (package-unpack-single): Remove.
13224 (package--with-work-buffer): Add indentation and debugging info.
13225 (package-download-single): Remove.
13226 (package-install-from-archive): Rename from package-download-tar, make
13227 it take a pkg-desc, and make it work for single files as well.
13228 (package-download-transaction): Simplify.
13229 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
13230 external tar program.
13231 (package-install-from-buffer): Remove `pkg-desc' argument.
13232 Use package-tar-file-info for tar-mode buffers.
13233 (package-install-file): Simplify accordingly.
13234 (package-archive-base): Change to take a pkg-desc.
13235 * tar-mode.el (tar--check-descriptor): New function, extracted from
13236 tar-get-descriptor.
13237 (tar-get-descriptor): Use it.
13238 (tar-get-file-descriptor): New function.
13239 (tar--extract): New function, extracted from tar-extract.
13240 (tar--extract): Use it.
13241 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
13242 case the summary uses non-ascii. Adjust to new calling convention of
13243 package-tar-file-info.
13244
13245 2013-06-21 Leo Liu <sdl.web@gmail.com>
13246
13247 * comint.el (comint-redirect-results-list-from-process):
13248 Fix random delay. (Bug#14681)
13249
13250 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
13251
13252 * profiler.el (profiler-format-number): Use log, not log10.
13253
13254 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
13255
13256 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
13257
13258 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13259
13260 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
13261 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
13262 yet available.
13263 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
13264 (AUTOGENEL): ... here.
13265 * emacs-lisp/cl-macs.el (cl--sublis): New function.
13266 (cl--defsubst-expand): Use it.
13267
13268 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
13269
13270 * subr.el (log10): Move here from C code, and declare as obsolete.
13271 All uses of (log10 X) replaced with (log X 10).
13272
13273 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
13274
13275 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
13276 Declare with `defvar-local'.
13277 (tabulated-list-use-header-line, tabulated-list-entries)
13278 (tabulated-list-padding, tabulated-list-printer)
13279 (tabulated-list-sort-key): Declare with `defvar-local'.
13280 (tabulated-list-init-header, tabulated-list-print-fake-header):
13281 Use `setq-local'.
13282
13283 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
13284
13285 * arc-mode.el (archive-mode): Add `archive-write-file' to
13286 `write-contents-functions' also for remote files. (Bug#14652)
13287
13288 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
13289
13290 * cus-edit.el (custom-commands): Fix typos.
13291 (custom-display): Fix tooltip text.
13292 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
13293 Fix typos in docstrings.
13294 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
13295 (custom-unlispify-menu-entry, custom-magic-value-create)
13296 (custom-add-see-also, custom-group-value-create): Use ?\s.
13297 (custom-guess-type, customize-apropos, editable-field)
13298 (custom-face-value-create): Use `string-match-p'.
13299 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
13300
13301 * custom.el (custom-load-symbol): Use `string-match-p'.
13302
13303 * ansi-color.el: Convert to lexical binding.
13304 (ansi-colors): Fix URL.
13305 (ansi-color-context, ansi-color-context-region): Use defvar-local.
13306 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
13307 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
13308
13309 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13310
13311 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
13312
13313 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
13314
13315 2013-06-19 Tom Tromey <tromey@redhat.com>
13316
13317 * net/eww.el (eww-top-url): Remove.
13318 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
13319 (eww-render): Set new variables. Don't set eww-top-url.
13320 (eww-handle-link): Handle "prev", "home", and "contents".
13321 Downcase the rel text.
13322 (eww-top-url): Choose best top URL.
13323
13324 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13325
13326 * net/eww.el: Rewrite to implement form elements "by hand" instead of
13327 relying in widget.el. Using widget.el leads to too many
13328 user interface inconsistencies.
13329 (eww-self-insert): Implement entering commands in text fields.
13330 (eww-process-text-input): New function to make text input field editing
13331 work.
13332 (eww-submit): Rewrite to use the new-style form methods.
13333 (eww-select-display): Display the correct selected item.
13334 (eww-change-select): Implement changing the select value.
13335 (eww-toggle-checkbox): Implement radio/checkboxes.
13336 (eww-update-field): Fix compilation error.
13337 (eww-tag-textarea): Implement <textarea>.
13338
13339 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
13340 we don't shadow mode-specific bindings.
13341
13342 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
13343 nothing to push.
13344
13345 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
13346
13347 2013-06-19 Glenn Morris <rgm@gnu.org>
13348
13349 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
13350
13351 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
13352
13353 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
13354 not needed.
13355
13356 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
13357
13358 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13359
13360 * net/browse-url.el (browse-url-browser-function):
13361 `eww-browse-url' has the right calling signature, `eww' does not.
13362
13363 2013-06-19 Glenn Morris <rgm@gnu.org>
13364
13365 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13366 Only eval autoloaded macros.
13367 (byte-compile-autoload): Only give the macro warning for macros.
13368
13369 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
13370 (ps-underlined-faces): Declare.
13371
13372 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
13373 (speedbar-add-supported-extension): Declare.
13374
13375 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
13376 Don't include a date stamp in the header of the generated file;
13377 it leads to needless differences between output files.
13378
13379 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
13380
13381 * net/secrets.el (secrets-struct-secret-content-type):
13382 Replace check of introspection data by a test call of "CreateItem".
13383 Some servers do not offer introspection.
13384
13385 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
13386
13387 * electric.el (electric-pair-mode): Improve interaction with
13388 electric-layout-mode.
13389 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
13390 (electric-pair-syntax): Use text-mode-syntax-table in comments
13391 and strings.
13392 (electric-pair--insert): New function.
13393 (electric-pair-post-self-insert-function): Use it and
13394 electric--after-char-pos.
13395
13396 2013-06-19 Leo Liu <sdl.web@gmail.com>
13397
13398 * progmodes/octave.el (octave-help): Fix regexp.
13399
13400 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13401
13402 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
13403 (shr-table-horizontal-line): Allow nil as a value, and change the
13404 default.
13405 (shr-insert-table-ruler): Respect the nil value.
13406
13407 2013-06-18 Tom Tromey <tromey@barimba>
13408
13409 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
13410 New defvars.
13411 (eww-open-file): New defun.
13412 (eww-render): Initialize new variables.
13413 (eww-display-html): Handle "link" and "a".
13414 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
13415 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
13416 (eww-back-url): Rename from eww-previous-url.
13417 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
13418 New defuns.
13419
13420 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
13421
13422 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
13423 Distinguish ternary operator tokens from slash symbol and slash
13424 char literal.
13425
13426 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
13427
13428 Convert symbol prettification into minor mode and global minor mode.
13429
13430 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
13431 `prog-prettify-symbols', and make a local defvar instead of defcustom.
13432 (prettify-symbols--keywords): Rename from
13433 `prog-prettify-symbols-alist' and make a local defvar.
13434 (prettify-symbols--compose-symbol): Rename from
13435 `prog--prettify-font-lock-compose-symbol'.
13436 (prettify-symbols--make-keywords): Rename from
13437 `prog-prettify-font-lock-symbols-keywords' and simplify.
13438 (prog-prettify-install): Remove.
13439 (prettify-symbols-mode): New minor mode, based on
13440 `prog-prettify-install'.
13441 (turn-on-prettify-symbols-mode): New function.
13442 (global-prettify-symbols-mode): New globalized minor mode.
13443
13444 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13445 * progmodes/cfengine.el (cfengine3-mode):
13446 * progmodes/perl-mode.el (perl-mode): Don't call
13447 `prog-prettify-install'; set `prettify-symbols-alist' instead.
13448
13449 2013-06-18 Juri Linkov <juri@jurta.org>
13450
13451 * files-x.el (modify-file-local-variable-message): New function.
13452 (modify-file-local-variable)
13453 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
13454 and call `modify-file-local-variable-message' when it's non-nil.
13455 (add-file-local-variable, delete-file-local-variable)
13456 (add-file-local-variable-prop-line)
13457 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
13458 and use it. (Bug#9820)
13459
13460 2013-06-18 Juri Linkov <juri@jurta.org>
13461
13462 * emulation/vi.el (vi-shell-op):
13463 * emulation/vip.el (vip-execute-com, ex-command):
13464 * emulation/viper-cmd.el (viper-exec-bang):
13465 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
13466 the call of `shell-command-on-region'. (Bug#14637)
13467
13468 * simple.el (shell-command-on-region): Doc fix.
13469
13470 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
13471
13472 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
13473 (bug#14633).
13474
13475 2013-06-18 Glenn Morris <rgm@gnu.org>
13476
13477 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
13478
13479 * newcomment.el (comment-search-forward, comment-search-backward):
13480 Doc fix. (Bug#14376)
13481
13482 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
13483
13484 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
13485 (buffer-face-mode-invoke): Doc fix.
13486
13487 2013-06-18 Matthias Meulien <orontee@gmail.com>
13488
13489 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
13490 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
13491
13492 2013-06-18 Glenn Morris <rgm@gnu.org>
13493
13494 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
13495 Replace obsolete function generic-make-keywords with its expansion.
13496
13497 * progmodes/python.el (ffap-alist): Declare.
13498
13499 * textmodes/reftex.el (bibtex-mode-map): Declare.
13500
13501 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
13502
13503 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
13504 (package-unpack, package-unpack-single): Return the pkg-dir.
13505 (package-download-transaction): Use it to update package-alist.
13506
13507 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13508
13509 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
13510 possible choice.
13511
13512 2013-06-17 Juri Linkov <juri@jurta.org>
13513
13514 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
13515
13516 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
13517
13518 * emacs-lisp/package.el (package-load-descriptor):
13519 Remove `with-syntax-table' call, `read' doesn't need it.
13520 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
13521
13522 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
13523
13524 * startup.el (command-line): Expand package name returned by
13525 `package--description-file' (bug#14639).
13526
13527 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
13528
13529 * emacs-lisp/package.el (package-load-descriptor): Do not call
13530 `emacs-lisp-mode', just use its syntax table.
13531
13532 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
13533
13534 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
13535 `font-lock-extra-managed-props' if any prettifying keyword is added.
13536 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
13537 (prog-mode): Use `setq-local'.
13538
13539 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
13540
13541 * international/characters.el (standard-case-table): Set syntax of ?»
13542 and ?« to punctuation.
13543
13544 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
13545
13546 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
13547 Save relevant match data before calling `syntax-ppss' (bug#14595).
13548
13549 2013-06-15 Juri Linkov <juri@jurta.org>
13550
13551 * files-x.el (modify-file-local-variable-prop-line): Add local
13552 variables to the end of the existing comment on the first line.
13553 Use `file-auto-mode-skip' to skip interpreter magic line,
13554 and also skip XML declaration.
13555
13556 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13557
13558 * startup.el (package--builtin-versions): New var.
13559 (package-subdirectory-regexp): Remove.
13560 (package--description-file): Hard code its value instead.
13561
13562 * emacs-lisp/package.el: Don't activate packages older than builtin.
13563 (package-obsolete-list): Rename from package-obsolete-alist, and make
13564 it into a simple list of package-desc.
13565 (package-strip-version): Remove.
13566 (package-built-in-p): Use package--builtin-versions.
13567 (package-mark-obsolete): Simplify.
13568 (package-process-define-package): Mark it obsolete if older than the
13569 builtin version.
13570 (package-handle-response): Use line-end-position.
13571 (package-read-archive-contents, package--download-one-archive):
13572 Simplify.
13573 (package--add-to-archive-contents): Skip if older than the builtin or
13574 installed version.
13575 (package-menu-describe-package): Fix last change.
13576 (package-list-unversioned): New var.
13577 (package-menu--generate): Use it.
13578
13579 * emacs-lisp/autoload.el: Manage package--builtin-versions.
13580 (autoload--insert-text, autoload--insert-cookie-text): New functions.
13581 (autoload-builtin-package-versions): New variable.
13582 (autoload-generate-file-autoloads): Use them.
13583 Remove the list of autoloaded functions/macros from the
13584 (autoload...) comments.
13585
13586 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
13587
13588 2013-06-15 Eli Zaretskii <eliz@gnu.org>
13589
13590 * simple.el (line-move-partial): Don't jump to the next screen
13591 line as soon as it becomes visible. Instead, continue enlarging
13592 the vscroll until the portion of a tall screen line that's left on
13593 display is about the height of the frame's default font.
13594 (Bug#14567)
13595
13596 2013-06-15 Glenn Morris <rgm@gnu.org>
13597
13598 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
13599 compilation-error-regexp-alist void, or local while let-bound.
13600
13601 * progmodes/make-mode.el (makefile-mode-syntax-table):
13602 Treat "=" as punctuation. (Bug#14614)
13603
13604 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
13605
13606 * help-fns.el (describe-variable):
13607 Add extra line for permanent-local variables.
13608
13609 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
13610
13611 * progmodes/scheme.el (scheme-font-lock-keywords-2):
13612 Add export, import, library. (Bug#9164)
13613 (library): Set indent function.
13614
13615 2013-06-14 Glenn Morris <rgm@gnu.org>
13616
13617 * term/xterm.el (xterm--query):
13618 Stop after first matching handler. (Bug#14615)
13619
13620 2013-06-14 Ivan Kanis <ivan@kanis.fr>
13621
13622 Add support for dired in saveplace.
13623 * dired.el (dired-initial-position-hook): New variable.
13624 (dired-initial-position): Call hook to place cursor position.
13625 * saveplace.el (save-place-to-alist): Add dired position.
13626 (save-place-dired-hook): New function.
13627
13628 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
13629
13630 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
13631 through a symbol rather than letrec.
13632
13633 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
13634 (package-desc): Add `dir' field.
13635 (package-desc-full-name): New function.
13636 (package-load-descriptor): Combine the two arguments. Don't use `load'.
13637 (package-maybe-load-descriptor): Remove.
13638 (package-load-all-descriptors): Just call package-load-descriptor.
13639 (package--disabled-p): New function.
13640 (package-desc-vers, package-desc-doc): Remove aliases.
13641 (package--dir): Remove function.
13642 (package-activate): Check if a package is disabled.
13643 (package-process-define-package): New function, extracted from
13644 define-package.
13645 (define-package): Turn into a place holder.
13646 (package-unpack-single, package-tar-file-info):
13647 Use package--description-file.
13648 (package-compute-transaction): Use package--disabled-p.
13649 (package-download-transaction): Don't call
13650 package-maybe-load-descriptor since they're all loaded anyway.
13651 (package-install): Change argument to be a pkg-desc.
13652 (package-delete): Use a single pkg-desc argument.
13653 (describe-package-1): Use package-desc-dir instead of package--dir.
13654 Use package-desc property instead of package-symbol.
13655 (package-install-button-action): Adjust accordingly.
13656 (package--push): Rewrite.
13657 (package-menu--print-info): Adjust accordingly. Change the ID format
13658 to be a pkg-desc.
13659 (package-menu-describe-package, package-menu-get-status)
13660 (package-menu--find-upgrades, package-menu-mark-upgrades)
13661 (package-menu-execute, package-menu--name-predicate):
13662 Adjust accordingly.
13663 * startup.el (package--description-file): New function.
13664 (command-line): Use it.
13665 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13666 Use package-desc-version.
13667
13668 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
13669 (byte-compile-preprocess): Use it.
13670 (byte-compile-file-form-defalias): Try a bit harder to use macros we
13671 can't quite recognize.
13672 (byte-compile-add-to-list): Remove.
13673 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
13674 (cconv-closure-convert): Add assertion.
13675
13676 * emacs-lisp/map-ynp.el: Use lexical-binding.
13677 (map-y-or-n-p): Remove unused vars `tail' and `object'.
13678 Factor out some repeated code.
13679
13680 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13681
13682 * subr.el (with-eval-after-load): New macro.
13683 (eval-after-load): Allow form to be a function.
13684 take advantage of lexical-binding.
13685 (do-after-load-evaluation): Use dolist and adjust to new format.
13686 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
13687
13688 2013-06-13 Juri Linkov <juri@jurta.org>
13689
13690 * replace.el (perform-replace): Display "symbol " and other search
13691 modes from `isearch-message-prefix' in the *Help* buffer.
13692
13693 * isearch.el (isearch-query-replace): Add " symbol" and other
13694 possible search modes from `isearch-message-prefix' to the prompt.
13695 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
13696 when reading a regexp to collect.
13697
13698 2013-06-13 Juri Linkov <juri@jurta.org>
13699
13700 * isearch.el (word-search-regexp): Match whitespace if the search
13701 string begins or ends in whitespace. The LAX arg is applied to
13702 both ends of the search string. Use `regexp-quote' and explicit
13703 \< and \> instead of \b. Use \` and \' instead of ^ and $.
13704 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
13705 boundaries are replaced with symbol boundaries, and characters
13706 between symbols match non-word non-symbol syntax. (Bug#14602)
13707
13708 2013-06-13 Juri Linkov <juri@jurta.org>
13709
13710 * isearch.el (isearch-del-char): Don't exceed the length of
13711 `isearch-string' by the prefix arg. (Bug#14563)
13712
13713 2013-06-13 Juri Linkov <juri@jurta.org>
13714
13715 * isearch.el (isearch-yank-word, isearch-yank-line)
13716 (isearch-char-by-name, isearch-quote-char)
13717 (isearch-printing-char, isearch-process-search-char):
13718 Add optional count prefix arg. (Bug#14563)
13719
13720 * international/isearch-x.el
13721 (isearch-process-search-multibyte-characters):
13722 Add optional count prefix arg.
13723
13724 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13725
13726 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
13727 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
13728 lexical-binding.
13729
13730 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
13731
13732 * subr.el (set-temporary-overlay-map): Add on-exit argument.
13733
13734 2013-06-13 Glenn Morris <rgm@gnu.org>
13735
13736 * startup.el (tty-handle-args):
13737 Don't just discard "--" and anything after. (Bug#14608)
13738
13739 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
13740
13741 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
13742
13743 Implement changes in Secret Service API. Make it backward compatible.
13744 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
13745 (secrets-create-item): Use it. Prefix properties with interface.
13746
13747 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
13748
13749 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
13750 (term-emulate-terminal): Respect term-suppress-hard-newline.
13751
13752 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
13753
13754 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
13755 Only remove a `thumb-file' overlay. (Bug#14548)
13756
13757 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
13758
13759 * mail/reporter.el (reporter-submit-bug-report):
13760 Handle missing package-name. (Bug#14600)
13761
13762 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13763
13764 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
13765 (reftex-citation-prompt, reftex-default-bibliography)
13766 (reftex-bib-or-thebib, reftex-get-bibfile-list)
13767 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
13768 (reftex-bib-sort-author, reftex-bib-sort-year)
13769 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
13770 (reftex-extract-bib-entries-from-thebibliography)
13771 (reftex-get-bibkey-default, reftex-get-bib-names)
13772 (reftex-parse-bibtex-entry, reftex-get-bib-field)
13773 (reftex-format-bib-entry, reftex-parse-bibitem)
13774 (reftex-format-bibitem, reftex-do-citation)
13775 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
13776 (reftex-restrict-bib-matches, reftex-extract-bib-file)
13777 (reftex-insert-bib-matches, reftex-format-citation)
13778 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
13779 (reftex-create-bibtex-file): Add docstrings, mostly by converting
13780 existing comments into docstrings.
13781
13782 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
13783
13784 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
13785
13786 2013-06-12 Andreas Schwab <schwab@suse.de>
13787
13788 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
13789 for auto-save files.
13790
13791 2013-06-12 Glenn Morris <rgm@gnu.org>
13792
13793 * ido.el (ido-delete-ignored-files): Remove.
13794 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
13795 Go back to calling ido-ignore-item-p directly.
13796
13797 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
13798
13799 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
13800
13801 * ido.el (ido-delete-ignored-files): New function,
13802 split from ido-make-file-list-1.
13803 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
13804 (ido-make-file-list-1): Use ido-delete-ignored-files.
13805
13806 2013-06-12 Leo Liu <sdl.web@gmail.com>
13807
13808 * progmodes/octave.el (inferior-octave-startup)
13809 (inferior-octave-completion-table)
13810 (inferior-octave-track-window-width-change)
13811 (octave-eldoc-function-signatures, octave-help)
13812 (octave-find-definition): Use single quoted strings.
13813 (inferior-octave-startup-args): Change default value.
13814 (inferior-octave-startup): Do not hard code "-i" and
13815 "--no-line-editing".
13816 (inferior-octave-resync-dirs): Add optional arg NOERROR.
13817 (inferior-octave-directory-tracker): Use it.
13818 (octave-goto-function-definition): Robustify.
13819 (octave-help): Support highlighting operators in 'See also'.
13820 (octave-find-definition): Find subfunctions only in Octave mode.
13821
13822 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13823
13824 * help-fns.el (help-fns--compiler-macro): If the handler function is
13825 named, then put a link to it.
13826 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
13827 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
13828 (cl-typep): Use it.
13829 (cl-eval-when): Simplify debug spec.
13830 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
13831 compiler-macro function instead of setting `compiler-macro-file'.
13832
13833 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
13834
13835 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
13836 * vc/vc-hooks.el (vc-stay-local): Doc fix.
13837
13838 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13839 Daniel Hackney <dan@haxney.org>
13840
13841 First part of Daniel Hackney's patch to package.el.
13842 * emacs-lisp/package.el: Use defstruct.
13843 (package-desc): New, main struct.
13844 (package--bi-desc, package--ac-desc): New structs, used to describe the
13845 format in external files.
13846 (package-desc-vers): Replace with package-desc-version accessor.
13847 (package-desc-doc): Replace with package-desc-summary accessor.
13848 (package-activate-1): Remove `package' arg since the pkg-vec now
13849 includes the name.
13850 (define-package): Use package-desc-from-define.
13851 (package-unpack-single): Change file-name arg to be a symbol.
13852 (package--add-to-archive-contents): Use package-desc-create and new
13853 accessor functions to package--ac-desc.
13854 (package-buffer-info, package-tar-file-info): Return a package-desc.
13855 (package-install-from-buffer): Remove `type' argument. Change pkg-info
13856 arg to be a package-desc.
13857 (package-install-file): Adjust accordingly. Use \' to match EOS.
13858 (package--from-builtin): New function.
13859 (describe-package-1, package-menu--generate): Use it.
13860 (package--make-autoloads-and-compile): Change name arg to be a symbol.
13861 (package-generate-autoloads): Idem and return the name of the file.
13862 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13863 Change pkg-info arg to be a package-desc.
13864 Use package-make-ac-desc.
13865 (package-upload-file): Use \' to match EOS.
13866 * finder.el (finder-compile-keywords): Use package-make-builtin.
13867
13868 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13869
13870 * vc/vc.el (vc-deduce-fileset): Change error message.
13871 (vc-read-backend): New function.
13872 (vc-next-action): Use it.
13873
13874 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
13875
13876 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
13877 (prolog-font-lock-keywords): Use regexp-opt instead.
13878 Don't manually highlight strings.
13879 (prolog-mode-variables): Simplify comment-start-skip.
13880 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
13881
13882 * emacs-lisp/generic.el (generic--normalise-comments)
13883 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
13884 (generic-mode-set-comments): Use them.
13885 (generic-bracket-support): Use setq-local.
13886 (generic-make-keywords-list): Declare obsolete.
13887
13888 2013-06-11 Glenn Morris <rgm@gnu.org>
13889
13890 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13891 Prettify after setting font-lock-defaults. (Bug#14574)
13892
13893 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
13894
13895 * replace.el (query-replace, occur-read-regexp-defaults-function)
13896 (replace-search):
13897 * subr.el (declare-function, number-sequence, local-set-key)
13898 (substitute-key-definition, locate-user-emacs-file)
13899 (with-silent-modifications, split-string, eval-after-load):
13900 Fix typos, remove unneeded backslashes and reflow some docstrings.
13901
13902 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13903
13904 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
13905 default for Elisp files.
13906
13907 2013-06-11 Glenn Morris <rgm@gnu.org>
13908
13909 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
13910 although define-derived-mode was doing this anyway. (Bug#14583)
13911
13912 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
13913
13914 * allout.el (allout-encryption-plaintext-sanitization-regexps):
13915 Fix make-variable-buffer-local call to refer to the correct variable.
13916
13917 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
13918
13919 * eshell/em-term.el (eshell-visual-commands)
13920 (eshell-visual-subcommands, eshell-visual-options):
13921 Add summary line to docstrings. Add cross-references.
13922
13923 2013-06-10 Glenn Morris <rgm@gnu.org>
13924
13925 * epa.el (epa-read-file-name): New function. (Bug#14510)
13926 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
13927
13928 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
13929
13930 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
13931 output redirection to be ignored with visual commands.
13932
13933 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
13934
13935 * eshell/em-term.el (eshell-visual-command-p): New function.
13936 (eshell-term-initialize): Move long lambda to separate function
13937 eshell-visual-command-p.
13938 * eshell/em-dirs.el (eshell-dirs-initialize):
13939 * eshell/em-script.el (eshell-script-initialize):
13940 Add missing #' to lambda.
13941
13942 2013-06-08 Leo Liu <sdl.web@gmail.com>
13943
13944 * progmodes/octave.el (octave-add-log-current-defun): New function.
13945 (octave-mode): Set add-log-current-defun-function.
13946 (octave-goto-function-definition): Do not move point if not found.
13947 (octave-find-definition): Enhance to try subfunctions first.
13948
13949 2013-06-08 Glenn Morris <rgm@gnu.org>
13950
13951 * emacs-lisp/bytecomp.el (byte-compile-char-before)
13952 (byte-compile-backward-char, byte-compile-backward-word):
13953 Improve previous change, to handle non-explicit nil.
13954
13955 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13956
13957 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
13958 (smie--opener/closer-at-point): New function.
13959 (smie--matching-block-data): Use it. Don't match from right after an
13960 opener or right before a closer. Obey smie-blink-matching-inners.
13961 Don't signal a mismatch for repeated inners like "switch..case..case".
13962
13963 2013-06-07 Leo Liu <sdl.web@gmail.com>
13964
13965 * progmodes/octave.el (octave-mode): Set comment-use-global-state
13966 to t. (Bug#14303)
13967 (octave-function-header-regexp): Fix. (Bug#14570)
13968 (octave-help-mode-finish-hook, octave-help-mode-finish):
13969 Remove. Just use temp-buffer-show-hook.
13970
13971 * newcomment.el (comment-search-backward): Revert last change.
13972 (Bug#14434)
13973
13974 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
13975
13976 2013-06-07 Eli Zaretskii <eliz@gnu.org>
13977
13978 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
13979 through xargs, to avoid failure due to MS-Windows limitations on
13980 command-line length.
13981
13982 2013-06-06 Glenn Morris <rgm@gnu.org>
13983
13984 * font-lock.el (lisp-font-lock-keywords-2):
13985 Treat user-error like error.
13986
13987 * emacs-lisp/bytecomp.el (byte-compile-char-before)
13988 (byte-compile-backward-char, byte-compile-backward-word):
13989 Handle explicit nil arguments. (Bug#14565)
13990
13991 2013-06-05 Alan Mackenzie <acm@muc.de>
13992
13993 * isearch.el (isearch-allow-prefix): New user option.
13994 (isearch-other-meta-char): Don't exit isearch when a prefix
13995 argument is typed whilst `isearch-allow-prefix' is non-nil.
13996 (Bug#9706)
13997
13998 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
13999
14000 * autorevert.el (auto-revert-notify-handler): Use memq.
14001 Hide assertion failure.
14002
14003 * skeleton.el: Use cl-lib.
14004 (skeleton-further-elements): Use defvar-local.
14005 (skeleton-insert): Use cl-progv.
14006
14007 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
14008
14009 * progmodes/prog-mode.el (prog-prettify-symbols)
14010 (prog-prettify-install): Update docstrings.
14011
14012 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14013
14014 * simple.el: Move all the prog-mode code to prog-mode.el.
14015 * progmodes/prog-mode.el: New file.
14016 * loadup.el: Add prog-mode.el.
14017
14018 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
14019
14020 * simple.el (prog-prettify-symbols): Add version.
14021 (prog-prettify-install): Add convenience function to prettify symbols.
14022
14023 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
14024 (perl--augmented-font-lock-keywords-1)
14025 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
14026 variables and use it.
14027
14028 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
14029 (cfengine3-mode): Remove unneeded variable and use it.
14030
14031 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
14032 (lisp--augmented-font-lock-keywords-1)
14033 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
14034 Remove unneeded variables and use it.
14035
14036 2013-06-05 João Távora <joaotavora@gmail.com>
14037
14038 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
14039 to point when opening the connection. (Bug#14380)
14040
14041 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14042
14043 * subr.el (load-history-regexp, load-history-filename-element)
14044 (eval-after-load, after-load-functions, do-after-load-evaluation)
14045 (eval-next-after-load, display-delayed-warnings)
14046 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
14047 definition of save-match-data.
14048 (overriding-local-map): Remove accidental obsolescence declaration.
14049
14050 * emacs-lisp/edebug.el (edebug-result): Move before first use.
14051
14052 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
14053
14054 Generalize symbol prettify support to prog-mode and implement it
14055 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
14056 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
14057 (prog--prettify-font-lock-compose-symbol)
14058 (prog-prettify-font-lock-symbols-keywords): New variables and
14059 functions to support symbol prettification.
14060 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
14061 (lisp--augmented-font-lock-keywords-1)
14062 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
14063 (lisp--prettify-symbols-alist): Implement prettify of lambda.
14064 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
14065 (cfengine3--prettify-symbols-alist, cfengine3-mode):
14066 Implement prettify of -> => :: strings.
14067 * progmodes/perl-mode.el (perl-prettify-symbols)
14068 (perl--font-lock-compose-symbol)
14069 (perl--font-lock-symbols-keywords): Move to prog-mode.
14070 (perl--prettify-symbols-alist): Prettify -> => :: strings.
14071 (perl-font-lock-keywords-1)
14072 (perl-font-lock-keywords-2): Remove explicit prettify support.
14073 (perl--augmented-font-lock-keywords)
14074 (perl--augmented-font-lock-keywords-1)
14075 (perl--augmented-font-lock-keywords-2, perl-mode):
14076 Implement prettify support.
14077
14078 2013-06-05 Leo Liu <sdl.web@gmail.com>
14079
14080 Re-implement SMIE matching block highlight using
14081 show-paren-data-function. (Bug#14395)
14082 * emacs-lisp/smie.el (smie-matching-block-highlight)
14083 (smie--highlight-matching-block-overlay)
14084 (smie--highlight-matching-block-lastpos)
14085 (smie-highlight-matching-block)
14086 (smie-highlight-matching-block-mode): Remove.
14087 (smie--matching-block-data-cache): New variable.
14088 (smie--matching-block-data): New function.
14089 (smie-setup): Use smie--matching-block-data for
14090 show-paren-data-function.
14091
14092 * progmodes/octave.el (octave-mode-menu): Fix.
14093 (octave-find-definition): Skip garbage lines.
14094
14095 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14096
14097 Fix compilation error with simultaneous dynamic+lexical scoping.
14098 Add warning when a defvar appears after the first let-binding.
14099 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
14100 (byte-compile-close-variables): Initialize it.
14101 (byte-compile--declare-var): New function.
14102 (byte-compile-file-form-defvar)
14103 (byte-compile-file-form-define-abbrev-table)
14104 (byte-compile-file-form-custom-declare-variable): Use it.
14105 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
14106 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
14107 (byte-compile-bind): Handle dynamic bindings that shadow
14108 lexical bindings.
14109 (byte-compile-unbind): Make arg non-optional.
14110 (byte-compile-let): Simplify.
14111 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
14112 (cconv--analyse-function, cconv-analyse-form): Populate it.
14113 Protect byte-compile-bound-variables to limit the scope of defvars.
14114 (cconv-analyse-form): Add missing rule for (defvar <foo>).
14115 Remove unneeded rule for `declare'.
14116
14117 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
14118 so as to avoid depending on cl-adjoin at run-time.
14119 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
14120
14121 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
14122 (macroexp--warn-and-return): Use it.
14123
14124 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14125
14126 * subr.el: Convert to lexical binding.
14127 (overriding-local-map): Make obsolete.
14128 (add-to-list): Doc fix. Add compiler macro.
14129 (read-key): Swap values of local maps.
14130
14131 2013-06-05 Leo Liu <sdl.web@gmail.com>
14132
14133 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
14134
14135 2013-06-04 Leo Liu <sdl.web@gmail.com>
14136
14137 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
14138 (compilation-auto-jump): Suppress the "Mark set" message to give
14139 way to exit message.
14140
14141 2013-06-04 Alan Mackenzie <acm@muc.de>
14142
14143 Remove faulty optimisation from indentation calculation.
14144 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
14145 search limit based on 2000 characters back from indent-point.
14146
14147 2013-06-03 Tassilo Horn <tsdh@gnu.org>
14148
14149 * eshell/em-term.el (cl-lib): Require `cl-lib'.
14150
14151 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
14152
14153 * emacs-lisp/lisp.el: Use lexical-binding.
14154 (lisp--local-variables-1, lisp--local-variables): New functions.
14155 (lisp--local-variables-completion-table): New var.
14156 (lisp-completion-at-point): Use it complete let-bound vars.
14157
14158 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
14159 eagerly (bug#14422).
14160
14161 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
14162
14163 * autorevert.el (auto-revert-notify-enabled)
14164 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
14165 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
14166 (auto-revert-notify-handler): Handle also gfilenotify.
14167
14168 * subr.el (file-notify-handle-event): New defun. Replacing ...
14169 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
14170 Remove.
14171
14172 2013-06-03 Juri Linkov <juri@jurta.org>
14173
14174 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
14175 `M-s h .'. (Bug#14427)
14176
14177 * hi-lock.el (highlight-symbol-at-point): New alias for the new
14178 command `hi-lock-face-symbol-at-point'.
14179 (hi-lock-face-symbol-at-point): New command.
14180 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
14181 (hi-lock-menu): Add `highlight-symbol-at-point'.
14182 (hi-lock-mode): Doc fix.
14183
14184 * isearch.el (isearch-forward-symbol-at-point): New command.
14185 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
14186 (isearch-highlight-regexp): Add a regexp which matches
14187 words/symbols for word/symbol mode.
14188
14189 * subr.el (find-tag-default-bounds): New function with the body
14190 mostly moved from `find-tag-default'.
14191 (find-tag-default): Move most code to `find-tag-default-bounds',
14192 call it and apply `buffer-substring-no-properties' afterwards.
14193
14194 2013-06-03 Tassilo Horn <tsdh@gnu.org>
14195
14196 * eshell/em-term.el (eshell-term-initialize):
14197 Use `cl-intersection' rather than `intersection'.
14198
14199 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
14200
14201 * vc/log-view.el: Doc fix.
14202 (log-view-mode-map): Copy keymap from `special-mode-map'.
14203
14204 2013-06-02 Eric Ludlam <zappo@gnu.org>
14205
14206 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
14207 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
14208 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
14209 (eieio-unbound, eieio-default-superclass)
14210 (eieio--define-field-accessors, method-static, method-before)
14211 (method-primary, method-after, method-num-lists)
14212 (method-generic-before, method-generic-primary)
14213 (method-generic-after, method-num-slots)
14214 (eieio-specialized-key-to-generic-key)
14215 (eieio--check-type, class-v, class-p)
14216 (eieio-class-name, define-obsolete-function-alias)
14217 (eieio-class-parents-fast, eieio-class-children-fast)
14218 (same-class-fast-p, class-constructor, generic-p)
14219 (generic-primary-only-p, generic-primary-only-one-p)
14220 (class-option-assoc, class-option, eieio-object-p)
14221 (class-abstract-p, class-method-invocation-order)
14222 (eieio-defclass-autoload-map, eieio-defclass-autoload)
14223 (eieio-class-un-autoload, eieio-defclass)
14224 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
14225 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
14226 (eieio--defgeneric-init-form, eieio-defgeneric-form)
14227 (eieio-defgeneric-reset-generic-form)
14228 (eieio-defgeneric-form-primary-only)
14229 (eieio-defgeneric-reset-generic-form-primary-only)
14230 (eieio-defgeneric-form-primary-only-one)
14231 (eieio-defgeneric-reset-generic-form-primary-only-one)
14232 (eieio-unbind-method-implementations)
14233 (eieio--defmethod, eieio--typep)
14234 (eieio-perform-slot-validation, eieio-validate-slot-value)
14235 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
14236 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
14237 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
14238 (eieio-slot-name-index, eieio-class-slot-name-index)
14239 (eieio-set-defaults, eieio-initarg-to-attribute)
14240 (eieio-attribute-to-initarg, eieio-c3-candidate)
14241 (eieio-c3-merge-lists, eieio-class-precedence-c3)
14242 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
14243 (eieio-class-precedence-list, eieio-generic-call-methodname)
14244 (eieio-generic-call-arglst, eieio-generic-call-key)
14245 (eieio-generic-call-next-method-list)
14246 (eieio-pre-method-execution-functions, eieio-generic-call)
14247 (eieio-generic-call-primary-only, eieiomt-method-list)
14248 (eieiomt-optimizing-obarray, eieiomt-install)
14249 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
14250 (eieio-generic-form, eieio-defmethod, make-obsolete)
14251 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
14252 (defclass): Remove `eval-and-compile' from macro.
14253 (call-next-method, shared-initialize): Instead of using
14254 `scoped-class' variable, use new eieio--scoped-class, and
14255 eieio--with-scoped-class.
14256 (initialize-instance): Rename local variable 'scoped-class' to
14257 'this-class' to remove ambiguitity from old global.
14258
14259 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
14260 eieio.el.
14261 (eieio--scoped-class-stack): New variable.
14262 (eieio--scoped-class): New fcn.
14263 (eieio--with-scoped-class): New scoping macro.
14264 (eieio-defclass): Use pushnew instead of add-to-list.
14265 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
14266 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
14267 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
14268 `scoped-class' variable, use new eieio--scoped-class, and
14269 eieio--with-scoped-class.
14270
14271 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
14272
14273 2013-06-02 Tassilo Horn <tsdh@gnu.org>
14274
14275 * eshell/esh-ext.el (eshell-external-command): Pass args to
14276 `eshell-find-interpreter'.
14277 (eshell-find-interpreter): Add new second parameter ARGS.
14278
14279 * eshell/em-script.el (eshell-script-initialize): Add second arg
14280 to the function added as MATCH to `eshell-interpreter-alist'.
14281
14282 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
14283 the function added as MATCH to `eshell-interpreter-alist'.
14284
14285 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
14286 (eshell-visual-options): New defcustom.
14287 (eshell-escape-control-x): Adapt docstring.
14288 (eshell-term-initialize): Test `eshell-visual-subcommands' and
14289 `eshell-visual-options' in addition to `eshell-visual-commands'.
14290 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
14291
14292 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
14293
14294 * progmodes/python.el (python-indent-block-enders): Add break,
14295 continue and raise keywords.
14296
14297 2013-06-01 Glenn Morris <rgm@gnu.org>
14298
14299 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
14300
14301 Plain (f)boundp silences compilation warnings since Emacs 22.1.
14302 * progmodes/cc-cmds.el (delete-forward-p):
14303 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
14304 * progmodes/cc-engine.el (buffer-syntactic-context):
14305 * progmodes/cc-fonts.el (face-property-instance):
14306 * progmodes/cc-mode.el (set-keymap-parents):
14307 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
14308 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
14309 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
14310 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
14311 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
14312
14313 * progmodes/cc-vars.el (other): Emacs has this widget since
14314 at least 21.1, so don't (re)define it.
14315
14316 * eshell/em-cmpl.el (eshell-cmpl-initialize):
14317 Replace the obsolete alias pcomplete-arg-quote-list.
14318
14319 2013-06-01 Leo Liu <sdl.web@gmail.com>
14320
14321 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
14322 punctuation syntax.
14323 (inferior-octave-minimal-columns)
14324 (inferior-octave-last-column-width): New variables.
14325 (inferior-octave-track-window-width-change): New function.
14326 (inferior-octave-mode): Adjust column width so that Octave output,
14327 for example from 'ls', can fit into the window nicely.
14328
14329 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
14330
14331 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
14332 Highlight expansions inside regexp literals.
14333
14334 2013-05-31 Glenn Morris <rgm@gnu.org>
14335
14336 * obsolete/sym-comp.el (symbol-complete):
14337 Replace obsolete completion-annotate-function.
14338
14339 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
14340
14341 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
14342
14343 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
14344 New function, checks if point is inside a literal that allows
14345 expression expansion.
14346 (ruby-syntax-propertize-expansion): Use it.
14347 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
14348 around the body.
14349
14350 2013-05-30 Juri Linkov <juri@jurta.org>
14351
14352 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
14353 to "\M-si".
14354 (isearch-invisible): New variable.
14355 (isearch-forward): Doc fix.
14356 (isearch-mode): Set `isearch-invisible'
14357 to the value of `search-invisible'.
14358 (isearch-toggle-case-fold): Doc fix.
14359 (isearch-toggle-invisible): New command.
14360 (isearch-query-replace): Let-bind `search-invisible'
14361 to the value of `isearch-invisible'.
14362 (isearch-search): Use `isearch-invisible' instead of
14363 `search-invisible'. Let-bind `search-invisible'
14364 to the value of `isearch-invisible'. (Bug#11378)
14365
14366 2013-05-30 Juri Linkov <juri@jurta.org>
14367
14368 * replace.el (perform-replace): Avoid `isearch-range-invisible'
14369 call when `query-flag' is nil and `search-invisible' is non-nil.
14370 (Bug#11746)
14371
14372 2013-05-30 Glenn Morris <rgm@gnu.org>
14373
14374 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
14375
14376 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
14377 (cc-require): Suppress spurious "noruntime" warnings.
14378 (cc-require-when-compile): Use fboundp, for sake of compiler.
14379
14380 * progmodes/cc-mode.el: Move load of cc-vars before that of
14381 cc-langs (which in turn loads cc-vars), to quieten compiler.
14382
14383 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14384
14385 * paren.el: Simplify the code.
14386 (show-paren-mode): Always start the timer.
14387 (show-paren--idle-timer): Rename from show-paren-idle-timer.
14388 (show-paren--overlay, show-paren--overlay-1): Rename from
14389 show-paren-overlay and show-paren-overlay-1, and initialize to an
14390 overlay rather than to nil.
14391 (show-paren-function): Misc cleanup and simplifications.
14392
14393 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14394
14395 * paren.el (show-paren-data-function): New hook.
14396 (show-paren--default): New function, extracted from show-paren-function.
14397 (show-paren-function): Use show-paren-data-function.
14398
14399 2013-05-30 Glenn Morris <rgm@gnu.org>
14400
14401 * ielm.el (ielm-map, ielm-complete-symbol):
14402 Use completion-at-point rather than obsolete functions.
14403 (inferior-emacs-lisp-mode): Doc fix.
14404 Set completion-at-point-functions, rather than
14405 comint-dynamic-complete-functions.
14406
14407 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
14408 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
14409 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
14410
14411 * image.el (image-animated-p): Tweak definition.
14412
14413 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
14414 (rlogin-process-connection-type): Tweak default. Add set-after.
14415 (rlogin-host): Doc fix.
14416 (rlogin): Tweak prompt.
14417 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
14418
14419 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
14420 * progmodes/tcl.el (inferior-tcl-mode-map):
14421 Use completion-at-point rather than obsolete alias.
14422
14423 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
14424
14425 * minibuffer.el (read-file-name-completion-ignore-case):
14426 Move before completion--in-region, for eager macro expansion.
14427
14428 2013-05-29 Juri Linkov <juri@jurta.org>
14429
14430 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
14431 for total count of matching lines. Add `global-matches' for total
14432 count of matches. Rename `matches' to `lines' for count of
14433 matching lines. Add `matches' for count of matches.
14434 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
14435 to `prev-line' for line number of prev match endpt.
14436 Increment `matches' for every match. Print the number of
14437 matching lines in the header.
14438 (occur-context-lines): Rename `lines' to `curr-line'.
14439 Rename `prev-lines' to `prev-line'. (Bug#14017)
14440
14441 2013-05-29 Juri Linkov <juri@jurta.org>
14442
14443 * replace.el (perform-replace): Add `skip-read-only-count',
14444 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
14445 Increment them for corresponding conditions and report the number
14446 of skipped occurrences in the final message. (Bug#11746)
14447 (query-replace, query-replace-regexp, query-replace-regexp-eval)
14448 (replace-string, replace-regexp): Doc fix.
14449
14450 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
14451
14452 * emacs-lisp/trace.el (trace--read-args): Provide a default.
14453
14454 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
14455 prog-mode-map (bug#14504).
14456
14457 2013-05-29 Leo Liu <sdl.web@gmail.com>
14458
14459 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
14460 (octave-help): Small simplification.
14461
14462 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
14463 off the highlight first.
14464
14465 2013-05-29 Glenn Morris <rgm@gnu.org>
14466
14467 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
14468 Handle idlwave-last-system-routine-info-cons-cell being nil.
14469
14470 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
14471 (idlwave-write-paths): Simplify via with-temp-buffer.
14472
14473 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
14474 * emulation/cua-rect.el: Also load cua-base at run time.
14475
14476 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
14477 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
14478 (cperl-imenu-on-info): Require imenu.
14479
14480 2013-05-28 Alan Mackenzie <acm@muc.de>
14481
14482 Handle "capitalised keywords" correctly.
14483 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
14484
14485 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
14486
14487 * eshell/em-unix.el: Add -r option to cp.
14488
14489 2013-05-28 Glenn Morris <rgm@gnu.org>
14490
14491 * vc/vc-arch.el (vc-exec-after): Declare.
14492 (vc-switches): Autoload.
14493 * vc/vc-bzr.el: No need to require vc when compiling.
14494 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
14495 (vc-resynch-buffer, vc-dir-refresh): Declare.
14496 (vc-setup-buffer, vc-switches): Autoload.
14497 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
14498 (vc-resynch-buffer): Declare.
14499 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
14500 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
14501 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
14502 (grep-read-regexp, grep-read-files, grep-expand-template)
14503 (vc-dir-refresh): Declare.
14504 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
14505 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
14506 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
14507 * vc/vc-mtn.el (vc-exec-after): Declare.
14508 (vc-switches): Autoload.
14509 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
14510 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
14511 (vc-file-tree-walk): Declare.
14512 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
14513 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
14514 (vc-tag-precondition, vc-rename-master): Autoload.
14515 * vc/vc-svn.el (vc-exec-after): Declare.
14516 (vc-switches, vc-setup-buffer): Autoload.
14517 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
14518 Autoload.
14519 (vc-resynch-buffer): Declare.
14520
14521 * obsolete/fast-lock.el (byte-compile-warnings):
14522 Don't warn about obsolete features in this obsolete file.
14523
14524 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
14525 Move definition before use.
14526
14527 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
14528 (dun-unix-verbs): Remove dun-zippy.
14529 (dun-zippy): Remove function.
14530
14531 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
14532
14533 2013-05-27 Juri Linkov <juri@jurta.org>
14534
14535 * replace.el (replace-search): New function with code moved out
14536 from `perform-replace'.
14537 (replace-highlight, replace-dehighlight): Move function definitions
14538 up closer to `replace-search'. (Bug#11746)
14539
14540 2013-05-27 Juri Linkov <juri@jurta.org>
14541
14542 * replace.el (perform-replace): Ignore invisible matches.
14543 In addition to checking `query-replace-skip-read-only', also
14544 filter out matches by calling `run-hook-with-args-until-failure'
14545 on `isearch-filter-predicates', and also check `search-invisible'
14546 for t or call `isearch-range-invisible'.
14547 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
14548
14549 2013-05-27 Juri Linkov <juri@jurta.org>
14550
14551 * isearch.el (isearch-filter-predicates): Rename from
14552 `isearch-filter-predicate'. Doc fix. (Bug#11378)
14553 (isearch-message-prefix): Display text from the property
14554 `isearch-message-prefix' of the currently active filters.
14555 (isearch-search): Don't compare `isearch-filter-predicate' with
14556 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
14557 on `isearch-filter-predicates'. Also check `search-invisible' for t
14558 or call `isearch-range-invisible'.
14559 (isearch-filter-visible): Make obsolete.
14560 (isearch-lazy-highlight-search):
14561 Call `run-hook-with-args-until-failure' on
14562 `isearch-filter-predicates' and use `isearch-range-invisible'.
14563
14564 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
14565 `isearch-filter-predicates' instead of `funcall'ing
14566 `isearch-filter-predicate'.
14567 (Info-mode): Set `Info-isearch-filter' to
14568 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
14569
14570 * dired-aux.el (dired-isearch-filter-predicate-orig):
14571 Remove variable.
14572 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
14573 (dired-isearch-filenames-end): Add and remove
14574 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
14575 instead of changing the value of `isearch-filter-predicate'.
14576 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
14577 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
14578 Put property `isearch-message-prefix' to "filename " on
14579 `dired-isearch-filter-filenames'.
14580
14581 * wdired.el (wdired-change-to-wdired-mode):
14582 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
14583 locally instead of changing `isearch-filter-predicate'.
14584 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
14585
14586 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
14587
14588 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
14589 return the commit hash (Bug#14459). Also set the
14590 `vc-git-detached' property.
14591 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
14592 (vc-git-mode-line-string): Use the same help-echo format whether
14593 in detached mode or not, because we know the actual revision now.
14594 When in detached mode, shorten the revision to 7 chars.
14595
14596 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14597
14598 * emacs-lisp/easy-mmode.el (define-minor-mode):
14599 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
14600 mode hook and provide a docstring.
14601
14602 2013-05-27 Alan Mackenzie <acm@muc.de>
14603
14604 Remove spurious syntax-table text properties inserted by C-y.
14605 * progmodes/cc-mode.el (c-after-change): Also clear hard
14606 syntax-table property with value nil.
14607
14608 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
14609
14610 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
14611 when reading the events; the buffer layout shall not be changed.
14612
14613 2013-05-27 Leo Liu <sdl.web@gmail.com>
14614
14615 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
14616 New variable.
14617 (inferior-octave-directory-tracker): Automatically re-sync
14618 default-directory.
14619 (octave-help): Improve handling of 'See also'.
14620
14621 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14622
14623 * doc-view.el: Minor naming convention tweaks.
14624 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
14625
14626 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
14627 even if there's no `display' property yet (bug#14435).
14628
14629 2013-05-25 Eli Zaretskii <eliz@gnu.org>
14630
14631 * subr.el (unmsys--file-name): Rename from reveal-filename.
14632
14633 * Makefile.in (custom-deps, finder-data, autoloads)
14634 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
14635 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
14636 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
14637
14638 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14639
14640 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
14641 error-completion on the first 2 args of condition-case (bug#14446).
14642 Don't burp at EOB.
14643
14644 2013-05-25 Leo Liu <sdl.web@gmail.com>
14645
14646 * comint.el (comint-previous-matching-input): Do not flood the
14647 *Messages* buffer with trivial messages.
14648
14649 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14650
14651 * progmodes/flymake.el (flymake-nop): Don't return a string.
14652 (flymake-set-at): Fix typo.
14653
14654 * simple.el (read--expression): New function, extracted from
14655 eval-expression. Set completion-at-point-functions (bug#14465).
14656 (eval-expression, eval-minibuffer): Use it.
14657
14658 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
14659
14660 * progmodes/flymake.el (flymake-save-buffer-in-file)
14661 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
14662 (flymake-selected-frame, flymake-log, flymake-ins-after)
14663 (flymake-set-at, flymake-get-buildfile-from-cache)
14664 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
14665 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
14666 Refine the doc string.
14667 (flymake-get-file-name-mode-and-masks): Reformat.
14668 (flymake-get-real-file-name-function): Fix a minor bug.
14669
14670 2013-05-24 Juri Linkov <juri@jurta.org>
14671
14672 * progmodes/grep.el (grep-mode-font-lock-keywords):
14673 Support =linenumber= format used by git-grep for lines with
14674 function names. (Bug#13549)
14675
14676 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14677
14678 * progmodes/octave.el (octave-smie-rules): Return nil rather than
14679 0 after a semi-colon; it works better for smie-auto-fill.
14680 (octave--indent-new-comment-line): New function.
14681 (octave-indent-new-comment-line): Use it (indirectly).
14682 (octave-mode): Don't disable smie-auto-fill. Use add-function to
14683 modify comment-line-break-function.
14684
14685 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
14686 (smie-setup): Use add-function to set it.
14687
14688 2013-05-24 Sam Steingold <sds@gnu.org>
14689
14690 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
14691 argument (before the `interactive' argument).
14692
14693 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14694
14695 * image-mode.el (image-mode-winprops): Add winprops to
14696 image-mode-winprops-alist before running
14697 image-mode-new-window-functions.
14698 * doc-view.el (doc-view-new-window-function): Don't delay
14699 doc-view-goto-page via timers (bug#14435).
14700
14701 2013-05-24 Tassilo Horn <tsdh@gnu.org>
14702
14703 * doc-view.el: Integrate with desktop.el. (Bug#14435)
14704 (doc-view-desktop-save-buffer): New function.
14705 (doc-view-restore-desktop-buffer): New function.
14706 (desktop-buffer-mode-handlers):
14707 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
14708 handler.
14709 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
14710 `desktop-save-buffer' function.
14711
14712 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
14713
14714 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
14715 (tramp-gvfs-file-name-handler): Raise a user error when
14716 `tramp-gvfs-enabled' is nil.
14717 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
14718 Do not raise a user error when loading package. (Bug#14447)
14719
14720 * net/xesam.el: Move to obsolete/.
14721
14722 2013-05-24 Glenn Morris <rgm@gnu.org>
14723
14724 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
14725
14726 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
14727
14728 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
14729 (Info-find-node, Man-getpage-in-background): Declare.
14730
14731 * mail/unrmail.el (unrmail):
14732 Replace obsolete detect-coding-with-priority.
14733
14734 * net/socks.el (socks-split-string): Use this rather than split-string.
14735 (socks-nslookup-host): Update for above change.
14736 (dynamic-choice, s5-dynamic-choice-match)
14737 (s5-dynamic-choice-match-inline, s5-widget-value-create):
14738 Comment out unused code.
14739
14740 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
14741 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
14742 (gud-tooltip-echo-area): Make obsolete.
14743 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
14744
14745 * progmodes/js.el (js--optimize-arglist): Declare.
14746
14747 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
14748
14749 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
14750 (ediff-window-C): Declare.
14751
14752 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
14753 Tweak requires to silence compiler.
14754
14755 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
14756 (he-search-string, he-tried-table, he-expand-list)
14757 (he-init-string, he-string-member, he-substitute-string)
14758 (he-reset-string): Declare.
14759
14760 * obsolete/options.el (list-options): Use custom-variable-p,
14761 rather than obsolete alias.
14762
14763 2013-05-23 Sam Steingold <sds@gnu.org>
14764
14765 * simple.el (shell-command-on-region): Pass the `replace' argument
14766 down to `call-process-region' to comply with the doc as reported on
14767 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
14768
14769 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14770
14771 * emacs-lisp/smie.el (smie-indent-forward-token)
14772 (smie-indent-backward-token): Handle string tokens (bug#14381).
14773
14774 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14775
14776 * ielm.el (ielm-menu): New menu.
14777 (inferior-emacs-lisp-mode): Set comment-start.
14778
14779 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14780
14781 * textmodes/reftex.el (reftex-ref-style-toggle):
14782 Fix deactivate action.
14783
14784 * textmodes/reftex-vars.el (reftex-ref-style-alist):
14785 Add cleveref macros.
14786
14787 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14788 Accept options for bibliography commands.
14789 * textmodes/reftex-vars.el (reftex-bibliography-commands):
14790 Add addbibresource. Basic Biblatex support.
14791
14792 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
14793
14794 * net/tramp-gvfs.el (top):
14795 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
14796 when loading package. (Bug#14447)
14797
14798 2013-05-23 Glenn Morris <rgm@gnu.org>
14799
14800 * progmodes/js.el: No need to load comint when compiling.
14801 (ring-insert, comint-send-string, comint-send-input)
14802 (comint-last-input-end, ido-chop): Declare.
14803
14804 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
14805 * vc/ediff-mult.el: Adjust requires.
14806 (ediff-directories-internal, ediff-directory-revisions-internal)
14807 (ediff-patch-file-internal): Declare.
14808 * vc/ediff-ptch.el: Adjust requires.
14809 (ediff-use-last-dir, ediff-buffers-internal): Declare.
14810 (ediff-find-file): Autoload.
14811 * vc/ediff-util.el: No need to load ediff when compiling.
14812 (ediff-regions-internal): Declare.
14813 * vc/ediff-wind.el: Adjust requires.
14814 (ediff-compute-toolbar-width): Define when compiling.
14815 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
14816 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
14817 (dired-get-filename, dired-get-marked-files)
14818 (ediff-last-dir-patch, ediff-patch-default-directory)
14819 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
14820 (ediff-patch-buffer-internal): Declare.
14821
14822 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
14823 (ispell-process, ispell-buffer-local-words, lm-summary)
14824 (lm-section-start, lm-section-end): Declare.
14825 (checkdoc-ispell-init): Simplify.
14826
14827 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
14828 (he-string-member, he-reset-string, he-substitute-string): Declare.
14829
14830 * eshell/em-ls.el: Adjust requires.
14831 (eshell-glob-regexp): Declare.
14832 * eshell/em-tramp.el: Adjust requires.
14833 (eshell-parse-command): Autoload.
14834 * eshell/em-xtra.el: Adjust requires.
14835 (eshell-parse-command): Autoload.
14836 * eshell/esh-ext.el: Adjust requires.
14837 (eshell-parse-command, eshell-close-handles): Autoload.
14838 * eshell/esh-io.el: Adjust requires.
14839 (eshell-output-filter): Autoload.
14840 * eshell/esh-util.el: No need to load tramp when compiling.
14841 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
14842 Declare.
14843 (eshell-parse-ange-ls): Require ange-ftp and tramp.
14844 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
14845 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
14846 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
14847 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
14848 * eshell/esh-opt.el, eshell/esh-proc.el:
14849 * eshell/esh-var.el: Adjust requires.
14850 * eshell/eshell.el: Do not require esh-util twice.
14851 (eshell-add-input-to-history): Declare.
14852 (eshell-command): Check history module is active before using it.
14853
14854 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
14855
14856 2013-05-22 Leo Liu <sdl.web@gmail.com>
14857
14858 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
14859
14860 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
14861
14862 * autorevert.el (auto-revert-notify-add-watch)
14863 (auto-revert-notify-handler): Add `attrib' for the inotify case,
14864 it indicates changes in file modification time.
14865
14866 2013-05-22 Glenn Morris <rgm@gnu.org>
14867
14868 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14869 Always delete the autoloaded function from the noruntime and
14870 unresolved functions lists.
14871
14872 * allout.el: No need to load epa, epg, overlay when compiling.
14873 (epg-context-set-passphrase-callback, epg-list-keys)
14874 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
14875 (epg-key-user-id-list): Declare.
14876
14877 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
14878 (viper-set-parsing-style-toggling-macro)
14879 (viper-set-emacs-state-searchstyle-macros):
14880 Use called-interactively-p on Emacs.
14881 (viper-looking-back): Make it an obsolete alias. Update callers.
14882 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
14883 Use looking-back rather than viper-looking-back.
14884 (viper-tmp-insert-at-eob, viper-enlarge-region)
14885 (viper-read-string-with-history, viper-register-to-point)
14886 (viper-append-to-register, viper-change-state-to-vi)
14887 (viper-backward-char-carefully, viper-forward-char-carefully)
14888 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
14889 (viper-change-state-to-emacs): Declare.
14890 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
14891 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
14892 * emulation/viper-mous.el: Do not load viper-cmd.
14893 (viper-backward-char-carefully, viper-forward-char-carefully)
14894 (viper-forward-word, viper-adjust-window): Declare.
14895
14896 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
14897
14898 * progmodes/idlw-help.el (idlwave-help-fontify):
14899 Use called-interactively-p.
14900
14901 * term/w32console.el (w32-get-console-codepage)
14902 (w32-get-console-output-codepage): Declare.
14903
14904 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
14905 Remove unnecessary declarations.
14906 (dframe-message): Doc fix.
14907
14908 * info.el (dframe-select-attached-frame, dframe-current-frame):
14909 Declare.
14910
14911 * speedbar.el (speedbar-message): Make it an obsolete alias.
14912 Update all callers.
14913 (speedbar-with-attached-buffer)
14914 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
14915 (speedbar-with-writable): Use backquote.
14916 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
14917 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
14918 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
14919 rather than speedbar- aliases.
14920 * mail/rmail.el: Load dframe rather than speedbar when compiling.
14921 (speedbar-make-specialized-keymap, speedbar-insert-button)
14922 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
14923 (speedbar-do-function-pointer): Declare.
14924 (rmail-speedbar-button, rmail-speedbar-find-file)
14925 (rmail-speedbar-move-message):
14926 Use dframe-with-attached-buffer rather than speedbar- alias.
14927 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
14928 (dframe-message, speedbar-make-specialized-keymap)
14929 (speedbar-add-expansion-list, speedbar-mode-functions-list)
14930 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
14931 (speedbar-insert-button, dframe-select-attached-frame)
14932 (dframe-maybee-jump-to-attached-frame)
14933 (speedbar-change-initial-expansion-list)
14934 (speedbar-previously-used-expansion-list-name): Declare.
14935 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
14936 Use dframe-message, dframe-with-attached-buffer rather than
14937 speedbar- aliases.
14938 (gud-sentinel): Silence compiler.
14939 * progmodes/vhdl-mode.el (speedbar-refresh)
14940 (speedbar-do-function-pointer, speedbar-add-supported-extension)
14941 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
14942 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
14943 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
14944 (speedbar-file-lists, speedbar-make-tag-line)
14945 (speedbar-line-directory, speedbar-goto-this-file)
14946 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
14947 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
14948 (speedbar-make-button, speedbar-reset-scanners)
14949 (speedbar-files-item-info, speedbar-line-text)
14950 (speedbar-find-file-in-frame, speedbar-set-timer)
14951 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
14952 (speedbar-with-writable): Do not (re)define it.
14953 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
14954 rather than speedbar- alias.
14955
14956 2013-05-21 Leo Liu <sdl.web@gmail.com>
14957
14958 * progmodes/octave.el (octave-mode-menu): Update and re-organize
14959 menu items.
14960 (octave-mode): Tweak fill-nobreak-predicate.
14961 (inferior-octave-startup): Check process to avoid infinite loop.
14962 (inferior-octave): Pop to buffer first to show abornmal process
14963 exit information.
14964
14965 2013-05-21 Glenn Morris <rgm@gnu.org>
14966
14967 * printing.el (pr-menu-bar): Define when compiling.
14968
14969 2013-05-21 Leo Liu <sdl.web@gmail.com>
14970
14971 * progmodes/octave.el (octave-auto-fill): Remove.
14972 (octave-indent-new-comment-line): Improve.
14973 (octave-mode): Use auto fill mode through
14974 comment-line-break-function and fill-nobreak-predicate.
14975 (octave-goto-function-definition): Support DEFUN_DLD.
14976 (octave-beginning-of-defun): Small tweak.
14977 (octave-help): Show parent directory.
14978
14979 2013-05-21 Glenn Morris <rgm@gnu.org>
14980
14981 * files.el (dired-unmark):
14982 * progmodes/gud.el (gdb-input): Update declarations.
14983
14984 * calculator.el (electric, ehelp): No need to load when compiling.
14985 (Electric-command-loop, electric-describe-mode): Declare.
14986
14987 * doc-view.el (doc-view-current-converter-processes): Move before use.
14988
14989 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
14990 Move MODE-set-explicitly definition before use.
14991
14992 * international/mule-diag.el (mule-diag):
14993 Don't use obsolete window-system-version.
14994
14995 * mail/feedmail.el (smtpmail): No need to load when compiling.
14996 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
14997
14998 * mail/mail-utils.el (rfc822): No need to load when compiling.
14999 (rfc822-addresses): Autoload it.
15000 (mail-strip-quoted-names): Trivial simplification.
15001
15002 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
15003 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
15004
15005 * net/snmp-mode.el (tempo): Don't duplicate requires.
15006
15007 * progmodes/prolog.el (info): No need to load when compiling.
15008 (comint): Require before shell requires it.
15009 (Info-goto-node): Autoload it.
15010 (Info-follow-nearest-node): Declare.
15011 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
15012
15013 * textmodes/artist.el (picture-mode-exit): Declare.
15014
15015 * textmodes/reftex-parse.el (reftex-parse-from-file):
15016 Trivial rewrite so the compiler can parse it better.
15017
15018 2013-05-20 Leo Liu <sdl.web@gmail.com>
15019
15020 * progmodes/octave.el (octave-help-mode-map)
15021 (octave-help-mode-finish-hook): New variables.
15022 (octave-help-mode, octave-help-mode-finish): New functions.
15023 (octave-help): Use octave-help-mode.
15024
15025 2013-05-20 Glenn Morris <rgm@gnu.org>
15026
15027 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
15028
15029 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
15030
15031 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
15032 start at point, so that expansion starting right after opening
15033 slash in a regexp is recognized.
15034 (ruby-syntax-before-regexp-re): New defvar, extracted from
15035 ruby-syntax-propertize-function. Since the value of this regexp
15036 is looked up at runtime now, we should be able to turn
15037 `ruby-syntax-methods-before-regexp' into a defcustom later.
15038 (ruby-syntax-propertize-function): Split regexp matching into two
15039 parts, for opening and closing slashes. That allows us to skip
15040 over string interpolations and support multiline regexps.
15041 Don't call `ruby-syntax-propertize-expansions', instead use another rule
15042 for them, which calls `ruby-syntax-propertize-expansion'.
15043 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
15044 call to `ruby-syntax-propertize-function'.
15045 (ruby-syntax-propertize-expansion): Extracted from
15046 `ruby-syntax-propertize-expansions'. Handles one expansion.
15047 (ruby-syntax-propertize-percent-literal): Leave point right after
15048 the percent symbol, so that the expression expansion rule can
15049 propertize the contents.
15050 (ruby-syntax-propertize-heredoc): Leave point at bol following the
15051 heredoc openers.
15052 (ruby-syntax-propertize-expansions): Remove.
15053
15054 2013-05-18 Juri Linkov <juri@jurta.org>
15055
15056 * man.el (Man-default-man-entry): Remove `-' from the end
15057 of the default value. (Bug#14400)
15058
15059 2013-05-18 Glenn Morris <rgm@gnu.org>
15060
15061 * comint.el (comint-password-prompt-regexp):
15062 Allow "password for XXX" where XXX contains colons (eg https://...).
15063
15064 2013-05-18 Leo Liu <sdl.web@gmail.com>
15065
15066 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
15067 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
15068 (octave-source-directories): Don't check process.
15069 (octave-source-directories, octave-find-definition): Doc fix.
15070
15071 2013-05-18 Glenn Morris <rgm@gnu.org>
15072
15073 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
15074 Remove backspace/delete bindings. (Bug#14392)
15075
15076 * cus-dep.el (custom-make-dependencies): Sort the output.
15077 (custom-versions-load-alist): Convert comment to doc.
15078
15079 2013-05-17 Leo Liu <sdl.web@gmail.com>
15080
15081 * newcomment.el (comment-search-backward): Stricter in finding
15082 comment start. (Bug#14303)
15083
15084 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
15085 (octave-comment-start-skip): Properly anchored.
15086
15087 2013-05-17 Leo Liu <sdl.web@gmail.com>
15088
15089 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
15090 Clean up when turned off. (Bug#14395)
15091 (smie--highlight-matching-block-overlay): No longer buffer-local.
15092 (smie-highlight-matching-block): Adjust.
15093
15094 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
15095
15096 Doc string fix for "nanoseconds" (Bug#14406).
15097 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
15098 Fix doc string typo that had "nanoseconds" instead of "microseconds".
15099
15100 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
15101
15102 * calc/calc-units.el (math-extract-units): Preserve powers
15103 of units.
15104
15105 2013-05-17 Leo Liu <sdl.web@gmail.com>
15106
15107 * subr.el (delete-consecutive-dups): New function.
15108 * ido.el (ido-set-matches-1): Use it.
15109 * progmodes/octave.el (inferior-octave-completion-table): Use it.
15110 * ido.el (ido-remove-consecutive-dups): Remove.
15111
15112 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
15113
15114 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
15115 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
15116 regexp-opt's `words'.
15117
15118 2013-05-16 Leo Liu <sdl.web@gmail.com>
15119
15120 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
15121 (smie--highlight-matching-block-overlay)
15122 (smie--highlight-matching-block-lastpos)
15123 (smie--highlight-matching-block-timer): New variables.
15124 (smie-highlight-matching-block): New function.
15125 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
15126 (smie-setup): Conditionally enable smie-blink-matching-open.
15127
15128 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
15129
15130 Sync with upstream verilog-mode r840.
15131 * progmodes/verilog-mode.el (verilog-mode-version)
15132 (verilog-mode-release-date): Update.
15133 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
15134 (verilog-sig-tieoff): Fix string error on
15135 AUTORESET with colon define, bug594. Reported by Andrew Hou.
15136 (verilog-read-decls): Fix parameters confusing
15137 AUTOINST interfaces, bug565. Reported by Leith Johnson.
15138
15139 2013-05-16 Eli Zaretskii <eliz@gnu.org>
15140
15141 * subr.el (reveal-filename): New function.
15142
15143 * loadup.el: Compute Emacs executable versions on MS-Windows,
15144 where executables have the .exe extension. Add a hard link
15145 emacs-XX.YY.ZZ.exe on MS-Windows.
15146
15147 * Makefile.in (XARGS_LIMIT): New variable.
15148 (custom-deps, finder-data, autoloads)
15149 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
15150 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
15151 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
15152 (compile-main): Limit xargs according to $(XARGS_LIMIT).
15153
15154 2013-05-16 Leo Liu <sdl.web@gmail.com>
15155
15156 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
15157 (octave-mode-menu, octave-mode-map): Remove its uses.
15158
15159 2013-05-16 Reto Zimmermann <reto@gnu.org>
15160
15161 Sync with upstream vhdl mode v3.34.2.
15162 * progmodes/vhdl-mode.el: Use `push' throughout.
15163 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
15164 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
15165 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
15166 (vhdl-actual-generic-name): New option to derive actual generic name.
15167 (vhdl-port-paste-signals): Replace formal by actual generics.
15168 (vhdl-beautify): New name for old group vhdl-align. Update users.
15169 (vhdl-beautify-options): New option.
15170 (vhdl-last-input-event): New compat alias. Use throughout.
15171 (vhdl-goto-line): Replace user level function `goto-line'.
15172 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
15173 vhdl-fix-statement-buffer.
15174 (vhdl-create-mode-menu): Add some entries.
15175 (vhdl-align-region-groups): Respect vhdl-beautify-options.
15176 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
15177 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
15178 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
15179 to force statements on one line.
15180 (vhdl-remove-trailing-spaces-region):
15181 New, split from vhdl-remove-trailing-spaces.
15182 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
15183 Respect vhdl-beautify-options.
15184 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
15185 (vhdl-update-sensitivity-list): Not add with index if exists without.
15186 Not include array index with signal. Ignore keywords in comments.
15187 (vhdl-get-visible-signals): Regexp tweaks.
15188 (vhdl-template-component-inst): Handle empty library.
15189 (vhdl-template-type): Add template for 'enum' type.
15190 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
15191 Use vhdl-replace-string.
15192 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
15193 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
15194 (vhdl-speedbar-initialize): Update for above name change.
15195 (vhdl-compose-wire-components): Fix in handling of constants.
15196 (vhdl-error-regexp-emacs-alist): New variable.
15197 (vhdl-error-regexp-add-emacs): New function;
15198 adds support for new compile.el (Emacs 22+)
15199 (vhdl-generate-makefile-1): Change target order for single lib. units.
15200 Allow use of absolute file names.
15201
15202 2013-05-16 Leo Liu <sdl.web@gmail.com>
15203
15204 * simple.el (prog-indent-sexp): Indent enclosing defun.
15205
15206 2013-05-15 Glenn Morris <rgm@gnu.org>
15207
15208 * cus-start.el (show-trailing-whitespace): Move to editing basics.
15209 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
15210 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
15211 (whitespace-highlight): Move to whitespace group.
15212
15213 * comint.el (comint-source):
15214 * pcmpl-linux.el (pcmpl-linux):
15215 * shell.el (shell-faces):
15216 * eshell/esh-opt.el (eshell-opt):
15217 * international/ccl.el (ccl): Remove empty custom groups.
15218
15219 * completion.el (dynamic-completion-mode):
15220 * jit-lock.el (jit-lock-debug-mode):
15221 * minibuffer.el (completion-in-region-mode):
15222 * type-break.el (type-break-mode-line-message-mode)
15223 (type-break-query-mode):
15224 * emulation/tpu-edt.el (tpu-edt-mode):
15225 * progmodes/subword.el (global-subword-mode, global-superword-mode):
15226 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
15227 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
15228
15229 * term/xterm.el (xterm): Change parent group to terminals.
15230
15231 * master.el (master): Remove empty custom group.
15232 (master-mode): Remove unused :group argument.
15233 * textmodes/refill.el (refill): Remove empty custom group.
15234 (refill-mode): Remove unused :group argument.
15235
15236 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
15237
15238 * cus-dep.el: Provide a feature.
15239 (custom-make-dependencies): Ignore dotfiles (dir-locals).
15240 Don't mistakenly ignore files whose basenames match a basename
15241 from preloaded-file-list (eg cedet/ede/simple.el).
15242 Add a fallback method for getting :group.
15243
15244 2013-05-15 Juri Linkov <juri@jurta.org>
15245
15246 * isearch.el (isearch-char-by-name): Rename from
15247 `isearch-insert-char-by-name'. Doc fix.
15248 (isearch-forward): Mention `isearch-char-by-name' in
15249 the docstring. (Bug#13348)
15250
15251 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
15252 `exit-minibuffer' instead of
15253 `isearch-nonincremental-exit-minibuffer'.
15254 (isearch-edit-string): Remove mention of
15255 `isearch-nonincremental-exit-minibuffer' from docstring.
15256 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
15257 (isearch-forward-exit-minibuffer)
15258 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
15259
15260 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
15261
15262 * loadup.el: Just use unversioned DOC.
15263
15264 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
15265 literals as extending to EOB.
15266 (nxml-last-fontify-end): Remove unused variable.
15267 (nxml-after-change1): Use with-silent-modifications.
15268 (nxml-extend-after-change-region): Simplify.
15269 (nxml-extend-after-change-region1): Remove function.
15270 (nxml-after-change1): Don't adjust for dependent regions.
15271 (nxml-fontify-matcher): Simplify.
15272 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
15273 (xmltok-add-dependent): Remove function.
15274 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
15275 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
15276 (xmltok-scan-prolog-after-processing-instruction-open): Treat
15277 unclosed <[[, <?, comment, and other literals as extending to EOB.
15278 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
15279 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
15280 Remove functions.
15281 (rng-do-some-validation-1): Don't mark dependent regions.
15282 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
15283 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
15284 (nxml-clear-dependent-regions): Remove functions.
15285 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
15286 (nxml-ensure-scan-up-to-date):
15287 Don't clear&mark dependent regions.
15288
15289 2013-05-15 Leo Liu <sdl.web@gmail.com>
15290
15291 * progmodes/octave.el (octave-goto-function-definition):
15292 Improve and fix callers.
15293
15294 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
15295
15296 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
15297 the setter (bug#14387).
15298
15299 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
15300 surrounding group (bug#14402).
15301
15302 2013-05-14 Juri Linkov <juri@jurta.org>
15303
15304 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
15305 (Bug#14390)
15306
15307 2013-05-14 Glenn Morris <rgm@gnu.org>
15308
15309 * progmodes/f90.el (f90-imenu-generic-expression):
15310 Fix typo in 2013-05-08 change. (Bug#14402)
15311
15312 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
15313
15314 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
15315 Remove signals for which replies are never received.
15316
15317 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
15318
15319 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
15320 (gdb-handler-alist, gdb-handler-number): Remove variables.
15321 (gdb-handler-list): New variable.
15322 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
15323 (gdb-pending-handler-p, gdb-handle-reply)
15324 (gdb-remove-all-pending-triggers): New functions.
15325 (gdb-discard-unordered-replies): New defcustom.
15326 (gdb-handler): New defstruct.
15327 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
15328 instead of gdb-pending-triggers. Update docstring.
15329 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
15330 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
15331 (gdb-var-update-handler, def-gdb-auto-update-trigger)
15332 (def-gdb-auto-update-handler, gdb-get-changed-registers)
15333 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
15334 (gdb-frame-handler): Pending triggers are now automatically managed.
15335 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
15336 Remove argument.
15337 (gdb-input): Automatically handles pending triggers. Update docstring.
15338 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
15339 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
15340 Update comments.
15341 (gdb-done-or-error): Now use gdb-handle-reply.
15342
15343 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
15344
15345 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
15346 gdb-debug-log.
15347
15348 2013-05-14 Glenn Morris <rgm@gnu.org>
15349
15350 * subr.el (user-emacs-directory-warning): New option.
15351 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
15352
15353 2013-05-14 Leo Liu <sdl.web@gmail.com>
15354
15355 * progmodes/octave.el (octave-font-lock-keywords): Fix error
15356 during redisplay.
15357 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
15358 (octave-font-lock-texinfo-comment): Fix invalid search bound
15359 error: wrong side of point.
15360
15361 2013-05-14 Glenn Morris <rgm@gnu.org>
15362
15363 * progmodes/flymake.el (flymake-xml-program): New option.
15364 (flymake-xml-init): Use it.
15365
15366 * term/xterm.el: Provide a feature.
15367
15368 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
15369
15370 2013-05-13 Glenn Morris <rgm@gnu.org>
15371
15372 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
15373 Add compat aliases as a hack workaround. (Bug#14384)
15374
15375 2013-05-13 Leo Liu <sdl.web@gmail.com>
15376
15377 * progmodes/octave.el (octave-indent-comment): Fix indentation for
15378 ###, and %!.
15379 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
15380 C-M-q.
15381 (octave-comment-start-skip): Include %!.
15382 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
15383
15384 2013-05-12 Leo Liu <sdl.web@gmail.com>
15385
15386 * progmodes/octave.el (inferior-octave-startup): Store the value
15387 of __octave_srcdir__ for octave-source-directories.
15388 (inferior-octave-check-process): New function refactored out of
15389 inferior-octave-send-list-and-digest.
15390 (octave-source-directories)
15391 (octave-find-definition-filename-function): New variables.
15392 (octave-source-directories)
15393 (octave-find-definition-default-filename): New functions.
15394 (octave-find-definition): Improve to find functions implemented in C++.
15395
15396 2013-05-12 Glenn Morris <rgm@gnu.org>
15397
15398 * calendar/diary-lib.el (diary-outlook-format-1):
15399 Don't include dayname in the output. (Bug#14349)
15400
15401 2013-05-11 Glenn Morris <rgm@gnu.org>
15402
15403 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
15404
15405 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
15406 Treat cc-provide like provide.
15407
15408 2013-05-11 Kevin Ryde <user42@zip.com.au>
15409
15410 * cus-dep.el (custom-make-dependencies):
15411 Use generated-autoload-load-name for the sake of files such
15412 such cedet/semantic/bovine/c.el, where the base file name
15413 is not in load-path. (Bug#5277)
15414
15415 2013-05-11 Glenn Morris <rgm@gnu.org>
15416
15417 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
15418 Provide features.
15419
15420 2013-05-11 Leo Liu <sdl.web@gmail.com>
15421
15422 * progmodes/octave.el (octave-indent-comment): Improve.
15423 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
15424 (octave-eldoc-function-signatures, octave-eldoc-function):
15425 New functions.
15426 (octave-mode, inferior-octave-mode): Add eldoc support.
15427
15428 2013-05-11 Richard Stallman <rms@gnu.org>
15429
15430 * epa.el (epa-decrypt-file): Take output file name as argument
15431 and read it using `interactive'.
15432
15433 2013-05-11 Leo Liu <sdl.web@gmail.com>
15434
15435 * progmodes/octave.el (octave-beginning-of-line)
15436 (octave-end-of-line): Check before using up-list because it jumps
15437 out of more syntactic contructs since moving to smie.
15438 (octave-indent-comment): New function.
15439 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
15440 (octave-begin-keywords, octave-end-keywords)
15441 (octave-reserved-words, octave-smie-bnf-table)
15442 (octave-smie-rules): Add new keywords from Octave 3.6.4.
15443
15444 2013-05-11 Glenn Morris <rgm@gnu.org>
15445
15446 * faces.el (internal-face-x-get-resource):
15447 * frame.el (ns-display-monitor-attributes-list):
15448 * calc/calc-aent.el (math-to-radians-2):
15449 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
15450 Fix declarations.
15451
15452 * calc/calc-menu.el: Make it loadable in isolation.
15453
15454 * net/eudcb-bbdb.el: Make it loadable without bbdb.
15455 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
15456 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
15457 (eudc-bbdb-query-internal): Require 'bbdb.
15458
15459 * lpr.el (lpr-headers-switches):
15460 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
15461
15462 * progmodes/sql.el (sql-login-params): Fix and improve :type.
15463
15464 * emulation/edt-mapper.el: In batch mode, error rather than hang.
15465
15466 * term.el (term-set-escape-char): Make it idempotent.
15467
15468 2013-05-10 Leo Liu <sdl.web@gmail.com>
15469
15470 * progmodes/octave.el (inferior-octave-completion-table):
15471 No longer a function and all uses changed. Use cache to speed up
15472 completion due to bug#11906.
15473 (octave-beginning-of-defun): Re-write to be more general.
15474
15475 2013-05-10 Glenn Morris <rgm@gnu.org>
15476
15477 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
15478
15479 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
15480
15481 * comint.el (comint-redirect-send-command-to-process): Use :around
15482 rather than :override for comint-redirect-filter.
15483 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
15484 Call it instead of comint-redirect-original-filter-function (which
15485 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
15486
15487 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
15488
15489 * frame.el (display-monitor-attributes-list): Add NS case.
15490 (ns-display-monitor-attributes-list): Declare.
15491
15492 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
15493
15494 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
15495
15496 2013-05-09 Glenn Morris <rgm@gnu.org>
15497
15498 * international/fontset.el (vertical-centering-font-regexp):
15499 Set standard-value.
15500
15501 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
15502
15503 * bookmark.el (bookmark-search-delay):
15504 * cus-start.el (vertical-centering-font-regexp):
15505 * ps-mule.el (ps-mule-font-info-database-default):
15506 * ps-print.el (ps-default-fg, ps-default-bg):
15507 * type-break.el (type-break-good-break-interval):
15508 * whitespace.el (whitespace-indentation-regexp)
15509 (whitespace-space-after-tab-regexp):
15510 * emacs-lisp/testcover.el (testcover-1value-functions)
15511 (testcover-noreturn-functions, testcover-progn-functions)
15512 (testcover-prog1-functions):
15513 * emulation/viper-init.el (viper-emacs-state-cursor-color):
15514 * eshell/em-glob.el (eshell-glob-translate-alist):
15515 * play/tetris.el (tetris-tty-colors):
15516 * progmodes/cpp.el (cpp-face-default-list):
15517 * progmodes/flymake.el (flymake-allowed-file-name-masks):
15518 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
15519 (idlwave-help-browser-generic-args):
15520 * progmodes/make-mode.el (makefile-special-targets-list):
15521 * progmodes/python.el (python-shell-virtualenv-path):
15522 * progmodes/verilog-mode.el (verilog-active-low-regexp)
15523 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
15524 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
15525 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
15526 * textmodes/reftex-vars.el (reftex-format-label-function):
15527 * textmodes/remember.el (remember-diary-file): Fix custom types.
15528
15529 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
15530 Add :version.
15531
15532 2013-05-09 Leo Liu <sdl.web@gmail.com>
15533
15534 * progmodes/octave.el (inferior-octave-completion-at-point):
15535 Restore file completion. (Bug#14300)
15536 (inferior-octave-startup): Fix incorrect highlighting for the
15537 first prompt.
15538
15539 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
15540
15541 * progmodes/ruby-mode.el: First cut at SMIE support.
15542 (ruby-use-smie): New var.
15543 (ruby-smie-grammar): New constant.
15544 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
15545 (ruby-smie--forward-token, ruby-smie--backward-token)
15546 (ruby-smie-rules): New functions.
15547 (ruby-mode-variables): Setup SMIE if applicable.
15548
15549 2013-05-08 Eli Zaretskii <eliz@gnu.org>
15550
15551 * simple.el (line-move-visual): Signal beginning/end of buffer
15552 only if vertical-motion moved less than it was requested. Avoids
15553 silly incorrect error messages when there are display strings with
15554 multiple newlines at EOL.
15555
15556 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
15557
15558 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
15559 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
15560 (prolog-char-quote-workaround):
15561 * progmodes/cperl-mode.el (cperl-under-as-char):
15562 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
15563 Mark as obsolete.
15564 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
15565 their declaration.
15566 (vhdl-mode-syntax-table-init): Remove.
15567
15568 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
15569 last change.
15570
15571 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
15572 syntax for "_".
15573 (ld-script-font-lock-keywords):
15574 Change regexps to use things like \_< and \_>.
15575
15576 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
15577 Change all regexps to use things like \_< and \_>.
15578
15579 * progmodes/autoconf.el (autoconf-definition-regexp)
15580 (autoconf-font-lock-keywords, autoconf-current-defun-function):
15581 Handle a _ with symbol syntax.
15582 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
15583
15584 * progmodes/ada-mode.el (ada-mode-abbrev-table):
15585 Consolidate declaration.
15586 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
15587 the declaration.
15588 (ada-create-syntax-table): Remove.
15589 (ada-capitalize-word): Don't mess with the syntax of "_" since it
15590 already has the right syntax nowadays.
15591 (ada-goto-next-word): Don't change the syntax of "_".
15592
15593 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
15594 with-wrapper-hook.
15595
15596 2013-05-08 Sam Steingold <sds@gnu.org>
15597
15598 * thingatpt.el (thing-at-point): Accept optional second argument
15599 NO-PROPERTIES to strip the text properties from the return value.
15600 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
15601 to `thing-at-point' instead of stripping the properties ourselves.
15602 Also, when `thing-at-point' fails to find a url, prepend "http://"
15603 to the filename at point on the assumption that the user is
15604 pointing at something like gnu.org/gnu.
15605
15606 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
15607
15608 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
15609 * faces.el (crm-separator):
15610 Silence byte-compiler.
15611
15612 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
15613 (tool-bar-map): Remove unneeded defvars.
15614
15615 2013-05-08 Leo Liu <sdl.web@gmail.com>
15616
15617 Re-work a fix for bug#10994 based on Le Wang's patch.
15618 * ido.el (ido-remove-consecutive-dups): New helper.
15619 (ido-completing-read): Use it.
15620 (ido-chop): Revert fix for bug#10994.
15621
15622 2013-05-08 Adam Spiers <emacs@adamspiers.org>
15623
15624 * cus-edit.el (custom-save-variables):
15625 Pretty-print long values. (Bug#14187)
15626
15627 2013-05-08 Glenn Morris <rgm@gnu.org>
15628
15629 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
15630 (m4-mode-syntax-table): Init in the defvar.
15631 (m4-mode-abbrev-table): Let define-derived-mode define it.
15632
15633 2013-05-08 Tom Tromey <tromey@redhat.com>
15634
15635 * progmodes/m4-mode.el (m4-mode-syntax-table):
15636 Do not treat "_" as word constituent. (Bug#14167)
15637
15638 2013-05-07 Glenn Morris <rgm@gnu.org>
15639
15640 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
15641 Remove explicit eshell-isearch-cancel-map.
15642
15643 * progmodes/f90.el (f90-smart-end-names): New option.
15644 (f90-smart-end): Doc fix.
15645 (f90-end-block-optional-name): New constant.
15646 (f90-block-match): Respect f90-smart-end-names.
15647
15648 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
15649
15650 * progmodes/octave.el (octave-smie-forward-token): Be more careful
15651 about implicit semi-colons (bug#14218).
15652
15653 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15654
15655 * frame.el (display-monitor-attributes-list)
15656 (frame-monitor-attributes): New functions.
15657
15658 2013-05-06 Leo Liu <sdl.web@gmail.com>
15659
15660 * progmodes/octave.el (octave-syntax-propertize-function): Change
15661 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
15662 (octave-font-lock-keywords): Use octave-operator-regexp.
15663 (octave-completion-at-point): Rename from
15664 octave-completion-at-point-function.
15665 (inferior-octave-directory-tracker): Robustify.
15666 (octave-text-functions): Remove and fix its uses. No such things
15667 any more.
15668
15669 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15670
15671 * emacs-lisp/trace.el (trace--display-buffer): New function.
15672 (trace-make-advice): Use it.
15673
15674 2013-05-06 Juri Linkov <juri@jurta.org>
15675
15676 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
15677 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
15678 Doc fix.
15679 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
15680 in the help string. (Bug#12985)
15681
15682 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
15683
15684 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
15685
15686 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15687
15688 * progmodes/perl-mode.el: Add support for here documents.
15689 (perl-syntax-propertize-function): Match here-doc markers.
15690 (perl-syntax-propertize-special-constructs): Find their end.
15691 (perl-imenu-generic-expression): Use [:alnum:].
15692
15693 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
15694 (advice--add-function): Refresh the advice if already present
15695 (bug#14317).
15696
15697 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
15698
15699 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
15700
15701 2013-05-06 Glenn Morris <rgm@gnu.org>
15702
15703 * w32-fns.el (w32-charset-info-alist): Declare.
15704
15705 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
15706 of its defcustom properties.
15707 (eshell-cmpl-initialize): No need to load pcomplete.
15708
15709 * generic-x.el: No need to require comint when compiling.
15710
15711 * net/eudc-export.el: Make it loadable without bbdb.
15712 (top-level): Use require rather than load-library.
15713 (eudc-create-bbdb-record, eudc-bbdbify-phone)
15714 (eudc-batch-export-records-to-bbdb)
15715 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
15716 Require bbdb.
15717
15718 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15719
15720 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
15721 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
15722 some tweaks, instead.
15723
15724 2013-05-05 Leo Liu <sdl.web@gmail.com>
15725
15726 * progmodes/octave.el (octave-font-lock-keywords)
15727 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
15728 (inferior-octave-send-list-and-digest): Improve error message.
15729 (octave-mode, inferior-octave-mode): Use setq-local.
15730 (octave-help): Set info-lookup-mode.
15731
15732 2013-05-05 Richard Stallman <rms@gnu.org>
15733
15734 * vc/compare-w.el (compare-windows-whitespace):
15735 Treat no-break space as whitespace.
15736
15737 * mail/rmailsum.el (rmail-summary-rmail-update):
15738 Detect empty summary and don't change selected message.
15739 (rmail-summary-goto-msg): Likewise.
15740
15741 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
15742 Doc fixes, rename args.
15743
15744 2013-05-05 Alan Mackenzie <acm@muc.de>
15745
15746 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
15747
15748 2013-05-05 Juri Linkov <juri@jurta.org>
15749
15750 * info.el (Info-read-subfile): Use (point-min) instead of (point)
15751 to not add the length of the summary segment to the return value.
15752 (Bug#14125)
15753
15754 2013-05-05 Leo Liu <sdl.web@gmail.com>
15755
15756 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
15757 (inferior-octave-output-filter): Remove.
15758 (octave-send-region, inferior-octave-startup): Fix callers.
15759 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
15760 (octave-binary-file-extensions): New user variable.
15761 (octave-find-definition): Confirm if opening binary files.
15762 (octave-help-file): Use octave-find-definition to get the binary
15763 confirmation.
15764 (octave-help): Adjust for octave-help-file change.
15765
15766 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
15767
15768 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
15769 Merge the two entries that handle function definitions.
15770 (pascal--syntax-propertize): New const.
15771 (pascal-mode): Use it. Use setq-local.
15772
15773 2013-05-04 Glenn Morris <rgm@gnu.org>
15774
15775 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
15776 (diary-from-outlook): Respect diary-from-outlook-function.
15777
15778 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15779
15780 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
15781 Move the declaration from C.
15782 (read-minibuffer, eval-minibuffer): Move from C.
15783 (completion-setup-function): Avoid minibuffer-completion-contents.
15784
15785 2013-05-03 Leo Liu <sdl.web@gmail.com>
15786
15787 * progmodes/octave.el (octave-font-lock-keywords): Do not
15788 dehighlight 'end' in comments or strings.
15789 (octave-completing-read, octave-goto-function-definition):
15790 New helpers.
15791 (octave-help-buffer): New user variable.
15792 (octave-help-file, octave-help-function): New button types.
15793 (octave-help): New command and bind it to C-h ;.
15794 (octave-find-definition): New command and bind it to M-.
15795 (user-error): Alias to error if not defined.
15796
15797 2013-05-02 Leo Liu <sdl.web@gmail.com>
15798
15799 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
15800 for \. (bug#14332)
15801 (octave-font-lock-keywords): Include [ and {.
15802
15803 2013-05-02 Leo Liu <sdl.web@gmail.com>
15804
15805 * progmodes/octave.el (inferior-octave-startup-file): Change default.
15806 (inferior-octave): Remove calling comint-mode and return the buffer.
15807 (inferior-octave-startup): Cosmetic changes.
15808
15809 2013-05-02 Leo Liu <sdl.web@gmail.com>
15810
15811 * progmodes/octave.el (octave-syntax-propertize-function):
15812 Include the case when ' is at line beginning. (Bug#14336)
15813
15814 2013-05-02 Glenn Morris <rgm@gnu.org>
15815
15816 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
15817 * desktop.el (vc-dir-mode): Just autoload it here.
15818
15819 2013-05-02 Alan Mackenzie <acm@muc.de>
15820
15821 Eliminate variable c-standard-font-lock-fontify-region-function.
15822 * progmodes/cc-mode.el
15823 (c-standard-font-lock-fontify-region-function): Remove.
15824 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
15825
15826 2013-05-01 Leo Liu <sdl.web@gmail.com>
15827
15828 * progmodes/octave.el: Compatible with older emacs-24 releases.
15829 (inferior-octave-has-built-in-variables): Remove. Built-in
15830 variables were removed from Octave in 2007.
15831 (inferior-octave-startup): Fix uses.
15832 (comint-line-beginning-position): Remove compatibility code for
15833 emacs 21.
15834
15835 2013-05-01 Juri Linkov <juri@jurta.org>
15836
15837 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
15838
15839 2013-05-01 Juri Linkov <juri@jurta.org>
15840
15841 * comint.el (comint-previous-matching-input): Don't print message
15842 "History item: %d" when `isearch-mode' is active.
15843 (comint-history-isearch-message): Print message "History item: %d"
15844 when `comint-input-ring-index' is not empty and this function is
15845 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
15846
15847 2013-05-01 Leo Liu <sdl.web@gmail.com>
15848
15849 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
15850 definitions. Use completion-at-point to insert keywords.
15851 (octave-abbrev-start): Remove.
15852 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
15853
15854 2013-04-30 Leo Liu <sdl.web@gmail.com>
15855
15856 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
15857 change.
15858
15859 2013-04-30 Alan Mackenzie <acm@muc.de>
15860
15861 Handle arbitrarily long C++ member initialisation lists.
15862 * progmodes/cc-engine.el (c-back-over-member-initializers):
15863 new function.
15864 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
15865 (most) member init lists.
15866
15867 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
15868
15869 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
15870 variable.
15871
15872 2013-04-30 Leo Liu <sdl.web@gmail.com>
15873
15874 * progmodes/octave.el (octave-variables): Remove. No builtin
15875 variables any more. All converted to functions.
15876 (octave-font-lock-keywords, octave-completion-at-point-function):
15877 Fix uses.
15878 (octave-font-lock-texinfo-comment): New user variable.
15879 (octave-texinfo-font-lock-keywords): New variable for texinfo
15880 comment block.
15881 (octave-function-comment-block): New face.
15882 (octave-font-lock-texinfo-comment): New function.
15883 (octave-mode): Font lock texinfo comment block.
15884
15885 2013-04-29 Leo Liu <sdl.web@gmail.com>
15886
15887 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
15888 indexing expression.
15889 (octave-continuation-string): Do not use \.
15890 (inferior-octave-complete-impossible): Remove.
15891 (inferior-octave-completion-table)
15892 (inferior-octave-completion-at-point): Remove its uses.
15893 (inferior-octave-startup): completion_matches was introduced to
15894 Octave in 1996 so safe to assume it.
15895 (octave-function-file-comment): Improve to follow how Octave does it.
15896 (octave-update-function-file-comment): Tweak.
15897
15898 2013-04-29 Leo Liu <sdl.web@gmail.com>
15899
15900 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
15901 (inferior-octave-startup): Remove inferior-octave-startup-hook.
15902 (octave-function-file-comment): Fix typo.
15903 (octave-sync-function-file-names): Use read-char-choice.
15904
15905 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
15906
15907 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
15908 to t for the less important warnings.
15909
15910 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
15911
15912 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
15913
15914 2013-04-27 Glenn Morris <rgm@gnu.org>
15915
15916 * vc/log-view.el (log-view-current-entry):
15917 Treat "---" separator lines as part of the following rev. (Bug#14169)
15918
15919 2013-04-27 Juri Linkov <juri@jurta.org>
15920
15921 * subr.el (read-number): Doc fix about using it by interactive
15922 code letter `n'. (Bug#14254)
15923
15924 2013-04-27 Juri Linkov <juri@jurta.org>
15925
15926 * desktop.el (desktop-auto-save-timeout): New option.
15927 (desktop-file-checksum): New variable.
15928 (desktop-save): Add optional arg `auto-save' and don't auto-save
15929 if nothing changed.
15930 (desktop-auto-save-timer): New variable.
15931 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
15932 (after-init-hook): Call `desktop-auto-save-set-timer'.
15933 Suggested by Reuben Thomas <rrt@sc3d.org> in
15934 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
15935
15936 2013-04-27 Leo Liu <sdl.web@gmail.com>
15937
15938 * progmodes/octave.el (octave-function-file-p)
15939 (octave-skip-comment-forward, octave-function-file-comment)
15940 (octave-update-function-file-comment): New functions.
15941 (octave-mode-map): Bind C-c ; to
15942 octave-update-function-file-comment.
15943 (octave-mode-menu): Add octave-update-function-file-comment.
15944 (octave-mode, inferior-octave-mode): Fix doc-string.
15945 (octave-insert-defun): Conform to Octave's coding convention.
15946 (Bug#14285)
15947
15948 * files.el (basic-save-buffer): Don't let errors in
15949 before-save-hook prevent saving buffer.
15950
15951 2013-04-20 Roland Winkler <winkler@gnu.org>
15952
15953 * faces.el (read-face-name): Use completing-read if arg multiple
15954 is nil.
15955
15956 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
15957
15958 * ls-lisp.el (ls-lisp-insert-directory): If no files are
15959 displayed, move point to after the totals line.
15960 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
15961 for the details.
15962
15963 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
15964
15965 * emacs-lisp/package.el (package-autoload-ensure-default-file):
15966 Add current dir to the load-path.
15967 (package-generate-autoloads): Don't rely on
15968 autoload-ensure-default-file.
15969
15970 2013-04-26 Reuben Thomas <rrt@sc3d.org>
15971
15972 * textmodes/remember.el (remember-store-in-files): Document that
15973 the file name format is passed to `format-time-string'.
15974
15975 2013-04-26 Leo Liu <sdl.web@gmail.com>
15976
15977 * progmodes/octave.el (octave-sync-function-file-names): New function.
15978 (octave-mode): Use it in before-save-hook.
15979
15980 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15981
15982 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
15983 (bug#14274).
15984
15985 * progmodes/octave.el (octave-smie-forward-token): Properly skip
15986 \n and comment, even if it's not an implicit ; (bug#14218).
15987
15988 2013-04-26 Glenn Morris <rgm@gnu.org>
15989
15990 * subr.el (read-number): Once more use `read' rather than
15991 `string-to-number', to trap non-numeric input. (Bug#14254)
15992
15993 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
15994
15995 * emacs-lisp/syntax.el (syntax-propertize-multiline):
15996 Use `syntax-multiline' text property consistently instead of
15997 `font-lock-multiline'. (Bug#14237)
15998
15999 2013-04-26 Glenn Morris <rgm@gnu.org>
16000
16001 * emacs-lisp/shadow.el (list-load-path-shadows):
16002 No longer necessary to check for duplicate simple.el, since
16003 2012-07-07 change to init_lread to not include installation lisp
16004 directories in load-path when running uninstalled. (Bug#14270)
16005
16006 2013-04-26 Leo Liu <sdl.web@gmail.com>
16007
16008 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
16009 (octave-mode, inferior-octave-mode): Use setq-local.
16010 (octave-not-in-string-or-comment-p): Rename to
16011 octave-in-string-or-comment-p.
16012 (octave-in-comment-p, octave-in-string-p)
16013 (octave-in-string-or-comment-p): Replace defsubst with defun.
16014
16015 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
16016
16017 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
16018
16019 2013-04-25 Bastien Guerry <bzg@gnu.org>
16020
16021 * textmodes/remember.el (remember-data-directory)
16022 (remember-directory-file-name-format): Fix custom types.
16023
16024 2013-04-25 Leo Liu <sdl.web@gmail.com>
16025
16026 * progmodes/octave.el (octave-completion-at-point-function):
16027 Make use of inferior octave process.
16028 (octave-initialize-completions): Remove.
16029 (inferior-octave-completion-table): New function.
16030 (inferior-octave-completion-at-point): Use it.
16031 (octave-completion-alist): Remove.
16032
16033 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
16034
16035 * progmodes/opascal.el: Use font-lock and syntax-propertize.
16036 (opascal-mode-syntax-table): New var.
16037 (opascal-literal-kind, opascal-is-literal-end)
16038 (opascal-literal-token-at): Rewrite.
16039 (opascal--literal-start-re, opascal-font-lock-keywords)
16040 (opascal--syntax-propertize): New constants.
16041 (opascal-font-lock-defaults): Adjust.
16042 (opascal-mode): Use them. Set comment-<foo> variables as well.
16043 (delphi-comment-face, opascal-comment-face, delphi-string-face)
16044 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
16045 (delphi-other-face, opascal-other-face): Remove face variables.
16046 (opascal-save-state): Remove macro.
16047 (opascal-fontifying-progress-step): Remove constant.
16048 (opascal--ignore-changes): Remove var.
16049 (opascal-set-token-property, opascal-parse-next-literal)
16050 (opascal-is-stable-literal, opascal-complete-literal)
16051 (opascal-is-literal-start, opascal-face-of)
16052 (opascal-parse-region, opascal-parse-region-until-stable)
16053 (opascal-fontify-region, opascal-after-change)
16054 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
16055 (opascal-debug-parse-region, opascal-debug-parse-window)
16056 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
16057 (opascal-debug-fontify-buffer): Remove.
16058 (opascal-debug-mode-map): Adjust accordingly.
16059
16060 2013-04-25 Leo Liu <sdl.web@gmail.com>
16061
16062 Merge octave-mod.el and octave-inf.el into octave.el with some
16063 cleanups.
16064 * progmodes/octave.el: New file renamed from octave-mod.el.
16065 * progmodes/octave-inf.el: Merged into octave.el.
16066 * progmodes/octave-mod.el: Renamed to octave.el.
16067
16068 2013-04-25 Tassilo Horn <tsdh@gnu.org>
16069
16070 * textmodes/reftex-vars.el
16071 (reftex-label-ignored-macros-and-environments): New defcustom.
16072
16073 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
16074
16075 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
16076
16077 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
16078 (smie-indent-keyword): Improve the check to ensure that the next
16079 comment is really on the same line.
16080 (smie-indent-comment): Don't align with a subsequent closer (or eob).
16081
16082 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
16083 semi-colons if the line is not otherwise empty (bug#14218).
16084
16085 2013-04-25 Glenn Morris <rgm@gnu.org>
16086
16087 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
16088
16089 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
16090
16091 * progmodes/opascal.el (opascal-set-token-property): Rename from
16092 opascal-set-text-properties and only set `token' (bug#14134).
16093 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
16094 (opascal-literal-text-properties): Remove.
16095 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
16096 Adjust callers.
16097
16098 2013-04-24 Reuben Thomas <rrt@sc3d.org>
16099
16100 * textmodes/remember.el (remember-handler-functions): Add an
16101 option for a new handler `remember-store-in-files'.
16102 (remember-data-directory, remember-directory-file-name-format):
16103 New options.
16104 (remember-store-in-files): New function to store remember notes
16105 as separate files within a directory.
16106
16107 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
16108
16109 * progmodes/compile.el (compilation-next-error-function):
16110 Pass "formats" to compilation-find-file (bug#11777).
16111
16112 2013-04-24 Glenn Morris <rgm@gnu.org>
16113
16114 * vc/vc-bzr.el (vc-bzr-print-log):
16115 * vc/vc-hg.el (vc-hg-print-log):
16116 * vc/vc-svn.el (vc-svn-print-log):
16117 Fix START-REVISION with LIMIT != 1. (Bug#14168)
16118
16119 * vc/vc-bzr.el (vc-bzr-print-log):
16120 * vc/vc-cvs.el (vc-cvs-print-log):
16121 * vc/vc-git.el (vc-git-print-log):
16122 * vc/vc-hg.el (vc-hg-print-log):
16123 * vc/vc-mtn.el (vc-mtn-print-log):
16124 * vc/vc-rcs.el (vc-rcs-print-log):
16125 * vc/vc-sccs.el (vc-sccs-print-log):
16126 * vc/vc-svn.el (vc-svn-print-log):
16127 * vc/vc.el (vc-print-log-internal): Doc fixes.
16128
16129 2013-04-23 Glenn Morris <rgm@gnu.org>
16130
16131 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
16132 Remove venerable code attempting to avoid substitute-command-keys.
16133
16134 2013-04-23 Tassilo Horn <tsdh@gnu.org>
16135
16136 * textmodes/reftex-vars.el (reftex-label-regexps):
16137 Call `reftex-compile-variables' after changes to this variable.
16138
16139 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
16140
16141 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
16142 Use lexical-binding.
16143 (jit-lock-force-redisplay): Use markers, check buffer's continued
16144 existence and beware narrowed buffers.
16145 (jit-lock-fontify-now): Adjust call accordingly.
16146
16147 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
16148
16149 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
16150 to avoid misleading the user.
16151
16152 2013-04-22 Leo Liu <sdl.web@gmail.com>
16153
16154 * info-look.el: Prefer latex2e.info. (Bug#14240)
16155
16156 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
16157
16158 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
16159
16160 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
16161 * net/tramp.el (tramp-call-process): ... here.
16162 (tramp-set-completion-function, tramp-parse-putty):
16163 * net/tramp-adb.el (tramp-adb-execute-adb-command):
16164 * net/tramp-gvfs.el (tramp-gvfs-send-command):
16165 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
16166 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
16167 (tramp-call-local-coding-command): Use `tramp-call-process'
16168 instead of `tramp-compat-call-process'.
16169
16170 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
16171 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
16172 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
16173 (tramp-find-inline-compress): Improve traces.
16174 (tramp-maybe-send-script): Check for Perl binary.
16175 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
16176
16177 2013-04-22 Daiki Ueno <ueno@gnu.org>
16178
16179 * epg.el (epg-context-pinentry-mode): New function.
16180 (epg-context-set-pinentry-mode): New function.
16181 (epg--start): Pass --pinentry-mode option to gpg command.
16182
16183 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
16184
16185 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
16186 `comint-dynamic-complete' is obsolete since 24.1, replaced by
16187 `completion-at-point'. (Bug#13774)
16188
16189 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
16190 default key binding for `describe-distribution' has been moved to
16191 `C-h C-o'. (Bug#13970)
16192
16193 2013-04-21 Glenn Morris <rgm@gnu.org>
16194
16195 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
16196 Add doc strings.
16197 (vc-print-log): Clarify interactive prompt.
16198
16199 2013-04-20 Glenn Morris <rgm@gnu.org>
16200
16201 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
16202 No longer include timestamp etc information.
16203
16204 2013-04-20 Roland Winkler <winkler@gnu.org>
16205
16206 * faces.el (read-face-name): Bug fix, return just one face if arg
16207 multiple is nil. (Bug#14209)
16208
16209 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16210
16211 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
16212 (remove-function): Autoload.
16213
16214 * comint.el (comint-redirect-original-filter-function): Remove.
16215 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
16216 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
16217 (vc-cvs-annotate-command):
16218 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
16219 * progmodes/prolog.el (prolog-consult-compile):
16220 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
16221 Use add/remove-function instead.
16222 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
16223 (gud-tooltip-process-output, gud-tooltip-tips):
16224 Use add/remove-function instead.
16225 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
16226 (scheme-interaction-mode, exit-scheme-interaction-mode):
16227 Use add/remove-function instead.
16228
16229 * vc/vc-dispatcher.el: Use lexical-binding.
16230 (vc--process-sentinel): Rename from vc-process-sentinel.
16231 Change last arg to be the code to run. Don't use vc-previous-sentinel
16232 and vc-sentinel-commands any more.
16233 (vc-exec-after): Allow code to be a function. Use add/remove-function.
16234 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
16235
16236 2013-04-19 Masatake YAMATO <yamato@redhat.com>
16237
16238 * progmodes/sh-script.el (sh-imenu-generic-expression):
16239 Handle function names with a single character. (Bug#14111)
16240
16241 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
16242
16243 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
16244 for subroutines defined in an eval (bug#14182).
16245
16246 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16247
16248 * bookmark.el (bookmark-completing-read): Improve handling of empty
16249 string (bug#14176).
16250
16251 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
16252
16253 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
16254
16255 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
16256
16257 New faster Imenu implementation (bug#14058).
16258 * progmodes/python.el (python-imenu-prev-index-position)
16259 (python-imenu-format-item-label-function)
16260 (python-imenu-format-parent-item-label-function)
16261 (python-imenu-format-parent-item-jump-label-function):
16262 New vars.
16263 (python-imenu-format-item-label)
16264 (python-imenu-format-parent-item-label)
16265 (python-imenu-format-parent-item-jump-label)
16266 (python-imenu--put-parent, python-imenu--build-tree)
16267 (python-imenu-create-index, python-imenu-create-flat-index)
16268 (python-util-popn): New functions.
16269 (python-mode): Set imenu-create-index-function to
16270 python-imenu-create-index.
16271
16272 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
16273
16274 * winner.el (winner-active-region): Use region-active-p, activate-mark
16275 and deactivate-mark (bug#14225).
16276
16277 * simple.el (deactivate-mark): Don't inline it.
16278
16279 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
16280
16281 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
16282
16283 2013-04-18 Tassilo Horn <tsdh@gnu.org>
16284
16285 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
16286 file extensions from the archive-mode entry in order to prefer
16287 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
16288
16289 2013-04-18 Leo Liu <sdl.web@gmail.com>
16290
16291 * bindings.el (help-event-list): Add ?\?.
16292
16293 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
16294
16295 * subr.el (with-wrapper-hook): Declare obsolete.
16296 * simple.el (filter-buffer-substring-function): New hook.
16297 (filter-buffer-substring): Use it.
16298 (filter-buffer-substring-functions): Mark obsolete.
16299 * minibuffer.el (completion-in-region-function): New hook.
16300 (completion-in-region): Use it.
16301 (completion-in-region-functions): Mark obsolete.
16302 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
16303 * abbrev.el (abbrev-expand-function): New hook.
16304 (expand-abbrev): Use it.
16305 (abbrev-expand-functions): Mark obsolete.
16306 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
16307 and :filter-return.
16308
16309 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
16310
16311 * progmodes/python.el (python-nav--syntactically): Fix cornercases
16312 and do not care about match data.
16313
16314 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
16315
16316 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
16317 completion tables when completing error conditions and
16318 `declare' arguments.
16319 (lisp-complete-symbol, field-complete): Mark as obsolete.
16320 (check-parens): Unmatched parens are user errors.
16321 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
16322
16323 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
16324
16325 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
16326 command changed buffer (ie. `flyspell-pre-buffer' is not current
16327 buffer), which prevents making decisions based on invalid value of
16328 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
16329 cause an error when `flyspell-pre-point' was nil after switching
16330 buffers.
16331 (flyspell-post-command-hook): No longer needs to change buffers when
16332 checking pre-word. While at it remove unnecessary progn.
16333
16334 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
16335
16336 * textmodes/ispell.el (ispell-add-per-file-word-list):
16337 Fix `flyspell-correct-word-before-point' error when accepting
16338 words and `coment-padding' is an integer by using
16339 `comment-normalize-vars' (Bug #14214).
16340
16341 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
16342
16343 New defun movement commands.
16344 * progmodes/python.el (python-nav--syntactically)
16345 (python-nav--forward-defun, python-nav-backward-defun)
16346 (python-nav-forward-defun): New functions.
16347
16348 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
16349
16350 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
16351 (python-syntax-context): Use named compiler-macro for backwards
16352 compatibility with Emacs 24.x.
16353
16354 2013-04-17 Leo Liu <sdl.web@gmail.com>
16355
16356 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
16357 octave-hide-process-buffer.
16358
16359 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
16360
16361 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
16362 (bug#14216).
16363
16364 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
16365
16366 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
16367 Fix adjustment of offset when receiving incomplete responses from GDB
16368 (bug#14129).
16369
16370 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16371
16372 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
16373 python-mode-abbrev-table.
16374 (python-skeleton-define): Adjust accordingly.
16375 (python-mode-abbrev-table): New table that inherits from it so that
16376 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
16377
16378 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
16379 (abbrev-symbol): Use it.
16380 (abbrev--before-point): Use it since we already handle inheritance.
16381
16382 2013-04-16 Leo Liu <sdl.web@gmail.com>
16383
16384 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
16385 binding to info-lookup-symbol.
16386
16387 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
16388
16389 * minibuffer.el (completion--twq-all):
16390 * term/ns-win.el (ns-initialize-window-system):
16391 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
16392
16393 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16394
16395 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
16396 global bindings.
16397
16398 * doc-view.el (doc-view-start-process): Handle url-handler directories.
16399
16400 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
16401
16402 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
16403 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
16404 to nil.
16405 (ruby-end-of-defun): Remove the unused arg, change the docstring
16406 to reflect that this function is only used as the value of
16407 `end-of-defun-function'.
16408 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
16409 to reflect an earlier change that beginning/end-of-defun functions
16410 jump between methods in a class definition, as well as top-level
16411 functions.
16412
16413 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16414
16415 * minibuffer.el (minibuffer-complete): Don't just scroll
16416 a *Completions* that's been iconified.
16417 (minibuffer-force-complete): Make sure repetitions do cycle when going
16418 through completion-in-region -> minibuffer-complete.
16419
16420 2013-04-15 Alan Mackenzie <acm@muc.de>
16421
16422 Correct the placement of c-cpp-delimiters when there're #s not at
16423 col 0.
16424
16425 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
16426 place a submatch around the #.
16427 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
16428 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
16429 on the #, not BOL.
16430
16431 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16432
16433 * emacs-lisp/nadvice.el: Properly test names when adding advice.
16434 (advice--member-p): New arg `name'.
16435 (advice--add-function, advice-member-p): Use it (bug#14202).
16436
16437 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
16438
16439 Reformulate java imenu-generic-expression.
16440 The old expression contained ill formed regexps.
16441
16442 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
16443 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
16444 (cc-imenu-java-method-arg-regexp): New defconsts.
16445 (cc-imenu-java-build-type-args-regex): New defun.
16446 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
16447 handling of spaces in the regexp.
16448
16449 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16450
16451 * textmodes/ispell.el (ispell-command-loop): Remove
16452 flyspell highlight of a word when ispell accepts it (bug #14178).
16453
16454 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
16455
16456 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
16457 uses code from the previous `ange-ftp-run-real-handler'.
16458 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
16459 only in case that function exist. This is needed for proper
16460 unloading of Tramp.
16461
16462 2013-04-15 Tassilo Horn <tsdh@gnu.org>
16463
16464 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
16465
16466 * textmodes/reftex.el (reftex-compile-variables): Use it.
16467
16468 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16469
16470 * files.el (normal-mode): Only use default major-mode if no other mode
16471 was specified.
16472
16473 * emacs-lisp/trace.el (trace-values): New function.
16474
16475 * files.el: Allow : in local variables (bug#14089).
16476 (hack-local-variable-regexp): New var.
16477 (hack-local-variables-prop-line, hack-local-variables): Use it.
16478
16479 2013-04-13 Roland Winkler <winkler@gnu.org>
16480
16481 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
16482 data before it gets modified by bibtex-beginning-of-entry.
16483
16484 2013-04-13 Roland Winkler <winkler@gnu.org>
16485
16486 * textmodes/bibtex.el (bibtex-url): Doc fix.
16487
16488 2013-04-13 Roland Winkler <winkler@gnu.org>
16489
16490 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
16491 does not visit a BibTeX file, exclude it from the list of buffers
16492 returned by bibtex-initialize.
16493
16494 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
16495
16496 * window.el (split-window): Remove interactive form, since as a
16497 command this function is a special case of split-window-below.
16498 Correct doc string.
16499
16500 2013-04-12 Roland Winkler <winkler@gnu.org>
16501
16502 * faces.el (read-face-name): Do not override value of arg default.
16503 Allow single faces and strings as default values. Remove those
16504 elements from return value that are not faces.
16505 (describe-face): Simplify.
16506 (face-at-point): New optional args thing and multiple so that this
16507 function can provide the same functionality previously provided by
16508 read-face-name.
16509 (make-face-bold, make-face-unbold, make-face-italic)
16510 (make-face-unitalic, make-face-bold-italic, invert-face)
16511 (modify-face, read-face-and-attribute): Use face-at-point.
16512
16513 * cus-edit.el (customize-face, customize-face-other-window)
16514 * cus-theme.el (custom-theme-add-face)
16515 * face-remap.el (buffer-face-set)
16516 * facemenu.el (facemenu-set-face): Use face-at-point.
16517
16518 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
16519
16520 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
16521
16522 2013-04-10 Tassilo Horn <tsdh@gnu.org>
16523
16524 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
16525 off leading { and trailing } from field values.
16526
16527 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16528
16529 * emacs-lisp/timer.el (timer--check): New function.
16530 (timer--time, timer-set-function, timer-event-handler): Use it.
16531 (timer-set-idle-time): Simplify.
16532 (timer--activate): CSE.
16533 (timer-event-handler): Give more info in error message.
16534 (internal-timer-start-idle): New function, moved from C.
16535
16536 * mpc.el (mpc-proc): Add `restart' argument.
16537 (mpc-proc-cmd): Use it.
16538 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
16539 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
16540 less often.
16541
16542 2013-04-10 Masatake YAMATO <yamato@redhat.com>
16543
16544 * progmodes/sh-script.el: Implement `sh-mode' own
16545 `add-log-current-defun-function' (bug#14112).
16546 (sh-current-defun-name): New function.
16547 (sh-mode): Use the function.
16548
16549 2013-04-09 Bastien Guerry <bzg@gnu.org>
16550
16551 * simple.el (choose-completion-string): Fix docstring (bug#14163).
16552
16553 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16554
16555 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
16556
16557 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
16558 timer (bug#14156).
16559
16560 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
16561
16562 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
16563 declaration.
16564
16565 2013-04-07 Leo Liu <sdl.web@gmail.com>
16566
16567 * pcmpl-x.el: New file.
16568
16569 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
16570
16571 Do not set x-display-name until X connection is established.
16572 This is needed to prevent from weird situation described at
16573 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
16574 * frame.el (make-frame): Set x-display-name after call to
16575 window system initialization function, not before.
16576 * term/x-win.el (x-initialize-window-system): Add optional
16577 display argument and use it.
16578 * term/w32-win.el (w32-initialize-window-system):
16579 * term/ns-win.el (ns-initialize-window-system):
16580 * term/pc-win.el (msdos-initialize-window-system):
16581 Add compatible optional display argument.
16582
16583 2013-04-06 Eli Zaretskii <eliz@gnu.org>
16584
16585 * files.el (normal-backup-enable-predicate): On MS-Windows and
16586 MS-DOS compare truenames of temporary-file-directory and of the
16587 file, so that 8+3 aliases (usually found in $TEMP on Windows)
16588 don't fail comparison by compare-strings. Also, compare file
16589 names case-insensitively on MS-Windows and MS-DOS.
16590
16591 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
16592
16593 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
16594 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
16595
16596 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
16597
16598 * whitespace.el (whitespace-color-on, whitespace-color-off):
16599 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
16600
16601 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
16602
16603 * ispell.el (ispell-set-spellchecker-params):
16604 Really set `ispell-args' for all equivs.
16605
16606 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
16607
16608 * ido.el (ido-completions): Use extra elements of ido-decorations
16609 (bug#14143).
16610 (ido-decorations): Update docstring.
16611
16612 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
16613
16614 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
16615 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
16616 nil during initialization, in order not to miss changes since the
16617 file was opened. (Bug#14140)
16618
16619 2013-04-05 Leo Liu <sdl.web@gmail.com>
16620
16621 * kmacro.el (kmacro-call-macro): Fix bug#14135.
16622
16623 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
16624
16625 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
16626
16627 2013-04-04 Glenn Morris <rgm@gnu.org>
16628
16629 * electric.el (electric-pair-inhibit-predicate): Add :version.
16630
16631 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16632
16633 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
16634 when a package is required several times (bug#14082).
16635
16636 2013-04-04 Roland Winkler <winkler@gnu.org>
16637
16638 * faces.el (read-face-name): Behave as promised by the docstring.
16639 Assume that arg default is a list of faces.
16640 (describe-face): Call read-face-name with list of default faces.
16641
16642 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16643
16644 * bookmark.el: Fix deletion of bookmarks (bug#13972).
16645 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
16646 (bookmark-bmenu-execute-deletions): Only skip first line if it's
16647 the header.
16648 (bookmark-exit-hook-internal): Save even if list is empty.
16649
16650 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
16651
16652 * emacs-lisp/package.el (package-pinned-packages): New var.
16653 (package--add-to-archive-contents): Obey it (bug#14118).
16654
16655 2013-04-03 Alan Mackenzie <acm@muc.de>
16656
16657 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
16658 Also adapt to the new values of element 7 of a parse state.
16659
16660 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
16661 parameter `not-in-delimiter'. Handle being inside comment opener.
16662 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
16663 character in case we're typing a '*' after a '/'.
16664 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
16665 instead by passing the parameter to c-state-pp-to-literal.
16666
16667 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
16668 for elt. 7 of a parse state.
16669
16670 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
16671
16672 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
16673 * international/latin1-disp.el, international/mule-util.el:
16674 * language/cyril-util.el, language/european.el, language/ind-util.el:
16675 * language/lao-util.el, language/thai.el, language/tibet-util.el:
16676 * language/tibetan.el, language/viet-util.el:
16677 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
16678
16679 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16680
16681 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
16682 (electric-pair-post-self-insert-function): Use it.
16683 (electric-pair-default-inhibit): New function, extracted from
16684 electric-pair-post-self-insert-function.
16685
16686 2013-03-31 Roland Winkler <winkler@gnu.org>
16687
16688 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
16689
16690 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16691
16692 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
16693
16694 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
16695
16696 Un-indent after "pass" and "return" statements (Bug#13888)
16697 * progmodes/python.el (python-indent-block-enders): New var.
16698 (python-indent-calculate-indentation): Use it.
16699
16700 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
16701
16702 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
16703 defun. Defining it as defalias could introduce too eager
16704 byte-compiler optimization. (Bug#14030)
16705
16706 2013-03-30 Chong Yidong <cyd@gnu.org>
16707
16708 * iswitchb.el (iswitchb-read-buffer): Fix typo.
16709
16710 2013-03-30 Leo Liu <sdl.web@gmail.com>
16711
16712 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
16713 (kmacro-execute-from-register): Pass the keyboard macro to
16714 kmacro-call-macro or repeating won't work correctly.
16715
16716 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
16717
16718 * progmodes/subword.el: Back to using `forward-symbol'.
16719
16720 * subr.el (forward-whitespace, forward-symbol)
16721 (forward-same-syntax): Move from thingatpt.el.
16722
16723 2013-03-29 Leo Liu <sdl.web@gmail.com>
16724
16725 * kmacro.el (kmacro-to-register): New command.
16726 (kmacro-execute-from-register): New function.
16727 (kmacro-keymap): Bind to 'x'. (Bug#14071)
16728
16729 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
16730
16731 * mpc.el: Use defvar-local and setq-local.
16732 (mpc--proc-connect): Connection failures are not bugs.
16733 (mpc-mode-map): `follow-link' only applies to the buffer's content.
16734 (mpc-volume-map): Bind to the up-events.
16735
16736 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
16737
16738 * progmodes/subword.el (superword-mode): Use `forward-sexp'
16739 instead of `forward-symbol'.
16740
16741 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16742
16743 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
16744 (edebug--recursive-edit): Use it.
16745 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
16746 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
16747
16748 2013-03-28 Leo Liu <sdl.web@gmail.com>
16749
16750 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
16751
16752 2013-03-27 Eli Zaretskii <eliz@gnu.org>
16753
16754 * facemenu.el (list-colors-callback): New defvar.
16755 (list-colors-redisplay): New function.
16756 (list-colors-display): Install list-colors-redisplay as the
16757 revert-buffer-function. (Bug#14063)
16758
16759 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16760
16761 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
16762 and suffixes don't overlap (bug#14061).
16763
16764 * case-table.el: Use lexical-binding.
16765 (case-table-get-table): New function.
16766 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
16767
16768 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
16769
16770 * progmodes/subword.el: Add `superword-mode' to do word motion
16771 over symbol_words (parallels and leverages `subword-mode' which
16772 does word motion inside MixedCaseWords).
16773
16774 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
16775
16776 * eshell/em-unix.el: Move su and sudo to...
16777 * eshell/em-tramp.el: ...Eshell tramp module.
16778
16779 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16780
16781 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
16782 Change return value to be a sexp. Delay `get-buffer' to after
16783 restoring the desktop (bug#13951).
16784
16785 2013-03-26 Leo Liu <sdl.web@gmail.com>
16786
16787 * register.el: Move semantic tag handling back to
16788 cedet/semantic/senator.el. (Bug#14052)
16789
16790 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16791
16792 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
16793 into the prompt either (bug#13963).
16794
16795 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
16796
16797 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
16798 part of "(error-foo)".
16799
16800 2013-03-24 Juri Linkov <juri@jurta.org>
16801
16802 * replace.el (list-matching-lines-prefix-face): New defcustom.
16803 (occur-1): Pass `list-matching-lines-prefix-face' to the function
16804 `occur-engine' if `face-differs-from-default-p' returns t.
16805 (occur-engine): Add `,' inside backquote construct to evaluate
16806 `prefix-face'. Propertize the prefix with the `prefix-face' face.
16807 Pass `prefix-face' to the functions `occur-context-lines' and
16808 `occur-engine-add-prefix'.
16809 (occur-engine-add-prefix, occur-context-lines): Add optional arg
16810 `prefix-face' and propertize the prefix with `prefix-face'.
16811 (Bug#14017)
16812
16813 2013-03-24 Leo Liu <sdl.web@gmail.com>
16814
16815 * nxml/rng-valid.el (rng-validate-while-idle)
16816 (rng-validate-quick-while-idle): Guard against deleted buffer.
16817 (Bug#13999)
16818
16819 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
16820 is the last entry in kill-buffer-hook.
16821
16822 * files.el (kill-buffer-hook): Doc fix.
16823
16824 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
16825
16826 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
16827 Make it safe-local.
16828
16829 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
16830
16831 2013-03-23 Leo Liu <sdl.web@gmail.com>
16832
16833 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
16834 Remove.
16835
16836 * nxml/rng-valid.el (rng-validate-mode)
16837 (rng-after-change-function, rng-do-some-validation):
16838 * nxml/rng-maint.el (rng-validate-buffer):
16839 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
16840 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
16841 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
16842 (nxml-extend-after-change-region): Use with-silent-modifications.
16843
16844 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
16845 timer-idle-list.
16846
16847 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
16848 (rng-next-error-1, rng-previous-error-1): Do not let-bind
16849 timer-idle-list. (Bug#13999)
16850
16851 2013-03-23 Juri Linkov <juri@jurta.org>
16852
16853 * info.el (info-index-match): New face.
16854 (Info-index, Info-apropos-matches): Add a nested subgroup to the
16855 main pattern and add text properties with the new face to matches
16856 in index entries relative to the beginning of the index entry.
16857 (Bug#14015)
16858
16859 2013-03-21 Eric Ludlam <zappo@gnu.org>
16860
16861 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
16862 Inhibit read only while inserting objects.
16863
16864 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
16865
16866 * progmodes/cfengine.el: Update docs to mention
16867 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
16868 symbol motion. Remove "_" from the word syntax.
16869
16870 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
16871
16872 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
16873 syntax for both `cfengine2-mode' and `cfengine3-mode'.
16874
16875 2013-03-20 Juri Linkov <juri@jurta.org>
16876
16877 * info.el (Info-next-reference-or-link)
16878 (Info-prev-reference-or-link): New functions.
16879 (Info-next-reference, Info-prev-reference): Use them.
16880 (Info-try-follow-nearest-node): Handle footnote navigation.
16881 (Info-fontify-node): Fontify footnotes. (Bug#13989)
16882
16883 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16884
16885 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
16886 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
16887
16888 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
16889
16890 Suppress unnecessary non-ASCII chatter during build process.
16891 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
16892 (batch-skkdic-convert): Suppress most of the chatter.
16893 It's not needed so much now that machines are faster,
16894 and its non-ASCII component was confusing; see Dmitry Gutov in
16895 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
16896
16897 2013-03-20 Leo Liu <sdl.web@gmail.com>
16898
16899 * ido.el (ido-chop): Fix bug#10994.
16900
16901 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
16902
16903 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
16904 Remove vars.
16905 (whitespace-color-on, whitespace-color-off):
16906 Use `font-lock-fontify-buffer' (Bug#13817).
16907
16908 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
16909
16910 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
16911 remapping in mode-line.
16912 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
16913
16914 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
16915
16916 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
16917 value for `whitespace-line' face (Bug#13875).
16918 (whitespace-font-lock-keywords): Change description.
16919 (whitespace-color-on): Don't save `font-lock-keywords' value, save
16920 the constructed keywords instead.
16921 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
16922
16923 2013-03-19 Leo Liu <sdl.web@gmail.com>
16924
16925 * progmodes/compile.el (compilation-display-error): New command.
16926 (compilation-mode-map, compilation-minor-mode-map): Bind it to
16927 C-o. (Bug#13992)
16928
16929 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
16930
16931 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
16932
16933 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
16934
16935 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
16936
16937 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
16938
16939 * net/tramp-compat.el (tramp-compat-user-error): New defun.
16940
16941 * net/tramp-adb.el (tramp-adb-handle-shell-command):
16942 * net/tramp-gvfs.el (top):
16943 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
16944 (tramp-handle-shell-command): Use it.
16945 (tramp-dissect-file-name): Raise an error when hostname is a
16946 method name, and neither method nor user is specified.
16947
16948 * net/trampver.el: Update release number.
16949
16950 2013-03-18 Leo Liu <sdl.web@gmail.com>
16951
16952 Make sure eldoc can be turned off properly.
16953 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
16954 eldoc-mode.
16955 (eldoc-display-message-p): Revert last change.
16956 (eldoc-display-message-no-interference-p)
16957 (eldoc-print-current-symbol-info): Tweak.
16958
16959 2013-03-18 Tassilo Horn <tsdh@gnu.org>
16960
16961 * doc-view.el (doc-view-new-window-function): Check the new window
16962 overlay's display property instead the char property of the
16963 buffer's first char. Use `with-selected-window' instead of
16964 `save-window-excursion' with `select-window'.
16965 (doc-view-document->bitmap): Check the current doc-view overlay's
16966 display property instead the char property of the buffer's first char.
16967
16968 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
16969
16970 Automate the build of ja-dic.el (Bug#13984).
16971 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
16972 from the input, rather than assume that it's been done for us by the
16973 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
16974 the current date into a ja-dic.el comment, as that complicates
16975 regression testing.
16976
16977 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16978
16979 * whitespace.el: Fix double evaluation.
16980 (whitespace-space, whitespace-hspace, whitespace-tab)
16981 (whitespace-newline, whitespace-trailing, whitespace-line)
16982 (whitespace-space-before-tab, whitespace-indentation)
16983 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
16984 obsolete defvars.
16985 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
16986 (whitespace-color-on): Use a single font-lock-add-keywords call.
16987 Fix double-evaluation of face variables.
16988
16989 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
16990
16991 * net/tramp-adb.el (tramp-adb-parse-device-names):
16992 Use `start-process' instead of `call-process'. Otherwise, the
16993 function might be blocked under MS Windows. (Bug#13299)
16994
16995 2013-03-17 Leo Liu <sdl.web@gmail.com>
16996
16997 Extend eldoc to display info in the mode-line. (Bug#13978)
16998 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
16999 (eldoc-mode-line-string): New variable.
17000 (eldoc-minibuffer-message): New function.
17001 (eldoc-message-function): New variable.
17002 (eldoc-message): Use it.
17003 (eldoc-display-message-p)
17004 (eldoc-display-message-no-interference-p):
17005 Support eldoc-post-insert-mode.
17006
17007 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
17008 (eval-expression): Run it.
17009
17010 2013-03-17 Roland Winkler <winkler@gnu.org>
17011
17012 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
17013 strings in the list of return values.
17014
17015 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
17016
17017 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
17018 radix before checking for HMS forms.
17019
17020 2013-03-16 Leo Liu <sdl.web@gmail.com>
17021
17022 * progmodes/scheme.el: Add indentation and font-locking for λ.
17023 (Bug#13975)
17024
17025 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17026
17027 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
17028 token before point (bug#13942).
17029
17030 2013-03-16 Leo Liu <sdl.web@gmail.com>
17031
17032 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
17033
17034 2013-03-16 Eli Zaretskii <eliz@gnu.org>
17035
17036 * startup.el (command-line-normalize-file-name): Fix handling of
17037 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
17038 <xfq.free@gmail.com> in
17039 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
17040
17041 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
17042
17043 Sync with Tramp 2.2.7.
17044
17045 * net/trampver.el: Update release number.
17046
17047 2013-03-14 Tassilo Horn <tsdh@gnu.org>
17048
17049 * doc-view.el: Fix bug#13887.
17050 (doc-view-insert-image): Don't modify overlay associated to
17051 non-live windows, and implement horizontal centering of image in
17052 case it's smaller than the window.
17053 (doc-view-new-window-function): Force redisplay of new windows on
17054 doc-view buffers.
17055
17056 2013-03-13 Karl Fogel <kfogel@red-bean.com>
17057
17058 * saveplace.el (save-place-alist-to-file): Don't sort
17059 `save-place-alist', just pretty-print it (bug#13882).
17060
17061 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
17062
17063 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
17064 Check whether `default-file-name-coding-system' is bound.
17065 It isn't in XEmacs.
17066
17067 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
17068
17069 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
17070 backquotes for `obsolete' (bug#13929).
17071
17072 * international/mule.el (find-auto-coding): Include file name in
17073 obsolescence warning (bug#13922).
17074
17075 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
17076
17077 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
17078 for CFEngine 3-specific indentation.
17079 (cfengine3-indent-line): Use it. Fix up category regex.
17080 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
17081
17082 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17083
17084 * type-break.el (type-break-file-name):
17085 * textmodes/remember.el (remember-data-file):
17086 * strokes.el (strokes-file):
17087 * shadowfile.el (shadow-initialize):
17088 * saveplace.el (save-place-file):
17089 * ps-bdf.el (bdf-cache-file):
17090 * progmodes/idlwave.el (idlwave-config-directory):
17091 * net/quickurl.el (quickurl-url-file):
17092 * international/kkc.el (kkc-init-file-name):
17093 * ido.el (ido-save-directory-list-file):
17094 * emulation/viper.el (viper-custom-file-name):
17095 * emulation/vip.el (vip-startup-file):
17096 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
17097 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
17098
17099 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
17100
17101 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
17102 * language/thai-word.el: Switch to UTF-8.
17103
17104 See ChangeLog.16 for earlier changes.
17105
17106 ;; Local Variables:
17107 ;; coding: utf-8
17108 ;; End:
17109
17110 Copyright (C) 2011-2014 Free Software Foundation, Inc.
17111
17112 This file is part of GNU Emacs.
17113
17114 GNU Emacs is free software: you can redistribute it and/or modify
17115 it under the terms of the GNU General Public License as published by
17116 the Free Software Foundation, either version 3 of the License, or
17117 (at your option) any later version.
17118
17119 GNU Emacs is distributed in the hope that it will be useful,
17120 but WITHOUT ANY WARRANTY; without even the implied warranty of
17121 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17122 GNU General Public License for more details.
17123
17124 You should have received a copy of the GNU General Public License
17125 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.