]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
merge trunk
[gnu-emacs] / lisp / ChangeLog
1 2014-06-28 K. Handa <handa@gnu.org>
2
3 Fix Bug#17739.
4
5 * composite.el: Setup composition-function-table for dotted circle.
6 (compose-gstring-for-dotted-circle): New function.
7
8 * international/characters.el: Add category "^" to all
9 non-spacing characters.
10
11 2014-06-28 Glenn Morris <rgm@gnu.org>
12
13 * Makefile.in (doit): Remove force rule.
14 (custom-deps, finder-data, autoloads, update-subdirs)
15 (compile-one-process): PHONY targets do not need force rules.
16
17 * Makefile.in (compile-main, compile, compile-always):
18 No need to explicitly pass variables to ourself in recursive calls.
19
20 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
21
22 * files.el (minibuffer-with-setup-hook): Evaluate the first arg eagerly.
23
24 2014-06-26 Glenn Morris <rgm@gnu.org>
25
26 * Makefile.in (update-authors): Update for moved authors.el.
27
28 2014-06-26 Leo Liu <sdl.web@gmail.com>
29
30 * skeleton.el (skeleton-end-hook): Default to nil and move the
31 work to skeleton-insert. (Bug#17850)
32
33 2014-06-26 Dmitry Antipov <dmantipov@yandex.ru>
34
35 * calc/calc-alg.el (math-beforep):
36 * progmodes/cc-guess.el (c-guess-view-reorder-offsets-alist-in-style):
37 Simplify because string-lessp can accept symbols as args.
38
39 2014-06-26 Daiki Ueno <ueno@gnu.org>
40
41 * emacs-lisp/package.el (package--check-signature):
42 If package-check-signature is allow-unsigned, don't signal error when
43 we can't verify signature because of missing public key
44 (bug#17625).
45
46 2014-06-26 Glenn Morris <rgm@gnu.org>
47
48 * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
49 Remove outdated declaration.
50
51 * emacs-lisp/authors.el (authors-valid-file-names)
52 (authors-renamed-files-alist): Additions.
53
54 2014-06-26 Leo Liu <sdl.web@gmail.com>
55
56 * textmodes/picture.el (picture-set-tab-stops):
57 * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
58 (ruler-mode-ruler): Fix to work with nil tab-stop-list.
59
60 * progmodes/asm-mode.el (asm-calculate-indentation):
61 Use indent-next-tab-stop.
62
63 * indent.el (indent-accumulate-tab-stops): New function.
64
65 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
66
67 * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
68 (package-desc-status): Obey it.
69
70 2014-06-26 Stephen Berman <stephen.berman@gmx.net>
71
72 * calendar/todo-mode.el: Fix two bugs.
73 (todo-insert-item--basic): If user cancels item insertion to
74 another category before setting priority, show original category
75 whether it is in the same or a different file.
76 (todo-set-item-priority): After selecting category, instead of
77 moving point to top, which extends an active region, restore it.
78
79 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
80
81 * help-fns.el (describe-function-1): Check file-name is a string before
82 calling help-fns--autoloaded-p (bug#17564).
83
84 2014-06-26 Juri Linkov <juri@jurta.org>
85
86 * desktop.el (desktop-auto-save-enable)
87 (desktop-auto-save-disable): New functions.
88 (desktop-save-mode, desktop-auto-save-timeout): Use them.
89 (desktop-read): Disable the autosave before loading the desktop,
90 and enable afterwards. (Bug#17351)
91
92 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
93
94 Fix some indentation problem with \; and pipes (bug#17842).
95 * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
96 (sh-smie--default-forward-token, sh-smie--default-backward-token):
97 New functions.
98 (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
99 (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
100 (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
101
102 2014-06-26 Glenn Morris <rgm@gnu.org>
103
104 * emacs-lisp/find-func.el (find-function-C-source-directory):
105 Use file-accessible-directory-p.
106
107 * ps-samp.el: Make it slightly less awful.
108 (ps-rmail-mode-hook, ps-gnus-article-prepare-hook, ps-vm-mode-hook):
109 (ps-gnus-summary-setup, ps-info-mode-hook): Use [print] key.
110 Only set local values.
111 (ps-article-subject, ps-article-author): Use standard functions
112 like mail-fetch-field.
113 (ps-info-file, ps-info-node): Use match-string.
114 (ps-jts-ps-setup, ps-jack-setup): Remove, merging into...
115 (ps-samp-ps-setup): ... new function.
116
117 * progmodes/idlw-shell.el (idlwave-shell-make-temp-file):
118 Optimize away code unneeded on any modern Emacs.
119
120 * emacs-lisp/authors.el: Move to ../admin.
121
122 * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New.
123
124 2014-06-26 Luke Lee <luke.yx.lee@gmail.com>
125
126 * progmodes/hideif.el (hif-string-to-number): Fix return value bug.
127 (hif-simple-token-only, hif-tokenize): Comment in detail mainly for
128 performance enhancements.
129 (hif-parse-if-exp): Rename to `hif-parse-exp'. Enhance for macro
130 expansion.
131 (hif-factor, hif-string-concatenation, intern-safe): Support string
132 concatenation and argumented macro expansion.
133 (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
134 (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
135 (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
136 (hif-canonicalize-tokens, hif-place-macro-invocation)
137 (hif-parse-macro-arglist): Mostly new functions for supporting
138 argumented macro expansion.
139 (hif-string-concatenation, hif-stringify, hif-token-concat)
140 (hif-token-stringification, hif-token-concatenation):
141 Stringification and concatenation.
142 (hif-find-next-relevant): Fix comments.
143 (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
144 some cases involving #elif.
145 (hif-find-define, hif-add-new-defines): New functions for automatically
146 scanning of defined symbols.
147 (hide-ifdef-guts): Fix for defined symbol auto scanning.
148 (hide-ifdef-undef): Fix behavior to match CPP.
149
150 2014-06-25 Glenn Morris <rgm@gnu.org>
151
152 * Makefile.in ($(lisp)/progmodes/cc-defs.elc)
153 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
154 ($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc
155 files. They are not relevant to the original issue (bug#1004),
156 and cause unnecessary recompilation (bug#2151).
157
158 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
159
160 * play/landmark.el: Use lexical-binding and avoid `intangible'.
161 (landmark--last-pos): New var.
162 (landmark--intangible-chars): New const.
163 (landmark--intangible): New function.
164 (landmark-mode, landmark-move): Use it.
165 (landmark-mode): Remove properties.
166 (landmark-plot-square, landmark-point-square, landmark-goto-xy)
167 (landmark-cross-qtuple):
168 Don't worry about `intangible' any more.
169 (landmark-click, landmark-point-y): Same; and don't assume point-min==1.
170 (landmark-init-display): Don't set `intangible' and `point-entered'.
171 (square): Remove. Inline it instead.
172 (landmark--distance): Rename from `distance'.
173 (landmark-calc-distance-of-robot-from): Rename from
174 calc-distance-of-robot-from.
175 (landmark-calc-smell-internal): Rename from calc-smell-internal.
176
177 2014-06-25 Dmitry Antipov <dmantipov@yandex.ru>
178
179 * files.el (dir-locals-find-file, file-relative-name):
180 * info.el (Info-complete-menu-item):
181 * minibuffer.el (completion-table-subvert): Prefer string-prefix-p
182 to compare-strings to avoid out-of-range errors.
183 * subr.el (string-prefix-p): Adjust to match strict range
184 checking in compare-strings.
185
186 2014-06-24 Leonard Randall <leonard.a.randall@gmail.com> (tiny change)
187
188 * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
189 for comment lines non-greedy and stopping at newlines to fix stack
190 overflows with large files.
191
192 2014-06-24 Eli Barzilay <eli@barzilay.org>
193
194 * calculator.el (calculator-last-input): Drop 'ascii-character property
195 lookup.
196
197 2014-06-24 Leo Liu <sdl.web@gmail.com>
198
199 * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
200 tab-stop-list to nil. (Bug#16381)
201
202 * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
203 (indent-rigidly-left-to-tab-stop)
204 (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
205 (move-to-tab-stop): Change callers.
206
207 2014-06-24 Eli Zaretskii <eliz@gnu.org>
208
209 * skeleton.el (skeleton-insert): Yet another fix of the doc string
210 wrt behavior of \n as the first/last element of a skeleton.
211
212 2014-06-24 Michael Albinus <michael.albinus@gmx.de>
213
214 * net/tramp-adb.el (tramp-adb-handle-process-file):
215 * net/tramp-sh.el (tramp-sh-handle-process-file):
216 * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
217 the output buffer when DISPLAY is non-nil. (Bug#17815)
218
219 2014-06-24 Glenn Morris <rgm@gnu.org>
220
221 * play/landmark.el (landmark-move-down, landmark-move-up):
222 Fix 2007-10-20 change - preserve horizontal position.
223
224 2014-06-23 Sam Steingold <sds@gnu.org>
225
226 * simple.el (kill-append): Remove undo boundary depending on ...
227 (kill-append-merge-undo): New user option.
228
229 2014-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
230
231 * simple.el (handle-shift-selection, exchange-point-and-mark)
232 (activate-mark): Set transient-mark-mode buffer-locally (bug#6316).
233 (transient-mark-mode): Use&set the global value.
234 * mouse.el (mouse-set-region-1, mouse-drag-track): Idem.
235 * emulation/edt.el (edt-emulation-off): Save&restore the global
236 transient-mark-mode setting.
237 * obsolete/pc-select.el (pc-selection-mode): Use the
238 transient-mark-mode function.
239
240 2014-06-23 Eli Zaretskii <eliz@gnu.org>
241
242 * international/fontset.el (script-representative-chars):
243 Add representative characters for scripts added in Unicode 7.0.
244 (otf-script-alist): Synchronize with the latest registry of OTF
245 script tags.
246
247 * international/characters.el (char-script-table): Update for
248 scripts added and codepoint ranges changed in Unicode 7.0.
249
250 2014-06-23 Eli Barzilay <eli@barzilay.org>
251
252 * calculator.el (calculator-standard-displayer): Fix bug in use of
253 `calculator-groupize-number'.
254 (calculator-funcall): Fix broken `cl-flet' use by moving it into the
255 `eval' code, so it works in v24.3.1 too.
256 (calculator-last-input): Comment to clarify purpose.
257
258 2014-06-22 Mario Lang <mlang@delysid.org>
259
260 * textmodes/rst.el (rst-comment-region): From from -> from.
261
262 * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
263
264 2013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
265
266 * electric.el (electric-layout-post-self-insert-function):
267 * emacs-lisp/ert.el (ert--insert-infos):
268 * obsolete/vi.el (vi-set-mark):
269 * term.el (term-handle-scroll):
270 * textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry):
271 * wid-edit.el (widget-editable-list-value-create):
272 Prefer point-marker to copy-marker of point.
273
274 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
275
276 Fix completion retrieval parsing (bug#17209).
277 * progmodes/python.el (python-mode):
278 (python-util-strip-string): New function.
279 (python-shell-completion-get-completions): Use it.
280
281 2014-06-21 Eli Zaretskii <eliz@gnu.org>
282
283 * skeleton.el (skeleton-insert): Fix last change.
284
285 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
286
287 Enhancements for outline integration (bug#17796).
288 * progmodes/python.el (python-mode): Properly set
289 outline-heading-end-regexp so that comments after colons for
290 defuns are supported.
291
292 2014-06-21 Eli Zaretskii <eliz@gnu.org>
293
294 * skeleton.el (skeleton-insert): Doc fix.
295
296 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
297
298 * emacs-lisp/smie.el (smie-config--guess): Fix typo.
299 (smie-config-guess): Use smie-config-local so the rules are obeyed
300 (bug#17818).
301
302 * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
303 since it's already done inside the loop (bug#17819).
304
305 2014-06-21 Martin Rudalics <rudalics@gmx.at>
306
307 * mouse.el (mouse-drag-line): Re-remove code initially removed
308 on 2013-03-09 and inadvertently reintroduced on 2013-11-30
309 (Bug#17819).
310
311 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
312
313 * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
314 align with the surrounding parent (bug#17721).
315
316 2014-06-21 Eli Zaretskii <eliz@gnu.org>
317
318 * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
319 locally to nil.
320 (texinfo-insert-block, texinfo-insert-@end)
321 (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
322 local setting of skeleton-end-newline by adding an explicit \n to
323 the skeletons where appropriate. (Bug#17801)
324
325 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
326
327 * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
328 (smie-indent--hanging-p): Use it.
329 * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
330
331 2014-06-21 Leo Liu <sdl.web@gmail.com>
332
333 * simple.el (read-quoted-char): Don't let help chars pop up help
334 buffer. (Bug#16617)
335
336 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
337
338 * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
339 for | (bug#17621).
340
341 * xt-mouse.el (xterm-mouse--read-event-sequence-1000):
342 Drop unknown events instead of burping.
343
344 2014-06-21 Eli Zaretskii <eliz@gnu.org>
345
346 * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
347 and later. (Bug#17790)
348
349 2014-06-21 Juri Linkov <juri@jurta.org>
350
351 * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
352 to `soft'. (Bug#17554)
353
354 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
355
356 * delsel.el (electric-newline-and-maybe-indent): Mark it as well
357 (bug#17737).
358
359 2014-06-21 Dmitry Gutov <dgutov@yandex.ru>
360
361 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
362 `!' in `!~' with `font-lock-negation-char-face'. (Bug#17732)
363
364 2014-06-21 Michael Albinus <michael.albinus@gmx.de>
365
366 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
367 `unread-command-events'.
368
369 2014-06-19 William Xu <william.xwl@gmail.com>
370
371 * progmodes/hideif.el (hif-string-to-number): Don't return float for
372 hex integer constants (bug#17807).
373
374 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
375
376 * international/mule-util.el (truncate-string-ellipsis): New var.
377 (truncate-string-to-width): Use it.
378
379 2014-06-19 Robert Brown <robert.brown@gmail.com> (tiny change)
380
381 * emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
382 (lisp-string-in-doc-position-p): New function, extracted from
383 lisp-font-lock-syntactic-face-function.
384 (lisp-font-lock-syntactic-face-function): Use them (bug#9130).
385
386 2014-06-19 Grégoire Jadi <daimrod@gmail.com>
387
388 * net/rcirc.el (rcirc-omit-mode): Fix recenter error. (Bug#17769)
389
390 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
391
392 * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
393 (bubbles--game-over): Don't add `intangible' properties since they
394 didn't work anyway.
395
396 2014-06-18 Juri Linkov <juri@jurta.org>
397
398 * vc/ediff-init.el (ediff-current-diff-Ancestor)
399 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
400 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
401 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
402 Add `min-colors 88' version with removed black/white foregrounds.
403 (Bug#10181)
404
405 2014-06-18 Juri Linkov <juri@jurta.org>
406
407 * vc/diff-mode.el (diff-changed): Empty face definition to use
408 `diff-removed' and `diff-added' on tty as well. (Bug#10181)
409 (diff-context): Use darker color on light background and
410 lighter color on dark background.
411
412 2014-06-18 Juri Linkov <juri@jurta.org>
413
414 * vc/diff-mode.el (diff-refine-changed): Rename from
415 `diff-refine-change' for consistency with `diff-changed'.
416 (diff-refine-change): Add obsolete face alias. (Bug#10181)
417
418 * vc/smerge-mode.el (smerge-refined-changed): Rename from
419 `smerge-refined-change'.
420 (smerge-refined-change): Add obsolete face alias.
421
422 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
423
424 * rect.el (rectangle-preview): New custom.
425 (rectangle): New group.
426 (rectangle--pos-cols): Add `window' argument.
427 (rectangle--string-preview-state, rectangle--string-preview-window):
428 New vars.
429 (rectangle--string-flush-preview, rectangle--string-erase-preview)
430 (rectangle--space-to, rectangle--string-preview): New functions.
431 (string-rectangle): Use them.
432 (rectangle--inhibit-region-highlight): New var.
433 (rectangle--highlight-for-redisplay): Obey it. Make sure
434 `apply-on-region' uses the point-crutches of the right window.
435 Use :align-to rather than multiple spaces.
436
437 2014-06-16 Andrea Rossetti <andrea.rossetti@gmail.com> (tiny change)
438
439 * ruler-mode.el (ruler-mode-window-col)
440 (ruler-mode-mouse-set-left-margin)
441 (ruler-mode-mouse-set-right-margin): Fix calculation of column
442 from mouse position (Bug#17768).
443
444 2014-06-16 Ron Schnell <ronnie@driver-aces.com>
445
446 * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
447 without varname or rhs causes crash.
448 (dun-ftp): Fix bug where blank ftp password is allowed, making it
449 impossible to win endgame.
450 (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
451 rlogin is anymore.
452 (dun-help): Bump version number; update contact info.
453
454 2014-06-15 Eli Barzilay <eli@barzilay.org>
455
456 * calculator.el (calculator-prompt, calculator-remove-zeros)
457 (calculator-mode-hook, calculator-operators, calculator-stack)
458 (calculator-mode): Tweak docstring.
459 (calculator-user-operators): Tweak docstring, fix a bug in the last
460 example.
461 (calculator-displayer): `std' case has an optional boolean.
462 (calculator-displayers): Use the new boolean to group in decimal mode.
463 (calculator-mode-map, calculator, calculator-message)
464 (calculator-op-arity, calculator-add-operators)
465 (calculator-string-to-number, calculator-displayer-prev)
466 (calculator-displayer-next, calculator-remove-zeros)
467 (calculator-eng-display, calculator-number-to-string)
468 (calculator-update-display, calculator-last-input)
469 (calculator-clear-fragile, calculator-digit, calculator-decimal)
470 (calculator-exp, calculator-saved-move, calculator-clear)
471 (calculator-copy, calculator-put-value, calculator-help)
472 (calculator-expt, calculator-truncate): Minor code improvements.
473 (calculator-need-3-lines): New function pulling out code from
474 `calculator'.
475 (calculator-get-display): Rename from `calculator-get-prompt', and
476 improved.
477 (calculator-push-curnum): Rename from `calculator-curnum-value', and
478 extended for all uses of it. All callers changed.
479 (calculator-groupize-number): New utility for splitting a number into
480 groups.
481 (calculator-standard-displayer): Improve code, new optional argument to
482 use comma-split groups, make second argument optional too to use with
483 'left/'right inputs. All callers changed.
484 (calculator-reduce-stack-once): New utility, doing the meat of what
485 `calculator-reduce-stack' used to do, much improved (mostly using
486 `pcase' for conciseness and clarity).
487 (calculator-reduce-stack): Now doing just the reduction loop using
488 `calculator-reduce-stack-once'.
489 (calculator-funcall): Improve code, make it work in v24.3.1 too.
490 (calculator-last-input): Improve code, remove some old cruft.
491 (calculator-quit): Kill `calculator-buffer' in electric mode too.
492 (calculator-integer-p): Remove.
493 (calculator-fact): Improve code, make it work on non-integer values
494 too (using truncated numbers).
495
496 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
497
498 Sync with Tramp 2.2.10.
499
500 * net/tramp.el (tramp-methods): Tweak docstring.
501 (tramp-handle-file-accessible-directory-p): Check for
502 `file-readable-p' instead of `file-executable-p'.
503 (tramp-check-cached-permissions):
504 Use `tramp-compat-file-attributes'.
505 (tramp-call-process): Add new argument VEC. Adapt callees in all
506 tramp*.el files.
507
508 * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
509 (tramp-adb-maybe-open-connection): Don't set
510 `tramp-current-*' variables.
511
512 * net/tramp-cache.el (tramp-flush-file-function): Do not flush
513 file properties of temporary buffers.
514
515 * net/tramp-ftp.el (top): Remove special handling for URL syntax.
516
517 * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
518 (tramp-gvfs-handle-delete-file): Flush file
519 properties, not directory properties.
520 (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
521 reading "unix::mode".
522 (tramp-gvfs-handle-file-name-all-completions):
523 Use "-h" option for "gvfs-ls".
524 (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
525 (tramp-gvfs-send-command): Simplify traces.
526
527 * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
528 (vc-git-program, vc-hg-program): Declare.
529 (tramp-methods) <sftp>: Remove. It has never worked satisfactorily.
530 (tramp-methods) <nc>: Add new method.
531 (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
532 (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
533 `tramp-login-args'.
534 (tramp-default-user-alist): Add "nc".
535 (top): Remove completion function for "sftp". Add completion
536 functions for "nc" and "psftp".
537 (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
538 Implement support for "nc" method.
539 (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
540 (tramp-remote-coding-commands, tramp-call-local-coding-command):
541 Tweak docstring.
542 (tramp-sh-handle-write-region): Tweak error message.
543 (tramp-sh-handle-vc-registered): Remove backends when the remote
544 binary does not exist.
545 (tramp-find-inline-encoding): Do not raise an error.
546 (tramp-make-copy-program-file-name): Tweak docstring. Handle also
547 the "nc" case. Quote result also locally.
548
549 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
550 (tramp-smb-handle-set-file-acl): Use `start-process'.
551 (tramp-smb-handle-insert-directory): Use progress reporter.
552 (tramp-smb-handle-rename-file): Flush also file properties of
553 FILENAME.
554
555 * net/trampver.el: Update release number.
556 >>>>>>> MERGE-SOURCE
557
558 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
559
560 * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
561 add-to-list.
562 (ses-localvars): Remove ses--local-printer-list, unused.
563 (ses--metaprogramming): New macro. Use it to defvar variables.
564 (ses-set-localvars): Simplify.
565 (ses--locprn, ses-cell): Use defstruct. Change ses-cell's
566 property-list into an alist.
567 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
568 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
569 Remove; use defstruct accessors/setters instead.
570 (ses-cell-formula-aset, ses-cell-printer-aset)
571 (ses-cell-references-aset): Remove, use setf instead.
572 (ses--alist-get): New function.
573 (ses-cell-property): Rename from ses-cell-property-get and rewrite.
574 Use an alist instead of a plist and don't do move-to-front since the
575 list is always short.
576 (ses-cell-property-get-fun, ses-cell-property-delq-fun)
577 (ses-cell-property-set-fun, ses-cell-property-set)
578 (ses-cell-property-pop-fun, ses-cell-property-get-handle)
579 (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
580 (ses--letref): New macro.
581 (ses-cell-property-pop): Rewrite.
582 (ses--cell): Rename from ses-cell and make it into a function.
583 Make `formula' fallback on `value' if nil.
584 (ses--local-printer): Rename from ses-local-printer and make it into
585 a function.
586 (ses-set-cell): Turn it into a macro so finding the accessor from the
587 field name is done at compile time.
588 (ses-repair-cell-reference-all): Test presence of `sym' rather than
589 `ref' before adding `sym' to :ses-repair-reference.
590 (ses-calculate-cell): Use ses--letref rather than
591 ses-cell-property-get-handle.
592 (ses-write-cells): Use a single prin1-to-string.
593 (ses-setter-with-undo): New function.
594 (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
595 (ses-unset-with-undo): Remove.
596 (ses-load): Prefer apply' over `eval'.
597 (ses-read-printer, ses-set-column-width): Use standard "(default
598 foo)" format.
599
600 2014-06-15 Glenn Morris <rgm@gnu.org>
601
602 * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
603
604 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
605 Replace delete-duplicates and mapcan by cl- versions throughout.
606 And cl-macroexpand-all by macroexpand-all.
607 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
608
609 2014-06-15 Eli Zaretskii <eliz@gnu.org>
610
611 * subr.el (posn-col-row): Doc fix. (Bug#17768)
612
613 2014-06-15 Juri Linkov <juri@jurta.org>
614
615 * bindings.el: Put `ascii-character' property on keypad keys
616 mapped to characters. (Bug#17759)
617
618 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
619
620 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
621 bumping forward into a closing paren (bug#17761).
622
623 * term/xterm.el (xterm--version-handler): Work around for OSX
624 Terminal.app (bug#17607).
625
626 2014-06-14 Ron Schnell <ronnie@driver-aces.com>
627
628 * play/dunnet.el (dun-describe-room, dun-mode):
629 If a lamp is in the room, you won't be eaten by a grue.
630
631 2014-06-13 Glenn Morris <rgm@gnu.org>
632
633 * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
634 (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
635 (compile-always): GNU make automatically passes
636 command-line arguments to sub-makes.
637
638 * calendar/calendar.el (calendar-generate-window):
639 Remove pointless call to font-lock-fontify-buffer.
640
641 2014-06-13 Matthias Meulien <orontee@gmail.com>
642
643 * simple.el (completion-list-mode-map): Navigate with tab and backtab
644 (bug#17767).
645
646 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
647
648 * simple.el (set-mark-command): Simplify a bit.
649
650 2014-06-12 Nicolas Richard <theonewiththeevillook@yahoo.fr>
651
652 * help.el (help--key-binding-keymap): New function.
653 (help--binding-locus): New function.
654 (describe-key): Mention the keymap in which the binding was
655 found. (bug#13948)
656
657 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
658
659 * hippie-exp.el (he--all-buffers): New function.
660 (try-expand-line-all-buffers, try-expand-list-all-buffers)
661 (try-expand-dabbrev-all-buffers): Use it.
662
663 2014-06-12 Emilio C. Lopes <eclig@gmx.net>
664
665 * hippie-exp.el (try-expand-line-all-buffers)
666 (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
667 Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
668 original buffer, in case they're buffer-local.
669
670 2014-06-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
671
672 * ses.el (ses-initial-global-parameters-re): New defconst, a
673 specific regexp is needed now that ses.el can handle both
674 file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
675 local printers.
676 (ses-localvars): Add local variables needed for local printer handling.
677 (ses-set-localvars): Handle hashmap initialisation.
678 (ses-paramlines-plist): Add param-line for number of local printers.
679 (ses-paramfmt-plist): New defconst, needed for code factorization
680 between functions `ses-set-parameter' and
681 `ses-file-format-extend-paramter-list'
682 (ses-make-local-printer-info): New defsubst.
683 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
684 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
685 (ses-cell-printer-aset): New defmacro.
686 (ses-local-printer-compile): New defun.
687 (ses-local-printer): New defmacro.
688 (ses-printer-validate, ses-call-printer): Add support for local
689 printer functions.
690 (ses-file-format-extend-paramter-list): New defun.
691 (ses-set-parameter): Use const `ses-paramfmt-plist' for code
692 factorization.
693 (ses-load): Add support for local printer functions.
694 (ses-read-printer): Update docstring and add support for local printer
695 functions.
696 (ses-refresh-local-printer, ses-define-local-printer): New defun.
697 (ses-safe-printer): Add support for local printer functions.
698
699 2014-06-12 Ivan Andrus <darthandrus@gmail.com>
700
701 * ffap.el (ffap-lax-url): New var (bug#17723).
702 (ffap-url-at-point): Use it.
703 (ffap-file-at-point): Avoid returning just "/".
704
705 2014-06-12 Matthias Meulien <orontee@gmail.com>
706
707 * progmodes/python.el (import skeleton): New skeleton (bug#17672).
708 (python-mode-map): Bind it.
709
710 * progmodes/python.el (class skeleton): Don't erase last char of class
711 name (bug#17683).
712
713 2014-06-12 Cameron Desautels <camdez@gmail.com> (tiny change)
714
715 * help.el (where-is): Use `default' arg of completing-read (bug#17705).
716
717 2014-06-12 Kevin Ryde <user42_kevin@yahoo.com.au>
718
719 * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
720 (bug#17745).
721
722 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
723
724 * international/mule-cmds.el: Use lexical-binding.
725 (ucs-names): Simplify.
726
727 2014-05-18 Eric Hanchrow <eric.hanchrow@gmail.com>
728
729 * progmodes/python.el (run-python): Use read-shell-command.
730
731 2014-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
732
733 * rect.el: Make it possible to move bounds past EOL or into TABs.
734 (operate-on-rectangle): Use apply-on-rectangle.
735 (rectangle--mark-crutches): New var.
736 (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
737 (rectangle--crutches, rectangle--reset-crutches): New functions.
738 (apply-on-rectangle): Obey crutches. Avoid setq.
739 Fix missing final iteration if end is at EOB&BOL.
740 (rectangle-mark-mode-map): Add remap bindings for
741 exchange-point-and-mark and char/line movements.
742 (rectangle--*-char): New function.
743 (rectangle-exchange-point-and-mark, rectangle-right-char)
744 (rectangle-left-char, rectangle-forward-char)
745 (rectangle-backward-char, rectangle-next-line)
746 (rectangle-previous-line): New commands.
747 (rectangle--place-cursor): New function.
748 (rectangle--highlight-for-redisplay): Use it. Use apply-on-rectangle.
749
750 2014-06-08 Glenn Morris <rgm@gnu.org>
751
752 * startup.el (initial-buffer-choice): Doc fix.
753 Reset :version (adding an option does not merit a :version bump).
754
755 * bookmark.el (bookmark-load):
756 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
757
758 2014-06-08 Juri Linkov <juri@jurta.org>
759
760 * desktop.el: Activate auto-saving on window configuration changes.
761 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
762 `desktop-auto-save-set-timer' to/from
763 `window-configuration-change-hook'.
764 (desktop-auto-save-set-timer): Change REPEAT arg of
765 `run-with-idle-timer' from t to nil.
766 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
767
768 2014-06-08 Santiago Payà i Miralta <santiagopim@gmail.com>
769
770 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
771 vc-hg-command (bug#17570).
772
773 2014-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
774
775 * international/mule-cmds.el (ucs-names): Add special entry for BEL
776 (bug#17702).
777
778 2014-06-08 Glenn Morris <rgm@gnu.org>
779
780 * startup.el (window-setup-hook): Doc fix.
781
782 * emacs-lisp/package.el (package-check-signature)
783 (package-unsigned-archives): Doc fixes.
784
785 2014-06-08 Martin Rudalics <rudalics@gmx.at>
786
787 * window.el (display-buffer-use-some-window): Don't make window
788 used smaller than it was before (Bug#17671).
789
790 2014-06-08 Eli Zaretskii <eliz@gnu.org>
791
792 * menu-bar.el (menu-bar-open): Fix last change: use the PC
793 'redisplay' instead of '(sit-for 0)'.
794
795 2014-06-08 Michael Albinus <michael.albinus@gmx.de>
796
797 * net/tramp.el (tramp-ssh-controlmaster-options):
798 Improve search regexp. (Bug#17653)
799
800 2014-06-08 Glenn Morris <rgm@gnu.org>
801
802 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
803
804 2014-06-08 Eli Zaretskii <eliz@gnu.org>
805
806 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
807
808 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
809
810 * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
811 (bug#17586).
812
813 * vc/vc-hg.el (vc-hg-log-graph): New var.
814 (vc-hg-print-log): Use it.
815 (vc-hg-root-log-format): Include branch name and bookmarks; ignore
816 graph output (bug#17515).
817
818 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
819
820 * mouse.el (mouse-posn-property): Ignore buffer position info when the
821 even happened elsewhere.
822
823 2014-06-06 Mario Lang <mlang@delysid.org>
824
825 * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
826 `recenter' if `current-buffer' is equal to `window-buffer'.
827
828 2014-06-05 Leo Liu <sdl.web@gmail.com>
829
830 * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
831
832 2014-06-05 Michal Nazarewicz <mina86@mina86.com>
833
834 * textmodes/tildify.el (tildify-foreach-region-outside-env):
835 New function which calls a callback on portions of the buffer that are
836 outside of ignored environments.
837 (tildify-build-regexp): Remove function since it is now
838 incorporated in `tildify-foreach-region-outside-env' where it is
839 optimised and simplified by the use of `mapconcat'.
840 (tildify-tildify): Return number of substitutions made so that…
841 (tildify-count): …can be removed.
842 (tildify-find-env): Accept a new PAIRS argument which was
843 previously looked up in `tildify-ignored-environments-alist' each
844 time the function was called. With this change, the lookup is
845 performed only once in `tildify-foreach-region-outside-env'.
846 (tildify-region): Greatly simplify the function since now most of
847 the work is done by `tildify-foreach-region-outside-env'.
848 (tildify-mode-alist): Simplify slightly by avoiding if and setq
849 and instead using or.
850
851 * textmodes/tildify.el (tildify-ignored-environments-alist):
852 Optimise environments regexes
853
854 Each time beginning of an environment to ignore is found,
855 `tildify-find-env' needs to identify regexp for the ending
856 of the environment. This is done by trying all the opening
857 regexes on matched text in a loop, so to speed that up, this
858 loop should have fewer things to match, which can be done by
859 using alternatives in the opening regexes.
860
861 Coincidentally, this should make matching of the opening
862 regexp faster as well thanks to the use of `regexp-opt' and
863 having common prefix pulled from many regexes.
864
865 * textmodes/tildify.el (tildify-string-alist)
866 (tildify-ignored-environments-alist): Add `nxml-mode' to the list
867 of supported modes since `xml-mode' is no longer a thing but just
868 an alias to the former. Also include comments and insides of tags
869 in `tildify-ignored-environments-alist' for XML modes. Finally,
870 since XML does not define “&nbsp;”[1], use a numeric reference for
871 a no-break space (namely “&#160;”)
872
873 [1] XML specification defines only a handful of predefined entities.
874 The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
875 and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
876 >, &, ' and " respectively). This is in contrast to HTML and even
877 XHTML which defined a whole bunch of entities including “&nbsp;”.
878
879 * textmodes/tildify.el (tildify-pattern-alist)
880 (tildify-string-alist, tildify-ignored-environments-alist):
881 Improve defcustom's types by adding more tags explaining what each
882 value means and replace “sexp” used in
883 `tildify-ignored-environments-alist' with a full type declaration.
884
885 * textmodes/tildify.el (tildify-find-env): Fix matched group
886 indexes in end-regex building
887
888 When looking for a start of an ignore-environment, the regex is built
889 by concatenating regexes of all the environments configured in
890 `tildify-ignored-environments-alist'. So for example, the following
891 list could be used to match TeX's \verb and \verb* commands:
892
893 (("\\\\verb\\(.\\)" . (1))
894 ("\\\\verb\\*\\(.\\)" . (1)))
895
896 This would result in the following regex being used to find the start
897 of any of the variants of the \verb command:
898
899 \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
900
901 But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
902 won't match anything, and thus (match-string 1) will be nil, which
903 will cause building of the end-matching regex to fail.
904
905 Fix this by using capture groups from the time when the opening
906 regexes are matched individually.
907
908 * textmodes/tildify.el (tildify-find-env): Fix end-regex building
909 in `tildify-find-env'
910
911 The `tildify-ignored-environments-alist' allows the end-regex to
912 be provided not as a static string but mix of strings and indexes
913 of groups matched the begin-regex. For example, the “\verb!…!”
914 TeX-command (where “!” is an arbitrary character) is handled
915 using:
916
917 ("\\\\verb\\*?\\(.\\)" . (1))
918
919 In the same way, the following should be supported as well:
920
921 ("open-\\(.\\)" . ("end-" 1))
922
923 However the tildify-find-env function fails at
924
925 (concat result
926 (if (stringp (setq aux (car expression)))
927 expression ; BUG: expression is a list
928 (regexp-quote (match-string aux))))
929
930 where the string part is handled incorrectly.
931
932 The most trivial fix would be to replace `expression' in the
933 true-part of the if-statement with `aux', but instead, this commit
934 optimises `tildify-find-env' by changing it to use `mapconcat'
935 rather than open-coded while-loop.
936
937 2014-06-05 Mario Lang <mlang@delysid.org>
938
939 * woman.el (woman-mapcan): Remove.
940 (woman-parse-colon-path): Use cl-mapcan instead.
941
942 2014-06-03 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
943
944 * register.el: Add link to Emacs manual in Commentary.
945
946 2014-06-02 Sam Steingold <sds@gnu.org>
947
948 * menu-bar.el (lookup-key-ignore-too-long): Extract from...
949 (popup-menu): ...here.
950 (menu-bar-open): Use it to avoid an error when `lookup-key'
951 returns a number.
952
953 2014-06-02 Michael Albinus <michael.albinus@gmx.de>
954
955 * net/tramp.el (tramp-call-process): Add traces.
956 (tramp-handle-unhandled-file-name-directory): Return "/".
957
958 2014-06-02 Wilson Snyder <wsnyder@wsnyder.org>
959
960 Sync with upstream verilog-mode revision 3cd8144.
961 * progmodes/verilog-mode.el (verilog-mode-version): Bump.
962 (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
963 (verilog-type-font-keywords): Add nor.
964 (verilog-batch-execute-func): Force reading of Local Variables.
965 Fix printing "no changes to be saved" with verilog-batch.
966 (verilog-auto-arg-ports): Doc fix.
967 Add verilog-auto-arg-format to support newlines in AUTOARG.
968 (verilog-auto-arg): Doc fix.
969
970 2014-06-02 Glenn Morris <rgm@gnu.org>
971
972 * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
973 * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
974 * emulation/ws-mode.el: Move to obsolete/.
975 * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
976
977 2014-06-02 Eli Zaretskii <eliz@gnu.org>
978
979 * simple.el (keyboard-quit): Force update of mode lines, to remove
980 the "Def" indicator, if we were defining a macro. (Bug#17615)
981
982 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
983
984 * minibuffer.el (minibuffer-force-complete-and-exit):
985 Obey minibuffer-default (bug#17545).
986
987 * progmodes/js.el (js-indent-line): Don't mix columns and chars
988 (bug#17619).
989
990 * subr.el (set-transient-map): Don't wait for some "nested"
991 transient-map to finish if we're only supposed to be active for
992 the next command (bug#17642).
993
994 2014-06-02 Leo Liu <sdl.web@gmail.com>
995
996 * emacs-lisp/gv.el (window-buffer, window-display-table)
997 (window-dedicated-p, window-hscroll, window-point, window-start):
998 Fix gv-expander. (Bug#17630)
999
1000 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1001
1002 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
1003 clicks (bug#17633).
1004
1005 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
1006 for the single comma, since ", " is *very* common in normal French text
1007 (bug#17643).
1008
1009 2014-06-02 Glenn Morris <rgm@gnu.org>
1010
1011 * emacs-lisp/package.el (package-check-signature)
1012 (package-unsigned-archives): Fix :version.
1013
1014 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1015
1016 * subr.el (sit-for): Don't run input-methods (bug#15614).
1017
1018 2014-06-02 Glenn Morris <rgm@gnu.org>
1019
1020 * cus-start.el: Fix some :version numbers.
1021
1022 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1023
1024 * simple.el (deactivate-mark): Set mark-active to nil even if
1025 deactivation is done via setting transient-mark-mode to nil,
1026 since one is buffer-local and the other is global.
1027
1028 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
1029 there can't be more than 2 arguments (bug#17584).
1030
1031 2014-06-02 Glenn Morris <rgm@gnu.org>
1032
1033 * simple.el (filter-buffer-substring-functions)
1034 (filter-buffer-substring-function, buffer-substring-filters)
1035 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
1036
1037 * minibuffer.el (completion-in-region-functions, completion-in-region)
1038 (completion--in-region): Doc fixes.
1039
1040 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
1041 (expand-abbrev, abbrev--default-expand): Doc fixes.
1042
1043 2014-06-02 Paul Eggert <eggert@cs.ucla.edu>
1044
1045 Include sources used to create macuvs.h.
1046 * international/README: Refer to the Unicode Terms of Use rather
1047 than copying it bodily here, as that simplifies maintenance.
1048
1049 2014-06-01 Glenn Morris <rgm@gnu.org>
1050
1051 * loadup.el (load-prefer-newer): Set non-nil when dumping. (Bug#17629)
1052
1053 2014-05-31 Glenn Morris <rgm@gnu.org>
1054
1055 * files.el (locate-dominating-file): Expand file argument. (Bug#17641)
1056
1057 2014-05-30 Glenn Morris <rgm@gnu.org>
1058
1059 * loadup.el: Treat `command-line-args' more flexibly.
1060
1061 2014-05-30 Alan Mackenzie <acm@muc.de>
1062
1063 Guard (looking-at "\\s!") from XEmacs.
1064 * progmodes/cc-engine.el (c-state-pp-to-literal): add guard form.
1065
1066 2014-05-30 Ken Olum <kdo@cosmos.phy.tufts.edu> (tiny change)
1067
1068 * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
1069 The argument COUNT is now optional, to be more backward-compatible.
1070 Doc fix. (Bug#17560)
1071
1072 2014-05-29 Reuben Thomas <rrt@sc3d.org>
1073
1074 * whitespace.el (whitespace-report-region):
1075 Simplify documentation.
1076 (whitespace-report-region): Allow report-if-bogus to take the
1077 value `never', for non-interactive use.
1078 (whitespace-report): Refer to whitespace-report-region's
1079 documentation.
1080
1081 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1082
1083 * whitespace.el: Use font-lock-flush. Minimize refontifications.
1084 Side benefit: it works without jit-lock.
1085 (whitespace-point--used): New buffer-local var.
1086 (whitespace-color-on): Initialize it and flush it. Use font-lock-flush.
1087 (whitespace-color-off): Use font-lock-flush.
1088 (whitespace-point--used, whitespace-point--flush-used): New functions.
1089 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
1090 (whitespace-empty-at-eob-regexp): Use them.
1091 (whitespace-post-command-hook): Rewrite.
1092
1093 * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
1094 (font-lock-fontify-buffer): Mark interactive-only.
1095 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
1096 Make buffer-local.
1097 (font-lock-specified-p): Remove redundant boundp check.
1098 (font-lock-flush-function, font-lock-ensure-function): New vars.
1099 (font-lock-turn-on-thing-lock): Set them.
1100 (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
1101 (font-lock-after-change-function): Make `old-len' optional.
1102 (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
1103 Call font-lock-flush, just in case.
1104 * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
1105 recent Emacsen.
1106 * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
1107 (vera-mode-map, vera-mode-menu): Remove bindings to it.
1108 * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
1109 and with-syntax-table.
1110 * textmodes/conf-mode.el (conf-quote-normal):
1111 * progmodes/sh-script.el (sh-set-shell):
1112 * progmodes/prog-mode.el (prettify-symbols-mode):
1113 * progmodes/f90.el (f90-font-lock-n):
1114 * progmodes/cwarn.el (cwarn-mode):
1115 * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
1116 * progmodes/compile.el (compilation-setup, compilation--unsetup):
1117 * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
1118 (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
1119 * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
1120 font-lock-fontify-buffer-function and
1121 font-lock-unfontify-buffer-function.
1122 (rmail-unfontify-buffer-function, rmail-fontify-message):
1123 Use with-silent-modifications.
1124 * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
1125 and font-lock-ensure.
1126 * bs.el (bs-show-in-buffer): Use font-lock-ensure.
1127
1128 2014-05-28 Thien-Thi Nguyen <ttn@gnu.org>
1129
1130 * emacs-lisp/package.el (package-generate-autoloads):
1131 Inhibit backup files.
1132
1133 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1134
1135 * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
1136 (bug#17608).
1137
1138 2014-05-21 Michal Nazarewicz <mina86@mina86.com>
1139
1140 * textmodes/tildify.el (tildify-buffer, tildify-region):
1141 Add dont-ask option.
1142
1143 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1144
1145 * subr.el (zerop): Move from C. Add compiler-macro (bug#17475).
1146 * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
1147
1148 * subr.el (internal--funcall-interactively): New.
1149 (internal--call-interactively): Remove.
1150 (called-interactively-p): Detect funcall-interactively instead of
1151 call-interactively.
1152 * simple.el (repeat-complex-command): Use funcall-interactively.
1153 (repeat-complex-command--called-interactively-skip): Remove.
1154
1155 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1156
1157 * register.el (register-read-with-preview): Don't burp on
1158 frame switches (e.g. due to the frame we just popped).
1159
1160 * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
1161 (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
1162
1163 2014-05-26 Andreas Schwab <schwab@linux-m68k.org>
1164
1165 * cus-face.el (custom-face-attributes): Add :distant-foreground.
1166
1167 2014-05-26 Martin Rudalics <rudalics@gmx.at>
1168
1169 * window.el (window--dump-frame): Remove interactive specification.
1170
1171 2014-05-26 Glenn Morris <rgm@gnu.org>
1172
1173 * hippie-exp.el (he-line-search-regexp):
1174 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
1175
1176 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
1177
1178 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
1179 to avoid errors when trying to create or visit a file foo.todo
1180 located outside to todo-directory, and to allow having such files
1181 without them being tied to Todo mode (bug#17482).
1182 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
1183 (todo-archive-done-item, todo-find-filtered-items-file)
1184 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
1185 (todo-category-completions, todo-read-category): When visiting a
1186 Todo file, make sure we're in the right mode and the buffer local
1187 variables are set.
1188 (todo-make-categories-list, todo-reset-nondiary-marker)
1189 (todo-reset-done-string, todo-reset-comment-string):
1190 After processing all Todo files, kill the buffers of those files that
1191 weren't being visited before the processing.
1192 (todo-display-as-todo-file, todo-add-to-buffer-list)
1193 (todo-visit-files-commands): Comment out.
1194 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
1195 (auto-mode-alist): Remove add-to-list calls making Todo file
1196 extensions unrestrictedly tied to Todo modes.
1197
1198 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1199
1200 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
1201 (advice-function-member-p): Tell it to check both names and functions
1202 (bug#17531).
1203 (advice--add-function): Adjust call accordingly.
1204
1205 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
1206
1207 * calendar/todo-mode.el: Miscellaneous bug fixes.
1208 (todo-delete-file): When deleting an archive but not its todo
1209 file, make sure to update the todo file's category sexp.
1210 (todo-move-category): Keep the moved category's name unless the
1211 file moved to already has a category with that name. If the
1212 numerically last category of the source file was moved, make the
1213 first category current to avoid selecting a nonexisting category.
1214 (todo-merge-category): Fix implementation to make merging to a
1215 category in another file work as documented. Eliminate now
1216 insufficient and unnecessary renaming of archive category, correct
1217 document string accordingly, and clarify it. If the numerically
1218 last category of the source file was merged, make the first
1219 category current to avoid selecting a nonexisting category.
1220 (todo-archive-done-item): When there are marked items and point
1221 happens to be on an unmarked item, ignore the latter. Don't leave
1222 point below last item after archiving marked items.
1223 (todo-unarchive-items): Fix logic to ensure unarchiving an item
1224 from an archive with only one category deletes the archive only
1225 when the category is empty after unarchiving. Make sure the todo
1226 file's category sexp is updated.
1227 (todo-read-file-name): Allow an existing file name even when it is
1228 not required (todo-move-category needs this to work as documented).
1229 (todo-add-file): Call todo-validate-name to reject the name of an
1230 existing todo file (needed due to fix in todo-read-file-name).
1231 (todo-reset-nondiary-marker): Also reset in filtered items files.
1232 (todo-reset-done-string, todo-reset-comment-string): Also reset in
1233 regexp filtered items files.
1234 (todo-reset-highlight-item): Also reset in filtered items files.
1235 Fix incorrect variable reference in document string.
1236
1237 2014-05-26 Glenn Morris <rgm@gnu.org>
1238
1239 * window.el (window--dump-frame): Avoid error in --without-x builds.
1240
1241 2014-05-26 Glenn Morris <rgm@gnu.org>
1242
1243 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
1244
1245 2014-05-26 Eli Zaretskii <eliz@gnu.org>
1246
1247 * frame.el (set-frame-font): Doc fix.
1248
1249 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
1250
1251 2014-05-26 Dmitry Gutov <dgutov@yandex.ru>
1252
1253 * emacs-lisp/package.el (package--download-one-archive):
1254 Use `write-region' instead of `save-buffer' to avoid running various
1255 hooks. (Bug#17155)
1256 (describe-package-1): Same. Insert newline at the end of the
1257 buffer if appropriate.
1258
1259 2014-05-26 Juri Linkov <juri@jurta.org>
1260
1261 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
1262 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
1263 Add more modifiers: meta, control, shift, hyper, super, alt.
1264 (Bug#17439)
1265
1266 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
1267 to allow changing its value with `set-variable'.
1268
1269 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1270
1271 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
1272 #; comments.
1273 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
1274 New functions.
1275 (scheme-mode-variables): Set syntax-propertize-function instead of
1276 font-lock-syntactic-face-function.
1277 (scheme-font-lock-syntactic-face-function): Delete.
1278
1279 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
1280
1281 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
1282 (bug#17392).
1283
1284 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
1285
1286 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
1287 for a temporary file name.
1288
1289 2014-05-26 Eli Zaretskii <eliz@gnu.org>
1290
1291 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
1292
1293 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
1294
1295 * net/dbus.el (dbus-init-bus, dbus-call-method)
1296 (dbus-call-method-asynchronously, dbus-send-signal)
1297 (dbus-method-return-internal, dbus-method-error-internal):
1298 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
1299
1300 2014-05-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1301
1302 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
1303 methods which do not have a doc string. (Bug#17490)
1304
1305 2014-05-25 Tassilo Horn <tsdh@gnu.org>
1306
1307 * textmodes/reftex-ref.el (reftex-format-special): Make it work
1308 also for AMS Math's \eqref macro.
1309
1310 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1311
1312 Arrange to never byte-compile the generated -pkg.el file.
1313
1314 * emacs-lisp/package.el (package-generate-description-file):
1315 Output first-line comment to set buffer-local var `no-byte-compile'.
1316 Suggested by Dmitry Gutov:
1317 <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
1318
1319 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1320
1321 Fix bug: Properly quote args to generated -pkg.el `define-package'.
1322
1323 * emacs-lisp/package.el (package-generate-description-file):
1324 Inline `package--alist-to-plist'; rewrite to selectively
1325 quote alist values that are not self-quoting.
1326 (package--alist-to-plist): Delete func.
1327
1328 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
1329
1330 * term/xterm.el (xterm-function-map): Add mapping for shifted
1331 keypad keys.
1332
1333 2014-05-24 Daniel Colascione <dancol@dancol.org>
1334
1335 * progmodes/subword.el (subword-find-word-boundary): Move point to
1336 correct spot before search. (Bug#17580)
1337
1338 * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
1339 breaking the build.
1340
1341 2014-05-24 Leo Liu <sdl.web@gmail.com>
1342
1343 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
1344
1345 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1346
1347 * minibuffer.el (completion--sreverse): Remove.
1348 (completion--common-suffix): Use `reverse' instead.
1349 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
1350
1351 2014-05-22 Glenn Morris <rgm@gnu.org>
1352
1353 * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
1354
1355 2014-05-21 Daniel Colascione <dancol@dancol.org>
1356
1357 * files.el (interpreter-mode-alist): Add mksh.
1358
1359 * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
1360 derivative.
1361 (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
1362 mksh. Improve custom spec; allow regular expressions.
1363 (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
1364 (sh-after-hack-local-variables): New function.
1365 (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
1366 (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
1367 the normalization.
1368 (sh-canonicalize-shell): Rewrite to support regexes.
1369
1370 2014-05-21 Leo Liu <sdl.web@gmail.com>
1371
1372 * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
1373
1374 2014-05-19 Leo Liu <sdl.web@gmail.com>
1375
1376 * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
1377
1378 2014-05-18 Glenn Morris <rgm@gnu.org>
1379
1380 * loadup.el:
1381 * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
1382
1383 2014-05-14 Sam Steingold <sds@gnu.org>
1384
1385 * progmodes/python.el (python-shell-get-or-create-process):
1386 Do not bind `current-prefix-arg' so that C-c C-z does not talk
1387 back unless requested.
1388
1389 2014-05-14 Glenn Morris <rgm@gnu.org>
1390
1391 * subr.el (with-file-modes): New macro.
1392 * printing.el (pr-save-file-modes): Make obsolete.
1393 * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
1394 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
1395 Add with-file-modes.
1396 * doc-view.el (doc-view-make-safe-dir):
1397 * epg.el (epg--start):
1398 * files.el (locate-user-emacs-file, make-temp-file)
1399 (backup-buffer-copy, move-file-to-trash):
1400 * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
1401 * eshell/esh-util.el (eshell-with-private-file-modes)
1402 (eshell-make-private-directory):
1403 * net/browse-url.el (browse-url-mosaic):
1404 * obsolete/mailpost.el (post-mail-send-it):
1405 * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
1406 * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
1407 Use with-file-modes.
1408
1409 * vc/emerge.el (emerge-make-temp-file): Simplify.
1410
1411 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
1412 Stefan Monnier <monnier@iro.umontreal.ca>
1413
1414 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
1415 suffix (bug#15419).
1416
1417 2014-05-14 Glenn Morris <rgm@gnu.org>
1418
1419 * vc/emerge.el (emerge-temp-file-prefix):
1420 Make pointless option obsolete.
1421 (emerge-temp-file-mode): Make non-functional option obsolete.
1422
1423 2014-05-14 Michael Albinus <michael.albinus@gmx.de>
1424
1425 * net/browse-url.el (browse-url):
1426 Use `unhandled-file-name-directory' when setting `default-directory',
1427 in order to circumvent stalled remote connections. (Bug#17425)
1428
1429 2014-05-14 Glenn Morris <rgm@gnu.org>
1430
1431 * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
1432 Optimize on Emacs, which has the relevant functions for ages.
1433
1434 2014-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1435
1436 * simple.el (undo-make-selective-list): Obey undo-no-redo.
1437
1438 2014-05-12 Sam Steingold <sds@gnu.org>
1439
1440 * calendar/time-date.el (seconds-to-string): New function to
1441 pretty print time delay in seconds.
1442
1443 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1444
1445 * mpc.el (mpc-format): Trim Date to the year.
1446 (mpc-songs-hashcons): Shorten the Date field.
1447
1448 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
1449 into autoloading just because of a silly indirection.
1450
1451 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com>
1452
1453 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
1454
1455 2014-05-12 Glenn Morris <rgm@gnu.org>
1456
1457 * emacs-lisp/find-gc.el: Move to ../admin.
1458
1459 * printing.el (pr-version):
1460 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
1461
1462 * net/browse-url.el (browse-url-mosaic):
1463 Create /tmp/Mosaic.PID as a private file.
1464
1465 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1466
1467 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
1468 (advice--member-p): If name is given, only compare the name.
1469 (advice--remove-function): Don't stop at the first match.
1470 (advice--normalize-place): New function.
1471 (add-function, remove-function): Use it.
1472 (advice--add-function): Pass the name, if any, to
1473 advice--remove-function.
1474
1475 2014-05-12 Philipp Rumpf <prumpf@gmail.com> (tiny change)
1476
1477 * electric.el (electric-indent-post-self-insert-function): Don't use
1478 `pos' after modifying the buffer (bug#17449).
1479
1480 2014-05-12 Stephen Berman <stephen.berman@gmx.net>
1481
1482 * calendar/todo-mode.el (todo-insert-item-from-calendar):
1483 Correct argument list to conform to todo-insert-item--basic.
1484
1485 2014-05-12 Glenn Morris <rgm@gnu.org>
1486
1487 * files.el (cd-absolute): Test if directory is accessible
1488 rather than executable. (Bug#17330)
1489
1490 * progmodes/compile.el (recompile):
1491 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
1492
1493 * net/browse-url.el (browse-url-mosaic):
1494 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
1495 This is CVE-2014-3423.
1496
1497 2014-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1498
1499 * mouse.el: Use the normal toplevel loop while dragging.
1500 (mouse-set-point): Handle multi-clicks.
1501 (mouse-set-region): Handle multi-clicks for drags.
1502 (mouse-drag-region): Update call accordingly.
1503 (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
1504 Use the normal event loop instead of a local while/read-event loop.
1505 (global-map): Remove redundant bindings for double/triple-mouse-1.
1506 * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
1507 Generate synthetic down events when the protocol only sends up events.
1508 (xterm-mouse-last): Remove.
1509 (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
1510 terminal parameter instead.
1511 (xterm-mouse--set-click-count): New function.
1512 (xterm-mouse-event): Detect/generate double/triple clicks.
1513 * reveal.el (reveal-close-old-overlays): Don't close while dragging.
1514
1515 * info.el (Info-quoted): New face.
1516 (Info-mode-font-lock-keywords): New var.
1517 (Info-mode): Use it.
1518
1519 * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
1520 are a hindrance for C-x C-e.
1521
1522 2014-05-11 Leo Liu <sdl.web@gmail.com>
1523
1524 * net/rcirc.el (rcirc-sentinel): Fix last change.
1525
1526 2014-05-08 Sam Steingold <sds@gnu.org>
1527
1528 * net/rcirc.el (rcirc-reconnect-delay): New user option.
1529 (rcirc-sentinel): Auto-reconnect to the server if
1530 `rcirc-reconnect-delay' is non-0 (but not more often than its
1531 value in case the host is off-line).
1532
1533 2014-05-09 Eli Zaretskii <eliz@gnu.org>
1534
1535 * progmodes/grep.el (lgrep): Fix a typo in last commit.
1536
1537 2014-05-09 Glenn Morris <rgm@gnu.org>
1538
1539 * files.el (file-expand-wildcards):
1540 * man.el (Man-support-local-filenames):
1541 * printing.el (pr-i-directory, pr-interface-directory):
1542 * progmodes/grep.el (lgrep, rgrep):
1543 * textmodes/ispell.el (ispell-call-process)
1544 (ispell-call-process-region, ispell-start-process)
1545 (ispell-init-process): Use file-accessible-directory-p.
1546
1547 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1548
1549 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
1550 (xterm-mouse--read-event-sequence-1000): Return nil if something
1551 looks fishy.
1552 (xterm-mouse-event): Propagate it.
1553 (xterm-mouse-translate-1): Handle it.
1554
1555 2014-05-08 Stephen Berman <stephen.berman@gmx.net>
1556
1557 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
1558 four slots of the parameter list are filled, make sure to pass it
1559 to the argument list of todo-insert-item--basic.
1560
1561 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1562
1563 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
1564 Add optional `seen' argument to detect and break infinite loops.
1565
1566 2014-05-08 Eli Zaretskii <eliz@gnu.org>
1567
1568 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
1569 (trace-unsafe, trace-use-tree): Make parentheses style be
1570 according to Emacs style.
1571
1572 2014-05-08 Michael Albinus <michael.albinus@gmx.de>
1573
1574 * net/tramp-sh.el (tramp-remote-process-environment):
1575 Remove HISTFILE and HISTSIZE; it's too late to set them here.
1576 Add :version entry.
1577 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
1578 Add "HISTSIZE=/dev/null" to the shell's env arguments. Do not send
1579 extra "PSx=..." commands.
1580 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
1581 (Bug#17295)
1582
1583 (tramp-uudecode): Replace the hard-coded temporary file name by a
1584 format specifier.
1585 (tramp-remote-coding-commands): Enhance docstring.
1586 (tramp-find-inline-encoding): Replace "%t" by a temporary file
1587 name. (Bug#17415)
1588 This is CVE-2014-3424.
1589
1590 2014-05-08 Glenn Morris <rgm@gnu.org>
1591
1592 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
1593 (find-gc-source-files): Update some names.
1594 (trace-call-tree): Simplify and update.
1595 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
1596 This is CVE-2014-3422.
1597
1598 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1599
1600 * minibuffer.el (completion--try-word-completion): Revert fix for
1601 Bug#15980 (bug#17375).
1602
1603 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
1604 Always store button numbers in the same way in xterm-mouse-last;
1605 Don't burp is xterm-mouse-last is not set as expected.
1606 Never return negative indices.
1607
1608 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
1609
1610 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1611 Backtrack one char if the global/char-literal var matcher hits
1612 inside a string. The next char could be the beginning of an
1613 expression expansion.
1614
1615 2014-05-08 Glenn Morris <rgm@gnu.org>
1616
1617 * help-fns.el (describe-function-1): Test for an autoload before a
1618 macro, since `macrop' works on autoloads. (Bug#17410)
1619
1620 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1621
1622 * electric.el (electric-indent-functions-without-reindent): Add yaml.
1623
1624 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
1625 Make sure the new point we return is within the new string (bug#17239).
1626
1627 2014-05-05 Daniel Colascione <dancol@dancol.org>
1628
1629 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1630 Port `gnu' pattern to rx.
1631
1632 2014-05-05 Jarek Czekalski <jarekczek@poczta.onet.pl>
1633
1634 Remove unneeded prompt when closing a buffer with active
1635 emacsclient ("Buffer ... still has clients"), #16548.
1636 * server.el (server-start): Remove the only call to:
1637 (server-kill-buffer-query-function): Remove.
1638
1639 2014-05-04 Leo Liu <sdl.web@gmail.com>
1640
1641 * calendar/diary-lib.el (calendar-chinese-month-name-array):
1642 Defvar to pacify compiler.
1643
1644 2014-05-04 Eli Zaretskii <eliz@gnu.org>
1645
1646 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
1647
1648 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1649
1650 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1651 Use nil rather than `default' for the "default" appearance (bug#17388).
1652 * vc/ediff-util.el (ediff-inferior-compare-regions)
1653 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
1654 a misleading `default' value when it's really a boolean.
1655 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
1656 overlay is not visible.
1657
1658 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
1659
1660 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
1661 (todo-menu): Uncomment and update.
1662
1663 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
1664
1665 * calendar/todo-mode.el: Reimplement item editing to have the same
1666 basic user interface as item insertion, and make small UI and
1667 larger internal improvements to the latter.
1668 (todo-insert-item): Add reference to the Todo mode user manual to
1669 the documentation string.
1670 (todo-insert-item--basic): Rename from todo-basic-insert-item and
1671 adjust all callers. Change signature to combine diary and
1672 nonmarking arguments. Incorporate functionality of deleted item
1673 copying command and add error checking. Remove detailed
1674 descriptions of the arguments from the documentation string, since
1675 this is treated in the Todo mode user manual.
1676 (todo-copy-item, todo-edit-multiline-item)
1677 (todo-edit-done-item-comment, todo-edit-item-header)
1678 (todo-edit-item-time, todo-edit-item-date-from-calendar)
1679 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
1680 (todo-edit-item-date-year, todo-edit-item-date-month)
1681 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
1682 Remove.
1683 (todo-edit-item): Reimplement as wrapper command for
1684 todo-edit-item--next-key and make it distinguish done and not done
1685 todo items.
1686 (todo-edit-item--text): New function, replacing old command
1687 todo-edit-item and incorporating deleted commands
1688 todo-edit-multiline-item and todo-edit-done-item-comment.
1689 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
1690 Use only numeric value of prefix argument. Remove detailed
1691 descriptions of the arguments from the documentation string, since
1692 this is treated in the Todo mode user manual.
1693 (todo-edit-item--diary-inclusion): New function, replacing old
1694 command todo-edit-item-diary-inclusion and incorporating and fixing
1695 functionality of deleted command todo-edit-item-diary-nonmarking,
1696 making sure to remove todo-nondiary-marker when adding
1697 diary-nonmarking-symbol.
1698 (todo-edit-category-diary-inclusion): Make sure to delete
1699 diary-nonmarking-symbol when adding todo-nondiary-marker.
1700 (todo-edit-category-diary-nonmarking): Fix indentation.
1701 (todo-insert-item--parameters): Group diary and nonmarking
1702 parameters together.
1703 (todo-insert-item--apply-args): Adjust to signature of
1704 todo-insert-item--basic and incorporate copy parameter.
1705 Make small code improvements.
1706 (todo-insert-item--next-param): Improve prompt and adjust it to
1707 new parameter grouping. Remove obsolete code.
1708 (todo-edit-item--param-key-alist)
1709 (todo-edit-item--date-param-key-alist)
1710 (todo-edit-done-item--param-key-alist): New defconsts.
1711 (todo-edit-item--prompt): New variable.
1712 (todo-edit-item--next-key): New function.
1713 (todo-key-bindings-t): Bind "e" to todo-edit-item.
1714 Remove bindings of deleted commands.
1715
1716 2014-05-04 Leo Liu <sdl.web@gmail.com>
1717
1718 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
1719
1720 2014-05-04 Glenn Morris <rgm@gnu.org>
1721
1722 * allout-widgets.el (allout-widgets-tally)
1723 (allout-decorate-item-guides):
1724 * menu-bar.el (menu-bar-positive-p):
1725 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1726 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
1727 * progmodes/js.el (js--inside-param-list-p)
1728 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
1729 * progmodes/prolog.el (region-exists-p):
1730 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
1731 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
1732 Doc fixes (replace `iff').
1733
1734 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1735
1736 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
1737
1738 2014-05-04 Leo Liu <sdl.web@gmail.com>
1739
1740 Support Chinese diary entries in calendar and diary. (Bug#17393)
1741 * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
1742 (calendar-chinese-from-absolute-for-diary)
1743 (calendar-chinese-to-absolute-for-diary)
1744 (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
1745 (diary-chinese-list-entries): New functions to list and mark
1746 Chinese diary entries in the calendar window.
1747 (diary-chinese-anniversary)
1748 (diary-chinese-insert-anniversary-entry)
1749 (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
1750 (diary-chinese-insert-yearly-entry): New commands to insert
1751 Chinese diary entries.
1752
1753 * calendar/diary-lib.el (diary-font-lock-keywords):
1754 Support font-locking Chinese dates.
1755
1756 * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
1757 inserting Chinese diary entries.
1758
1759 * calendar/calendar.el (diary-chinese-entry-symbol):
1760 New customizable variable.
1761 (calendar-mode-map): Add bindings for inserting Chinese diary
1762 entries.
1763
1764 2014-05-03 Juri Linkov <juri@jurta.org>
1765
1766 * dired.el (dired-check-switches, dired-switches-recursive-p):
1767 New functions. (Bug#17218)
1768 (dired-switches-escape-p, dired-move-to-end-of-filename):
1769 Use `dired-check-switches'.
1770 (dired-insert-old-subdirs, dired-build-subdir-alist)
1771 (dired-sort-R-check): Use `dired-switches-recursive-p'.
1772
1773 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
1774
1775 * simple.el (undo-make-selective-list): New algorithm fixes
1776 incorrectness of position adjustments when undoing in region.
1777 (Bug#17235)
1778 (undo-elt-crosses-region): Make obsolete.
1779 (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
1780 New functions to adjust positions using undo-deltas.
1781
1782 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1783
1784 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
1785 the last consecutive closing paren (bug#17345).
1786
1787 2014-04-30 Reuben Thomas <rrt@sc3d.org>
1788
1789 * dired.el (dired-mode): make terminology for eXpunge command
1790 consistent. (Bug#17276)
1791
1792 2014-04-30 Eli Zaretskii <eliz@gnu.org>
1793
1794 * dired.el (dired-initial-position-hook, dired-initial-position):
1795 Doc string fixes.
1796
1797 2014-04-30 Glenn Morris <rgm@gnu.org>
1798
1799 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
1800
1801 2014-04-30 Matthias Dahl <matthias.dahl@binary-island.eu>
1802
1803 * faces.el (face-spec-recalc): Apply X resources only after the
1804 defface spec has been applied. Thus, X resources are no longer
1805 overriden by the defface spec which also fixes issues on win32 where
1806 the toolbar coloring was wrong because it is set through X resources
1807 and was (wrongfully) overriden. (Bug#16694)
1808
1809 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
1810
1811 * textmodes/rst.el (electric-pair-pairs): Declare.
1812 (rst-mode): Set it (bug#17131).
1813
1814 2014-04-30 Juri Linkov <juri@jurta.org>
1815
1816 * desktop.el (desktop-value-to-string): Let-bind `print-length'
1817 and `print-level' to nil. (Bug#17351)
1818
1819 2014-04-30 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1820
1821 * battery.el (battery-update): Handle the case where battery
1822 status is "N/A" (bug#17319).
1823
1824 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1825
1826 * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition
1827 to syntax-propertize.
1828 (ps-mode-auto-indent): Mark as obsolete.
1829 (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
1830 (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
1831 word regexp operators.
1832 (ps-mode-map): Move initialization into declaration. Remove binding
1833 for TAB, RET, >, ], and }.
1834 (ps-mode-syntax-table): Move initialization into declaration.
1835 Don't give word syntax to non-word chars.
1836 (ps-run-mode-map): Move initialization into declaration.
1837 (ps-mode-menu-main): Remove auto-indent entry.
1838 (ps-mode-smie-rules): New function.
1839 (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
1840 (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
1841 (ps-mode--string-syntax-table): New const.
1842 (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
1843 New functions.
1844 (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
1845 (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
1846
1847 2014-04-27 Daniel Colascione <dancol@dancol.org>
1848
1849 * term/xterm.el (xterm-paste): Use large finite timeout when
1850 reading event to avoid putting keys in this-command-keys.
1851
1852 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1853
1854 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
1855 (perl-syntax-propertize-function): Use it. Extend handling of
1856 here-docs to the unquoted case.
1857
1858 2014-04-25 Eli Zaretskii <eliz@gnu.org>
1859
1860 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
1861 Use equal-including-properties to compare help-echo strings (bug#17331).
1862
1863 2014-04-25 Leo Liu <sdl.web@gmail.com>
1864
1865 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1866 Fix syntax for @. (Bug#17325)
1867
1868 2014-04-25 Daniel Colascione <dancol@dancol.org>
1869
1870 * emacs-lisp/cl.el (gv): Require gv early to break eager
1871 macro-expansion cycles.
1872
1873 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1874
1875 * simple.el (region-active-p): Check there's a mark (bug#17324).
1876
1877 * simple.el (completion-list-mode-map): Use choose-completion for the
1878 mouse binding as well (bug#17302).
1879 (completion-list-mode, completion-setup-function): Adjust docstring and
1880 echo area message accordingly.
1881 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
1882 calling convention of choose-completion.
1883 * comint.el (comint-dynamic-list-completions):
1884 * term.el (term-dynamic-list-completions): Accept choose-completion.
1885
1886 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
1887 &, |, +, - and * can't be a division (bug#17317).
1888
1889 * term/xterm.el (xterm--version-handler): Don't use modern xterm
1890 features on gnome-terminal (bug#16988).
1891
1892 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
1893
1894 Improve Scheme font-locking for (define ((foo ...) ...) ...).
1895
1896 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
1897 the declared object, ignore zero or more parens, not zero or one.
1898
1899 2014-04-24 Leo Liu <sdl.web@gmail.com>
1900
1901 * progmodes/xscheme.el (xscheme-expressions-ring)
1902 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
1903 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
1904 (xscheme-allow-output-p, xscheme-prompt)
1905 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
1906
1907 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
1908 Comment out unused functions.
1909
1910 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1911
1912 * info.el: Use lexical-binding and cl-lib.
1913 Use defvar-local and setq-local instead of make-local-variable.
1914 (Info-apropos-matches): Avoid add-to-list.
1915 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
1916
1917 2014-04-24 Daniel Colascione <dancol@dancol.org>
1918
1919 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
1920
1921 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1922
1923 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
1924
1925 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
1926
1927 * dired.el (dired-insert-set-properties): Do not consider
1928 subdirectory headings and empty lines to be information that
1929 `dired-hide-details-mode' should hide. (Bug#17228)
1930
1931 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1932
1933 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1934 Remove test messages.
1935 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
1936 and `target' twice.
1937
1938 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1939
1940 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
1941 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
1942
1943 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
1944
1945 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1946
1947 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1948 Set "IFS=" when using read builtin, in order to preserve spaces in
1949 the file name. Add test messages for hunting a bug on hydra.
1950 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
1951
1952 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1953
1954 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
1955 Don't prettify a word within a symbol.
1956
1957 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1958
1959 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
1960 possible.
1961
1962 2014-04-22 Daniel Colascione <dancol@dancol.org>
1963
1964 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
1965 use defun to define `function-put'.
1966
1967 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1968
1969 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
1970 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
1971 (lisp-mode-variables): Set font-lock-extra-managed-props.
1972
1973 * emacs-lisp/byte-run.el (function-put): New function.
1974 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
1975 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
1976 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
1977 Use them.
1978
1979 2014-04-22 Daniel Colascione <dancol@dancol.org>
1980
1981 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
1982 Add `full-p' parameter; when nil, call `macroexpand' instead of
1983 `macroexpand-all'.
1984
1985 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
1986 Improve docstrings.
1987
1988 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
1989 Use lambda function values, not quoted lambdas.
1990 (byte-compile-recurse-toplevel): Remove extraneous &optional.
1991
1992 * emacs-lisp/cl-macs.el
1993 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
1994 (cl-struct-slot-value): Conditionally use aref or nth so that the
1995 compiler produces optimal code.
1996
1997 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1998
1999 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
2000 (inline): Don't inline cl--set-elt.
2001 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
2002 Define as inlinable instead.
2003 (cl-struct-set-slot-value): Remove.
2004
2005 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
2006 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
2007 Use setf instead.
2008
2009 2014-04-21 Daniel Colascione <dancol@dancol.org>
2010
2011 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
2012 last two parameters after all.
2013 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
2014 (cl--compiler-macro-assoc,cl-struct-slot-value)
2015 (cl-struct-set-slot-value): Stop using them.
2016
2017 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2018
2019 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
2020 entry in image-mode-winprops-alist.
2021
2022 2014-04-21 Daniel Colascione <dancol@dancol.org>
2023
2024 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
2025 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
2026 (byte-compile-toplevel-file-form): Use it.
2027
2028 * emacs-lisp/cl-macs.el:
2029 (cl--loop-let): Properly destructure `while' clauses.
2030
2031 2014-04-20 Daniel Colascione <dancol@dancol.org>
2032
2033 * vc/vc.el (vc-root-dir): New public autoloaded function for
2034 generically finding the current VC root.
2035 * vc/vc-hooks.el (vc-not-supported): New error.
2036 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
2037
2038 2014-04-20 Daniel Colascione <dancol@dancol.org>
2039
2040 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
2041 argument.
2042 (cl--const-expr-val): cl--const-expr-val should macroexpand its
2043 argument in case we're inside a symbol-macrolet.
2044 (cl--do-arglist, cl--compiler-macro-typep)
2045 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
2046 environment to `cl--const-expr-val'.
2047 (cl-struct-sequence-type,cl-struct-slot-info)
2048 (cl-struct-slot-offset, cl-struct-slot-value)
2049 (cl-struct-set-slot-value): New functions.
2050
2051 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2052
2053 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
2054 assignments such as "case=hello" (bug#17297).
2055
2056 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
2057
2058 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
2059 Do not autoload.
2060 (tramp-file-name-handler, tramp-completion-file-name-handler):
2061 Revert patch from 2014-04-10, it isn't necessary anymore.
2062 (tramp-autoload-file-name-handler)
2063 (tramp-register-autoload-file-name-handlers): New defuns.
2064 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
2065 (tramp-register-file-name-handlers): Remove also
2066 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
2067 Do not autoload its invocation, but eval it after loading of 'tramp.
2068
2069 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
2070
2071 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
2072
2073 2014-04-17 Daniel Colascione <dancol@dancol.org>
2074
2075 Add support for bracketed paste mode; add infrastructure for
2076 managing terminal mode enabling and disabling automatically.
2077
2078 * xt-mouse.el:
2079 (xterm-mouse-mode): Simplify.
2080 (xterm-mouse-tracking-enable-sequence)
2081 (xterm-mouse-tracking-disable-sequence): New constants.
2082 (turn-on-xterm-mouse-tracking-on-terminal)
2083 (turn-off-xterm-mouse-tracking-on-terminal):
2084 Use tty-mode-set-strings and tty-mode-reset-strings terminal
2085 parameters instead of random hooks.
2086 (turn-on-xterm-mouse-tracking)
2087 (turn-off-xterm-mouse-tracking): Delete.
2088
2089 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
2090 (xterm-paste-ending-sequence): New constant.
2091 (xterm-paste): New command used for bracketed paste support.
2092
2093 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
2094 (terminal-init-xterm-bracketed-paste-mode): New function.
2095 (terminal-init-xterm): Call it.
2096 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
2097 and tty-mode-reset-strings instead of random hooks.
2098 (xterm-turn-on-modify-other-keys)
2099 (xterm-turn-off-modify-other-keys)
2100 (xterm-remove-modify-other-keys): Delete obsolete functions.
2101
2102 * term/screen.el: Rewrite to just use the xterm code.
2103 Add copyright notice. Mention tmux.
2104
2105 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
2106
2107 * image-mode.el (image-mode-window-put): Also update the property of
2108 the "default window".
2109 * doc-view.el (doc-view-new-window-function): If no window
2110 exists, move to the last known page.
2111
2112 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2113
2114 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
2115 here-documents (bug#17262).
2116
2117 2014-04-16 Eli Zaretskii <eliz@gnu.org>
2118
2119 * term/pc-win.el (x-list-fonts, x-get-selection-value):
2120 Provide doc strings, as required by snarf-documentation.
2121
2122 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2123
2124 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
2125 arg of overlays-at. Use `invisible-p'.
2126
2127 * obsolete/lucid.el (extent-at):
2128 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
2129 overlays-at.
2130 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
2131
2132 2014-04-16 João Távora <joaotavora@gmail.com>
2133
2134 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
2135 links. (Bug#17217).
2136
2137 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2138
2139 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
2140 Use mapc to loop over a vector. (Bug#17257).
2141
2142 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
2143
2144 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
2145 patch, there are new problems with file names containing spaces.
2146 Get rid of backticks. (Bug#17238)
2147
2148 2014-04-16 João Távora <joaotavora@gmail.com>
2149
2150 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
2151 possible bug.
2152
2153 2014-04-16 Eli Zaretskii <eliz@gnu.org>
2154
2155 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
2156 (blink-cursor-mode): Mention customization variables and the
2157 effect of 'blink-cursor-blinks'.
2158
2159 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
2160
2161 * simple.el (undo): Prevent insertion of identity mapping into
2162 undo-equiv-table so as undo-only does not inf loop in the presence
2163 of consecutive nils in undo list.
2164
2165 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
2166
2167 * faces.el (make-face): Deprecate optional argument as it is no
2168 longer needed/used since the conditional X resources handling
2169 has been pushed down to make-face-x-resource-internal itself.
2170 (make-empty-face): Don't pass optional argument to make-face.
2171
2172 2014-04-16 Karl Fogel <kfogel@red-bean.com>
2173
2174 * savehist.el (savehist-save): Remove workaround for a read-passwd
2175 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
2176 noticing that the shim was still present.
2177
2178 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2179
2180 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
2181
2182 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
2183
2184 * faces.el (face-set-after-frame-default): Remove unused local variable.
2185
2186 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2187
2188 * progmodes/grep.el: Use lexical-binding.
2189 (grep-expand-template): Pass explicit lexical env to `eval'.
2190 (zrgrep): Let-bind grep-find-template explicitly.
2191
2192 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
2193 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
2194
2195 2014-04-12 Eli Zaretskii <eliz@gnu.org>
2196
2197 * international/characters.el <standard-case-table>: Add entries
2198 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
2199 Set category of Coptic characters be 'g' (Greek).
2200
2201 2014-04-12 Leo Liu <sdl.web@gmail.com>
2202
2203 * progmodes/octave.el (completion-table-with-cache):
2204 Define if not available.
2205 (octave-goto-function-definition, octave-sync-function-file-names)
2206 (octave-find-definition-default-filename):
2207 Backquote upattern for compatibility.
2208
2209 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
2210
2211 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
2212 name twice due to backticks. (Bug#17238)
2213
2214 2014-04-12 Glenn Morris <rgm@gnu.org>
2215
2216 * term/w32-win.el (x-win-suspend-error):
2217 * term/x-win.el (x-win-suspend-error): Sync docs.
2218
2219 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
2220
2221 * faces.el (make-face): Remove deprecated optional argument.
2222 The conditional application of X resources is handled directly by
2223 make-face-x-resource-internal since Emacs 24.4.
2224 (make-empty-face): Don't pass optional argument to make-face.
2225
2226 2014-04-11 Glenn Morris <rgm@gnu.org>
2227
2228 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
2229
2230 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2231
2232 Ediff's overlay priorities cause more trouble than they solve.
2233 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
2234 (ediff-highest-priority): Remove function (bug#17234).
2235 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
2236 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
2237 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
2238 overlay priorities.
2239
2240 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
2241
2242 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
2243 entry; use symbol boundaries to avoid mis-matches.
2244
2245 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
2246
2247 * net/tramp.el (tramp-file-name-handler)
2248 (tramp-completion-file-name-handler): Avoid recursive loading.
2249
2250 * net/tramp-sh.el (tramp-make-copy-program-file-name):
2251 Quote result also locally.
2252
2253 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2254
2255 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
2256 Remove left-over code.
2257
2258 * newcomment.el (comment-indent-new-line): Sink code where it's used.
2259 Reuse the previous comment's indentation unconditionally if it's on its
2260 own line.
2261
2262 2014-04-09 Daniel Colascione <dancol@dancol.org>
2263
2264 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
2265 `no-syntax-crossing' arguments. Forward to `up-list'.
2266 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
2267 Implement logic for escaping from strings. Use narrowing to deal
2268 with corner cases.
2269
2270 2014-04-09 Leo Liu <sdl.web@gmail.com>
2271
2272 * net/rcirc.el (rcirc-connection-info): New variable.
2273 (rcirc-connect): Use it to store connection info.
2274 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
2275 for killed process.
2276 (rcirc-cmd-reconnect): New command. (Bug#17045)
2277 (rcirc-mode, set-rcirc-encode-coding-system)
2278 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
2279
2280 2014-04-09 Daniel Colascione <dancol@dancol.org>
2281
2282 * emacs-lisp/cl-indent.el: Add comment claiming
2283 facility is also good for elisp.
2284 (lisp-indent-find-method): New function.
2285 (common-lisp-indent-function): Recognize cl-loop.
2286 (common-lisp-indent-function-1): Recognize cl constructs; use
2287 `lisp-indent-find-method' instead of `get' directly.
2288 (if): Use else-body style for elisp.
2289
2290 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
2291
2292 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
2293 Module methods. (Bug#17216)
2294
2295 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
2296
2297 * help.el (describe-bindings): Fix buffer handling (bug#17210).
2298 (describe-bindings-internal): Mark obsolete.
2299
2300 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
2301
2302 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
2303 buffer-file-name, and buffer-file-truename any more.
2304
2305 2014-04-08 Leo Liu <sdl.web@gmail.com>
2306
2307 Use lexical-binding and require cl-lib.
2308 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
2309 (rcirc-handler-generic, rcirc-fill-paragraph)
2310 (rcirc-format-response-string, rcirc-target-buffer)
2311 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
2312 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
2313 (rcirc-ctcp-sender-PING, rcirc-browse-url)
2314 (rcirc-markup-timestamp, rcirc-markup-attributes)
2315 (rcirc-markup-my-nick, rcirc-markup-urls)
2316 (rcirc-markup-bright-nicks, rcirc-markup-fill)
2317 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
2318 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
2319 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
2320 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
2321 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
2322 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
2323 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
2324 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
2325 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
2326 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
2327 use cl-lib.
2328
2329 2014-04-07 João Távora <joaotavora@gmail.com>
2330
2331 * elec-pair.el (electric-pair--syntax-ppss):
2332 When inside comments parse from comment beginning.
2333 (electric-pair--balance-info): Fix typo in comment.
2334 (electric-pair--in-unterminated-string-p): Delete.
2335 (electric-pair--unbalanced-strings-p): New function.
2336 (electric-pair-string-bound-function): New var.
2337 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
2338 according to `electric-pair--in-unterminated-string-p'
2339
2340 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
2341 Inhibit quote pairing if point-max is inside an unterminated string.
2342 (electric-pair--looking-at-unterminated-string-p): Delete.
2343 (electric-pair--in-unterminated-string-p): New function.
2344
2345 2014-04-07 Glenn Morris <rgm@gnu.org>
2346
2347 * shell.el (shell-directory-tracker):
2348 Go back to just ignoring failures. (Bug#17159)
2349
2350 2014-04-07 João Távora <joaotavora@gmail.com>
2351
2352 Fix `electric-pair-delete-adjacent-pairs' in modes binding
2353 backspace. (bug#16981)
2354 * elec-pair.el (electric-pair-backward-delete-char): Delete.
2355 (electric-pair-backward-delete-char-untabify): Delete.
2356 (electric-pair-mode-map): Bind backspace to a menu item filtering
2357 a new `electric-pair-delete-pair' command.
2358 (electric-pair-delete-pair): New command.
2359
2360 * progmodes/python.el (python-electric-pair-string-delimiter):
2361 Fix triple-quoting electricity. (Bug#17192)
2362
2363 * elec-pair.el (electric-pair-post-self-insert-function):
2364 Don't skip whitespace when `electric-pair-text-pairs' and
2365 `electric-pair-pairs' were used. syntax to
2366 electric-pair--skip-whitespace. (Bug#17183)
2367
2368 2014-04-07 Eli Zaretskii <eliz@gnu.org>
2369
2370 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
2371 "<F>". (Bug#17199)
2372
2373 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
2374
2375 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
2376 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
2377
2378 2014-04-07 Glenn Morris <rgm@gnu.org>
2379
2380 * help.el (view-lossage): Doc tweak.
2381
2382 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
2383
2384 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
2385 only when inhibit-x-resources is nil, and do that earlier in the
2386 function. Doc fix. (Bug#16694)
2387 (face-spec-choose): Accept additional optional argument, whose
2388 value is returned if no matching attributes are found.
2389 (face-spec-recalc): Use the new optional argument when calling
2390 face-spec-choose. (Bug#16378)
2391 (make-face-x-resource-internal): Do nothing when
2392 inhibit-x-resources is non-nil. Don't touch the default face if
2393 reversed video is given--as was done in previous versions of Emacs.
2394 (face-set-after-frame-default): Don't call
2395 make-face-x-resource-internal here. (Bug#16434)
2396
2397 2014-04-07 Tassilo Horn <tsdh@gnu.org>
2398
2399 * doc-view.el (doc-view-bookmark-jump):
2400 Use `bookmark-after-jump-hook' to jump to the right page after the
2401 buffer is shown in a window. (bug#16090)
2402
2403 2014-04-07 Eli Zaretskii <eliz@gnu.org>
2404
2405 * international/characters.el (mirroring): Fix last change:
2406 instead of loading uni-mirrored.el explicitly, do that implicitly
2407 by creating the 'mirroring' uniprop table. This avoids announcing
2408 the loading of uni-mirrored.el.
2409
2410 2014-04-07 Glenn Morris <rgm@gnu.org>
2411
2412 * files.el (buffer-stale--default-function)
2413 (buffer-stale-function, revert-buffer--default):
2414 * autorevert.el (auto-revert-buffers): Doc tweaks.
2415
2416 2014-04-07 Eli Zaretskii <eliz@gnu.org>
2417
2418 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
2419
2420 2014-04-07 Glenn Morris <rgm@gnu.org>
2421
2422 * files.el (make-backup-file-name-function)
2423 (make-backup-file-name, make-backup-file-name--default-function)
2424 (make-backup-file-name-1, find-backup-file-name)
2425 (revert-buffer-function, revert-buffer-insert-file-contents-function)
2426 (buffer-stale--default-function, buffer-stale-function)
2427 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
2428 (revert-buffer, revert-buffer--default)
2429 (revert-buffer-insert-file-contents--default-function):
2430 Doc fixes related to defaults no longer being nil.
2431 (make-backup-file-name-function): Bump :version.
2432 Restore nil as a valid but deprecated custom type.
2433
2434 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
2435
2436 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2437 Handle $' used as a variable (bug#17174).
2438
2439 * progmodes/perl-mode.el (perl-indent-new-calculate):
2440 Handle forward-sexp failure (bug#16985).
2441 (perl-syntax-propertize-function): Add "foreach" and "for" statement
2442 modifiers introducing expressions (bug#17116).
2443
2444 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
2445
2446 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
2447
2448 2014-04-05 Leo Liu <sdl.web@gmail.com>
2449
2450 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2451 Add define-compilation-mode.
2452
2453 2014-04-04 João Távora <joaotavora@gmail.com>
2454
2455 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
2456 parse from comment beginning.
2457 (electric-pair--balance-info): Fix typo in comment.
2458 (electric-pair--in-unterminated-string-p): Delete.
2459 (electric-pair--unbalanced-strings-p): New function.
2460 (electric-pair-string-bound-function): New var.
2461 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
2462 according to `electric-pair--in-unterminated-string-p'.
2463
2464 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2465
2466 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
2467 Move declaration before first use.
2468 (reftex-move-to-next-arg): Silence compiler warning.
2469
2470 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
2471
2472 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
2473 Use `window-total-width' instead of `window-width'.
2474
2475 2014-04-03 Daniel Colascione <dancol@dancol.org>
2476
2477 * subr.el (set-transient-map): Remove rms's workaround entirely;
2478 use new `suspicious-object' subr to mark our lambda for closer
2479 scrutiny during gc.
2480
2481 2014-04-02 Richard Stallman <rms@gnu.org>
2482
2483 * subr.el (set-transient-map): Comment out previous change.
2484
2485 2014-04-02 Glenn Morris <rgm@gnu.org>
2486
2487 * menu-bar.el (menu-bar-file-menu):
2488 * vc/ediff.el (ediff-current-file):
2489 Update for revert-buffer-function no longer being nil by default.
2490
2491 * simple.el (command-execute): Respect nil disabled-command-function.
2492
2493 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2494
2495 * simple.el (command-execute): Do not execute the command when it
2496 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
2497
2498 2014-04-02 Juri Linkov <juri@jurta.org>
2499
2500 * dired-aux.el (dired-compress-file): Don't use string-match-p
2501 because its match data is used afterwards.
2502
2503 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
2504
2505 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
2506 0 like nil.
2507
2508 2014-04-02 João Távora <joaotavora@gmail.com>
2509
2510 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
2511 Inhibit quote pairing if point-max is inside an unterminated string.
2512 (electric-pair--looking-at-unterminated-string-p):
2513 Delete.
2514 (electric-pair--in-unterminated-string-p): New function.
2515
2516 2014-04-01 Daniel Colascione <dancol@dancol.org>
2517
2518 * minibuffer.el (minibuffer-complete): Prevent assertion failure
2519 when trying to complete the prompt.
2520
2521 2014-03-31 Leo Liu <sdl.web@gmail.com>
2522
2523 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2524 Refactor out eldoc-documentation-function-default.
2525 (eldoc-documentation-function-default): New function.
2526 (eldoc-documentation-function): Change value.
2527
2528 2014-03-31 Glenn Morris <rgm@gnu.org>
2529
2530 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
2531
2532 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
2533 (vhdl-compose-components-package, vhdl-compose-configuration):
2534 Abbreviate default-directory (missing from some previous upstream sync).
2535
2536 2014-03-31 Reto Zimmermann <reto@gnu.org>
2537
2538 Sync with upstream vhdl mode v3.35.2.
2539 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
2540 (top-level): No longer require assoc.
2541 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
2542 New functions. Use throughout to replace aget etc.
2543 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
2544 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
2545 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
2546 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
2547 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
2548 except `vhdl-compiler'.
2549 (vhdl-error-regexp-add-emacs): Remove all other compilers,
2550 when appropriate.
2551
2552 2014-03-31 Glenn Morris <rgm@gnu.org>
2553
2554 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
2555 Revert 2014-03-26 merge goof; go back to using defalias.
2556
2557 2014-03-30 Daniel Colascione <dancol@dancol.org>
2558
2559 * comint.el (comint-send-input):
2560 Deactivate completion-in-region-mode before we send comint input.
2561 (Bug#17139).
2562
2563 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
2564 on keyboard-quit.
2565
2566 2014-03-29 Glenn Morris <rgm@gnu.org>
2567
2568 * textmodes/reftex.el: Manage most autoloads automatically.
2569 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
2570 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
2571 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
2572 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
2573 * textmodes/reftex-toc.el: Set generated-autoload-file,
2574 and add autoload cookies for reftex.el.
2575 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
2576
2577 2014-03-28 Glenn Morris <rgm@gnu.org>
2578
2579 * cus-start.el (report-emacs-bug-address): Set custom properties.
2580 * mail/emacsbug.el (report-emacs-bug-address):
2581 Variable is now defined in emacs.c.
2582
2583 * mail/emacsbug.el (report-emacs-bug):
2584 Include system-configuration-features.
2585
2586 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
2587
2588 * simple.el (cycle-spacing): Never delete spaces on first run by
2589 default, but do so in a new 'fast mode and if there are already
2590 N spaces (the previous behavior).
2591 Compare N with its value in previous invocation so that changing
2592 prefix argument restarts `cycle-spacing' sequence.
2593 The idea is that with this change, binding M-SPC to
2594 `cycle-spacing' should not introduce any changes in behavior of
2595 the binding so long as users do not type M-SPC twice in a raw with
2596 the same prefix argument or lack thereof.
2597
2598 2014-03-28 Glenn Morris <rgm@gnu.org>
2599
2600 * faces.el (term-file-aliases): New variable.
2601 (tty-run-terminal-initialization): Respect term-file-aliases.
2602 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
2603 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
2604 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
2605
2606 2014-03-27 Glenn Morris <rgm@gnu.org>
2607
2608 * startup.el (inhibit-startup-hooks): Doc tweak.
2609 (normal-top-level): Simplify running of hooks.
2610 For window-setup-hook, respect inhibit-startup-hooks.
2611 (command-line-1): Don't set window-setup-hook to nil.
2612
2613 Allow selective autoloading from obsolete/ directory.
2614 * Makefile.in (obsolete-autoloads): New rule.
2615 (autoloads): Run obsolete-autoloads.
2616 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
2617 * simple.el (iswitchb-mode): Remove hand-written autoloads.
2618
2619 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
2620
2621 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2622 Highlight special globals with font-lock-builtin-face. (Bug#17057)
2623
2624 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2625 Don't propertize `?' or `!' as symbol constituent when after
2626 colon. (Bug#17097)
2627
2628 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
2629
2630 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
2631 which is no longer needed and causes trouble in GTK builds (bug#17046).
2632
2633 * emacs-lisp/package-x.el (package--archive-contents-from-url):
2634 Use url-insert-file-contents; package-handle-response no longer exists.
2635
2636 2014-03-26 Daniel Colascione <dancol@dancol.org>
2637
2638 * simple.el (process-menu-mode-map): New variable.
2639 (process-menu-delete-process): New command.
2640
2641 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
2642
2643 * emacs-lisp/package.el: Fix bug#16733 (again).
2644 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
2645 (url-http-target-url): Remove unused declarations.
2646 (package-handle-response): Remove.
2647 (package--with-work-buffer): Use url-insert-file-contents and simplify.
2648 (package--download-one-archive): Use current-buffer instead of
2649 dynamic binding of `buffer'.
2650 (describe-package-1): Do not decode readme-string.
2651
2652 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
2653
2654 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
2655
2656 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
2657 from 2014-03-07, it decreases performance unnecessarily. Let-bind
2658 `remote-file-name-inhibit-cache' to nil in the second pass.
2659 (tramp-find-executable): Do not call "which" on SunOS.
2660 (tramp-send-command-and-check): Fix docstring.
2661 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
2662 check whether source directory has set the sticky bit.
2663
2664 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
2665
2666 * simple.el (primitive-undo): Only process marker adjustments
2667 validated against their corresponding (TEXT . POS). Issue warning
2668 for lone marker adjustments in undo history. (Bug#16818)
2669 (undo-make-selective-list): Add marker adjustments to selective
2670 undo list based on whether their corresponding (TEXT . POS) is in
2671 the region. Remove variable adjusted-markers, which was unused
2672 and only non nil during undo-make-selective-list.
2673 (undo-elt-in-region): Return nil when passed a marker adjustment
2674 and explain in function doc.
2675
2676 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2677
2678 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
2679
2680 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
2681
2682 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
2683 Match special global variables without curlies, too.
2684 (ruby-font-lock-keywords): Simplify the matcher for special global
2685 variables. Don't require a non-word character after the variable.
2686 (Bug#17057)
2687
2688 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2689
2690 * simple.el (redisplay-highlight-region-function): Increase priority of
2691 overlay to make sure boundaries are visible (bug#15899).
2692
2693 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
2694
2695 * frameset.el (frameset--initial-params): Fix typo in parameter name.
2696 (frameset-restore): Compare display strings with equal.
2697
2698 * frame.el (make-frame): Don't quote display name in error message,
2699 it is already a string.
2700
2701 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2702
2703 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
2704 the password.
2705
2706 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
2707
2708 * emacs-lisp/package.el (package--add-to-archive-contents):
2709 Include already installed and built-in packages in
2710 `package-archive-contents'.
2711 (package-install): Don't include already installed packages in the
2712 options during interactive invocation. (Bug#16762)
2713 (package-show-package-list): If the buffer is already displayed in
2714 another window, switch to that window.
2715
2716 2014-03-26 Reto Zimmermann <reto@gnu.org>
2717
2718 Sync with upstream vhdl mode v3.35.1.
2719 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
2720 (vhdl-compiler-alist): Doc fix.
2721 (vhdl-goto-line): Remove.
2722 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
2723 (vhdl-mode) <paragraph-start>: Fix value.
2724 (vhdl-fix-statement-region): Not `for' in wait-statement.
2725 (vhdl-beautify-region): Also (un)tabify.
2726 (vhdl-get-visible-signals):
2727 Scan declarative part of generate statements.
2728 (vhdl-template-record): Fix indentation for record type declaration.
2729 (vhdl-expand-abbrev, vhdl-expand-paren):
2730 Revert to using fset again rather than defalias.
2731 (vhdl-scan-directory-contents): Tweak.
2732 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
2733 (vhdl-compose-components-package):
2734 Replace vhdl-goto-line with forward-line.
2735 (top-level): Tweak speedbar frame selection.
2736 (vhdl-generate-makefile-1): Support for compilers with no
2737 unit-to-file name mapping (create directory with dummy files).
2738
2739 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
2740
2741 Sync with upstream verilog-mode revision 702457d.
2742 * progmodes/verilog-mode.el (verilog-mode-version): Update.
2743 (create-lockfiles): Declare.
2744 (verilog-read-decls): Fix module header imports, bug709.
2745 Reported by Victor Lau.
2746 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
2747 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
2748 interface-only modules, bug721. Reported by Dean Hoyt.
2749
2750 2014-03-26 Glenn Morris <rgm@gnu.org>
2751
2752 * obsolete/gulp.el: Move here from emacs-lisp/.
2753
2754 * files.el (lock-buffer, unlock-buffer, file-locked-p):
2755 Remove fallback aliases, since they are always defined now.
2756
2757 2014-03-24 Daniel Colascione <dancol@dancol.org>
2758
2759 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
2760 instead of cl-loop search function.
2761
2762 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
2763
2764 * calendar/parse-time.el (parse-time-iso8601-regexp)
2765 (parse-iso8601-time-string): Copied from `url-dav' so that we can use
2766 it more generally.
2767
2768 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
2769
2770 * net/dns.el (network-interface-list): Define for XEmacs.
2771
2772 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
2773
2774 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
2775 the network interfaces changed.
2776 (dns-query): Use it to flush the data.
2777
2778 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
2779
2780 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
2781
2782 2014-03-23 Daniel Colascione <dancol@dancol.org>
2783
2784 Change subword-mode to use `find-word-boundary-function-table' and
2785 replace `capitalized-words-mode'. Also, convert to lexical
2786 binding.
2787
2788 * progmodes/cap-words.el: Delete now-obsolete file.
2789 * progmodes/subword.el: Reimplement using
2790 `find-word-boundary-function-table'.
2791 (subword-mode-map): Hollow out.
2792 (capitalized-words-mode): Define as obsolete alias for
2793 `subword-mode'.
2794 (subword-mode, superword-mode): Tweak documentation to reflect new
2795 implementation; call `subword-setup-buffer'.
2796 (subword-forward, subword-capitalize): Add underscore to indicate
2797 unused variable.
2798 (subword-find-word-boundary-function-table): New constant.
2799 (subword-empty-char-table): New constant.
2800 (subword-setup-buffer): New function.
2801 (subword-find-word-boundary): New function.
2802
2803 2014-03-23 Daniel Colascione <dancol@dancol.org>
2804
2805 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
2806 list to look for keyword arguments instead of `memq', fixing
2807 (Bug#3647) --- unfortunately, only for freshly-compiled code.
2808 Please make bootstrap.
2809
2810 2014-03-22 Glenn Morris <rgm@gnu.org>
2811
2812 * dired.el (dired-read-regexp): Make obsolete.
2813 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
2814 (dired-flag-files-regexp):
2815 * dired-aux.el (dired-mark-read-regexp):
2816 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
2817
2818 * startup.el (fancy-startup-text):
2819 * help.el (describe-gnu-project): Visit online info about GNU project.
2820
2821 * help-fns.el (help-fns--interactive-only): New function.
2822 (help-fns-describe-function-functions): Add the above function.
2823 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
2824 (next-line, previous-line): Remove hand-written interactive-only
2825 information from doc strings, it is auto-generated now.
2826 * bookmark.el (bookmark-write):
2827 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
2828 (epa-mail-import-keys): Mark interactive-only,
2829 and remove hand-written interactive-only information from doc strings.
2830 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
2831 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
2832 * files.el (not-modified):
2833 * simple.el (mark-whole-buffer): Mark interactive-only.
2834
2835 * emacs-lisp/byte-run.el (defun-declarations-alist):
2836 Add interactive-only. Doc tweak.
2837 (macro-declarations-alist): Doc tweak.
2838 * subr.el (declare): Doc tweak (add xref to manual).
2839 * comint.el (comint-run):
2840 * files.el (insert-file-literally, insert-file):
2841 * replace.el (replace-string, replace-regexp):
2842 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
2843 (delete-forward-char, goto-line, insert-buffer, next-line)
2844 (previous-line): Set interactive-only via declare.
2845
2846 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
2847
2848 * emacs-lisp/package.el (package-desc): Use the contents of the
2849 quoted form, not its cdr. (Bug#16873)
2850
2851 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
2852
2853 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
2854 benefit of doc.c; change parameter profile to match the X function.
2855
2856 2014-03-22 Leo Liu <sdl.web@gmail.com>
2857
2858 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
2859 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
2860
2861 2014-03-21 Richard Stallman <rms@gnu.org>
2862
2863 * battery.el (battery-linux-sysfs): Search for each field
2864 from the beginning of the buffer.
2865
2866 * subr.el (set-transient-map): Clear out function and value
2867 of the temporary symbol when we're done with it.
2868
2869 * mail/rmailsum.el (rmail-summary-delete-forward):
2870 Optimize case of reaching end and handling count.
2871 (rmail-summary-mark-deleted): Optimize when N is current msg.
2872 Don't create new summary line.
2873 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
2874 (rmail-summary-undelete-many): Rewrite for speed.
2875 (rmail-summary-msg-number): New function.
2876
2877 * mail/rmail.el (rmail-delete-message): Update summary.
2878 (rmail-undelete-previous-message): Handle repeat count arg.
2879 (rmail-delete-backward, rmail-delete-forward): Likewise.
2880
2881 2014-03-21 Daniel Colascione <dancol@dancol.org>
2882
2883 * mail/emacsbug.el (report-emacs-bug): Include memory usage
2884 information in bug reports.
2885
2886 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
2887
2888 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
2889 and `tramp-copy-env'.
2890
2891 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
2892 (tramp-maybe-open-connection): Handle `tramp-login-env'.
2893
2894 2014-03-21 Glenn Morris <rgm@gnu.org>
2895
2896 * electric.el (electric-indent-post-self-insert-function): Add doc.
2897
2898 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
2899
2900 * emacs-lisp/package.el (package-compute-transaction):
2901 Use `version-list-<=' to compare the requirement version against
2902 the version of package already to be installed. Update the error
2903 message. (Bug#16826)
2904
2905 * progmodes/ruby-mode.el (ruby-smie-rules):
2906 Add indentation rule for ` @ '. (Bug#17050)
2907
2908 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
2909
2910 * align.el (align-regexp): Remove superfluous backslash.
2911
2912 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
2913 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
2914 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
2915 Fix docstring typos.
2916 (ffap-next): Use C-u in docstring.
2917 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
2918 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
2919 Remove superfluous backslashes.
2920 (ffap-string-at-point): Reflow docstring.
2921
2922 * server.el (server-host): Reflow docstring.
2923 (server-unload-function): Fix docstring typo.
2924 (server-eval-at): Remove superfluous backslash.
2925
2926 * skeleton.el (skeleton-insert): Remove superfluous backslash.
2927 (skeleton-insert): Doc fix.
2928 (skeleton-insert): Reflow docstring.
2929
2930 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
2931 (tty-color-approximate, tty-color-by-index, tty-color-values)
2932 (tty-color-desc): Remove superfluous backslashes.
2933
2934 2014-03-21 Glenn Morris <rgm@gnu.org>
2935
2936 * cus-start.el (history-length): Bump :version.
2937
2938 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
2939 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
2940 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2941 Don't set `make-backup-files'.
2942
2943 * info.el (info--prettify-description): New function,
2944 to give info-finder descriptions consistent case, punctuation.
2945 (Info-finder-find-node): Use it. Sort packages.
2946 Refer to "description" rather than "commentary".
2947
2948 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
2949
2950 * frameset.el (frameset--print-register): New function.
2951 (frameset-to-register): Use it.
2952
2953 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
2954
2955 * progmodes/hideif.el (hif-string-to-number): New function.
2956 (hif-tokenize): Use it to understand non-decimal floats.
2957
2958 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
2959
2960 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
2961
2962 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2963
2964 * electric.el (electric-newline-and-maybe-indent): New command.
2965 Bind it globally to C-j.
2966 (electric-indent-mode): Don't mess with the global map any more.
2967 Don't drop the post-self-insert-hook is some buffer is still using it
2968 (bug#16770).
2969
2970 * bindings.el (global-map): Remove C-j binding.
2971
2972 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
2973 the docstring of functions advised before dumping (bug#16993).
2974
2975 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
2976
2977 * ps-print.el (ps-generate-postscript-with-faces):
2978 Explicitly deactivate the mark (bug#16866).
2979 * simple.el (deactivate-mark): Update region highlight.
2980
2981 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
2982
2983 * emacs-lisp/package.el (describe-package-1):
2984 Decode commentary (bug#16733).
2985
2986 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
2987
2988 * custom.el (defcustom): Doc fix: recommend avoiding destructive
2989 modification of the value argument of :set (bug#16755).
2990
2991 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2992
2993 * simple.el (newline-and-indent): Do autofill (bug#17031).
2994
2995 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
2996
2997 * newcomment.el (comment-normalize-vars): Only add escaping check
2998 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
2999 (comment-beginning): Use `narrow-to-region' instead of moving back
3000 one character.
3001 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
3002 (comment-start-skip): Update the docstring.
3003
3004 2014-03-18 Richard Stallman <rms@gnu.org>
3005
3006 * dired.el (dired-display-file): Force use of other window.
3007
3008 2014-03-18 Daniel Colascione <dancol@dancol.org>
3009
3010 * startup.el (tty-handle-args): Remove debug message from 2007.
3011
3012 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
3013
3014 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
3015 (advice--make-interactive-form): Use it to avoid (auto)loading function.
3016 (advice--make-1, advice-add, advice-remove):
3017 Remove braindead :advice-pending hack.
3018
3019 2014-03-17 Glenn Morris <rgm@gnu.org>
3020
3021 * calendar/calendar.el (calendar-generate-month): Apply weekend
3022 face to the right days; fixes 2013-08-06 change. (Bug#17028)
3023
3024 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
3025
3026 * net/tramp.el (tramp-action-out-of-band): Read pending output.
3027 (tramp-call-process): Trace also DESTINATION.
3028
3029 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3030 Quote file names when they are local. Remove superfluous trace.
3031
3032 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
3033
3034 * newcomment.el (comment-beginning): If `comment-start-skip'
3035 doesn't match, move back one char and try again. (Bug#16971)
3036
3037 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3038 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
3039 Set `comment-start-skip' to a simpler value that doesn't try to
3040 check if the semicolon is escaped (this is handled by
3041 `syntax-ppss' now). (Bug#16971)
3042
3043 * progmodes/scheme.el (scheme-mode-variables): Same.
3044
3045 2014-03-16 Martin Rudalics <rudalics@gmx.at>
3046
3047 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
3048 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
3049 current (Bug#16816, Bug#17007).
3050 (with-current-buffer-window): New macro doing the same as
3051 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
3052 * help.el (help-print-return-message): Warn in doc-string to not
3053 use this in `with-help-window'.
3054 (describe-bindings-internal): Call `describe-buffer-bindings'
3055 from within help buffer. See Juanma's scenario in (Bug#16816).
3056 (with-help-window): Update doc-string.
3057 * dired.el (dired-mark-pop-up):
3058 * files.el (save-buffers-kill-emacs):
3059 * register.el (register-preview): Use `with-current-buffer-window'
3060 instead of `with-temp-buffer-window'.
3061
3062 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
3063
3064 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
3065 Implement inserting into current buffer, documented in their docstrings.
3066 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
3067 (rst-section-tree-point, rst-forward-section, rst-indent)
3068 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
3069 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
3070 (rst-font-lock-handle-adornment-pre-match-form)
3071 (rst-repeat-last-character): Reflow docstrings.
3072 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
3073 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
3074 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
3075 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
3076 Fix docstring typos.
3077 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
3078 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
3079 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
3080
3081 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
3082
3083 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
3084 for compatibility with other ports.
3085 (ns-initialize-window-system): Use it. It is set in term/common-win.el
3086 from the -xrm command line argument, but in the Nextstep port its value
3087 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
3088
3089 * progmodes/python.el (defconst, python-syntax-count-quotes)
3090 (python-indent-region, python-indent-shift-right)
3091 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
3092 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
3093 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
3094 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
3095 (inferior-python-mode, python-shell-make-comint, run-python-internal)
3096 (python-shell-buffer-substring, python-shell-send-buffer)
3097 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
3098 (python-completion-complete-at-point, python-fill-docstring-style)
3099 (python-eldoc-function, python-imenu-format-item-label)
3100 (python-imenu-format-parent-item-label)
3101 (python-imenu-format-parent-item-jump-label)
3102 (python-imenu--build-tree, python-imenu-create-index)
3103 (python-imenu-create-flat-index): Fix docstring typos.
3104 (python-indent-context, python-shell-prompt-regexp, run-python):
3105 Remove superfluous backslashes.
3106 (python-indent-line, python-nav-beginning-of-defun)
3107 (python-shell-get-buffer, python-shell-get-process)
3108 (python-info-current-defun, python-info-current-line-comment-p)
3109 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
3110 (python-indent-post-self-insert-function, python-shell-send-file)
3111 (python-shell-completion-get-completions)
3112 (python-shell-completion-complete-or-indent)
3113 (python-eldoc--get-doc-at-point): Reflow docstrings.
3114
3115 2014-03-14 Glenn Morris <rgm@gnu.org>
3116
3117 * emacs-lisp/package.el (package-menu-mode-map):
3118 Replace use of obsolete function alias. Tweak menu item text.
3119
3120 * info.el (Info-finder-find-node):
3121 Ignore the `emacs' metapackage. (Bug#10813)
3122
3123 * finder.el (finder-list-matches): Include unversioned packages
3124 in the result of a keyword search.
3125
3126 * finder.el (finder--builtins-descriptions): New constant.
3127 (finder-compile-keywords): Use finder--builtins-descriptions.
3128
3129 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
3130
3131 * simple.el (blink-matching-paren): Describe the new value,
3132 `jump', enabling the old behavior.
3133 (blink-matching-open): Use that value. (Bug#17008)
3134
3135 2014-03-14 Glenn Morris <rgm@gnu.org>
3136
3137 * finder.el (finder-no-scan-regexp): Add leim-list.
3138 (finder-compile-keywords):
3139 Don't skip files with same basename. (Bug#14010)
3140 * Makefile.in (setwins_finder): New, excluding leim.
3141 (finder-data): Use setwins_finder.
3142
3143 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
3144 (help-function-arglist, help-make-usage): Move from here...
3145 * help.el (help-split-fundoc, help-add-fundoc-usage)
3146 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
3147 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
3148
3149 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
3150
3151 * net/socks.el (socks, socks-override-functions)
3152 (socks-find-services-entry):
3153 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
3154 (hif-find-ifdef-block):
3155 * progmodes/modula2.el (m2-indent): Fix docstring typos.
3156
3157 * net/tls.el (tls-program): Reflow docstring.
3158
3159 * progmodes/pascal.el (pascal-mode-abbrev-table)
3160 (pascal-imenu-generic-expression, pascal-auto-endcomments)
3161 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
3162 (pascal-outline-mode): Fix docstring typos.
3163 (pascal-mode): Let define-derived-mode document mode hook.
3164 (pascal-uncomment-area): Reflow.
3165 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
3166
3167 * progmodes/opascal.el (opascal-compound-block-indent)
3168 (opascal-case-label-indent): Fix docstring typos.
3169 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
3170
3171 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
3172
3173 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3174 Fontify multiple adjacent negation chars. (Bug#17004)
3175
3176 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
3177
3178 * emacs-lisp/package.el (package--prepare-dependencies):
3179 Accept requirements without explicit version (bug#14941).
3180
3181 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
3182
3183 * register.el (register-separator, copy-to-register): Doc fixes.
3184 (register-preview-default): Remove unnecessary call to concat.
3185
3186 * frameset.el (frameset-restore): When checking for a visible frame,
3187 use the action map instead of calling visible-frame-list.
3188
3189 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
3190
3191 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
3192
3193 2014-03-12 Martin Rudalics <rudalics@gmx.at>
3194
3195 * window.el (fit-frame-to-buffer): Get maximum width from
3196 display's width instead of height.
3197
3198 2014-03-12 Glenn Morris <rgm@gnu.org>
3199
3200 * desktop.el (desktop-restore-frames)
3201 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
3202 (desktop-restore-reuses-frames): Doc tweaks.
3203
3204 * electric.el (electric-indent-mode): Doc fix.
3205
3206 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
3207
3208 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
3209 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
3210 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
3211 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
3212 (cvs-dired-use-hook): Fix docstring typos.
3213 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
3214 Doc fixes.
3215
3216 * vc/pcvs-defs.el (cvs-auto-remove-handled)
3217 (cvs-auto-remove-directories, cvs-default-ignore-marks)
3218 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
3219 (cvs-execute-single-dir): Fix docstring typos.
3220
3221 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
3222 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
3223
3224 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
3225
3226 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
3227 Fix docstring typos.
3228
3229 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
3230
3231 * frameset.el (frameset--jump-to-register): Add autoload; it could be
3232 called from jump-to-register after unloading the frameset package.
3233
3234 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3235
3236 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
3237 (bug#16975). Deactivate the mark before setting it to nil.
3238 (activate-mark): Do nothing if region is already active.
3239
3240 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
3241
3242 * frameset.el (frameset--target-display): Remove definition; declare.
3243 (frameset-save, frameset-restore): Let-bind frameset--target-display.
3244
3245 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3246
3247 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
3248 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
3249 when the advice is pending.
3250 (advice-remove): Remove this marker when not needed any more.
3251
3252 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
3253
3254 * frameset.el: Separate options for reusing frames and cleaning up.
3255 (frameset--reuse-list): Remove definition; declare.
3256 (frameset--action-map): Declare.
3257 (frameset--find-frame-if): Doc fix.
3258 (frameset--restore-frame): Cache frame action.
3259 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
3260 how to clean up the frame list after restoring. Remove cleaning
3261 options from REUSE-FRAMES. Change all keyword values to symbols.
3262 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
3263
3264 * desktop.el (desktop-restore-forces-onscreen)
3265 (desktop-restore-reuses-frames): Use non-keyword values.
3266 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
3267
3268 2014-03-10 Glenn Morris <rgm@gnu.org>
3269
3270 * files.el (find-file): Doc fix: update info node name.
3271
3272 * emacs-lisp/advice.el (ad-add-advice, defadvice):
3273 Doc fix: remove references to deleted info nodes.
3274
3275 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
3276
3277 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3278 Do not add `nil' to the environment, when there's no remote `locale'.
3279 (tramp-find-inline-encoding): Check, that the remote host has
3280 installed perl, before sending scripts.
3281
3282 2014-03-10 Leo Liu <sdl.web@gmail.com>
3283
3284 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
3285 Clear eldoc-last-message. (Bug#16920)
3286
3287 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3288
3289 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
3290 (bug#14430).
3291
3292 2014-03-09 Juri Linkov <juri@jurta.org>
3293
3294 * ansi-color.el (ansi-color-names-vector): Copy default colors
3295 from `xterm-standard-colors' that look well on the default white
3296 background (and also on the black background) to avoid illegible
3297 color combinations like yellow-on-white and white-on-white.
3298 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
3299
3300 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
3301
3302 * frameset.el (frameset-restore): When no frame is visible, do not
3303 generate a list of frames, just make visible the selected one.
3304
3305 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
3306
3307 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
3308 it only contains the repository root. (Bug#16897)
3309
3310 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
3311
3312 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
3313 only when `remote-file-name-inhibit-cache' is nil.
3314 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
3315
3316 2014-03-06 Martin Rudalics <rudalics@gmx.at>
3317
3318 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
3319 Fix doc-strings.
3320 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
3321 fit-frame-to-buffer variable. Fix doc-string.
3322 (fit-window-to-buffer): Set ONLY argument in call of
3323 fit-frame-to-buffer. Fix doc-string.
3324
3325 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
3326
3327 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
3328 (tramp-action-password): Clear password cache if needed.
3329 (tramp-read-passwd): Do not clear password cache.
3330
3331 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
3332 cache unless it is the first password request.
3333
3334 2014-03-06 Glenn Morris <rgm@gnu.org>
3335
3336 * simple.el (newline): Doc tweak.
3337
3338 * emacs-lisp/shadow.el (load-path-shadows-find):
3339 Ignore dir-locals. (Bug#12357)
3340
3341 2014-03-05 Glenn Morris <rgm@gnu.org>
3342
3343 * files.el (interpreter-mode-alist):
3344 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
3345
3346 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
3347
3348 * frameset.el (frameset--initial-params): Filter out null entries.
3349
3350 2014-03-05 Martin Rudalics <rudalics@gmx.at>
3351
3352 * window.el (window-min-height, window-min-width):
3353 Rewrite doc-strings.
3354 (window-body-size): Add PIXELWISE argument to make it consistent
3355 with its callees.
3356
3357 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
3358
3359 * finder.el (finder-mode-map, finder-mode-syntax-table):
3360 Revert part of 2014-02-28 change.
3361
3362 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
3363
3364 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
3365 (eww-setup-buffer): Clear next/prev/etc more reliably.
3366 (eww-textarea-map): [tab] doesn't work on tty.
3367 Reported by Mario Lang.
3368
3369 * net/shr.el (shr-map): Ditto.
3370
3371 2014-03-04 Glenn Morris <rgm@gnu.org>
3372
3373 * minibuffer.el (completion-hilit-commonality):
3374 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
3375
3376 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
3377
3378 * hilit-chg.el (hilit-chg-unload-function): New function.
3379 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
3380 (hilit-chg-map-changes): Prefer cardinal number to digit.
3381 (hilit-chg-display-changes): Reflow docstring.
3382 (highlight-changes-rotate-faces): Remove superfluous backslash.
3383
3384 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
3385
3386 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
3387 `tramp-send-command-and-check'.
3388
3389 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
3390
3391 * hexl.el (hexl-address-region, hexl-ascii-region)
3392 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
3393 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
3394 (hexl-forward-word, hexl-previous-line, hexl-next-line):
3395 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
3396 (hexl-mode): Doc fix.
3397 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
3398 (hexl-mode-ruler): Fix typos in docstrings.
3399
3400 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
3401 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
3402 Remove superfluous backslashes.
3403 (strokes-last-stroke, strokes-global-map, strokes-mode):
3404 Reflow docstrings.
3405 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
3406 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
3407 (strokes-distance-squared, strokes-global-set-stroke)
3408 (strokes-global-set-stroke-string): Doc fixes.
3409 (strokes-help): Fix typos; reflow docstring.
3410
3411 2014-03-04 Martin Rudalics <rudalics@gmx.at>
3412
3413 * window.el (window-in-direction): Fix doc-string.
3414
3415 2014-03-04 Glenn Morris <rgm@gnu.org>
3416
3417 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
3418 Explicit error if no grammar.
3419 (smie-config-save): Doc fix. Fix quote typo.
3420
3421 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
3422
3423 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
3424 electric-indent-mode-hook if we obey electric-indent-mode.
3425 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
3426 decide whether we obey electric-indent-mode.
3427 (c-change-set-fl-decl-start, c-extend-after-change-region):
3428 Silence warnings.
3429 (c-electric-indent-mode-hook): Assume we do want to obey
3430 electric-indent-mode.
3431
3432 * electric.el (electric-indent-mode-has-been-called): Remove.
3433 (electric-indent-mode): Fix accordingly.
3434
3435 * files.el (hack-local-variables): Mention file name in warning.
3436
3437 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
3438
3439 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
3440
3441 * bindings.el: Add comment describing why C-d binds to `delete-char'.
3442 * simple.el (delete-forward-char): Mark as interactive-only.
3443
3444 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
3445
3446 * icomplete.el (icomplete-completions):
3447 Follow-up to 2014-03-01 change.
3448
3449 * icomplete.el: Miscellaneous doc fixes.
3450 Use Icomplete everywhere instead of icomplete for consistency.
3451 (icomplete-max-delay-chars): Fix typo.
3452 (icomplete-mode): Use \[].
3453 (icomplete-tidy, icomplete-exhibit): Reflow.
3454 (icomplete-minibuffer-setup-hook, icomplete-completions):
3455 Remove superfluous backlashes.
3456
3457 * ido.el: Miscellaneous doc fixes.
3458 Use Ido everywhere instead of ido or `ido' for consistency.
3459 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
3460 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
3461 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
3462 (ido-separator): Extract obsolescence info from docstring and declare
3463 with make-obsolete-variable.
3464 (ido-minibuffer-setup-hook): Simplify example.
3465 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
3466 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
3467 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
3468 (ido-everywhere): Reflow docstring.
3469 (ido-toggle-vc): Doc fix.
3470 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
3471 of long list of keybindings.
3472
3473 2014-03-03 Glenn Morris <rgm@gnu.org>
3474
3475 * frame.el (display-pixel-height, display-pixel-width)
3476 (display-mm-dimensions-alist, display-mm-height)
3477 (display-mm-width): Doc tweaks.
3478
3479 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
3480
3481 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
3482 case of undo in region.
3483
3484 2014-03-02 Martin Rudalics <rudalics@gmx.at>
3485
3486 * window.el (fit-window-to-buffer): Fix argument in window-size
3487 call when window is horizontally combined.
3488
3489 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
3490
3491 * icomplete.el (icomplete-completions): Use string-width.
3492 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3493
3494 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
3495
3496 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3497 Highlight regexp options. (Bug#16914)
3498
3499 2014-03-01 Martin Rudalics <rudalics@gmx.at>
3500
3501 * window.el (window--max-delta-1): Round down when calculating
3502 how many lines/columns we can get from a window.
3503
3504 2014-03-01 Glenn Morris <rgm@gnu.org>
3505
3506 * isearch.el (search-invisible): Doc fix.
3507
3508 * minibuffer.el (completion-hilit-commonality):
3509 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
3510 * comint.el (comint-dynamic-list-completions): Doc fix.
3511 * comint.el (comint-dynamic-list-completions):
3512 * filecache.el (file-cache-minibuffer-complete):
3513 * tempo.el (tempo-display-completions):
3514 * eshell/em-hist.el (eshell-list-history):
3515 Replace use of obsolete argument of display-completion-list.
3516
3517 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
3518
3519 * icomplete.el (icomplete-completions):
3520 Revert back to using "..." when ?… cannot be displayed.
3521
3522 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
3523
3524 * finder.el (finder-unload-function): New function.
3525
3526 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
3527
3528 * dframe.el (dframe-detach):
3529 * find-dired.el (find-dired, find-name-dired):
3530 * finder.el (finder-mode-map, finder-mode-syntax-table)
3531 (finder-headmark, finder-select, finder-mouse-select):
3532 Fix docstring typos.
3533
3534 2014-02-28 Martin Rudalics <rudalics@gmx.at>
3535
3536 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
3537 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
3538 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
3539 Fix doc-string based on a suggestion by Nicolas Richard
3540 <theonewiththeevillook@yahoo.fr>.
3541 * help.el (with-help-window): Fix doc-string.
3542
3543 2014-02-28 Ivan Kanis <ivan@kanis.fr>
3544
3545 * net/shr.el (shr-image-animate): New option.
3546 (shr-put-image): Respect shr-image-animate.
3547
3548 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
3549
3550 * net/tramp-adb.el (tramp-adb-parse-device-names):
3551 Use `accept-process-output'.
3552 (tramp-adb-handle-file-truename): Cache the localname only.
3553 (tramp-adb-handle-make-directory)
3554 (tramp-adb-handle-delete-directory): Flush file properties correctly.
3555 (tramp-adb-handle-set-file-modes): Do not raise an error when file
3556 modes cannot be changed.
3557
3558 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
3559 file properties of symlinks.
3560
3561 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
3562
3563 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
3564 required/optional fields to match development biblatex. (Bug#16781)
3565
3566 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
3567
3568 * saveplace.el (toggle-save-place):
3569 Fix argument handling. (Bug#16673)
3570
3571 2014-02-28 Glenn Morris <rgm@gnu.org>
3572
3573 * minibuffer.el (completions-first-difference)
3574 (completions-common-part, completion-hilit-commonality): Doc fixes.
3575
3576 2014-02-28 Karl Berry <karl@gnu.org>
3577
3578 * info.el (Info-mode-map): Add H for describe-mode,
3579 to synchronize with standalone Info.
3580
3581 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
3582
3583 * progmodes/sql.el (sql-interactive-mode):
3584 Avoid setting global comint-input-ring-separator. (Bug#16814)
3585
3586 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
3587
3588 * net/dbus.el (dbus--init-bus): Declare function.
3589 (dbus-path-local, dbus-interface-local): New defconst.
3590 (dbus-init-bus): Use them.
3591 (dbus-return-values-table): Extend doc.
3592 (dbus-handle-bus-disconnect): Extend error message.
3593
3594 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
3595
3596 * subr.el (y-or-n-p): Fix double space issue in message.
3597
3598 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
3599
3600 * net/tramp.el (tramp-call-process): Improve trace message.
3601 (tramp-handle-insert-file-contents): Trace error case.
3602
3603 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
3604 <insert-directory>: Use `tramp-handle-insert-directory'.
3605 (tramp-adb-handle-insert-directory): Remove function.
3606 (tramp-adb-send-command-and-check): New defun, replacing
3607 `tramp-adb-command-exit-status'. Change all callees.
3608 (tramp-adb-handle-file-attributes)
3609 (tramp-adb-handle-directory-files-and-attributes): Use it.
3610 (tramp-adb-ls-output-name-less-p):
3611 Use `directory-listing-before-filename-regexp'.
3612 (tramp-adb-handle-delete-directory): Flush also file properties of
3613 the truename of directory.
3614 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
3615 (tramp-adb-handle-file-local-copy): Make the local copy readable.
3616 (tramp-adb-handle-write-region): Implement APPEND.
3617 (tramp-adb-handle-rename-file): Make it more robust. Flush file
3618 properties correctly.
3619 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
3620 variables. Check for connected devices only when needed.
3621
3622 2014-02-27 Glenn Morris <rgm@gnu.org>
3623
3624 * minibuffer.el (completion-table-dynamic)
3625 (completion-table-with-cache): Doc fixes.
3626
3627 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
3628 (completing-read-multiple): Doc fixes.
3629
3630 2014-02-27 Daniel Colascione <dancol@dancol.org>
3631
3632 * minibuffer.el (completion--nth-completion): Fix indentation.
3633
3634 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
3635 explicit tramp path is empty.
3636
3637 2014-02-27 Glenn Morris <rgm@gnu.org>
3638
3639 * emacs-lisp/crm.el (completing-read-multiple):
3640 Empower help-enable-auto-load.
3641
3642 2014-02-26 Glenn Morris <rgm@gnu.org>
3643
3644 * startup.el (command-line): Don't init the tty in daemon mode.
3645
3646 Avoid calling tty-setup-hook twice, eg if a term file
3647 explicitly calls tty-run-terminal-initialization. (Bug#16859)
3648 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
3649 (tty-create-frame-with-faces): Use it.
3650 * startup.el (command-line): Pass run-hook argument
3651 to tty-run-terminal-initialization.
3652
3653 * dired.el (dired-restore-desktop-buffer): Demote errors;
3654 eg in case a glob match fails. (Bug#16884)
3655
3656 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
3657
3658 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
3659 error from `read-from-string'. (Bug#16850)
3660
3661 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
3662 result of `completing-read' in the interactive form. (Bug#16854)
3663
3664 2014-02-25 Glenn Morris <rgm@gnu.org>
3665
3666 * image.el (image-animate, image-animate-timeout):
3667 Stop animating images in dead buffers. (Bug#16878)
3668
3669 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
3670
3671 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
3672 Doc fixes.
3673 * startup.el (term-setup-hook): Doc fix. Make obsolete.
3674 * term/sun.el (sun-raw-prefix-hooks):
3675 Use tty-setup-hook instead of term-setup-hook.
3676 (terminal-init-sun): Construct message from bytecomp plist.
3677 * term/wyse50.el (enable-arrow-keys): Doc fix.
3678
3679 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
3680
3681 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
3682 Fix docstring typos.
3683
3684 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
3685
3686 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
3687
3688 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3689
3690 * minibuffer.el (completion--try-word-completion):
3691 Fix error when completing M-x commands (bug#16808).
3692
3693 2014-02-24 Leo Liu <sdl.web@gmail.com>
3694
3695 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
3696
3697 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
3698
3699 * apropos.el (apropos-print): Avoid formatting error when
3700 apropos-do-all and apropos-compact-layout are both t.
3701
3702 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
3703
3704 * apropos.el (apropos-property, apropos-all-words-regexp)
3705 (apropos-true-hit, apropos-variable, apropos-print):
3706 Fix docstring typos, and remove obsolete comment.
3707
3708 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
3709
3710 * net/tramp-sh.el (tramp-sh-handle-file-truename):
3711 Preserve trailing "/". (Bug#16851)
3712
3713 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
3714
3715 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
3716 after `=>' (bug#16811).
3717 (ruby-smie-rules): Handle the inconsistent second element of the
3718 list returned by `smie-indent--parent'.
3719 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
3720 method call.
3721
3722 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
3723
3724 * elec-pair.el (electric-pair-text-syntax-table)
3725 (electric-pair-syntax-info, electric-pair--syntax-ppss)
3726 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
3727 (electric-pair--looking-at-unterminated-string-p): Doc fix.
3728 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
3729
3730 2014-02-22 Glenn Morris <rgm@gnu.org>
3731
3732 * imenu.el (imenu--generic-function): Doc fix.
3733
3734 * register.el (frame-configuration-to-register): Make obsolete.
3735
3736 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
3737
3738 * desktop.el (desktop-save-buffer-p): Do not fail when
3739 desktop-files-not-to-save is nil. Return t for true result
3740 as the doc says.
3741
3742 2014-02-22 Daniel Colascione <dancol@dancol.org>
3743
3744 * net/secrets.el (secrets-create-item, secrets-search-items):
3745 Check that attribute values are strings, avoiding the construction
3746 of invalid dbus messages.
3747
3748 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3749
3750 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
3751 defun-declarations-alist.
3752
3753 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
3754
3755 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
3756 (bug#16829).
3757
3758 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3759
3760 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
3761 (whitespace-newline, whitespace-trailing, whitespace-line)
3762 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
3763 (whitespace-space-after-tab): Fix typo in docstrings.
3764
3765 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
3766
3767 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
3768
3769 * electric.el (electric-indent-functions-without-reindent):
3770 Add `yaml-indent-line'.
3771
3772 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3773
3774 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
3775 It has done nothing for years; should be removed after the release.
3776
3777 * simple.el (choose-completion): Fix docstring typo.
3778 (read-quoted-char-radix): Remove unneeded * in docstring.
3779 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
3780 Don't escape parentheses unnecessarily in docstrings.
3781
3782 2014-02-21 Martin Rudalics <rudalics@gmx.at>
3783
3784 Fix handling of window-min-height/-width (Bug#16738).
3785 * window.el (window--dump-window, window--dump-frame):
3786 New functions.
3787 (window--min-size-1): Account for window dividers.
3788 When window-resize-pixelwise is nil, delay rounding till after the
3789 sum of the window components has been calculated.
3790 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
3791 nil make sure at least one text line and two text columns remain
3792 fully visible.
3793 (window-resize): Signal an error when window-resize-apply fails.
3794 (window--resize-child-windows): Fix calculation of by how many
3795 pixels a window can still be shrunk via window-new-normal.
3796 (adjust-window-trailing-edge): Call window--resizable with
3797 correct TRAIL argument.
3798
3799 (with-temp-buffer-window): Don't evaluate BODY within
3800 with-current-buffer (Bug#16816).
3801
3802 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
3803
3804 * net/tramp.el (tramp-check-cached-permissions):
3805 Call `file-attributes' with `suffix' being a symbol but a string.
3806
3807 2014-02-21 Daniel Colascione <dancol@dancol.org>
3808
3809 * net/dbus.el (dbus-init-bus-1): Declare new subr.
3810 (dbus-init-bus): New function: call into dbus-init-bus-1
3811 and installs a handler for the disconnect signal.
3812 (dbus-call-method): Rewrite to look for result in cons.
3813 (dbus-call-method-handler): Store result in cons.
3814 (dbus-check-event): Recognize events with nil sender as valid.
3815 (dbus-handle-bus-disconnect): New function. React to bus
3816 disconnection signal by synthesizing dbus error for each
3817 pending synchronous or asynchronous call.
3818 (dbus-notice-synchronous-call-errors): New function.
3819 (dbus-handle-event): Raise errors directly only when `dbus-debug'
3820 is true, not all the time.
3821
3822 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3823
3824 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
3825 Remove obsolescence declarations, these variables do not exist anymore.
3826
3827 * savehist.el (savehist-save-minibuffer-history)
3828 (savehist-additional-variables, savehist-file, savehist-mode-hook)
3829 (savehist-save-hook, savehist-coding-system, savehist-loaded)
3830 (savehist-load, savehist-install, savehist-autosave): Fix typos;
3831 mostly, refer to "Savehist mode" when talking about the mode,
3832 and not the function.
3833
3834 * saveplace.el (save-place): Remove redundant info in docstring.
3835 (save-place-forget-unreadable-files, toggle-save-place)
3836 (save-place-forget-unreadable-files, save-place-dired-hook):
3837 Fix typos and remove unneeded backslashes.
3838
3839 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
3840
3841 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
3842 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
3843
3844 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3845 <insert-directory>: Use `tramp-handle-insert-directory'.
3846 (tramp-gvfs-handle-insert-directory): Remove function.
3847
3848 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3849 Call `tramp-handle-insert-directory'.
3850
3851 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
3852
3853 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
3854 before the start of buffer/region (bug#16799).
3855
3856 2014-02-20 Glenn Morris <rgm@gnu.org>
3857
3858 * isearch.el (search-invisible): Doc fix.
3859
3860 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
3861
3862 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
3863 (bug#16657).
3864
3865 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
3866
3867 * frameset.el (frameset-restore): Delay removing an old frame's
3868 duplicate id until the new frame has been correctly created.
3869
3870 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
3871
3872 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
3873 (tramp-check-cached-permissions): Call `file-attributes' if the
3874 cache is empty.
3875
3876 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
3877 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
3878
3879 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3880 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
3881 (tramp-gvfs-maybe-open-connection): Set always connection
3882 properties, even if target is mounted already.
3883
3884 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
3885 Set tramp-autoload cookie.
3886 (tramp-get-remote-touch): New defun.
3887 (tramp-sh-handle-set-file-times): Use it.
3888 (tramp-sh-handle-directory-files-and-attributes):
3889 Use `tramp-handle-directory-files-and-attributes' if neither stat
3890 nor perl are available on the remote host.
3891
3892 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
3893 "/". Write long listing only when "l" belongs to the switches.
3894
3895 * net/trampver.el: Update release number.
3896
3897 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
3898
3899 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
3900
3901 2014-02-19 Martin Rudalics <rudalics@gmx.at>
3902
3903 * window.el (window-state-put): Allow WINDOW to refer to an
3904 internal window (Bug#16793).
3905
3906 2014-02-19 Glenn Morris <rgm@gnu.org>
3907
3908 * textmodes/remember.el: Move provide statement to end.
3909 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
3910 (remember-notes): Doc fixes.
3911
3912 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3913
3914 * delsel.el (delete-char): Restore incorrectly erased property
3915 (bug#16795).
3916
3917 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
3918
3919 * frameset.el (frameset--restore-frame): When a frame is being reused
3920 and its root window is not alive, delete all the frame's windows before
3921 restoring the window state. This works around the issue in bug#16793.
3922
3923 2014-02-18 Glenn Morris <rgm@gnu.org>
3924
3925 * textmodes/remember.el (remember-data-directory)
3926 (remember-directory-file-name-format, remember-store-in-files)
3927 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
3928 (remember-notes-save-and-bury-buffer)
3929 (remember-notes--kill-buffer-query): Doc fixes.
3930
3931 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
3932
3933 2014-02-17 Alan Mackenzie <acm@muc.de>
3934
3935 Connect electric-indent-mode up with CC Mode. Bug #15478.
3936 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
3937 to electric-indent-{,local-}-mode.
3938 (c-basic-common-init): Set electric-indent-inhibit.
3939 Initialise c-electric-flag from electric-indent-mode.
3940 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
3941 New hook functions which propagate electric-indent-mode to CC mode.
3942
3943 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
3944 hit, toggle electric-indent-local-mode.
3945
3946 * electric.el (electric-indent-mode-has-been-called):
3947 New variable.
3948
3949 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
3950
3951 * frameset.el (frameset-cfg-id): New function.
3952 (frameset--reuse-frame, frameset-restore): Use it.
3953 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
3954
3955 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3956
3957 * ido.el (ido-file-internal): Remove unused var `d'.
3958 Use \` for to match BoS. Fit within 80n columns.
3959
3960 2014-02-17 Daniel Colascione <dancol@dancol.org>
3961
3962 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
3963 dbus-call-method check for completion using a busy-wait loop with
3964 gradual backoff.
3965
3966 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
3967
3968 Sync with Tramp 2.2.9.
3969
3970 * net/trampver.el: Update release number.
3971
3972 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
3973
3974 * ido.el (ido-file-internal): Don't add the name of an existing
3975 directory twice. (Bug#16747)
3976
3977 2014-02-16 Glenn Morris <rgm@gnu.org>
3978
3979 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
3980 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
3981
3982 2014-02-15 Michael R. Mauger <michael@mauger.com>
3983
3984 * progmodes/sql.el: Version 3.4
3985 (sql-oracle-options): New default value ("-L").
3986 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
3987 (sql-placeholders-filter): Correct placeholder pattern.
3988 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
3989 (sql-login-delay): New variable.
3990 (sql-product-interactive): Use it.
3991
3992 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
3993
3994 * frameset.el (frameset--jump-to-register): Check that buffer is live
3995 (bug#16749).
3996
3997 2014-02-15 Glenn Morris <rgm@gnu.org>
3998
3999 * info.el (info-initialize): Revert 2014-01-10 change.
4000
4001 2014-02-14 Glenn Morris <rgm@gnu.org>
4002
4003 * replace.el (map-query-replace-regexp)
4004 (read-regexp-defaults-function, read-regexp): Doc fixes.
4005
4006 * dired.el (dired-read-regexp):
4007 * faces.el (list-faces-display):
4008 * misearch.el (multi-isearch-read-matching-buffers)
4009 (multi-isearch-read-matching-files):
4010 * play/cookie1.el (cookie-apropos):
4011 * progmodes/grep.el (grep-read-regexp): Doc fixes.
4012
4013 * textmodes/remember.el (remember): Use frameset-to-register
4014 rather than frame-configuration-to-register.
4015
4016 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
4017
4018 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
4019 incorrect keybinding.
4020
4021 2014-02-13 Daniel Colascione <dancol@dancol.org>
4022
4023 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
4024 when adding overlays so that line numbers from compiler match line
4025 numbers we use.
4026
4027 2014-02-13 Glenn Morris <rgm@gnu.org>
4028
4029 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
4030
4031 * jit-lock.el (jit-lock-mode): Doc fix.
4032
4033 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
4034
4035 * apropos.el (apropos-read-pattern): When the user passes an empty
4036 string, give a more helpful error message than "Wrong type
4037 argument: stringp, nil".
4038
4039 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
4040
4041 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
4042
4043 2014-02-13 Glenn Morris <rgm@gnu.org>
4044
4045 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
4046
4047 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
4048
4049 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
4050 shift-select commands.
4051
4052 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
4053
4054 * progmodes/js.el (js-indent-line): Don't widen.
4055 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
4056
4057 2014-02-12 Glenn Morris <rgm@gnu.org>
4058
4059 * icomplete.el (icomplete): Add info-link to defgroup.
4060 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
4061 (icomplete-minibuffer-map, icomplete-mode)
4062 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
4063
4064 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
4065 (package-menu-filter): Rename from package-menu-filter-interactive.
4066 Doc fix.
4067
4068 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
4069
4070 * frameset.el (frameset--jump-to-register): Select the required
4071 window and buffer before restoring position (bug#16696).
4072
4073 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
4074
4075 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
4076
4077 2014-02-10 Glenn Morris <rgm@gnu.org>
4078
4079 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
4080
4081 2014-02-10 Eli Zaretskii <eliz@gnu.org>
4082
4083 * w32-common-fns.el (x-get-selection): Doc fix.
4084 * select.el (x-get-selection): Doc fix. (Bug#15109)
4085
4086 * face-remap.el (face-remap-add-relative)
4087 (face-remap-remove-relative, face-remap-reset-base)
4088 (face-remap-set-base): Call force-mode-line-update to redisplay
4089 the current buffer due to potential change in faces. (Bug#16709)
4090
4091 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
4092
4093 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
4094 script more robustly.
4095
4096 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
4097
4098 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
4099
4100 * simple.el (choose-completion): Doc fix (bug#14160).
4101
4102 * subr.el (event-start): Say what a nil EVENT value means.
4103
4104 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
4105 (bug#14197).
4106
4107 * progmodes/grep.el (find-program): Doc fix (bug#14289).
4108
4109 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
4110
4111 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
4112
4113 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
4114 predicate function (bug#15455).
4115
4116 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
4117
4118 * ielm.el (inferior-emacs-lisp-mode): Instead of
4119 `comment-use-global-state', set `comment-use-syntax'.
4120
4121 2014-02-10 Glenn Morris <rgm@gnu.org>
4122
4123 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
4124
4125 2014-02-09 Alan Mackenzie <acm@muc.de>
4126
4127 Fix c-invalidate-state-cache on narrowed buffers.
4128 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
4129 Widen when setting and clearing the CPP delimiter properties.
4130
4131 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
4132
4133 * help.el (describe-bindings): Doc fix (bug#9888).
4134
4135 * files.el (save-buffer): Use ARG as the parameter name for
4136 consistency (bug#10346).
4137 (save-buffer): Clarify the 0 argument (bug#10346).
4138
4139 * cus-edit.el (customize-apropos): Fix error string.
4140 (custom-buffer-create): Doc fix (bug#11122).
4141 (custom-sort-items): Doc fix (bug#11121).
4142
4143 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
4144
4145 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
4146 (icomplete-simple-completing-p): Mention the previous variable.
4147
4148 * font-lock.el (font-lock-value-in-major-mode): Clarify the
4149 meaning of the parameter (bug#12282).
4150
4151 * files.el (find-file-noselect): Clarify prompt when changing
4152 readedness (bug#13261).
4153 (locate-file): Suffixes aren't returned, so don't say that they
4154 are (bug#12674).
4155 (backup-inhibited): Doc clarification (bug#12525).
4156
4157 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
4158 before we actually start to delete things (bug#16331).
4159
4160 * subr.el (event-start): Doc fix (bug#14228).
4161 (event-end): Ditto.
4162
4163 2014-02-09 Glenn Morris <rgm@gnu.org>
4164
4165 * emacs-lisp/warnings.el (lwarn):
4166 Empower help-enable-auto-load. (Bug#15940)
4167
4168 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
4169
4170 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
4171 (Bug#16690)
4172
4173 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
4174
4175 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4176 Insert output at end of buffer. (Bug#16120)
4177
4178 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
4179
4180 * simple.el (choose-completion-string-functions): Document new
4181 calling convention (bug#14153).
4182 (execute-extended-command): Clarify doc string (bug#13373).
4183
4184 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
4185
4186 * find-dired.el (find-name-dired): Doc fix (bug#14290).
4187 (find-grep-dired): Doc fix (bug#14288).
4188
4189 2014-02-08 Juri Linkov <juri@jurta.org>
4190
4191 * isearch.el (isearch-quote-char): Check character validity
4192 like in `quoted-insert' (bug#16677).
4193
4194 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
4195
4196 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
4197
4198 * isearch.el (isearch-hide-immediately): Doc clarification
4199 (bug#14723).
4200
4201 * simple.el (line-move): Document utility function used many
4202 places in the Emacs sources (bug#14843).
4203
4204 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
4205 (dired-prev-marked-file): Doc fix (bug#14855).
4206 (dired-up-directory): Doc fix (bug#14848).
4207
4208 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
4209
4210 * files.el (file-relative-name): Doc fix (bug#15159).
4211
4212 * fringe.el (fringe-styles): Doc fix (bug#15239).
4213
4214 * isearch.el (isearch-filter-predicate): Documentation typo fix
4215 (bug#15474).
4216
4217 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
4218
4219 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
4220
4221 * replace.el (replace-match-maybe-edit): Doc clarification
4222 (bug#15632).
4223
4224 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
4225
4226 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
4227
4228 2014-02-08 Glenn Morris <rgm@gnu.org>
4229
4230 * help-fns.el (describe-variable):
4231 Check {file,dir}-local-variables-alist, and buffer-file-name,
4232 in the correct buffer.
4233
4234 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
4235
4236 * help-fns.el (describe-variable): Fix the case where
4237 a value is directory-local with no dir-locals file. (Bug#16635)
4238
4239 2014-02-08 Glenn Morris <rgm@gnu.org>
4240
4241 * abbrev.el (edit-abbrevs-mode):
4242 Derive from fundamental-mode. (Bug#16682)
4243
4244 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
4245
4246 * simple.el (quoted-insert): Check character validity (bug#16677).
4247
4248 2014-02-07 Juri Linkov <juri@jurta.org>
4249
4250 * desktop.el (desktop-read): Claim the lock when the owner is not
4251 the current process. (Bug#16157)
4252
4253 2014-02-07 Juri Linkov <juri@jurta.org>
4254
4255 * desktop.el (desktop-buffers-not-to-save): Change default from nil
4256 to "\\` ". (Bug#16651)
4257
4258 2014-02-07 Juri Linkov <juri@jurta.org>
4259
4260 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
4261 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
4262 (desktop-auto-save-cancel-timer): New function with some code from
4263 `desktop-auto-save-set-timer'.
4264 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
4265 Instead of setting `desktop-save-mode' to nil, call
4266 `desktop-save-mode' with arg 0. (Bug#16630)
4267
4268 2014-02-07 Glenn Morris <rgm@gnu.org>
4269
4270 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
4271 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
4272 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
4273
4274 * obsolete/iswitchb.el: Move to obsolete/.
4275 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
4276 since obsolete/ is not scanned for autoloads.
4277 * emacs-lisp/authors.el (authors-valid-file-names):
4278 Add iswitchb.el.
4279
4280 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
4281 Disable now non-functional find-file-hook.
4282
4283 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
4284
4285 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
4286 instead of ";" in order to avoid additional prompts. Let heredoc
4287 scripts read from tty. (Bug#16582)
4288 (tramp-send-command): No special handling of heredocs, it isn't
4289 necessary anymore.
4290
4291 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
4292
4293 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
4294 with a space (bug#16664). Limit the symbols considered to the ones
4295 that are bound or fbound (bug#16646).
4296
4297 2014-02-06 Glenn Morris <rgm@gnu.org>
4298
4299 * epa.el (epa-mail-aliases): Doc fix.
4300
4301 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
4302
4303 * emacs-lisp/lisp.el (lisp-completion-at-point):
4304 Use `completion-table-merge' instead of `completion-table-in-turn'
4305 (bug#16604).
4306
4307 * minibuffer.el (completion-table-merge): New function.
4308
4309 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
4310
4311 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
4312 (tramp-sh-handle-set-file-acl)
4313 (tramp-sh-handle-start-file-process)
4314 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
4315 (tramp-find-executable, tramp-send-command): Use it.
4316
4317 2014-02-05 Glenn Morris <rgm@gnu.org>
4318
4319 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
4320
4321 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
4322
4323 * progmodes/python.el (python-shell-send-string)
4324 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
4325
4326 2014-02-04 Anders Lindgren <andlind@gmail.com>
4327
4328 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
4329 the names (bug#16620).
4330
4331 2014-02-03 Martin Rudalics <rudalics@gmx.at>
4332
4333 * faces.el (window-divider): New default value. Rewrite doc-string.
4334 (window-divider-first-pixel, window-divider-last-pixel): New faces.
4335
4336 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
4337
4338 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
4339 `protected' and `public' can also be called without arguments.
4340
4341 2014-02-03 Glenn Morris <rgm@gnu.org>
4342
4343 * register.el (window-configuration-to-register)
4344 (frame-configuration-to-register): Unadvertise unused argument.
4345 * frameset.el (frameset-to-register): Remove unused argument.
4346
4347 * frameset.el (frameset-to-register):
4348 * kmacro.el (kmacro-to-register):
4349 * register.el (increment-register):
4350 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
4351 (calc-append-to-register, calc-prepend-to-register):
4352 * play/gametree.el (gametree-layout-to-register)
4353 (gametree-apply-register-layout):
4354 * textmodes/picture.el (picture-clear-rectangle-to-register)
4355 (picture-yank-rectangle-from-register):
4356 * vc/emerge.el (emerge-combine-versions-register):
4357 Use register-read-with-preview to read registers.
4358
4359 2014-02-03 João Távora <joaotavora@gmail.com>
4360
4361 * elec-pair.el (electric-pair-backward-delete-char): Don't error
4362 when at beginning of (possibly narrowed) buffer.
4363
4364 2014-02-02 Daniel Colascione <dancol@dancol.org>
4365
4366 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
4367 Also try to display local help from just before point.
4368
4369 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
4370
4371 c-parse-state. Don't "append-lower-brace-pair" in certain
4372 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
4373 recognised as a comment.
4374
4375 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
4376 as well as normal comment starter.
4377 (c-parse-state-get-strategy): Extra return possibility
4378 'back-and-forward.
4379 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
4380 return value list to indicate replacement of a brace-pair cons
4381 with its car.
4382 (c-parse-state-1): With 'back-and-forward, only call
4383 c-append-lower-brace-pair-to state-cache when cons-separated.
4384
4385 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
4386
4387 * term/ns-win.el (ns-suspend-error): New function.
4388 (ns-initialize-window-system): Add ns-suspend-error to
4389 suspend-hook (Bug#16612).
4390
4391 2014-02-02 Daniel Colascione <dancol@dancol.org>
4392
4393 * progmodes/cc-defs.el (c-find-assignment-for-mode):
4394 Make loading cc-mode silent.
4395
4396 2014-02-02 Daniel Colascione <dancol@dancol.org>
4397
4398 * comint.el (comint-prompt-read-only): Change doc to suggest
4399 remap keybinding.
4400
4401 2014-02-02 Glenn Morris <rgm@gnu.org>
4402
4403 * register.el (register-read-with-preview, point-to-register)
4404 (window-configuration-to-register, frame-configuration-to-register)
4405 (jump-to-register, number-to-register, view-register, insert-register)
4406 (copy-to-register, append-to-register, prepend-to-register)
4407 (copy-rectangle-to-register): Doc fixes.
4408
4409 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4410
4411 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
4412 * emacs-lisp/find-func.el (find-function-C-source): Idem.
4413 * emacs-lisp/nadvice.el (advice--cd*r): New function.
4414 * help-fns.el (describe-function-1): Use it.
4415
4416 2014-02-02 Glenn Morris <rgm@gnu.org>
4417
4418 * register.el (register-preview-default): New function,
4419 split from register-preview.
4420 (register-preview-function): Rename from register-preview-functions,
4421 make it not a hook.
4422 (register-preview): Use register-preview-function.
4423 (register-read-with-preview): Error on non-character event. (Bug#16595)
4424
4425 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
4426
4427 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
4428 `:' before binary operators (bug#16609). Don't check for `:'
4429 before `[' and `(', or their syntax status. A percent literal
4430 can't end with either.
4431 (ruby-font-lock-keywords): For built-ins that require arguments,
4432 check that they're followed by something that looks like argument
4433 (bug#16610).
4434
4435 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
4436
4437 * subr.el (butlast): Document what an omitted N means (bug#13437).
4438 (nbutlast): Ditto.
4439
4440 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
4441
4442 * net/shr.el (shr-generic): Make into a defsubst to make the stack
4443 depth shallower (bug#16587).
4444 (shr-tag-svg): Respect `shr-inhibit-images'.
4445 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
4446
4447 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
4448
4449 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
4450 (ruby-smie-grammar): Make "." right-associative. Make its priority
4451 lower than the ternary and all binary operators.
4452 (ruby-smie-rules): Indent "(" relative to the first non-"."
4453 parent, or the first "." parent at indentation.
4454 Use `ruby-align-chained-calls' for indentation of "." tokens.
4455 (Bug#16593)
4456
4457 2014-01-31 Juri Linkov <juri@jurta.org>
4458
4459 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
4460 from `make-hash-table'.
4461
4462 * textmodes/ispell.el (ispell-init-process): Change message format
4463 to be consistent with other messages.
4464
4465 2014-01-31 Glenn Morris <rgm@gnu.org>
4466
4467 * delsel.el (delete-selection-mode): Doc fix.
4468
4469 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
4470 (trace-function-background): Doc fixes.
4471
4472 * ido.el (ido-use-virtual-buffers): Doc fix.
4473 Reset :version, since the default value has not changed.
4474
4475 * register.el (register-preview-delay, register-read-with-preview):
4476 Doc fixes.
4477
4478 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
4479 do not mess with mail-buffer position (fixes 2009-11-03 change).
4480 * progmodes/cc-mode.el (c-submit-bug-report):
4481 Check auto-fill-mode is bound. (Bug#16592)
4482
4483 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
4484
4485 * startup.el (fancy-splash-image-file): New function,
4486 split from fancy-splash-head.
4487 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
4488 so that we are both using the same image. (Bug#16574)
4489
4490 2014-01-30 Glenn Morris <rgm@gnu.org>
4491
4492 * simple.el (eval-expression): Doc fix.
4493
4494 * hexl.el (hexl-mode-hook):
4495 * ielm.el (ielm-mode-hook):
4496 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
4497 (lisp-interaction-mode-hook):
4498 * progmodes/cfengine.el (cfengine3-documentation-function):
4499 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
4500
4501 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4502
4503 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
4504 is a symbol (bug#16584).
4505
4506 2014-01-30 Glenn Morris <rgm@gnu.org>
4507
4508 * help.el (help-for-help-internal): Add "P" to text.
4509
4510 2014-01-29 Glenn Morris <rgm@gnu.org>
4511
4512 * simple.el (just-one-space, cycle-spacing): Doc fixes.
4513
4514 2014-01-28 Martin Rudalics <rudalics@gmx.at>
4515
4516 * window.el (fit-frame-to-buffer): Fix calculations for margins and
4517 height constraints.
4518
4519 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
4520
4521 * progmodes/hideif.el: Extend to full CPP expression syntax.
4522 (hif-token-alist): Add missing tokens.
4523 (hif-token-regexp): Add support for float/octal/hex immediates.
4524 (hif-string-literal-regexp): New const.
4525 (hif-tokenize): Recognize strings and float/octal/hex immediates.
4526 (hif-exprlist): New function.
4527 (hif-parse-if-exp): Use it.
4528 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
4529 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
4530 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
4531 (hif-logxor, hif-comma): New functions.
4532
4533 2014-01-28 Glenn Morris <rgm@gnu.org>
4534
4535 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
4536
4537 * indent.el (tab-stop-list): Doc fix. Add :version.
4538
4539 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
4540 (cvs-append-to-ignore): Add compatibility alias.
4541
4542 2014-01-27 Glenn Morris <rgm@gnu.org>
4543
4544 * dired.el (dired-hide-details-mode): Don't autoload it,
4545 since it cannot be used outside Dired buffers anyway.
4546
4547 * emulation/cua-base.el (cua-mode): Doc fix.
4548
4549 * dired.el (dired-hide-details-hide-symlink-targets)
4550 (dired-hide-details-hide-information-lines)
4551 (dired-hide-details-mode): Doc fixes.
4552
4553 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
4554 * strokes.el (strokes-file): Doc fix. Bump :version.
4555 (strokes-help): Doc fix.
4556 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
4557 * emulation/viper.el (viper): Doc fix for custom group.
4558 (top-level): Remove oh-so-no-longer-relevant text about vip.
4559 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
4560
4561 * ido.el (ido-save-directory-list-file):
4562 * saveplace.el (save-place-file):
4563 * calendar/timeclock.el (timeclock-file):
4564 * net/quickurl.el (quickurl-url-file):
4565 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
4566 * progmodes/idlwave.el (idlwave-config-directory):
4567 * textmodes/remember.el (remember-data-file):
4568 Bump :version.
4569
4570 2014-01-26 Glenn Morris <rgm@gnu.org>
4571
4572 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
4573 Doc fix. Make obsolete.
4574 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
4575
4576 * sort.el (delete-duplicate-lines): Doc fix.
4577
4578 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4579
4580 * progmodes/ada-mode.el (ada):
4581 * woman.el (woman): Link to info manual and Commentary section.
4582
4583 * progmodes/flymake.el (flymake):
4584 * nxml/nxml-mode.el (nxml):
4585 * net/eww.el (eww):
4586 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
4587 * htmlfontify.el (htmlfontify):
4588 * ses.el (ses):
4589 * epa.el (epa):
4590 * ido.el (ido): Link to info manual.
4591
4592 2014-01-25 Leo Liu <sdl.web@gmail.com>
4593
4594 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
4595
4596 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
4597
4598 * net/shr.el (shr-tag-img): Prefer the title over the alt text
4599 (bug#16537).
4600
4601 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
4602
4603 * net/eww.el (eww-download-callback):
4604 Fix reference to eww-download-directory.
4605
4606 * emacs-lisp/bytecomp.el (byte-compile-file):
4607 Remove unused local variable `file-name'.
4608
4609 2014-01-24 Glenn Morris <rgm@gnu.org>
4610
4611 * woman.el (woman-default-faces, woman-monochrome-faces):
4612 Fix obsolescence specification.
4613
4614 * subr.el (with-demoted-errors): Doc fix.
4615
4616 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
4617
4618 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
4619 (cl--macroexp-fboundp): New function.
4620 (cl--make-type-test): Use it.
4621
4622 2014-01-23 Glenn Morris <rgm@gnu.org>
4623
4624 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
4625 * simple.el (eval-expression): Doc fixes.
4626
4627 2014-01-22 Glenn Morris <rgm@gnu.org>
4628
4629 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
4630
4631 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
4632
4633 * emacs-lisp/package.el: Write files silently.
4634 (package-autoload-ensure-default-file, package--write-file-no-coding)
4635 (package-generate-description-file, package--download-one-archive)
4636 (package-install-from-archive): Tell `write-region' to stay quiet.
4637 (package-menu-mode, package-menu--print-info): Omit the Archive column
4638 if there's only one archive.
4639 (package-all-keywords, package--has-keyword-p): Remove dead code.
4640
4641 2014-01-22 Glenn Morris <rgm@gnu.org>
4642
4643 * version.el (emacs-bzr-version-bzr): Fix typo.
4644
4645 * version.el (emacs-repository-get-version):
4646 Check either .bzr or .git, but not both.
4647 Make the git case actually use the DIR argument, and return nil
4648 rather than the empty string.
4649 Avoid error if .git exists but the git executable is not found.
4650
4651 2014-01-22 Martin Rudalics <rudalics@gmx.at>
4652
4653 Fixes in window size functions around Bug#16430 and Bug#16470.
4654 * window.el (window-total-size, window-size): New argument ROUND.
4655 (window--min-delta-1, window-min-delta, window--max-delta-1):
4656 Be more conservative when calculating the numbers of lines or
4657 columns a window can shrink (Bug#16430).
4658 (fit-window-to-buffer): Simplify code.
4659 * term.el (term-window-width): Call window-body-width again.
4660
4661 2014-01-22 Glenn Morris <rgm@gnu.org>
4662
4663 * image.el (image-format-suffixes): Doc fix.
4664
4665 * international/quail.el (quail-define-package): Doc fix.
4666
4667 * emacs-lisp/authors.el (authors-valid-file-names)
4668 (authors-renamed-files-alist): Additions.
4669
4670 * vc/vc-git.el (vc-git-print-log): Remove --follow;
4671 reverts 2014-01-09 change. (Bug#16422)
4672
4673 * calc/calc-embed.el (thing-at-point-looking-at):
4674 * emacs-lisp/map-ynp.el (x-popup-dialog):
4675 * obsolete/lmenu.el (x-popup-dialog):
4676 * emacs-lisp/package.el (url-recreate-url):
4677 * mail/mailclient.el (clipboard-kill-ring-save):
4678 * subr.el (x-popup-dialog): Update declaration.
4679 * mail/rmail.el (rmail-mime-message-p):
4680 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
4681
4682 2014-01-21 Daniel Colascione <dancol@dancol.org>
4683
4684 * progmodes/sh-script.el (sh--inside-noncommand-expression):
4685 Correctly detect when we're inside an arithmetic expansion form
4686 containing nested parenthesis.
4687 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
4688 to detect cases where we shouldn't expand "<<" to a heredoc
4689 skeleton.
4690
4691 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
4692
4693 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
4694 (eldoc--message-command-p): New function.
4695 (eldoc-display-message-p): Use it.
4696 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
4697 message is not automatically erased for us.
4698 (eldoc-print-current-symbol-info): Erase previous message, if any.
4699
4700 2014-01-21 Tassilo Horn <tsdh@gnu.org>
4701
4702 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
4703 specify it's an interactive function.
4704
4705 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
4706 Fix regex used for scanning for citation keys which failed for
4707 citations with optional arguments.
4708
4709 2014-01-21 Leo Liu <sdl.web@gmail.com>
4710
4711 * simple.el (read--expression): Don't enable eldoc-mode.
4712
4713 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
4714
4715 * simple.el (move-beginning-of-line): Make sure we don't move forward
4716 (bug#16497).
4717
4718 2014-01-20 Juri Linkov <juri@jurta.org>
4719
4720 * saveplace.el (toggle-save-place, save-place-to-alist)
4721 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
4722 'dired-mode) before checking for dired-directory. (Bug#16477)
4723
4724 2014-01-20 Juri Linkov <juri@jurta.org>
4725
4726 * indent.el (indent-line-to): Use backward-to-indentation
4727 instead of back-to-indentation. (Bug#16461)
4728
4729 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
4730
4731 Revert some of the CANNOT_DUMP fix (Bug#16494).
4732 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
4733 but fixing this can wait until after the next release.
4734 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
4735
4736 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
4737
4738 * eshell/esh-mode.el (eshell-password-prompt-regexp):
4739 Use `password-word-equivalents'.
4740 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
4741 to t. (Bug#5664, Bug#13124)
4742
4743 2014-01-19 Alan Mackenzie <acm@muc.de>
4744
4745 Bind open-paren-in-column-0-is-defun-start to nil at some entry
4746 points.
4747 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
4748 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
4749 * progmodes/cc-mode.el (c-before-change, c-after-change)
4750 (c-font-lock-fontify-region): Bind it here.
4751
4752 2014-01-19 Martin Rudalics <rudalics@gmx.at>
4753
4754 * term.el (term-window-width): Call window-text-width instead of
4755 window-width (Bug#16470).
4756
4757 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
4758
4759 * simple.el (password-word-equivalents): Remove duplicates.
4760 Sort, to make this easier next time.
4761 Downcase. Omit ": " after "jelszó".
4762
4763 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
4764
4765 * term/common-win.el (saved-region-selection): Defvar it.
4766 (x-select-text): Set saved-region-selection (Bug#16382).
4767
4768 2014-01-18 Glenn Morris <rgm@gnu.org>
4769
4770 * emacs-lisp/authors.el (authors-aliases)
4771 (authors-renamed-files-alist): Add some entries.
4772
4773 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
4774
4775 * net/tramp.el (tramp-password-prompt-regexp):
4776 Use `password-word-equivalents' if available.
4777 (tramp-action-password, tramp-process-one-action)
4778 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
4779
4780 2014-01-17 Chong Yidong <cyd@gnu.org>
4781
4782 * simple.el (password-word-equivalents): New defcustom.
4783 * comint.el (comint-password-prompt-regexp): Use it. Bump version
4784 to 24.4.
4785 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
4786 to t. (Bug#13124)
4787
4788 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
4789
4790 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
4791 (ruby-align-to-stmt-keywords): Change the default value.
4792 Use `ruby-alignable-keywords' to generate the possible customization
4793 choices.
4794 (ruby-smie-rules): Instead of using a hardcoded list of alignable
4795 keywords, check against the value of `ruby-alignable-keywords'
4796 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
4797
4798 2014-01-17 Glenn Morris <rgm@gnu.org>
4799
4800 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
4801
4802 Make M-x authors return zero *Authors Errors* from current logs.
4803 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
4804 (authors-ignored-files): Add some entries, remove others.
4805 (authors-ambiguous-files, authors-valid-file-names):
4806 Add some entries.
4807 (authors-renamed-files-alist): Add, remove, and adjust entries.
4808 (authors-renamed-files-regexps): Add some entries.
4809 Remove some very broad ones. Make some entries `lax'.
4810 (authors-lax-changelogs): New constant.
4811 (authors-disambiguate-file-name): Treat top-level specially.
4812 (authors-lax-changelog-p): New function.
4813 (authors-canonical-file-name): Check file as written against
4814 authors-valid-file-names. Do not special-case etc/.
4815 Handle `lax' logs and authors-renamed-files-regexps elements.
4816
4817 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
4818
4819 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
4820 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
4821 callers.
4822
4823 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4824
4825 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
4826 Assume we're already in the proper buffer.
4827 Inspired by Anders Lindgren <andlind@gmail.com>.
4828 (follow-post-command-hook): Call it from the right buffer.
4829 (follow-comint-scroll-to-bottom): Adjust call.
4830 (follow-all-followers): Use get-buffer-window-list.
4831
4832 2014-01-15 Daniel Colascione <dancol@dancol.org>
4833
4834 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
4835 `buffer-file-name' in interactive-form so that we don't leave
4836 pathless file names in `file-name-history'.
4837
4838 2014-01-15 Juri Linkov <juri@jurta.org>
4839
4840 * indent.el (indent-rigidly): Set deactivate-mark to nil
4841 in transient indentation mode. (Bug#16438)
4842
4843 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
4844
4845 * emacs-lisp/package.el (package-desc-keywords): New function
4846 (Bug#16222).
4847 (describe-package-1, package-all-keywords)
4848 (package--has-keyword-p): Use it.
4849
4850 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
4851
4852 * simple.el (define-alternatives): When creating the
4853 COMMAND-alternatives variable, assign COMMAND as its definition
4854 name so that `describe-variable' can relocate it.
4855
4856 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
4857
4858 * font-lock.el (font-lock-keywords): Fix typo in docstring
4859 (bug#16307).
4860
4861 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4862
4863 * ispell.el (ispell-region): Reset `in-comment' for new line
4864 instead of wrongly reset `add-coment' (bug#13577).
4865
4866 2014-01-14 Daiki Ueno <ueno@gnu.org>
4867
4868 * epa-file.el (epa-file-write-region): Encode the region according
4869 to `buffer-file-format'. Problem reported at:
4870 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
4871
4872 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4873
4874 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
4875 so it applies in the right buffer (bug#16410).
4876
4877 2014-01-13 Daniel Colascione <dancol@dancol.org>
4878
4879 * textmodes/rst.el (rst-define-key): Provide deprecated
4880 keybindings through named functions instead of anonymous ones so
4881 that "??" doesn't appear in describe-mode output.
4882
4883 2014-01-13 Bastien Guerry <bzg@gnu.org>
4884
4885 * simple.el (define-alternatives): Call the selected command
4886 interactively. When setting `COMMAND--implementation' for the
4887 first time, tell the user how to chose another implementation.
4888 Enhance the docstring.
4889
4890 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4891
4892 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
4893 (log-edit--match-first-line): New function.
4894 (log-edit-font-lock-keywords): Use it.
4895 (log-edit-mode): Make jit-lock-defer-multiline work.
4896
4897 2014-01-13 Bastien Guerry <bzg@gnu.org>
4898
4899 * rect.el (rectangle-mark-mode): When the region is not active,
4900 display a message saying that the mark as been set and that
4901 rectangle mode is in use.
4902 (rectangle--highlight-for-redisplay): Only put an overlay with a
4903 visible vertical bar when (display-graphic-p) is non-nil.
4904 This partially fixes Bug#16403.
4905
4906 2014-01-13 Juri Linkov <juri@jurta.org>
4907
4908 * info.el (Info-find-file): Go to DIR before displaying the error
4909 about a nonexistent file if no previous Info file is visited.
4910 Use `user-error' instead of `error' for "Info file %s does not exist".
4911 (Info-find-node-2): In case of a nonexistent node in unwind forms
4912 go to the Top node if there is no previous node to revert to.
4913 (Bug#16405)
4914
4915 2014-01-13 Martin Rudalics <rudalics@gmx.at>
4916
4917 fit-frame/window-to-buffer code fixes including one for Bug#14096.
4918 * window.el (fit-frame-to-buffer): Fix doc-string.
4919 Respect window-min-height/-width. Fit pixelwise when
4920 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
4921 when avoiding that frame goes partially off-screen.
4922 (fit-window-to-buffer): Respect window-min-height/-width
4923 (Bug#14096).
4924
4925 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4926
4927 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
4928 after an empty line.
4929
4930 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
4931
4932 * net/shr.el (shr-render-region): Autoload.
4933
4934 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
4935
4936 * net/eww.el (eww-download-directory): Rename from
4937 `eww-download-path' (Bug#16419).
4938
4939 2014-01-12 Leo Liu <sdl.web@gmail.com>
4940
4941 * dired-x.el (dired-mode-map): Fix last change.
4942
4943 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
4944
4945 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
4946
4947 Spelling fixes.
4948 * emacs-lisp/generic.el (generic--normalize-comments):
4949 Rename from generic--normalise-comments. All uses changed.
4950 * play/bubbles.el (bubbles--neighborhood-score)
4951 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
4952 (bubbles--neighborhood-available)
4953 (bubbles--update-neighborhood-score):
4954 Rename from names with 'neighbourhood'. All uses changed.
4955
4956 2014-01-12 Leo Liu <sdl.web@gmail.com>
4957
4958 Re-implement the feature of showing eldoc info after editing.
4959 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
4960 (eldoc-edit-message-commands): New function.
4961 (eldoc-print-after-edit): New variable.
4962 (eldoc-pre-command-refresh-echo-area): Emit message only by
4963 eldoc-message-commands.
4964 (eldoc-mode): Restrict eldoc-message-commands to editing commands
4965 if eldoc-print-after-edit is set. (Bug#16346)
4966 * simple.el (read--expression): Enable eldoc-mode.
4967 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
4968
4969 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
4970 Eric S. Raymond <esr@thyrsus.com>
4971
4972 * version.el (emacs-repository-get-version): Enhance so the
4973 function works correctly in either a Bazaar or Git repo.
4974
4975 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
4976
4977 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
4978 Goes with removal of the joke manpages from /etc.
4979
4980 2014-01-10 Kenichi Handa <handa@gnu.org>
4981
4982 * mail/rmail.el (rmail-get-coding-system):
4983 Check rmail-get-coding-function before "funcall"ing it.
4984
4985 2014-01-10 Glenn Morris <rgm@gnu.org>
4986
4987 * emacs-lisp/authors.el (authors-fixed-entries):
4988 Update for files that no longer exist.
4989
4990 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
4991
4992 * version.el (emacs-bzr-get-version): Restore compatibilty with
4993 24.3 (Tested).
4994
4995 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
4996
4997 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
4998 and Podfile.
4999
5000 2014-01-10 Eli Zaretskii <eliz@gnu.org>
5001
5002 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
5003
5004 2014-01-10 Chong Yidong <cyd@gnu.org>
5005
5006 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
5007
5008 2014-01-10 Anders Lindgren <andlind@gmail.com>
5009
5010 * follow.el (follow-cache-command-list): Include right-char and
5011 left-char.
5012
5013 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
5014
5015 Spelling fixes.
5016 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
5017 * woman.el (woman-mark-horizontal-position):
5018 Rename from woman-mark-horizonal-position. Use changed.
5019
5020 2014-01-10 Glenn Morris <rgm@gnu.org>
5021
5022 * info.el (info-initialize): If running uninstalled, ensure our
5023 own info files are always found first, even if INFOPATH is set.
5024
5025 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
5026
5027 2014-01-09 David Engster <deng@randomsample.de>
5028
5029 * emacs-lisp/eieio-custom.el:
5030 * emacs-lisp/eieio-opt.el: Set generated autoload file to
5031 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
5032 * emacs-lisp/eieio.el: Regenerate autoloads.
5033
5034 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
5035
5036 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
5037 following renames. (Bug#8756)
5038
5039 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5040
5041 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
5042 (bug#16382).
5043 (activate-mark): Add `no-tmm' argument.
5044 (set-mark, push-mark-command): Use it instead of running
5045 activate-mark-hook by hand.
5046
5047 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
5048
5049 In preparation for the move to git, sanitize out some
5050 Bazaar-specific names.
5051
5052 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
5053
5054 * version.el (emacs-bzr-version): Name changed to
5055 emacs-repository-version. Obsolete-variable alias made.
5056 * loadup.el: Follow through on this name change.
5057 * mail/emacsbug.el (report-emacs-bug): Factor out any
5058 assumption about the version control system in use.
5059
5060 2014-01-08 David Engster <deng@randomsample.de>
5061
5062 * help-fns.el (help-fns-describe-function-functions):
5063 New variable to call functions for augmenting help buffers.
5064 (describe-function-1): Remove explicit calls to
5065 `help-fns--compiler-macro', `help-fns--parent-mode' and
5066 `help-fns--obsolete'. Put them in above new variable instead, and
5067 call them through `run-hook-with-args'.
5068 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
5069 `eieio-describe-class'. Not meant for interactive use anymore,
5070 but to augment existing help buffers. Remove optional second
5071 argument. Create proper button for file location.
5072 Rewrite function to use `insert' instead of `princ' and `prin1' where
5073 possible.
5074 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
5075 (eieio-method-def, eieio-class-def): Move further up.
5076 (describe-method, describe-generic, eieio-describe-method):
5077 Remove aliases.
5078 (eieio-help-constructor, eieio-help-generic): Rename from
5079 `eieio-describe-constructor' and `eieio-describe-generic', resp.
5080 Rewrite to use `insert' in the current buffer and use proper help
5081 buttons.
5082 (eieio-help-find-method-definition)
5083 (eieio-help-find-class-definition): Also accept symbols as
5084 arguments.
5085 (eieio-help-mode-augmentation-maybee): Remove.
5086 (eieio-describe-class-sb): Use `describe-function'.
5087 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
5088 Add `eieio-help-generic' and `eieio-help-constructor'.
5089
5090 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
5091
5092 Spelling fixes.
5093 * language/china-util.el (hz-ascii-designation):
5094 Rename from hz-ascii-designnation.
5095 (hz-ascii-designation): Rename from hz-ascii-designnation.
5096 All uses changed.
5097
5098 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
5099
5100 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
5101 package-alist.
5102
5103 2014-01-08 Bastien Guerry <bzg@gnu.org>
5104
5105 * emacs-lisp/package.el (package-delete):
5106 Correctly delete the package from package-alist.
5107
5108 2014-01-08 Daiki Ueno <ueno@gnu.org>
5109
5110 * emacs-lisp/package.el (url-recreate-url): Declare.
5111 (url-http-target-url): Declare.
5112 (package-handle-response): Include requested URL in the error message.
5113 (package--check-signature): Don't re-signal errors from
5114 package--with-work-buffer. Suggested by Stefan Monnier.
5115
5116 2014-01-07 Bastien Guerry <bzg@gnu.org>
5117
5118 * minibuffer.el (completion--try-word-completion): When both a
5119 hyphen and a space are possible candidates for the character
5120 following a word, display both candidates. (Bug#15980)
5121
5122 2014-01-07 Martin Rudalics <rudalics@gmx.at>
5123
5124 * window.el (balance-windows-2): While rounding don't give a
5125 window more than the remainder. Bug#16351, bug#16383.
5126
5127 2014-01-07 Glenn Morris <rgm@gnu.org>
5128
5129 * menu-bar.el (menu-bar-help-extra-packages): Remove.
5130 (menu-bar-help-menu): Use view-external-packages instead.
5131
5132 2014-01-07 Bastien Guerry <bzg@gnu.org>
5133
5134 * emacs-lisp/package.el (package-delete): Also delete the package
5135 name from `package-alist', not its description only.
5136
5137 2014-01-07 Glenn Morris <rgm@gnu.org>
5138
5139 * help.el (view-external-packages):
5140 * menu-bar.el (menu-bar-help-extra-packages):
5141 Visit efaq.info rather than etc/MORE.STUFF.
5142
5143 2014-01-07 Juri Linkov <juri@jurta.org>
5144
5145 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
5146 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
5147
5148 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
5149 that shadows RET. (Bug#16342)
5150
5151 2014-01-07 Chong Yidong <cyd@gnu.org>
5152
5153 * isearch.el (isearch-yank-char, isearch-yank-word)
5154 (isearch-yank-line): Doc fix.
5155
5156 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
5157
5158 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
5159 * emacs-lisp/elint.el (elint-find-builtins):
5160 * emacs-lisp/eldoc.el (eldoc-symbol-function):
5161 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
5162 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
5163 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5164 * apropos.el (apropos-safe-documentation):
5165 * subr.el (symbol-file): Remove redundant fboundp.
5166 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
5167
5168 2014-01-06 Bastien Guerry <bzg@gnu.org>
5169
5170 * hl-line.el (global-hl-line-overlay): Make a local variable.
5171 (global-hl-line-overlays): New variable to store all overlays.
5172 (global-hl-line-mode): Don't delete overlays from the current
5173 buffer when `global-hl-line-sticky-flag' is non-nil.
5174 (global-hl-line-highlight): Add new overlays to
5175 `global-hl-line-overlays'.
5176 (global-hl-line-unhighlight-all): New function to delete all
5177 overlays when turning off `global-hl-line-mode'.
5178 This fixes Bug#16183.
5179
5180 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
5181
5182 * subr.el (set-transient-map): Fix nested case and docstring.
5183
5184 2014-01-06 Tassilo Horn <tsdh@gnu.org>
5185
5186 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
5187 `Texinfo' entry.
5188
5189 2014-01-06 Daniel Colascione <dancol@dancol.org>
5190
5191 Fix defun navigation in vc log view.
5192
5193 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
5194 like `beginning-of-defun'.
5195 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
5196 log-view-end-of-defun to log-view-end-of-defun-1. Replace
5197 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
5198 (log-view-extract-comment): Call `log-view-current-entry' directly
5199 instead of relying on broken `log-view-beginning-of-defun' behavior.
5200
5201 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
5202
5203 Spelling fixes.
5204 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
5205 * emacs-lisp/debug.el (cancel-debug-on-entry):
5206 * epg.el (epg-error-to-string):
5207 * files.el (recover-file):
5208 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
5209 * mail/emacsbug.el (report-emacs-bug-hook):
5210 * mail/sendmail.el (mail-recover):
5211 * ses.el (ses-yank-resize):
5212 * term/ns-win.el (ns-print-buffer):
5213 Spelling fixes in diagnostics, mostly for "canceled" with one L.
5214 * epg.el (epg-key-capability-alist): Rename from misspelled version.
5215 All uses changed.
5216 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
5217
5218 2014-01-06 Leo Liu <sdl.web@gmail.com>
5219
5220 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
5221 to avoid shadowing global key. (Bug#16354)
5222
5223 2014-01-06 Daniel Colascione <dancol@dancol.org>
5224
5225 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
5226 rst-mode.
5227
5228 2014-01-05 Martin Rudalics <rudalics@gmx.at>
5229
5230 * window.el (balance-windows): Add mising t to fix Bug#16351.
5231
5232 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5233
5234 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
5235 (bug#16285).
5236 (shr-insert): If we have a word that's longer than `shr-width',
5237 break after it anyway. Otherwise we'll do no breaking once we get
5238 such a long word.
5239
5240 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5241
5242 * net/eww.el (eww): Support single/double quote for search.
5243 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
5244 (eww-history-quit): Delete and use quit-window.
5245 (eww-history-kill): Delete, because it doesn't work well and
5246 not necessary.
5247 (eww-history-mode-map): Delete some keys and add easy-menu.
5248
5249 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
5250
5251 Fix misspelling of 'chinese' in rx (Bug#16237).
5252 * emacs-lisp/rx.el (rx-categories): Correct spelling of
5253 chinese-two-byte.
5254
5255 Change subword regexps back to vars (Bug#16296).
5256 * progmodes/subword.el (subword-forward-regexp)
5257 (subword-backward-regexp): Change these back to variables.
5258
5259 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5260
5261 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
5262 syntax-begin-function (bug#16247).
5263
5264 2014-01-03 Chong Yidong <cyd@gnu.org>
5265
5266 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
5267 (advice--docstring): Delete variable.
5268 (advice--make-1): Leave the docstring empty.
5269 (advice-add): Use function-documentation for advised docstring.
5270
5271 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
5272 Ignore function-documentation property when getting documentation.
5273 (ad-activate-advised-definition): Use function-documentation
5274 generate the docstring.
5275 (ad-make-advised-definition): Don't call
5276 ad-make-advised-definition-docstring.
5277 (ad-make-advised-definition-docstring, ad-advised-definition-p):
5278 Delete functions.
5279
5280 * progmodes/sql.el (sql-help): Use function-documentation instead
5281 of dynamic-docstring-function property. No need to autoload now.
5282 (sql--help-docstring): New variable.
5283 (sql--make-help-docstring): Use it.
5284
5285 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5286
5287 * ielm.el (ielm-tab): Retarget.
5288 (ielm-map): Use ielm-tab for tab.
5289 (ielm-complete-filename): Use comint-filename-completion.
5290 (ielm-complete-symbol): Remove.
5291 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
5292 remove ielm-tab from completion-at-point-functions (bug#16224).
5293
5294 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
5295 Beware signals raised by predicates (bug#16201).
5296
5297 2014-01-02 Richard Stallman <rms@gnu.org>
5298
5299 * dired-aux.el (dired-do-print): Handle printer-name.
5300
5301 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
5302 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
5303 (rmail-epa-decrypt): Turn off mime processing.
5304
5305 * mail/rmail.el (rmail-make-in-reply-to-field):
5306 Add parens in message-id.
5307
5308 * mail/rmail.el (rmail-get-coding-function): Variable.
5309 (rmail-get-coding-system): Use it.
5310
5311 2013-12-31 Eli Zaretskii <eliz@gnu.org>
5312
5313 * international/mule-conf.el: Unify the charset indian-is13194.
5314 (indian-is13194): Specify unify-map.
5315
5316 2013-12-31 Leo Liu <sdl.web@gmail.com>
5317
5318 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
5319
5320 2013-12-30 Daniel Colascione <dancol@dancol.org>
5321
5322 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
5323 of printing a useless when we resume from sleep.
5324
5325 * progmodes/sh-script.el
5326 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
5327 in indentation code. (Bug#16233)
5328
5329 2013-12-28 João Távora <joaotavora@gmail.com>
5330
5331 * elec-pair.el (electric-pair-post-self-insert-function):
5332 Don't open extra newlines at beginning of buffer. (Bug#16272)
5333
5334 2013-12-28 Eli Zaretskii <eliz@gnu.org>
5335
5336 * frame.el (window-system-for-display): Don't allow to create a
5337 GUI frame from a -nw session on MS-Windows. (Bug#14739)
5338
5339 2013-12-28 Glenn Morris <rgm@gnu.org>
5340
5341 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
5342 Update callers.
5343
5344 * apropos.el (apropos-match-face):
5345 * calculator.el (calculator-displayer):
5346 * dabbrev.el (dabbrev-search-these-buffers-only):
5347 * face-remap.el (buffer-face-mode-face):
5348 * simple.el (yank-handled-properties):
5349 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
5350 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
5351 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
5352 (hashcash-double-spend-database):
5353 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
5354 (ruby-deep-indent-paren-style):
5355 * textmodes/flyspell.el (flyspell-auto-correct-binding):
5356 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
5357 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
5358 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
5359 Specify custom types.
5360
5361 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
5362 * bookmark.el (bookmark-bmenu-use-header-line):
5363 * doc-view.el (doc-view-scale-internally):
5364 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
5365 * register.el (register-preview-delay):
5366 * net/shr.el (shr-bullet):
5367 * progmodes/cfengine.el (cfengine-cf-promises)
5368 (cfengine-parameters-indent):
5369 * progmodes/octave.el (inferior-octave-error-regexp-alist):
5370 * textmodes/reftex-vars.el (reftex-label-regexps):
5371 * vc/log-edit.el (log-edit-setup-add-author): Add version.
5372
5373 * net/tls.el (tls-certtool-program): Fix default value.
5374
5375 * desktop.el (desktop-restore-in-current-display):
5376 * newcomment.el (comment-empty-lines):
5377 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
5378 (idlwave-pad-keyword):
5379 * progmodes/tcl.el (tcl-tab-always-indent):
5380 * textmodes/reftex-vars.el (reftex-index-default-tag):
5381 * elec-pair.el (electric-pair-skip-whitespace):
5382 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
5383
5384 * emacs-lisp/authors.el (authors-ignored-files)
5385 (authors-valid-file-names, authors-renamed-files-alist): Additions.
5386
5387 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
5388
5389 * shell.el (shell-dynamic-complete-command): Doc fix.
5390 (shell--command-completion-data): Shell completion now matches
5391 executable filenames from the current buffer's directory, on
5392 systems in which this behavior is the default (windows-nt, ms-dos).
5393
5394 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
5395
5396 * net/shr.el (shr-insert): Don't infloop if the width is zero.
5397
5398 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
5399
5400 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
5401 (bug#16251).
5402
5403 * electric.el: Move all electric-pair-* to elec-pair.el.
5404 * elec-pair.el: New file, split from electric.el.
5405
5406 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
5407
5408 * net/shr.el (shr-find-fill-point): Don't try to fill if the
5409 indentation level is larger than the width, because that will
5410 infloop.
5411 (shr-insert): Fill repeatedly long texts, so that Japanese is
5412 formatted correctly (bug#16263).
5413 (shr-find-fill-point): Off by one error in comparison with the
5414 indentation.
5415
5416 2013-12-26 João Távora <joaotavora@gmail.com>
5417
5418 * electric.el (electric-pair-mode): More flexible engine for skip-
5419 and inhibit predicates, new options for pairing-related functionality.
5420 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
5421 if that keeps or improves their balance in buffers.
5422 (electric-pair-delete-adjacent-pairs): Delete the pair when
5423 backspacing over adjacent matched delimiters.
5424 (electric-pair-open-extra-newline): Open extra newline when
5425 inserting newlines between adjacent matched delimiters.
5426 (electric--sort-post-self-insertion-hook):
5427 Sort post-self-insert-hook according to priority values when
5428 minor-modes are activated.
5429 * simple.el (newline-and-indent): Call newline with interactive
5430 set to t.
5431 (blink-paren-post-self-insert-function): Set priority to 100.
5432 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5433 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
5434 comments. Locally set electric-pair-skip-whitespace to 'chomp and
5435 electric-pair-open-newline-between-pairs to nil.
5436
5437 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
5438
5439 * progmodes/python.el: Use lexical-binding.
5440 (python-nav-beginning-of-defun): Stop searching ASAP.
5441
5442 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
5443
5444 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
5445 Fix interactive spec. Doc fix. (Bug#15754)
5446
5447 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
5448
5449 * emacs-lisp/byte-run.el (eval-when-compile):
5450 * progmodes/cc-defs.el (cc-eval-when-compile):
5451 Fix edebug spec (bug#16184).
5452
5453 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
5454
5455 * net/shr.el (shr-visit-file): Remove debugging function.
5456 (shr-insert): Don't infloop if we can't find a good place to break
5457 the line (bug#16256).
5458
5459 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
5460
5461 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
5462 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
5463 python-nav-lisp-forward-sexp-safe.
5464 (python-nav--forward-sexp): New argument SAFE allows switching
5465 forward sexp movement behavior for parens.
5466 (python-nav-forward-sexp): Throw errors on unterminated parens
5467 (Bug#16191).
5468 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
5469 (python-nav-backward-sexp-safe): New functions.
5470 (python-shell-buffer-substring):
5471 Use `python-nav-forward-sexp-safe'.
5472
5473 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
5474
5475 * net/shr.el (shr-find-fill-point): Don't break lines before a
5476 quotation mark.
5477 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
5478 (shr-find-fill-point): Remove the special checks for the quotation
5479 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
5480
5481 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5482
5483 * net/eww.el (eww-form-textarea): Use a different face for
5484 textareas than text input since they have different keymaps
5485 (bug#16142).
5486
5487 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
5488
5489 * progmodes/python.el (python-nav-beginning-of-statement):
5490 Speed up (Bug#15295).
5491
5492 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
5493
5494 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
5495 the window configuration.
5496
5497 2013-12-24 Eli Zaretskii <eliz@gnu.org>
5498
5499 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
5500 we run on MS-Windows or MS-DOS.
5501
5502 2013-12-24 Martin Rudalics <rudalics@gmx.at>
5503
5504 * window.el (balance-windows-area): Call window-size instead of
5505 window-height and window-width. Bug#16241.
5506
5507 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
5508
5509 * net/eww.el (eww-bookmark-quit): Remove.
5510 (eww-bookmark-browse): Restore the window configuration when you
5511 choose a bookmark (bug#16144).
5512
5513 2013-12-24 Daniel Colascione <dancol@dancol.org>
5514
5515 * icomplete.el: Remove redundant :group arguments to `defcustom'
5516 throughout.
5517 (icomplete-show-matches-on-no-input): New customizable variable.
5518 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
5519 we have something to show.
5520 (icomplete-exhibit): Compute completions even if we have no user input.
5521
5522 2013-12-23 Daniel Colascione <dancol@dancol.org>
5523
5524 * icomplete.el: Move `provide' to end of file.
5525
5526 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
5527
5528 * net/gnutls.el (gnutls-verify-error): Add version tag.
5529
5530 2013-12-23 Chong Yidong <cyd@gnu.org>
5531
5532 * subr.el (set-transient-map): Rename from
5533 set-temporary-overlay-map. Doc fix.
5534
5535 * face-remap.el (text-scale-adjust):
5536 * indent.el (indent-rigidly):
5537 * kmacro.el (kmacro-call-macro):
5538 * minibuffer.el (minibuffer-force-complete):
5539 * repeat.el (repeat):
5540 * simple.el (universal-argument--mode):
5541 * calendar/todo-mode.el (todo-insert-item--next-param):
5542 * progmodes/f90.el (f90-abbrev-start): Callers changed.
5543
5544 * indent.el (indent-rigidly): Use substitute-command-keys.
5545
5546 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5547
5548 * net/eww.el (eww-tag-select): Add text-property to jump to next
5549 select field.
5550 (eww): Add non-supported ftp error.
5551
5552 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5553
5554 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
5555 comments. Handle electric indent after typing `?' and `!'.
5556
5557 2013-12-22 Chong Yidong <cyd@gnu.org>
5558
5559 * faces.el (face-spec-recalc): If the theme specs are not
5560 applicable to a frame, fall back on the defface spec.
5561 This prevents themes from obliterating faces on low-color terminals.
5562
5563 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5564
5565 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
5566 after `{'. We need it after block openers, and it doesn't seem
5567 to hurt after hash openers.
5568
5569 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5570
5571 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
5572 extracted from `ruby-smie-rules'.
5573 (ruby--electric-indent-chars): New variable.
5574 (ruby--electric-indent-p): New function.
5575 (ruby-mode): Use `electric-indent-functions' instead of
5576 `electric-indent-chars'.
5577
5578 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5579
5580 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
5581 docstring.
5582 (ruby-smie-rules): Indent plus one level after `=>'.
5583
5584 2013-12-21 Richard Stallman <rms@gnu.org>
5585
5586 * simple.el (newline): Doc fix.
5587
5588 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5589
5590 * net/eww.el (eww-list-histories, eww-list-histories)
5591 (eww-history-browse, eww-history-quit, eww-history-kill)
5592 (eww-history-mode-map, eww-history-mode): New command and
5593 functions to list browser histories.
5594 (eww-form-text): Support text form with disabled
5595 and readonly attributes.
5596 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
5597
5598 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5599
5600 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
5601 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
5602 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
5603 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
5604 Use `user-error'.
5605 (eww-bookmark-mode-map): Add menu.
5606 (eww-render, eww-mode): Use `setq-local'.
5607 (eww-tool-bar-map): New variable.
5608 (eww-mode): Set `tool-bar-map'.
5609 (eww-view-source): Check for `html-mode' with `fboundp'.
5610
5611 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5612
5613 * net/shr.el (shr--extract-best-source): Don't bug out on audio
5614 elements with text inside. Also remove debugging.
5615
5616 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
5617
5618 * cus-start.el (all): Add ns-use-srgb-colorspace.
5619
5620 2013-12-21 Chong Yidong <cyd@gnu.org>
5621
5622 * custom.el (custom-theme-recalc-face): Do nothing if the face is
5623 undefined. Thus, theme settings for undefined faces do not take
5624 effect until the faces are defined with defface, the same as with
5625 theme variables.
5626
5627 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
5628 (face-spec-reset-face): Don't assign extra properties in temacs.
5629 (face-spec-recalc): Apply X resources too.
5630
5631 2013-12-21 Chong Yidong <cyd@gnu.org>
5632
5633 * faces.el (face-spec-set):
5634 * cus-face.el (custom-theme-set-faces, custom-set-faces):
5635 * custom.el (defface): Doc fixes (Bug#16203).
5636
5637 * indent.el (indent-rigidly-map): Add docstring, and move commands
5638 into named functions.
5639 (indent-rigidly-left, indent-rigidly-right)
5640 (indent-rigidly-left-to-tab-stop)
5641 (indent-rigidly-right-to-tab-stop): New functions. Decide on
5642 indentation direction based on bidi direction, and accumulate
5643 sequential commands in a single undo boundary.
5644 (indent-rigidly--pop-undo): New utility function.
5645
5646 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
5647
5648 * faces.el (read-face-name): Require crm.el when using crm-separator.
5649
5650 2013-12-20 Daniel Colascione <dancol@dancol.org>
5651
5652 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
5653 so that we don't reflow comments into the shebang line.
5654
5655 2013-12-20 Juri Linkov <juri@jurta.org>
5656
5657 * saveplace.el (save-place-to-alist): Add `dired-filename' as
5658 a position when `dired-directory' is non-nil. Check integer
5659 positions with `integerp'.
5660 (toggle-save-place, save-places-to-alist): Add check for
5661 `dired-directory'.
5662 (save-place-find-file-hook): Check integer positions with
5663 `integerp'.
5664 (save-place-dired-hook): Use `dired-goto-file' when
5665 `dired-filename' is found in the assoc list. Check integer
5666 positions with `integerp'.
5667 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
5668
5669 * dired.el (dired-initial-position-hook): Rename back from
5670 `dired-initial-point-hook'.
5671 (dired-initial-position): Rename `dired-initial-point-hook' to
5672 `dired-initial-position-hook'.
5673 (dired-file-name-at-point): Doc fix. (Bug#15329)
5674
5675 2013-12-20 Juri Linkov <juri@jurta.org>
5676
5677 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
5678 (read-regexp-suggestions): New function.
5679 (read-regexp): Use `read-regexp-defaults-function' to get default values.
5680 Use `read-regexp-suggestions'. Add non-empty default to history
5681 for empty input.
5682 (occur-read-regexp-defaults-function): Remove function.
5683 (occur-read-primary-args): Use `regexp-history-last' instead of
5684 `occur-read-regexp-defaults-function'.
5685
5686 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
5687 (hi-lock-line-face-buffer, hi-lock-face-buffer)
5688 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
5689 `hi-lock-read-regexp-defaults-function'. Doc fix.
5690 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
5691 with `find-tag-default-as-symbol-regexp'. Doc fix.
5692 (hi-lock-read-regexp-defaults): Remove function.
5693 (hi-lock-regexp-okay): Add check for null.
5694
5695 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
5696 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
5697
5698 * subr.el (find-tag-default-as-symbol-regexp): New function.
5699 (find-tag-default-as-regexp): Move symbol regexp formatting to
5700 `find-tag-default-as-symbol-regexp'.
5701
5702 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
5703
5704 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
5705 (Bug#14179)
5706
5707 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
5708
5709 * calendar/todo-mode.el: New implementation of item insertion
5710 commands and key bindings.
5711 (todo-key-prompt): New face.
5712 (todo-insert-item): New command.
5713 (todo-insert-item--parameters): New defconst, replacing defvar
5714 todo-insertion-commands-args-genlist.
5715 (todo-insert-item--param-key-alist): New defconst, replacing
5716 defvar todo-insertion-commands-arg-key-list.
5717 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
5718 (todo-insert-item--argsleft, todo-insert-item--apply-args)
5719 (todo-insert-item--next-param): New functions.
5720 (todo-insert-item--args, todo-insert-item--argleft)
5721 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
5722 New variables.
5723 (todo-key-bindings-t): Change binding of "i" from
5724 todo-insertion-map to todo-insert-item.
5725 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
5726 (todo-insertion-command-name, todo-insertion-commands-names)
5727 (todo-define-insertion-command, todo-insertion-commands)
5728 (todo-insertion-key-bindings, todo-insertion-map): Remove.
5729
5730 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
5731
5732 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
5733 (todo-toggle-item-highlighting): Use eval-and-compile instead of
5734 eval-when-compile.
5735 (todo-move-category): Allow choosing a non-existing todo file to
5736 move the category to, and create that file.
5737 (todo-default-priority): New user option.
5738 (todo-set-item-priority): Use it.
5739 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
5740 (desktop-restore-file-buffer): Declare.
5741 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
5742 (todo-modes-set-2): Locally set desktop-save-buffer to
5743 todo-desktop-save-buffer.
5744 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
5745 (auto-mode-alist): Add autoload cookie.
5746
5747 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
5748
5749 * emacs-lisp/subr-x.el: Renamed from helpers.el.
5750 helpers.el was a poor choice of name.
5751 (string-remove-prefix): New function.
5752 (string-remove-suffix): New function.
5753
5754 2013-12-20 Martin Rudalics <rudalics@gmx.at>
5755
5756 Fix assignment for new window total sizes.
5757 * window.el (window--pixel-to-size): Remove function.
5758 (window--pixel-to-total-1, window--pixel-to-total):
5759 Fix calculation of new total sizes.
5760
5761 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
5762
5763 * comint.el (comint-output-filter): Fix rear-nonsticky property
5764 placement (Bug#16010).
5765
5766 2013-12-20 Chong Yidong <cyd@gnu.org>
5767
5768 * faces.el (read-color): Minor fix for completion function.
5769
5770 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
5771
5772 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
5773 New option. (Bug#16182)
5774 (ruby-smie--indent-to-stmt-p): Use it.
5775 (ruby-smie-rules): Revert the logic in the handling of `when'.
5776 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
5777 (ruby-deep-arglist, ruby-deep-indent-paren)
5778 (ruby-deep-indent-paren-style): Update docstrings to note that the
5779 vars don't have any effect with SMIE.
5780
5781 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
5782
5783 * calc/calc.el (calc-enter, calc-pop): Use the variable
5784 `calc-context-sensitive-enter'.
5785
5786 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5787
5788 * net/shr.el (shr-insert): Protect against infloops in degenerate
5789 tables.
5790
5791 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5792
5793 * progmodes/octave.el (octave): Add link to manual and octave
5794 homepage.
5795 (octave-mode-menu): Link to octave-mode manual.
5796
5797 2013-12-20 Leo Liu <sdl.web@gmail.com>
5798
5799 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
5800 insertion using skeleton-end-newline. (Bug#16138)
5801
5802 2013-12-20 Juri Linkov <juri@jurta.org>
5803
5804 * replace.el (occur-engine): Use `add-face-text-property'
5805 to add the face property to matches and titles. (Bug#14645)
5806
5807 * hi-lock.el (hi-green): Use lighter color "light green" closer to
5808 the palette of other hi-lock colors.
5809 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
5810
5811 2013-12-19 Juri Linkov <juri@jurta.org>
5812
5813 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
5814 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
5815 (minibuffer-history-symbol): Move variable declaration closer to
5816 its usage.
5817
5818 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
5819 (Bug#14785)
5820
5821 2013-12-19 Juri Linkov <juri@jurta.org>
5822
5823 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
5824 New function.
5825 (log-edit-hook): Add it to :options. (Bug#16170)
5826
5827 2013-12-19 Juri Linkov <juri@jurta.org>
5828
5829 * simple.el (eval-expression-print-format): Don't check for
5830 command names and the last command. Always display additional
5831 formats of the integer result in the echo area, and insert them
5832 to the current buffer only with a zero prefix arg.
5833 Display character when char-displayable-p is non-nil.
5834 (eval-expression): With a zero prefix arg, set `print-length' and
5835 `print-level' to nil, and insert the integer values from
5836 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
5837
5838 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
5839 `eval-last-sexp-arg-internal'. Doc fix.
5840 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
5841 `eval-last-sexp-print-value'. Doc fix.
5842 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
5843 Set `print-length' and `print-level' to nil when arg is zero.
5844 (eval-last-sexp): Doc fix.
5845 (eval-defun-2): Print the integer values from
5846 `eval-expression-print-format' at the end.
5847
5848 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
5849 values from `eval-expression-print-format' at the end.
5850
5851 * ielm.el (ielm-eval-input): Print the integer
5852 values from `eval-expression-print-format' at the end.
5853
5854 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
5855
5856 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
5857 2013-12-11T19:01:44Z!tzz@lifelogs.com.
5858
5859 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
5860
5861 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
5862 (hl-line-highlight, global-hl-line-highlight): Use it.
5863 (hl-line-overlay): Use defvar-local.
5864
5865 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
5866
5867 * term/ns-win.el: Require dnd.
5868 (global-map): Remove drag items.
5869 (ns-insert-text, ns-set-foreground-at-mouse)
5870 (ns-set-background-at-mouse):
5871 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
5872 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
5873 New functions.
5874
5875 2013-12-19 Glenn Morris <rgm@gnu.org>
5876
5877 * emacs-lisp/ert.el (ert-select-tests):
5878 Fix string/symbol mixup. (Bug#16121)
5879
5880 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
5881
5882 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
5883 keywords to their parent.
5884
5885 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
5886
5887 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
5888 first arg to be a string (fixed dead code), or an operator symbol.
5889 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
5890 operator symbols.
5891 (ruby-smie-rules): Remove parent token check in the `.' clause, it
5892 did nothing. Don't respond to `(:after ".")', it will be called
5893 with :before anyway. Remove the ` @ ' rule, it didn't seem to
5894 change anything. Only return indentation for binary operators
5895 when they are hanging. De-dent opening paren when its parent is
5896 `.', otherwise it looks bad when the dot is not at bol or eol
5897 (bug#16182).
5898
5899 2013-12-19 Juri Linkov <juri@jurta.org>
5900
5901 * replace.el (query-replace-read-args): Split a non-negative arg
5902 and a negative arg into separate elements.
5903 (query-replace, query-replace-regexp, replace-string)
5904 (replace-regexp): Add arg `backward'. Doc fix.
5905 (replace-match-maybe-edit): When new arg `backward' is non-nil,
5906 move point to the beginning of the match.
5907 (replace-search, replace-highlight): Use new arg `backward'
5908 to set the value of `isearch-forward'.
5909 (perform-replace): Add arg `backward' and use it to perform
5910 replacement backward. (Bug#14979)
5911
5912 * isearch.el (isearch-query-replace): Use a negative prefix arg
5913 to call `perform-replace' with a non-nil arg `backward'.
5914
5915 2013-12-18 Juri Linkov <juri@jurta.org>
5916
5917 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
5918 to the default list. Move `log-edit-show-files' to the end.
5919 Add more available functions to options.
5920 (log-edit): Move default specific settings to
5921 `log-edit-insert-message-template'. Don't move point.
5922 (log-edit-insert-message-template): New function.
5923 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
5924 (Bug#16170)
5925
5926 2013-12-18 Juri Linkov <juri@jurta.org>
5927
5928 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
5929 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
5930
5931 2013-12-18 Leo Liu <sdl.web@gmail.com>
5932
5933 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
5934 (Bug#16186)
5935
5936 2013-12-18 Eli Zaretskii <eliz@gnu.org>
5937
5938 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
5939 formats for displaying file sizes when the -s switch is given.
5940 Instead, compute a separate format for displaying the size in
5941 blocks, which is displayed in addition to the "regular" size.
5942 When -h is given in addition to -s, produce size in blocks in
5943 human-readable form as well. (Bug#16179)
5944
5945 2013-12-18 Tassilo Horn <tsdh@gnu.org>
5946
5947 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
5948 Reference tables with ~\ref{...} instead of only \ref{...}.
5949
5950 2013-12-18 Chong Yidong <cyd@gnu.org>
5951
5952 * cus-edit.el (custom-magic-alist): Fix "themed" description
5953 (Bug#14348).
5954
5955 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
5956 is non-nil, do not create a new entry in the symbol's theme-value
5957 or theme-face property; update theme-settings only (Bug#14664).
5958 (custom-available-themes): Doc fix.
5959
5960 * cus-theme.el (custom-new-theme-mode-map): Add bindings
5961 (Bug#15674).
5962
5963 * replace.el (occur-engine): Avoid infloop (Bug#7593).
5964
5965 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
5966
5967 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
5968 (Bug#13914).
5969
5970 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5971
5972 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
5973
5974 2013-12-18 Glenn Morris <rgm@gnu.org>
5975
5976 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
5977 * cus-start.el (load-prefer-newer): New option.
5978
5979 2013-12-18 Le Wang <l26wang@gmail.com>
5980
5981 * comint.el (comint-previous-matching-input-from-input):
5982 Retain point (Bug#13404).
5983
5984 2013-12-18 Chong Yidong <cyd@gnu.org>
5985
5986 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
5987
5988 2013-12-18 Glenn Morris <rgm@gnu.org>
5989
5990 * mail/emacsbug.el (report-emacs-bug):
5991 Only mention enable-multibyte-characters if non-standard.
5992
5993 2013-12-17 Juri Linkov <juri@jurta.org>
5994
5995 * arc-mode.el (archive-extract-by-file): Check if directory exists
5996 before deletion to not show irrelevant errors if it doesn't exist.
5997
5998 2013-12-17 Juri Linkov <juri@jurta.org>
5999
6000 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
6001 (Bug#14751)
6002
6003 * net/eww.el (browse-web): Add alias to `eww'.
6004 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
6005 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
6006
6007 * net/browse-url.el (browse-url-browser-function): Move `eww'
6008 closer to similar functions.
6009
6010 * startup.el (fancy-startup-screen, fancy-about-screen):
6011 Set browse-url-browser-function to eww-browse-url locally.
6012 (Bug#14751)
6013
6014 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
6015
6016 * window.el (window--pixel-to-total): Remove unused `mini' var.
6017 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
6018 (split-window): Remove unused `new' var.
6019 (window--display-buffer): Remove unused `frame' and `delta' vars.
6020 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
6021 and display-width'.
6022
6023 2013-12-17 Martin Rudalics <rudalics@gmx.at>
6024
6025 * dired.el (dired-mark-pop-up):
6026 * register.el (register-preview): Don't bind
6027 split-height-threshold here since it's now done in
6028 display-buffer-below-selected.
6029
6030 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
6031
6032 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
6033 xterm-rgb-convert-to-16bit.
6034 (rxvt-register-default-colors): Standardize with
6035 xterm-register-default-colors (Bug#14078).
6036
6037 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
6038
6039 * simple.el (kill-region): Pass mark first, then point, so that
6040 kill-append works right (Bug#12819).
6041 (copy-region-as-kill, kill-ring-save): Likewise.
6042
6043 2013-12-17 Leo Liu <sdl.web@gmail.com>
6044
6045 * net/rcirc.el (rcirc-add-face):
6046 * eshell/em-prompt.el (eshell-emit-prompt):
6047 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
6048 (Bug#16167)
6049
6050 2013-12-17 Chong Yidong <cyd@gnu.org>
6051
6052 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
6053 Suggested by Xue Fuqiao.
6054
6055 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
6056
6057 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
6058
6059 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
6060
6061 * net/shr.el (shr-insert-document): Remove unused var
6062 `shr-preliminary-table-render'.
6063 (shr-rescale-image): Remove unused arg `force'.
6064 (shr-put-image): Update calls accordingly.
6065 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
6066
6067 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
6068
6069 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
6070 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
6071 :close-all, to see which indentation method to use (Bug#16116).
6072 (smie-rules-function): Document the method :close-all.
6073
6074 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6075
6076 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
6077
6078 * net/eww.el (eww-display-html): If we can't find the anchor we're
6079 looking for, then go to point-min.
6080
6081 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
6082
6083 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
6084 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
6085 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
6086 Expand dir too, in case it's relative.
6087
6088 2013-12-16 Juri Linkov <juri@jurta.org>
6089
6090 * desktop.el (desktop-auto-save-timeout): Change default to
6091 `auto-save-timeout'. Doc fix.
6092 (desktop-save): Skip the timestamp in desktop-saved-frameset
6093 when checking for auto-save changes.
6094 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
6095 `desktop-auto-save' is called repeatedly by the idle timer.
6096 (desktop-auto-save-set-timer): Replace `run-with-timer' with
6097 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
6098 (Bug#15331)
6099
6100 2013-12-16 Juri Linkov <juri@jurta.org>
6101
6102 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
6103 (Bug#16035)
6104 (isearch-pre-command-hook): Check `this-command' for symbolp.
6105
6106 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
6107
6108 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
6109
6110 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
6111
6112 * progmodes/cfengine.el (cfengine3--current-word): Remove.
6113 (cfengine3--current-function): Bring in the current-function
6114 functionality from `cfengine3--current-word'.
6115 (cfengine3-completion-function): Bring in the
6116 bounds-of-current-word functionality from
6117 `cfengine3--current-word'.
6118
6119 2013-12-16 Martin Rudalics <rudalics@gmx.at>
6120
6121 * window.el (display-buffer-below-selected):
6122 Bind split-height-threshold to 0 as suggested by Juri Linkov.
6123
6124 2013-12-16 Leo Liu <sdl.web@gmail.com>
6125
6126 * progmodes/compile.el (compile-goto-error): Do not push-mark.
6127 Remove NOMSG arg and all uses changed.
6128
6129 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
6130
6131 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
6132 (cua--deactivate-rectangle): Don't deactivate the mark.
6133 (cua-set-rectangle-mark): Don't set mark-active since
6134 cua--activate-rectangle already does it for us.
6135 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
6136 non-rectangular region.
6137
6138 * emulation/cua-base.el (cua-repeat-replace-region):
6139 Use with-current-buffer.
6140
6141 * net/gnutls.el: Use cl-lib.
6142 (gnutls-negotiate): `mapcan' -> cl-mapcan.
6143
6144 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
6145
6146 * emacs-lisp/package.el (package-built-in-p): Support both
6147 built-in and the package.el converted package descriptions.
6148 (package-show-package-list): Allow keywords.
6149 (package-keyword-button-action): Use it instead of
6150 `finder-list-matches'.
6151 (package-menu-filter-interactive): Interactive filtering (by
6152 keyword) function.
6153 (package-menu--generate): Support keywords and change keymappings
6154 and headers when they are given.
6155 (package--has-keyword-p): Helper function.
6156 (package-menu--refresh): Use it.
6157 (package--mapc): Helper function.
6158 (package-all-keywords): Use it.
6159 (package-menu-mode-map): Set up menu items and keybindings to
6160 provide a filtering UI.
6161
6162 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
6163
6164 * net/gnutls.el (gnutls-verify-error): New defcustom to control
6165 the behavior when a certificate fails validation. Defaults to
6166 old behavior: never abort, just warn.
6167 (gnutls-negotiate): Use it.
6168
6169 2013-12-14 Martin Rudalics <rudalics@gmx.at>
6170
6171 * window.el (display-buffer-below-selected): Never split window
6172 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
6173
6174 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
6175
6176 * emacs-lisp/package.el (package--prepare-dependencies): New function.
6177 (package-buffer-info): Use it (bug#15108).
6178
6179 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
6180
6181 * icomplete.el (icomplete-completions): Make sure the prefix is already
6182 displayed elsewhere before hiding it (bug#16219).
6183
6184 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
6185
6186 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
6187 open-paren tokens when preceded by a open-paren, too.
6188 (ruby-smie-rules): Handle virtual indentation after open-paren
6189 tokens specially. If there is code between it and eol, return the
6190 column where is starts (Bug#16118).
6191
6192 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
6193
6194 * progmodes/cfengine.el: Fix `add-hook' doc.
6195 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
6196 (cfengine3--current-word): Fix parameters.
6197 (cfengine3-make-syntax-cache): Simplify further.
6198 (cfengine3-completion-function, cfengine3--current-function):
6199 Use `assq' for symbols.
6200 (cfengine3--current-function): Fix `cfengine3--current-word' call.
6201
6202 2013-12-13 Glenn Morris <rgm@gnu.org>
6203
6204 * loadup.el (load-path): Warn if site-load or site-init changes it.
6205 No more need to reset it when bootstrapping.
6206
6207 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
6208
6209 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
6210 locations for cf-promises.
6211 (cfengine-mode-syntax-functions-regex): New caching variable.
6212 (cfengine3-fallback-syntax): Fallback syntax for cases where
6213 cf-promises doesn't run.
6214 (cfengine3--current-word): Reimplement using
6215 `cfengine-mode-syntax-functions-regex'.
6216 (cfengine3-completion-function, cfengine3--current-function):
6217 Use `cfengine3-make-syntax-cache' directly.
6218 (cfengine3-clear-syntax-cache): New function.
6219 (cfengine3-make-syntax-cache): Simplify and create
6220 `cfengine-mode-syntax-functions-regex' on demand.
6221 (cfengine3-format-function-docstring): Don't call
6222 `cfengine3-make-syntax-cache' explicitly.
6223
6224 2013-12-13 Martin Rudalics <rudalics@gmx.at>
6225
6226 Fix windmove-find-other-window broken after pixelwise resizing
6227 (Bug#16017).
6228 * windmove.el (windmove-other-window-loc): Revert change from
6229 2013-12-04.
6230 (windmove-find-other-window): Call window-in-direction.
6231 * window.el (window-in-direction): New arguments SIGN, WRAP and
6232 MINI to emulate original windmove-find-other-window behavior.
6233
6234 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
6235
6236 * simple.el (blink-matching--overlay): New variable.
6237 (blink-matching-open): Instead of moving point, highlight the
6238 matching paren with an overlay
6239 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
6240
6241 * faces.el (paren-showing-faces, show-paren-match)
6242 (show-paren-mismatch): Move from paren.el.
6243
6244 2013-12-13 Leo Liu <sdl.web@gmail.com>
6245
6246 * indent.el (indent-region): Disable progress reporter in
6247 minibuffer. (Bug#16108)
6248
6249 * bindings.el (visual-order-cursor-movement): Fix version.
6250
6251 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
6252
6253 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
6254 Also match after beginning of line.
6255 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
6256 files. Thanks to Russell Sim. (Bug#15378)
6257
6258 2013-12-13 Juri Linkov <juri@jurta.org>
6259
6260 * simple.el <Keypad support>: Remove key bindings duplicated
6261 with bindings.el. (Bug#14397)
6262
6263 2013-12-13 Juri Linkov <juri@jurta.org>
6264
6265 * comint.el (comint-mode-map): Replace `delete-char' with
6266 `delete-forward-char'. (Bug#16109)
6267
6268 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
6269
6270 * progmodes/python.el (python-indent-calculate-indentation):
6271 Fix de-denters cornercase. (Bug#15731)
6272
6273 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6274
6275 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
6276 (advice--make): Pay attention to `depth'.
6277 (advice--make-1): Don't autoload commands eagerly.
6278 * emacs-lisp/elp.el (elp-instrument-function):
6279 * emacs-lisp/trace.el (trace-function-internal):
6280 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
6281
6282 * iswitchb.el (iswitchb-mode): Don't belittle ido.
6283
6284 2013-12-12 Eli Zaretskii <eliz@gnu.org>
6285
6286 * term/w32-win.el (w32-handle-dropped-file):
6287 * startup.el (normal-top-level):
6288 * net/browse-url.el (browse-url-file-url):
6289 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
6290 decode file names using 'utf-8' rather than
6291 file-name-coding-system.
6292
6293 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
6294
6295 * progmodes/python.el (python-indent-context)
6296 (python-indent-calculate-indentation): Fix auto-identation
6297 behavior for comment blocks. (Bug#15916)
6298
6299 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6300
6301 * progmodes/python.el (python-indent-calculate-indentation):
6302 When determining indentation, don't treat "return", "pass", etc., as
6303 operators when they are just string constituents. (Bug#15812)
6304
6305 2013-12-12 Juri Linkov <juri@jurta.org>
6306
6307 * uniquify.el (uniquify-buffer-name-style): Change default to
6308 `post-forward-angle-brackets'.
6309
6310 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
6311 `uniquify'. Change default to `post-forward-angle-brackets'.
6312
6313 2013-12-11 Glenn Morris <rgm@gnu.org>
6314
6315 * emacs-lisp/package.el (finder-list-matches):
6316 Autoload rather than falsely declaring.
6317
6318 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
6319
6320 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
6321 (eww-mode-map): Use them.
6322
6323 2013-12-11 Martin Rudalics <rudalics@gmx.at>
6324
6325 * window.el (display-buffer-in-side-window): Fix doc-string
6326 (Bug#16115).
6327
6328 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
6329
6330 * vc/vc-git.el: Silence byte-compiler warnings.
6331 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
6332 (log-edit-set-header): Declare.
6333
6334 2013-12-11 Eli Zaretskii <eliz@gnu.org>
6335
6336 * Makefile.in (custom-deps, finder-data): Run output file names
6337 through unmsys--file-name. (Bug#16099)
6338
6339 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
6340
6341 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
6342 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
6343
6344 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
6345 instead of deleting the selection "by hand" (bug#16098).
6346 Rely on insert-for-yank to yank rectangles.
6347 (cua-highlight-region-shift-only): Mark obsolete.
6348 (cua-mode): Don't enable/disable transient-mark-mode,
6349 shift-select-mode (cua-mode works both with and without them), and
6350 pc-selection-mode (obsolete).
6351 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
6352 (cua--deactivate-rectangle): Deactivate it.
6353
6354 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
6355 (delete-selection-helper): Make sure yank starts at the top of the
6356 deleted region.
6357 (minibuffer-keyboard-quit): Use region-active-p.
6358
6359 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
6360
6361 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
6362 to `delete' (bug#16109).
6363
6364 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6365
6366 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
6367 info manual and show keybindings and set `:group' keyword.
6368
6369 2013-12-11 Juri Linkov <juri@jurta.org>
6370
6371 * delsel.el (delete-active-region): Let-bind `this-command'
6372 to prevent `kill-region' from changing its original value.
6373 (delete-selection-helper): Handle `overwrite-mode' for the type
6374 `kill' exactly the same way as for the type `t'.
6375 (insert-char, quoted-insert, reindent-then-newline-and-indent):
6376 Support more commands. (Bug#13312)
6377
6378 2013-12-11 Juri Linkov <juri@jurta.org>
6379
6380 * bindings.el: Map kp keys to non-kp keys systematically
6381 with basic modifiers control, meta and shift. (Bug#14397)
6382
6383 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
6384
6385 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
6386 "Close browser" menu items. Fix wrong function of "List
6387 bookmarks".
6388
6389 2013-12-11 Juri Linkov <juri@jurta.org>
6390
6391 * misearch.el (multi-isearch-buffers): Set the value of
6392 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
6393 arg of isearch-forward to t.
6394 (multi-isearch-buffers-regexp): Set the value of
6395 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
6396 arg of isearch-forward-regexp to t.
6397 (multi-isearch-files): Set the value of
6398 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
6399 arg of isearch-forward to t.
6400 (multi-isearch-files-regexp): Set the value of
6401 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
6402 arg of isearch-forward-regexp to t. (Bug#16035)
6403
6404 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
6405 arg of isearch-forward to t.
6406 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
6407 arg of isearch-forward-regexp to t.
6408 (dired-isearch-filter-filenames): Remove unnecessary check for
6409 `dired-isearch-filenames'.
6410
6411 * comint.el (comint-history-isearch-backward):
6412 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
6413 (comint-history-isearch-backward-regexp):
6414 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
6415
6416 2013-12-10 Eli Zaretskii <eliz@gnu.org>
6417
6418 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
6419 unmsys--file-name. (Bug#16099)
6420
6421 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
6422
6423 * emacs-lisp/package.el (package-keyword-button-action):
6424 Remove finder.el require dependency.
6425
6426 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
6427
6428 * emacs-lisp/package.el: Require finder.el.
6429 (describe-package-1): Add keyword buttons.
6430 (package-make-button): New convenience function.
6431 (package-keyword-button-action): Keyword button action using
6432 `finder-list-matches'.
6433
6434 2013-12-09 Eli Zaretskii <eliz@gnu.org>
6435
6436 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
6437 last commit.
6438
6439 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
6440
6441 * autorevert.el (auto-revert-notify-add-watch): Do not handle
6442 symlinked files.
6443
6444 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
6445
6446 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
6447 after the end of a percent literal.
6448
6449 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
6450
6451 * progmodes/ruby-mode.el (ruby-forward-string): Document.
6452 Handle caret-delimited strings (Bug#16079).
6453
6454 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
6455
6456 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
6457 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
6458 `ruby-parse-partial' (Bug#16078).
6459
6460 2013-12-09 Leo Liu <sdl.web@gmail.com>
6461
6462 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
6463
6464 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
6465
6466 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
6467 (js-switch-indent-offset): New option.
6468 (js--proper-indentation): Use it. And handle the case when
6469 "default" is actually a key in an object literal.
6470 (js--same-line): New function.
6471 (js--multi-line-declaration-indentation): Use it.
6472 (js--indent-in-array-comp, js--array-comp-indentation):
6473 New functions.
6474 (js--proper-indentation): Use them, to handle array comprehension
6475 continuations.
6476
6477 2013-12-08 Leo Liu <sdl.web@gmail.com>
6478
6479 * progmodes/flymake.el (flymake-highlight-line): Re-write.
6480 (flymake-make-overlay): Remove arg MOUSE-FACE.
6481 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
6482
6483 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6484
6485 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
6486 New function.
6487 (redisplay-highlight-region-function): Use it.
6488
6489 * emulation/cua-base.el (cua--explicit-region-start)
6490 (cua--last-region-shifted): Remove.
6491 (cua--deactivate): Use deactivate-mark.
6492 (cua--pre-command-handler-1): Don't handle shift-selection.
6493 (cua--post-command-handler-1): Don't change transient-mark-mode.
6494 (cua--select-keymaps): Use region-active-p rather than
6495 cua--explicit-region-start or cua--last-region-shifted.
6496 (cua-mode): Enable shift-select-mode.
6497
6498 2013-12-08 Leo Liu <sdl.web@gmail.com>
6499
6500 * progmodes/flymake.el (flymake-popup-current-error-menu):
6501 Rename from flymake-display-err-menu-for-current-line. Reimplement.
6502 (flymake-posn-at-point-as-event, flymake-popup-menu)
6503 (flymake-make-emacs-menu): Remove. (Bug#16077)
6504
6505 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6506
6507 * rect.el (rectangle-mark-mode): Activate mark even if
6508 transient-mark-mode is off (bug#16066).
6509 (rectangle--highlight-for-redisplay): Fix boundary condition when point
6510 is > mark and at bolp.
6511
6512 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
6513 (region-extract-function): Use it.
6514 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
6515 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
6516 Delete functions.
6517 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
6518 kill-ring-save, kill-region, delete-char, delete-forward-char.
6519 Ignore self-insert-iso.
6520
6521 * emulation/cua-gmrk.el (cua--init-global-mark):
6522 Ignore `self-insert-iso'.
6523
6524 * emulation/cua-base.el (cua--prefix-copy-handler)
6525 (cua--prefix-cut-handler): Rely on region-extract-function rather than
6526 checking cua--rectangle.
6527 (cua-delete-region): Use region-extract-function.
6528 (cua-replace-region): Delete function.
6529 (cua-copy-region, cua-cut-region): Obey region-extract-function.
6530 (cua--pre-command-handler-1): Don't do the delete-selection thing.
6531 (cua--self-insert-char-p): Ignore `self-insert-iso'.
6532 (cua--init-keymaps): Don't remap delete-selection commands.
6533 (cua-mode): Use delete-selection-mode instead of rolling our own
6534 (bug#16085).
6535
6536 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
6537 Obey region-extract-function.
6538
6539 Make registers and delete-selection-mode work on rectangles.
6540 * register.el (describe-register-1): Don't modify the register's value.
6541 (copy-to-register): Obey region-extract-function.
6542 * delsel.el (delete-active-region): Obey region-extract-function.
6543
6544 2013-12-08 Leo Liu <sdl.web@gmail.com>
6545
6546 * progmodes/flymake.el (flymake, flymake-error-bitmap)
6547 (flymake-warning-bitmap, flymake-fringe-indicator-position)
6548 (flymake-compilation-prevents-syntax-check)
6549 (flymake-start-syntax-check-on-newline)
6550 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
6551 (flymake-start-syntax-check-on-find-file, flymake-log-level)
6552 (flymake-xml-program, flymake-master-file-dirs)
6553 (flymake-master-file-count-limit)
6554 (flymake-allowed-file-name-masks): Relocate.
6555 (flymake-makehash, flymake-float-time)
6556 (flymake-replace-regexp-in-string, flymake-split-string)
6557 (flymake-get-temp-dir): Remove.
6558 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
6559 (flymake-current-row, flymake-selected-frame)
6560 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
6561 related functions. (Bug#16077)
6562
6563 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
6564
6565 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
6566
6567 2013-12-07 Tassilo Horn <tsdh@gnu.org>
6568
6569 * help-fns.el (describe-function-1): Use new advice-* functions
6570 rather than old ad-* functions. Fix function type description and
6571 source links for advised functions and subrs.
6572
6573 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6574
6575 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
6576
6577 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
6578
6579 * progmodes/compile.el (compilation-start):
6580 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
6581
6582 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
6583 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
6584
6585 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
6586
6587 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
6588 Touch up the last change.
6589
6590 2013-12-06 Leo Liu <sdl.web@gmail.com>
6591
6592 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
6593 (inferior-octave-startup): Always use "octave> " for prompt.
6594 (octave-goto-function-definition)
6595 (octave-sync-function-file-names)
6596 (octave-find-definition-default-filename): Remove redundant backquotes.
6597
6598 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
6599
6600 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
6601 syntax for `?'.
6602 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
6603 where appropriate already.
6604 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
6605 end of method names (Bug#15874).
6606
6607 2013-12-06 Juri Linkov <juri@jurta.org>
6608
6609 * isearch.el (isearch--saved-overriding-local-map):
6610 New internal variable.
6611 (isearch-mode): Set it to the initial value of
6612 `overriding-terminal-local-map'.
6613 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
6614 with `isearch--saved-overriding-local-map'. (Bug#16035)
6615
6616 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
6617
6618 * progmodes/octave.el (inferior-octave-completion-table):
6619 Turn back into function, use `completion-table-with-cache'
6620 (Bug#11906). Update all references.
6621
6622 * minibuffer.el (completion-table-with-cache): New function.
6623
6624 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
6625
6626 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
6627
6628 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
6629
6630 * net/eww.el (eww-current-source): New variable to store page
6631 source.
6632 (eww-display-html, eww-mode, eww-save-history)
6633 (eww-restore-history): Use it.
6634 (eww-view-source): New command to view page source.
6635 Opportunistically uses `html-mode' to highlight the buffer.
6636 (eww-mode-map): Install it.
6637
6638 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
6639
6640 * net/dbus.el (dbus-unregister-service)
6641 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
6642 Fix docstring.
6643 (dbus-unregister-service): Skip :serial entries in
6644 `dbus-registered-objects-table'.
6645 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
6646
6647 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
6648
6649 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
6650 around keywords with extra `split-string' argument.
6651
6652 2013-12-04 Martin Rudalics <rudalics@gmx.at>
6653
6654 * windmove.el (windmove-other-window-loc): Handle navigation
6655 between windows (excluding the minibuffer window - Bug#16017).
6656
6657 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
6658
6659 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
6660 in D-Bus type syntax.
6661 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
6662 preserve unibyte strings. (Bug#16048)
6663
6664 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6665
6666 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
6667 Call force-mode-line-update is the proper buffer (bug#16042).
6668
6669 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
6670
6671 * vc/log-edit.el (log-edit-add-new-comment): Rename to
6672 `log-edit-remember-comment', make argument optional. Adjust all
6673 callers.
6674 (log-edit-mode): Add `log-edit-remember-comment' to
6675 `kill-buffer-hook' locally.
6676 (log-edit-kill-buffer): Don't remember comment explicitly since
6677 the buffer is killed anyway.
6678
6679 2013-12-04 Juri Linkov <juri@jurta.org>
6680
6681 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
6682 add-hook and remove-hook for multi-buffer search. (Bug#16035)
6683
6684 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
6685
6686 * notifications.el (notifications-close-notification): Call the
6687 D-Bus method with ID being a `:uint32'. (Bug#16030)
6688
6689 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6690
6691 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
6692
6693 2013-12-03 Juri Linkov <juri@jurta.org>
6694
6695 * progmodes/compile.el (compilation-start): Rename window alist
6696 entry `no-display-ok' to `allow-no-window'.
6697
6698 * simple.el (shell-command): Add window alist entry
6699 `allow-no-window' to `display-buffer'.
6700 (async-shell-command): Doc fix.
6701
6702 * window.el (display-buffer-no-window): New action function.
6703 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
6704
6705 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6706
6707 * vc/log-edit.el (log-edit-set-header): Extract from
6708 `log-edit-toggle-header'.
6709 (log-edit-extract-headers): Separate the summary, when extracted
6710 from header, from the rest of the message with an empty line.
6711
6712 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
6713 line, if present, to the Summary header.
6714
6715 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6716
6717 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
6718 in current-buffer (bug#16029).
6719
6720 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
6721
6722 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
6723 (debugger-mode-map): Bind it.
6724 (debugger--backtrace-base): New function.
6725 (debugger-eval-expression): Use it.
6726 (debugger-frame-number): Skip local vars when present.
6727 (debugger--locals-visible-p, debugger--insert-locals)
6728 (debugger--show-locals, debugger--hide-locals): New functions.
6729
6730 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
6731
6732 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
6733 "LC_ALL".
6734 (tramp-get-remote-locale): New defun.
6735 (tramp-open-connection-setup-interactive-shell): Use it.
6736
6737 2013-12-02 Leo Liu <sdl.web@gmail.com>
6738
6739 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
6740
6741 * progmodes/sh-script.el (sh-shell-process):
6742 * progmodes/octave.el (inferior-octave-process-live-p):
6743 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
6744 (gdb-inferior-io-sentinel):
6745 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
6746
6747 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6748
6749 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
6750 `save-selected-window' to `log-edit-hide-buf'. This makes
6751 `log-edit-show-files' idempotent.
6752 (log-edit-show-files): Mark the new window as dedicated.
6753
6754 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6755
6756 * vc/log-edit.el (log-edit-mode-map): Add binding for
6757 `log-edit-kill-biffer'.
6758 (log-edit-hide-buf): Add a FIXME comment.
6759 (log-edit-add-new-comment): New function, extracted from
6760 `log-edit-done'.
6761 (log-edit-done, log-edit-add-to-changelog): Use it.
6762 (log-edit-kill-buffer): New command.
6763
6764 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6765
6766 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
6767 instead of killing the buffer.
6768
6769 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6770
6771 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
6772
6773 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6774
6775 * net/eww.el (eww-form-checkbox-selected-symbol)
6776 (eww-form-checkbox-symbol): New customizable variable.
6777 (eww-form-checkbox, eww-toggle-checkbox):
6778 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
6779
6780 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
6781 (shr--get-media-pref, shr--extract-best-source): New function.
6782 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
6783 no :src tag was specified.
6784
6785 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
6786 (eww-render): Handle `eww-use-external-browser-for-content-type'.
6787 Use \\` to match beginning of string instead of ^.
6788 (eww-browse-with-external-browser): Provide optional URL parameter.
6789 (eww-render): Set `eww-current-title' back to "".
6790
6791 * net/shr.el (shr-tag-video): Display content for video if no
6792 poster is available.
6793 (shr-tag-audio): Add support for <audio> tag.
6794
6795 * net/eww.el (eww-text-input-types): New const.
6796 (eww-process-text-input): Treat input types in
6797 `eww-text-input-types' as text.
6798
6799 * net/shr.el (shr-tag-table): Fix comment typo.
6800
6801 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6802
6803 * net/eww.el (eww-follow-link): New command to avoid reloading
6804 pages when we follow #target links (bug#15243).
6805 (eww-quit): Special mode buffers shouldn't query before exiting.
6806
6807 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
6808
6809 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
6810 forms.
6811
6812 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6813
6814 * net/eww.el (eww-restore-history): Update the window title after
6815 moving in the history.
6816 (eww-current-dom): New variable used to save the current DOM.
6817
6818 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
6819
6820 * vc/log-edit.el (log-edit-mode-map): Add binding for
6821 `log-edit-beginning-of-line'.
6822 (log-edit-setup-add-author): New user option.
6823 (log-edit-beginning-of-line): New command.
6824 (log-edit): Move major mode call above the contents setup so that
6825 the local variable values are already applied.
6826 (log-edit): Only insert "Author: " when
6827 `log-edit-setup-add-author' is non-nil.
6828 (log-edit): When SETUP is non-nil, position point after ": "
6829 instead of point-min.
6830
6831 2013-12-01 Glenn Morris <rgm@gnu.org>
6832
6833 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
6834
6835 2013-11-30 Eli Zaretskii <eliz@gnu.org>
6836
6837 * startup.el (fancy-splash-frame): On MS-Windows, trigger
6838 redisplay to make sure the initial frame gets a chance to become
6839 visible. (Bug#16014)
6840
6841 2013-11-30 Martin Rudalics <rudalics@gmx.at>
6842
6843 Support resizing frames and windows pixelwise.
6844 * cus-start.el (frame-resize-pixelwise)
6845 (window-resize-pixelwise): New entries.
6846 * emacs-lisp/debug.el (debug): Use window-total-height instead
6847 of window-total-size.
6848 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
6849 * help.el (describe-bindings-internal): Use help-buffer as
6850 argument for with-help-window.
6851 (temp-buffer-max-width): New option.
6852 (resize-temp-buffer-window, help-window-setup)
6853 (with-help-window): Rewrite.
6854 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
6855 dragging dividers.
6856 * window.el (frame-char-size, window-min-pixel-height)
6857 (window-safe-min-pixel-height, window-safe-min-pixel-width)
6858 (window-min-pixel-width, window-safe-min-pixel-size)
6859 (window-combination-p, window-safe-min-size)
6860 (window-resizable-p, window--size-to-pixel)
6861 (window--pixel-to-size, window--resize-apply-p): New functions.
6862 (window-safe-min-height): Fix doc-string.
6863 (window-size, window-min-size, window--min-size-1)
6864 (window-sizable, window-sizable-p, window--min-delta-1)
6865 (window-min-delta, window--max-delta-1, window-max-delta)
6866 (window--resizable, window--resizable-p, window-resizable)
6867 (window-full-height-p, window-full-width-p, window-at-side-p)
6868 (window--in-direction-2, window-in-direction)
6869 (window--resize-reset-1, window--resize-mini-window)
6870 (window-resize, window-resize-no-error)
6871 (window--resize-child-windows-normal)
6872 (window--resize-child-windows, window--resize-siblings)
6873 (window--resize-this-window, window--resize-root-window)
6874 (window--resize-root-window-vertically)
6875 (adjust-window-trailing-edge, enlarge-window, shrink-window)
6876 (maximize-window, minimize-window, delete-window)
6877 (quit-restore-window, window-split-min-size, split-window)
6878 (balance-windows-2, balance-windows)
6879 (balance-windows-area-adjust, balance-windows-area)
6880 (window--state-get-1, window-state-get, window--state-put-1)
6881 (window--state-put-2, window-state-put)
6882 (display-buffer-record-window, window--display-buffer):
6883 Make functions handle pixelwise sizing of windows.
6884 (display-buffer--action-function-custom-type)
6885 (display-buffer-fallback-action):
6886 Add display-buffer-in-previous-window.
6887 (display-buffer-use-some-window): Resize window to height it had
6888 before.
6889 (fit-window-to-buffer-horizontally): New option.
6890 (fit-frame-to-buffer): Describe new values.
6891 (fit-frame-to-buffer-bottom-margin): Replace with
6892 fit-frame-to-buffer-margins.
6893 (window--sanitize-margin): New function.
6894 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
6895 using window-text-pixel-size.
6896
6897 2013-11-30 Glenn Morris <rgm@gnu.org>
6898
6899 * emacs-lisp/bytecomp.el (byte-compile-form):
6900 Make the `interactive-only' warning like the `obsolete' one.
6901 * comint.el (comint-run):
6902 * files.el (insert-file-literally, insert-file):
6903 * replace.el (replace-string, replace-regexp):
6904 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
6905 (goto-line, insert-buffer, next-line, previous-line):
6906 Tweak `interactive-only' spec.
6907
6908 Stop keeping (most) generated cedet grammar files in the repository.
6909 * Makefile.in (semantic): New.
6910 (compile-main): Depend on semantic.
6911
6912 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6913
6914 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
6915 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
6916
6917 * uniquify.el (uniquify-buffer-name-style): Change default.
6918
6919 * loadup.el: Preload "uniquify".
6920
6921 * time.el (display-time-update): Update all mode lines (bug#15999).
6922
6923 * electric.el (electric-indent-mode): Enable by default.
6924 * loadup.el: Preload "electric".
6925
6926 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
6927
6928 * emacs-lisp/helpers.el (string-empty-p): New function.
6929 (string-blank-p): New function.
6930
6931 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
6932
6933 * imenu.el (imenu--index-alist): Add missing dot to the docstring
6934 (Bug#14029).
6935
6936 2013-11-29 Andreas Politz <politza@fh-trier.de>
6937 * imenu.el (imenu--subalist-p): Don't error on non-conses and
6938 allow non-lambda lists as functions.
6939 (imenu--in-alist): Don't recurse into non-subalists.
6940 (imenu): Don't pass function itself as an argument (Bug#14029).
6941
6942 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6943
6944 * progmodes/python.el (python-mode-map): Remove binding for ":".
6945 (python-indent-electric-colon): Remove command.
6946 (python-indent-post-self-insert-function): Integrate the previous code
6947 of python-indent-electric-colon. Make it conditional on
6948 electric-indent-mode.
6949 (python-mode): Add ?: to electric-indent-chars.
6950 Move python-indent-post-self-insert-function to the end of
6951 post-self-insert-hook.
6952
6953 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6954
6955 * doc-view.el (doc-view-goto-page): Update mode-line.
6956
6957 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
6958
6959 2013-11-27 Glenn Morris <rgm@gnu.org>
6960
6961 * international/charprop.el, international/uni-bidi.el:
6962 * international/uni-category.el, international/uni-combining.el:
6963 * international/uni-comment.el, international/uni-decimal.el:
6964 * international/uni-decomposition.el, international/uni-digit.el:
6965 * international/uni-lowercase.el, international/uni-mirrored.el:
6966 * international/uni-name.el, international/uni-numeric.el:
6967 * international/uni-old-name.el, international/uni-titlecase.el:
6968 * international/uni-uppercase.el:
6969 Remove generated files from VCS repository.
6970
6971 2013-11-27 Eli Zaretskii <eliz@gnu.org>
6972
6973 * filenotify.el (file-notify-add-watch): Don't special-case
6974 w32notify when computing the directory to watch.
6975
6976 2013-11-27 Glenn Morris <rgm@gnu.org>
6977
6978 Make bootstrap without generated uni-*.el files possible again.
6979 * loadup.el: Update command-line-args checking for unidata-gen.
6980 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
6981 * composite.el, international/characters.el:
6982 Handle unicode tables being undefined.
6983
6984 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
6985 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
6986 (compile-main): Depend on leim rule.
6987 (leim): New rule.
6988 * loadup.el: Move leim-list.el to leim/ subdirectory.
6989 * startup.el (normal-top-level): No more leim directory.
6990 * international/ja-dic-cnv.el (skkdic-convert):
6991 Disable version-control and autoloads in output files.
6992 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
6993 Disable version-control and autoloads in output files.
6994 * leim/quail: Move here from ../leim.
6995 * leim/quail/hangul.el (hangul-input-method-activate):
6996 Add autoload cookie.
6997 (generated-autoload-load-name): Set file-local value.
6998 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
6999 (generated-autoload-load-name): Set file-local value.
7000
7001 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
7002
7003 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
7004 (eww-add-bookmark): Ask confirmation when add to bookmarks.
7005 (eww-quit): Ask confirmation before quitting eww.
7006
7007 2013-11-26 Eli Zaretskii <eliz@gnu.org>
7008
7009 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
7010 reading output from Diff on MS-Windows and MS-DOS.
7011
7012 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
7013
7014 * emacs-lisp/helpers.el (string-reverse): New function.
7015
7016 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
7017
7018 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
7019 names on MS Windows, like "/[::1]:".
7020
7021 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
7022 SWITCHES.
7023
7024 2013-11-26 Glenn Morris <rgm@gnu.org>
7025
7026 * progmodes/python.el (python-indent-guess-indent-offset):
7027 Avoid corner-case error. (Bug#15975)
7028
7029 Preload leim-list.el. (Bug#4789)
7030 * loadup.el: Load leim-list.el when found.
7031 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
7032
7033 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
7034
7035 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
7036
7037 * emacs-lisp/helpers.el (string-join): New function.
7038
7039 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
7040
7041 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7042 Mark as obsolete and replace it with a symbol property.
7043 (byte-compile-form): Use new 'interactive-only property.
7044 * comint.el, files.el, replace.el, simple.el:
7045 Apply new 'interactive-only properly.
7046
7047 2013-11-25 Martin Rudalics <rudalics@gmx.at>
7048
7049 * window.el (display-buffer-at-bottom): Make sure that
7050 split-window-sensibly creates the new window on bottom
7051 (Bug#15961).
7052
7053 2013-11-23 David Kastrup <dak@gnu.org>
7054
7055 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
7056 on the conflict markers when available.
7057 (smerge--get-marker): New function.
7058 (smerge-end-re, smerge-base-re): Add subgroup.
7059
7060 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
7061
7062 * frame.el (handle-focus-in, handle-focus-out): Add missing
7063 interactive spec.
7064
7065 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
7066
7067 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
7068 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
7069
7070 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
7071
7072 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
7073 (gomoku--last-pos): New var.
7074 (gomoku--intangible-chars): New const.
7075 (gomoku--intangible): New function.
7076 (gomoku-mode): Use it. Derive from special-mode.
7077 (gomoku-move-up): Adjust line count.
7078 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
7079 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
7080 Simplify accordingly.
7081
7082 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
7083 Remove blink-cursor code.
7084 (blink-cursor-timer-function, blink-cursor-suspend):
7085 Don't special-case GUIs.
7086 (blink-cursor-mode): Use focus-in/out-hook.
7087
7088 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
7089
7090 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
7091 work when annotation is invisible (Bug#13886).
7092
7093 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
7094
7095 * json.el (json-alist-p): Only return non-nil if the alist has
7096 simple keys (Bug#13518).
7097
7098 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
7099
7100 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
7101 when control-statement is the first statement in a buffer (Bug#15956).
7102
7103 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
7104
7105 * imenu.el (imenu-generic-skip-comments-and-strings):
7106 New option (Bug#15560).
7107 (imenu--generic-function): Use it.
7108
7109 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
7110
7111 * minibuffer.el (completion--in-region-1): Scroll the correct window.
7112 (Bug#13898)
7113
7114 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
7115
7116 * emacs-lisp/helpers.el: Add some string helpers.
7117 (string-trim-left): Removes leading whitespace.
7118 (string-trim-right): Removes trailing whitespace.
7119 (string-trim): Removes leading and trailing whitespace.
7120
7121 * subr.el (string-suffix-p): New function.
7122
7123 2013-11-23 Glenn Morris <rgm@gnu.org>
7124
7125 * progmodes/python.el (python-shell-send-file):
7126 Add option to delete file when done. (Bug#15647)
7127 (python-shell-send-string, python-shell-send-region): Use it.
7128
7129 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
7130
7131 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
7132 to set buffer-read-only to t, never to nil. (Bug#15938)
7133
7134 * textmodes/tex-mode.el (latex-noindent-environments):
7135 Add safe-local-variable property. (Bug#15936)
7136
7137 2013-11-23 Glenn Morris <rgm@gnu.org>
7138
7139 * textmodes/enriched.el (enriched-mode): Doc fix.
7140 * emacs-lisp/authors.el (authors-renamed-files-alist):
7141 Add enriched.doc -> enriched.txt.
7142
7143 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
7144
7145 2013-11-22 Leo Liu <sdl.web@gmail.com>
7146
7147 * progmodes/octave.el (inferior-octave-startup): Spit out error
7148 message.
7149
7150 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
7151
7152 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
7153 Improve docstring.
7154 Add :version.
7155 (ruby-encoding-magic-comment-style): Add :version.
7156
7157 2013-11-22 Leo Liu <sdl.web@gmail.com>
7158
7159 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
7160 (Bug#15076)
7161 (octave-help-mode): Adapt to change to help-mode-finish to use
7162 derived-mode-p on 2013-09-17.
7163 (inferior-octave-prompt): Also match octave-gui.
7164 (octave-kill-process): Don't ask twice. (Bug#10564)
7165
7166 2013-11-22 Leo Liu <sdl.web@gmail.com>
7167
7168 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
7169 (inferior-octave-startup, inferior-octave-check-process)
7170 (inferior-octave-track-window-width-change)
7171 (octave-completion-at-point, octave-eldoc-function): Use it.
7172 (octave-kill-process): Provide confirmation. (Bug#10564)
7173
7174 2013-11-21 Leo Liu <sdl.web@gmail.com>
7175
7176 * progmodes/octave.el (octave-mode, inferior-octave-mode):
7177 Fix obsolete variable comment-use-global-state.
7178
7179 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7180
7181 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
7182 Add `octave-source-file'.
7183 (octave-source-file): New function. (Bug#15935)
7184
7185 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
7186
7187 * net/eww.el (eww-local-regex): New variable.
7188 (eww): Use it to detect localhost and similar.
7189
7190 2013-11-21 Leo Liu <sdl.web@gmail.com>
7191
7192 Add completion for command `ag'.
7193 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
7194 (pcomplete/ag): New function.
7195 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
7196
7197 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7198
7199 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
7200 (bug#14646).
7201 (make-obsolete): Remove interactive spec.
7202
7203 2013-11-21 Glenn Morris <rgm@gnu.org>
7204
7205 * startup.el (command-line-1): Use path-separator with -L.
7206
7207 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
7208
7209 * emacs-lisp/package.el (describe-package-1): Add package archive
7210 to shown fields.
7211
7212 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
7213
7214 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
7215 Change default to "# encoding: %s" to differentiate it from the
7216 default Ruby encoding comment template.
7217
7218 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
7219
7220 * ses.el (ses-mode): Doc fix. (Bug#14748)
7221
7222 2013-11-20 Leo Liu <sdl.web@gmail.com>
7223
7224 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
7225
7226 2013-11-19 Dan Nicolaescu <dann@gnu.org>
7227
7228 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
7229 when rebase or bisect are in progress.
7230
7231 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
7232
7233 * filenotify.el (file-notify-add-watch): Doc fix.
7234
7235 2013-11-19 Leo Liu <sdl.web@gmail.com>
7236
7237 * obsolete/rcompile.el: Mark obsolete.
7238
7239 * progmodes/compile.el (compilation-start)
7240 (compilation-goto-locus, compilation-find-file):
7241 Pass no-display-ok and handle nil value from display-buffer.
7242 (Bug#13594)
7243
7244 * window.el (display-buffer-alist, display-buffer): Document the
7245 new parameter no-display-ok. Return either a window or nil
7246 but never a non-window value.
7247
7248 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7249
7250 * electric.el (electric-indent-mode-map): Remove.
7251 (electric-indent-mode): Change the global-map instead (bug#15915).
7252
7253 * textmodes/text-mode.el (paragraph-indent-minor-mode):
7254 Use add-function.
7255
7256 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7257
7258 * emacs-lisp/nadvice.el (remove-function): Align with
7259 add-function's behavior.
7260
7261 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
7262 (gdb--string-regexp): New constant.
7263 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
7264 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
7265 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
7266 submatch 1.
7267 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
7268 Adjust use accordingly.
7269 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
7270
7271 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
7272
7273 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
7274 interpolation curlies (Bug#15914).
7275
7276 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
7277
7278 * calc/calc.el (calc-context-sensitive-enter): New variable.
7279 (calc-enter): Use `calc-context-sensitive-enter'.
7280
7281 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
7282
7283 * progmodes/cfengine.el: Version bump.
7284 (cfengine-cf-promises): New defcustom to locate cf-promises.
7285 (cfengine3-vartypes): Add new "data" type.
7286 (cfengine3--current-word): New function to get current name-like
7287 word or its bounds.
7288 (cfengine3--current-function): New function to look up a CFEngine
7289 function's definition.
7290 (cfengine3-format-function-docstring): New function.
7291 (cfengine3-make-syntax-cache): New function.
7292 (cfengine3-documentation-function): New function: ElDoc glue.
7293 (cfengine3-completion-function): New function: completion glue.
7294 (cfengine3-mode): Set `compile-command',
7295 `eldoc-documentation-function', and add to
7296 `completion-at-point-functions'.
7297
7298 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
7299
7300 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
7301 `tramp-current-connection'.
7302
7303 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
7304
7305 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
7306 nil/self/true/false with "end of symbol".
7307
7308 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
7309
7310 * subr.el (version-regexp-alist): Fix a typo.
7311
7312 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
7313
7314 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
7315 "en_US.utf8" and "LC_CTYPE" to "".
7316 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
7317 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
7318
7319 2013-11-15 Leo Liu <sdl.web@gmail.com>
7320
7321 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
7322
7323 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7324
7325 * progmodes/gud.el (ctl-x-map):
7326 Remove C-x SPC binding. (Bug#12342)
7327 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
7328
7329 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
7330
7331 * subr.el (version-regexp-alist):
7332 Recognize hg, svn and darcs versions as snapshot versions.
7333
7334 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
7335 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
7336 (ruby--encoding-comment-required-p): Extract from
7337 `ruby-mode-set-encoding'.
7338 (ruby-mode-set-encoding): Add the ability to always insert an
7339 utf-8 encoding comment. Fix and simplify coding comment update
7340 logic.
7341
7342 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
7343
7344 * net/tramp-gvfs.el (top): Run init code only when
7345 `tramp-gvfs-enabled' is not nil.
7346 (tramp-gvfs-enabled): Check also :system bus.
7347
7348 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7349
7350 Sync with upstream verilog-mode revision 78e66ba.
7351 * progmodes/verilog-mode.el (verilog-end-of-defun)
7352 (verilog-type-completion, verilog-get-list): Remove unused funcs.
7353 (verilog-get-end-of-defun): Remove unused argument.
7354 (verilog-comment-depth): Remove unused local `e'.
7355 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
7356 Don't pass arg to verilog-get-end-of-defun.
7357
7358 2013-11-14 Glenn Morris <rgm@gnu.org>
7359
7360 * obsolete/assoc.el (aget): Prefix dynamic variable.
7361
7362 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
7363
7364 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7365
7366 * widget.el, hfy-cmap.el: Remove bogus package version number.
7367
7368 2013-11-13 Glenn Morris <rgm@gnu.org>
7369
7370 * replace.el (replace-eval-replacement):
7371 Try to give more helpful error message. (Bug#15836)
7372
7373 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
7374 (archive-7z-update): Avoid custom type mismatches.
7375
7376 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
7377
7378 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
7379
7380 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
7381 address can be empty.
7382
7383 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
7384 Accept nil SWITCHES.
7385 (tramp-gvfs-handle-write-region): Implement APPEND.
7386
7387 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
7388
7389 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
7390 binary "|" operator and closing block args delimiter.
7391 Remove FIXME comment referring to Ruby 1.8-only syntax.
7392 (ruby-smie--implicit-semi-p): Not after "|" operator.
7393 (ruby-smie--closing-pipe-p): New function.
7394 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
7395 (ruby-smie-rules): Indent after "|".
7396
7397 2013-11-12 Glenn Morris <rgm@gnu.org>
7398
7399 * ps-print.el (ps-face-attribute-list):
7400 Handle anonymous faces. (Bug#15827)
7401
7402 2013-11-12 Martin Rudalics <rudalics@gmx.at>
7403
7404 * window.el (display-buffer-other-frame): Fix doc-string.
7405 (Bug#15868)
7406
7407 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7408
7409 * subr.el (force-mode-line-update): Delete, move to buffer.c.
7410
7411 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
7412
7413 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
7414 (tramp-sh-handle-file-local-copy): Don't write a message when
7415 saving temporary files.
7416
7417 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
7418 both directories are remote.
7419 (tramp-smb-handle-directory-files): Do not return double entries.
7420 Do not expand full file names.
7421 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
7422 (tramp-smb-handle-write-region): Implement APPEND.
7423 (tramp-smb-get-stat-capability): Fix a stupid bug.
7424
7425 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7426
7427 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
7428
7429 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7430
7431 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
7432 throwing error over malformed let/let* (bug#15814).
7433
7434 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7435
7436 * iswitchb.el (iswitchb-mode): Mark obsolete.
7437
7438 2013-11-11 Glenn Morris <rgm@gnu.org>
7439
7440 * international/uni-bidi.el, international/uni-category.el:
7441 * international/uni-name.el, international/uni-numeric.el:
7442 Regenerate for Unicode 6.3.0.
7443
7444 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
7445
7446 * net/tramp.el (tramp-methods):
7447 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
7448 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
7449
7450 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
7451
7452 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7453 Force highlighting text after Summary keyword in doc face for rpm.
7454
7455 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
7456
7457 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
7458 available and the word has no wildcards, append one to the grep pattern.
7459 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
7460 (ispell-complete-word): Call `ispell-lookup-words' with the value
7461 independent of `ispell-look-p'.
7462
7463 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
7464
7465 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
7466 Not after "||".
7467 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
7468 their parent.
7469
7470 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7471
7472 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
7473 (ruby-font-lock-keywords): Use backquote.
7474
7475 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
7476
7477 * progmodes/ruby-mode.el (ruby-smie--forward-token)
7478 (ruby-smie--backward-token): Only consider full-string matches.
7479
7480 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
7481
7482 * faces.el (describe-face): Add distant-foreground.
7483
7484 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
7485
7486 * progmodes/ruby-mode.el: Improve encoding comment handling.
7487 (ruby-encoding-magic-comment-style): New option.
7488 (ruby-custom-encoding-magic-comment-template): New option.
7489 (ruby--insert-coding-comment, ruby--detect-encoding):
7490 New functions extracted from `ruby-mode-set-encoding'.
7491 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
7492 to control the style of the auto-inserted encoding comment.
7493
7494 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
7495
7496 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
7497 Use `smie-backward-sexp' with token argument.
7498
7499 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
7500
7501 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
7502 Remove instrumentation code.
7503
7504 2013-11-08 Glenn Morris <rgm@gnu.org>
7505
7506 * progmodes/autoconf.el (autoconf-mode):
7507 Tweak comment-start-skip. (Bug#15822)
7508
7509 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7510
7511 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
7512 at bobp (bug#15826).
7513 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
7514
7515 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
7516
7517 * man.el (Man-start-calling): New macro, extracted from
7518 Man-getpage-in-background.
7519 (Man-getpage-in-background): Use it.
7520 (Man-update-manpage): New command.
7521 (Man-mode-map): Bind it.
7522
7523 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
7524
7525 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
7526 of "and", "or", "&&" and "||".
7527 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
7528 argument. Prohibit opening curly brace because it could only be a
7529 block opener in that position.
7530 (ruby-smie--forward-token, ruby-smie--backward-token):
7531 Separate "|" from "&" or "*" going after it. That can happen in block
7532 arguments.
7533 (ruby-smie--indent-to-stmt): New function, seeks the end of
7534 previous statement or beginning of buffer.
7535 (ruby-smie-rules): Use it.
7536 (ruby-smie-rules): Check if there's a ":" before a curly block
7537 opener candidate; if there is, it's a hash.
7538
7539 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7540
7541 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
7542 (cl--block-wrapper): Fix last accidental change.
7543
7544 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
7545
7546 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
7547 Instrument, in order to hunt failure on hydra.
7548
7549 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7550
7551 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
7552 malformed bindings form (bug#15814).
7553
7554 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
7555
7556 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
7557 "." compared to " @ ". This incidentally fixes some indentation
7558 examples with "do".
7559 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
7560 (ruby-smie-grammar): New tokens: "and" and "or".
7561 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
7562 Exclude "and" and "or". Remove "do" in order to work around token
7563 priorities.
7564 (ruby-smie-rules): Add all infix tokens. Handle the case of
7565 beginning-of-buffer.
7566
7567 2013-11-06 Glenn Morris <rgm@gnu.org>
7568
7569 * Makefile.in (setwins_almost, setwins_for_subdirs):
7570 Avoid accidental matches.
7571
7572 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7573
7574 * menu-bar.el (popup-menu): Use key-binding.
7575
7576 2013-11-06 Eli Zaretskii <eliz@gnu.org>
7577
7578 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
7579 menus, support also the menus produced by minor modes.
7580 (Bug#15817)
7581
7582 2013-11-06 Leo Liu <sdl.web@gmail.com>
7583
7584 * thingatpt.el (thing-at-point-looking-at): Add optional arg
7585 DISTANCE to bound the search. All uses changed. (Bug#15808)
7586
7587 2013-11-06 Glenn Morris <rgm@gnu.org>
7588
7589 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
7590 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
7591 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
7592
7593 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7594
7595 * electric.el (electric-indent-just-newline): New command.
7596 (electric-indent-mode-map): New keymap.
7597 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
7598 Re-add :group which weren't redundant.
7599
7600 * electric.el (electric-indent-local-mode): New minor mode.
7601 (electric-indent-functions-without-reindent): New var.
7602 (electric-indent-post-self-insert-function): Use it.
7603 * emacs-lisp/gv.el (buffer-local-value): Add setter.
7604
7605 2013-11-05 Eli Zaretskii <eliz@gnu.org>
7606
7607 * international/quail.el (quail-help): Be more explicit about the
7608 meaning of the labels shown on the keys. (Bug#15800)
7609
7610 * startup.el (normal-top-level): Load the subdirs.el files before
7611 setting the locale environment. (Bug#15805)
7612
7613 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
7614
7615 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
7616 via arguments so as to get the right ones (bug#15418).
7617
7618 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
7619
7620 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
7621
7622 Fix problems found while writing a test suite.
7623
7624 * net/tramp-compat.el (tramp-compat-load): New defun.
7625 * net/tramp.el (tramp-handle-load): Use it.
7626
7627 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
7628 "(numberp ok-if-already-exists)" correctly.
7629
7630 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
7631
7632 * international/characters.el (glyphless-char-display-control):
7633 Add usage note.
7634
7635 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
7636
7637 * progmodes/python.el (python-mode):
7638 * progmodes/scheme.el (scheme-mode):
7639 * progmodes/prolog.el (prolog-mode):
7640 * progmodes/ruby-mode.el (ruby-mode):
7641 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
7642 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
7643
7644 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7645
7646 * rect.el (rectangle--highlight-for-redisplay):
7647 * emacs-lisp/smie.el (smie--next-indent-change):
7648 Use buffer-chars-modified-tick.
7649
7650 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
7651
7652 * electric.el (electric-indent-post-self-insert-function):
7653 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
7654
7655 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
7656
7657 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
7658
7659 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7660
7661 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
7662 (bug#15786).
7663
7664 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7665
7666 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
7667
7668 * progmodes/python.el: Fix up last change.
7669 (python-shell--save-temp-file): New function.
7670 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
7671 `string' comes from the current buffer.
7672 (python-shell-send-string-no-output): Remove `msg' arg.
7673 (python--use-fake-loc): New var.
7674 (python-shell-buffer-substring): Obey it. Try to compensate for the
7675 extra coding line added by python-shell--save-temp-file.
7676 (python-shell-send-region): Use python-shell--save-temp-file and
7677 python-shell-send-file directly. Add `nomain' argument.
7678 (python-shell-send-buffer): Use python-shell-send-region.
7679 (python-electric-pair-string-delimiter): New function.
7680 (python-mode): Use it.
7681
7682 2013-11-04 Eli Zaretskii <eliz@gnu.org>
7683
7684 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
7685 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
7686 environment and decoding all of the default-directory's to here
7687 from command-line.
7688 (command-line): Decode also argv[0].
7689
7690 * loadup.el: Error out if default-directory is a multibyte string
7691 when we are dumping.
7692
7693 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
7694
7695 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
7696
7697 * emacs-lisp/package.el (package-menu-mode)
7698 (package-menu--print-info, package-menu--archive-predicate):
7699 Add Archive column to package list.
7700
7701 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
7702
7703 Fix problems found while writing a test suite.
7704
7705 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
7706 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
7707 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
7708 to nil when running original file name handler. Otherwise,
7709 there are problems with constructs like "$$FOO".
7710
7711 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
7712 for `localname'.
7713
7714 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
7715
7716 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
7717
7718 * subr.el (version<, version<=, version=):
7719 Update docstrings with information for snapshot versions.
7720
7721 * helpers.el: New library for misc helper functions.
7722 (hash-table-keys): New function returning a list of hash keys.
7723 (hash-table-values): New function returning a list of hash values.
7724
7725 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
7726
7727 * progmodes/ruby-mode.el (ruby-smie--forward-token)
7728 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
7729
7730 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
7731
7732 * textmodes/fill.el (fill-single-char-nobreak-p): New function
7733 checking whether point is after a 1-letter word.
7734
7735 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7736
7737 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
7738 Don't infloop when expanding region over `multiline' syntax-type that
7739 begins a line (bug#15778).
7740
7741 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7742
7743 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
7744 Make it into a proper minor mode.
7745 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
7746 (rectangle-mark-mode-map): New keymap.
7747 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
7748
7749 2013-11-04 Glenn Morris <rgm@gnu.org>
7750
7751 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
7752
7753 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7754
7755 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
7756 (ruby-smie-rules): Use smie-rule-parent instead.
7757
7758 * emacs-lisp/smie.el (smie-rule-parent): Always call
7759 smie-indent-virtual rather than only for hanging tokens.
7760 (smie--next-indent-change): New helper command.
7761
7762 2013-11-03 Glenn Morris <rgm@gnu.org>
7763
7764 * Makefile.in (abs_srcdir): Remove.
7765 (emacs): Unset EMACSLOADPATH.
7766
7767 2013-11-02 Glenn Morris <rgm@gnu.org>
7768
7769 * Makefile.in (EMACS): Use a relative filename.
7770 (abs_top_builddir): Remove.
7771 (custom-deps, finder-data, autoloads): Use --chdir.
7772
7773 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
7774
7775 Use relative filenames in TAGS files.
7776 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
7777 (lisptagsfiles4, TAGS): Use relative file names.
7778 (TAGS-LISP): Remove.
7779 (maintainer-clean): No more TAGS-LISP file.
7780
7781 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
7782 (lisptagsfiles4): Use absolute filenames again.
7783 (TAGS, TAGS-LISP): Not everything needs to run in one line.
7784 Remove all *loaddefs files, not just the first. Remove esh-groups.
7785 (maintainer-clean): Delete TAGS, TAGS-LISP.
7786
7787 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7788
7789 * emacs-lisp/package.el (package-version-join):
7790 Recognize snapshot versions.
7791
7792 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7793
7794 * subr.el (version-regexp-alist): Add support for snapshot versions.
7795
7796 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
7797
7798 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
7799 New function, replacement for `smie-rule-parent' for when we want to
7800 skip over our direct parent if it's an assignment token..
7801 (ruby-smie-rules): Use it.
7802
7803 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
7804
7805 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
7806 unconditionally. Remove now unnecessary forward declarations.
7807 Remove XEmacs-specific setup.
7808 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7809 (ruby-font-lock-syntactic-keywords)
7810 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
7811 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7812 (ruby-here-doc-end-syntax): Remove.
7813 (ruby-mode): Don't check whether `syntax-propertize-rules' is
7814 defined as function.
7815
7816 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7817
7818 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
7819
7820 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
7821
7822 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
7823 table and abbrev table, `define-derived-mode' does that for us
7824 anyway.
7825
7826 2013-11-01 Glenn Morris <rgm@gnu.org>
7827
7828 * Makefile.in: Remove manual mh-e dependencies (writing .elc
7829 files is atomic for some time, so no parallel compilation issues).
7830
7831 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
7832
7833 * faces.el (face-x-resources): Add :distant-foreground.
7834 (region): Use :distant-foreground for gtk and ns.
7835
7836 2013-11-01 Tassilo Horn <tsdh@gnu.org>
7837
7838 Allow multiple bibliographies when BibLaTeX is used rather than
7839 BibTeX.
7840 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
7841 (reftex-locate-bibliography-files): Us it.
7842
7843 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
7844
7845 * image.el (image-type-header-regexps): Fix the 'pbm' part to
7846 allow comments in pbm files.
7847
7848 * term/w32-win.el (dynamic-library-alist): Support newer versions
7849 of libjpeg starting with v7: look only for the DLL from the
7850 version against which Emacs was built.
7851 Support versions of libpng beyond 1.4.x.
7852 Support libtiff v4.x.
7853
7854 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
7855
7856 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
7857 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
7858 Add property :safe.
7859 (ruby-deep-arglist): Add property :type.
7860
7861 2013-10-31 Glenn Morris <rgm@gnu.org>
7862
7863 * Makefile.in (custom-deps, finder-data): No need to setq the target
7864 variables, we are in the right directory and the defaults work fine.
7865
7866 2013-10-30 Glenn Morris <rgm@gnu.org>
7867
7868 * Makefile.in (autoloads): Do not use abs_lisp.
7869
7870 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7871 `newline' does not respect `standard-output', so use `princ'.
7872
7873 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
7874
7875 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
7876 * buff-menu.el (Buffer-menu--unmark): New function.
7877 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
7878
7879 2013-10-30 Glenn Morris <rgm@gnu.org>
7880
7881 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
7882
7883 * emacs-lisp/package.el (lm-homepage): Declare.
7884
7885 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
7886 Fix doc typos.
7887
7888 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
7889
7890 * Makefile.in (finder-data, autoloads, update-subdirs)
7891 (compile-main, compile-clean, compile-always, bootstrap-clean):
7892 Check return value of cd.
7893 (compile-calc): Remove.
7894
7895 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7896
7897 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
7898
7899 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
7900 (byte-compile-and-folded): New function.
7901 (=, <, >, <=, >=): Use it.
7902
7903 * dos-w32.el (minibuffer-history-case-insensitive-variables)
7904 (path-separator, null-device, buffer-file-coding-system)
7905 (lpr-headers-switches): Check system-type before modifying them.
7906 (find-buffer-file-type-coding-system): Mark obsolete.
7907 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
7908 find-file-not-found-set-buffer-file-coding-system.
7909 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
7910 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
7911 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
7912 (w32-direct-print-region-helper, w32-direct-print-region-function)
7913 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
7914 * startup.el (normal-top-level-add-subdirs-to-load-path):
7915 * ps-print.el (ps-print-region-function):
7916 * lpr.el (print-region-function): Use new name.
7917
7918 * subr.el (custom-declare-variable-early): Remove function.
7919 (custom-declare-variable-list): Remove var.
7920 (error, user-error): Remove `while' loop.
7921 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
7922 (user-emacs-directory-warning, locate-user-emacs-file):
7923 Move to files.el.
7924 * simple.el (read-quoted-char-radix, read-quoted-char):
7925 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
7926 Move from subr.el.
7927 * custom.el (custom-declare-variable-list): Don't process
7928 custom-declare-variable-list.
7929
7930 * progmodes/python.el (python-shell-get-buffer): New function.
7931 (python-shell-get-process): Use it.
7932 (python-shell-send-string): Always use utf-8 and add a cookie to tell
7933 Python which encoding was used. Don't split-string since we only care
7934 about the first line. Return the temp-file, if applicable.
7935 (python-shell-send-region): Tell compile.el how to turn locations in
7936 the temp-file into locations in the source buffer.
7937
7938 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7939
7940 * subr.el (undefined): Add missing behavior from the C code for
7941 unbound keys.
7942
7943 * rect.el: Use lexical-binding. Add new rectangular region support.
7944 (rectangle-mark): New command.
7945 (rectangle--region): New var.
7946 (deactivate-mark-hook): Reset rectangle--region.
7947 (rectangle--extract-region, rectangle--insert-for-yank)
7948 (rectangle--highlight-for-redisplay)
7949 (rectangle--unhighlight-for-redisplay): New functions.
7950 (region-extract-function, redisplay-unhighlight-region-function)
7951 (redisplay-highlight-region-function): Use them to handle
7952 rectangular region.
7953 * simple.el (region-extract-function): New var.
7954 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
7955 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
7956 (kill-region): Replace obsolete `yank-handler' arg with `region'.
7957 (copy-region-as-kill, kill-ring-save): Add `region' argument.
7958 (redisplay-unhighlight-region-function)
7959 (redisplay-highlight-region-function): New vars.
7960 (redisplay--update-region-highlight): New function.
7961 (pre-redisplay-function): Use it.
7962 (exchange-point-and-mark): Don't deactivate the mark before
7963 reactivate-it anyway.
7964 * comint.el (comint-kill-region): Remove yank-handler argument.
7965 * delsel.el (delete-backward-char, backward-delete-char-untabify)
7966 (delete-char): Remove property, since it's now part of their
7967 default behavior.
7968 (self-insert-iso): Remove property since this command doesn't exist.
7969
7970 * emacs-lisp/package.el (package--download-one-archive)
7971 (describe-package-1): Don't query the user about final newline.
7972
7973 2013-10-29 Daniel Colascione <dancol@dancol.org>
7974
7975 * net/tramp.el (tramp-methods): Document new functionality.
7976 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
7977 tramp-hostname-checker if method provides one instead of scanning
7978 argument list for "%h" to decide hostname acceptability.
7979
7980 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
7981
7982 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
7983 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
7984 Handle COPY-CONTENTS. (Bug#15737)
7985
7986 2013-10-28 Daiki Ueno <ueno@gnu.org>
7987
7988 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7989 Document that this option has no effect with GnuPG 2.0 (bug#15552).
7990
7991 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
7992
7993 * image.el (defimage, image-load-path): Doc fixes.
7994
7995 2013-10-27 Alan Mackenzie <acm@muc.de>
7996
7997 Indent statements in macros following "##" correctly.
7998 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
7999 Modify the "#" arm of a cond form to handle "#" and "##" operators.
8000
8001 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
8002
8003 * linum.el (linum-update-window): Fix boundary test (bug#13446).
8004
8005 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
8006
8007 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
8008 after `=' is probably a new expression.
8009
8010 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8011
8012 * man.el (man-imenu-title): New option.
8013 (Man-mode-map): Add menu. (Bug#15722)
8014 (Man-mode): Add imenu to menu.
8015
8016 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
8017
8018 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
8019 specific in what the first arg can be: a non-keyword word,
8020 string/regexp/percent literal opener, opening paren, or unary
8021 operator followed directly by word.
8022
8023 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8024
8025 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
8026 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
8027 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
8028 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
8029 Remove vars, they do not apply any more.
8030 (prolog-mode-abbrev-table): Remove redundant declaration.
8031 (prolog-upper-case-string, prolog-lower-case-string): Remove.
8032 (prolog-use-smie): Remove.
8033 (prolog-smie-rules): Add indentation rule for the if-then-else layout
8034 supported by prolog-electric-if-then-else-flag.
8035 (prolog-mode-variables, prolog-menu): Use setq-local.
8036 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
8037 Remove binding to `Backspace' since this key doesn't exist anyway.
8038 Remove bindings for electric self-inserting keys.
8039 (prog-mode): Assume it's defined.
8040 (prolog-post-self-insert): New function.
8041 (prolog-mode): Use it.
8042 (prolog-indent-line, prolog-indent-level)
8043 (prolog-find-indent-of-matching-paren)
8044 (prolog-indentation-level-of-line, prolog-goto-comment-column)
8045 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
8046 (prolog-goto-next-paren, prolog-in-string-or-comment)
8047 (prolog-tokenize, prolog-inside-mline-comment)
8048 (prolog-find-start-of-mline-comment): Remove functions.
8049 (prolog-find-unmatched-paren, prolog-clause-end)
8050 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
8051 (prolog-electric--if-then-else): Rename from
8052 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
8053 (prolog-tokenize-searchkey): Remove const.
8054 (prolog-clause-info): Use forward-sexp.
8055 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
8056 (prolog-electric-if-then-else): Remove commands.
8057 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
8058 for use in post-self-insert-hook.
8059 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
8060 for use in post-self-insert-hook.
8061 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
8062 for use in post-self-insert-hook.
8063 (prolog-electric--underscore): Rename from prolog-electric--underscore;
8064 adapt it for use in post-self-insert-hook.
8065
8066 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
8067
8068 * emacs-lisp/ert.el (ert-run-tests-interactively):
8069 Use `completing-read'. (Bug#9756)
8070
8071 2013-10-25 Eli Zaretskii <eliz@gnu.org>
8072
8073 * simple.el (line-move): Call line-move-1 instead of
8074 line-move-visual when the current window hscroll is zero, but
8075 temporary-goal-column indicates we will need to hscroll as result
8076 of the movement. (Bug#15712)
8077
8078 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
8079
8080 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
8081 capitalization. Use :visible instead of :active.
8082 Fix `ruby-indent-exp' reference. Add menu items for the generic
8083 commands that are used with SMIE.
8084 (ruby-do-end-to-brace): Insert space after `{'.
8085
8086 2013-10-25 John Anthony <john@jo.hnanthony.com>
8087
8088 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
8089
8090 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
8091
8092 2013-10-25 Glenn Morris <rgm@gnu.org>
8093
8094 * vc/vc.el (vc-print-log): Don't use a working revision unless
8095 one was explicitly specified. (Bug#15322)
8096
8097 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8098
8099 * subr.el (add-to-list): Preserve return value in compiler-macro
8100 (bug#15692).
8101
8102 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8103
8104 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
8105 result. Ask user to retry using '-all' flag. (Bug#15701)
8106
8107 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8108
8109 * emacs-lisp/smie.el: New smie-config system.
8110 (smie-config): New defcustom.
8111 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
8112 (smie-config-guess, smie-config-save): New commands.
8113 (smie-config--mode-local, smie-config--buffer-local)
8114 (smie-config--trace, smie-config--modefuns): New vars.
8115 (smie-config--advice, smie-config--mode-hook)
8116 (smie-config--setter, smie-config-local, smie-config--get-trace)
8117 (smie-config--guess-value, smie-config--guess): New functions.
8118 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
8119 text properties. Treat "string fence" syntax like string syntax.
8120
8121 * progmodes/sh-script.el (sh-use-smie): Change default.
8122 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
8123 (sh-var-value): Simplify by CSE.
8124 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
8125 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
8126 is used.
8127 (sh-guess-basic-offset): Use cl-incf.
8128 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
8129
8130 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
8131
8132 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
8133 (bug#15699).
8134
8135 2013-10-24 Glenn Morris <rgm@gnu.org>
8136
8137 * Makefile.in (abs_top_srcdir): Remove.
8138 (update-subdirs): Use relative path to update-subdirs.
8139
8140 2013-10-24 Eli Zaretskii <eliz@gnu.org>
8141
8142 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
8143 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
8144 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
8145 Call unmsys--file-name before expand-file-name, not after it.
8146
8147 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
8148
8149 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
8150 (ert-test-skipped): New error.
8151 (ert-skip, ert-stats-skipped): New defuns.
8152 (ert--skip-unless): New macro.
8153 (ert-test-skipped): New struct.
8154 (ert--run-test-debugger, ert-test-result-type-p)
8155 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
8156 (ert--stats-set-test-and-result, ert-char-for-test-result)
8157 (ert-string-for-test-result, ert-run-tests-batch)
8158 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
8159 Handle skipped tests. (Bug#9803)
8160
8161 2013-10-24 Glenn Morris <rgm@gnu.org>
8162
8163 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
8164
8165 * Makefile.in (abs_top_srcdir): New, set by configure.
8166 (update-subdirs): Correct build-aux location.
8167
8168 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
8169
8170 * vc/vc.el (vc-print-root-log): Always set `default-directory'
8171 value, whether we could auto-deduce `backend', or not.
8172
8173 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
8174 with parameters" example. Simplify the "is it block or is it
8175 hash" check, but also make it more thorough.
8176
8177 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
8178
8179 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
8180
8181 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8182
8183 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
8184 { if it is hanging.
8185
8186 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
8187 :before ";".
8188
8189 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
8190
8191 * progmodes/compile.el (compilation-directory-matcher)
8192 (compilation-page-delimiter):
8193 Support GNU Make-4.0 directory quoting. (Bug#15678)
8194
8195 2013-10-23 Leo Liu <sdl.web@gmail.com>
8196
8197 * ido.el (ido-tidy): Handle read-only text.
8198
8199 2013-10-23 Glenn Morris <rgm@gnu.org>
8200
8201 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
8202 (emacs, compile, compile-always):
8203 Quote entities that might contain whitespace.
8204 (custom-deps, finder-data, autoloads): Use abs_lisp.
8205 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8206 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8207 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
8208
8209 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
8210
8211 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
8212 Use `following-char'.
8213
8214 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
8215
8216 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
8217 * progmodes/ruby-mode.el (ruby-smie-rules):
8218 Remove corresponding workaround. Fix indentation rule of ";" so it
8219 also applies when ";" is the parent.
8220
8221 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
8222
8223 * frame.el (display-screens, display-pixel-height)
8224 (display-pixel-width, display-mm-width, display-backing-store)
8225 (display-save-under, display-planes, display-color-cells)
8226 (display-visual-class, display-monitor-attributes-list):
8227 Mention the optional ‘display’ argument in doc strings.
8228
8229 2013-10-22 Michael Gauland <mikelygee@amuri.net>
8230
8231 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
8232 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
8233
8234 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
8235
8236 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
8237 TODO. Add "." after " @ ".
8238 (ruby-smie--at-dot-call): New function. Checks if point at method
8239 call with explicit target.
8240 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
8241 to the method name tokens when it precedes them.
8242 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
8243 (ruby-smie-rules): Add rule for indentation before and after "."
8244 token.
8245
8246 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8247
8248 * textmodes/remember.el (remember-diary-extract-entries):
8249 Avoid add-to-list.
8250
8251 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
8252 an instruction.
8253
8254 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
8255
8256 * progmodes/ruby-mode.el (ruby-smie-grammar):
8257 Add (almost) all infix operators.
8258 (ruby-smie--implicit-semi-p): Add new operator chars.
8259
8260 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8261 `smie-down-list'.
8262 (ruby-smie--args-separator-p): Check that there's no newline
8263 between method call and its arguments.
8264
8265 2013-10-20 Alan Mackenzie <acm@muc.de>
8266
8267 Allow comma separated lists after Java "implements".
8268
8269 * progmodes/cc-engine.el (c-backward-over-enum-header):
8270 Parse commas.
8271 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
8272 from a "disallowed" list in enum fontification.
8273
8274 2013-10-20 Johan Bockgård <bojohan@gnu.org>
8275
8276 * startup.el (default-frame-background-mode): Remove unused defvar.
8277
8278 * progmodes/verilog-mode.el (verilog-mode): Don't set
8279 comment-indent-function globally.
8280
8281 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
8282
8283 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
8284 Move Info menu item creation to ns-win.el.
8285
8286 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
8287 in menu bar.
8288
8289 * menu-bar.el: Move GNUstep specific menus...
8290
8291 * term/ns-win.el (ns-initialize-window-system): ... to here.
8292
8293 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8294
8295 * simple.el (newline): Only run post-self-insert-hook when
8296 called interactively.
8297
8298 2013-10-19 Johan Bockgård <bojohan@gnu.org>
8299
8300 * icomplete.el (icomplete-with-completion-tables): Add :version.
8301
8302 2013-10-19 Alan Mackenzie <acm@muc.de>
8303
8304 Fix fontification bugs with constructors and const.
8305
8306 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
8307 CASE 2) Remove the check for the absence of a suffix construct
8308 after a function declaration with only types (no identifiers) in
8309 the parentheses. Also, accept a function declaration with just a
8310 type inside the parentheses, if this type can be positively
8311 recognised as such, or if a prefix keyword like "explicit" nails
8312 down the construct as a declaration.
8313
8314 2013-10-19 Eli Zaretskii <eliz@gnu.org>
8315
8316 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
8317 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
8318 the problem whereby selecting a menu item that leads to a
8319 minibuffer prompt moves the cursor out of the minibuffer window,
8320 making it hard to type at the prompt. Suggested by Stefan Monnier
8321 <monnier@iro.umontreal.ca>.
8322
8323 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
8324
8325 * menu-bar.el: Don't make Services menu.
8326
8327 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8328
8329 * ffap.el: Handle "/usr/include/c++/<version>" directories.
8330 (ffap-alist): Use ffap-c++-mode for c++-mode.
8331 (ffap-c++-path): New variable.
8332 (ffap-c++-mode): New function.
8333
8334 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
8335
8336 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
8337
8338 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
8339
8340 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
8341 introduced on 2013-09-08, which results in an infinite loop
8342 requesting a password.
8343
8344 2013-10-18 Glenn Morris <rgm@gnu.org>
8345
8346 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
8347
8348 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
8349
8350 Sync with upstream verilog-mode revision 1a6ecec7.
8351 * progmodes/verilog-mode.el (verilog-mode-version): Update.
8352 (verilog-mode-release-date): Remove.
8353 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
8354 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
8355 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
8356 (verilog-auto-tieoff-ignore-regexp)
8357 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
8358 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
8359 (verilog-signals-with, verilog-dir-cache-preserving)
8360 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
8361 Doc fixes.
8362 (verilog-case-fold): New option, to control case folding in
8363 regexp searches, bug597.
8364 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
8365 (verilog-string-match-fold, verilog-in-paren-count)
8366 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
8367 (verilog-at-close-struct-p): New functions.
8368 (verilog-beg-block-re-ordered, verilog-extended-case-re)
8369 (verilog-forward-sexp, verilog-set-auto-endcomments)
8370 (verilog-leap-to-case-head): Handle "unique0" case.
8371 (verilog-in-constraint-re): New constant.
8372 (verilog-keywords, verilog-type-font-keywords):
8373 Add some SystemVerilog 1800-2012 keywords.
8374 (verilog-label-be): Remove unimplemented argument, bug669.
8375 (verilog-batch-execute-func): When batch expanding clear
8376 create-lockfiles to prevent spurious user locks when a file ends
8377 up not changing.
8378 (verilog-calculate-indent, verilog-calc-1)
8379 (verilog-at-close-constraint-p, verilog-at-constraint-p)
8380 (verilog-do-indent): Fix indentation of nested constraints
8381 and structures.
8382 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
8383 (verilog-auto-inst-param): Use verilog-string-match-fold.
8384 (verilog-read-inst-module-matcher):
8385 Fix AUTOINST on gate primitives with #1.
8386 (verilog-read-decls): Fix double-declaring user-defined typed signals.
8387 Reads all user-defined typed variables.
8388 (verilog-read-defines): Fix reading definitions inside comments, bug647.
8389 (verilog-signals-matching-regexp)
8390 (verilog-signals-not-matching-regexp, verilog-auto):
8391 Respect verilog-case-fold.
8392 (verilog-diff-report): Fix line count.
8393 (verilog-auto-assign-modport): Remove unused local `modi'.
8394 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
8395 better handle multidimensional arrays.
8396 Fix packed array ports misadding bit index in AUTOINST, bug637.
8397 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
8398 to not double-declare existing outputs and inputs, respectively.
8399 (verilog-template-map): Bind U to verilog-sk-uvm-component.
8400 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
8401 (verilog-sk-uvm-component): New skeleton.
8402 (verilog-submit-bug-report): Add verilog-case-fold,
8403 remove verilog-mode-release-date.
8404
8405 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
8406
8407 * subr.el (sit-for): Call (input-pending-p t) so as to behave
8408 as before.
8409
8410 2013-10-18 Reuben Thomas <rrt@sc3d.org>
8411
8412 * textmodes/remember.el (remember): Set buffer-offer-save in
8413 remember buffers (bug#13566).
8414
8415 2013-10-18 Daniel Colascione <dancol@dancol.org>
8416
8417 When evaluating forms in ielm, direct standard output to ielm
8418 buffer. Add new ielm-return-for-effect command. Remove trailing
8419 whitespace throughout.
8420
8421 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
8422 (ielm-return-for-effect): New command.
8423 (ielm-send-input): Accept optional `for-effect' parameter.
8424 (ielm-eval-input): Accept optional `for-effect' parameter.
8425 Bind `standard-output' to stream we create using
8426 `ielm-standard-output-impl'. Suppress printing result when
8427 `for-effect'.
8428 (ielm-standard-output-impl): New function.
8429 (inferior-emacs-lisp-mode): Explain new features in documentation.
8430
8431 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
8432
8433 Code cleanup.
8434
8435 * net/tramp.el (tramp-debug-message): Do not check for connection
8436 buffer.
8437 (tramp-message): Use "vector" connection property.
8438
8439 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
8440 (tramp-equal-remote, tramp-eshell-directory-change)
8441 * net/tramp-adb.el (tramp-adb-handle-copy-file)
8442 (tramp-adb-handle-rename-file)
8443 * net/tramp-cmds.el (tramp-list-remote-buffers)
8444 (tramp-cleanup-connection, tramp-cleanup-this-connection)
8445 * net/tramp-compat.el (tramp-compat-process-running-p)
8446 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
8447 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
8448 (tramp-gvfs-handle-rename-file)
8449 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
8450 (tramp-set-file-uid-gid)
8451 * net/tramp-smb.el (tramp-smb-handle-copy-file)
8452 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
8453 of `file-remote-p'.
8454
8455 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
8456 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
8457 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
8458 (tramp-gw-open-network-stream): Suppress unrelated traces.
8459
8460 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
8461 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
8462 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8463 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
8464 connection property.
8465
8466 * net/tramp-cache.el (top): Suppress traces when reading
8467 persistency file.
8468
8469 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
8470 Refactor common code. Improve debug message.
8471 (tramp-maybe-open-connection)
8472 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
8473 connection buffer too early.
8474
8475 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
8476 from `tramp-smb-actions-with-acl'.
8477 (tramp-smb-actions-set-acl): New defconst.
8478 (tramp-smb-handle-copy-directory)
8479 (tramp-smb-action-get-acl): New defun, renamed from
8480 `tramp-smb-action-with-acl'.
8481 (tramp-smb-action-set-acl): New defun.
8482 (tramp-smb-handle-set-file-acl): Rewrite.
8483
8484 2013-10-17 Glenn Morris <rgm@gnu.org>
8485
8486 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
8487
8488 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8489
8490 * skeleton.el (skeleton-newline): Remove.
8491 (skeleton-internal-1): Use (insert "\n") instead.
8492
8493 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
8494 let-bindings.
8495
8496 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
8497 forward-sexp-function while we redo its job (bug#15613).
8498
8499 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
8500
8501 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
8502 represented by lists.
8503
8504 2013-10-16 Glenn Morris <rgm@gnu.org>
8505
8506 * tmm.el (tmm--history): New dynamic variable.
8507 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
8508
8509 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
8510
8511 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
8512 (tramp-smb-errors): Add error messages.
8513 (tramp-smb-actions-with-acl): New defconst.
8514 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
8515 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
8516 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
8517 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
8518 (tramp-smb-get-stat-capability): Fix tests.
8519
8520 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
8521
8522 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
8523 (bug#15580).
8524
8525 2013-10-16 Glenn Morris <rgm@gnu.org>
8526
8527 * ansi-color.el (ansi-color-drop-regexp):
8528 Add 1J, 1K, 2K. (Bug#15617)
8529
8530 * files.el (hack-local-variables--warned-lexical): New.
8531 (hack-local-variables):
8532 Warn about misplaced lexical-binding. (Bug#15616)
8533
8534 * net/eww.el (eww-render): Always set eww-current-url,
8535 and update header line. (Bug#15622)
8536 (eww-display-html): ... Rather than just doing it here.
8537
8538 2013-10-15 Eli Zaretskii <eliz@gnu.org>
8539
8540 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
8541 menu navigations commands.
8542
8543 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
8544
8545 * progmodes/subword.el (subword-capitalize): Be careful when
8546 the search for [[:alpha:]] fails (bug#15580).
8547
8548 2013-10-14 Eli Zaretskii <eliz@gnu.org>
8549
8550 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
8551 to commands that scroll the menu.
8552
8553 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
8554
8555 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
8556 Handle methods ending with `?' and `!'.
8557
8558 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
8559
8560 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
8561 `japanese-cp932' to `cp932' to fix the problem where saving a
8562 source file written in Shift_JIS twice would end up having
8563 `coding: japanese-cp932' which Ruby could not recognize.
8564 (ruby-mode-set-encoding): Add support for encodings mapped to nil
8565 in `ruby-encoding-map'.
8566 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
8567 doesn't need to be explicitly declared in magic comment.
8568 (ruby-encoding-map): Add type declaration for better customize UI.
8569
8570 2013-10-13 Glenn Morris <rgm@gnu.org>
8571
8572 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
8573 Occur buffers are read-only. http://bugs.debian.org/720775
8574
8575 * emacs-lisp/authors.el (authors-fixed-entries):
8576 Comment out old alpha stuff.
8577
8578 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
8579
8580 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
8581 to `after-save-hook' instead of `before-save-hook'.
8582 (ruby-mode-set-encoding): Use the value of coding system used to
8583 write the file. Call `basic-save-buffer-1' after modifying the
8584 buffer.
8585
8586 2013-10-13 Alan Mackenzie <acm@muc.de>
8587
8588 Fix indentation/fontification of Java enum with
8589 "implements"/generic.
8590
8591 * progmodes/cc-engine.el (c-backward-over-enum-header):
8592 Extracted from the three other places and enhanced to handle generics.
8593 (c-inside-bracelist-p): Uses new function above.
8594 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
8595 function above.
8596 (c-font-lock-enum-tail): Uses new function above.
8597
8598 2013-10-13 Kenichi Handa <handa@gnu.org>
8599
8600 * international/mule-cmds.el (select-safe-coding-system): Remove a
8601 superfluous condition in chekcing whether a coding system is safe
8602 or not.
8603
8604 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
8605
8606 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
8607
8608 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
8609
8610 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
8611
8612 2013-10-13 Glenn Morris <rgm@gnu.org>
8613
8614 * menu-bar.el (menu-bar-update-buffers):
8615 Unify Buffers menu prompt string. (Bug#15576)
8616
8617 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
8618
8619 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
8620 Add some entries.
8621 (authors-fixed-entries): Use accented form of name.
8622
8623 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8624
8625 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
8626 method calls (bug#15594).
8627 (ruby-smie--args-separator-p): New function.
8628 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
8629 recognize paren-free method calls.
8630
8631 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
8632 internals of universal-argument.
8633
8634 2013-10-11 Eli Zaretskii <eliz@gnu.org>
8635
8636 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
8637 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
8638 dropped menu on second mouse click on the menu bar.
8639
8640 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8641
8642 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
8643 (explicit-shell-file-name): Declare.
8644 (sh--vars-before-point, sh--cmd-completion-table): New functions.
8645 (sh-completion-at-point-function): New function.
8646 (sh-mode): Use it.
8647 (sh-smie--keyword-p): Remove unused argument.
8648 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
8649 vars.
8650 (sh-set-shell): Always setup SMIE, even if we use the
8651 old indentation code.
8652
8653 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
8654
8655 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
8656 cases of ? and =.
8657 (ruby-smie-rules): Simplify the "do" rule. The cases when the
8658 predicate would return nil are almost non-existent.
8659 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
8660
8661 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
8662 cache also after commands that modify the buffer but don't move
8663 point.
8664
8665 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8666
8667 * env.el (substitute-env-in-file-name): New function.
8668 (substitute-env-vars): Extend the meaning of the optional arg.
8669
8670 2013-10-10 Eli Zaretskii <eliz@gnu.org>
8671
8672 * term/w32-win.el (dynamic-library-alist): Define separate lists
8673 of GIF DLLs for versions before and after 5.0.0 of giflib.
8674 (Bug#15531)
8675
8676 2013-10-10 João Távora <joaotavora@gmail.com>
8677
8678 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
8679 not locked, use last revision and current source as
8680 defaults. (Bug#15569)
8681
8682 2013-10-10 Masatake YAMATO <yamato@redhat.com>
8683
8684 * menu-bar.el (menu-bar-open): Don't use popup-menu if
8685 menu-bar is hidden.
8686
8687 2013-10-10 Martin Rudalics <rudalics@gmx.at>
8688
8689 * window.el (pop-to-buffer-same-window): Fix doc-string.
8690 (Bug#15492)
8691
8692 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8693
8694 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
8695
8696 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
8697
8698 * calendar/icalendar.el (icalendar-import-file):
8699 Fix interactive spec. (Bug#15482)
8700
8701 2013-10-10 Glenn Morris <rgm@gnu.org>
8702
8703 * desktop.el (desktop-save): Default to saving in .emacs.d,
8704 since PWD is no longer in desktop-path by default. (Bug#15319)
8705
8706 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
8707 now that text mode has a menu with the same entry.
8708 (menu-bar-text-mode-auto-fill): Remove now unused func.
8709 * textmodes/text-mode.el (text-mode-map):
8710 Use auto-fill help text from menu-bar.el.
8711
8712 2013-10-10 John Anthony <john@jo.hnanthony.com>
8713
8714 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
8715
8716 2013-10-09 Juri Linkov <juri@jurta.org>
8717
8718 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
8719 instead of this-command-keys. Add universal-argument-more and
8720 universal-argument-minus to the list of prefix commands. (Bug#15568)
8721
8722 2013-10-09 Glenn Morris <rgm@gnu.org>
8723
8724 * vc/vc-svn.el (vc-svn-create-repo):
8725 Expand paths in file://... url. (Bug#15446)
8726
8727 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
8728 Add some entries.
8729 (authors): Remove unused local variables.
8730
8731 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8732
8733 * profiler.el: Create a more coherent calltree from partial backtraces.
8734 (profiler-format): Hide the tail with `invisible' so that C-s can still
8735 find the hidden elements.
8736 (profiler-calltree-depth): Don't recurse so enthusiastically.
8737 (profiler-function-equal): New hash-table-test.
8738 (profiler-calltree-build-unified): New function.
8739 (profiler-calltree-build): Use it.
8740 (profiler-report-make-name-part): Indent the calltree less.
8741 (profiler-report-mode): Add visibility specs for profiler-format.
8742 (profiler-report-expand-entry, profiler-report-toggle-entry):
8743 Expand the whole subtree when provided with a prefix arg.
8744
8745 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
8746
8747 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
8748 iuwu-mod token.
8749 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
8750 hanging iuwu-mod token.
8751 (ruby-smie--forward-token): Do not include a dot after a token in
8752 that token.
8753 (ruby-smie--backward-token): Likewise.
8754
8755 2013-10-08 Juri Linkov <juri@jurta.org>
8756
8757 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
8758 to isearch-other-control-char.
8759 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
8760 and isearch-post-command-hook to post-command-hook.
8761 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
8762 and isearch-post-command-hook from post-command-hook.
8763 (isearch-unread-key-sequence)
8764 (isearch-reread-key-sequence-naturally)
8765 (isearch-lookup-scroll-key, isearch-other-control-char)
8766 (isearch-other-meta-char): Remove functions.
8767 (isearch-pre-command-hook, isearch-post-command-hook):
8768 New functions based on isearch-other-meta-char rewritten
8769 relying on the new behavior of overriding-terminal-local-map
8770 that does not replace the local keymaps any more. (Bug#15200)
8771
8772 2013-10-08 Eli Zaretskii <eliz@gnu.org>
8773
8774 Support menus on text-mode terminals.
8775 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
8776 functionality.
8777
8778 * tooltip.el (tooltip-mode): Don't error out on TTYs.
8779
8780 * menu-bar.el (popup-menu, popup-menu-normalize-position):
8781 Move here from mouse.el.
8782 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
8783 and arrow keys.
8784 (tty-menu-navigation-map): New map for TTY menu navigation.
8785
8786 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
8787
8788 * frame.el (display-mouse-p): Report text-mode mouse as available
8789 on w32.
8790 (display-popup-menus-p): Report availability if mouse is
8791 available; don't condition on window-system.
8792
8793 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
8794 (tty-menu-selected-face): New faces.
8795
8796 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
8797
8798 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
8799 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
8800 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
8801 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
8802 New constants.
8803 (lisp-mode-variables): New `elisp' argument.
8804 (emacs-lisp-mode): Use it.
8805 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
8806 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
8807
8808 * indent.el: Use lexical-binding.
8809 (indent-region): Add progress reporter.
8810 (tab-stop-list): Make it implicitly extend to infinity by repeating the
8811 last step.
8812 (indent--next-tab-stop): New function to implement this behavior.
8813 (tab-to-tab-stop, move-to-tab-stop): Use it.
8814
8815 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
8816
8817 * indent.el (indent-rigidly--current-indentation): New function.
8818 (indent-rigidly-map): New var.
8819 (indent-rigidly): Use it to provide interactive mode (bug#8196).
8820
8821 2013-10-08 Bastien Guerry <bzg@gnu.org>
8822
8823 * register.el (insert-register): Fix 2013-10-07 change.
8824
8825 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
8826
8827 * progmodes/perl-mode.el: Use lexical-binding.
8828 Remove redundant :group args.
8829 (perl-nochange): Change default to be closer to other major modes's
8830 standard behavior.
8831 (perl-indent-line): Don't consider text on current line as a
8832 valid beginning of function from which to indent.
8833
8834 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
8835 with more than one argument (bug#15538).
8836
8837 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
8838
8839 * vc/pcvs.el: Use lexical-binding.
8840 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
8841 environment of `eval'.
8842 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
8843 than a list of expressions. Adjust callers.
8844 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
8845
8846 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
8847
8848 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
8849 case of the dot in a chained method call being on the following line.
8850
8851 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8852
8853 * electric.el (electric-indent-inhibit): New var.
8854 (electric-indent-post-self-insert-function): Use it.
8855 * progmodes/python.el (python-mode): Set it.
8856
8857 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
8858 open braces.
8859
8860 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
8861
8862 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
8863 (css-mode): Use electric-indent-chars.
8864
8865 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
8866 (font-lock-beg, font-lock-end): Move before first use.
8867 (nxml-mode): Use syntax-propertize-function.
8868 (nxml-after-change, nxml-after-change1): Adjust accordingly.
8869 (nxml-extend-after-change-region): Remove.
8870 * nxml/xmltok.el: Use lexical-binding.
8871 (xmltok-save): Use `declare'.
8872 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
8873 * nxml/nxml-util.el: Use lexical-binding.
8874 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
8875 Use `declare'.
8876 * nxml/nxml-ns.el: Use lexical-binding.
8877 (nxml-ns-save): Use `declare'.
8878 (nxml-ns-prefixes-for): Avoid add-to-list.
8879 * nxml/rng-match.el: Use lexical-binding.
8880 (rng--ipattern): Use cl-defstruct.
8881 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
8882 (rng-cons-group-after, rng-subst-group-after)
8883 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
8884 Use closures instead of `(lambda...).
8885
8886 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
8887
8888 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
8889 of BEG and END.
8890
8891 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8892 Use `tramp-handle-insert-file-contents'.
8893 (tramp-gvfs-handle-insert-file-contents): Remove function.
8894
8895 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
8896 Use `save-restriction' in order to keep markers.
8897
8898 * net/trampver.el: Update release number.
8899
8900 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8901
8902 * progmodes/compile.el (compilation-parse-errors):
8903 Use compilation--put-prop.
8904 (compilation--ensure-parse): Check compilation-multiline.
8905
8906 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
8907
8908 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
8909 lexical-binding.
8910
8911 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
8912
8913 * progmodes/ruby-mode.el: Fix recently added tests.
8914 (ruby-smie-grammar): Add - and +.
8915 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
8916 (ruby-smie--backward-id): New functions.
8917 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
8918 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
8919 any more.
8920
8921 2013-10-07 Leo Liu <sdl.web@gmail.com>
8922
8923 * register.el (register-preview-delay)
8924 (register-preview-functions): New variables.
8925 (register-read-with-preview, register-preview)
8926 (register-describe-oneline): New functions.
8927 (point-to-register, window-configuration-to-register)
8928 (frame-configuration-to-register, jump-to-register)
8929 (number-to-register, view-register, insert-register)
8930 (copy-to-register, append-to-register, prepend-to-register)
8931 (copy-rectangle-to-register): Use register-read-with-preview to
8932 read register. (Bug#15525)
8933
8934 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
8935
8936 * net/network-stream.el (network-stream-open-starttls): Don't add
8937 --insecure if it's already present, because that gnutls-cli
8938 rejects getting that parameter twice.
8939
8940 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
8941
8942 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
8943 keyword, too.
8944
8945 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
8946
8947 * newcomment.el (comment-use-global-state): Change default value
8948 to t, mark obsolete (Bug#15251).
8949 (comment-beginning): In addition to `comment-to-syntax', check the
8950 value of `comment-use-global-state'.
8951
8952 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8953
8954 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
8955 (ruby-comment-column): Follow the global default, by default.
8956 (ruby-smie-grammar): Add assignment syntax.
8957 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
8958 open-paren, a comma, or a \.
8959 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
8960 and line continuations.
8961 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
8962 followed by implicit semi-colons. Add rule for string concatenation
8963 and for indentation at BOB.
8964 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
8965
8966 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
8967 calling next-sexp, since next-token may have skipped chars which
8968 next-sexp doesn't know should be skipped!
8969
8970 2013-10-05 Leo Liu <sdl.web@gmail.com>
8971
8972 * progmodes/octave.el (octave-send-region):
8973 Call compilation-forget-errors.
8974
8975 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
8976
8977 * vc/vc-svn.el (vc-svn-find-admin-dir):
8978 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
8979 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
8980 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
8981 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
8982
8983 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8984
8985 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
8986
8987 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8988
8989 * subr.el (read-passwd): Hide chars even when called within a context
8990 where after-change-functions is disabled (bug#15501).
8991 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
8992 until we removed ourself from overriding-terminal-local-map.
8993
8994 2013-10-04 Leo Liu <sdl.web@gmail.com>
8995
8996 * progmodes/octave.el (inferior-octave-mode):
8997 Call compilation-forget-errors.
8998
8999 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
9000
9001 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
9002
9003 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
9004
9005 * net/secrets.el (secrets-create-collection): Add optional
9006 argument ALIAS. Use proper Label keyword. Append ALIAS as
9007 dbus-call-method argument. (Bug#15516)
9008
9009 2013-10-04 Leo Liu <sdl.web@gmail.com>
9010
9011 * progmodes/octave.el (inferior-octave-error-regexp-alist)
9012 (inferior-octave-compilation-font-lock-keywords): New variables.
9013 (compilation-error-regexp-alist)
9014 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
9015 (inferior-octave-mode): Use compilation-shell-minor-mode.
9016
9017 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
9018
9019 * minibuffer.el (completion--replace): Be careful that `end' might be
9020 a marker.
9021
9022 2013-10-03 Daiki Ueno <ueno@gnu.org>
9023
9024 Add support for package signature checking.
9025 * emacs-lisp/package.el (url-http-file-exists-p)
9026 (epg-make-context, epg-context-set-home-directory)
9027 (epg-verify-string, epg-context-result-for)
9028 (epg-signature-status, epg-signature-to-string)
9029 (epg-check-configuration, epg-configuration)
9030 (epg-import-keys-from-file): Declare.
9031 (package-check-signature): New user option.
9032 (package-unsigned-archives): New user option.
9033 (package-desc): Add `signed' field.
9034 (package-load-descriptor): Set `signed' field if .signed file exists.
9035 (package--archive-file-exists-p): New function.
9036 (package--check-signature): New function.
9037 (package-install-from-archive): Check package signature.
9038 (package--download-one-archive): Check archive signature.
9039 (package-delete): Remove .signed file.
9040 (package-import-keyring): New command.
9041 (package-refresh-contents): Import default keyring.
9042 (package-desc-status): Add "unsigned" status.
9043 (describe-package-1, package-menu--print-info)
9044 (package-menu-mark-delete, package-menu--find-upgrades)
9045 (package-menu--status-predicate): Support "unsigned" status.
9046
9047 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9048
9049 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
9050 the new compilation scheme using the new byte-codes.
9051
9052 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
9053 (byte-pophandler): New byte codes.
9054 (byte-goto-ops): Adjust accordingly.
9055 (byte-compile--use-old-handlers): New var.
9056 (byte-compile-catch): Use new byte codes depending on
9057 byte-compile--use-old-handlers.
9058 (byte-compile-condition-case--old): Rename from
9059 byte-compile-condition-case.
9060 (byte-compile-condition-case--new): New function.
9061 (byte-compile-condition-case): New function that dispatches depending
9062 on byte-compile--use-old-handlers.
9063 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
9064 when we can.
9065
9066 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9067 Optimize under `condition-case' and `catch' if
9068 byte-compile--use-old-handlers is nil.
9069 (disassemble-offset): Handle new bytecodes.
9070
9071 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9072
9073 * subr.el (error): Use `declare'.
9074 (decode-char, encode-char): Use advertised-calling-convention instead
9075 of the docstring to discourage use of the `restriction' arg.
9076
9077 2013-10-03 Daiki Ueno <ueno@gnu.org>
9078
9079 * epg.el (epg-verify-file): Add a comment saying that it does not
9080 notify verification error as a return value nor a signal.
9081 (epg-verify-string): Ditto.
9082
9083 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9084
9085 * progmodes/compile.el (compilation-start): Try globbing the arg to
9086 `cd' (bug#15417).
9087
9088 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
9089
9090 Sync with Tramp 2.2.8.
9091
9092 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
9093 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
9094 * net/trampver.el: Update release number.
9095
9096 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
9097
9098 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
9099 and default-process-coding-system for darwin only.
9100
9101 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9102
9103 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
9104
9105 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
9106
9107 * vc/vc-git.el (vc-git-grep): Disable pager.
9108
9109 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
9110
9111 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
9112 Use :url instead of :homepage, as per
9113 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
9114
9115 * newcomment.el (comment-beginning): When `comment-use-syntax' is
9116 non-nil, use `syntax-ppss' (Bug#15251).
9117
9118 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9119
9120 * progmodes/octave.el (inferior-octave-startup-file):
9121 Prefer ~/.emacs.d/init_octave.m.
9122
9123 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
9124
9125 * emacs-lisp/package.el (package-desc-from-define):
9126 Accept additional arguments as plist, convert them to an alist and store
9127 them in the `extras' slot.
9128 (package-generate-description-file): Convert extras alist back to
9129 plist and append to the `define-package' form arguments.
9130 (package--alist-to-plist): New function.
9131 (package--ac-desc): Add `extras' slot.
9132 (package--add-to-archive-contents): Check if the archive-contents
9133 vector is long enough, and if it is, pass its `extras' slot value
9134 to `package-desc-create'.
9135 (package-buffer-info): Call `lm-homepage', pass the returned value
9136 to `package-desc-from-define'.
9137 (describe-package-1): Render the homepage button (Bug#13291).
9138
9139 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9140 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
9141
9142 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
9143
9144 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
9145 and default-process-coding-system to utf-8-unix (Bug#15402).
9146
9147 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
9148
9149 * subr.el (looking-back): Do not recommend using looking-back.
9150
9151 2013-09-28 Alan Mackenzie <acm@muc.de>
9152
9153 Fix indentation/fontification of Java enum with "implements".
9154
9155 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
9156 regexp which matches "implements", etc., in Java.
9157 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
9158 specifier clauses coming after "enum".
9159 * progmodes/cc-fonts.el (c-font-lock-declarations)
9160 (c-font-lock-enum-tail): Check for extra specifier clauses coming
9161 after "enum".
9162
9163 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
9164
9165 * faces.el (region): Change ns_selection_color to
9166 ns_selection_fg_color, add ns_selection_bg_color.
9167
9168 2013-09-28 Leo Liu <sdl.web@gmail.com>
9169
9170 * progmodes/octave.el (inferior-octave-completion-table)
9171 (inferior-octave-completion-at-point): Minor tweaks.
9172
9173 * textmodes/ispell.el (ispell-lookup-words): Rename from
9174 lookup-words. (Bug#15460)
9175 (lookup-words): Obsolete.
9176 (ispell-complete-word, ispell-command-loop): All uses changed.
9177
9178 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9179
9180 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
9181 (octave-mode-menu): Add octave-send-buffer.
9182 (octave-send-buffer): New function.
9183
9184 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9185
9186 * progmodes/octave.el (octave-mode-map): Add key binding for
9187 octave-lookfor.
9188 (octave-mode-menu): Add octave-lookfor.
9189 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
9190 octave-lookfor.
9191 (octave-lookfor): New function.
9192
9193 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9194
9195 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
9196 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
9197 its convention.
9198 (cl--loop-set-iterator-function): New function.
9199 (cl-loop): Adjust accordingly, so as not to use cl-subst.
9200 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
9201 Bind `it' with `let' instead of substituting it with `cl-subst'.
9202 (cl--unused-var-p): New function.
9203 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
9204 Eliminate some unused variable warnings (bug#15326).
9205
9206 2013-09-27 Tassilo Horn <tsdh@gnu.org>
9207
9208 * doc-view.el (doc-view-scale-reset): Rename from
9209 `doc-view-reset-zoom-level'.
9210 (doc-view-scale-adjust): New command.
9211 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
9212 `doc-view-scale-adjust'.
9213
9214 2013-09-26 Tassilo Horn <tsdh@gnu.org>
9215
9216 * doc-view.el (doc-view-reset-zoom-level): New command.
9217 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
9218 zoom commands (bug#15466).
9219
9220 2013-09-26 Kenichi Handa <handa@gnu.org>
9221
9222 * international/quail.el (quail-help): Make it not a command.
9223
9224 2013-09-26 Leo Liu <sdl.web@gmail.com>
9225
9226 * minibuffer.el (completion-all-sorted-completions): Make args
9227 optional as they are.
9228
9229 2013-09-25 Daniel Colascione <dancol@dancol.org>
9230
9231 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
9232 specs are and that they're not evaluated.
9233
9234 2013-09-24 Sam Steingold <sds@gnu.org>
9235
9236 * midnight.el (clean-buffer-list-kill-regexps)
9237 (clean-buffer-list-kill-buffer-names): Update for the new Man
9238 buffer naming which includes the object name.
9239
9240 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9241
9242 * eshell/esh-cmd.el (eshell--sep-terms): New var.
9243 (eshell-parse-command, eshell-parse-pipeline): Use it since
9244 eshell-separate-commands requires a dynamic scoped var.
9245 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
9246
9247 2013-09-23 Leo Liu <sdl.web@gmail.com>
9248
9249 * autoinsert.el (auto-insert-alist): Make the value of
9250 lexical-binding match its file setting.
9251
9252 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
9253
9254 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
9255
9256 * autoarg.el (autoarg-kp-digit-argument):
9257 * electric.el (Electric-command-loop):
9258 * kmacro.el (kmacro-step-edit-insert):
9259 Do not set universal-argument-num-events.
9260
9261 2013-09-22 Leo Liu <sdl.web@gmail.com>
9262
9263 * files.el (interpreter-mode-alist): Add octave.
9264
9265 2013-09-21 Alan Mackenzie <acm@muc.de>
9266
9267 C++: fontify identifier in declaration following "public:" correctly.
9268 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
9269 to match "public", etc.
9270 (c-decl-prefix-re): Add ":" into the C++ value.
9271 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
9272 bit. Add a check for a ":" preceded by "public", etc.
9273
9274 2013-09-21 Eli Zaretskii <eliz@gnu.org>
9275
9276 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
9277 recognized by GDB 7.5 and later.
9278
9279 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
9280
9281 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
9282
9283 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9284
9285 * subr.el (internal--call-interactively): New const.
9286 (called-interactively-p): Use it (bug#3984).
9287
9288 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
9289
9290 * vc/pcvs.el (cvs-mode-ignore):
9291 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
9292 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
9293
9294 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9295
9296 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
9297 (eshell-ls-orig-insert-directory): Remove.
9298 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
9299 (eshell-ls-use-in-dired): Use advice-add/remove.
9300 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
9301 Add `orig-fun' arg for use in :around advice.
9302 Make it check (redundantly) eshell-ls-use-in-dired.
9303
9304 2013-09-19 Glenn Morris <rgm@gnu.org>
9305
9306 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
9307
9308 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
9309
9310 * emacs-lisp/eieio.el (class-parent): Undo previous change.
9311
9312 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
9313
9314 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
9315 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
9316 (tramp-get-remote-python): New defuns.
9317 (tramp-get-remote-uid-with-perl)
9318 (tramp-get-remote-gid-with-perl): New defuns. Perl code
9319 contributed by yary <not.com@gmail.com> (tiny change).
9320 (tramp-get-remote-uid-with-python)
9321 (tramp-get-remote-gid-with-python): New defuns. Python code
9322 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
9323 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
9324
9325 2013-09-19 Glenn Morris <rgm@gnu.org>
9326
9327 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
9328
9329 * eshell/em-unix.el (eshell-remove-entries):
9330 Rename argument to avoid name-clash with global `top-level'.
9331
9332 * eshell/esh-proc.el (eshell-kill-process-function):
9333 Remove eshell-reset-after-proc from eshell-kill-hook if present.
9334 (eshell-reset-after-proc): Remove unused arg `proc'.
9335
9336 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
9337 (directory-files-and-attributes): Mark unused arg.
9338
9339 * eshell/em-unix.el (eshell-remove-entries):
9340 Remove unused arg `path'. Update callers.
9341
9342 * eshell/em-hist.el (eshell-hist-parse-arguments):
9343 Remove unused arg `silent'. Update callers.
9344
9345 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
9346 Fix (f)boundp mix-up.
9347
9348 * eshell/em-smart.el (eshell-smart-scroll-window)
9349 (eshell-disable-after-change):
9350 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
9351
9352 2013-09-18 Alan Mackenzie <acm@muc.de>
9353
9354 Fix fontification of type when followed by "const".
9355 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
9356 "known" types from fontification.
9357
9358 2013-09-18 Glenn Morris <rgm@gnu.org>
9359
9360 * emacs-lisp/chart.el (x-display-color-cells): Declare.
9361 (chart-face-list): Drop Emacsen without display-color-p.
9362
9363 * net/eww.el (libxml-parse-html-region): Declare.
9364 (eww-display-html): Explicit error if no libxml2 support.
9365
9366 * doc-view.el (doc-view-mode): Silence --without-x compilation.
9367
9368 * image.el (image-type-from-buffer, image-multi-frame-p):
9369 Remove --without-x warning/error.
9370
9371 * mouse.el (mouse-yank-primary):
9372 * term.el (term-mouse-paste):
9373 Reorder to silence --without-x compilation.
9374
9375 * mpc.el (doc-view-mode): Silence --without-x compilation.
9376
9377 * mail/rmailmm.el (rmail-mime-set-bulk-data):
9378 Silence --without-x compilation.
9379
9380 * progmodes/gud.el (gud-find-file, gud-mode):
9381 Silence --without-x compilation.
9382 (tooltip-mode): Declare.
9383
9384 * wdired.el (dired-backup-overwrite): Remove declaration.
9385 (wdired-mode-map): Add doc string.
9386
9387 * custom.el (x-get-resource): Declare.
9388
9389 * eshell/em-glob.el (ange-cache):
9390 * eshell/em-unix.el (ange-cache): Declare.
9391
9392 * faces.el (x-display-list, x-open-connection, x-get-resource):
9393 Declare.
9394
9395 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
9396 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
9397 Declare.
9398
9399 * frame.el (x-display-grayscale-p, x-display-name): Declare.
9400
9401 * net/gnutls.el (gnutls-log-level): Declare.
9402
9403 * net/shr.el (image-size, image-animate): Declare.
9404
9405 * simple.el (font-info): Declare.
9406
9407 * subr.el (x-popup-dialog): Declare.
9408
9409 * term/common-win.el (x-select-enable-primary)
9410 (x-last-selected-text-primary, x-last-selected-text-clipboard):
9411 Declare.
9412
9413 * term/ns-win.el (x-handle-args): Declare.
9414
9415 * term/x-win.el (x-select-enable-clipboard): Declare.
9416
9417 * term/w32-win.el (create-default-fontset): Declare.
9418
9419 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
9420 Declare.
9421
9422 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
9423 (fit-frame-to-buffer): Explicit error if --without-x.
9424 (mouse-autoselect-window-select): Silence compiler.
9425
9426 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
9427
9428 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
9429 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
9430 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
9431 * eshell/esh-util.el (eshell-sublist):
9432 Remove unused local variables.
9433
9434 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
9435
9436 * textmodes/two-column.el: Make 2C-split work for --without-x.
9437 (scroll-bar-columns): Autoload.
9438 (top-level): Require fringe when compiling.
9439
9440 2013-09-18 Leo Liu <sdl.web@gmail.com>
9441
9442 * subr.el (add-hook): Robustify to handle closure as well.
9443
9444 2013-09-17 Glenn Morris <rgm@gnu.org>
9445
9446 * simple.el (messages-buffer-mode-map): Unbind "g".
9447
9448 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9449
9450 * help-mode.el (help-mode-finish): Use derived-mode-p.
9451 Remove obsolete highlighting.
9452
9453 * play/life.el (life-mode): Use define-derived-mode. Derive from
9454 special-mode.
9455 (life): Let-bind inhibit-read-only.
9456 (life-setup): Avoid `setq'. Use `life-mode'.
9457
9458 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
9459 which should not be needed any more.
9460 (package-menu-refresh, package-menu-describe-package): Use user-error.
9461
9462 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
9463 (eshell-post-rewrite-command-hook): Make obsolete.
9464 (eshell-parse-command): Simplify.
9465 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
9466 (eshell--cmd): Declare.
9467 (eshell-parse-pipeline): Remove unused var `final-p'.
9468 Pass a dynvar to eshell-post-rewrite-command-hook.
9469 Implement the new eshell-post-rewrite-command-function.
9470 (eshell-invoke-directly): Remove unused arg `input'.
9471 * eshell/esh-io.el (eshell-io-initialize):
9472 Use eshell-post-rewrite-command-function (bug#15399).
9473 (eshell--apply-redirections): Rename from eshell-apply-redirections;
9474 adjust to new calling convention.
9475 (eshell-create-handles): Rename args to avoid clashing with dynvar
9476 `standard-output'.
9477
9478 2013-09-17 Glenn Morris <rgm@gnu.org>
9479
9480 * simple.el (messages-buffer-mode): New major mode.
9481 (messages-buffer): New function.
9482 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
9483 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
9484 (ert-run-test): Use `messages-buffer' function.
9485 (ert--force-message-log-buffer-truncation): Ignore read-only.
9486 * help.el (view-echo-area-messages): Use `messages-buffer' function.
9487 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
9488
9489 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9490
9491 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
9492
9493 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
9494
9495 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9496
9497 * icomplete.el (icomplete-in-buffer): New var.
9498 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
9499 vars and replace them with functions.
9500 (icomplete-minibuffer-setup): Adjust accordingly.
9501 (icomplete--completion-table, icomplete--completion-predicate)
9502 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
9503 New functions.
9504 (icomplete-forward-completions, icomplete-backward-completions)
9505 (icomplete-simple-completing-p, icomplete-exhibit)
9506 (icomplete-completions): Use them.
9507 (icomplete--in-region-buffer): New var.
9508 (icomplete--in-region-setup): New function.
9509 (icomplete-mode): Use it.
9510
9511 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
9512 (bug#15379).
9513 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
9514 return args and options.
9515 (eshell-eval-using-options): Use the new return value of
9516 eshell--do-opts to set the options's vars in their scope.
9517 (eshell--set-option): Rename from eshell-set-option.
9518 Add arg `opt-vals'.
9519 (eshell--process-option): Rename from eshell-process-option.
9520 Add arg `opt-vals'.
9521 (eshell--process-args): Use an `opt-vals' alist to store the options's
9522 values during their processing and return them additionally to the
9523 remaining args.
9524
9525 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
9526
9527 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
9528 continuation character an operator, as far as indentation is
9529 concerned (Bug#15369).
9530
9531 2013-09-15 Martin Rudalics <rudalics@gmx.at>
9532
9533 * window.el (window--state-put-2): Don't process buffer state
9534 when buffer doesn't exist any more (Bug#15382).
9535
9536 2013-09-15 Glenn Morris <rgm@gnu.org>
9537
9538 * eshell/em-unix.el (eshell/rm):
9539 Make -f ignore missing files. (Bug#15373)
9540
9541 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
9542 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
9543 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
9544
9545 2013-09-14 Glenn Morris <rgm@gnu.org>
9546
9547 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
9548
9549 2013-09-13 Glenn Morris <rgm@gnu.org>
9550
9551 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
9552 (dired-guess-default): Make `file' available in the env. (Bug#15363)
9553
9554 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
9555
9556 * frame.el (x-focus-frame): Mark as declared in frame.c.
9557
9558 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9559
9560 * ls-lisp.el: Use advice-add.
9561 (original-insert-directory): Remove.
9562 (ls-lisp--insert-directory): Rename from insert-directory; add
9563 `orig-fun' argument.
9564 (insert-directory): Advise.
9565
9566 2013-09-13 Eli Zaretskii <eliz@gnu.org>
9567
9568 * term.el (term-emulate-terminal): Decode the command string
9569 before passing it to term-command-hook. (Bug#15337)
9570
9571 2013-09-13 Glenn Morris <rgm@gnu.org>
9572
9573 * eshell/esh-util.el (ange-cache): Move declaration earlier.
9574
9575 * eshell/esh-ext.el (eshell-search-path): Declare.
9576
9577 * eshell/em-prompt.el (eshell/pwd): Autoload it.
9578 Otherwise an error occurs if eshell-dirs module not loaded.
9579
9580 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
9581
9582 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
9583
9584 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
9585 `tramp-check-proper-host'. Check for a valid method name.
9586
9587 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9588 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9589 * net/tramp-sh.el (tramp-maybe-open-connection):
9590 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
9591
9592 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
9593 also for hash values.
9594
9595 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9596
9597 * term/ns-win.el (parameters): Don't declare as dynamic.
9598 (before-make-frame-hook): Don't add ineffective function.
9599
9600 * eshell/*.el: Use lexical-binding (bug#15231).
9601
9602 2013-09-12 Kenichi Handa <handa@gnu.org>
9603
9604 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
9605
9606 2013-09-12 Glenn Morris <rgm@gnu.org>
9607
9608 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
9609 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
9610
9611 * subr.el (do-after-load-evaluation): Also give compiler warnings
9612 when obsolete files are used (except by obsolete files).
9613
9614 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
9615 in the status output, assume `filename' is the first. (Bug#15322)
9616
9617 * vc/vc.el (vc-deduce-fileset): Doc fix.
9618
9619 * calc/calc-help.el (Info-goto-node):
9620 * progmodes/cperl-mode.el (Info-find-node):
9621 * vc/ediff.el (Info-goto-node): Update declarations.
9622
9623 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
9624
9625 * vc/vc-bzr.el (vc-compilation-mode): Declare.
9626 (vc-bzr-pull): Require vc-dispatcher.
9627 * vc/vc-git.el (vc-compilation-mode): Declare.
9628 (vc-git-pull): Require vc-dispatcher.
9629
9630 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
9631
9632 * progmodes/octave.el (help-button-action): Declare.
9633
9634 * shell.el (shell-directory-tracker): Output error as a message
9635 rather than just returning it as a string.
9636 (shell-process-pushd): Remove useless use of message.
9637
9638 * dframe.el (dframe-timer-fn):
9639 * files.el (dir-locals-read-from-file):
9640 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
9641 (mpc-format):
9642 * reveal.el (reveal-post-command):
9643 * saveplace.el (load-save-place-alist-from-file):
9644 * shell.el (shell-resync-dirs):
9645 * w32-common-fns.el (x-get-selection-value):
9646 * emacs-lisp/copyright.el (copyright-find-copyright):
9647 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
9648 * emulation/tpu-edt.el (tpu-copy-keyfile):
9649 * play/bubbles.el (bubbles--mark-neighbourhood):
9650 * progmodes/executable.el
9651 (executable-make-buffer-file-executable-if-script-p):
9652 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
9653
9654 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9655
9656 Cleanup Eshell to rely less on dynamic scoping.
9657 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
9658 last-value, and ext-command here. Bind `args' closer to `body'.
9659 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
9660 (eshell--args): Declare new dynamic var.
9661 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
9662 last-value, and ext-command. Pass `args' to `body'.
9663 (eshell-process-args): Bind eshell--args.
9664 (eshell-set-option): Use eshell--args.
9665 * eshell/eshell.el (eshell): Use derived-mode-p.
9666 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
9667 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
9668 (eshell-glob-function): Declare.
9669 * eshell/esh-util.el: Require cl-lib.
9670 (eshell-read-hosts-file): Avoid add-to-list.
9671 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
9672 `err'.
9673 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
9674 Declare.
9675 (eshell/diff): Remove unused var `err'.
9676 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
9677 `killflag'.
9678 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
9679 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
9680 first use.
9681 * eshell/em-glob.el (eshell-glob-matches, message-shown):
9682 Move declaration before first use.
9683 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
9684 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
9685 rely on cl-return.
9686
9687 2013-09-12 Glenn Morris <rgm@gnu.org>
9688
9689 * term/ns-win.el (global-map): Remove binding for ispell-next,
9690 deleted 1999-05-29. (Bug#15357)
9691
9692 2013-09-11 Glenn Morris <rgm@gnu.org>
9693
9694 * echistory.el (electric-command-history): Remove call to deleted func.
9695
9696 * play/landmark.el (landmark-mode): Fix typos.
9697
9698 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
9699 Check cvs-sort-ignore-file is bound.
9700
9701 * savehist.el: No need for cl when compiling on Emacs.
9702
9703 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9704
9705 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
9706 (bug#15338).
9707 (eshell-self-insert-command, eshell-send-invisible):
9708 Remove unused argument.
9709 (eshell-handle-control-codes): Remove unused var `orig'.
9710 Avoid delete-backward-char.
9711
9712 * files.el (set-auto-mode): Simplify a bit further.
9713
9714 2013-09-11 Glenn Morris <rgm@gnu.org>
9715
9716 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
9717 (set-auto-mode): Don't regexp-quote elements.
9718 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
9719 * progmodes/cc-mode.el (interpreter-mode-alist):
9720 * progmodes/ruby-mode.el (interpreter-mode-alist):
9721 Revert previous change.
9722
9723 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9724
9725 * play/snake.el (snake-mode):
9726 * play/mpuz.el (mpuz-mode):
9727 * play/landmark.el (lm-mode):
9728 * play/blackbox.el (blackbox-mode):
9729 * play/5x5.el (5x5-mode):
9730 * obsolete/options.el (Edit-options-mode):
9731 * net/quickurl.el (quickurl-list-mode):
9732 * net/newst-treeview.el (newsticker-treeview-mode):
9733 * mail/rmailsum.el (rmail-summary-mode):
9734 * mail/mspools.el (mspools-mode):
9735 * locate.el (locate-mode):
9736 * ibuffer.el (ibuffer-mode):
9737 * emulation/ws-mode.el (wordstar-mode):
9738 * emacs-lisp/debug.el (debugger-mode):
9739 * array.el (array-mode):
9740 * net/eudc.el (eudc-mode): Use define-derived-mode.
9741 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
9742 Move initialization into declaration.
9743 (mairix-searches-mode): Use define-derived-mode.
9744 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
9745 (eudc-edit-hotlist): Use dolist.
9746 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
9747 (Man-mode): Use define-derived-mode.
9748 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
9749 (Info-edit-mode): Use define-derived-mode.
9750 (Info-cease-edit): Use Info-mode.
9751 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
9752 into declaration.
9753 (eshell-mode): Use define-derived-mode.
9754 * chistory.el (command-history-mode-map): Rename from
9755 command-history-map.
9756 (command-history-mode): Use define-derived-mode.
9757 (Command-history-setup): Remove function.
9758 * calc/calc.el (calc-trail-mode-map): New var.
9759 (calc-trail-mode): Use define-derived-mode.
9760 (calc-trail-buffer): Set calc-main-buffer manually.
9761 * bookmark.el (bookmark-insert-annotation): New function.
9762 (bookmark-edit-annotation): Use it.
9763 (bookmark-edit-annotation-mode): Make it a proper major mode.
9764 (bookmark-send-edited-annotation): Use derived-mode-p.
9765 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
9766 closer to its ideal place. Use \' to match EOS.
9767
9768 * profiler.el (profiler-calltree-find): Use function-equal.
9769
9770 2013-09-10 Glenn Morris <rgm@gnu.org>
9771
9772 * files.el (interpreter-mode-alist): Convert to regexps.
9773 (set-auto-mode): Adapt for this. (Bug#15306)
9774 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
9775 Comment out unused variable.
9776 * progmodes/cc-mode.el (interpreter-mode-alist):
9777 * progmodes/python.el (interpreter-mode-alist):
9778 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
9779 * progmodes/sh-script.el (sh-set-shell):
9780 No longer use interpreter-mode-alist to get list of shells.
9781
9782 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
9783
9784 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9785
9786 * simple.el: Use set-temporary-overlay-map for universal-argument.
9787 (universal-argument-map): Don't use default-bindings (bug#15317).
9788 Bind switch-frame explicitly. Replace universal-argument-minus with
9789 a conditional binding.
9790 (universal-argument-num-events, saved-overriding-map): Remove.
9791 (restore-overriding-map): Remove.
9792 (universal-argument--mode): Rename from save&set-overriding-map,
9793 and rewrite.
9794 (universal-argument, universal-argument-more, negative-argument)
9795 (digit-argument): Adjust accordingly.
9796 (universal-argument-minus): Remove.
9797 (universal-argument-other-key): Remove.
9798
9799 * subr.el (with-demoted-errors): Add `format' argument.
9800
9801 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
9802
9803 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
9804 `tramp-cleanup-connection'.
9805
9806 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
9807 parameters KEEP-DEBUG and KEEP-PASSWORD.
9808
9809 * net/tramp.el (tramp-file-name-handler):
9810 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9811 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
9812 (tramp-maybe-open-connection):
9813 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9814 Use `tramp-cleanup-connection'.
9815
9816 * net/tramp-sh.el (tramp-maybe-open-connection):
9817 Catch 'uname-changed inside the progress reporter.
9818
9819 2013-09-10 Glenn Morris <rgm@gnu.org>
9820
9821 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
9822
9823 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
9824 returns "alternate access method" in mode (eg "-rw-r--r--.").
9825
9826 2013-09-08 Glenn Morris <rgm@gnu.org>
9827
9828 * saveplace.el (load-save-place-alist-from-file):
9829 Demote errors. (Bug#15305)
9830
9831 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
9832
9833 Improve compatibility with older Emacsen, and XEmacs.
9834
9835 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
9836 only if it is bound. It isn't for XEmacs.
9837 (with-tramp-progress-reporter): Do not let-bind `result'.
9838 This yields to scoping errors in XEmacs.
9839 (tramp-handle-make-auto-save-file-name): New function, moved from
9840 tramp-sh.el.
9841
9842 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
9843 for `make-auto-save-file-name'.
9844 (tramp-adb--gnu-switches-to-ash):
9845 Use `tramp-compat-replace-regexp-in-string'.
9846
9847 * net/tramp-cache.el (tramp-cache-print): Call
9848 `substring-no-properties' only if it is bound. It isn't for XEmacs.
9849
9850 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
9851 bound. It isn't for XEmacs.
9852
9853 * net/tramp-compat.el (tramp-compat-copy-file):
9854 Catch `wrong-number-of-arguments' error.
9855 (tramp-compat-replace-regexp-in-string): New defun.
9856
9857 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
9858 for `make-auto-save-file-name'.
9859 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
9860 `copy-file'.
9861 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
9862 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
9863 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
9864
9865 * net/tramp-gw.el (tramp-gw-open-network-stream):
9866 Use `tramp-compat-replace-regexp-in-string'.
9867
9868 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9869 Call `tramp-handle-make-auto-save-file-name'.
9870 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
9871 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9872 (tramp-sh-file-inotifywait-process-filter):
9873 Use `tramp-compat-replace-regexp-in-string'.
9874 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
9875
9876 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
9877 for `make-auto-save-file-name'.
9878 (tramp-smb-handle-copy-directory):
9879 Call `tramp-compat-replace-regexp-in-string'.
9880 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
9881 (tramp-smb-handle-copy-file): Improve error message.
9882 (tramp-smb-handle-rename-file): Rename directly only in case
9883 `newname' does not exist yet. This is a restriction of smbclient.
9884 (tramp-smb-maybe-open-connection): Rerun the function only when
9885 `auth-sources' is non-nil.
9886
9887 2013-09-08 Kenichi Handa <handa@gnu.org>
9888
9889 * international/characters.el: Set category "^" (Combining) for
9890 more characters.
9891
9892 2013-09-07 Alan Mackenzie <acm@muc.de>
9893
9894 Correctly fontify Java class constructors.
9895 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
9896 in Java Mode.
9897 (c-recognize-typeless-decls): Set the Java value to t.
9898 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9899 While handling a "(", add a check for, effectively, Java, and handle a
9900 "typeless" declaration there.
9901
9902 2013-09-07 Roland Winkler <winkler@gnu.org>
9903
9904 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
9905 field subtitle for entry type book.
9906
9907 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9908
9909 * minibuffer.el: Make minibuffer-complete call completion-in-region
9910 rather than other way around.
9911 (completion--some, completion-pcm--find-all-completions):
9912 Don't delay signals when debugging.
9913 (minibuffer-completion-contents): Beware fields within the
9914 minibuffer contents.
9915 (completion-all-sorted-completions): Use defvar-local.
9916 (completion--do-completion, completion--cache-all-sorted-completions)
9917 (completion-all-sorted-completions, minibuffer-force-complete):
9918 Add args `beg' and `end'.
9919 (completion--in-region-1): New fun, extracted from minibuffer-complete.
9920 (minibuffer-complete): Use completion-in-region.
9921 (completion-complete-and-exit): New fun, extracted from
9922 minibuffer-complete-and-exit.
9923 (minibuffer-complete-and-exit): Use it.
9924 (completion--complete-and-exit): Rename from
9925 minibuffer--complete-and-exit.
9926 (completion-in-region--single-word): New function, extracted from
9927 minibuffer-complete-word.
9928 (minibuffer-complete-word): Use it.
9929 (display-completion-list): Make `common-substring' argument obsolete.
9930 (completion--in-region): Call completion--in-region-1 instead of
9931 minibuffer-complete.
9932 (completion-help-at-point): Pass boundaries to
9933 minibuffer-completion-help as args rather than via an overlay.
9934 (completion-pcm--string->pattern): Use `any-delim'.
9935 (completion-pcm--optimize-pattern): New function.
9936 (completion-pcm--pattern->regex): Handle `any-delim'.
9937 * icomplete.el (icomplete-forward-completions)
9938 (icomplete-backward-completions, icomplete-completions):
9939 Adjust calls to completion-all-sorted-completions and
9940 completion--cache-all-sorted-completions.
9941 (icomplete-with-completion-tables): Default to t.
9942 * emacs-lisp/crm.el (crm--current-element): Rename from
9943 crm--select-current-element. Don't put an overlay but return the
9944 boundaries instead.
9945 (crm--completion-command): Take two new args to bind to the boundaries.
9946 (crm-completion-help): Adjust accordingly.
9947 (crm-complete): Use completion-in-region.
9948 (crm-complete-word): Use completion-in-region--single-word.
9949 (crm-complete-and-exit): Use completion-complete-and-exit.
9950
9951 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9952
9953 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
9954 than dynamically.
9955
9956 2013-09-06 Juri Linkov <juri@jurta.org>
9957
9958 * info.el (Info-display-images-node): When image file doesn't exist
9959 display text version of the image if it's provided in the Info file.
9960 Otherwise, display the location of missing image from SRC attribute.
9961 Add help-echo text property from ALT attribute. (Bug#15279)
9962
9963 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9964
9965 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
9966 (edit-abbrevs-mode): Use define-derived-mode.
9967
9968 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
9969 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
9970 that it's defined.
9971 (epa-key-list-mode, epa-key-mode, epa-info-mode):
9972 Use define-derived-mode.
9973
9974 * epg.el (epg-start-encrypt): Minor CSE simplification.
9975
9976 2013-09-06 William Xu <william.xwl@gmail.com>
9977
9978 * arc-mode.el: Add support for 7za (bug#15264).
9979 (archive-7z-program): New var.
9980 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
9981 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
9982 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
9983
9984 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
9985
9986 Remove URL syntax.
9987
9988 * net/tramp.el (tramp-syntax, tramp-prefix-format)
9989 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
9990 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
9991 (tramp-postfix-host-format, tramp-file-name-regexp)
9992 (tramp-completion-file-name-regexp)
9993 (tramp-completion-dissect-file-name)
9994 (tramp-handle-substitute-in-file-name): Remove 'url case.
9995 (tramp-file-name-regexp-url)
9996 (tramp-completion-file-name-regexp-url): Remove constants.
9997
9998 2013-09-06 Glenn Morris <rgm@gnu.org>
9999
10000 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
10001
10002 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
10003
10004 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
10005 keywords" below "here-doc beginnings" (Bug#15270).
10006
10007 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
10008
10009 * subr.el (pop): Use `car-safe'.
10010 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
10011 to detect unused `pop' return value.
10012
10013 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
10014 var `block-regexp'.
10015 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
10016 (python-fill-string): Remove unused var `marker'.
10017 (python-skeleton-add-menu-items): Remove unused var `items'.
10018
10019 * international/mule-cmds.el: Require CL.
10020 (find-coding-systems-for-charsets): Avoid add-to-list.
10021 (sanitize-coding-system-list): New function, extracted from
10022 select-safe-coding-system-interactively.
10023 (select-safe-coding-system-interactively): Use it.
10024 (read-input-method-name): Accept symbols for `default'.
10025
10026 * emacs-lisp/advice.el (defadvice): Add indent rule.
10027
10028 2013-09-05 Daniel Hackney <dan@haxney.org>
10029
10030 * dired-x.el:
10031 * net/ange-ftp.el:
10032 * net/browse-url.el:
10033 * net/dbus.el:
10034 * net/eudc.el:
10035 * net/eudcb-ldap.el:
10036 * net/eww.el:
10037 * net/imap.el:
10038 * printing.el:
10039 * vc/ediff-diff.el:
10040 * vc/ediff-init.el:
10041 * vc/ediff-merg.el:
10042 * vc/ediff-mult.el:
10043 * vc/ediff-util.el:
10044 * vc/ediff-wind.el:
10045 * vc/ediff.el:
10046 * vc/emerge.el:
10047 * vc/pcvs.el:
10048 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
10049 byte compiler. Remove some unused let-bound variables.
10050
10051 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
10052
10053 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
10054 a "ref-cell", since it gets better optimized (bug#14883).
10055
10056 2013-09-05 Glenn Morris <rgm@gnu.org>
10057
10058 * progmodes/cc-awk.el (c-forward-sws): Declare.
10059
10060 2013-09-04 Glenn Morris <rgm@gnu.org>
10061
10062 * generic-x.el [rul-generic-mode]: Require cc-mode.
10063 (c++-mode-syntax-table): Declare.
10064 (rul-generic-mode-syntax-table): Init in the defvar.
10065
10066 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
10067
10068 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
10069 (vc-do-command, vc-set-async-update):
10070 * vc/vc-mtn.el (vc-mtn-dir-status):
10071 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
10072 (vc-hg-pull, vc-hg-merge-branch):
10073 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
10074 (vc-git-merge-branch):
10075 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
10076 (vc-cvs-dir-status-files):
10077 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
10078 (vc-bzr-dir-status-files):
10079 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
10080 * vc/vc-annotate.el: Use lexical-binding.
10081 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
10082 (vc-sentinel-movepoint): Declare.
10083 (vc-annotate): Don't use `goto-line'.
10084 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
10085 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
10086 (vc-sentinel-movepoint): Declare.
10087 * vc/vc-svn.el: Use lexical-binding.
10088 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
10089 * vc/vc-sccs.el:
10090 * vc/vc-rcs.el: Use lexical-binding.
10091
10092 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
10093 `deleted'. Don't drop errors silently.
10094
10095 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
10096
10097 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
10098
10099 * vc/vc.el (vc-ignore): Rewrite.
10100 (vc-default-ignore): New function.
10101 (vc-default-ignore-completion-table): Use find-ignore-file.
10102
10103 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
10104 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
10105 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
10106 Remove. Most code moved to vc.el.
10107
10108 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
10109
10110 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
10111 * net/tramp-smb.el (tramp-smb-get-file-entries):
10112 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
10113 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
10114
10115 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
10116 Update call to it.
10117 (eww-change-select): Remove unused var `properties'.
10118 (eww-make-unique-file-name): Remove unused var `base'.
10119
10120 * finder.el (finder-compile-keywords): Don't mess with windows.
10121
10122 * calculator.el (calculator-funcall): Fix typo in last change.
10123
10124 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
10125
10126 * emacs-lisp/package.el (package-activate-1): Don't let a missing
10127 <pkg>-autoloads.el file stop us.
10128
10129 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
10130 warnings, and factor out common code.
10131
10132 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
10133
10134 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
10135 two-character operators and whether the character preceding them
10136 changes their meaning (Bug#15208).
10137
10138 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
10139
10140 Format code sent to Python shell for robustness.
10141 * progmodes/python.el (python-shell-buffer-substring):
10142 New function.
10143 (python-shell-send-region, python-shell-send-buffer): Use it.
10144
10145 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
10146
10147 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
10148 * net/tramp.el (tramp-user-error): ... here.
10149 (tramp-find-method, tramp-check-proper-host)
10150 (tramp-dissect-file-name, tramp-debug-message)
10151 (tramp-handle-shell-command):
10152 * net/tramp-adb.el (tramp-adb-handle-shell-command):
10153 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
10154
10155 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
10156
10157 2013-09-02 Martin Rudalics <rudalics@gmx.at>
10158
10159 * avoid.el (mouse-avoidance-point-position)
10160 (mouse-avoidance-too-close-p): Handle case where posn-at-point
10161 returns nil.
10162
10163 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
10164
10165 * progmodes/python.el (python-shell-completion-get-completions):
10166 Drop use of deleted `comint-last-prompt-overlay'.
10167 (python-nav-if-name-main): New command.
10168
10169 2013-09-01 Glenn Morris <rgm@gnu.org>
10170
10171 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10172 Avoid leading space in $wins. Otherwise the sed command used by
10173 eg compile-main ends up containing "/*.el". (Bug#15170)
10174
10175 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
10176
10177 2013-08-30 Glenn Morris <rgm@gnu.org>
10178
10179 * emacs-lisp/bytecomp.el (byte-recompile-directory):
10180 Fix is-this-a-directory logic. (Bug#15220)
10181
10182 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10183
10184 * textmodes/css-mode.el: Use SMIE.
10185 (css-smie-grammar): New var.
10186 (css-smie--forward-token, css-smie--backward-token)
10187 (css-smie-rules): New functions.
10188 (css-mode): Use them.
10189 (css-navigation-syntax-table): Remove var.
10190 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
10191 (css-indent-calculate, css-indent-line): Remove functions.
10192
10193 Misc changes to reduce use of `(lambda...); and other cleanups.
10194 * cus-edit.el: Use lexical-binding.
10195 (customize-push-and-save, customize-apropos)
10196 (custom-buffer-create-internal): Use closures.
10197 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
10198 * progmodes/ada-xref.el: Use setq.
10199 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
10200 * dframe.el: Use lexical-binding.
10201 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
10202 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
10203 * descr-text.el: Use lexical-binding.
10204 (describe-text-widget, describe-text-sexp, describe-property-list):
10205 Use closures.
10206 * comint.el (comint-history-isearch-push-state): Use a closure.
10207 * calculator.el: Use lexical-binding.
10208 (calculator-number-to-string): Make it work with lexical-binding.
10209 (calculator-funcall): Same and use cl-letf.
10210
10211 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
10212 (lisp--company-doc-string, lisp--company-location): New functions.
10213 (lisp-completion-at-point): Use them to improve Company support.
10214
10215 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
10216 params of lambda expressions.
10217 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
10218 (ruby-smie--opening-pipe-p): New function.
10219 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
10220 symbols and matched |...| for formal params.
10221 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
10222 from being treated as hanging. Handle "rescue".
10223
10224 2013-08-29 Glenn Morris <rgm@gnu.org>
10225
10226 * progmodes/cc-engine.el (c-pull-open-brace):
10227 Move definition before use.
10228
10229 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10230
10231 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
10232 are immutable. Don't use `unsafe' any more.
10233 (cl--defsubst-expand): Don't substitute at the same time as keeping
10234 a residual unused let-binding. Don't use `unsafe' any more.
10235
10236 2013-08-29 Glenn Morris <rgm@gnu.org>
10237
10238 * calendar/cal-china.el (calendar-chinese-year-cache):
10239 Recenter on 2015.
10240
10241 * nxml/nxml-util.el (nxml-debug-clear-inside):
10242 Use cl-loop rather than loop.
10243
10244 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
10245
10246 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
10247
10248 2013-08-28 Glenn Morris <rgm@gnu.org>
10249
10250 * progmodes/antlr-mode.el: No need to require cc-mode twice.
10251
10252 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
10253
10254 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
10255
10256 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10257
10258 * simple.el (repeat-complex-command--called-interactively-skip):
10259 New function.
10260 (repeat-complex-command): Use it (bug#14136).
10261
10262 * progmodes/cc-mode.el: Minor cleanup of var declarations.
10263 (c-define-abbrev-table): Add `doc' argument.
10264 (c-mode-abbrev-table, c++-mode-abbrev-table)
10265 (objc-mode-abbrev-table, java-mode-abbrev-table)
10266 (idl-mode-abbrev-table, pike-mode-abbrev-table)
10267 (awk-mode-abbrev-table): Use it.
10268 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
10269 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
10270 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
10271 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
10272 Move initialization into the declaration; and remove any
10273 autoload cookie.
10274
10275 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
10276 and dynamic let binding.
10277
10278 * vc/smerge-mode.el: Remove redundant :group args.
10279
10280 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
10281 to load-path.
10282
10283 2013-08-28 Juri Linkov <juri@jurta.org>
10284
10285 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
10286 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
10287 (isearch-other-meta-char): Handle an undefined shifted printing
10288 character by downshifting it. (Bug#15200)
10289
10290 2013-08-28 Juri Linkov <juri@jurta.org>
10291
10292 * isearch.el (isearch-search): Change regexp error message for
10293 non-regexp searches. (Bug#15166)
10294
10295 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
10296
10297 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
10298 for portability to hosts where /bin/sh has problems.
10299
10300 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10301
10302 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
10303
10304 2013-08-27 Juri Linkov <juri@jurta.org>
10305
10306 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
10307 in the keyboard macro. (Bug#15126)
10308
10309 2013-08-27 Juri Linkov <juri@jurta.org>
10310
10311 * isearch.el (isearch-quote-char): Comment out converting unibyte
10312 to multibyte, thus syncing with its `quoted-insert' counterpart.
10313 (Bug#15166)
10314
10315 2013-08-27 Martin Rudalics <rudalics@gmx.at>
10316
10317 * window.el (display-buffer-use-some-window): Add missing
10318 argument in call of get-largest-window (Bug#15185).
10319 Reported by Stephen Leake.
10320
10321 2013-08-27 Glenn Morris <rgm@gnu.org>
10322
10323 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
10324
10325 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10326
10327 * progmodes/python.el (python-font-lock-keywords): Don't return nil
10328 from a matcher-function unless there's no more matches (bug#15161).
10329
10330 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
10331
10332 * minibuffer.el: Revert change from 2013-08-20.
10333
10334 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
10335 with text property `tramp-default', if appropriate.
10336 (tramp-check-proper-host): New defun.
10337 (tramp-dissect-file-name): Do not check hostname. Revert change
10338 of 2013-03-18.
10339 (tramp-backtrace): Make VEC-OR-PROC optional.
10340
10341 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
10342 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10343 * net/tramp-sh.el (tramp-maybe-open-connection):
10344 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
10345 Apply `tramp-check-proper-host'.
10346
10347 2013-08-26 Tassilo Horn <tsdh@gnu.org>
10348
10349 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
10350 lambda expression in order to have `describe-variable' display it.
10351
10352 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
10353
10354 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
10355 BUF can be optional. (Bug#15186)
10356
10357 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
10358
10359 * progmodes/flymake.el (flymake-get-real-file-name-function):
10360 Fix broken customization. (Bug#15184)
10361
10362 2013-08-25 Alan Mackenzie <acm@muc.de>
10363
10364 Improve indentation of bracelists defined by macros (without "=").
10365
10366 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
10367 expansion begins with "{", regard it as bracelist when it doesn't
10368 contain a ";".
10369
10370 Parse C++ inher-intro when there's a template split over 2 lines.
10371
10372 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
10373 rigorously the search for "class" etc. followed by ":".
10374
10375 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
10376 random languages a regexp which never matches rather than nil.
10377
10378 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
10379
10380 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
10381 (c-awk-regexp-one-line-possibly-open-char-list-re)
10382 (c-awk-one-line-possibly-open-regexp-re)
10383 (c-awk-one-line-non-syn-ws*-re): Remove.
10384 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
10385 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
10386 (c-awk-space*-unclosed-regexp-/-re): New constants.
10387 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
10388 aren't regexp delimiters.
10389
10390 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
10391 handling for a rare situation in AWK Mode involving unterminated
10392 strings/regexps.
10393
10394 2013-08-23 Glenn Morris <rgm@gnu.org>
10395
10396 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
10397
10398 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
10399
10400 * files.el (create-file-buffer): If the result would begin with
10401 spaces, prepend a "|" instead of removing them. (Bug#15162)
10402
10403 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10404
10405 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
10406 text-properties (bug#15155).
10407
10408 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
10409 exist any more.
10410 (calc-keypad-redraw): Remove unused var `pad'.
10411 (calc-keypad-press): Remove unused var `menu'.
10412
10413 2013-08-23 Martin Rudalics <rudalics@gmx.at>
10414
10415 * window.el (display-buffer-pop-up-frame):
10416 Call pop-up-frame-function with BUFFER current so `make-frame' will
10417 use it as the new frame's buffer (Bug#15133).
10418
10419 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10420
10421 * calendar/timeclock.el: Minor cleanups.
10422 (timeclock-ask-before-exiting, timeclock-use-display-time):
10423 Use `symbol'.
10424 (timeclock-modeline-display): Define as alias before the
10425 actual definition.
10426 (timeclock-mode-line-display): Use define-minor-mode.
10427 (timeclock-day-list-template): Make it a function, add an argument.
10428 (timeclock-day-list-required, timeclock-day-list-length)
10429 (timeclock-day-list-debt, timeclock-day-list-span)
10430 (timeclock-day-list-break): Adjust calls accordingly.
10431
10432 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10433
10434 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
10435 Use read--expression so that completion works again.
10436
10437 2013-08-21 Sam Steingold <sds@gnu.org>
10438
10439 Add rudimentary inferior shell interaction
10440 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
10441 (sh-set-shell): Reset it.
10442 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
10443 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
10444
10445 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
10446
10447 * align.el: Use lexical-binding.
10448 (align-region): Simplify accordingly.
10449
10450 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
10451
10452 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
10453
10454 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
10455 `non-essential' up.
10456
10457 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
10458
10459 * net/tramp.el:
10460 * net/tramp-adb.el:
10461 * net/tramp-cmds.el:
10462 * net/tramp-ftp.el:
10463 * net/tramp-gvfs.el:
10464 * net/tramp-gw.el:
10465 * net/tramp-sh.el: Don't wrap external variable declarations by
10466 `eval-when-compile'.
10467
10468 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10469
10470 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
10471 now that Emacs supports ImageMagick animations.
10472
10473 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
10474
10475 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
10476 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
10477
10478 2013-08-16 Martin Rudalics <rudalics@gmx.at>
10479
10480 * window.el (mouse-autoselect-window-select): Do autoselect when
10481 mouse pointer is on margin.
10482
10483 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
10484
10485 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
10486
10487 2013-08-16 Glenn Morris <rgm@gnu.org>
10488
10489 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
10490 Handle "Remote Directory" response of some clients. (Bug#15058)
10491
10492 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
10493 Tweak warning. (Bug#14926)
10494
10495 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
10496 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
10497
10498 * image-mode.el (image-mode-map): Add menu items to reverse,
10499 increase, decrease, reset animation speed.
10500 (image--set-speed, image-increase-speed, image-decrease-speed)
10501 (image-reverse-speed, image-reset-speed): New functions.
10502 (image-mode-map): Add bindings for speed commands.
10503
10504 * image.el (image-animate-get-speed, image-animate-set-speed):
10505 New functions.
10506 (image-animate-timeout): Respect image :speed property.
10507
10508 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10509
10510 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
10511 previous line (bug#15101).
10512 (debugger-eval-expression, debugger-record-expression):
10513 Use read--expression (bug#15102).
10514
10515 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
10516
10517 Remove byte compiler warnings, visible when compiling with
10518 `byte-compile-force-lexical-warnings' set to t.
10519
10520 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
10521 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
10522 (tramp-handle-unhandled-file-name-directory)
10523 (tramp-handle-file-notify-add-watch, tramp-action-login)
10524 (tramp-action-succeed, tramp-action-permission-denied)
10525 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
10526 arguments with "_".
10527
10528 * net/tramp-adb.el (tramp-adb-parse-device-names)
10529 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
10530 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
10531 (tramp-adb-handle-file-truename): Remove unused arguments.
10532
10533 * net/tramp-cache.el (tramp-flush-directory-property)
10534 (tramp-flush-connection-property, tramp-list-connections)
10535 (tramp-parse-connection-properties): Prefix unused arguments with "_".
10536
10537 * net/tramp-compat.el (tramp-compat-make-temp-file):
10538 Rename FILENAME to F.
10539
10540 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
10541 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
10542 (tramp-zeroconf-parse-workstation-device-names)
10543 (tramp-zeroconf-parse-webdav-device-names)
10544 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
10545
10546 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
10547 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
10548
10549 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
10550 arguments.
10551 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
10552 (tramp-sh-handle-insert-file-contents-literally)
10553 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
10554 with "_".
10555 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
10556 Remove unused variables.
10557
10558 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10559 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
10560 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
10561
10562 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
10563 Make them a defconst.
10564 (tramp-uuencode-region): Remove unused variable.
10565
10566 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
10567
10568 * frameset.el (frameset--prop-setter): New function.
10569 (frameset-prop): Add gv-setter declaration.
10570 (frameset-filter-minibuffer): Deal with the case that the minibuffer
10571 parameter was already set in FILTERED. Doc fix.
10572 (frameset--record-minibuffer-relationships): Allow saving a
10573 minibufferless frame without its corresponding minibuffer frame.
10574 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
10575 frame, if the frame id matches.
10576 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
10577 frames before orphaned ones.
10578 (frameset-restore): Warn about orphaned windows, instead of error out.
10579
10580 2013-08-14 Martin Rudalics <rudalics@gmx.at>
10581
10582 * window.el (window-make-atom): Don't overwrite parameter
10583 already present.
10584 (display-buffer-in-atom-window): Handle special case where we
10585 split an already atomic window.
10586 (window--major-non-side-window, display-buffer-in-side-window)
10587 (window--side-check): Ignore minibuffer window when walking
10588 window tree.
10589 (window-deletable-p): Return 'frame only if no other frame uses
10590 our minibuffer window.
10591 (record-window-buffer): Run buffer-list-update-hook.
10592 (split-window): Make sure window--check-frame won't destroy an
10593 existing atomic window in case the new window gets nested
10594 inside.
10595 (display-buffer-at-bottom): Ignore minibuffer window when
10596 walking window tree. Don't split a side window.
10597 (pop-to-buffer): Don't set-buffer here, the select-window call
10598 should do that.
10599 (mouse-autoselect-window-select): Autoselect only if we are in the
10600 text portion of the window.
10601
10602 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10603
10604 * net/shr.el (shr-parse-image-data): New function to grab both the
10605 data itself and the Content-Type.
10606 (shr-put-image): Use it.
10607
10608 * net/eww.el (eww-display-image): Ditto.
10609
10610 * image.el (image-content-type-suffixes): New variable.
10611
10612 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
10613
10614 * progmodes/python.el (python-imenu--build-tree)
10615 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
10616
10617 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
10618
10619 * simple.el (backward-word): Mention the optional argument.
10620
10621 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10622
10623 * frameset.el (frameset--make): Rename constructor from make-frameset.
10624 (frameset-p, frameset-valid-p): Don't autoload.
10625 (frameset-valid-p): Use normal accessors.
10626
10627 2013-08-13 Glenn Morris <rgm@gnu.org>
10628
10629 * progmodes/compile.el (compile-command): Tweak example in doc.
10630 * obsolete/scribe.el (scribe-mode):
10631 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
10632
10633 * mail/feedmail.el (feedmail-confirm-outgoing)
10634 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
10635
10636 * cus-start.el (truncate-partial-width-windows): Fix type.
10637
10638 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
10639
10640 * net/shr.el (shr-table-horizontal-line): Fix custom type.
10641
10642 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10643
10644 * emacs-lisp/timer.el (timer--time-setter): New function.
10645 (timer--time): Use it as gv-setter.
10646
10647 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
10648 setter is not a symbol.
10649
10650 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
10651
10652 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
10653 if sending fails. This makes debugging easier.
10654
10655 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
10656
10657 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
10658 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
10659 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
10660
10661 2013-08-12 Eli Zaretskii <eliz@gnu.org>
10662
10663 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
10664
10665 2013-08-12 Glenn Morris <rgm@gnu.org>
10666
10667 * format.el (format-annotate-function):
10668 Handle read-only text properties in the source. (Bug#14887)
10669
10670 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10671
10672 * net/eww.el (eww-display-html): Ignore coding system errors.
10673 One web site uses "utf-8lias" as the coding system.
10674
10675 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
10676
10677 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
10678
10679 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
10680
10681 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
10682 (tutorial--detailed-help): Remove unused local variables.
10683 (tutorial--save-tutorial-to): Use ignore-errors.
10684 (help-with-tutorial): Use looking-at-p.
10685
10686 * view.el (view-buffer-other-window, view-buffer-other-frame):
10687 Mark unused arguments.
10688
10689 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
10690 (woman-select-symbol-fonts, woman, woman-find-file)
10691 (woman-insert-file-contents, woman-non-underline-faces):
10692 Use string-match-p.
10693 (woman1-unquote): Move declaration.
10694
10695 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
10696 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
10697 argument. Remove unused local variable.
10698 (xml-parse-elem-type): Use string-match-p.
10699 (xml-substitute-numeric-entities): Use ignore-errors.
10700
10701 * calculator.el (calculator): Mark unused argument.
10702 (calculator-paste, calculator-quit, calculator-integer-p):
10703 Use ignore-errors.
10704 (calculator-string-to-number, calculator-decimal, calculator-exp)
10705 (calculator-op-or-exp): Use string-match-p.
10706
10707 * dired.el (dired-buffer-more-recently-used-p): Declare.
10708 (dired-insert-set-properties, dired-insert-old-subdirs):
10709 Use ignore-errors.
10710
10711 * dired-aux.el (dired-compress): Use ignore-errors.
10712 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
10713 (dired-do-async-shell-command, dired-do-shell-command)
10714 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
10715 (dired-insert-subdir-validate): Use string-match-p.
10716 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
10717 (dired-add-entry): Use string-match-p, looking-at-p.
10718 (dired-insert-subdir-newpos): Remove unused local variable.
10719
10720 * filenotify.el (file-notify-callback): Remove unused local variable.
10721
10722 * filesets.el (filesets-error): Mark unused argument.
10723 (filesets-which-command-p, filesets-filter-dir-names)
10724 (filesets-directory-files, filesets-get-external-viewer)
10725 (filesets-ingroup-get-data): Use string-match-p.
10726
10727 * find-file.el (ff-other-file-name, ff-other-file-name)
10728 (ff-find-the-other-file, ff-cc-hh-converter):
10729 Remove unused local variables.
10730 (ff-get-file-name): Use string-match-p.
10731 (ff-all-dirs-under): Use ignore-errors.
10732
10733 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
10734 (follow-select-if-visible): Remove unused local variable.
10735
10736 * forms.el (read-file-filter): Move declaration.
10737 (forms--make-format, forms--make-parser, forms-insert-record):
10738 Quote function with #'.
10739 (forms--update): Use string-match-p. Quote function with #'.
10740
10741 * help-mode.el (help-dir-local-var-def): Mark unused argument.
10742 (help-make-xrefs): Use looking-at-p.
10743 (help-xref-on-pp): Use looking-at-p, ignore-errors.
10744
10745 * ibuffer.el (ibuffer-ext-visible-p): Declare.
10746 (ibuffer-confirm-operation-on): Use string-match-p.
10747
10748 * msb.el (msb-item-handler, msb-dired-item-handler):
10749 Mark unused arguments.
10750
10751 * ses.el (ses-decode-cell-symbol)
10752 (ses-kill-override): Remove unused local variable.
10753 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
10754 (ses-load): Use ignore-errors, looking-at-p.
10755 (ses-jump-safe): Use ignore-errors.
10756 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
10757
10758 * tabify.el (untabify, tabify): Mark unused arguments.
10759
10760 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
10761 Mark unused argument.
10762 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
10763 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
10764
10765 * emacs-lisp/timer.el (timer--time): Define setter with
10766 gv-define-setter to avoid deprecation warning.
10767
10768 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
10769 (*record-cmpl-statistics-p*): Remove (was commented out).
10770 (cmpl-statistics-block): Remove (body was commented out).
10771 All callers changed.
10772 (add-completions-from-buffer, load-completions-from-file):
10773 Remove unused variables.
10774
10775 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
10776
10777 * filecache.el (file-cache-delete-file-list):
10778 Print message only when told so.
10779 (file-cache-files-matching): Use #' in mapconcat argument.
10780
10781 * ffap.el (ffap-url-at-point): Fix reference to variable
10782 thing-at-point-default-mail-uri-scheme.
10783
10784 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
10785
10786 * subr.el (define-error): New function.
10787 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
10788 error-file-not-found and define with define-error.
10789 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
10790 and define with define-error.
10791 * userlock.el (file-locked, file-supersession):
10792 * simple.el (mark-inactive):
10793 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
10794 * progmodes/ada-mode.el (ada-mode-errors):
10795 * play/life.el (life-extinct):
10796 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
10797 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
10798 * nxml/rng-util.el (rng-error):
10799 * nxml/rng-uri.el (rng-uri-error):
10800 * nxml/rng-match.el (rng-compile-error):
10801 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
10802 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
10803 * nxml/nxml-rap.el (nxml-scan-error):
10804 * nxml/nxml-outln.el (nxml-outline-error):
10805 * net/soap-client.el (soap-error):
10806 * net/gnutls.el (gnutls-error):
10807 * net/ange-ftp.el (ftp-error):
10808 * mpc.el (mpc-proc-error):
10809 * json.el (json-error, json-readtable-error, json-unknown-keyword)
10810 (json-number-format, json-string-escape, json-string-format)
10811 (json-key-format, json-object-format):
10812 * jka-compr.el (compression-error):
10813 * international/quail.el (quail-error):
10814 * international/kkc.el (kkc-error):
10815 * emacs-lisp/ert.el (ert-test-failed):
10816 * calc/calc.el (calc-error, inexact-result, math-overflow)
10817 (math-underflow):
10818 * bookmark.el (bookmark-error-no-filename):
10819 * epg.el (epg-error): Define with define-error.
10820
10821 * time.el (display-time-event-handler)
10822 (display-time-next-load-average): Don't call sit-for since it seems
10823 unnecessary (bug#15045).
10824
10825 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
10826 Use #' instead of ' to quote functions.
10827 (checkdoc-output-mode): Use setq-local.
10828 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
10829 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
10830 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
10831 (checkdoc-ispell, checkdoc-ispell-current-buffer)
10832 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
10833 (checkdoc-ispell-message-text, checkdoc-ispell-start)
10834 (checkdoc-ispell-continue, checkdoc-ispell-comments)
10835 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
10836
10837 * ido.el (ido-completion-help): Fix up compiler warning.
10838
10839 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
10840
10841 * frameset.el (frameset-p): Add autoload cookie.
10842 (frameset--jump-to-register): New function, based on code moved from
10843 register.el.
10844 (frameset-to-register): Move from register.el. Adapt to `registerv'.
10845
10846 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
10847 (frameset-restore, frameset-save, frameset-session-filter-alist):
10848 Remove declarations.
10849 (register-alist): Doc fix.
10850 (frameset-to-register): Move to frameset.el.
10851 (jump-to-register, describe-register-1): Remove frameset-specific code.
10852
10853 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10854
10855 * allout-widgets.el (allout-widgets-pre-command-business)
10856 (allout-widgets-post-command-business)
10857 (allout-widgets-after-change-handler)
10858 (allout-decorate-item-and-context, allout-set-boundary-marker)
10859 (allout-body-modification-handler)
10860 (allout-graphics-modification-handler): Mark ignored arguments.
10861 (allout-widgets-post-command-business)
10862 (allout-widgets-exposure-change-processor)
10863 (allout-widgets-exposure-undo-processor)
10864 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
10865 (allout-parse-item-at-point, allout-decorate-item-guides)
10866 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
10867 * allout.el (epa-passphrase-callback-function): Declare.
10868 (allout-overlay-insert-in-front-handler)
10869 (allout-overlay-interior-modification-handler)
10870 (allout-isearch-end-handler, allout-chart-siblings)
10871 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
10872 (allout-yank-processing, allout-process-exposed)
10873 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
10874 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
10875 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
10876 (lisp-indent-defform): Mark ignored arguments.
10877 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
10878 (calculate-lisp-indent): Remove unused variables.
10879 * international/characters.el (indian-2-column, arabic-2-column)
10880 (tibetan): Mark ignored arguments.
10881 (use-cjk-char-width-table): Mark ignored arguments.
10882 Remove unused variables.
10883 * international/fontset.el (build-default-fontset-data)
10884 (x-compose-font-name, create-fontset-from-fontset-spec):
10885 Mark ignored arguments.
10886 (fontset-plain-name): Remove unused variables.
10887 * international/mule.el (charset-id, charset-bytes, generic-char-p)
10888 (keyboard-coding-system): Mark ignored arguments.
10889 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
10890 * help.el (resize-temp-buffer-window):
10891 * window.el (display-buffer-in-major-side-window)
10892 (display-buffer-in-side-window, display-buffer-in-previous-window):
10893 Remove unused variables.
10894 * isearch.el (isearch-forward-symbol):
10895 * version.el (emacs-bzr-version-bzr):
10896 * international/mule-cmds.el (current-language-environment):
10897 * term/common-win.el (x-handle-iconic, x-handle-geometry)
10898 (x-handle-display):
10899 * term/pc-win.el (x-list-fonts, x-display-planes)
10900 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
10901 (x-server-version, x-display-screens, x-display-mm-height)
10902 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
10903 (x-selection-owner-p, x-own-selection-internal)
10904 (x-disown-selection-internal, x-get-selection-internal)
10905 (msdos-initialize-window-system):
10906 * term/tty-colors.el (tty-color-alist, tty-color-clear):
10907 * term/x-win.el (x-handle-no-bitmap-icon):
10908 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
10909 (vc-default-find-file-hook, vc-default-extra-menu):
10910 Mark ignored arguments.
10911
10912 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10913
10914 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
10915 break-condition in the context of the debugged code (bug#12685).
10916
10917 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
10918
10919 * comint.el:
10920 Do not use an overlay to highlight the last prompt. (Bug#14744)
10921 (comint-mode): Make comint-last-prompt buffer local.
10922 (comint-last-prompt): New variable.
10923 (comint-last-prompt-overlay): Remove. Superseded by
10924 comint-last-prompt.
10925 (comint-snapshot-last-prompt, comint-output-filter):
10926 Use comint-last-prompt.
10927
10928 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10929
10930 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
10931 (frameset-save): Check validity of the resulting frameset.
10932
10933 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
10934
10935 * ido.el (ido-record-command): Add doc string.
10936
10937 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10938
10939 * frameset.el (frameset): Do not disable creation of the default
10940 frameset-p predicate. Doc fix.
10941 (frameset-valid-p): New function, copied from the old predicate-p.
10942 Add additional checks.
10943 (frameset-restore): Check with frameset-valid-p.
10944 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
10945 (frameset-name, frameset-description, frameset-properties)
10946 (frameset-states): Add docstring.
10947 (frameset-session-filter-alist, frameset-persistent-filter-alist)
10948 (frameset-filter-alist): Doc fixes.
10949
10950 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10951
10952 * frameset.el (frameset-p, frameset-prop): Doc fixes.
10953
10954 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10955
10956 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
10957 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
10958 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
10959 (byte-compile-normal-call): Remove obsolescence check.
10960
10961 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10962
10963 * frameset.el (frameset-restore): Doc fix.
10964
10965 * register.el (frameset-frame-id, frameset-frame-with-id)
10966 (frameset-p, frameset-restore, frameset-save): Declare.
10967 (register-alist): Document framesets.
10968 (frameset-session-filter-alist): Declare.
10969 (frameset-to-register): New function.
10970 (jump-to-register): Implement jumping to framesets. Doc fix.
10971 (describe-register-1): Describe framesets.
10972
10973 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
10974
10975 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
10976
10977 * desktop.el (desktop-save-frameset): Use new frameset-save args.
10978 Use lexical-binding.
10979
10980 * frameset.el (frameset): Use type vector, not list (incompatible
10981 change). Do not declare a new constructor, use the default one.
10982 Upgrade suggested properties `app', `name' and `desc' to slots `app',
10983 `name' and `description', respectively, and add read-only slot
10984 `timestamp'. Doc fixes.
10985 (frameset-copy, frameset-persistent-filter-alist)
10986 (frameset-filter-alist, frameset-switch-to-gui-p)
10987 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
10988 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
10989 (frameset-filter-iconified, frameset-keep-original-display-p):
10990 Doc fixes.
10991 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
10992 Rename from frameset-filter-(save|restore)-param. All callers changed.
10993 Doc fix.
10994 (frameset-p): Adapt to change to vector and be more thorough.
10995 Change arg name to OBJECT. Doc fix.
10996 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
10997 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
10998 All callers changed.
10999 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
11000 All callers changed.
11001 (frameset--record-minibuffer-relationships): Rename from
11002 frameset--process-minibuffer-frames. All callers changed.
11003 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
11004 Use new default constructor (again). Doc fix.
11005 (frameset--find-frame-if): Rename from `frameset--find-frame'.
11006 All callers changed.
11007 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
11008 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
11009 Doc fix.
11010 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
11011 PARAMETERS and WINDOW-STATE, respectively.
11012 (frameset-restore): Add new keyword argument PREDICATE.
11013 Reset frameset--target-display to nil. Doc fix.
11014
11015 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
11016
11017 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
11018 (bat-mode): Use it.
11019 (bat-mode-syntax-table): Mark \n as end-of-comment.
11020 (bat-font-lock-keywords): Remove comment rule.
11021
11022 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
11023 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
11024
11025 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
11026 (byte-compile-callargs-warn): Use `push'.
11027 (byte-compile-arglist-warn): Ignore higher-order "calls".
11028 (byte-compile-file-form-autoload): Use `pcase'.
11029 (byte-compile-function-form): If quoting a symbol, check that it exists.
11030
11031 2013-08-07 Eli Zaretskii <eliz@gnu.org>
11032
11033 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
11034 and add a few popular commands found in batch files.
11035 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
11036 (dos-mode): Doc fixes.
11037
11038 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
11039
11040 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
11041 (dos-mode): Use setq-local. Add space after "rem".
11042 (dos-mode-syntax-table): Don't use "w" for symbol chars.
11043 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
11044
11045 2013-08-07 Arni Magnusson <arnima@hafro.is>
11046
11047 * progmodes/dos.el: New file.
11048 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
11049 dos-mode.
11050
11051 2013-08-06 Glenn Morris <rgm@gnu.org>
11052
11053 * calendar/calendar.el: Add new faces, and day-header-array.
11054 (calendar-weekday-header, calendar-weekend-header)
11055 (calendar-month-header): New faces.
11056 (calendar-day-header-construct): New function.
11057 (calendar-day-header-width): Also :set calendar-day-header-array.
11058 (calendar-american-month-header, calendar-european-month-header)
11059 (calendar-iso-month-header): Use calendar- faces.
11060 (calendar-generate-month):
11061 Use calendar-day-header-array for day headers; apply faces to them.
11062 (calendar-mode): Check calendar-font-lock-keywords non-nil.
11063 (calendar-abbrev-construct): Add optional maxlen argument.
11064 (calendar-day-name-array): Doc fix.
11065 (calendar-day-name-array, calendar-abbrev-length)
11066 (calendar-day-abbrev-array):
11067 Also :set calendar-day-header-array, and maybe redraw.
11068 (calendar-day-header-array): New option. (Bug#15007)
11069 (calendar-font-lock-keywords): Set to nil and make obsolete.
11070 (calendar-day-name): Add option to use header array.
11071
11072 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11073
11074 * net/shr.el (shr-render-td): Remove debugging.
11075 (shr-render-td): Make width computation consistent by defaulting
11076 all zero-width columns to 10 characters. This may not be optimal,
11077 but it's at least consistent.
11078 (shr-make-table-1): Redo last change to fix the real problem in
11079 colspan handling.
11080
11081 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
11082
11083 * files.el (cache-long-line-scans):
11084 Make obsolete alias to `cache-long-scans'.
11085
11086 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
11087
11088 * frameset.el (frameset, frameset-filter-alist)
11089 (frameset-filter-params, frameset-save, frameset--reuse-frame)
11090 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
11091 (frameset-compute-pos): Rename from frameset--compute-pos,
11092 and add docstring.
11093 (frameset-move-onscreen): Use frameset-compute-pos.
11094 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
11095
11096 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
11097 Fix typos in docstrings.
11098
11099 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
11100
11101 * frame.el (get-other-frame): Tiny cleanup.
11102
11103 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
11104
11105 * vc/vc.el (vc-default-ignore-completion-table):
11106 Silence byte-compiler warning.
11107
11108 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
11109 slot, which can indeed be nil.
11110 (frameset-live-filter-alist, frameset-persistent-filter-alist):
11111 Move entry for `left' from persistent to live filter alist.
11112 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
11113 Doc fixes.
11114 (frameset-filter-params): When restoring a frame, copy items added to
11115 `filtered', to avoid unwittingly modifying the original parameters.
11116 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
11117 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
11118
11119 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
11120 to use looking-at-p instead of looking-at. (Bug#15028)
11121
11122 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
11123
11124 Revert introduction of isearch-filter-predicates (bug#14714).
11125 Rely on add-function instead.
11126 * isearch.el (isearch-filter-predicates): Rename it back to
11127 isearch-filter-predicate.
11128 (isearch-message-prefix): Use advice-function-mapc and advice
11129 properties to get the isearch-message-prefix.
11130 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
11131 instead of run-hook-with-args-until-failure.
11132 (isearch-filter-visible): Not obsolete any more.
11133 * loadup.el: Preload nadvice.
11134 * replace.el (perform-replace): Revert to funcall
11135 instead of run-hook-with-args-until-failure.
11136 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
11137 * dired-aux.el (dired-isearch-filenames-mode): Rename from
11138 dired-isearch-filenames-toggle; make it into a proper minor mode.
11139 Use add/remove-function.
11140 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
11141 Call the minor-mode rather than add/remove-hook.
11142 (dired-isearch-filter-filenames):
11143 Remove isearch-message-prefix property.
11144 * info.el (Info--search-loop): New function, extracted from Info-search.
11145 Funcall isearch-filter-predicate instead of
11146 run-hook-with-args-until-failure isearch-filter-predicates.
11147 (Info-search): Use it.
11148 (Info-mode): Use isearch-filter-predicate instead of
11149 isearch-filter-predicates.
11150
11151 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
11152
11153 Do not call to `selected-window' where it is assumed by default.
11154 Affected functions are `window-minibuffer-p', `window-dedicated-p',
11155 `window-hscroll', `window-width', `window-height', `window-buffer',
11156 `window-frame', `window-start', `window-point', `next-window'
11157 and `window-display-table'.
11158 * abbrev.el (abbrev--default-expand):
11159 * bs.el (bs--show-with-configuration):
11160 * buff-menu.el (Buffer-menu-mouse-select):
11161 * calc/calc.el (calc):
11162 * calendar/calendar.el (calendar-generate-window):
11163 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
11164 (diary-make-entry):
11165 * comint.el (send-invisible, comint-dynamic-complete-filename)
11166 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
11167 * completion.el (complete):
11168 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
11169 * disp-table.el (describe-current-display-table):
11170 * doc-view.el (doc-view-insert-image):
11171 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
11172 * ehelp.el (with-electric-help):
11173 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11174 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
11175 * emacs-lisp/helper.el (Helper-help-scroller):
11176 * emulation/cua-base.el (cua--post-command-handler-1):
11177 * eshell/esh-mode.el (eshell-output-filter):
11178 * ffap.el (ffap-gnus-wrapper):
11179 * help-macro.el (make-help-screen):
11180 * hilit-chg.el (highlight-compare-buffers):
11181 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
11182 * hl-line.el (global-hl-line-highlight):
11183 * icomplete.el (icomplete-simple-completing-p):
11184 * isearch.el (isearch-done):
11185 * jit-lock.el (jit-lock-stealth-fontify):
11186 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
11187 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11188 * mpc.el (mpc-tagbrowser, mpc):
11189 * net/rcirc.el (rcirc-any-buffer):
11190 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
11191 * play/landmark.el (landmark-max-width, landmark-max-height):
11192 * play/zone.el (zone):
11193 * progmodes/compile.el (compilation-goto-locus):
11194 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
11195 * progmodes/etags.el (find-tag-other-window):
11196 * progmodes/fortran.el (fortran-column-ruler):
11197 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11198 * progmodes/verilog-mode.el (verilog-point-text):
11199 * reposition.el (reposition-window):
11200 * rot13.el (toggle-rot13-mode):
11201 * server.el (server-switch-buffer):
11202 * shell.el (shell-dynamic-complete-command)
11203 (shell-dynamic-complete-environment-variable):
11204 * simple.el (insert-buffer, set-selective-display)
11205 (delete-completion-window):
11206 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
11207 (speedbar-recenter):
11208 * startup.el (fancy-splash-head):
11209 * textmodes/ispell.el (ispell-command-loop):
11210 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
11211 * tutorial.el (help-with-tutorial):
11212 * vc/add-log.el (add-change-log-entry):
11213 * vc/compare-w.el (compare-windows):
11214 * vc/ediff-help.el (ediff-indent-help-message):
11215 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
11216 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
11217 (ediff-setup-control-frame):
11218 * vc/emerge.el (emerge-position-region):
11219 * vc/pcvs-util.el (cvs-bury-buffer):
11220 * window.el (walk-windows, mouse-autoselect-window-select):
11221 * winner.el (winner-set-conf, winner-undo): Related users changed.
11222
11223 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
11224
11225 * frameset.el (frameset--set-id): Doc fix.
11226 (frameset-frame-id, frameset-frame-id-equal-p)
11227 (frameset-locate-frame-id): New functions.
11228 (frameset--process-minibuffer-frames, frameset--reuse-frame)
11229 (frameset-restore): Use them.
11230
11231 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
11232
11233 Do not call to `selected-frame' where it is assumed by default.
11234 Affected functions are `raise-frame', `redraw-frame',
11235 `frame-first-window', `frame-terminal' and `delete-frame'.
11236 * calendar/appt.el (appt-disp-window):
11237 * epg.el (epg-wait-for-completion):
11238 * follow.el (follow-delete-other-windows-and-split)
11239 (follow-avoid-tail-recenter):
11240 * international/mule.el (set-terminal-coding-system):
11241 * mail/rmail.el (rmail-mail-return):
11242 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11243 * progmodes/f90.el (f90-add-imenu-menu):
11244 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
11245 * server.el (server-switch-buffer):
11246 * simple.el (delete-completion-window):
11247 * talk.el (talk):
11248 * term/xterm.el (terminal-init-xterm-modify-other-keys)
11249 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
11250 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
11251 * vc/ediff.el (ediff-documentation): Related users changed.
11252 * frame.el (selected-terminal): Remove the leftover.
11253
11254 2013-08-05 Glenn Morris <rgm@gnu.org>
11255
11256 * calendar/calendar.el (calendar-generate-month):
11257 Fix for calendar-column-width != 1 + calendar-day-digit-width.
11258 (calendar-generate-month, calendar-font-lock-keywords):
11259 Fix for calendar-day-header-width > length of any day name.
11260
11261 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
11262
11263 * desktop.el (desktop-clear): Use new name of sort predicate.
11264
11265 * frameset.el (frameset): Add docstring. Move :version property to its
11266 own `version' slot.
11267 (frameset-copy): Rename from copy-frameset.
11268 (frameset-p): Check more thoroughly.
11269 (frameset-prop): Do not check for :version, which is no longer a prop.
11270 (frameset-live-filter-alist, frameset-persistent-filter-alist):
11271 Use new :never value instead of t.
11272 (frameset-filter-alist): Expand and clarify docstring.
11273 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
11274 (frameset-filter-minibuffer, frameset-filter-save-param)
11275 (frameset-filter-restore-param, frameset-filter-iconified):
11276 Add pointer to docstring of frameset-filter-alist.
11277 (frameset-filter-params): Rename filter values to be more meaningful:
11278 :never instead of t, and reverse the meanings of :save and :restore.
11279 (frameset--process-minibuffer-frames): Clarify error message.
11280 (frameset-save): Avoid unnecessary and confusing call to framep.
11281 Use new BOA constructor for framesets.
11282 (frameset--reuse-list): Doc fix.
11283 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
11284 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
11285 (frameset-minibufferless-first-p): Doc fix.
11286 Rename from frameset-sort-frames-for-deletion.
11287 (frameset-restore): Doc fixes. Use new function names.
11288 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
11289
11290 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
11291
11292 * desktop.el (desktop-restore-forces-onscreen)
11293 (desktop-restore-reuses-frames): Document :keyword constant values.
11294 (desktop-filter-parameters-alist): Remove, now identical to
11295 frameset-filter-alist.
11296 (desktop--filter-tty*): Remove, moved to frameset.el.
11297 (desktop-save-frameset, desktop-restore-frameset):
11298 Do not pass :filters argument.
11299
11300 * frameset.el (frameset-live-filter-alist)
11301 (frameset-persistent-filter-alist): New variables.
11302 (frameset-filter-alist): Use them. Add autoload cookie.
11303 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
11304 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
11305 `frameset--id' (it's supposed to be internal to frameset.el).
11306 (frameset--process-minibuffer-frames): Ditto. Doc fix.
11307 (frameset--initial-params): New function.
11308 (frameset--get-frame): Use it. Doc fix.
11309 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
11310 Accept :all, not 'all.
11311 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
11312 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
11313 with fbound symbols. Fix frame id matching, and remove matching ids if
11314 the frame being restored is deleted. Obey :delete.
11315
11316 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
11317
11318 * subr.el (macrop): New function.
11319 (text-clone--maintaining): New var.
11320 (text-clone--maintain): Rename from text-clone-maintain. Use it
11321 instead of inhibit-modification-hooks.
11322
11323 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
11324 a proxy, so as handle autoloads and redefinitions of the target.
11325 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
11326
11327 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
11328 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
11329 (pcase--mutually-exclusive-p): New function.
11330 (pcase--split-consp): Use it.
11331 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
11332 mutually exclusive with the current predicate.
11333
11334 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
11335 (edebug-macrop): Remove. Use `macrop' instead.
11336 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
11337 (ad-macro-p):
11338 * eshell/esh-cmd.el (eshell-macrop):
11339 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
11340
11341 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
11342
11343 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
11344 (advice-mapc): New function, using it.
11345 (advice-function-member-p): New function.
11346 (advice--normalize): Store the cdr in advice--saved-rewrite since
11347 that's the part that will be changed.
11348 (advice--symbol-function): New function.
11349 (advice-remove): Handle removal before the function is defined.
11350 Adjust to new advice--saved-rewrite.
11351 (advice-member-p): Use advice-function-member-p and
11352 advice--symbol-function.
11353
11354 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
11355
11356 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
11357 (frameset-filter-minibuffer): Doc fix.
11358 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
11359 (frameset--set-id, frameset--process-minibuffer-frames)
11360 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
11361 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
11362
11363 * desktop.el (desktop-clear): Only delete frames when called
11364 interactively and desktop-restore-frames is non-nil. Doc fix.
11365 (desktop-read): Set desktop-saved-frameset to nil.
11366
11367 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
11368
11369 * vc/vc.el (vc-ignore): Rewrite.
11370 (vc-default-ignore-completion-table, vc--read-lines)
11371 (vc--add-line, vc--remove-regexp): New functions.
11372
11373 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
11374 (vc-svn-ignore-completion-table): New function.
11375
11376 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
11377 (vc-hg-ignore-completion-table)
11378 (vc-hg-find-ignore-file): New functions.
11379
11380 * vc/vc-git.el (vc-git-ignore): Rewrite.
11381 (vc-git-ignore-completion-table)
11382 (vc-git-find-ignore-file): New functions.
11383
11384 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
11385
11386 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
11387 (vc-bzr-ignore-completion-table)
11388 (vc-bzr-find-ignore-file): New functions.
11389
11390 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
11391
11392 * frameset.el (frameset-prop): New function and setter.
11393 (frameset-save): Do not modify frame list passed by the caller.
11394
11395 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11396
11397 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
11398
11399 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11400
11401 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
11402 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
11403
11404 * custom.el (custom-initialize-default, custom-initialize-set)
11405 (custom-initialize-reset, custom-initialize-changed): Affect the
11406 toplevel-default-value (bug#6275, bug#14586).
11407 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
11408 for bug#6275.
11409
11410 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
11411
11412 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11413 Add cl-def* expressions.
11414
11415 * frameset.el (frameset-filter-params): Fix order of arguments.
11416
11417 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
11418
11419 Move code related to saving frames to frameset.el.
11420 * desktop.el: Require frameset.
11421 (desktop-restore-frames): Doc fix.
11422 (desktop-restore-reuses-frames): Rename from
11423 desktop-restoring-reuses-frames.
11424 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
11425 (desktop-clear): Clear frames too.
11426 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
11427 (desktop--filter-tty*, desktop-save, desktop-read):
11428 Use frameset functions.
11429 (desktop-before-saving-frames-functions, desktop--filter-*-color)
11430 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
11431 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
11432 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
11433 (desktop--process-minibuffer-frames, desktop-save-frames)
11434 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
11435 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
11436 (desktop--sort-states, desktop-restoring-frames-p)
11437 (desktop-restore-frames): Remove. Most code moved to frameset.el.
11438 (desktop-restoring-frameset-p, desktop-restore-frameset)
11439 (desktop--check-dont-save, desktop-save-frameset): New functions.
11440 (desktop--app-id): New constant.
11441 (desktop-first-buffer, desktop-buffer-ok-count)
11442 (desktop-buffer-fail-count): Move before first use.
11443 * frameset.el: New file.
11444
11445 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11446
11447 * files.el: Use lexical-binding.
11448 (dir-locals-read-from-file): Remove unused `err' variable.
11449 (hack-dir-local-variables--warned-coding): New var.
11450 (hack-dir-local-variables): Use it to avoid repeated warnings.
11451 (make-backup-file-name--default-function): New function.
11452 (make-backup-file-name-function): Use it as default.
11453 (buffer-stale--default-function): New function.
11454 (buffer-stale-function): Use it as default.
11455 (revert-buffer-insert-file-contents--default-function): New function.
11456 (revert-buffer-insert-file-contents-function): Use it as default.
11457 (insert-directory): Avoid add-to-list.
11458
11459 * autorevert.el (auto-revert-handler): Simplify.
11460 Use buffer-stale--default-function.
11461
11462 2013-08-01 Tassilo Horn <tsdh@gnu.org>
11463
11464 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
11465
11466 * whitespace.el (whitespace-ensure-local-variables): New function.
11467 (whitespace-cleanup-region): Call it.
11468 (whitespace-turn-on): Call it.
11469
11470 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
11471
11472 Complete file name handlers.
11473
11474 * net/tramp.el (tramp-handle-set-visited-file-modtime)
11475 (tramp-handle-verify-visited-file-modtime)
11476 (tramp-handle-file-notify-rm-watch): New functions.
11477 (tramp-call-process): Do not bind `default-directory'.
11478
11479 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11480 Order alphabetically.
11481 <access-file, add-name-to-file, dired-call-process>:
11482 <dired-compress-file, file-acl, file-notify-rm-watch>:
11483 <file-ownership-preserved-p, file-selinux-context>:
11484 <make-directory-internal, make-symbolic-link, set-file-acl>:
11485 <set-file-selinux-context, set-visited-file-modtime>:
11486 <verify-visited-file-modtime>: Add handler.
11487 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
11488
11489 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
11490 <file-notify-add-watch, file-notify-rm-watch>:
11491 <set-file-times, set-visited-file-modtime>:
11492 <verify-visited-file-modtime>: Add handler.
11493 (with-tramp-gvfs-error-message)
11494 (tramp-gvfs-handle-set-visited-file-modtime)
11495 (tramp-gvfs-fuse-file-name): Remove.
11496 (tramp-gvfs-handle-file-notify-add-watch)
11497 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
11498 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
11499
11500 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
11501 Order alphabetically.
11502 <file-notify-rm-watch>: Use default Tramp handler.
11503 <executable-find>: Remove private handler.
11504 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
11505 `default-directory'.
11506 (tramp-sh-handle-executable-find)
11507 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
11508 (tramp-sh-file-gvfs-monitor-dir-process-filter)
11509 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
11510 Do not use `format' in `tramp-message'.
11511
11512 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
11513 <file-notify-rm-watch, set-visited-file-modtime>:
11514 <verify-visited-file-modtime>: Add handler.
11515 (tramp-smb-call-winexe): Do not bind `default-directory'.
11516
11517 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
11518
11519 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
11520
11521 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
11522
11523 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
11524 use it.
11525 (log-view-diff-changeset): Same.
11526 (log-view-diff-common): Call backend command `previous-revision'
11527 to find out the previous revision, in both cases. Swap the
11528 variables `to' and `fr', so that `fr' usually refers to the
11529 earlier revision (Bug#14989).
11530
11531 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
11532
11533 * ibuf-ext.el (ibuffer-filter-by-filename):
11534 Make it work with dired buffers too.
11535
11536 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
11537
11538 * emacs-lisp/re-builder.el (reb-color-display-p):
11539 * files.el (save-buffers-kill-terminal):
11540 * net/browse-url.el (browse-url):
11541 * server.el (server-save-buffers-kill-terminal):
11542 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
11543 Prefer nil to selected-frame for the first arg of frame-parameter.
11544
11545 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
11546
11547 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
11548
11549 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
11550
11551 * minibuffer.el (completion--twq-all): Try and preserve each
11552 completion's case choice (bug#14907).
11553
11554 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11555
11556 * net/network-stream.el (open-network-stream): Mention the new
11557 :nogreeting parameter.
11558 (network-stream-open-starttls): Use the :nogreeting parameter
11559 (bug#14938).
11560
11561 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
11562
11563 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
11564 more natural than popping.
11565
11566 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
11567 (shr-urlify): Highlight under mouse.
11568
11569 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
11570
11571 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
11572
11573 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
11574
11575 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
11576 buffer for output.
11577
11578 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
11579 point-min==1. Fix search string. Fix parentheses missing.
11580
11581 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
11582 assume point-min==1. Fix search string. Fix parentheses missing.
11583
11584 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
11585
11586 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
11587 buffer for output.
11588
11589 2013-07-29 Eli Zaretskii <eliz@gnu.org>
11590
11591 * frame.el (frame-notice-user-settings): Avoid inflooping when the
11592 initial frame is minibuffer-less. (Bug#14841)
11593
11594 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
11595
11596 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
11597 option.
11598
11599 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
11600 (tramp-maybe-open-connection): Use it.
11601
11602 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
11603
11604 * desktop.el (desktop--make-frame): Include `minibuffer' in the
11605 minimal set of parameters passed when creating a frame, because
11606 the minibuffer status of a frame cannot be changed later.
11607
11608 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
11609
11610 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
11611 replace-regexp-in-string and inadvertent omissions in previous change.
11612 (todo-filter-items): Ensure only file names are comma-separated in
11613 name of filtered items buffer.
11614
11615 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
11616
11617 * desktop.el: Optionally force offscreen frames back onscreen.
11618 (desktop-restoring-reuses-frames): New option.
11619 (desktop--compute-pos, desktop--move-onscreen): New functions.
11620 (desktop--make-frame): Use desktop--move-onscreen.
11621
11622 2013-07-27 Alan Mackenzie <acm@muc.de>
11623
11624 Fontify a Java generic method as a function.
11625 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
11626 value to t.
11627
11628 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
11629
11630 * calendar/todo-mode.el: Add command to rename todo files.
11631 (todo-rename-file): New command.
11632 (todo-key-bindings-t): Add key binding for it. Change the
11633 bindings of todo-filter-regexp-items(-multifile) to use `x'
11634 instead of `r', since the latter is better suited to the new
11635 renaming command.
11636
11637 2013-07-27 Alan Mackenzie <acm@muc.de>
11638
11639 Make Java try-with-resources statement parse properly.
11640 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
11641 (c-block-stmt-1-2-key): New language constants/variables.
11642 * progmodes/cc-engine.el (c-beginning-of-statement-1)
11643 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
11644 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
11645 with c-block-stmt-1-2-key.
11646
11647 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
11648
11649 * desktop.el (desktop--make-frame): Apply most frame parameters after
11650 creating the frame to force (partially or totally) offscreen frames to
11651 be restored as such.
11652
11653 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
11654
11655 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
11656 (Bug#14948)
11657
11658 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11659
11660 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
11661 `base' arg of backtrace-frame.
11662
11663 2013-07-26 Eli Zaretskii <eliz@gnu.org>
11664
11665 * simple.el (list-processes): Doc fix.
11666
11667 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
11668
11669 * desktop.el (desktop--select-frame):
11670 Try harder to reuse existing frames.
11671
11672 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11673
11674 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
11675 (edebug-eval): Use backtrace-eval.
11676 (edebug--display, edebug--recursive-edit): Don't let-bind the
11677 edebug-outer-* vars that keep track of variables we locally let-bind.
11678 (edebug-outside-excursion): Don't restore outside values of locally
11679 let-bound vars.
11680 (edebug--display): Use user-error.
11681 (cl-lexical-debug, cl-debug-env): Remove.
11682
11683 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
11684
11685 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
11686 are restored to be sure that they are visible before deleting any
11687 remaining ones.
11688
11689 2013-07-26 Matthias Meulien <orontee@gmail.com>
11690
11691 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
11692 vc-print-root-log. (Bug#14948)
11693
11694 2013-07-26 Richard Stallman <rms@gnu.org>
11695
11696 Add aliases for encrypting mail.
11697 * epa.el (epa-mail-aliases): New option.
11698 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
11699 Bind inhibit-read-only so read-only text doesn't ruin everything.
11700 (epa-mail-default-recipients): New subroutine broken out.
11701 Handle epa-mail-aliases.
11702
11703 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11704
11705 Add support for lexical variables to the debugger's `e' command.
11706 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
11707 vars, except for debugger-outer-match-data.
11708 (debugger-frame-number): Move check for "on a function call" from
11709 callers into it. Add `skip-base' argument.
11710 (debugger-frame, debugger-frame-clear): Simplify accordingly.
11711 (debugger-env-macro): Only reset the state stored in non-variables,
11712 i.e. current-buffer and match-data.
11713 (debugger-eval-expression): Rewrite using backtrace-eval.
11714 * subr.el (internal--called-interactively-p--get-frame): Remove.
11715 (called-interactively-p):
11716 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
11717 `base' arg of backtrace-frame instead.
11718
11719 2013-07-26 Glenn Morris <rgm@gnu.org>
11720
11721 * align.el (align-regexp): Doc fix. (Bug#14857)
11722 (align-region): Explicit error if subexpression missing/does not match.
11723
11724 * simple.el (global-visual-line-mode):
11725 Do not duplicate the mode lighter. (Bug#14858)
11726
11727 2013-07-25 Martin Rudalics <rudalics@gmx.at>
11728
11729 * window.el (display-buffer): In display-buffer bind
11730 split-window-keep-point to t, bug#14829.
11731
11732 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
11733
11734 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
11735 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
11736 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
11737 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
11738 Change accordingly.
11739 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
11740 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
11741
11742 2013-07-25 Glenn Morris <rgm@gnu.org>
11743
11744 * dired-x.el (dired-mark-extension): Convert comment to doc string.
11745
11746 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
11747
11748 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
11749 parameter to modify-frame-parameters if the value has not changed;
11750 this is a workaround for bug#14949.
11751 (desktop--make-frame): On cl-delete-if call, check parameter name,
11752 not full parameter.
11753
11754 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
11755
11756 * vc/vc.el (vc-ignore): New function.
11757
11758 * vc/vc-svn.el (vc-svn-ignore): New function.
11759
11760 * vc/vc-hg.el (vc-hg-ignore): New function.
11761
11762 * vc/vc-git.el (vc-git-ignore): New function.
11763
11764 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
11765 (vc-dir-ignore): New function.
11766
11767 * vc/vc-cvs.el (vc-cvs-ignore): New function.
11768 (cvs-append-to-ignore): Move here from pcvs.el.
11769
11770 * vc/vc-bzr.el (vc-bzr-ignore): New function.
11771
11772 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
11773
11774 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
11775
11776 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
11777 (desktop-restore-frames): Warn when deleting an existing frame failed.
11778
11779 2013-07-24 Glenn Morris <rgm@gnu.org>
11780
11781 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
11782
11783 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
11784
11785 * filenotify.el (file-notify-supported-p):
11786 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
11787 Remove functions.
11788
11789 * autorevert.el (auto-revert-use-notify)
11790 (auto-revert-notify-add-watch):
11791 * net/tramp.el (tramp-file-name-for-operation):
11792 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11793 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11794 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
11795 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11796 Remove `file-notify-supported-p' entry.
11797
11798 2013-07-24 Glenn Morris <rgm@gnu.org>
11799
11800 * printing.el: Replace all uses of deleted ps-windows-system,
11801 ps-lp-system, ps-flatten-list with lpr- versions.
11802
11803 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
11804
11805 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
11806 checked with memq (bug#14935).
11807
11808 * files.el (revert-buffer-function): Use a non-nil default.
11809 (revert-buffer-preserve-modes): Declare var to
11810 provide access to the `preserve-modes' argument.
11811 (revert-buffer): Let-bind it.
11812 (revert-buffer--default): New function, extracted from revert-buffer.
11813
11814 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
11815
11816 * lpr.el: Signal print errors more prominently.
11817 (print-region-function): Don't default to nil.
11818 (lpr-print-region): New function, extracted from print-region-1.
11819 Check lpr's return value and signal an error in case of problem.
11820 (print-region-1): Use it.
11821 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
11822 versions instead.
11823 (ps-printer-name): Default to nil.
11824 (ps-printer-name-option): Default to lpr-printer-switch.
11825 (ps-print-region-function): Don't default to nil.
11826 (ps-postscript-code-directory): Simplify default.
11827 (ps-do-despool): Use lpr-print-region to properly check the outcome.
11828 (ps-string-list, ps-eval-switch, ps-flatten-list)
11829 (ps-flatten-list-1): Remove.
11830 (ps-multibyte-buffer): Avoid setq.
11831 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
11832 (print-region-function, ps-print-region-function): Don't set them here.
11833
11834 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
11835
11836 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
11837 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
11838 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
11839 (ido-decorations): Doc fix.
11840
11841 * ansi-color.el: Fix old URL.
11842
11843 2013-07-23 Michael R. Mauger <michael@mauger.com>
11844
11845 * progmodes/sql.el: Version 3.3
11846 (sql-product-alist): Improve oracle :prompt-cont-regexp.
11847 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
11848 (sql-interactive-remove-continuation-prompt): Rewrite, use
11849 functions above. Fix continuation prompt and complete output line
11850 handling.
11851 (sql-redirect-one, sql-execute): Use `read-only-mode' on
11852 redirected output buffer.
11853 (sql-mode): Restore deleted code (Bug#13591).
11854
11855 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
11856
11857 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
11858
11859 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
11860
11861 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
11862
11863 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11864 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11865 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
11866
11867 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
11868
11869 * desktop.el (desktop-clear): Simplify; remove useless checks
11870 against invalid buffer names.
11871 (desktop-list*): Use cl-list*.
11872 (desktop-buffer-info, desktop-create-buffer): Simplify.
11873
11874 2013-07-23 Leo Liu <sdl.web@gmail.com>
11875
11876 * bookmark.el (bookmark-make-record): Restore NAME as a default
11877 value. (Bug#14933)
11878
11879 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
11880
11881 * emacs-lisp/autoload.el (autoload--setup-output): New function,
11882 extracted from autoload--insert-text.
11883 (autoload--insert-text): Remove.
11884 (autoload--print-cookie-text): New function, extracted from
11885 autoload--insert-cookie-text.
11886 (autoload--insert-cookie-text): Remove.
11887 (autoload-generate-file-autoloads): Adjust calls accordingly.
11888
11889 * winner.el (winner-hook-installed-p): Remove.
11890 (winner-mode): Simplify accordingly.
11891
11892 * subr.el (add-to-list): Fix compiler-macro when `append' is
11893 not constant. Don't use `cl-member' for the base case.
11894
11895 * progmodes/subword.el: Fix boundary case (bug#13758).
11896 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
11897 own group.
11898 (subword-backward-regexp): Make it a constant.
11899 (subword-forward-internal): Don't treat a trailing capital as the
11900 beginning of a word.
11901
11902 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
11903
11904 * emacs-lisp/package.el (package-menu-mode): Don't modify the
11905 global value of tabulated-list-revert-hook (bug#14930).
11906
11907 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
11908
11909 * desktop.el: Require 'cl-lib.
11910 (desktop-before-saving-frames-functions): New hook.
11911 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
11912 for frames being saved. Rename from desktop--save-minibuffer-frames.
11913 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
11914 Do not save frames with non-nil `desktop-dont-save' parameter.
11915 Filter out deleted frames.
11916 (desktop--find-frame): Use cl-find-if.
11917 (desktop--select-frame): Use cl-(first|second|third) to access values
11918 of desktop-mini.
11919 (desktop--make-frame): Use cl-delete-if.
11920 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
11921 (desktop-restore-frames): Use cl-(first|second|third) to access values
11922 of desktop-mini. Look for visible frame at the end, not while
11923 restoring frames.
11924
11925 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
11926 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
11927 Use string-match-p, looking-at-p (bug#14927).
11928
11929 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
11930
11931 * desktop.el (desktop-saved-frame-states):
11932 Rename from desktop--saved-states; all users changed.
11933 (desktop-save-frames): Rename from desktop--save-frames.
11934 Do not save state to desktop file.
11935 (desktop-save): Save desktop-saved-frame-states to desktop file
11936 and reset to nil.
11937 (desktop-restoring-frames-p): New function.
11938 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
11939 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
11940 buffer-lists when restoring frames. Suggested by Martin Rudalics.
11941
11942 * desktop.el: Correctly restore iconified frames.
11943 (desktop--filter-iconified-position): New function.
11944 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
11945
11946 2013-07-20 Glenn Morris <rgm@gnu.org>
11947
11948 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
11949 Let `message' do the formatting.
11950 (def-gdb-preempt-display-buffer): Add explicit format.
11951
11952 * image-dired.el (image-dired-track-original-file):
11953 Use with-current-buffer.
11954 (image-dired-track-thumbnail): Use with-current-buffer.
11955 Avoid changing point of wrong window.
11956
11957 * image-dired.el (image-dired-track-original-file):
11958 Avoid changing point of wrong window. (Bug#14909)
11959
11960 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
11961
11962 * progmodes/gdb-mi.el (gdb-done-or-error):
11963 Guard against "%" in gdb output. (Bug#14127)
11964
11965 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
11966
11967 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
11968 (Bug#14826)
11969
11970 * international/mule.el (coding-system-iso-2022-flags): Fix last
11971 change.
11972
11973 2013-07-20 Kenichi Handa <handa@gnu.org>
11974
11975 * international/mule.el (coding-system-iso-2022-flags):
11976 Add `8-bit-level-4'. (Bug#8522)
11977
11978 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11979
11980 * net/shr.el (shr-mouse-browse-url): New command and keystroke
11981 (bug#14815).
11982
11983 * net/eww.el (eww-process-text-input): Allow inputting when the
11984 point is at the start of the line, as the properties aren't
11985 front-sticky.
11986
11987 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
11988 degenerate widths.
11989
11990 2013-07-19 Richard Stallman <rms@gnu.org>
11991
11992 * epa.el (epa-popup-info-window): Doc fix.
11993
11994 * subr.el (split-string): New arg TRIM.
11995
11996 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
11997
11998 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
11999 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
12000
12001 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
12002
12003 * filenotify.el (file-notify--library): Rename from
12004 `file-notify-support'. Do not autoload. Adapt all uses.
12005 (file-notify-supported-p): New defun.
12006
12007 * autorevert.el (auto-revert-use-notify):
12008 Use `file-notify-supported-p' instead of `file-notify-support'.
12009 Adapt docstring.
12010 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
12011
12012 * net/tramp.el (tramp-file-name-for-operation):
12013 Add `file-notify-supported-p'.
12014
12015 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
12016 New defun.
12017 (tramp-sh-file-name-handler-alist): Add it as handler for
12018 `file-notify-supported-p '.
12019
12020 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12021 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12022 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12023 Add `ignore' as handler for `file-notify-*' functions.
12024
12025 2013-07-17 Eli Zaretskii <eliz@gnu.org>
12026
12027 * simple.el (line-move-partial, line-move): Don't start vscroll or
12028 scroll-up if the current line is not taller than the window.
12029 (Bug#14881)
12030
12031 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
12032
12033 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
12034 highlight question marks in the method names as strings.
12035 (ruby-block-beg-keywords): Inline.
12036 (ruby-font-lock-keyword-beg-re): Extract from
12037 `ruby-font-lock-keywords'.
12038
12039 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
12040
12041 * frame.el (blink-cursor-blinks): New defcustom.
12042 (blink-cursor-blinks-done): New defvar.
12043 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
12044 (blink-cursor-timer-function): Check if number of blinks has been
12045 done on X and NS.
12046 (blink-cursor-suspend, blink-cursor-check): New defuns.
12047
12048 2013-07-15 Glenn Morris <rgm@gnu.org>
12049
12050 * edmacro.el (edmacro-format-keys): Fix previous change.
12051
12052 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
12053
12054 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
12055 The hack didn't work outside English locales anyway.
12056
12057 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
12058
12059 * simple.el (define-alternatives): Rename from alternatives-define,
12060 per RMS' suggestion.
12061
12062 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
12063
12064 * desktop.el (desktop-restore-frames): Change default to t.
12065 (desktop-restore-in-current-display): Now offer more options.
12066 (desktop-restoring-reuses-frames): New customization option.
12067 (desktop--saved-states): Doc fix.
12068 (desktop-filter-parameters-alist): New variable, renamed and expanded
12069 from desktop--excluded-frame-parameters.
12070 (desktop--target-display): New variable.
12071 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
12072 (desktop--filter-tty*, desktop--filter-*-color)
12073 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
12074 (desktop--filter-save-desktop-parm)
12075 (desktop-restore-in-original-display-p): New functions.
12076 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
12077 (desktop--save-minibuffer-frames): New function, inspired by a similar
12078 function from Martin Rudalics.
12079 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
12080 (desktop--restore-in-this-display-p): Remove.
12081 (desktop--find-frame): Rename from desktop--find-frame-in-display
12082 and add predicate argument.
12083 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
12084 (desktop--reuse-list): New variable.
12085 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
12086 New functions.
12087 (desktop--restore-frames): Add support for "minibuffer-special" frames.
12088
12089 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
12090
12091 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
12092
12093 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
12094
12095 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
12096 Highlight conversion methods on Kernel.
12097
12098 2013-07-13 Alan Mackenzie <acm@muc.de>
12099
12100 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
12101 and comment it out. This out-commenting enables certain C++
12102 declarations to be parsed correctly.
12103
12104 2013-07-13 Eli Zaretskii <eliz@gnu.org>
12105
12106 * international/mule.el (define-coding-system): Doc fix.
12107
12108 * simple.el (default-font-height): Don't call font-info if the
12109 frame's default font didn't change since the frame was created.
12110 (Bug#14838)
12111
12112 2013-07-13 Leo Liu <sdl.web@gmail.com>
12113
12114 * ido.el (ido-read-file-name): Guard against non-symbol value.
12115
12116 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
12117
12118 * progmodes/python.el (python-imenu--build-tree): Fix corner case
12119 in nested defuns.
12120
12121 2013-07-13 Leo Liu <sdl.web@gmail.com>
12122
12123 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
12124 ido-set-matches call. (Bug#6852)
12125
12126 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
12127
12128 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
12129 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
12130 Ruby 2.0.
12131 (ruby-font-lock-keywords): Distinguish calls to functions with
12132 module-like names from module references. Highlight character
12133 literals.
12134
12135 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
12136
12137 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
12138 (gdb-send): Handle continued commands. (Bug#14847)
12139
12140 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
12141
12142 * desktop.el (desktop--v2s): Remove unused local variable.
12143 (desktop-save-buffer): Make defvar-local; adjust docstring.
12144 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
12145 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
12146
12147 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
12148
12149 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
12150
12151 2013-07-12 Eli Zaretskii <eliz@gnu.org>
12152
12153 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
12154 (Bug#14842)
12155
12156 2013-07-12 Glenn Morris <rgm@gnu.org>
12157
12158 * doc-view.el: Require cl-lib at runtime too.
12159 (doc-view-remove-if): Remove.
12160 (doc-view-search-next-match, doc-view-search-previous-match):
12161 Use cl-remove-if.
12162
12163 * edmacro.el: Require cl-lib at runtime too.
12164 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
12165 (edmacro-mismatch, edmacro-subseq): Remove.
12166
12167 * shadowfile.el: Require cl-lib.
12168 (shadow-remove-if): Remove.
12169 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
12170 Use cl-remove-if.
12171
12172 * wid-edit.el: Require cl-lib.
12173 (widget-choose): Use cl-remove-if.
12174 (widget-remove-if): Remove.
12175
12176 * progmodes/ebrowse.el: Require cl-lib at runtime too.
12177 (ebrowse-delete-if-not): Remove.
12178 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
12179 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
12180 Use cl-delete-if-not.
12181
12182 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
12183
12184 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
12185 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
12186
12187 2013-07-12 Leo Liu <sdl.web@gmail.com>
12188
12189 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
12190
12191 2013-07-11 Glenn Morris <rgm@gnu.org>
12192
12193 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
12194 (edebug-gensym-index, edebug-gensym):
12195 Remove reimplementation of cl-gensym.
12196 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
12197
12198 * thumbs.el: Require cl-lib at run-time too.
12199 (thumbs-gensym-counter, thumbs-gensym):
12200 Remove reimplementation of cl-gensym.
12201 (thumbs-temp-file): Use cl-gensym.
12202
12203 * emacs-lisp/ert.el: Require cl-lib at runtime too.
12204 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
12205 (ert--intersection, ert--set-difference, ert--set-difference-eq)
12206 (ert--union, ert--gensym-counter, ert--gensym-counter)
12207 (ert--coerce-to-vector, ert--remove*, ert--string-position)
12208 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
12209 (ert-make-test-unbound, ert--expand-should-1)
12210 (ert--expand-should, ert--should-error-handle-error)
12211 (should-error, ert--explain-equal-rec)
12212 (ert--plist-difference-explanation, ert-select-tests)
12213 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
12214 Use cl-lib functions rather than reimplementations.
12215
12216 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
12217
12218 * net/tramp.el (tramp-methods): Extend docstring.
12219 (tramp-connection-timeout): New defcustom.
12220 (tramp-error-with-buffer): Reset timestamp only when appropriate.
12221 (with-tramp-progress-reporter): Simplify.
12222 (tramp-process-actions): Improve messages.
12223
12224 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
12225 * net/tramp-sh.el (tramp-maybe-open-connection):
12226 Use `tramp-connection-timeout'.
12227 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
12228 (Bug#14808)
12229
12230 2013-07-11 Leo Liu <sdl.web@gmail.com>
12231
12232 * ido.el (ido-read-file-name): Conform to the requirements of
12233 read-file-name. (Bug#11861)
12234 (ido-read-directory-name): Conform to the requirements of
12235 read-directory-name.
12236
12237 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
12238
12239 * subr.el (delay-warning): New function.
12240
12241 2013-07-10 Eli Zaretskii <eliz@gnu.org>
12242
12243 * simple.el (default-line-height): New function.
12244 (line-move-partial, line-move): Use it instead of computing the
12245 line height inline.
12246 (line-move-partial): Always compute ROWH. If the last line is
12247 partially-visible, but its text is completely visible, allow
12248 cursor to enter such a partially-visible line.
12249
12250 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
12251
12252 Improve error messages. (Bug#14808)
12253
12254 * net/tramp.el (tramp-current-connection): New defvar, moved from
12255 tramp-sh.el.
12256 (tramp-message-show-progress-reporter-message): Remove, not
12257 needed anymore.
12258 (tramp-error-with-buffer): Show message in minibuffer.
12259 Discard input before waiting. Reset connection timestamp.
12260 (with-tramp-progress-reporter): Improve messages.
12261 (tramp-process-actions): Use progress reporter. Delete process in
12262 case of error. Improve messages.
12263
12264 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
12265 Call `tramp-error-with-buffer' with vector and buffer.
12266 (tramp-current-connection): Remove.
12267 (tramp-maybe-open-connection): The car of
12268 `tramp-current-connection' are the first 3 slots of the vector.
12269
12270 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
12271
12272 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
12273 inside continued strings.
12274
12275 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
12276
12277 Timestamp fixes for undo (Bug#14824).
12278 * files.el (clear-visited-file-modtime): Move here from fileio.c.
12279
12280 2013-07-10 Leo Liu <sdl.web@gmail.com>
12281
12282 * files.el (require-final-newline): Allow safe local value.
12283 (Bug#14834)
12284
12285 2013-07-09 Leo Liu <sdl.web@gmail.com>
12286
12287 * ido.el (ido-read-directory-name): Handle fallback.
12288 (ido-read-file-name): Update DIR to ido-current-directory.
12289 (Bug#1516)
12290 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
12291
12292 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
12293
12294 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
12295 "autoload". Remove "warn lower camel case" section, previously
12296 commented out. Highlight negation char. Do not highlight the
12297 target in singleton method definitions.
12298
12299 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
12300
12301 * faces.el (tty-setup-hook): Declare the hook.
12302
12303 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
12304 and detect when a guard/pred depends on local vars (bug#14773).
12305 (pcase--u1): Adjust caller.
12306
12307 2013-07-08 Eli Zaretskii <eliz@gnu.org>
12308
12309 * simple.el (line-move-partial, line-move): Account for
12310 line-spacing.
12311 (line-move-partial): Avoid setting vscroll when the last
12312 partially-visible line in window is of default height.
12313
12314 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
12315
12316 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
12317 been used a while.
12318
12319 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
12320
12321 * subr.el (read-quoted-char): Remove unused local variable `char'.
12322
12323 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
12324
12325 * vc/ediff.el (ediff-version): Version update.
12326 (ediff-files-command, ediff3-files-command, ediff-merge-command)
12327 (ediff-merge-with-ancestor-command, ediff-directories-command)
12328 (ediff-directories3-command, ediff-merge-directories-command)
12329 (ediff-merge-directories-with-ancestor-command): New functions.
12330 All are command-line interfaces to ediff: to facilitate calling
12331 Emacs with the appropriate ediff functions invoked.
12332
12333 * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
12334 New function.
12335 (viper-save-kill-buffer): Check if buffer is modified.
12336
12337 * emulation/viper.el (viper-version): Version update.
12338 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
12339
12340 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
12341
12342 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
12343 * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
12344 (viper-intercept-ESC-key): Simplify.
12345 * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
12346 don't use kbd.
12347 * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
12348 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
12349 (viper-setup-ESC-to-escape): New functions.
12350 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
12351 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
12352
12353 2013-07-07 Eli Zaretskii <eliz@gnu.org>
12354
12355 * simple.el (default-font-height, window-screen-lines):
12356 New functions.
12357 (line-move, line-move-partial): Use them instead of
12358 frame-char-height and window-text-height. This makes scrolling
12359 text smoother when the buffer's default face uses a font that is
12360 different from the frame's default font.
12361
12362 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
12363
12364 * files.el (write-file): Do not display confirm dialog for NS,
12365 it does its own dialog, which can't be canceled (Bug#14578).
12366
12367 2013-07-06 Eli Zaretskii <eliz@gnu.org>
12368
12369 * simple.el (line-move-partial): Adjust the row returned by
12370 posn-at-point for the current window-vscroll. (Bug#14567)
12371
12372 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
12373
12374 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
12375 (tramp-sh-file-inotifywait-process-filter): Handle file names with
12376 spaces.
12377
12378 2013-07-06 Martin Rudalics <rudalics@gmx.at>
12379
12380 * window.el (window-state-put-stale-windows): New variable.
12381 (window--state-put-2): Save list of windows without matching buffer.
12382 (window-state-put): Remove "bufferless" windows if possible.
12383
12384 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
12385
12386 * simple.el (alternatives-define): Remove leftover :group keyword.
12387 Tweak docstring.
12388
12389 2013-07-06 Leo Liu <sdl.web@gmail.com>
12390
12391 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
12392 (ido-enable-virtual-buffers): New variable.
12393 (ido-buffer-internal, ido-toggle-virtual-buffers)
12394 (ido-make-buffer-list): Use it.
12395 (ido-exhibit): Support turning on and off virtual buffers
12396 automatically.
12397
12398 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
12399
12400 * simple.el (alternatives-define): New macro.
12401
12402 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
12403
12404 * subr.el (read-quoted-char): Use read-key.
12405 (sit-for): Let read-event decode tty input (bug#14782).
12406
12407 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
12408
12409 * calendar/todo-mode.el: Add handling of file deletion, both by
12410 mode command and externally. Fix various related bugs.
12411 Clarify Commentary and improve some documentation strings and code.
12412 (todo-delete-file): New command.
12413 (todo-check-file): New function.
12414 (todo-show): Handle external deletion of the file we're trying to
12415 show (bug#14688). Replace called-interactively-p by an optional
12416 prefix argument to avoid problematic interaction with catch form
12417 when byte compiled (bug#14702).
12418 (todo-quit): Handle external deletion of the archive's todo file.
12419 Make sure the buffer that was visiting the archive file is still
12420 live before trying to bury it.
12421 (todo-category-completions): Handle external deletion of any
12422 category completion files.
12423 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
12424 of todo files, in case of external deletion.
12425 (todo-add-file): Replace unnecessary setq by let-binding.
12426 (todo-find-archive): Check whether there are any archives.
12427 Replace unnecessary setq by let-binding.
12428 (todo-archive-done-item): Use find-file-noselect to get the
12429 archive buffer whether or not the archive already exists.
12430 Remove superfluous code. Use file size instead of buffer-file-name to
12431 check if the archive is new; if it is, update list of archives.
12432 (todo-default-todo-file): Allow nil to be a valid value for when
12433 there are no todo files.
12434 (todo-reevaluate-default-file-defcustom): Use corrected definition
12435 of todo-default-todo-file.
12436 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
12437 (todo-delete-category, todo-show-categories-table)
12438 (todo-category-number): Clarify comment.
12439 (todo-filter-items): Clarify documentation string.
12440 (todo-show-current-file, todo-display-as-todo-file)
12441 (todo-reset-and-enable-done-separator): Tweak documentation string.
12442 (todo-done-separator): Make separator length window-width, since
12443 bug#2749 is now fixed.
12444
12445 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
12446
12447 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
12448 Support both "gvfs-monitor-dir" and "inotifywait".
12449 (tramp-sh-file-inotifywait-process-filter): Rename from
12450 `tramp-sh-file-notify-process-filter'.
12451 (tramp-sh-file-gvfs-monitor-dir-process-filter)
12452 (tramp-get-remote-gvfs-monitor-dir): New defuns.
12453
12454 2013-07-05 Leo Liu <sdl.web@gmail.com>
12455
12456 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
12457
12458 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12459
12460 * frame.el (display-pixel-height, display-pixel-width)
12461 (display-mm-height, display-mm-width): Mention behavior on
12462 multi-monitor setups in docstrings.
12463 (w32-display-monitor-attributes-list): Declare function.
12464 (display-monitor-attributes-list): Use it.
12465
12466 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
12467
12468 * filenotify.el: New package.
12469
12470 * autorevert.el (top): Require filenotify.el.
12471 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
12472 instead.
12473 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
12474 (auto-revert-notify-handler): Use `file-notify-*' functions.
12475
12476 * subr.el (file-notify-handle-event): Move function to filenotify.el.
12477
12478 * net/tramp.el (tramp-file-name-for-operation):
12479 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
12480
12481 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
12482 for `file-notify-add-watch' and `file-notify-rm-watch'.
12483 (tramp-process-sentinel): Improve trace.
12484 (tramp-sh-handle-file-notify-add-watch)
12485 (tramp-sh-file-notify-process-filter)
12486 (tramp-sh-handle-file-notify-rm-watch)
12487 (tramp-get-remote-inotifywait): New defuns.
12488
12489 2013-07-03 Juri Linkov <juri@jurta.org>
12490
12491 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
12492 call of `occur-read-primary-args' to interactive spec.
12493
12494 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
12495 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
12496
12497 2013-07-03 Matthias Meulien <orontee@gmail.com>
12498
12499 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
12500 `Buffer-menu-multi-occur'. Add it to the menu.
12501 (Buffer-menu-mode): Document it in docstring.
12502 (Buffer-menu-multi-occur): New command. (Bug#14673)
12503
12504 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
12505
12506 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
12507 keywords and built-ins.
12508
12509 2013-07-03 Glenn Morris <rgm@gnu.org>
12510
12511 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
12512
12513 Make info-xref checks case-sensitive by default
12514 * info.el (Info-find-node, Info-find-in-tag-table)
12515 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
12516 Add option for exact case matching of nodes.
12517 * info-xref.el (info-xref): New custom group.
12518 (info-xref-case-fold): New option.
12519 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
12520
12521 2013-07-03 Leo Liu <sdl.web@gmail.com>
12522
12523 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
12524
12525 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
12526
12527 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
12528 middle of block statement initially, lower the depth. Remove
12529 FIXME comment, not longer valid. Remove middle of block statement
12530 detection, no need to do that anymore since we've been using
12531 `ruby-parse-region' here.
12532
12533 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
12534
12535 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
12536
12537 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
12538
12539 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
12540
12541 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
12542
12543 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
12544 (desktop-restore-in-current-display): New customization option.
12545 (desktop--excluded-frame-parameters): Add `font'.
12546 (desktop--save-frames): Rename from desktop--save-windows.
12547 (desktop--restore-in-this-display-p): New function.
12548 (desktop--make-full-frame): Remove unwanted width/height from
12549 full(width|height) frames.
12550 (desktop--restore-frames): Rename from desktop--restore-windows.
12551 Obey desktop-restore-current-display. Do not delete old frames or
12552 select a new frame unless we were able to restore at least one frame.
12553
12554 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
12555
12556 * files.el (find-file-noselect): Simplify conditional expression.
12557
12558 * textmodes/remember.el (remember-append-to-file):
12559 Don't mix `find-buffer-visiting' and `get-file-buffer'.
12560
12561 Add `remember-notes' function to store random notes across Emacs
12562 restarts.
12563 * textmodes/remember.el (remember-data-file): Add :set callback to
12564 affect notes buffer (if any).
12565 (remember-notes): New command.
12566 (remember-notes-buffer-name, bury-remember-notes-on-kill):
12567 New defcustoms for the `remember-notes' function.
12568 (remember-notes-save-and-bury-buffer): New command.
12569 (remember-notes-mode-map): New variable.
12570 (remember-mode): New minor mode.
12571 (remember-notes--kill-buffer-query): New function.
12572 * startup.el (initial-buffer-choice): Add notes to custom type.
12573
12574 2013-06-30 Eli Zaretskii <eliz@gnu.org>
12575
12576 * bindings.el (right-char, left-char): Don't call sit-for, this is
12577 no longer needed. Use arithmetic comparison only for numerical
12578 arguments.
12579
12580 * international/mule-cmds.el (select-safe-coding-system):
12581 Handle the case of FROM being a string correctly. (Bug#14755)
12582
12583 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12584
12585 * net/shr.el (shr-make-table-1): Add a sanity check that allows
12586 progression on degenerate tables.
12587 (shr-rescale-image): ImageMagick animated images currently don't work.
12588
12589 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
12590
12591 Some fixes and improvements for desktop frame restoration.
12592 It is still experimental and disabled by default.
12593 * desktop.el (desktop--save-windows): Put the selected frame at
12594 the head of the list.
12595 (desktop--make-full-frame): New function.
12596 (desktop--restore-windows): Try to re-select the frame that was
12597 selected upon saving. Do not abort if some frames fail to restore,
12598 just show an error message and continue. Set up maximized frames
12599 so they have default non-maximized dimensions.
12600
12601 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
12602
12603 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
12604 Don't start heredoc inside a string or comment.
12605
12606 2013-06-29 Eli Zaretskii <eliz@gnu.org>
12607
12608 * bindings.el (visual-order-cursor-movement): New defcustom.
12609 (right-char, left-char): Provide visual-order cursor motion by
12610 calling move-point-visually. Update the doc strings.
12611
12612 2013-06-28 Kenichi Handa <handa@gnu.org>
12613
12614 * international/mule.el (define-coding-system): New coding system
12615 properties :inhibit-null-byte-detection,
12616 :inhibit-iso-escape-detection, and :prefer-utf-8.
12617 (set-buffer-file-coding-system): If :charset-list property of
12618 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
12619 appropriate for setting.
12620
12621 * international/mule-cmds.el (select-safe-coding-system):
12622 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
12623 multibyte characters, return utf-8 (or one of its siblings).
12624
12625 * international/mule-conf.el (prefer-utf-8): New coding system.
12626 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
12627 files.
12628
12629 2013-06-28 Ivan Kanis <ivan@kanis.fr>
12630
12631 * net/shr.el (shr-render-region): New function.
12632
12633 * net/eww.el: Autoload `eww-browse-url'.
12634
12635 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
12636
12637 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12638 Adapt to `package-desc-version' being a list.
12639 Use `package--ac-desc-version' to retrieve version from a package
12640 archive element.
12641
12642 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
12643
12644 New experimental feature to save&restore window and frame setup.
12645 * desktop.el (desktop-save-windows): New defcustom.
12646 (desktop--saved-states): New var.
12647 (desktop--excluded-frame-parameters): New defconst.
12648 (desktop--filter-frame-parms, desktop--find-frame-in-display)
12649 (desktop--restore-windows, desktop--save-windows): New functions.
12650 (desktop-save): Call `desktop--save-windows'.
12651 (desktop-read): Call `desktop--restore-windows'.
12652
12653 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12654
12655 * net/shr.el (add-face-text-property): Remove compat definition.
12656
12657 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
12658
12659 * info.el (Info-try-follow-nearest-node): Move search for footnote
12660 above search for node name to prevent missing a footnote (bug#14717).
12661
12662 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
12663
12664 * obsolete/otodo-mode.el: Add obsolescence info to file header.
12665
12666 2013-06-27 Leo Liu <sdl.web@gmail.com>
12667
12668 * net/eww.el (eww-read-bookmarks): Check file size.
12669
12670 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12671
12672 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
12673 advice--pending if newdef is nil or an autoload (bug#13820).
12674 (advice-mapc): New function.
12675
12676 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12677
12678 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
12679 probably.
12680 (eww-mode-map): Add a menu bar.
12681 (eww-add-bookmark): New command.
12682 (eww-bookmark-mode): New mode and commands.
12683 (eww-add-bookmark): Remove newlines from the title.
12684 (eww-bookmark-browse): Don't bug out if it's the only window.
12685
12686 2013-06-26 Glenn Morris <rgm@gnu.org>
12687
12688 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
12689 (hfy-size): Handle ttys. (Bug#14668)
12690
12691 * info-xref.el: Update for Texinfo 5 change in *note format.
12692 (info-xref-node-re, info-xref-note-re): New constants.
12693 (info-xref-check-buffer): Use info-xref-note-re.
12694
12695 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12696
12697 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
12698
12699 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
12700 nil terminate the loop (bug#14718).
12701
12702 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12703
12704 * net/eww.el: Rework history traversal. When going forward/back,
12705 put these actions into the history, too, so that they can be
12706 replayed.
12707 (eww-render): Move the history reset to the correct buffer.
12708
12709 2013-06-25 Juri Linkov <juri@jurta.org>
12710
12711 * files-x.el (modify-dir-local-variable): Change the header comment
12712 in the file with directory local variables. (Bug#14692)
12713
12714 * files-x.el (read-file-local-variable-value): Add `default'.
12715 (Bug#14710)
12716
12717 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12718
12719 * net/eww.el (eww-make-unique-file-name): Create a unique file
12720 name before saving to entering `y' accidentally asynchronously.
12721
12722 2013-06-25 Ivan Kanis <ivan@kanis.fr>
12723
12724 * net/eww.el (eww-download): New command and keystroke.
12725
12726 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12727
12728 * net/eww.el (eww-copy-page-url): Change name of command.
12729
12730 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
12731 be more consistent with Info and dired.
12732
12733 * net/eww.el (eww-mode-map): Ditto.
12734
12735 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12736
12737 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
12738 packages from archives.
12739 (package-archive-contents): Change format; include obsolete packages.
12740 (package-desc): Use `dir' to mark builtin packages.
12741 (package--from-builtin): Set the `dir' field to `builtin'.
12742 (generated-autoload-file, version-control): Declare.
12743 (package-compute-transaction): Change first arg and return value to be
12744 lists of package-descs. Adjust to new package-archive-contents format.
12745 (package--add-to-archive-contents): Adjust to new
12746 package-archive-contents format.
12747 (package-download-transaction): Arg is now a list of package-descs.
12748 (package-install): If `pkg' is a package name, pass it as
12749 a requirement, so it is subject to the usual (e.g. disabled) checks.
12750 (describe-package): Accept package-desc as well.
12751 (describe-package-1): Describe a specific package-desc. Add links to
12752 other package-descs for the same package name.
12753 (package-menu-describe-package): Pass the actual package-desc.
12754 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
12755 works correctly.
12756 (package-desc-status): New function.
12757 (package-menu--refresh): New function, extracted
12758 from package-menu--generate.
12759 (package-menu--generate): Use it.
12760 (package-delete): Update package-alist.
12761 (package-menu-execute): Don't call package-initialize.
12762
12763 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
12764 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
12765 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
12766 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
12767 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
12768 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
12769
12770 2013-06-25 Martin Rudalics <rudalics@gmx.at>
12771
12772 * window.el (window--state-get-1): Workaround for bug#14527.
12773 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
12774
12775 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12776
12777 * net/eww.el (eww-back-url): Implement the history by stashing all
12778 the data into a list.
12779 (eww-forward-url): Allow going forward in the history, too.
12780
12781 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12782
12783 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
12784 for values and use read--expression for expressions (bug#14710).
12785 (read-file-local-variable): Avoid setq.
12786 (read-file-local-variable-mode): Use minor-mode-list.
12787
12788 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12789
12790 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
12791 for DOI URLs.
12792
12793 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12794
12795 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
12796 Update imenu-support when dialect changes.
12797
12798 2013-06-25 Leo Liu <sdl.web@gmail.com>
12799
12800 * ido.el (ido-read-internal): Allow forward slash on windows.
12801
12802 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12803
12804 * net/eww.el (eww): Start of strings is \\`, not ^.
12805
12806 2013-06-24 Ivan Kanis <ivan@kanis.fr>
12807
12808 * net/shr.el (shr-browse-url): Fix interactive spec.
12809
12810 * net/eww.el (eww): Add a trailing slash to domain names.
12811
12812 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
12813
12814 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
12815
12816 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12817
12818 * net/shr.el (shr-browse-url): Use an external browser if given a
12819 prefix.
12820
12821 * net/eww.el (eww-external-browser): Move to shr.
12822
12823 2013-06-24 Ivan Kanis <ivan@kanis.fr>
12824
12825 * net/eww.el (eww): Work more correctly for file: URLs.
12826 (eww-detect-charset): Allow quoted charsets.
12827 (eww-yank-page-url): New command and keystroke.
12828
12829 2013-06-24 Daiki Ueno <ueno@gnu.org>
12830
12831 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
12832 file name of gpg executable.
12833 (epg-context-program): New function.
12834 (epg-context-home-directory): New function.
12835 (epg-context-set-program): New function.
12836 (epg-context-set-home-directory): New function.
12837 (epg--start): Use `epg-context-program' instead of
12838 'epg-gpg-program'.
12839 (epg--list-keys-1): Likewise.
12840
12841 2013-06-24 Leo Liu <sdl.web@gmail.com>
12842
12843 * ido.el (ido-read-internal): Fix bug#14620.
12844
12845 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
12846
12847 * faces.el (face-documentation): Simplify.
12848 (read-face-attribute, tty-find-type, x-resolve-font-name):
12849 Use `string-match-p'.
12850 (list-faces-display): Use `string-match-p'. Simplify.
12851 (face-spec-recalc): Check face to avoid face alias loops.
12852 (read-color): Use `string-match-p' and non-capturing parenthesis.
12853
12854 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12855
12856 * net/shr.el (shr-rescale-image): Use the new
12857 :max-width/:max-height functionality.
12858
12859 2013-06-23 Ivan Kanis <ivan@kanis.fr>
12860
12861 * net/eww.el (eww-search-prefix): New variable.
12862 (eww): Use it.
12863 (eww-external-browser): New variable.
12864 (eww-mode-map): New keystroke.
12865 (eww-browse-with-external-browser): New command.
12866
12867 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
12868
12869 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
12870
12871 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12872 Don't skip aligning the next header field when padding is 0;
12873 otherwise, field width is not respected unless the title is as
12874 wide as the field.
12875
12876 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12877
12878 * emacs-lisp/package.el (package-el-version): Remove.
12879 (package-process-define-package): Fix inf-loop.
12880 (package-install): Allow symbols as arguments again.
12881
12882 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
12883
12884 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
12885 add some more keyword-like methods.
12886 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
12887
12888 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
12889
12890 * bs.el (bs-buffer-show-mark): Make defvar-local.
12891 (bs-mode): Use setq-local.
12892
12893 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
12894 (emacs-lock--try-unlocking): Make defvar-local.
12895
12896 2013-06-22 Glenn Morris <rgm@gnu.org>
12897
12898 * play/cookie1.el (cookie-apropos): Minor simplification.
12899
12900 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
12901
12902 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
12903
12904 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
12905 `regexp-opt', it breaks the build during dumping.
12906
12907 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
12908
12909 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
12910 Highlight keyword-like methods on Kernel and Module with
12911 font-lock-builtin-face.
12912 (auto-mode-alist): Consolidate different entries into one regexp
12913 and add more *file-s.
12914
12915 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
12916
12917 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
12918
12919 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
12920 (diary-entry): Use it in the action of this button type instead of
12921 diary-goto-entry.
12922
12923 * calendar/todo-mode.el: New version.
12924 (todo-add-category): Append new category to end of file and give
12925 it the highest number, instead of putting it at the beginning and
12926 giving it 0. Incorporate noninteractive functionality.
12927 (todo-forward-category): Adapt to 1-based category numbering.
12928 Allow skipping over archived categories.
12929 (todo-backward-category): Derive from todo-forward-category.
12930 (todo-backward-item, todo-forward-item): Make noninteractive and
12931 delegate interactive part to new commands. Make sensitive to done items.
12932 (todo-categories): Make value an alist of category names and
12933 vectors of item counts.
12934 (todo-category-beg): Make a defconst.
12935 (todo-category-number): Use 1 instead of 0 as initial value.
12936 (todo-category-select): Make sensitive to overlays, optional item
12937 highlighting and done items.
12938 (todo-delete-item): Make sensitive to overlays and marked and done items.
12939 (todo-edit-item): Make sensitive to overlays and editing of
12940 date/time header optional. Add format checks.
12941 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
12942 no-op if point is not on an item. Advertise using todo-edit-quit.
12943 (todo-edit-mode): Make sensitive to new format, font-locking, and
12944 multiple todo files.
12945 (todo-insert-item, todo-insert-item-here): Derive from
12946 todo-basic-insert-item and extend functionality.
12947 (todo-item-end, todo-item-start): Make sensitive to done items.
12948 (todo-item-string): Don't return text properties. Restore point.
12949 (todo-jump-to-category): Make sensitive to multiple todo files and
12950 todo archives. Use extended category completion.
12951 (todo-lower-item, todo-raise-item): Rename to *-priority and
12952 derive from todo-set-item-priority.
12953 (todo-mode): Derive from special-mode. Make sensitive to new
12954 format, font-locking and multiple todo files. Make read-only.
12955 (todo-mode-map): Don't suppress digit keys, so they can supply
12956 prefix arguments. Add many new key bindings.
12957 (todo-prefix): Insert as an overlay instead of file text.
12958 Change semantics from diary date expression to purely visual mark.
12959 (todo-print): Rename to todo-print-buffer. Make buffer display
12960 features printable. Remove option to restrict number of items
12961 printed. Add option to print to file.
12962 (todo-print-function): Rename to todo-print-buffer-function.
12963 (todo-quit): Extend to handle exiting new todo modes.
12964 (todo-remove-item): Make sensitive to overlays.
12965 (todo-save): Extend to buffers of filtered items.
12966 (todo-show): Make sensitive to done items, multiple todo files and
12967 new todo modes. Offer to convert legacy todo file before creating
12968 first new todo file.
12969 (todo-show-priorities): Rename to todo-top-priorities.
12970 Change semantics of value 0.
12971 (todo-top-priorities): Rename to todo-filter-top-priorities,
12972 derive from todo-filter-items and extend functionality.
12973 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
12974 and extend functionality to other types of filtered items.
12975 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
12976 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
12977 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
12978 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
12979 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
12980 (todo-edit-mode-hook, todo-entry-prefix-function)
12981 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
12982 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
12983 (todo-initials, todo-insert-threshold, todo-item-string-start)
12984 (todo-line-string, todo-menu, todo-mode-hook)
12985 (todo-more-important-p, todo-previous-answer, todo-previous-line)
12986 (todo-print-priorities, todo-remove-separator)
12987 (todo-save-top-priorities-too, todo-string-count-lines)
12988 (todo-string-multiline-p, todo-time-string-format)
12989 (todo-tmp-buffer-name): Remove.
12990 (todo-add-file, todo-archive-done-item, todo-choose-archive)
12991 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
12992 (todo-edit-category-diary-inclusion)
12993 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
12994 (todo-edit-file, todo-edit-item-date-day)
12995 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
12996 (todo-edit-item-date-month, todo-edit-item-date-to-today)
12997 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
12998 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
12999 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
13000 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
13001 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
13002 (todo-filter-top-priorities-multifile, todo-find-archive)
13003 (todo-find-filtered-items-file, todo-go-to-source-item)
13004 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
13005 (todo-jump-to-archive-category, todo-lower-category)
13006 (todo-mark-category, todo-marked-item-p, todo-merge-category)
13007 (todo-move-category, todo-move-item, todo-next-button)
13008 (todo-next-item, todo-padded-string, todo-powerset)
13009 (todo-previous-button, todo-previous-item)
13010 (todo-print-buffer-to-file, todo-raise-category)
13011 (todo-rename-category, todo-repair-categories-sexp, todo-search)
13012 (todo-set-category-number, todo-set-item-priority)
13013 (todo-set-top-priorities-in-category)
13014 (todo-set-top-priorities-in-file, todo-show-categories-table)
13015 (todo-sort-categories-alphabetically-or-numerically)
13016 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
13017 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
13018 (todo-toggle-item-header, todo-toggle-item-highlighting)
13019 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
13020 (todo-toggle-view-done-items, todo-toggle-view-done-only)
13021 (todo-unarchive-items, todo-unmark-category): New commands.
13022 (todo-absolute-file-name, todo-add-to-buffer-list)
13023 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
13024 (todo-basic-insert-item, todo-category-completions)
13025 (todo-category-number, todo-category-string-matcher-1)
13026 (todo-category-string-matcher-2, todo-check-filtered-items-file)
13027 (todo-check-format, todo-clear-matches)
13028 (todo-comment-string-matcher, todo-convert-legacy-date-time)
13029 (todo-current-category, todo-date-string-matcher)
13030 (todo-define-insertion-command, todo-diary-expired-matcher)
13031 (todo-diary-goto-entry, todo-diary-item-p)
13032 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
13033 (todo-display-categories, todo-display-sorted, todo-done-item-p)
13034 (todo-done-item-section-p, todo-done-separator)
13035 (todo-done-string-matcher, todo-files, todo-filter-items)
13036 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
13037 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
13038 (todo-insert-category-line, todo-insert-item-from-calendar)
13039 (todo-insert-sort-button, todo-insert-with-overlays)
13040 (todo-insertion-command-name, todo-insertion-key-bindings)
13041 (todo-label-to-key, todo-longest-category-name-length)
13042 (todo-make-categories-list, todo-mode-external-set)
13043 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
13044 (todo-modes-set-3, todo-multiple-filter-files)
13045 (todo-nondiary-marker-matcher, todo-prefix-overlays)
13046 (todo-read-category, todo-read-date, todo-read-dayname)
13047 (todo-read-file-name, todo-read-time)
13048 (todo-reevaluate-category-completions-files-defcustom)
13049 (todo-reevaluate-default-file-defcustom)
13050 (todo-reevaluate-filelist-defcustoms)
13051 (todo-reevaluate-filter-files-defcustom)
13052 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
13053 (todo-reset-done-separator, todo-reset-done-separator-string)
13054 (todo-reset-done-string, todo-reset-global-current-todo-file)
13055 (todo-reset-highlight-item, todo-reset-nondiary-marker)
13056 (todo-reset-prefix, todo-set-categories)
13057 (todo-set-date-from-calendar, todo-set-show-current-file)
13058 (todo-set-top-priorities, todo-short-file-name)
13059 (todo-show-current-file, todo-sort, todo-time-string-matcher)
13060 (todo-total-item-counts, todo-update-buffer-list)
13061 (todo-update-categories-display, todo-update-categories-sexp)
13062 (todo-update-count, todo-validate-name, todo-y-or-n-p):
13063 New functions.
13064 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
13065 New major modes.
13066 (todo-categories, todo-display, todo-edit, todo-faces)
13067 (todo-filtered): New defgroups.
13068 (todo-archived-only, todo-button, todo-category-string, todo-date)
13069 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
13070 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
13071 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
13072 (todo-add-item-if-new-category, todo-always-add-time-string)
13073 (todo-categories-align, todo-categories-archived-label)
13074 (todo-categories-category-label, todo-categories-diary-label)
13075 (todo-categories-done-label, todo-categories-number-separator)
13076 (todo-categories-todo-label, todo-categories-totals-label)
13077 (todo-category-completions-files, todo-completion-ignore-case)
13078 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
13079 (todo-done-separator-string, todo-done-string)
13080 (todo-files-function, todo-filter-done-items, todo-filter-files)
13081 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
13082 (todo-initial-category, todo-initial-file, todo-item-mark)
13083 (todo-legacy-date-time-regexp, todo-mode-line-function)
13084 (todo-nondiary-marker, todo-number-prefix)
13085 (todo-print-buffer-function, todo-show-current-file)
13086 (todo-show-done-only, todo-show-first, todo-show-with-done)
13087 (todo-skip-archived-categories, todo-top-priorities-overrides)
13088 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
13089 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
13090 New defcustoms.
13091 (todo-category-done, todo-date-pattern, todo-date-string-start)
13092 (todo-diary-items-buffer, todo-done-string-start)
13093 (todo-filtered-items-buffer, todo-item-start)
13094 (todo-month-abbrev-array, todo-month-name-array)
13095 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
13096 (todo-top-priorities-buffer): New defconsts.
13097 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
13098 (todo-categories-with-marks, todo-category-string-face)
13099 (todo-comment-face, todo-comment-string, todo-current-todo-file)
13100 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
13101 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
13102 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
13103 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
13104 (todo-font-lock-keywords, todo-global-current-todo-file)
13105 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
13106 (todo-insertion-commands-args)
13107 (todo-insertion-commands-args-genlist)
13108 (todo-insertion-commands-names, todo-insertion-map)
13109 (todo-key-bindings-t, todo-key-bindings-t+a)
13110 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
13111 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
13112 (todo-nondiary-face, todo-print-buffer, todo-time-face)
13113 (todo-visited): New variables.
13114
13115 2013-06-21 Glenn Morris <rgm@gnu.org>
13116
13117 * play/cookie1.el (cookie-apropos): Add optional display argument.
13118 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
13119 (psychoanalyze-pinhead): Use cookie-doctor.
13120
13121 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
13122
13123 * emacs-lisp/package.el (tar-get-file-descriptor)
13124 (tar--extract): Declare.
13125
13126 2013-06-21 Eduard Wiebe <usenet@pusto.de>
13127
13128 Extend flymake's warning predicate to be a function (bug#14217).
13129 * progmodes/flymake.el (flymake-warning-predicate): New.
13130 (flymake-parse-line): Use it.
13131 (flymake-warning-re): Make obsolete alias to
13132 `flymake-warning-predicate'.
13133
13134 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13135
13136 * emacs-lisp/package.el (package-alist): Include obsolete packages.
13137 (package-obsolete-list): Remove.
13138 (package-activate): Remove min-version argument. Add `force' argument.
13139 Adjust to new package-alist format.
13140 (package-mark-obsolete): Remove.
13141 (package-unpack): Force reload of the package's autoloads.
13142 (package-installed-p): Check builtins if the installed package is not
13143 recent enough.
13144 (package-initialize): Don't reset package-obsolete-list.
13145 Don't specify which package version to activate.
13146 (package-process-define-package, describe-package-1)
13147 (package-menu--generate): Adjust to new package-alist format.
13148
13149 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
13150
13151 * allout-widgets.el (allout-widgets-mode-off)
13152 (allout-widgets-mode-on, allout-widgets-pre-command-business)
13153 (allout-widgets-post-command-business)
13154 (allout-widgets-after-copy-or-kill-function)
13155 (allout-widgets-after-undo-function, allout-test-range-overlaps)
13156 (allout-decorate-item-and-context)
13157 (allout-graphics-modification-handler): Fix typos in docstrings.
13158 (allout-get-or-create-parent-widget): Use `looking-at-p'.
13159
13160 * cmuscheme.el (scheme-start-file): Doc fix.
13161 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
13162 (scheme-input-filter): Use `string-match-p'.
13163
13164 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
13165
13166 * dired-x.el: Use Dired consistently in docstrings.
13167
13168 * dired.el: Use Dired consistently in docstrings.
13169 (dired-readin, dired-mode): Use `setq-local'.
13170 (dired-switches-alist): Make defvar-local.
13171 (dired-buffers-for-dir): Use `zerop'.
13172 (dired-safe-switches-p, dired-switches-escape-p)
13173 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
13174 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
13175 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
13176 (dired-goto-next-nontrivial-file): Use `string-match-p'.
13177 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
13178 (dired-toggle-marks, dired-mark-files-containing-regexp)
13179 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
13180 (dired-flag-auto-save-files, dired-flag-backup-files):
13181 Use `looking-at-p'.
13182 (dired-mark-files-regexp, dired-build-subdir-alist):
13183 Use `string-match-p', `looking-at-p'.
13184
13185 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
13186 (direct-print-region-helper): Use `string-match-p'.
13187
13188 2013-06-21 Leo Liu <sdl.web@gmail.com>
13189
13190 * comint.el (comint-redirect-results-list-from-process):
13191 Fix infinite loop.
13192
13193 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13194
13195 * net/eww.el (eww-update-header-line-format): Quote % characters.
13196
13197 2013-06-21 Glenn Morris <rgm@gnu.org>
13198
13199 * play/cookie1.el (cookie): New custom group.
13200 (cookie-file): New option.
13201 (cookie-check-file): New function.
13202 (cookie): Make it interactive. Make start and end messages optional.
13203 Interactively, display the result. Default to cookie-file.
13204 (cookie-insert): Default to cookie-file.
13205 (cookie-snarf): Make start and end messages optional.
13206 Default to cookie-file. Use with-temp-buffer.
13207 (cookie-read): Rename from read-cookie.
13208 Make start and end messages optional. Default to cookie-file.
13209 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
13210 Do not autoload it.
13211 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
13212 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
13213
13214 2013-06-21 Leo Liu <sdl.web@gmail.com>
13215
13216 * progmodes/octave.el (octave-mode): Backward compatibility fix.
13217
13218 2013-06-21 Glenn Morris <rgm@gnu.org>
13219
13220 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
13221
13222 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13223 Daniel Hackney <dan@haxney.org>
13224
13225 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
13226 Consolidate the single-file vs tarball code.
13227 (package-desc-suffix): New function.
13228 (package-desc-full-name): Don't bother inlining it.
13229 (package-load-descriptor): Return the new package-desc.
13230 (package-mark-obsolete): Remove unused arg `package'.
13231 (package-unpack): Make it work for single files as well.
13232 Make it update package-alist.
13233 (package--make-autoloads-and-stuff): Rename from
13234 package--make-autoloads-and-compile. Don't compile any more.
13235 (package--compile): New function.
13236 (package-generate-description-file): New function, extracted from
13237 package-unpack-single.
13238 (package-unpack-single): Remove.
13239 (package--with-work-buffer): Add indentation and debugging info.
13240 (package-download-single): Remove.
13241 (package-install-from-archive): Rename from package-download-tar, make
13242 it take a pkg-desc, and make it work for single files as well.
13243 (package-download-transaction): Simplify.
13244 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
13245 external tar program.
13246 (package-install-from-buffer): Remove `pkg-desc' argument.
13247 Use package-tar-file-info for tar-mode buffers.
13248 (package-install-file): Simplify accordingly.
13249 (package-archive-base): Change to take a pkg-desc.
13250 * tar-mode.el (tar--check-descriptor): New function, extracted from
13251 tar-get-descriptor.
13252 (tar-get-descriptor): Use it.
13253 (tar-get-file-descriptor): New function.
13254 (tar--extract): New function, extracted from tar-extract.
13255 (tar--extract): Use it.
13256 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
13257 case the summary uses non-ascii. Adjust to new calling convention of
13258 package-tar-file-info.
13259
13260 2013-06-21 Leo Liu <sdl.web@gmail.com>
13261
13262 * comint.el (comint-redirect-results-list-from-process):
13263 Fix random delay. (Bug#14681)
13264
13265 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
13266
13267 * profiler.el (profiler-format-number): Use log, not log10.
13268
13269 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
13270
13271 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
13272
13273 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13274
13275 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
13276 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
13277 yet available.
13278 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
13279 (AUTOGENEL): ... here.
13280 * emacs-lisp/cl-macs.el (cl--sublis): New function.
13281 (cl--defsubst-expand): Use it.
13282
13283 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
13284
13285 * subr.el (log10): Move here from C code, and declare as obsolete.
13286 All uses of (log10 X) replaced with (log X 10).
13287
13288 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
13289
13290 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
13291 Declare with `defvar-local'.
13292 (tabulated-list-use-header-line, tabulated-list-entries)
13293 (tabulated-list-padding, tabulated-list-printer)
13294 (tabulated-list-sort-key): Declare with `defvar-local'.
13295 (tabulated-list-init-header, tabulated-list-print-fake-header):
13296 Use `setq-local'.
13297
13298 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
13299
13300 * arc-mode.el (archive-mode): Add `archive-write-file' to
13301 `write-contents-functions' also for remote files. (Bug#14652)
13302
13303 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
13304
13305 * cus-edit.el (custom-commands): Fix typos.
13306 (custom-display): Fix tooltip text.
13307 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
13308 Fix typos in docstrings.
13309 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
13310 (custom-unlispify-menu-entry, custom-magic-value-create)
13311 (custom-add-see-also, custom-group-value-create): Use ?\s.
13312 (custom-guess-type, customize-apropos, editable-field)
13313 (custom-face-value-create): Use `string-match-p'.
13314 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
13315
13316 * custom.el (custom-load-symbol): Use `string-match-p'.
13317
13318 * ansi-color.el: Convert to lexical binding.
13319 (ansi-colors): Fix URL.
13320 (ansi-color-context, ansi-color-context-region): Use defvar-local.
13321 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
13322 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
13323
13324 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13325
13326 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
13327
13328 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
13329
13330 2013-06-19 Tom Tromey <tromey@redhat.com>
13331
13332 * net/eww.el (eww-top-url): Remove.
13333 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
13334 (eww-render): Set new variables. Don't set eww-top-url.
13335 (eww-handle-link): Handle "prev", "home", and "contents".
13336 Downcase the rel text.
13337 (eww-top-url): Choose best top URL.
13338
13339 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13340
13341 * net/eww.el: Rewrite to implement form elements "by hand" instead of
13342 relying in widget.el. Using widget.el leads to too many
13343 user interface inconsistencies.
13344 (eww-self-insert): Implement entering commands in text fields.
13345 (eww-process-text-input): New function to make text input field editing
13346 work.
13347 (eww-submit): Rewrite to use the new-style form methods.
13348 (eww-select-display): Display the correct selected item.
13349 (eww-change-select): Implement changing the select value.
13350 (eww-toggle-checkbox): Implement radio/checkboxes.
13351 (eww-update-field): Fix compilation error.
13352 (eww-tag-textarea): Implement <textarea>.
13353
13354 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
13355 we don't shadow mode-specific bindings.
13356
13357 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
13358 nothing to push.
13359
13360 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
13361
13362 2013-06-19 Glenn Morris <rgm@gnu.org>
13363
13364 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
13365
13366 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
13367
13368 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
13369 not needed.
13370
13371 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
13372
13373 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13374
13375 * net/browse-url.el (browse-url-browser-function):
13376 `eww-browse-url' has the right calling signature, `eww' does not.
13377
13378 2013-06-19 Glenn Morris <rgm@gnu.org>
13379
13380 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13381 Only eval autoloaded macros.
13382 (byte-compile-autoload): Only give the macro warning for macros.
13383
13384 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
13385 (ps-underlined-faces): Declare.
13386
13387 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
13388 (speedbar-add-supported-extension): Declare.
13389
13390 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
13391 Don't include a date stamp in the header of the generated file;
13392 it leads to needless differences between output files.
13393
13394 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
13395
13396 * net/secrets.el (secrets-struct-secret-content-type):
13397 Replace check of introspection data by a test call of "CreateItem".
13398 Some servers do not offer introspection.
13399
13400 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
13401
13402 * electric.el (electric-pair-mode): Improve interaction with
13403 electric-layout-mode.
13404 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
13405 (electric-pair-syntax): Use text-mode-syntax-table in comments
13406 and strings.
13407 (electric-pair--insert): New function.
13408 (electric-pair-post-self-insert-function): Use it and
13409 electric--after-char-pos.
13410
13411 2013-06-19 Leo Liu <sdl.web@gmail.com>
13412
13413 * progmodes/octave.el (octave-help): Fix regexp.
13414
13415 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13416
13417 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
13418 (shr-table-horizontal-line): Allow nil as a value, and change the
13419 default.
13420 (shr-insert-table-ruler): Respect the nil value.
13421
13422 2013-06-18 Tom Tromey <tromey@barimba>
13423
13424 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
13425 New defvars.
13426 (eww-open-file): New defun.
13427 (eww-render): Initialize new variables.
13428 (eww-display-html): Handle "link" and "a".
13429 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
13430 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
13431 (eww-back-url): Rename from eww-previous-url.
13432 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
13433 New defuns.
13434
13435 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
13436
13437 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
13438 Distinguish ternary operator tokens from slash symbol and slash
13439 char literal.
13440
13441 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
13442
13443 Convert symbol prettification into minor mode and global minor mode.
13444
13445 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
13446 `prog-prettify-symbols', and make a local defvar instead of defcustom.
13447 (prettify-symbols--keywords): Rename from
13448 `prog-prettify-symbols-alist' and make a local defvar.
13449 (prettify-symbols--compose-symbol): Rename from
13450 `prog--prettify-font-lock-compose-symbol'.
13451 (prettify-symbols--make-keywords): Rename from
13452 `prog-prettify-font-lock-symbols-keywords' and simplify.
13453 (prog-prettify-install): Remove.
13454 (prettify-symbols-mode): New minor mode, based on
13455 `prog-prettify-install'.
13456 (turn-on-prettify-symbols-mode): New function.
13457 (global-prettify-symbols-mode): New globalized minor mode.
13458
13459 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13460 * progmodes/cfengine.el (cfengine3-mode):
13461 * progmodes/perl-mode.el (perl-mode): Don't call
13462 `prog-prettify-install'; set `prettify-symbols-alist' instead.
13463
13464 2013-06-18 Juri Linkov <juri@jurta.org>
13465
13466 * files-x.el (modify-file-local-variable-message): New function.
13467 (modify-file-local-variable)
13468 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
13469 and call `modify-file-local-variable-message' when it's non-nil.
13470 (add-file-local-variable, delete-file-local-variable)
13471 (add-file-local-variable-prop-line)
13472 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
13473 and use it. (Bug#9820)
13474
13475 2013-06-18 Juri Linkov <juri@jurta.org>
13476
13477 * emulation/vi.el (vi-shell-op):
13478 * emulation/vip.el (vip-execute-com, ex-command):
13479 * emulation/viper-cmd.el (viper-exec-bang):
13480 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
13481 the call of `shell-command-on-region'. (Bug#14637)
13482
13483 * simple.el (shell-command-on-region): Doc fix.
13484
13485 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
13486
13487 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
13488 (bug#14633).
13489
13490 2013-06-18 Glenn Morris <rgm@gnu.org>
13491
13492 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
13493
13494 * newcomment.el (comment-search-forward, comment-search-backward):
13495 Doc fix. (Bug#14376)
13496
13497 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
13498
13499 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
13500 (buffer-face-mode-invoke): Doc fix.
13501
13502 2013-06-18 Matthias Meulien <orontee@gmail.com>
13503
13504 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
13505 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
13506
13507 2013-06-18 Glenn Morris <rgm@gnu.org>
13508
13509 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
13510 Replace obsolete function generic-make-keywords with its expansion.
13511
13512 * progmodes/python.el (ffap-alist): Declare.
13513
13514 * textmodes/reftex.el (bibtex-mode-map): Declare.
13515
13516 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
13517
13518 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
13519 (package-unpack, package-unpack-single): Return the pkg-dir.
13520 (package-download-transaction): Use it to update package-alist.
13521
13522 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13523
13524 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
13525 possible choice.
13526
13527 2013-06-17 Juri Linkov <juri@jurta.org>
13528
13529 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
13530
13531 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
13532
13533 * emacs-lisp/package.el (package-load-descriptor):
13534 Remove `with-syntax-table' call, `read' doesn't need it.
13535 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
13536
13537 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
13538
13539 * startup.el (command-line): Expand package name returned by
13540 `package--description-file' (bug#14639).
13541
13542 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
13543
13544 * emacs-lisp/package.el (package-load-descriptor): Do not call
13545 `emacs-lisp-mode', just use its syntax table.
13546
13547 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
13548
13549 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
13550 `font-lock-extra-managed-props' if any prettifying keyword is added.
13551 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
13552 (prog-mode): Use `setq-local'.
13553
13554 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
13555
13556 * international/characters.el (standard-case-table): Set syntax of ?»
13557 and ?« to punctuation.
13558
13559 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
13560
13561 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
13562 Save relevant match data before calling `syntax-ppss' (bug#14595).
13563
13564 2013-06-15 Juri Linkov <juri@jurta.org>
13565
13566 * files-x.el (modify-file-local-variable-prop-line): Add local
13567 variables to the end of the existing comment on the first line.
13568 Use `file-auto-mode-skip' to skip interpreter magic line,
13569 and also skip XML declaration.
13570
13571 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13572
13573 * startup.el (package--builtin-versions): New var.
13574 (package-subdirectory-regexp): Remove.
13575 (package--description-file): Hard code its value instead.
13576
13577 * emacs-lisp/package.el: Don't activate packages older than builtin.
13578 (package-obsolete-list): Rename from package-obsolete-alist, and make
13579 it into a simple list of package-desc.
13580 (package-strip-version): Remove.
13581 (package-built-in-p): Use package--builtin-versions.
13582 (package-mark-obsolete): Simplify.
13583 (package-process-define-package): Mark it obsolete if older than the
13584 builtin version.
13585 (package-handle-response): Use line-end-position.
13586 (package-read-archive-contents, package--download-one-archive):
13587 Simplify.
13588 (package--add-to-archive-contents): Skip if older than the builtin or
13589 installed version.
13590 (package-menu-describe-package): Fix last change.
13591 (package-list-unversioned): New var.
13592 (package-menu--generate): Use it.
13593
13594 * emacs-lisp/autoload.el: Manage package--builtin-versions.
13595 (autoload--insert-text, autoload--insert-cookie-text): New functions.
13596 (autoload-builtin-package-versions): New variable.
13597 (autoload-generate-file-autoloads): Use them.
13598 Remove the list of autoloaded functions/macros from the
13599 (autoload...) comments.
13600
13601 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
13602
13603 2013-06-15 Eli Zaretskii <eliz@gnu.org>
13604
13605 * simple.el (line-move-partial): Don't jump to the next screen
13606 line as soon as it becomes visible. Instead, continue enlarging
13607 the vscroll until the portion of a tall screen line that's left on
13608 display is about the height of the frame's default font.
13609 (Bug#14567)
13610
13611 2013-06-15 Glenn Morris <rgm@gnu.org>
13612
13613 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
13614 compilation-error-regexp-alist void, or local while let-bound.
13615
13616 * progmodes/make-mode.el (makefile-mode-syntax-table):
13617 Treat "=" as punctuation. (Bug#14614)
13618
13619 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
13620
13621 * help-fns.el (describe-variable):
13622 Add extra line for permanent-local variables.
13623
13624 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
13625
13626 * progmodes/scheme.el (scheme-font-lock-keywords-2):
13627 Add export, import, library. (Bug#9164)
13628 (library): Set indent function.
13629
13630 2013-06-14 Glenn Morris <rgm@gnu.org>
13631
13632 * term/xterm.el (xterm--query):
13633 Stop after first matching handler. (Bug#14615)
13634
13635 2013-06-14 Ivan Kanis <ivan@kanis.fr>
13636
13637 Add support for dired in saveplace.
13638 * dired.el (dired-initial-position-hook): New variable.
13639 (dired-initial-position): Call hook to place cursor position.
13640 * saveplace.el (save-place-to-alist): Add dired position.
13641 (save-place-dired-hook): New function.
13642
13643 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
13644
13645 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
13646 through a symbol rather than letrec.
13647
13648 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
13649 (package-desc): Add `dir' field.
13650 (package-desc-full-name): New function.
13651 (package-load-descriptor): Combine the two arguments. Don't use `load'.
13652 (package-maybe-load-descriptor): Remove.
13653 (package-load-all-descriptors): Just call package-load-descriptor.
13654 (package--disabled-p): New function.
13655 (package-desc-vers, package-desc-doc): Remove aliases.
13656 (package--dir): Remove function.
13657 (package-activate): Check if a package is disabled.
13658 (package-process-define-package): New function, extracted from
13659 define-package.
13660 (define-package): Turn into a place holder.
13661 (package-unpack-single, package-tar-file-info):
13662 Use package--description-file.
13663 (package-compute-transaction): Use package--disabled-p.
13664 (package-download-transaction): Don't call
13665 package-maybe-load-descriptor since they're all loaded anyway.
13666 (package-install): Change argument to be a pkg-desc.
13667 (package-delete): Use a single pkg-desc argument.
13668 (describe-package-1): Use package-desc-dir instead of package--dir.
13669 Use package-desc property instead of package-symbol.
13670 (package-install-button-action): Adjust accordingly.
13671 (package--push): Rewrite.
13672 (package-menu--print-info): Adjust accordingly. Change the ID format
13673 to be a pkg-desc.
13674 (package-menu-describe-package, package-menu-get-status)
13675 (package-menu--find-upgrades, package-menu-mark-upgrades)
13676 (package-menu-execute, package-menu--name-predicate):
13677 Adjust accordingly.
13678 * startup.el (package--description-file): New function.
13679 (command-line): Use it.
13680 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13681 Use package-desc-version.
13682
13683 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
13684 (byte-compile-preprocess): Use it.
13685 (byte-compile-file-form-defalias): Try a bit harder to use macros we
13686 can't quite recognize.
13687 (byte-compile-add-to-list): Remove.
13688 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
13689 (cconv-closure-convert): Add assertion.
13690
13691 * emacs-lisp/map-ynp.el: Use lexical-binding.
13692 (map-y-or-n-p): Remove unused vars `tail' and `object'.
13693 Factor out some repeated code.
13694
13695 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13696
13697 * subr.el (with-eval-after-load): New macro.
13698 (eval-after-load): Allow form to be a function.
13699 take advantage of lexical-binding.
13700 (do-after-load-evaluation): Use dolist and adjust to new format.
13701 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
13702
13703 2013-06-13 Juri Linkov <juri@jurta.org>
13704
13705 * replace.el (perform-replace): Display "symbol " and other search
13706 modes from `isearch-message-prefix' in the *Help* buffer.
13707
13708 * isearch.el (isearch-query-replace): Add " symbol" and other
13709 possible search modes from `isearch-message-prefix' to the prompt.
13710 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
13711 when reading a regexp to collect.
13712
13713 2013-06-13 Juri Linkov <juri@jurta.org>
13714
13715 * isearch.el (word-search-regexp): Match whitespace if the search
13716 string begins or ends in whitespace. The LAX arg is applied to
13717 both ends of the search string. Use `regexp-quote' and explicit
13718 \< and \> instead of \b. Use \` and \' instead of ^ and $.
13719 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
13720 boundaries are replaced with symbol boundaries, and characters
13721 between symbols match non-word non-symbol syntax. (Bug#14602)
13722
13723 2013-06-13 Juri Linkov <juri@jurta.org>
13724
13725 * isearch.el (isearch-del-char): Don't exceed the length of
13726 `isearch-string' by the prefix arg. (Bug#14563)
13727
13728 2013-06-13 Juri Linkov <juri@jurta.org>
13729
13730 * isearch.el (isearch-yank-word, isearch-yank-line)
13731 (isearch-char-by-name, isearch-quote-char)
13732 (isearch-printing-char, isearch-process-search-char):
13733 Add optional count prefix arg. (Bug#14563)
13734
13735 * international/isearch-x.el
13736 (isearch-process-search-multibyte-characters):
13737 Add optional count prefix arg.
13738
13739 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13740
13741 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
13742 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
13743 lexical-binding.
13744
13745 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
13746
13747 * subr.el (set-temporary-overlay-map): Add on-exit argument.
13748
13749 2013-06-13 Glenn Morris <rgm@gnu.org>
13750
13751 * startup.el (tty-handle-args):
13752 Don't just discard "--" and anything after. (Bug#14608)
13753
13754 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
13755
13756 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
13757
13758 Implement changes in Secret Service API. Make it backward compatible.
13759 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
13760 (secrets-create-item): Use it. Prefix properties with interface.
13761
13762 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
13763
13764 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
13765 (term-emulate-terminal): Respect term-suppress-hard-newline.
13766
13767 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
13768
13769 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
13770 Only remove a `thumb-file' overlay. (Bug#14548)
13771
13772 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
13773
13774 * mail/reporter.el (reporter-submit-bug-report):
13775 Handle missing package-name. (Bug#14600)
13776
13777 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13778
13779 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
13780 (reftex-citation-prompt, reftex-default-bibliography)
13781 (reftex-bib-or-thebib, reftex-get-bibfile-list)
13782 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
13783 (reftex-bib-sort-author, reftex-bib-sort-year)
13784 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
13785 (reftex-extract-bib-entries-from-thebibliography)
13786 (reftex-get-bibkey-default, reftex-get-bib-names)
13787 (reftex-parse-bibtex-entry, reftex-get-bib-field)
13788 (reftex-format-bib-entry, reftex-parse-bibitem)
13789 (reftex-format-bibitem, reftex-do-citation)
13790 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
13791 (reftex-restrict-bib-matches, reftex-extract-bib-file)
13792 (reftex-insert-bib-matches, reftex-format-citation)
13793 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
13794 (reftex-create-bibtex-file): Add docstrings, mostly by converting
13795 existing comments into docstrings.
13796
13797 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
13798
13799 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
13800
13801 2013-06-12 Andreas Schwab <schwab@suse.de>
13802
13803 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
13804 for auto-save files.
13805
13806 2013-06-12 Glenn Morris <rgm@gnu.org>
13807
13808 * ido.el (ido-delete-ignored-files): Remove.
13809 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
13810 Go back to calling ido-ignore-item-p directly.
13811
13812 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
13813
13814 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
13815
13816 * ido.el (ido-delete-ignored-files): New function,
13817 split from ido-make-file-list-1.
13818 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
13819 (ido-make-file-list-1): Use ido-delete-ignored-files.
13820
13821 2013-06-12 Leo Liu <sdl.web@gmail.com>
13822
13823 * progmodes/octave.el (inferior-octave-startup)
13824 (inferior-octave-completion-table)
13825 (inferior-octave-track-window-width-change)
13826 (octave-eldoc-function-signatures, octave-help)
13827 (octave-find-definition): Use single quoted strings.
13828 (inferior-octave-startup-args): Change default value.
13829 (inferior-octave-startup): Do not hard code "-i" and
13830 "--no-line-editing".
13831 (inferior-octave-resync-dirs): Add optional arg NOERROR.
13832 (inferior-octave-directory-tracker): Use it.
13833 (octave-goto-function-definition): Robustify.
13834 (octave-help): Support highlighting operators in 'See also'.
13835 (octave-find-definition): Find subfunctions only in Octave mode.
13836
13837 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13838
13839 * help-fns.el (help-fns--compiler-macro): If the handler function is
13840 named, then put a link to it.
13841 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
13842 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
13843 (cl-typep): Use it.
13844 (cl-eval-when): Simplify debug spec.
13845 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
13846 compiler-macro function instead of setting `compiler-macro-file'.
13847
13848 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
13849
13850 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
13851 * vc/vc-hooks.el (vc-stay-local): Doc fix.
13852
13853 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13854 Daniel Hackney <dan@haxney.org>
13855
13856 First part of Daniel Hackney's patch to package.el.
13857 * emacs-lisp/package.el: Use defstruct.
13858 (package-desc): New, main struct.
13859 (package--bi-desc, package--ac-desc): New structs, used to describe the
13860 format in external files.
13861 (package-desc-vers): Replace with package-desc-version accessor.
13862 (package-desc-doc): Replace with package-desc-summary accessor.
13863 (package-activate-1): Remove `package' arg since the pkg-vec now
13864 includes the name.
13865 (define-package): Use package-desc-from-define.
13866 (package-unpack-single): Change file-name arg to be a symbol.
13867 (package--add-to-archive-contents): Use package-desc-create and new
13868 accessor functions to package--ac-desc.
13869 (package-buffer-info, package-tar-file-info): Return a package-desc.
13870 (package-install-from-buffer): Remove `type' argument. Change pkg-info
13871 arg to be a package-desc.
13872 (package-install-file): Adjust accordingly. Use \' to match EOS.
13873 (package--from-builtin): New function.
13874 (describe-package-1, package-menu--generate): Use it.
13875 (package--make-autoloads-and-compile): Change name arg to be a symbol.
13876 (package-generate-autoloads): Idem and return the name of the file.
13877 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13878 Change pkg-info arg to be a package-desc.
13879 Use package-make-ac-desc.
13880 (package-upload-file): Use \' to match EOS.
13881 * finder.el (finder-compile-keywords): Use package-make-builtin.
13882
13883 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13884
13885 * vc/vc.el (vc-deduce-fileset): Change error message.
13886 (vc-read-backend): New function.
13887 (vc-next-action): Use it.
13888
13889 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
13890
13891 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
13892 (prolog-font-lock-keywords): Use regexp-opt instead.
13893 Don't manually highlight strings.
13894 (prolog-mode-variables): Simplify comment-start-skip.
13895 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
13896
13897 * emacs-lisp/generic.el (generic--normalise-comments)
13898 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
13899 (generic-mode-set-comments): Use them.
13900 (generic-bracket-support): Use setq-local.
13901 (generic-make-keywords-list): Declare obsolete.
13902
13903 2013-06-11 Glenn Morris <rgm@gnu.org>
13904
13905 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13906 Prettify after setting font-lock-defaults. (Bug#14574)
13907
13908 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
13909
13910 * replace.el (query-replace, occur-read-regexp-defaults-function)
13911 (replace-search):
13912 * subr.el (declare-function, number-sequence, local-set-key)
13913 (substitute-key-definition, locate-user-emacs-file)
13914 (with-silent-modifications, split-string, eval-after-load):
13915 Fix typos, remove unneeded backslashes and reflow some docstrings.
13916
13917 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13918
13919 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
13920 default for Elisp files.
13921
13922 2013-06-11 Glenn Morris <rgm@gnu.org>
13923
13924 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
13925 although define-derived-mode was doing this anyway. (Bug#14583)
13926
13927 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
13928
13929 * allout.el (allout-encryption-plaintext-sanitization-regexps):
13930 Fix make-variable-buffer-local call to refer to the correct variable.
13931
13932 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
13933
13934 * eshell/em-term.el (eshell-visual-commands)
13935 (eshell-visual-subcommands, eshell-visual-options):
13936 Add summary line to docstrings. Add cross-references.
13937
13938 2013-06-10 Glenn Morris <rgm@gnu.org>
13939
13940 * epa.el (epa-read-file-name): New function. (Bug#14510)
13941 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
13942
13943 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
13944
13945 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
13946 output redirection to be ignored with visual commands.
13947
13948 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
13949
13950 * eshell/em-term.el (eshell-visual-command-p): New function.
13951 (eshell-term-initialize): Move long lambda to separate function
13952 eshell-visual-command-p.
13953 * eshell/em-dirs.el (eshell-dirs-initialize):
13954 * eshell/em-script.el (eshell-script-initialize):
13955 Add missing #' to lambda.
13956
13957 2013-06-08 Leo Liu <sdl.web@gmail.com>
13958
13959 * progmodes/octave.el (octave-add-log-current-defun): New function.
13960 (octave-mode): Set add-log-current-defun-function.
13961 (octave-goto-function-definition): Do not move point if not found.
13962 (octave-find-definition): Enhance to try subfunctions first.
13963
13964 2013-06-08 Glenn Morris <rgm@gnu.org>
13965
13966 * emacs-lisp/bytecomp.el (byte-compile-char-before)
13967 (byte-compile-backward-char, byte-compile-backward-word):
13968 Improve previous change, to handle non-explicit nil.
13969
13970 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13971
13972 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
13973 (smie--opener/closer-at-point): New function.
13974 (smie--matching-block-data): Use it. Don't match from right after an
13975 opener or right before a closer. Obey smie-blink-matching-inners.
13976 Don't signal a mismatch for repeated inners like "switch..case..case".
13977
13978 2013-06-07 Leo Liu <sdl.web@gmail.com>
13979
13980 * progmodes/octave.el (octave-mode): Set comment-use-global-state
13981 to t. (Bug#14303)
13982 (octave-function-header-regexp): Fix. (Bug#14570)
13983 (octave-help-mode-finish-hook, octave-help-mode-finish):
13984 Remove. Just use temp-buffer-show-hook.
13985
13986 * newcomment.el (comment-search-backward): Revert last change.
13987 (Bug#14434)
13988
13989 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
13990
13991 2013-06-07 Eli Zaretskii <eliz@gnu.org>
13992
13993 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
13994 through xargs, to avoid failure due to MS-Windows limitations on
13995 command-line length.
13996
13997 2013-06-06 Glenn Morris <rgm@gnu.org>
13998
13999 * font-lock.el (lisp-font-lock-keywords-2):
14000 Treat user-error like error.
14001
14002 * emacs-lisp/bytecomp.el (byte-compile-char-before)
14003 (byte-compile-backward-char, byte-compile-backward-word):
14004 Handle explicit nil arguments. (Bug#14565)
14005
14006 2013-06-05 Alan Mackenzie <acm@muc.de>
14007
14008 * isearch.el (isearch-allow-prefix): New user option.
14009 (isearch-other-meta-char): Don't exit isearch when a prefix
14010 argument is typed whilst `isearch-allow-prefix' is non-nil.
14011 (Bug#9706)
14012
14013 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14014
14015 * autorevert.el (auto-revert-notify-handler): Use memq.
14016 Hide assertion failure.
14017
14018 * skeleton.el: Use cl-lib.
14019 (skeleton-further-elements): Use defvar-local.
14020 (skeleton-insert): Use cl-progv.
14021
14022 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
14023
14024 * progmodes/prog-mode.el (prog-prettify-symbols)
14025 (prog-prettify-install): Update docstrings.
14026
14027 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14028
14029 * simple.el: Move all the prog-mode code to prog-mode.el.
14030 * progmodes/prog-mode.el: New file.
14031 * loadup.el: Add prog-mode.el.
14032
14033 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
14034
14035 * simple.el (prog-prettify-symbols): Add version.
14036 (prog-prettify-install): Add convenience function to prettify symbols.
14037
14038 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
14039 (perl--augmented-font-lock-keywords-1)
14040 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
14041 variables and use it.
14042
14043 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
14044 (cfengine3-mode): Remove unneeded variable and use it.
14045
14046 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
14047 (lisp--augmented-font-lock-keywords-1)
14048 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
14049 Remove unneeded variables and use it.
14050
14051 2013-06-05 João Távora <joaotavora@gmail.com>
14052
14053 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
14054 to point when opening the connection. (Bug#14380)
14055
14056 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14057
14058 * subr.el (load-history-regexp, load-history-filename-element)
14059 (eval-after-load, after-load-functions, do-after-load-evaluation)
14060 (eval-next-after-load, display-delayed-warnings)
14061 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
14062 definition of save-match-data.
14063 (overriding-local-map): Remove accidental obsolescence declaration.
14064
14065 * emacs-lisp/edebug.el (edebug-result): Move before first use.
14066
14067 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
14068
14069 Generalize symbol prettify support to prog-mode and implement it
14070 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
14071 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
14072 (prog--prettify-font-lock-compose-symbol)
14073 (prog-prettify-font-lock-symbols-keywords): New variables and
14074 functions to support symbol prettification.
14075 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
14076 (lisp--augmented-font-lock-keywords-1)
14077 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
14078 (lisp--prettify-symbols-alist): Implement prettify of lambda.
14079 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
14080 (cfengine3--prettify-symbols-alist, cfengine3-mode):
14081 Implement prettify of -> => :: strings.
14082 * progmodes/perl-mode.el (perl-prettify-symbols)
14083 (perl--font-lock-compose-symbol)
14084 (perl--font-lock-symbols-keywords): Move to prog-mode.
14085 (perl--prettify-symbols-alist): Prettify -> => :: strings.
14086 (perl-font-lock-keywords-1)
14087 (perl-font-lock-keywords-2): Remove explicit prettify support.
14088 (perl--augmented-font-lock-keywords)
14089 (perl--augmented-font-lock-keywords-1)
14090 (perl--augmented-font-lock-keywords-2, perl-mode):
14091 Implement prettify support.
14092
14093 2013-06-05 Leo Liu <sdl.web@gmail.com>
14094
14095 Re-implement SMIE matching block highlight using
14096 show-paren-data-function. (Bug#14395)
14097 * emacs-lisp/smie.el (smie-matching-block-highlight)
14098 (smie--highlight-matching-block-overlay)
14099 (smie--highlight-matching-block-lastpos)
14100 (smie-highlight-matching-block)
14101 (smie-highlight-matching-block-mode): Remove.
14102 (smie--matching-block-data-cache): New variable.
14103 (smie--matching-block-data): New function.
14104 (smie-setup): Use smie--matching-block-data for
14105 show-paren-data-function.
14106
14107 * progmodes/octave.el (octave-mode-menu): Fix.
14108 (octave-find-definition): Skip garbage lines.
14109
14110 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14111
14112 Fix compilation error with simultaneous dynamic+lexical scoping.
14113 Add warning when a defvar appears after the first let-binding.
14114 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
14115 (byte-compile-close-variables): Initialize it.
14116 (byte-compile--declare-var): New function.
14117 (byte-compile-file-form-defvar)
14118 (byte-compile-file-form-define-abbrev-table)
14119 (byte-compile-file-form-custom-declare-variable): Use it.
14120 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
14121 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
14122 (byte-compile-bind): Handle dynamic bindings that shadow
14123 lexical bindings.
14124 (byte-compile-unbind): Make arg non-optional.
14125 (byte-compile-let): Simplify.
14126 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
14127 (cconv--analyse-function, cconv-analyse-form): Populate it.
14128 Protect byte-compile-bound-variables to limit the scope of defvars.
14129 (cconv-analyse-form): Add missing rule for (defvar <foo>).
14130 Remove unneeded rule for `declare'.
14131
14132 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
14133 so as to avoid depending on cl-adjoin at run-time.
14134 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
14135
14136 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
14137 (macroexp--warn-and-return): Use it.
14138
14139 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14140
14141 * subr.el: Convert to lexical binding.
14142 (overriding-local-map): Make obsolete.
14143 (add-to-list): Doc fix. Add compiler macro.
14144 (read-key): Swap values of local maps.
14145
14146 2013-06-05 Leo Liu <sdl.web@gmail.com>
14147
14148 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
14149
14150 2013-06-04 Leo Liu <sdl.web@gmail.com>
14151
14152 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
14153 (compilation-auto-jump): Suppress the "Mark set" message to give
14154 way to exit message.
14155
14156 2013-06-04 Alan Mackenzie <acm@muc.de>
14157
14158 Remove faulty optimisation from indentation calculation.
14159 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
14160 search limit based on 2000 characters back from indent-point.
14161
14162 2013-06-03 Tassilo Horn <tsdh@gnu.org>
14163
14164 * eshell/em-term.el (cl-lib): Require `cl-lib'.
14165
14166 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
14167
14168 * emacs-lisp/lisp.el: Use lexical-binding.
14169 (lisp--local-variables-1, lisp--local-variables): New functions.
14170 (lisp--local-variables-completion-table): New var.
14171 (lisp-completion-at-point): Use it complete let-bound vars.
14172
14173 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
14174 eagerly (bug#14422).
14175
14176 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
14177
14178 * autorevert.el (auto-revert-notify-enabled)
14179 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
14180 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
14181 (auto-revert-notify-handler): Handle also gfilenotify.
14182
14183 * subr.el (file-notify-handle-event): New defun. Replacing ...
14184 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
14185 Remove.
14186
14187 2013-06-03 Juri Linkov <juri@jurta.org>
14188
14189 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
14190 `M-s h .'. (Bug#14427)
14191
14192 * hi-lock.el (highlight-symbol-at-point): New alias for the new
14193 command `hi-lock-face-symbol-at-point'.
14194 (hi-lock-face-symbol-at-point): New command.
14195 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
14196 (hi-lock-menu): Add `highlight-symbol-at-point'.
14197 (hi-lock-mode): Doc fix.
14198
14199 * isearch.el (isearch-forward-symbol-at-point): New command.
14200 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
14201 (isearch-highlight-regexp): Add a regexp which matches
14202 words/symbols for word/symbol mode.
14203
14204 * subr.el (find-tag-default-bounds): New function with the body
14205 mostly moved from `find-tag-default'.
14206 (find-tag-default): Move most code to `find-tag-default-bounds',
14207 call it and apply `buffer-substring-no-properties' afterwards.
14208
14209 2013-06-03 Tassilo Horn <tsdh@gnu.org>
14210
14211 * eshell/em-term.el (eshell-term-initialize):
14212 Use `cl-intersection' rather than `intersection'.
14213
14214 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
14215
14216 * vc/log-view.el: Doc fix.
14217 (log-view-mode-map): Copy keymap from `special-mode-map'.
14218
14219 2013-06-02 Eric Ludlam <zappo@gnu.org>
14220
14221 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
14222 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
14223 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
14224 (eieio-unbound, eieio-default-superclass)
14225 (eieio--define-field-accessors, method-static, method-before)
14226 (method-primary, method-after, method-num-lists)
14227 (method-generic-before, method-generic-primary)
14228 (method-generic-after, method-num-slots)
14229 (eieio-specialized-key-to-generic-key)
14230 (eieio--check-type, class-v, class-p)
14231 (eieio-class-name, define-obsolete-function-alias)
14232 (eieio-class-parents-fast, eieio-class-children-fast)
14233 (same-class-fast-p, class-constructor, generic-p)
14234 (generic-primary-only-p, generic-primary-only-one-p)
14235 (class-option-assoc, class-option, eieio-object-p)
14236 (class-abstract-p, class-method-invocation-order)
14237 (eieio-defclass-autoload-map, eieio-defclass-autoload)
14238 (eieio-class-un-autoload, eieio-defclass)
14239 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
14240 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
14241 (eieio--defgeneric-init-form, eieio-defgeneric-form)
14242 (eieio-defgeneric-reset-generic-form)
14243 (eieio-defgeneric-form-primary-only)
14244 (eieio-defgeneric-reset-generic-form-primary-only)
14245 (eieio-defgeneric-form-primary-only-one)
14246 (eieio-defgeneric-reset-generic-form-primary-only-one)
14247 (eieio-unbind-method-implementations)
14248 (eieio--defmethod, eieio--typep)
14249 (eieio-perform-slot-validation, eieio-validate-slot-value)
14250 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
14251 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
14252 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
14253 (eieio-slot-name-index, eieio-class-slot-name-index)
14254 (eieio-set-defaults, eieio-initarg-to-attribute)
14255 (eieio-attribute-to-initarg, eieio-c3-candidate)
14256 (eieio-c3-merge-lists, eieio-class-precedence-c3)
14257 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
14258 (eieio-class-precedence-list, eieio-generic-call-methodname)
14259 (eieio-generic-call-arglst, eieio-generic-call-key)
14260 (eieio-generic-call-next-method-list)
14261 (eieio-pre-method-execution-functions, eieio-generic-call)
14262 (eieio-generic-call-primary-only, eieiomt-method-list)
14263 (eieiomt-optimizing-obarray, eieiomt-install)
14264 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
14265 (eieio-generic-form, eieio-defmethod, make-obsolete)
14266 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
14267 (defclass): Remove `eval-and-compile' from macro.
14268 (call-next-method, shared-initialize): Instead of using
14269 `scoped-class' variable, use new eieio--scoped-class, and
14270 eieio--with-scoped-class.
14271 (initialize-instance): Rename local variable 'scoped-class' to
14272 'this-class' to remove ambiguitity from old global.
14273
14274 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
14275 eieio.el.
14276 (eieio--scoped-class-stack): New variable.
14277 (eieio--scoped-class): New fcn.
14278 (eieio--with-scoped-class): New scoping macro.
14279 (eieio-defclass): Use pushnew instead of add-to-list.
14280 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
14281 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
14282 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
14283 `scoped-class' variable, use new eieio--scoped-class, and
14284 eieio--with-scoped-class.
14285
14286 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
14287
14288 2013-06-02 Tassilo Horn <tsdh@gnu.org>
14289
14290 * eshell/esh-ext.el (eshell-external-command): Pass args to
14291 `eshell-find-interpreter'.
14292 (eshell-find-interpreter): Add new second parameter ARGS.
14293
14294 * eshell/em-script.el (eshell-script-initialize): Add second arg
14295 to the function added as MATCH to `eshell-interpreter-alist'.
14296
14297 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
14298 the function added as MATCH to `eshell-interpreter-alist'.
14299
14300 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
14301 (eshell-visual-options): New defcustom.
14302 (eshell-escape-control-x): Adapt docstring.
14303 (eshell-term-initialize): Test `eshell-visual-subcommands' and
14304 `eshell-visual-options' in addition to `eshell-visual-commands'.
14305 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
14306
14307 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
14308
14309 * progmodes/python.el (python-indent-block-enders): Add break,
14310 continue and raise keywords.
14311
14312 2013-06-01 Glenn Morris <rgm@gnu.org>
14313
14314 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
14315
14316 Plain (f)boundp silences compilation warnings since Emacs 22.1.
14317 * progmodes/cc-cmds.el (delete-forward-p):
14318 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
14319 * progmodes/cc-engine.el (buffer-syntactic-context):
14320 * progmodes/cc-fonts.el (face-property-instance):
14321 * progmodes/cc-mode.el (set-keymap-parents):
14322 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
14323 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
14324 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
14325 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
14326 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
14327
14328 * progmodes/cc-vars.el (other): Emacs has this widget since
14329 at least 21.1, so don't (re)define it.
14330
14331 * eshell/em-cmpl.el (eshell-cmpl-initialize):
14332 Replace the obsolete alias pcomplete-arg-quote-list.
14333
14334 2013-06-01 Leo Liu <sdl.web@gmail.com>
14335
14336 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
14337 punctuation syntax.
14338 (inferior-octave-minimal-columns)
14339 (inferior-octave-last-column-width): New variables.
14340 (inferior-octave-track-window-width-change): New function.
14341 (inferior-octave-mode): Adjust column width so that Octave output,
14342 for example from 'ls', can fit into the window nicely.
14343
14344 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
14345
14346 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
14347 Highlight expansions inside regexp literals.
14348
14349 2013-05-31 Glenn Morris <rgm@gnu.org>
14350
14351 * obsolete/sym-comp.el (symbol-complete):
14352 Replace obsolete completion-annotate-function.
14353
14354 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
14355
14356 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
14357
14358 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
14359 New function, checks if point is inside a literal that allows
14360 expression expansion.
14361 (ruby-syntax-propertize-expansion): Use it.
14362 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
14363 around the body.
14364
14365 2013-05-30 Juri Linkov <juri@jurta.org>
14366
14367 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
14368 to "\M-si".
14369 (isearch-invisible): New variable.
14370 (isearch-forward): Doc fix.
14371 (isearch-mode): Set `isearch-invisible'
14372 to the value of `search-invisible'.
14373 (isearch-toggle-case-fold): Doc fix.
14374 (isearch-toggle-invisible): New command.
14375 (isearch-query-replace): Let-bind `search-invisible'
14376 to the value of `isearch-invisible'.
14377 (isearch-search): Use `isearch-invisible' instead of
14378 `search-invisible'. Let-bind `search-invisible'
14379 to the value of `isearch-invisible'. (Bug#11378)
14380
14381 2013-05-30 Juri Linkov <juri@jurta.org>
14382
14383 * replace.el (perform-replace): Avoid `isearch-range-invisible'
14384 call when `query-flag' is nil and `search-invisible' is non-nil.
14385 (Bug#11746)
14386
14387 2013-05-30 Glenn Morris <rgm@gnu.org>
14388
14389 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
14390
14391 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
14392 (cc-require): Suppress spurious "noruntime" warnings.
14393 (cc-require-when-compile): Use fboundp, for sake of compiler.
14394
14395 * progmodes/cc-mode.el: Move load of cc-vars before that of
14396 cc-langs (which in turn loads cc-vars), to quieten compiler.
14397
14398 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14399
14400 * paren.el: Simplify the code.
14401 (show-paren-mode): Always start the timer.
14402 (show-paren--idle-timer): Rename from show-paren-idle-timer.
14403 (show-paren--overlay, show-paren--overlay-1): Rename from
14404 show-paren-overlay and show-paren-overlay-1, and initialize to an
14405 overlay rather than to nil.
14406 (show-paren-function): Misc cleanup and simplifications.
14407
14408 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14409
14410 * paren.el (show-paren-data-function): New hook.
14411 (show-paren--default): New function, extracted from show-paren-function.
14412 (show-paren-function): Use show-paren-data-function.
14413
14414 2013-05-30 Glenn Morris <rgm@gnu.org>
14415
14416 * ielm.el (ielm-map, ielm-complete-symbol):
14417 Use completion-at-point rather than obsolete functions.
14418 (inferior-emacs-lisp-mode): Doc fix.
14419 Set completion-at-point-functions, rather than
14420 comint-dynamic-complete-functions.
14421
14422 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
14423 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
14424 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
14425
14426 * image.el (image-animated-p): Tweak definition.
14427
14428 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
14429 (rlogin-process-connection-type): Tweak default. Add set-after.
14430 (rlogin-host): Doc fix.
14431 (rlogin): Tweak prompt.
14432 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
14433
14434 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
14435 * progmodes/tcl.el (inferior-tcl-mode-map):
14436 Use completion-at-point rather than obsolete alias.
14437
14438 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
14439
14440 * minibuffer.el (read-file-name-completion-ignore-case):
14441 Move before completion--in-region, for eager macro expansion.
14442
14443 2013-05-29 Juri Linkov <juri@jurta.org>
14444
14445 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
14446 for total count of matching lines. Add `global-matches' for total
14447 count of matches. Rename `matches' to `lines' for count of
14448 matching lines. Add `matches' for count of matches.
14449 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
14450 to `prev-line' for line number of prev match endpt.
14451 Increment `matches' for every match. Print the number of
14452 matching lines in the header.
14453 (occur-context-lines): Rename `lines' to `curr-line'.
14454 Rename `prev-lines' to `prev-line'. (Bug#14017)
14455
14456 2013-05-29 Juri Linkov <juri@jurta.org>
14457
14458 * replace.el (perform-replace): Add `skip-read-only-count',
14459 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
14460 Increment them for corresponding conditions and report the number
14461 of skipped occurrences in the final message. (Bug#11746)
14462 (query-replace, query-replace-regexp, query-replace-regexp-eval)
14463 (replace-string, replace-regexp): Doc fix.
14464
14465 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
14466
14467 * emacs-lisp/trace.el (trace--read-args): Provide a default.
14468
14469 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
14470 prog-mode-map (bug#14504).
14471
14472 2013-05-29 Leo Liu <sdl.web@gmail.com>
14473
14474 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
14475 (octave-help): Small simplification.
14476
14477 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
14478 off the highlight first.
14479
14480 2013-05-29 Glenn Morris <rgm@gnu.org>
14481
14482 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
14483 Handle idlwave-last-system-routine-info-cons-cell being nil.
14484
14485 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
14486 (idlwave-write-paths): Simplify via with-temp-buffer.
14487
14488 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
14489 * emulation/cua-rect.el: Also load cua-base at run time.
14490
14491 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
14492 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
14493 (cperl-imenu-on-info): Require imenu.
14494
14495 2013-05-28 Alan Mackenzie <acm@muc.de>
14496
14497 Handle "capitalised keywords" correctly.
14498 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
14499
14500 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
14501
14502 * eshell/em-unix.el: Add -r option to cp.
14503
14504 2013-05-28 Glenn Morris <rgm@gnu.org>
14505
14506 * vc/vc-arch.el (vc-exec-after): Declare.
14507 (vc-switches): Autoload.
14508 * vc/vc-bzr.el: No need to require vc when compiling.
14509 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
14510 (vc-resynch-buffer, vc-dir-refresh): Declare.
14511 (vc-setup-buffer, vc-switches): Autoload.
14512 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
14513 (vc-resynch-buffer): Declare.
14514 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
14515 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
14516 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
14517 (grep-read-regexp, grep-read-files, grep-expand-template)
14518 (vc-dir-refresh): Declare.
14519 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
14520 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
14521 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
14522 * vc/vc-mtn.el (vc-exec-after): Declare.
14523 (vc-switches): Autoload.
14524 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
14525 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
14526 (vc-file-tree-walk): Declare.
14527 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
14528 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
14529 (vc-tag-precondition, vc-rename-master): Autoload.
14530 * vc/vc-svn.el (vc-exec-after): Declare.
14531 (vc-switches, vc-setup-buffer): Autoload.
14532 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
14533 Autoload.
14534 (vc-resynch-buffer): Declare.
14535
14536 * obsolete/fast-lock.el (byte-compile-warnings):
14537 Don't warn about obsolete features in this obsolete file.
14538
14539 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
14540 Move definition before use.
14541
14542 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
14543 (dun-unix-verbs): Remove dun-zippy.
14544 (dun-zippy): Remove function.
14545
14546 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
14547
14548 2013-05-27 Juri Linkov <juri@jurta.org>
14549
14550 * replace.el (replace-search): New function with code moved out
14551 from `perform-replace'.
14552 (replace-highlight, replace-dehighlight): Move function definitions
14553 up closer to `replace-search'. (Bug#11746)
14554
14555 2013-05-27 Juri Linkov <juri@jurta.org>
14556
14557 * replace.el (perform-replace): Ignore invisible matches.
14558 In addition to checking `query-replace-skip-read-only', also
14559 filter out matches by calling `run-hook-with-args-until-failure'
14560 on `isearch-filter-predicates', and also check `search-invisible'
14561 for t or call `isearch-range-invisible'.
14562 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
14563
14564 2013-05-27 Juri Linkov <juri@jurta.org>
14565
14566 * isearch.el (isearch-filter-predicates): Rename from
14567 `isearch-filter-predicate'. Doc fix. (Bug#11378)
14568 (isearch-message-prefix): Display text from the property
14569 `isearch-message-prefix' of the currently active filters.
14570 (isearch-search): Don't compare `isearch-filter-predicate' with
14571 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
14572 on `isearch-filter-predicates'. Also check `search-invisible' for t
14573 or call `isearch-range-invisible'.
14574 (isearch-filter-visible): Make obsolete.
14575 (isearch-lazy-highlight-search):
14576 Call `run-hook-with-args-until-failure' on
14577 `isearch-filter-predicates' and use `isearch-range-invisible'.
14578
14579 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
14580 `isearch-filter-predicates' instead of `funcall'ing
14581 `isearch-filter-predicate'.
14582 (Info-mode): Set `Info-isearch-filter' to
14583 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
14584
14585 * dired-aux.el (dired-isearch-filter-predicate-orig):
14586 Remove variable.
14587 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
14588 (dired-isearch-filenames-end): Add and remove
14589 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
14590 instead of changing the value of `isearch-filter-predicate'.
14591 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
14592 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
14593 Put property `isearch-message-prefix' to "filename " on
14594 `dired-isearch-filter-filenames'.
14595
14596 * wdired.el (wdired-change-to-wdired-mode):
14597 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
14598 locally instead of changing `isearch-filter-predicate'.
14599 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
14600
14601 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
14602
14603 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
14604 return the commit hash (Bug#14459). Also set the
14605 `vc-git-detached' property.
14606 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
14607 (vc-git-mode-line-string): Use the same help-echo format whether
14608 in detached mode or not, because we know the actual revision now.
14609 When in detached mode, shorten the revision to 7 chars.
14610
14611 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14612
14613 * emacs-lisp/easy-mmode.el (define-minor-mode):
14614 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
14615 mode hook and provide a docstring.
14616
14617 2013-05-27 Alan Mackenzie <acm@muc.de>
14618
14619 Remove spurious syntax-table text properties inserted by C-y.
14620 * progmodes/cc-mode.el (c-after-change): Also clear hard
14621 syntax-table property with value nil.
14622
14623 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
14624
14625 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
14626 when reading the events; the buffer layout shall not be changed.
14627
14628 2013-05-27 Leo Liu <sdl.web@gmail.com>
14629
14630 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
14631 New variable.
14632 (inferior-octave-directory-tracker): Automatically re-sync
14633 default-directory.
14634 (octave-help): Improve handling of 'See also'.
14635
14636 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14637
14638 * doc-view.el: Minor naming convention tweaks.
14639 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
14640
14641 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
14642 even if there's no `display' property yet (bug#14435).
14643
14644 2013-05-25 Eli Zaretskii <eliz@gnu.org>
14645
14646 * subr.el (unmsys--file-name): Rename from reveal-filename.
14647
14648 * Makefile.in (custom-deps, finder-data, autoloads)
14649 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
14650 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
14651 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
14652
14653 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14654
14655 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
14656 error-completion on the first 2 args of condition-case (bug#14446).
14657 Don't burp at EOB.
14658
14659 2013-05-25 Leo Liu <sdl.web@gmail.com>
14660
14661 * comint.el (comint-previous-matching-input): Do not flood the
14662 *Messages* buffer with trivial messages.
14663
14664 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14665
14666 * progmodes/flymake.el (flymake-nop): Don't return a string.
14667 (flymake-set-at): Fix typo.
14668
14669 * simple.el (read--expression): New function, extracted from
14670 eval-expression. Set completion-at-point-functions (bug#14465).
14671 (eval-expression, eval-minibuffer): Use it.
14672
14673 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
14674
14675 * progmodes/flymake.el (flymake-save-buffer-in-file)
14676 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
14677 (flymake-selected-frame, flymake-log, flymake-ins-after)
14678 (flymake-set-at, flymake-get-buildfile-from-cache)
14679 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
14680 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
14681 Refine the doc string.
14682 (flymake-get-file-name-mode-and-masks): Reformat.
14683 (flymake-get-real-file-name-function): Fix a minor bug.
14684
14685 2013-05-24 Juri Linkov <juri@jurta.org>
14686
14687 * progmodes/grep.el (grep-mode-font-lock-keywords):
14688 Support =linenumber= format used by git-grep for lines with
14689 function names. (Bug#13549)
14690
14691 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14692
14693 * progmodes/octave.el (octave-smie-rules): Return nil rather than
14694 0 after a semi-colon; it works better for smie-auto-fill.
14695 (octave--indent-new-comment-line): New function.
14696 (octave-indent-new-comment-line): Use it (indirectly).
14697 (octave-mode): Don't disable smie-auto-fill. Use add-function to
14698 modify comment-line-break-function.
14699
14700 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
14701 (smie-setup): Use add-function to set it.
14702
14703 2013-05-24 Sam Steingold <sds@gnu.org>
14704
14705 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
14706 argument (before the `interactive' argument).
14707
14708 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14709
14710 * image-mode.el (image-mode-winprops): Add winprops to
14711 image-mode-winprops-alist before running
14712 image-mode-new-window-functions.
14713 * doc-view.el (doc-view-new-window-function): Don't delay
14714 doc-view-goto-page via timers (bug#14435).
14715
14716 2013-05-24 Tassilo Horn <tsdh@gnu.org>
14717
14718 * doc-view.el: Integrate with desktop.el. (Bug#14435)
14719 (doc-view-desktop-save-buffer): New function.
14720 (doc-view-restore-desktop-buffer): New function.
14721 (desktop-buffer-mode-handlers):
14722 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
14723 handler.
14724 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
14725 `desktop-save-buffer' function.
14726
14727 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
14728
14729 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
14730 (tramp-gvfs-file-name-handler): Raise a user error when
14731 `tramp-gvfs-enabled' is nil.
14732 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
14733 Do not raise a user error when loading package. (Bug#14447)
14734
14735 * net/xesam.el: Move to obsolete/.
14736
14737 2013-05-24 Glenn Morris <rgm@gnu.org>
14738
14739 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
14740
14741 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
14742
14743 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
14744 (Info-find-node, Man-getpage-in-background): Declare.
14745
14746 * mail/unrmail.el (unrmail):
14747 Replace obsolete detect-coding-with-priority.
14748
14749 * net/socks.el (socks-split-string): Use this rather than split-string.
14750 (socks-nslookup-host): Update for above change.
14751 (dynamic-choice, s5-dynamic-choice-match)
14752 (s5-dynamic-choice-match-inline, s5-widget-value-create):
14753 Comment out unused code.
14754
14755 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
14756 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
14757 (gud-tooltip-echo-area): Make obsolete.
14758 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
14759
14760 * progmodes/js.el (js--optimize-arglist): Declare.
14761
14762 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
14763
14764 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
14765 (ediff-window-C): Declare.
14766
14767 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
14768 Tweak requires to silence compiler.
14769
14770 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
14771 (he-search-string, he-tried-table, he-expand-list)
14772 (he-init-string, he-string-member, he-substitute-string)
14773 (he-reset-string): Declare.
14774
14775 * obsolete/options.el (list-options): Use custom-variable-p,
14776 rather than obsolete alias.
14777
14778 2013-05-23 Sam Steingold <sds@gnu.org>
14779
14780 * simple.el (shell-command-on-region): Pass the `replace' argument
14781 down to `call-process-region' to comply with the doc as reported on
14782 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
14783
14784 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14785
14786 * emacs-lisp/smie.el (smie-indent-forward-token)
14787 (smie-indent-backward-token): Handle string tokens (bug#14381).
14788
14789 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14790
14791 * ielm.el (ielm-menu): New menu.
14792 (inferior-emacs-lisp-mode): Set comment-start.
14793
14794 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14795
14796 * textmodes/reftex.el (reftex-ref-style-toggle):
14797 Fix deactivate action.
14798
14799 * textmodes/reftex-vars.el (reftex-ref-style-alist):
14800 Add cleveref macros.
14801
14802 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14803 Accept options for bibliography commands.
14804 * textmodes/reftex-vars.el (reftex-bibliography-commands):
14805 Add addbibresource. Basic Biblatex support.
14806
14807 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
14808
14809 * net/tramp-gvfs.el (top):
14810 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
14811 when loading package. (Bug#14447)
14812
14813 2013-05-23 Glenn Morris <rgm@gnu.org>
14814
14815 * progmodes/js.el: No need to load comint when compiling.
14816 (ring-insert, comint-send-string, comint-send-input)
14817 (comint-last-input-end, ido-chop): Declare.
14818
14819 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
14820 * vc/ediff-mult.el: Adjust requires.
14821 (ediff-directories-internal, ediff-directory-revisions-internal)
14822 (ediff-patch-file-internal): Declare.
14823 * vc/ediff-ptch.el: Adjust requires.
14824 (ediff-use-last-dir, ediff-buffers-internal): Declare.
14825 (ediff-find-file): Autoload.
14826 * vc/ediff-util.el: No need to load ediff when compiling.
14827 (ediff-regions-internal): Declare.
14828 * vc/ediff-wind.el: Adjust requires.
14829 (ediff-compute-toolbar-width): Define when compiling.
14830 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
14831 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
14832 (dired-get-filename, dired-get-marked-files)
14833 (ediff-last-dir-patch, ediff-patch-default-directory)
14834 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
14835 (ediff-patch-buffer-internal): Declare.
14836
14837 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
14838 (ispell-process, ispell-buffer-local-words, lm-summary)
14839 (lm-section-start, lm-section-end): Declare.
14840 (checkdoc-ispell-init): Simplify.
14841
14842 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
14843 (he-string-member, he-reset-string, he-substitute-string): Declare.
14844
14845 * eshell/em-ls.el: Adjust requires.
14846 (eshell-glob-regexp): Declare.
14847 * eshell/em-tramp.el: Adjust requires.
14848 (eshell-parse-command): Autoload.
14849 * eshell/em-xtra.el: Adjust requires.
14850 (eshell-parse-command): Autoload.
14851 * eshell/esh-ext.el: Adjust requires.
14852 (eshell-parse-command, eshell-close-handles): Autoload.
14853 * eshell/esh-io.el: Adjust requires.
14854 (eshell-output-filter): Autoload.
14855 * eshell/esh-util.el: No need to load tramp when compiling.
14856 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
14857 Declare.
14858 (eshell-parse-ange-ls): Require ange-ftp and tramp.
14859 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
14860 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
14861 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
14862 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
14863 * eshell/esh-opt.el, eshell/esh-proc.el:
14864 * eshell/esh-var.el: Adjust requires.
14865 * eshell/eshell.el: Do not require esh-util twice.
14866 (eshell-add-input-to-history): Declare.
14867 (eshell-command): Check history module is active before using it.
14868
14869 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
14870
14871 2013-05-22 Leo Liu <sdl.web@gmail.com>
14872
14873 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
14874
14875 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
14876
14877 * autorevert.el (auto-revert-notify-add-watch)
14878 (auto-revert-notify-handler): Add `attrib' for the inotify case,
14879 it indicates changes in file modification time.
14880
14881 2013-05-22 Glenn Morris <rgm@gnu.org>
14882
14883 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14884 Always delete the autoloaded function from the noruntime and
14885 unresolved functions lists.
14886
14887 * allout.el: No need to load epa, epg, overlay when compiling.
14888 (epg-context-set-passphrase-callback, epg-list-keys)
14889 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
14890 (epg-key-user-id-list): Declare.
14891
14892 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
14893 (viper-set-parsing-style-toggling-macro)
14894 (viper-set-emacs-state-searchstyle-macros):
14895 Use called-interactively-p on Emacs.
14896 (viper-looking-back): Make it an obsolete alias. Update callers.
14897 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
14898 Use looking-back rather than viper-looking-back.
14899 (viper-tmp-insert-at-eob, viper-enlarge-region)
14900 (viper-read-string-with-history, viper-register-to-point)
14901 (viper-append-to-register, viper-change-state-to-vi)
14902 (viper-backward-char-carefully, viper-forward-char-carefully)
14903 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
14904 (viper-change-state-to-emacs): Declare.
14905 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
14906 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
14907 * emulation/viper-mous.el: Do not load viper-cmd.
14908 (viper-backward-char-carefully, viper-forward-char-carefully)
14909 (viper-forward-word, viper-adjust-window): Declare.
14910
14911 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
14912
14913 * progmodes/idlw-help.el (idlwave-help-fontify):
14914 Use called-interactively-p.
14915
14916 * term/w32console.el (w32-get-console-codepage)
14917 (w32-get-console-output-codepage): Declare.
14918
14919 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
14920 Remove unnecessary declarations.
14921 (dframe-message): Doc fix.
14922
14923 * info.el (dframe-select-attached-frame, dframe-current-frame):
14924 Declare.
14925
14926 * speedbar.el (speedbar-message): Make it an obsolete alias.
14927 Update all callers.
14928 (speedbar-with-attached-buffer)
14929 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
14930 (speedbar-with-writable): Use backquote.
14931 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
14932 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
14933 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
14934 rather than speedbar- aliases.
14935 * mail/rmail.el: Load dframe rather than speedbar when compiling.
14936 (speedbar-make-specialized-keymap, speedbar-insert-button)
14937 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
14938 (speedbar-do-function-pointer): Declare.
14939 (rmail-speedbar-button, rmail-speedbar-find-file)
14940 (rmail-speedbar-move-message):
14941 Use dframe-with-attached-buffer rather than speedbar- alias.
14942 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
14943 (dframe-message, speedbar-make-specialized-keymap)
14944 (speedbar-add-expansion-list, speedbar-mode-functions-list)
14945 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
14946 (speedbar-insert-button, dframe-select-attached-frame)
14947 (dframe-maybee-jump-to-attached-frame)
14948 (speedbar-change-initial-expansion-list)
14949 (speedbar-previously-used-expansion-list-name): Declare.
14950 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
14951 Use dframe-message, dframe-with-attached-buffer rather than
14952 speedbar- aliases.
14953 (gud-sentinel): Silence compiler.
14954 * progmodes/vhdl-mode.el (speedbar-refresh)
14955 (speedbar-do-function-pointer, speedbar-add-supported-extension)
14956 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
14957 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
14958 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
14959 (speedbar-file-lists, speedbar-make-tag-line)
14960 (speedbar-line-directory, speedbar-goto-this-file)
14961 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
14962 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
14963 (speedbar-make-button, speedbar-reset-scanners)
14964 (speedbar-files-item-info, speedbar-line-text)
14965 (speedbar-find-file-in-frame, speedbar-set-timer)
14966 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
14967 (speedbar-with-writable): Do not (re)define it.
14968 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
14969 rather than speedbar- alias.
14970
14971 2013-05-21 Leo Liu <sdl.web@gmail.com>
14972
14973 * progmodes/octave.el (octave-mode-menu): Update and re-organize
14974 menu items.
14975 (octave-mode): Tweak fill-nobreak-predicate.
14976 (inferior-octave-startup): Check process to avoid infinite loop.
14977 (inferior-octave): Pop to buffer first to show abornmal process
14978 exit information.
14979
14980 2013-05-21 Glenn Morris <rgm@gnu.org>
14981
14982 * printing.el (pr-menu-bar): Define when compiling.
14983
14984 2013-05-21 Leo Liu <sdl.web@gmail.com>
14985
14986 * progmodes/octave.el (octave-auto-fill): Remove.
14987 (octave-indent-new-comment-line): Improve.
14988 (octave-mode): Use auto fill mode through
14989 comment-line-break-function and fill-nobreak-predicate.
14990 (octave-goto-function-definition): Support DEFUN_DLD.
14991 (octave-beginning-of-defun): Small tweak.
14992 (octave-help): Show parent directory.
14993
14994 2013-05-21 Glenn Morris <rgm@gnu.org>
14995
14996 * files.el (dired-unmark):
14997 * progmodes/gud.el (gdb-input): Update declarations.
14998
14999 * calculator.el (electric, ehelp): No need to load when compiling.
15000 (Electric-command-loop, electric-describe-mode): Declare.
15001
15002 * doc-view.el (doc-view-current-converter-processes): Move before use.
15003
15004 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
15005 Move MODE-set-explicitly definition before use.
15006
15007 * international/mule-diag.el (mule-diag):
15008 Don't use obsolete window-system-version.
15009
15010 * mail/feedmail.el (smtpmail): No need to load when compiling.
15011 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
15012
15013 * mail/mail-utils.el (rfc822): No need to load when compiling.
15014 (rfc822-addresses): Autoload it.
15015 (mail-strip-quoted-names): Trivial simplification.
15016
15017 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
15018 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
15019
15020 * net/snmp-mode.el (tempo): Don't duplicate requires.
15021
15022 * progmodes/prolog.el (info): No need to load when compiling.
15023 (comint): Require before shell requires it.
15024 (Info-goto-node): Autoload it.
15025 (Info-follow-nearest-node): Declare.
15026 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
15027
15028 * textmodes/artist.el (picture-mode-exit): Declare.
15029
15030 * textmodes/reftex-parse.el (reftex-parse-from-file):
15031 Trivial rewrite so the compiler can parse it better.
15032
15033 2013-05-20 Leo Liu <sdl.web@gmail.com>
15034
15035 * progmodes/octave.el (octave-help-mode-map)
15036 (octave-help-mode-finish-hook): New variables.
15037 (octave-help-mode, octave-help-mode-finish): New functions.
15038 (octave-help): Use octave-help-mode.
15039
15040 2013-05-20 Glenn Morris <rgm@gnu.org>
15041
15042 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
15043
15044 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
15045
15046 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
15047 start at point, so that expansion starting right after opening
15048 slash in a regexp is recognized.
15049 (ruby-syntax-before-regexp-re): New defvar, extracted from
15050 ruby-syntax-propertize-function. Since the value of this regexp
15051 is looked up at runtime now, we should be able to turn
15052 `ruby-syntax-methods-before-regexp' into a defcustom later.
15053 (ruby-syntax-propertize-function): Split regexp matching into two
15054 parts, for opening and closing slashes. That allows us to skip
15055 over string interpolations and support multiline regexps.
15056 Don't call `ruby-syntax-propertize-expansions', instead use another rule
15057 for them, which calls `ruby-syntax-propertize-expansion'.
15058 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
15059 call to `ruby-syntax-propertize-function'.
15060 (ruby-syntax-propertize-expansion): Extracted from
15061 `ruby-syntax-propertize-expansions'. Handles one expansion.
15062 (ruby-syntax-propertize-percent-literal): Leave point right after
15063 the percent symbol, so that the expression expansion rule can
15064 propertize the contents.
15065 (ruby-syntax-propertize-heredoc): Leave point at bol following the
15066 heredoc openers.
15067 (ruby-syntax-propertize-expansions): Remove.
15068
15069 2013-05-18 Juri Linkov <juri@jurta.org>
15070
15071 * man.el (Man-default-man-entry): Remove `-' from the end
15072 of the default value. (Bug#14400)
15073
15074 2013-05-18 Glenn Morris <rgm@gnu.org>
15075
15076 * comint.el (comint-password-prompt-regexp):
15077 Allow "password for XXX" where XXX contains colons (eg https://...).
15078
15079 2013-05-18 Leo Liu <sdl.web@gmail.com>
15080
15081 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
15082 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
15083 (octave-source-directories): Don't check process.
15084 (octave-source-directories, octave-find-definition): Doc fix.
15085
15086 2013-05-18 Glenn Morris <rgm@gnu.org>
15087
15088 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
15089 Remove backspace/delete bindings. (Bug#14392)
15090
15091 * cus-dep.el (custom-make-dependencies): Sort the output.
15092 (custom-versions-load-alist): Convert comment to doc.
15093
15094 2013-05-17 Leo Liu <sdl.web@gmail.com>
15095
15096 * newcomment.el (comment-search-backward): Stricter in finding
15097 comment start. (Bug#14303)
15098
15099 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
15100 (octave-comment-start-skip): Properly anchored.
15101
15102 2013-05-17 Leo Liu <sdl.web@gmail.com>
15103
15104 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
15105 Clean up when turned off. (Bug#14395)
15106 (smie--highlight-matching-block-overlay): No longer buffer-local.
15107 (smie-highlight-matching-block): Adjust.
15108
15109 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
15110
15111 Doc string fix for "nanoseconds" (Bug#14406).
15112 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
15113 Fix doc string typo that had "nanoseconds" instead of "microseconds".
15114
15115 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
15116
15117 * calc/calc-units.el (math-extract-units): Preserve powers
15118 of units.
15119
15120 2013-05-17 Leo Liu <sdl.web@gmail.com>
15121
15122 * subr.el (delete-consecutive-dups): New function.
15123 * ido.el (ido-set-matches-1): Use it.
15124 * progmodes/octave.el (inferior-octave-completion-table): Use it.
15125 * ido.el (ido-remove-consecutive-dups): Remove.
15126
15127 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
15128
15129 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
15130 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
15131 regexp-opt's `words'.
15132
15133 2013-05-16 Leo Liu <sdl.web@gmail.com>
15134
15135 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
15136 (smie--highlight-matching-block-overlay)
15137 (smie--highlight-matching-block-lastpos)
15138 (smie--highlight-matching-block-timer): New variables.
15139 (smie-highlight-matching-block): New function.
15140 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
15141 (smie-setup): Conditionally enable smie-blink-matching-open.
15142
15143 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
15144
15145 Sync with upstream verilog-mode r840.
15146 * progmodes/verilog-mode.el (verilog-mode-version)
15147 (verilog-mode-release-date): Update.
15148 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
15149 (verilog-sig-tieoff): Fix string error on
15150 AUTORESET with colon define, bug594. Reported by Andrew Hou.
15151 (verilog-read-decls): Fix parameters confusing
15152 AUTOINST interfaces, bug565. Reported by Leith Johnson.
15153
15154 2013-05-16 Eli Zaretskii <eliz@gnu.org>
15155
15156 * subr.el (reveal-filename): New function.
15157
15158 * loadup.el: Compute Emacs executable versions on MS-Windows,
15159 where executables have the .exe extension. Add a hard link
15160 emacs-XX.YY.ZZ.exe on MS-Windows.
15161
15162 * Makefile.in (XARGS_LIMIT): New variable.
15163 (custom-deps, finder-data, autoloads)
15164 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
15165 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
15166 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
15167 (compile-main): Limit xargs according to $(XARGS_LIMIT).
15168
15169 2013-05-16 Leo Liu <sdl.web@gmail.com>
15170
15171 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
15172 (octave-mode-menu, octave-mode-map): Remove its uses.
15173
15174 2013-05-16 Reto Zimmermann <reto@gnu.org>
15175
15176 Sync with upstream vhdl mode v3.34.2.
15177 * progmodes/vhdl-mode.el: Use `push' throughout.
15178 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
15179 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
15180 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
15181 (vhdl-actual-generic-name): New option to derive actual generic name.
15182 (vhdl-port-paste-signals): Replace formal by actual generics.
15183 (vhdl-beautify): New name for old group vhdl-align. Update users.
15184 (vhdl-beautify-options): New option.
15185 (vhdl-last-input-event): New compat alias. Use throughout.
15186 (vhdl-goto-line): Replace user level function `goto-line'.
15187 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
15188 vhdl-fix-statement-buffer.
15189 (vhdl-create-mode-menu): Add some entries.
15190 (vhdl-align-region-groups): Respect vhdl-beautify-options.
15191 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
15192 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
15193 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
15194 to force statements on one line.
15195 (vhdl-remove-trailing-spaces-region):
15196 New, split from vhdl-remove-trailing-spaces.
15197 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
15198 Respect vhdl-beautify-options.
15199 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
15200 (vhdl-update-sensitivity-list): Not add with index if exists without.
15201 Not include array index with signal. Ignore keywords in comments.
15202 (vhdl-get-visible-signals): Regexp tweaks.
15203 (vhdl-template-component-inst): Handle empty library.
15204 (vhdl-template-type): Add template for 'enum' type.
15205 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
15206 Use vhdl-replace-string.
15207 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
15208 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
15209 (vhdl-speedbar-initialize): Update for above name change.
15210 (vhdl-compose-wire-components): Fix in handling of constants.
15211 (vhdl-error-regexp-emacs-alist): New variable.
15212 (vhdl-error-regexp-add-emacs): New function;
15213 adds support for new compile.el (Emacs 22+)
15214 (vhdl-generate-makefile-1): Change target order for single lib. units.
15215 Allow use of absolute file names.
15216
15217 2013-05-16 Leo Liu <sdl.web@gmail.com>
15218
15219 * simple.el (prog-indent-sexp): Indent enclosing defun.
15220
15221 2013-05-15 Glenn Morris <rgm@gnu.org>
15222
15223 * cus-start.el (show-trailing-whitespace): Move to editing basics.
15224 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
15225 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
15226 (whitespace-highlight): Move to whitespace group.
15227
15228 * comint.el (comint-source):
15229 * pcmpl-linux.el (pcmpl-linux):
15230 * shell.el (shell-faces):
15231 * eshell/esh-opt.el (eshell-opt):
15232 * international/ccl.el (ccl): Remove empty custom groups.
15233
15234 * completion.el (dynamic-completion-mode):
15235 * jit-lock.el (jit-lock-debug-mode):
15236 * minibuffer.el (completion-in-region-mode):
15237 * type-break.el (type-break-mode-line-message-mode)
15238 (type-break-query-mode):
15239 * emulation/tpu-edt.el (tpu-edt-mode):
15240 * progmodes/subword.el (global-subword-mode, global-superword-mode):
15241 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
15242 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
15243
15244 * term/xterm.el (xterm): Change parent group to terminals.
15245
15246 * master.el (master): Remove empty custom group.
15247 (master-mode): Remove unused :group argument.
15248 * textmodes/refill.el (refill): Remove empty custom group.
15249 (refill-mode): Remove unused :group argument.
15250
15251 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
15252
15253 * cus-dep.el: Provide a feature.
15254 (custom-make-dependencies): Ignore dotfiles (dir-locals).
15255 Don't mistakenly ignore files whose basenames match a basename
15256 from preloaded-file-list (eg cedet/ede/simple.el).
15257 Add a fallback method for getting :group.
15258
15259 2013-05-15 Juri Linkov <juri@jurta.org>
15260
15261 * isearch.el (isearch-char-by-name): Rename from
15262 `isearch-insert-char-by-name'. Doc fix.
15263 (isearch-forward): Mention `isearch-char-by-name' in
15264 the docstring. (Bug#13348)
15265
15266 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
15267 `exit-minibuffer' instead of
15268 `isearch-nonincremental-exit-minibuffer'.
15269 (isearch-edit-string): Remove mention of
15270 `isearch-nonincremental-exit-minibuffer' from docstring.
15271 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
15272 (isearch-forward-exit-minibuffer)
15273 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
15274
15275 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
15276
15277 * loadup.el: Just use unversioned DOC.
15278
15279 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
15280 literals as extending to EOB.
15281 (nxml-last-fontify-end): Remove unused variable.
15282 (nxml-after-change1): Use with-silent-modifications.
15283 (nxml-extend-after-change-region): Simplify.
15284 (nxml-extend-after-change-region1): Remove function.
15285 (nxml-after-change1): Don't adjust for dependent regions.
15286 (nxml-fontify-matcher): Simplify.
15287 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
15288 (xmltok-add-dependent): Remove function.
15289 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
15290 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
15291 (xmltok-scan-prolog-after-processing-instruction-open): Treat
15292 unclosed <[[, <?, comment, and other literals as extending to EOB.
15293 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
15294 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
15295 Remove functions.
15296 (rng-do-some-validation-1): Don't mark dependent regions.
15297 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
15298 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
15299 (nxml-clear-dependent-regions): Remove functions.
15300 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
15301 (nxml-ensure-scan-up-to-date):
15302 Don't clear&mark dependent regions.
15303
15304 2013-05-15 Leo Liu <sdl.web@gmail.com>
15305
15306 * progmodes/octave.el (octave-goto-function-definition):
15307 Improve and fix callers.
15308
15309 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
15310
15311 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
15312 the setter (bug#14387).
15313
15314 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
15315 surrounding group (bug#14402).
15316
15317 2013-05-14 Juri Linkov <juri@jurta.org>
15318
15319 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
15320 (Bug#14390)
15321
15322 2013-05-14 Glenn Morris <rgm@gnu.org>
15323
15324 * progmodes/f90.el (f90-imenu-generic-expression):
15325 Fix typo in 2013-05-08 change. (Bug#14402)
15326
15327 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
15328
15329 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
15330 Remove signals for which replies are never received.
15331
15332 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
15333
15334 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
15335 (gdb-handler-alist, gdb-handler-number): Remove variables.
15336 (gdb-handler-list): New variable.
15337 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
15338 (gdb-pending-handler-p, gdb-handle-reply)
15339 (gdb-remove-all-pending-triggers): New functions.
15340 (gdb-discard-unordered-replies): New defcustom.
15341 (gdb-handler): New defstruct.
15342 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
15343 instead of gdb-pending-triggers. Update docstring.
15344 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
15345 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
15346 (gdb-var-update-handler, def-gdb-auto-update-trigger)
15347 (def-gdb-auto-update-handler, gdb-get-changed-registers)
15348 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
15349 (gdb-frame-handler): Pending triggers are now automatically managed.
15350 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
15351 Remove argument.
15352 (gdb-input): Automatically handles pending triggers. Update docstring.
15353 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
15354 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
15355 Update comments.
15356 (gdb-done-or-error): Now use gdb-handle-reply.
15357
15358 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
15359
15360 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
15361 gdb-debug-log.
15362
15363 2013-05-14 Glenn Morris <rgm@gnu.org>
15364
15365 * subr.el (user-emacs-directory-warning): New option.
15366 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
15367
15368 2013-05-14 Leo Liu <sdl.web@gmail.com>
15369
15370 * progmodes/octave.el (octave-font-lock-keywords): Fix error
15371 during redisplay.
15372 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
15373 (octave-font-lock-texinfo-comment): Fix invalid search bound
15374 error: wrong side of point.
15375
15376 2013-05-14 Glenn Morris <rgm@gnu.org>
15377
15378 * progmodes/flymake.el (flymake-xml-program): New option.
15379 (flymake-xml-init): Use it.
15380
15381 * term/xterm.el: Provide a feature.
15382
15383 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
15384
15385 2013-05-13 Glenn Morris <rgm@gnu.org>
15386
15387 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
15388 Add compat aliases as a hack workaround. (Bug#14384)
15389
15390 2013-05-13 Leo Liu <sdl.web@gmail.com>
15391
15392 * progmodes/octave.el (octave-indent-comment): Fix indentation for
15393 ###, and %!.
15394 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
15395 C-M-q.
15396 (octave-comment-start-skip): Include %!.
15397 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
15398
15399 2013-05-12 Leo Liu <sdl.web@gmail.com>
15400
15401 * progmodes/octave.el (inferior-octave-startup): Store the value
15402 of __octave_srcdir__ for octave-source-directories.
15403 (inferior-octave-check-process): New function refactored out of
15404 inferior-octave-send-list-and-digest.
15405 (octave-source-directories)
15406 (octave-find-definition-filename-function): New variables.
15407 (octave-source-directories)
15408 (octave-find-definition-default-filename): New functions.
15409 (octave-find-definition): Improve to find functions implemented in C++.
15410
15411 2013-05-12 Glenn Morris <rgm@gnu.org>
15412
15413 * calendar/diary-lib.el (diary-outlook-format-1):
15414 Don't include dayname in the output. (Bug#14349)
15415
15416 2013-05-11 Glenn Morris <rgm@gnu.org>
15417
15418 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
15419
15420 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
15421 Treat cc-provide like provide.
15422
15423 2013-05-11 Kevin Ryde <user42@zip.com.au>
15424
15425 * cus-dep.el (custom-make-dependencies):
15426 Use generated-autoload-load-name for the sake of files such
15427 such cedet/semantic/bovine/c.el, where the base file name
15428 is not in load-path. (Bug#5277)
15429
15430 2013-05-11 Glenn Morris <rgm@gnu.org>
15431
15432 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
15433 Provide features.
15434
15435 2013-05-11 Leo Liu <sdl.web@gmail.com>
15436
15437 * progmodes/octave.el (octave-indent-comment): Improve.
15438 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
15439 (octave-eldoc-function-signatures, octave-eldoc-function):
15440 New functions.
15441 (octave-mode, inferior-octave-mode): Add eldoc support.
15442
15443 2013-05-11 Richard Stallman <rms@gnu.org>
15444
15445 * epa.el (epa-decrypt-file): Take output file name as argument
15446 and read it using `interactive'.
15447
15448 2013-05-11 Leo Liu <sdl.web@gmail.com>
15449
15450 * progmodes/octave.el (octave-beginning-of-line)
15451 (octave-end-of-line): Check before using up-list because it jumps
15452 out of more syntactic contructs since moving to smie.
15453 (octave-indent-comment): New function.
15454 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
15455 (octave-begin-keywords, octave-end-keywords)
15456 (octave-reserved-words, octave-smie-bnf-table)
15457 (octave-smie-rules): Add new keywords from Octave 3.6.4.
15458
15459 2013-05-11 Glenn Morris <rgm@gnu.org>
15460
15461 * faces.el (internal-face-x-get-resource):
15462 * frame.el (ns-display-monitor-attributes-list):
15463 * calc/calc-aent.el (math-to-radians-2):
15464 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
15465 Fix declarations.
15466
15467 * calc/calc-menu.el: Make it loadable in isolation.
15468
15469 * net/eudcb-bbdb.el: Make it loadable without bbdb.
15470 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
15471 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
15472 (eudc-bbdb-query-internal): Require 'bbdb.
15473
15474 * lpr.el (lpr-headers-switches):
15475 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
15476
15477 * progmodes/sql.el (sql-login-params): Fix and improve :type.
15478
15479 * emulation/edt-mapper.el: In batch mode, error rather than hang.
15480
15481 * term.el (term-set-escape-char): Make it idempotent.
15482
15483 2013-05-10 Leo Liu <sdl.web@gmail.com>
15484
15485 * progmodes/octave.el (inferior-octave-completion-table):
15486 No longer a function and all uses changed. Use cache to speed up
15487 completion due to bug#11906.
15488 (octave-beginning-of-defun): Re-write to be more general.
15489
15490 2013-05-10 Glenn Morris <rgm@gnu.org>
15491
15492 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
15493
15494 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
15495
15496 * comint.el (comint-redirect-send-command-to-process): Use :around
15497 rather than :override for comint-redirect-filter.
15498 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
15499 Call it instead of comint-redirect-original-filter-function (which
15500 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
15501
15502 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
15503
15504 * frame.el (display-monitor-attributes-list): Add NS case.
15505 (ns-display-monitor-attributes-list): Declare.
15506
15507 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
15508
15509 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
15510
15511 2013-05-09 Glenn Morris <rgm@gnu.org>
15512
15513 * international/fontset.el (vertical-centering-font-regexp):
15514 Set standard-value.
15515
15516 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
15517
15518 * bookmark.el (bookmark-search-delay):
15519 * cus-start.el (vertical-centering-font-regexp):
15520 * ps-mule.el (ps-mule-font-info-database-default):
15521 * ps-print.el (ps-default-fg, ps-default-bg):
15522 * type-break.el (type-break-good-break-interval):
15523 * whitespace.el (whitespace-indentation-regexp)
15524 (whitespace-space-after-tab-regexp):
15525 * emacs-lisp/testcover.el (testcover-1value-functions)
15526 (testcover-noreturn-functions, testcover-progn-functions)
15527 (testcover-prog1-functions):
15528 * emulation/viper-init.el (viper-emacs-state-cursor-color):
15529 * eshell/em-glob.el (eshell-glob-translate-alist):
15530 * play/tetris.el (tetris-tty-colors):
15531 * progmodes/cpp.el (cpp-face-default-list):
15532 * progmodes/flymake.el (flymake-allowed-file-name-masks):
15533 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
15534 (idlwave-help-browser-generic-args):
15535 * progmodes/make-mode.el (makefile-special-targets-list):
15536 * progmodes/python.el (python-shell-virtualenv-path):
15537 * progmodes/verilog-mode.el (verilog-active-low-regexp)
15538 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
15539 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
15540 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
15541 * textmodes/reftex-vars.el (reftex-format-label-function):
15542 * textmodes/remember.el (remember-diary-file): Fix custom types.
15543
15544 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
15545 Add :version.
15546
15547 2013-05-09 Leo Liu <sdl.web@gmail.com>
15548
15549 * progmodes/octave.el (inferior-octave-completion-at-point):
15550 Restore file completion. (Bug#14300)
15551 (inferior-octave-startup): Fix incorrect highlighting for the
15552 first prompt.
15553
15554 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
15555
15556 * progmodes/ruby-mode.el: First cut at SMIE support.
15557 (ruby-use-smie): New var.
15558 (ruby-smie-grammar): New constant.
15559 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
15560 (ruby-smie--forward-token, ruby-smie--backward-token)
15561 (ruby-smie-rules): New functions.
15562 (ruby-mode-variables): Setup SMIE if applicable.
15563
15564 2013-05-08 Eli Zaretskii <eliz@gnu.org>
15565
15566 * simple.el (line-move-visual): Signal beginning/end of buffer
15567 only if vertical-motion moved less than it was requested. Avoids
15568 silly incorrect error messages when there are display strings with
15569 multiple newlines at EOL.
15570
15571 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
15572
15573 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
15574 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
15575 (prolog-char-quote-workaround):
15576 * progmodes/cperl-mode.el (cperl-under-as-char):
15577 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
15578 Mark as obsolete.
15579 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
15580 their declaration.
15581 (vhdl-mode-syntax-table-init): Remove.
15582
15583 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
15584 last change.
15585
15586 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
15587 syntax for "_".
15588 (ld-script-font-lock-keywords):
15589 Change regexps to use things like \_< and \_>.
15590
15591 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
15592 Change all regexps to use things like \_< and \_>.
15593
15594 * progmodes/autoconf.el (autoconf-definition-regexp)
15595 (autoconf-font-lock-keywords, autoconf-current-defun-function):
15596 Handle a _ with symbol syntax.
15597 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
15598
15599 * progmodes/ada-mode.el (ada-mode-abbrev-table):
15600 Consolidate declaration.
15601 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
15602 the declaration.
15603 (ada-create-syntax-table): Remove.
15604 (ada-capitalize-word): Don't mess with the syntax of "_" since it
15605 already has the right syntax nowadays.
15606 (ada-goto-next-word): Don't change the syntax of "_".
15607
15608 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
15609 with-wrapper-hook.
15610
15611 2013-05-08 Sam Steingold <sds@gnu.org>
15612
15613 * thingatpt.el (thing-at-point): Accept optional second argument
15614 NO-PROPERTIES to strip the text properties from the return value.
15615 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
15616 to `thing-at-point' instead of stripping the properties ourselves.
15617 Also, when `thing-at-point' fails to find a url, prepend "http://"
15618 to the filename at point on the assumption that the user is
15619 pointing at something like gnu.org/gnu.
15620
15621 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
15622
15623 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
15624 * faces.el (crm-separator):
15625 Silence byte-compiler.
15626
15627 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
15628 (tool-bar-map): Remove unneeded defvars.
15629
15630 2013-05-08 Leo Liu <sdl.web@gmail.com>
15631
15632 Re-work a fix for bug#10994 based on Le Wang's patch.
15633 * ido.el (ido-remove-consecutive-dups): New helper.
15634 (ido-completing-read): Use it.
15635 (ido-chop): Revert fix for bug#10994.
15636
15637 2013-05-08 Adam Spiers <emacs@adamspiers.org>
15638
15639 * cus-edit.el (custom-save-variables):
15640 Pretty-print long values. (Bug#14187)
15641
15642 2013-05-08 Glenn Morris <rgm@gnu.org>
15643
15644 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
15645 (m4-mode-syntax-table): Init in the defvar.
15646 (m4-mode-abbrev-table): Let define-derived-mode define it.
15647
15648 2013-05-08 Tom Tromey <tromey@redhat.com>
15649
15650 * progmodes/m4-mode.el (m4-mode-syntax-table):
15651 Do not treat "_" as word constituent. (Bug#14167)
15652
15653 2013-05-07 Glenn Morris <rgm@gnu.org>
15654
15655 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
15656 Remove explicit eshell-isearch-cancel-map.
15657
15658 * progmodes/f90.el (f90-smart-end-names): New option.
15659 (f90-smart-end): Doc fix.
15660 (f90-end-block-optional-name): New constant.
15661 (f90-block-match): Respect f90-smart-end-names.
15662
15663 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
15664
15665 * progmodes/octave.el (octave-smie-forward-token): Be more careful
15666 about implicit semi-colons (bug#14218).
15667
15668 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15669
15670 * frame.el (display-monitor-attributes-list)
15671 (frame-monitor-attributes): New functions.
15672
15673 2013-05-06 Leo Liu <sdl.web@gmail.com>
15674
15675 * progmodes/octave.el (octave-syntax-propertize-function): Change
15676 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
15677 (octave-font-lock-keywords): Use octave-operator-regexp.
15678 (octave-completion-at-point): Rename from
15679 octave-completion-at-point-function.
15680 (inferior-octave-directory-tracker): Robustify.
15681 (octave-text-functions): Remove and fix its uses. No such things
15682 any more.
15683
15684 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15685
15686 * emacs-lisp/trace.el (trace--display-buffer): New function.
15687 (trace-make-advice): Use it.
15688
15689 2013-05-06 Juri Linkov <juri@jurta.org>
15690
15691 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
15692 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
15693 Doc fix.
15694 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
15695 in the help string. (Bug#12985)
15696
15697 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
15698
15699 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
15700
15701 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15702
15703 * progmodes/perl-mode.el: Add support for here documents.
15704 (perl-syntax-propertize-function): Match here-doc markers.
15705 (perl-syntax-propertize-special-constructs): Find their end.
15706 (perl-imenu-generic-expression): Use [:alnum:].
15707
15708 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
15709 (advice--add-function): Refresh the advice if already present
15710 (bug#14317).
15711
15712 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
15713
15714 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
15715
15716 2013-05-06 Glenn Morris <rgm@gnu.org>
15717
15718 * w32-fns.el (w32-charset-info-alist): Declare.
15719
15720 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
15721 of its defcustom properties.
15722 (eshell-cmpl-initialize): No need to load pcomplete.
15723
15724 * generic-x.el: No need to require comint when compiling.
15725
15726 * net/eudc-export.el: Make it loadable without bbdb.
15727 (top-level): Use require rather than load-library.
15728 (eudc-create-bbdb-record, eudc-bbdbify-phone)
15729 (eudc-batch-export-records-to-bbdb)
15730 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
15731 Require bbdb.
15732
15733 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15734
15735 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
15736 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
15737 some tweaks, instead.
15738
15739 2013-05-05 Leo Liu <sdl.web@gmail.com>
15740
15741 * progmodes/octave.el (octave-font-lock-keywords)
15742 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
15743 (inferior-octave-send-list-and-digest): Improve error message.
15744 (octave-mode, inferior-octave-mode): Use setq-local.
15745 (octave-help): Set info-lookup-mode.
15746
15747 2013-05-05 Richard Stallman <rms@gnu.org>
15748
15749 * vc/compare-w.el (compare-windows-whitespace):
15750 Treat no-break space as whitespace.
15751
15752 * mail/rmailsum.el (rmail-summary-rmail-update):
15753 Detect empty summary and don't change selected message.
15754 (rmail-summary-goto-msg): Likewise.
15755
15756 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
15757 Doc fixes, rename args.
15758
15759 2013-05-05 Alan Mackenzie <acm@muc.de>
15760
15761 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
15762
15763 2013-05-05 Juri Linkov <juri@jurta.org>
15764
15765 * info.el (Info-read-subfile): Use (point-min) instead of (point)
15766 to not add the length of the summary segment to the return value.
15767 (Bug#14125)
15768
15769 2013-05-05 Leo Liu <sdl.web@gmail.com>
15770
15771 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
15772 (inferior-octave-output-filter): Remove.
15773 (octave-send-region, inferior-octave-startup): Fix callers.
15774 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
15775 (octave-binary-file-extensions): New user variable.
15776 (octave-find-definition): Confirm if opening binary files.
15777 (octave-help-file): Use octave-find-definition to get the binary
15778 confirmation.
15779 (octave-help): Adjust for octave-help-file change.
15780
15781 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
15782
15783 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
15784 Merge the two entries that handle function definitions.
15785 (pascal--syntax-propertize): New const.
15786 (pascal-mode): Use it. Use setq-local.
15787
15788 2013-05-04 Glenn Morris <rgm@gnu.org>
15789
15790 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
15791 (diary-from-outlook): Respect diary-from-outlook-function.
15792
15793 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15794
15795 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
15796 Move the declaration from C.
15797 (read-minibuffer, eval-minibuffer): Move from C.
15798 (completion-setup-function): Avoid minibuffer-completion-contents.
15799
15800 2013-05-03 Leo Liu <sdl.web@gmail.com>
15801
15802 * progmodes/octave.el (octave-font-lock-keywords): Do not
15803 dehighlight 'end' in comments or strings.
15804 (octave-completing-read, octave-goto-function-definition):
15805 New helpers.
15806 (octave-help-buffer): New user variable.
15807 (octave-help-file, octave-help-function): New button types.
15808 (octave-help): New command and bind it to C-h ;.
15809 (octave-find-definition): New command and bind it to M-.
15810 (user-error): Alias to error if not defined.
15811
15812 2013-05-02 Leo Liu <sdl.web@gmail.com>
15813
15814 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
15815 for \. (bug#14332)
15816 (octave-font-lock-keywords): Include [ and {.
15817
15818 2013-05-02 Leo Liu <sdl.web@gmail.com>
15819
15820 * progmodes/octave.el (inferior-octave-startup-file): Change default.
15821 (inferior-octave): Remove calling comint-mode and return the buffer.
15822 (inferior-octave-startup): Cosmetic changes.
15823
15824 2013-05-02 Leo Liu <sdl.web@gmail.com>
15825
15826 * progmodes/octave.el (octave-syntax-propertize-function):
15827 Include the case when ' is at line beginning. (Bug#14336)
15828
15829 2013-05-02 Glenn Morris <rgm@gnu.org>
15830
15831 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
15832 * desktop.el (vc-dir-mode): Just autoload it here.
15833
15834 2013-05-02 Alan Mackenzie <acm@muc.de>
15835
15836 Eliminate variable c-standard-font-lock-fontify-region-function.
15837 * progmodes/cc-mode.el
15838 (c-standard-font-lock-fontify-region-function): Remove.
15839 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
15840
15841 2013-05-01 Leo Liu <sdl.web@gmail.com>
15842
15843 * progmodes/octave.el: Compatible with older emacs-24 releases.
15844 (inferior-octave-has-built-in-variables): Remove. Built-in
15845 variables were removed from Octave in 2007.
15846 (inferior-octave-startup): Fix uses.
15847 (comint-line-beginning-position): Remove compatibility code for
15848 emacs 21.
15849
15850 2013-05-01 Juri Linkov <juri@jurta.org>
15851
15852 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
15853
15854 2013-05-01 Juri Linkov <juri@jurta.org>
15855
15856 * comint.el (comint-previous-matching-input): Don't print message
15857 "History item: %d" when `isearch-mode' is active.
15858 (comint-history-isearch-message): Print message "History item: %d"
15859 when `comint-input-ring-index' is not empty and this function is
15860 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
15861
15862 2013-05-01 Leo Liu <sdl.web@gmail.com>
15863
15864 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
15865 definitions. Use completion-at-point to insert keywords.
15866 (octave-abbrev-start): Remove.
15867 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
15868
15869 2013-04-30 Leo Liu <sdl.web@gmail.com>
15870
15871 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
15872 change.
15873
15874 2013-04-30 Alan Mackenzie <acm@muc.de>
15875
15876 Handle arbitrarily long C++ member initialisation lists.
15877 * progmodes/cc-engine.el (c-back-over-member-initializers):
15878 new function.
15879 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
15880 (most) member init lists.
15881
15882 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
15883
15884 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
15885 variable.
15886
15887 2013-04-30 Leo Liu <sdl.web@gmail.com>
15888
15889 * progmodes/octave.el (octave-variables): Remove. No builtin
15890 variables any more. All converted to functions.
15891 (octave-font-lock-keywords, octave-completion-at-point-function):
15892 Fix uses.
15893 (octave-font-lock-texinfo-comment): New user variable.
15894 (octave-texinfo-font-lock-keywords): New variable for texinfo
15895 comment block.
15896 (octave-function-comment-block): New face.
15897 (octave-font-lock-texinfo-comment): New function.
15898 (octave-mode): Font lock texinfo comment block.
15899
15900 2013-04-29 Leo Liu <sdl.web@gmail.com>
15901
15902 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
15903 indexing expression.
15904 (octave-continuation-string): Do not use \.
15905 (inferior-octave-complete-impossible): Remove.
15906 (inferior-octave-completion-table)
15907 (inferior-octave-completion-at-point): Remove its uses.
15908 (inferior-octave-startup): completion_matches was introduced to
15909 Octave in 1996 so safe to assume it.
15910 (octave-function-file-comment): Improve to follow how Octave does it.
15911 (octave-update-function-file-comment): Tweak.
15912
15913 2013-04-29 Leo Liu <sdl.web@gmail.com>
15914
15915 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
15916 (inferior-octave-startup): Remove inferior-octave-startup-hook.
15917 (octave-function-file-comment): Fix typo.
15918 (octave-sync-function-file-names): Use read-char-choice.
15919
15920 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
15921
15922 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
15923 to t for the less important warnings.
15924
15925 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
15926
15927 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
15928
15929 2013-04-27 Glenn Morris <rgm@gnu.org>
15930
15931 * vc/log-view.el (log-view-current-entry):
15932 Treat "---" separator lines as part of the following rev. (Bug#14169)
15933
15934 2013-04-27 Juri Linkov <juri@jurta.org>
15935
15936 * subr.el (read-number): Doc fix about using it by interactive
15937 code letter `n'. (Bug#14254)
15938
15939 2013-04-27 Juri Linkov <juri@jurta.org>
15940
15941 * desktop.el (desktop-auto-save-timeout): New option.
15942 (desktop-file-checksum): New variable.
15943 (desktop-save): Add optional arg `auto-save' and don't auto-save
15944 if nothing changed.
15945 (desktop-auto-save-timer): New variable.
15946 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
15947 (after-init-hook): Call `desktop-auto-save-set-timer'.
15948 Suggested by Reuben Thomas <rrt@sc3d.org> in
15949 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
15950
15951 2013-04-27 Leo Liu <sdl.web@gmail.com>
15952
15953 * progmodes/octave.el (octave-function-file-p)
15954 (octave-skip-comment-forward, octave-function-file-comment)
15955 (octave-update-function-file-comment): New functions.
15956 (octave-mode-map): Bind C-c ; to
15957 octave-update-function-file-comment.
15958 (octave-mode-menu): Add octave-update-function-file-comment.
15959 (octave-mode, inferior-octave-mode): Fix doc-string.
15960 (octave-insert-defun): Conform to Octave's coding convention.
15961 (Bug#14285)
15962
15963 * files.el (basic-save-buffer): Don't let errors in
15964 before-save-hook prevent saving buffer.
15965
15966 2013-04-20 Roland Winkler <winkler@gnu.org>
15967
15968 * faces.el (read-face-name): Use completing-read if arg multiple
15969 is nil.
15970
15971 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
15972
15973 * ls-lisp.el (ls-lisp-insert-directory): If no files are
15974 displayed, move point to after the totals line.
15975 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
15976 for the details.
15977
15978 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
15979
15980 * emacs-lisp/package.el (package-autoload-ensure-default-file):
15981 Add current dir to the load-path.
15982 (package-generate-autoloads): Don't rely on
15983 autoload-ensure-default-file.
15984
15985 2013-04-26 Reuben Thomas <rrt@sc3d.org>
15986
15987 * textmodes/remember.el (remember-store-in-files): Document that
15988 the file name format is passed to `format-time-string'.
15989
15990 2013-04-26 Leo Liu <sdl.web@gmail.com>
15991
15992 * progmodes/octave.el (octave-sync-function-file-names): New function.
15993 (octave-mode): Use it in before-save-hook.
15994
15995 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15996
15997 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
15998 (bug#14274).
15999
16000 * progmodes/octave.el (octave-smie-forward-token): Properly skip
16001 \n and comment, even if it's not an implicit ; (bug#14218).
16002
16003 2013-04-26 Glenn Morris <rgm@gnu.org>
16004
16005 * subr.el (read-number): Once more use `read' rather than
16006 `string-to-number', to trap non-numeric input. (Bug#14254)
16007
16008 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
16009
16010 * emacs-lisp/syntax.el (syntax-propertize-multiline):
16011 Use `syntax-multiline' text property consistently instead of
16012 `font-lock-multiline'. (Bug#14237)
16013
16014 2013-04-26 Glenn Morris <rgm@gnu.org>
16015
16016 * emacs-lisp/shadow.el (list-load-path-shadows):
16017 No longer necessary to check for duplicate simple.el, since
16018 2012-07-07 change to init_lread to not include installation lisp
16019 directories in load-path when running uninstalled. (Bug#14270)
16020
16021 2013-04-26 Leo Liu <sdl.web@gmail.com>
16022
16023 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
16024 (octave-mode, inferior-octave-mode): Use setq-local.
16025 (octave-not-in-string-or-comment-p): Rename to
16026 octave-in-string-or-comment-p.
16027 (octave-in-comment-p, octave-in-string-p)
16028 (octave-in-string-or-comment-p): Replace defsubst with defun.
16029
16030 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
16031
16032 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
16033
16034 2013-04-25 Bastien Guerry <bzg@gnu.org>
16035
16036 * textmodes/remember.el (remember-data-directory)
16037 (remember-directory-file-name-format): Fix custom types.
16038
16039 2013-04-25 Leo Liu <sdl.web@gmail.com>
16040
16041 * progmodes/octave.el (octave-completion-at-point-function):
16042 Make use of inferior octave process.
16043 (octave-initialize-completions): Remove.
16044 (inferior-octave-completion-table): New function.
16045 (inferior-octave-completion-at-point): Use it.
16046 (octave-completion-alist): Remove.
16047
16048 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
16049
16050 * progmodes/opascal.el: Use font-lock and syntax-propertize.
16051 (opascal-mode-syntax-table): New var.
16052 (opascal-literal-kind, opascal-is-literal-end)
16053 (opascal-literal-token-at): Rewrite.
16054 (opascal--literal-start-re, opascal-font-lock-keywords)
16055 (opascal--syntax-propertize): New constants.
16056 (opascal-font-lock-defaults): Adjust.
16057 (opascal-mode): Use them. Set comment-<foo> variables as well.
16058 (delphi-comment-face, opascal-comment-face, delphi-string-face)
16059 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
16060 (delphi-other-face, opascal-other-face): Remove face variables.
16061 (opascal-save-state): Remove macro.
16062 (opascal-fontifying-progress-step): Remove constant.
16063 (opascal--ignore-changes): Remove var.
16064 (opascal-set-token-property, opascal-parse-next-literal)
16065 (opascal-is-stable-literal, opascal-complete-literal)
16066 (opascal-is-literal-start, opascal-face-of)
16067 (opascal-parse-region, opascal-parse-region-until-stable)
16068 (opascal-fontify-region, opascal-after-change)
16069 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
16070 (opascal-debug-parse-region, opascal-debug-parse-window)
16071 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
16072 (opascal-debug-fontify-buffer): Remove.
16073 (opascal-debug-mode-map): Adjust accordingly.
16074
16075 2013-04-25 Leo Liu <sdl.web@gmail.com>
16076
16077 Merge octave-mod.el and octave-inf.el into octave.el with some
16078 cleanups.
16079 * progmodes/octave.el: New file renamed from octave-mod.el.
16080 * progmodes/octave-inf.el: Merged into octave.el.
16081 * progmodes/octave-mod.el: Renamed to octave.el.
16082
16083 2013-04-25 Tassilo Horn <tsdh@gnu.org>
16084
16085 * textmodes/reftex-vars.el
16086 (reftex-label-ignored-macros-and-environments): New defcustom.
16087
16088 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
16089
16090 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
16091
16092 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
16093 (smie-indent-keyword): Improve the check to ensure that the next
16094 comment is really on the same line.
16095 (smie-indent-comment): Don't align with a subsequent closer (or eob).
16096
16097 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
16098 semi-colons if the line is not otherwise empty (bug#14218).
16099
16100 2013-04-25 Glenn Morris <rgm@gnu.org>
16101
16102 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
16103
16104 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
16105
16106 * progmodes/opascal.el (opascal-set-token-property): Rename from
16107 opascal-set-text-properties and only set `token' (bug#14134).
16108 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
16109 (opascal-literal-text-properties): Remove.
16110 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
16111 Adjust callers.
16112
16113 2013-04-24 Reuben Thomas <rrt@sc3d.org>
16114
16115 * textmodes/remember.el (remember-handler-functions): Add an
16116 option for a new handler `remember-store-in-files'.
16117 (remember-data-directory, remember-directory-file-name-format):
16118 New options.
16119 (remember-store-in-files): New function to store remember notes
16120 as separate files within a directory.
16121
16122 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
16123
16124 * progmodes/compile.el (compilation-next-error-function):
16125 Pass "formats" to compilation-find-file (bug#11777).
16126
16127 2013-04-24 Glenn Morris <rgm@gnu.org>
16128
16129 * vc/vc-bzr.el (vc-bzr-print-log):
16130 * vc/vc-hg.el (vc-hg-print-log):
16131 * vc/vc-svn.el (vc-svn-print-log):
16132 Fix START-REVISION with LIMIT != 1. (Bug#14168)
16133
16134 * vc/vc-bzr.el (vc-bzr-print-log):
16135 * vc/vc-cvs.el (vc-cvs-print-log):
16136 * vc/vc-git.el (vc-git-print-log):
16137 * vc/vc-hg.el (vc-hg-print-log):
16138 * vc/vc-mtn.el (vc-mtn-print-log):
16139 * vc/vc-rcs.el (vc-rcs-print-log):
16140 * vc/vc-sccs.el (vc-sccs-print-log):
16141 * vc/vc-svn.el (vc-svn-print-log):
16142 * vc/vc.el (vc-print-log-internal): Doc fixes.
16143
16144 2013-04-23 Glenn Morris <rgm@gnu.org>
16145
16146 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
16147 Remove venerable code attempting to avoid substitute-command-keys.
16148
16149 2013-04-23 Tassilo Horn <tsdh@gnu.org>
16150
16151 * textmodes/reftex-vars.el (reftex-label-regexps):
16152 Call `reftex-compile-variables' after changes to this variable.
16153
16154 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
16155
16156 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
16157 Use lexical-binding.
16158 (jit-lock-force-redisplay): Use markers, check buffer's continued
16159 existence and beware narrowed buffers.
16160 (jit-lock-fontify-now): Adjust call accordingly.
16161
16162 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
16163
16164 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
16165 to avoid misleading the user.
16166
16167 2013-04-22 Leo Liu <sdl.web@gmail.com>
16168
16169 * info-look.el: Prefer latex2e.info. (Bug#14240)
16170
16171 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
16172
16173 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
16174
16175 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
16176 * net/tramp.el (tramp-call-process): ... here.
16177 (tramp-set-completion-function, tramp-parse-putty):
16178 * net/tramp-adb.el (tramp-adb-execute-adb-command):
16179 * net/tramp-gvfs.el (tramp-gvfs-send-command):
16180 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
16181 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
16182 (tramp-call-local-coding-command): Use `tramp-call-process'
16183 instead of `tramp-compat-call-process'.
16184
16185 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
16186 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
16187 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
16188 (tramp-find-inline-compress): Improve traces.
16189 (tramp-maybe-send-script): Check for Perl binary.
16190 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
16191
16192 2013-04-22 Daiki Ueno <ueno@gnu.org>
16193
16194 * epg.el (epg-context-pinentry-mode): New function.
16195 (epg-context-set-pinentry-mode): New function.
16196 (epg--start): Pass --pinentry-mode option to gpg command.
16197
16198 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
16199
16200 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
16201 `comint-dynamic-complete' is obsolete since 24.1, replaced by
16202 `completion-at-point'. (Bug#13774)
16203
16204 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
16205 default key binding for `describe-distribution' has been moved to
16206 `C-h C-o'. (Bug#13970)
16207
16208 2013-04-21 Glenn Morris <rgm@gnu.org>
16209
16210 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
16211 Add doc strings.
16212 (vc-print-log): Clarify interactive prompt.
16213
16214 2013-04-20 Glenn Morris <rgm@gnu.org>
16215
16216 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
16217 No longer include timestamp etc information.
16218
16219 2013-04-20 Roland Winkler <winkler@gnu.org>
16220
16221 * faces.el (read-face-name): Bug fix, return just one face if arg
16222 multiple is nil. (Bug#14209)
16223
16224 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16225
16226 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
16227 (remove-function): Autoload.
16228
16229 * comint.el (comint-redirect-original-filter-function): Remove.
16230 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
16231 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
16232 (vc-cvs-annotate-command):
16233 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
16234 * progmodes/prolog.el (prolog-consult-compile):
16235 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
16236 Use add/remove-function instead.
16237 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
16238 (gud-tooltip-process-output, gud-tooltip-tips):
16239 Use add/remove-function instead.
16240 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
16241 (scheme-interaction-mode, exit-scheme-interaction-mode):
16242 Use add/remove-function instead.
16243
16244 * vc/vc-dispatcher.el: Use lexical-binding.
16245 (vc--process-sentinel): Rename from vc-process-sentinel.
16246 Change last arg to be the code to run. Don't use vc-previous-sentinel
16247 and vc-sentinel-commands any more.
16248 (vc-exec-after): Allow code to be a function. Use add/remove-function.
16249 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
16250
16251 2013-04-19 Masatake YAMATO <yamato@redhat.com>
16252
16253 * progmodes/sh-script.el (sh-imenu-generic-expression):
16254 Handle function names with a single character. (Bug#14111)
16255
16256 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
16257
16258 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
16259 for subroutines defined in an eval (bug#14182).
16260
16261 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16262
16263 * bookmark.el (bookmark-completing-read): Improve handling of empty
16264 string (bug#14176).
16265
16266 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
16267
16268 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
16269
16270 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
16271
16272 New faster Imenu implementation (bug#14058).
16273 * progmodes/python.el (python-imenu-prev-index-position)
16274 (python-imenu-format-item-label-function)
16275 (python-imenu-format-parent-item-label-function)
16276 (python-imenu-format-parent-item-jump-label-function):
16277 New vars.
16278 (python-imenu-format-item-label)
16279 (python-imenu-format-parent-item-label)
16280 (python-imenu-format-parent-item-jump-label)
16281 (python-imenu--put-parent, python-imenu--build-tree)
16282 (python-imenu-create-index, python-imenu-create-flat-index)
16283 (python-util-popn): New functions.
16284 (python-mode): Set imenu-create-index-function to
16285 python-imenu-create-index.
16286
16287 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
16288
16289 * winner.el (winner-active-region): Use region-active-p, activate-mark
16290 and deactivate-mark (bug#14225).
16291
16292 * simple.el (deactivate-mark): Don't inline it.
16293
16294 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
16295
16296 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
16297
16298 2013-04-18 Tassilo Horn <tsdh@gnu.org>
16299
16300 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
16301 file extensions from the archive-mode entry in order to prefer
16302 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
16303
16304 2013-04-18 Leo Liu <sdl.web@gmail.com>
16305
16306 * bindings.el (help-event-list): Add ?\?.
16307
16308 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
16309
16310 * subr.el (with-wrapper-hook): Declare obsolete.
16311 * simple.el (filter-buffer-substring-function): New hook.
16312 (filter-buffer-substring): Use it.
16313 (filter-buffer-substring-functions): Mark obsolete.
16314 * minibuffer.el (completion-in-region-function): New hook.
16315 (completion-in-region): Use it.
16316 (completion-in-region-functions): Mark obsolete.
16317 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
16318 * abbrev.el (abbrev-expand-function): New hook.
16319 (expand-abbrev): Use it.
16320 (abbrev-expand-functions): Mark obsolete.
16321 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
16322 and :filter-return.
16323
16324 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
16325
16326 * progmodes/python.el (python-nav--syntactically): Fix cornercases
16327 and do not care about match data.
16328
16329 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
16330
16331 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
16332 completion tables when completing error conditions and
16333 `declare' arguments.
16334 (lisp-complete-symbol, field-complete): Mark as obsolete.
16335 (check-parens): Unmatched parens are user errors.
16336 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
16337
16338 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
16339
16340 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
16341 command changed buffer (ie. `flyspell-pre-buffer' is not current
16342 buffer), which prevents making decisions based on invalid value of
16343 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
16344 cause an error when `flyspell-pre-point' was nil after switching
16345 buffers.
16346 (flyspell-post-command-hook): No longer needs to change buffers when
16347 checking pre-word. While at it remove unnecessary progn.
16348
16349 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
16350
16351 * textmodes/ispell.el (ispell-add-per-file-word-list):
16352 Fix `flyspell-correct-word-before-point' error when accepting
16353 words and `coment-padding' is an integer by using
16354 `comment-normalize-vars' (Bug #14214).
16355
16356 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
16357
16358 New defun movement commands.
16359 * progmodes/python.el (python-nav--syntactically)
16360 (python-nav--forward-defun, python-nav-backward-defun)
16361 (python-nav-forward-defun): New functions.
16362
16363 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
16364
16365 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
16366 (python-syntax-context): Use named compiler-macro for backwards
16367 compatibility with Emacs 24.x.
16368
16369 2013-04-17 Leo Liu <sdl.web@gmail.com>
16370
16371 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
16372 octave-hide-process-buffer.
16373
16374 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
16375
16376 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
16377 (bug#14216).
16378
16379 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
16380
16381 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
16382 Fix adjustment of offset when receiving incomplete responses from GDB
16383 (bug#14129).
16384
16385 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16386
16387 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
16388 python-mode-abbrev-table.
16389 (python-skeleton-define): Adjust accordingly.
16390 (python-mode-abbrev-table): New table that inherits from it so that
16391 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
16392
16393 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
16394 (abbrev-symbol): Use it.
16395 (abbrev--before-point): Use it since we already handle inheritance.
16396
16397 2013-04-16 Leo Liu <sdl.web@gmail.com>
16398
16399 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
16400 binding to info-lookup-symbol.
16401
16402 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
16403
16404 * minibuffer.el (completion--twq-all):
16405 * term/ns-win.el (ns-initialize-window-system):
16406 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
16407
16408 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16409
16410 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
16411 global bindings.
16412
16413 * doc-view.el (doc-view-start-process): Handle url-handler directories.
16414
16415 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
16416
16417 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
16418 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
16419 to nil.
16420 (ruby-end-of-defun): Remove the unused arg, change the docstring
16421 to reflect that this function is only used as the value of
16422 `end-of-defun-function'.
16423 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
16424 to reflect an earlier change that beginning/end-of-defun functions
16425 jump between methods in a class definition, as well as top-level
16426 functions.
16427
16428 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16429
16430 * minibuffer.el (minibuffer-complete): Don't just scroll
16431 a *Completions* that's been iconified.
16432 (minibuffer-force-complete): Make sure repetitions do cycle when going
16433 through completion-in-region -> minibuffer-complete.
16434
16435 2013-04-15 Alan Mackenzie <acm@muc.de>
16436
16437 Correct the placement of c-cpp-delimiters when there're #s not at
16438 col 0.
16439
16440 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
16441 place a submatch around the #.
16442 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
16443 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
16444 on the #, not BOL.
16445
16446 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16447
16448 * emacs-lisp/nadvice.el: Properly test names when adding advice.
16449 (advice--member-p): New arg `name'.
16450 (advice--add-function, advice-member-p): Use it (bug#14202).
16451
16452 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
16453
16454 Reformulate java imenu-generic-expression.
16455 The old expression contained ill formed regexps.
16456
16457 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
16458 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
16459 (cc-imenu-java-method-arg-regexp): New defconsts.
16460 (cc-imenu-java-build-type-args-regex): New defun.
16461 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
16462 handling of spaces in the regexp.
16463
16464 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16465
16466 * textmodes/ispell.el (ispell-command-loop): Remove
16467 flyspell highlight of a word when ispell accepts it (bug #14178).
16468
16469 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
16470
16471 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
16472 uses code from the previous `ange-ftp-run-real-handler'.
16473 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
16474 only in case that function exist. This is needed for proper
16475 unloading of Tramp.
16476
16477 2013-04-15 Tassilo Horn <tsdh@gnu.org>
16478
16479 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
16480
16481 * textmodes/reftex.el (reftex-compile-variables): Use it.
16482
16483 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16484
16485 * files.el (normal-mode): Only use default major-mode if no other mode
16486 was specified.
16487
16488 * emacs-lisp/trace.el (trace-values): New function.
16489
16490 * files.el: Allow : in local variables (bug#14089).
16491 (hack-local-variable-regexp): New var.
16492 (hack-local-variables-prop-line, hack-local-variables): Use it.
16493
16494 2013-04-13 Roland Winkler <winkler@gnu.org>
16495
16496 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
16497 data before it gets modified by bibtex-beginning-of-entry.
16498
16499 2013-04-13 Roland Winkler <winkler@gnu.org>
16500
16501 * textmodes/bibtex.el (bibtex-url): Doc fix.
16502
16503 2013-04-13 Roland Winkler <winkler@gnu.org>
16504
16505 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
16506 does not visit a BibTeX file, exclude it from the list of buffers
16507 returned by bibtex-initialize.
16508
16509 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
16510
16511 * window.el (split-window): Remove interactive form, since as a
16512 command this function is a special case of split-window-below.
16513 Correct doc string.
16514
16515 2013-04-12 Roland Winkler <winkler@gnu.org>
16516
16517 * faces.el (read-face-name): Do not override value of arg default.
16518 Allow single faces and strings as default values. Remove those
16519 elements from return value that are not faces.
16520 (describe-face): Simplify.
16521 (face-at-point): New optional args thing and multiple so that this
16522 function can provide the same functionality previously provided by
16523 read-face-name.
16524 (make-face-bold, make-face-unbold, make-face-italic)
16525 (make-face-unitalic, make-face-bold-italic, invert-face)
16526 (modify-face, read-face-and-attribute): Use face-at-point.
16527
16528 * cus-edit.el (customize-face, customize-face-other-window)
16529 * cus-theme.el (custom-theme-add-face)
16530 * face-remap.el (buffer-face-set)
16531 * facemenu.el (facemenu-set-face): Use face-at-point.
16532
16533 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
16534
16535 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
16536
16537 2013-04-10 Tassilo Horn <tsdh@gnu.org>
16538
16539 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
16540 off leading { and trailing } from field values.
16541
16542 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16543
16544 * emacs-lisp/timer.el (timer--check): New function.
16545 (timer--time, timer-set-function, timer-event-handler): Use it.
16546 (timer-set-idle-time): Simplify.
16547 (timer--activate): CSE.
16548 (timer-event-handler): Give more info in error message.
16549 (internal-timer-start-idle): New function, moved from C.
16550
16551 * mpc.el (mpc-proc): Add `restart' argument.
16552 (mpc-proc-cmd): Use it.
16553 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
16554 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
16555 less often.
16556
16557 2013-04-10 Masatake YAMATO <yamato@redhat.com>
16558
16559 * progmodes/sh-script.el: Implement `sh-mode' own
16560 `add-log-current-defun-function' (bug#14112).
16561 (sh-current-defun-name): New function.
16562 (sh-mode): Use the function.
16563
16564 2013-04-09 Bastien Guerry <bzg@gnu.org>
16565
16566 * simple.el (choose-completion-string): Fix docstring (bug#14163).
16567
16568 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16569
16570 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
16571
16572 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
16573 timer (bug#14156).
16574
16575 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
16576
16577 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
16578 declaration.
16579
16580 2013-04-07 Leo Liu <sdl.web@gmail.com>
16581
16582 * pcmpl-x.el: New file.
16583
16584 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
16585
16586 Do not set x-display-name until X connection is established.
16587 This is needed to prevent from weird situation described at
16588 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
16589 * frame.el (make-frame): Set x-display-name after call to
16590 window system initialization function, not before.
16591 * term/x-win.el (x-initialize-window-system): Add optional
16592 display argument and use it.
16593 * term/w32-win.el (w32-initialize-window-system):
16594 * term/ns-win.el (ns-initialize-window-system):
16595 * term/pc-win.el (msdos-initialize-window-system):
16596 Add compatible optional display argument.
16597
16598 2013-04-06 Eli Zaretskii <eliz@gnu.org>
16599
16600 * files.el (normal-backup-enable-predicate): On MS-Windows and
16601 MS-DOS compare truenames of temporary-file-directory and of the
16602 file, so that 8+3 aliases (usually found in $TEMP on Windows)
16603 don't fail comparison by compare-strings. Also, compare file
16604 names case-insensitively on MS-Windows and MS-DOS.
16605
16606 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
16607
16608 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
16609 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
16610
16611 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
16612
16613 * whitespace.el (whitespace-color-on, whitespace-color-off):
16614 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
16615
16616 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
16617
16618 * ispell.el (ispell-set-spellchecker-params):
16619 Really set `ispell-args' for all equivs.
16620
16621 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
16622
16623 * ido.el (ido-completions): Use extra elements of ido-decorations
16624 (bug#14143).
16625 (ido-decorations): Update docstring.
16626
16627 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
16628
16629 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
16630 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
16631 nil during initialization, in order not to miss changes since the
16632 file was opened. (Bug#14140)
16633
16634 2013-04-05 Leo Liu <sdl.web@gmail.com>
16635
16636 * kmacro.el (kmacro-call-macro): Fix bug#14135.
16637
16638 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
16639
16640 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
16641
16642 2013-04-04 Glenn Morris <rgm@gnu.org>
16643
16644 * electric.el (electric-pair-inhibit-predicate): Add :version.
16645
16646 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16647
16648 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
16649 when a package is required several times (bug#14082).
16650
16651 2013-04-04 Roland Winkler <winkler@gnu.org>
16652
16653 * faces.el (read-face-name): Behave as promised by the docstring.
16654 Assume that arg default is a list of faces.
16655 (describe-face): Call read-face-name with list of default faces.
16656
16657 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16658
16659 * bookmark.el: Fix deletion of bookmarks (bug#13972).
16660 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
16661 (bookmark-bmenu-execute-deletions): Only skip first line if it's
16662 the header.
16663 (bookmark-exit-hook-internal): Save even if list is empty.
16664
16665 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
16666
16667 * emacs-lisp/package.el (package-pinned-packages): New var.
16668 (package--add-to-archive-contents): Obey it (bug#14118).
16669
16670 2013-04-03 Alan Mackenzie <acm@muc.de>
16671
16672 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
16673 Also adapt to the new values of element 7 of a parse state.
16674
16675 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
16676 parameter `not-in-delimiter'. Handle being inside comment opener.
16677 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
16678 character in case we're typing a '*' after a '/'.
16679 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
16680 instead by passing the parameter to c-state-pp-to-literal.
16681
16682 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
16683 for elt. 7 of a parse state.
16684
16685 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
16686
16687 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
16688 * international/latin1-disp.el, international/mule-util.el:
16689 * language/cyril-util.el, language/european.el, language/ind-util.el:
16690 * language/lao-util.el, language/thai.el, language/tibet-util.el:
16691 * language/tibetan.el, language/viet-util.el:
16692 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
16693
16694 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16695
16696 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
16697 (electric-pair-post-self-insert-function): Use it.
16698 (electric-pair-default-inhibit): New function, extracted from
16699 electric-pair-post-self-insert-function.
16700
16701 2013-03-31 Roland Winkler <winkler@gnu.org>
16702
16703 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
16704
16705 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16706
16707 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
16708
16709 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
16710
16711 Un-indent after "pass" and "return" statements (Bug#13888)
16712 * progmodes/python.el (python-indent-block-enders): New var.
16713 (python-indent-calculate-indentation): Use it.
16714
16715 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
16716
16717 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
16718 defun. Defining it as defalias could introduce too eager
16719 byte-compiler optimization. (Bug#14030)
16720
16721 2013-03-30 Chong Yidong <cyd@gnu.org>
16722
16723 * iswitchb.el (iswitchb-read-buffer): Fix typo.
16724
16725 2013-03-30 Leo Liu <sdl.web@gmail.com>
16726
16727 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
16728 (kmacro-execute-from-register): Pass the keyboard macro to
16729 kmacro-call-macro or repeating won't work correctly.
16730
16731 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
16732
16733 * progmodes/subword.el: Back to using `forward-symbol'.
16734
16735 * subr.el (forward-whitespace, forward-symbol)
16736 (forward-same-syntax): Move from thingatpt.el.
16737
16738 2013-03-29 Leo Liu <sdl.web@gmail.com>
16739
16740 * kmacro.el (kmacro-to-register): New command.
16741 (kmacro-execute-from-register): New function.
16742 (kmacro-keymap): Bind to 'x'. (Bug#14071)
16743
16744 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
16745
16746 * mpc.el: Use defvar-local and setq-local.
16747 (mpc--proc-connect): Connection failures are not bugs.
16748 (mpc-mode-map): `follow-link' only applies to the buffer's content.
16749 (mpc-volume-map): Bind to the up-events.
16750
16751 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
16752
16753 * progmodes/subword.el (superword-mode): Use `forward-sexp'
16754 instead of `forward-symbol'.
16755
16756 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16757
16758 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
16759 (edebug--recursive-edit): Use it.
16760 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
16761 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
16762
16763 2013-03-28 Leo Liu <sdl.web@gmail.com>
16764
16765 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
16766
16767 2013-03-27 Eli Zaretskii <eliz@gnu.org>
16768
16769 * facemenu.el (list-colors-callback): New defvar.
16770 (list-colors-redisplay): New function.
16771 (list-colors-display): Install list-colors-redisplay as the
16772 revert-buffer-function. (Bug#14063)
16773
16774 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16775
16776 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
16777 and suffixes don't overlap (bug#14061).
16778
16779 * case-table.el: Use lexical-binding.
16780 (case-table-get-table): New function.
16781 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
16782
16783 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
16784
16785 * progmodes/subword.el: Add `superword-mode' to do word motion
16786 over symbol_words (parallels and leverages `subword-mode' which
16787 does word motion inside MixedCaseWords).
16788
16789 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
16790
16791 * eshell/em-unix.el: Move su and sudo to...
16792 * eshell/em-tramp.el: ...Eshell tramp module.
16793
16794 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16795
16796 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
16797 Change return value to be a sexp. Delay `get-buffer' to after
16798 restoring the desktop (bug#13951).
16799
16800 2013-03-26 Leo Liu <sdl.web@gmail.com>
16801
16802 * register.el: Move semantic tag handling back to
16803 cedet/semantic/senator.el. (Bug#14052)
16804
16805 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16806
16807 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
16808 into the prompt either (bug#13963).
16809
16810 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
16811
16812 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
16813 part of "(error-foo)".
16814
16815 2013-03-24 Juri Linkov <juri@jurta.org>
16816
16817 * replace.el (list-matching-lines-prefix-face): New defcustom.
16818 (occur-1): Pass `list-matching-lines-prefix-face' to the function
16819 `occur-engine' if `face-differs-from-default-p' returns t.
16820 (occur-engine): Add `,' inside backquote construct to evaluate
16821 `prefix-face'. Propertize the prefix with the `prefix-face' face.
16822 Pass `prefix-face' to the functions `occur-context-lines' and
16823 `occur-engine-add-prefix'.
16824 (occur-engine-add-prefix, occur-context-lines): Add optional arg
16825 `prefix-face' and propertize the prefix with `prefix-face'.
16826 (Bug#14017)
16827
16828 2013-03-24 Leo Liu <sdl.web@gmail.com>
16829
16830 * nxml/rng-valid.el (rng-validate-while-idle)
16831 (rng-validate-quick-while-idle): Guard against deleted buffer.
16832 (Bug#13999)
16833
16834 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
16835 is the last entry in kill-buffer-hook.
16836
16837 * files.el (kill-buffer-hook): Doc fix.
16838
16839 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
16840
16841 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
16842 Make it safe-local.
16843
16844 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
16845
16846 2013-03-23 Leo Liu <sdl.web@gmail.com>
16847
16848 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
16849 Remove.
16850
16851 * nxml/rng-valid.el (rng-validate-mode)
16852 (rng-after-change-function, rng-do-some-validation):
16853 * nxml/rng-maint.el (rng-validate-buffer):
16854 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
16855 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
16856 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
16857 (nxml-extend-after-change-region): Use with-silent-modifications.
16858
16859 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
16860 timer-idle-list.
16861
16862 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
16863 (rng-next-error-1, rng-previous-error-1): Do not let-bind
16864 timer-idle-list. (Bug#13999)
16865
16866 2013-03-23 Juri Linkov <juri@jurta.org>
16867
16868 * info.el (info-index-match): New face.
16869 (Info-index, Info-apropos-matches): Add a nested subgroup to the
16870 main pattern and add text properties with the new face to matches
16871 in index entries relative to the beginning of the index entry.
16872 (Bug#14015)
16873
16874 2013-03-21 Eric Ludlam <zappo@gnu.org>
16875
16876 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
16877 Inhibit read only while inserting objects.
16878
16879 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
16880
16881 * progmodes/cfengine.el: Update docs to mention
16882 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
16883 symbol motion. Remove "_" from the word syntax.
16884
16885 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
16886
16887 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
16888 syntax for both `cfengine2-mode' and `cfengine3-mode'.
16889
16890 2013-03-20 Juri Linkov <juri@jurta.org>
16891
16892 * info.el (Info-next-reference-or-link)
16893 (Info-prev-reference-or-link): New functions.
16894 (Info-next-reference, Info-prev-reference): Use them.
16895 (Info-try-follow-nearest-node): Handle footnote navigation.
16896 (Info-fontify-node): Fontify footnotes. (Bug#13989)
16897
16898 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16899
16900 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
16901 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
16902
16903 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
16904
16905 Suppress unnecessary non-ASCII chatter during build process.
16906 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
16907 (batch-skkdic-convert): Suppress most of the chatter.
16908 It's not needed so much now that machines are faster,
16909 and its non-ASCII component was confusing; see Dmitry Gutov in
16910 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
16911
16912 2013-03-20 Leo Liu <sdl.web@gmail.com>
16913
16914 * ido.el (ido-chop): Fix bug#10994.
16915
16916 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
16917
16918 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
16919 Remove vars.
16920 (whitespace-color-on, whitespace-color-off):
16921 Use `font-lock-fontify-buffer' (Bug#13817).
16922
16923 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
16924
16925 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
16926 remapping in mode-line.
16927 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
16928
16929 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
16930
16931 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
16932 value for `whitespace-line' face (Bug#13875).
16933 (whitespace-font-lock-keywords): Change description.
16934 (whitespace-color-on): Don't save `font-lock-keywords' value, save
16935 the constructed keywords instead.
16936 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
16937
16938 2013-03-19 Leo Liu <sdl.web@gmail.com>
16939
16940 * progmodes/compile.el (compilation-display-error): New command.
16941 (compilation-mode-map, compilation-minor-mode-map): Bind it to
16942 C-o. (Bug#13992)
16943
16944 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
16945
16946 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
16947
16948 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
16949
16950 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
16951
16952 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
16953
16954 * net/tramp-compat.el (tramp-compat-user-error): New defun.
16955
16956 * net/tramp-adb.el (tramp-adb-handle-shell-command):
16957 * net/tramp-gvfs.el (top):
16958 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
16959 (tramp-handle-shell-command): Use it.
16960 (tramp-dissect-file-name): Raise an error when hostname is a
16961 method name, and neither method nor user is specified.
16962
16963 * net/trampver.el: Update release number.
16964
16965 2013-03-18 Leo Liu <sdl.web@gmail.com>
16966
16967 Make sure eldoc can be turned off properly.
16968 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
16969 eldoc-mode.
16970 (eldoc-display-message-p): Revert last change.
16971 (eldoc-display-message-no-interference-p)
16972 (eldoc-print-current-symbol-info): Tweak.
16973
16974 2013-03-18 Tassilo Horn <tsdh@gnu.org>
16975
16976 * doc-view.el (doc-view-new-window-function): Check the new window
16977 overlay's display property instead the char property of the
16978 buffer's first char. Use `with-selected-window' instead of
16979 `save-window-excursion' with `select-window'.
16980 (doc-view-document->bitmap): Check the current doc-view overlay's
16981 display property instead the char property of the buffer's first char.
16982
16983 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
16984
16985 Automate the build of ja-dic.el (Bug#13984).
16986 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
16987 from the input, rather than assume that it's been done for us by the
16988 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
16989 the current date into a ja-dic.el comment, as that complicates
16990 regression testing.
16991
16992 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16993
16994 * whitespace.el: Fix double evaluation.
16995 (whitespace-space, whitespace-hspace, whitespace-tab)
16996 (whitespace-newline, whitespace-trailing, whitespace-line)
16997 (whitespace-space-before-tab, whitespace-indentation)
16998 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
16999 obsolete defvars.
17000 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
17001 (whitespace-color-on): Use a single font-lock-add-keywords call.
17002 Fix double-evaluation of face variables.
17003
17004 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
17005
17006 * net/tramp-adb.el (tramp-adb-parse-device-names):
17007 Use `start-process' instead of `call-process'. Otherwise, the
17008 function might be blocked under MS Windows. (Bug#13299)
17009
17010 2013-03-17 Leo Liu <sdl.web@gmail.com>
17011
17012 Extend eldoc to display info in the mode-line. (Bug#13978)
17013 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
17014 (eldoc-mode-line-string): New variable.
17015 (eldoc-minibuffer-message): New function.
17016 (eldoc-message-function): New variable.
17017 (eldoc-message): Use it.
17018 (eldoc-display-message-p)
17019 (eldoc-display-message-no-interference-p):
17020 Support eldoc-post-insert-mode.
17021
17022 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
17023 (eval-expression): Run it.
17024
17025 2013-03-17 Roland Winkler <winkler@gnu.org>
17026
17027 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
17028 strings in the list of return values.
17029
17030 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
17031
17032 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
17033 radix before checking for HMS forms.
17034
17035 2013-03-16 Leo Liu <sdl.web@gmail.com>
17036
17037 * progmodes/scheme.el: Add indentation and font-locking for λ.
17038 (Bug#13975)
17039
17040 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17041
17042 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
17043 token before point (bug#13942).
17044
17045 2013-03-16 Leo Liu <sdl.web@gmail.com>
17046
17047 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
17048
17049 2013-03-16 Eli Zaretskii <eliz@gnu.org>
17050
17051 * startup.el (command-line-normalize-file-name): Fix handling of
17052 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
17053 <xfq.free@gmail.com> in
17054 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
17055
17056 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
17057
17058 Sync with Tramp 2.2.7.
17059
17060 * net/trampver.el: Update release number.
17061
17062 2013-03-14 Tassilo Horn <tsdh@gnu.org>
17063
17064 * doc-view.el: Fix bug#13887.
17065 (doc-view-insert-image): Don't modify overlay associated to
17066 non-live windows, and implement horizontal centering of image in
17067 case it's smaller than the window.
17068 (doc-view-new-window-function): Force redisplay of new windows on
17069 doc-view buffers.
17070
17071 2013-03-13 Karl Fogel <kfogel@red-bean.com>
17072
17073 * saveplace.el (save-place-alist-to-file): Don't sort
17074 `save-place-alist', just pretty-print it (bug#13882).
17075
17076 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
17077
17078 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
17079 Check whether `default-file-name-coding-system' is bound.
17080 It isn't in XEmacs.
17081
17082 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
17083
17084 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
17085 backquotes for `obsolete' (bug#13929).
17086
17087 * international/mule.el (find-auto-coding): Include file name in
17088 obsolescence warning (bug#13922).
17089
17090 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
17091
17092 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
17093 for CFEngine 3-specific indentation.
17094 (cfengine3-indent-line): Use it. Fix up category regex.
17095 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
17096
17097 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17098
17099 * type-break.el (type-break-file-name):
17100 * textmodes/remember.el (remember-data-file):
17101 * strokes.el (strokes-file):
17102 * shadowfile.el (shadow-initialize):
17103 * saveplace.el (save-place-file):
17104 * ps-bdf.el (bdf-cache-file):
17105 * progmodes/idlwave.el (idlwave-config-directory):
17106 * net/quickurl.el (quickurl-url-file):
17107 * international/kkc.el (kkc-init-file-name):
17108 * ido.el (ido-save-directory-list-file):
17109 * emulation/viper.el (viper-custom-file-name):
17110 * emulation/vip.el (vip-startup-file):
17111 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
17112 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
17113
17114 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
17115
17116 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
17117 * language/thai-word.el: Switch to UTF-8.
17118
17119 See ChangeLog.16 for earlier changes.
17120
17121 ;; Local Variables:
17122 ;; coding: utf-8
17123 ;; End:
17124
17125 Copyright (C) 2011-2014 Free Software Foundation, Inc.
17126
17127 This file is part of GNU Emacs.
17128
17129 GNU Emacs is free software: you can redistribute it and/or modify
17130 it under the terms of the GNU General Public License as published by
17131 the Free Software Foundation, either version 3 of the License, or
17132 (at your option) any later version.
17133
17134 GNU Emacs is distributed in the hope that it will be useful,
17135 but WITHOUT ANY WARRANTY; without even the implied warranty of
17136 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17137 GNU General Public License for more details.
17138
17139 You should have received a copy of the GNU General Public License
17140 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.