Disable logging in the short form of the test Makefile rules
[bpt/emacs.git] / lisp / ChangeLog
1 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/hideif.el: Use lexical-binding. Fix up cl-lib usage.
4
5 2014-06-28 K. Handa <handa@gnu.org>
6
7 Fix Bug#17739.
8
9 * composite.el: Setup composition-function-table for dotted circle.
10 (compose-gstring-for-dotted-circle): New function.
11
12 * international/characters.el: Add category "^" to all
13 non-spacing characters.
14
15 2014-06-28 Glenn Morris <rgm@gnu.org>
16
17 * Makefile.in (doit): Remove force rule.
18 (custom-deps, finder-data, autoloads, update-subdirs)
19 (compile-one-process): PHONY targets do not need force rules.
20
21 * Makefile.in (compile-main, compile, compile-always):
22 No need to explicitly pass variables to ourself in recursive calls.
23
24 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
25
26 * files.el (minibuffer-with-setup-hook): Evaluate the first arg eagerly.
27
28 2014-06-26 Glenn Morris <rgm@gnu.org>
29
30 * Makefile.in (update-authors): Update for moved authors.el.
31
32 2014-06-26 Leo Liu <sdl.web@gmail.com>
33
34 * skeleton.el (skeleton-end-hook): Default to nil and move the
35 work to skeleton-insert. (Bug#17850)
36
37 2014-06-26 Dmitry Antipov <dmantipov@yandex.ru>
38
39 * calc/calc-alg.el (math-beforep):
40 * progmodes/cc-guess.el (c-guess-view-reorder-offsets-alist-in-style):
41 Simplify because string-lessp can accept symbols as args.
42
43 2014-06-26 Daiki Ueno <ueno@gnu.org>
44
45 * emacs-lisp/package.el (package--check-signature):
46 If package-check-signature is allow-unsigned, don't signal error when
47 we can't verify signature because of missing public key
48 (bug#17625).
49
50 2014-06-26 Glenn Morris <rgm@gnu.org>
51
52 * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
53 Remove outdated declaration.
54
55 * emacs-lisp/authors.el (authors-valid-file-names)
56 (authors-renamed-files-alist): Additions.
57
58 2014-06-26 Leo Liu <sdl.web@gmail.com>
59
60 * textmodes/picture.el (picture-set-tab-stops):
61 * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
62 (ruler-mode-ruler): Fix to work with nil tab-stop-list.
63
64 * progmodes/asm-mode.el (asm-calculate-indentation):
65 Use indent-next-tab-stop.
66
67 * indent.el (indent-accumulate-tab-stops): New function.
68
69 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
70
71 * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
72 (package-desc-status): Obey it.
73
74 2014-06-26 Stephen Berman <stephen.berman@gmx.net>
75
76 * calendar/todo-mode.el: Fix two bugs.
77 (todo-insert-item--basic): If user cancels item insertion to
78 another category before setting priority, show original category
79 whether it is in the same or a different file.
80 (todo-set-item-priority): After selecting category, instead of
81 moving point to top, which extends an active region, restore it.
82
83 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
84
85 * help-fns.el (describe-function-1): Check file-name is a string before
86 calling help-fns--autoloaded-p (bug#17564).
87
88 2014-06-26 Juri Linkov <juri@jurta.org>
89
90 * desktop.el (desktop-auto-save-enable)
91 (desktop-auto-save-disable): New functions.
92 (desktop-save-mode, desktop-auto-save-timeout): Use them.
93 (desktop-read): Disable the autosave before loading the desktop,
94 and enable afterwards. (Bug#17351)
95
96 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
97
98 Fix some indentation problem with \; and pipes (bug#17842).
99 * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
100 (sh-smie--default-forward-token, sh-smie--default-backward-token):
101 New functions.
102 (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
103 (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
104 (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
105
106 2014-06-26 Glenn Morris <rgm@gnu.org>
107
108 * emacs-lisp/find-func.el (find-function-C-source-directory):
109 Use file-accessible-directory-p.
110
111 * ps-samp.el: Make it slightly less awful.
112 (ps-rmail-mode-hook, ps-gnus-article-prepare-hook, ps-vm-mode-hook):
113 (ps-gnus-summary-setup, ps-info-mode-hook): Use [print] key.
114 Only set local values.
115 (ps-article-subject, ps-article-author): Use standard functions
116 like mail-fetch-field.
117 (ps-info-file, ps-info-node): Use match-string.
118 (ps-jts-ps-setup, ps-jack-setup): Remove, merging into...
119 (ps-samp-ps-setup): ... new function.
120
121 * progmodes/idlw-shell.el (idlwave-shell-make-temp-file):
122 Optimize away code unneeded on any modern Emacs.
123
124 * emacs-lisp/authors.el: Move to ../admin.
125
126 * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New.
127
128 2014-06-26 Luke Lee <luke.yx.lee@gmail.com>
129
130 * progmodes/hideif.el (hif-string-to-number): Fix return value bug.
131 (hif-simple-token-only, hif-tokenize): Comment in detail mainly for
132 performance enhancements.
133 (hif-parse-if-exp): Rename to `hif-parse-exp'. Enhance for macro
134 expansion.
135 (hif-factor, hif-string-concatenation, intern-safe): Support string
136 concatenation and argumented macro expansion.
137 (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
138 (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
139 (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
140 (hif-canonicalize-tokens, hif-place-macro-invocation)
141 (hif-parse-macro-arglist): Mostly new functions for supporting
142 argumented macro expansion.
143 (hif-string-concatenation, hif-stringify, hif-token-concat)
144 (hif-token-stringification, hif-token-concatenation):
145 Stringification and concatenation.
146 (hif-find-next-relevant): Fix comments.
147 (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
148 some cases involving #elif.
149 (hif-find-define, hif-add-new-defines): New functions for automatically
150 scanning of defined symbols.
151 (hide-ifdef-guts): Fix for defined symbol auto scanning.
152 (hide-ifdef-undef): Fix behavior to match CPP.
153
154 2014-06-25 Glenn Morris <rgm@gnu.org>
155
156 * Makefile.in ($(lisp)/progmodes/cc-defs.elc)
157 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
158 ($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc
159 files. They are not relevant to the original issue (bug#1004),
160 and cause unnecessary recompilation (bug#2151).
161
162 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
163
164 * play/landmark.el: Use lexical-binding and avoid `intangible'.
165 (landmark--last-pos): New var.
166 (landmark--intangible-chars): New const.
167 (landmark--intangible): New function.
168 (landmark-mode, landmark-move): Use it.
169 (landmark-mode): Remove properties.
170 (landmark-plot-square, landmark-point-square, landmark-goto-xy)
171 (landmark-cross-qtuple):
172 Don't worry about `intangible' any more.
173 (landmark-click, landmark-point-y): Same; and don't assume point-min==1.
174 (landmark-init-display): Don't set `intangible' and `point-entered'.
175 (square): Remove. Inline it instead.
176 (landmark--distance): Rename from `distance'.
177 (landmark-calc-distance-of-robot-from): Rename from
178 calc-distance-of-robot-from.
179 (landmark-calc-smell-internal): Rename from calc-smell-internal.
180
181 2014-06-25 Dmitry Antipov <dmantipov@yandex.ru>
182
183 * files.el (dir-locals-find-file, file-relative-name):
184 * info.el (Info-complete-menu-item):
185 * minibuffer.el (completion-table-subvert): Prefer string-prefix-p
186 to compare-strings to avoid out-of-range errors.
187 * subr.el (string-prefix-p): Adjust to match strict range
188 checking in compare-strings.
189
190 2014-06-24 Leonard Randall <leonard.a.randall@gmail.com> (tiny change)
191
192 * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
193 for comment lines non-greedy and stopping at newlines to fix stack
194 overflows with large files.
195
196 2014-06-24 Eli Barzilay <eli@barzilay.org>
197
198 * calculator.el (calculator-last-input): Drop 'ascii-character property
199 lookup.
200
201 2014-06-24 Leo Liu <sdl.web@gmail.com>
202
203 * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
204 tab-stop-list to nil. (Bug#16381)
205
206 * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
207 (indent-rigidly-left-to-tab-stop)
208 (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
209 (move-to-tab-stop): Change callers.
210
211 2014-06-24 Eli Zaretskii <eliz@gnu.org>
212
213 * skeleton.el (skeleton-insert): Yet another fix of the doc string
214 wrt behavior of \n as the first/last element of a skeleton.
215
216 2014-06-24 Michael Albinus <michael.albinus@gmx.de>
217
218 * net/tramp-adb.el (tramp-adb-handle-process-file):
219 * net/tramp-sh.el (tramp-sh-handle-process-file):
220 * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
221 the output buffer when DISPLAY is non-nil. (Bug#17815)
222
223 2014-06-24 Glenn Morris <rgm@gnu.org>
224
225 * play/landmark.el (landmark-move-down, landmark-move-up):
226 Fix 2007-10-20 change - preserve horizontal position.
227
228 2014-06-23 Sam Steingold <sds@gnu.org>
229
230 * simple.el (kill-append): Remove undo boundary depending on ...
231 (kill-append-merge-undo): New user option.
232
233 2014-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
234
235 * simple.el (handle-shift-selection, exchange-point-and-mark)
236 (activate-mark): Set transient-mark-mode buffer-locally (bug#6316).
237 (transient-mark-mode): Use&set the global value.
238 * mouse.el (mouse-set-region-1, mouse-drag-track): Idem.
239 * emulation/edt.el (edt-emulation-off): Save&restore the global
240 transient-mark-mode setting.
241 * obsolete/pc-select.el (pc-selection-mode): Use the
242 transient-mark-mode function.
243
244 2014-06-23 Eli Zaretskii <eliz@gnu.org>
245
246 * international/fontset.el (script-representative-chars):
247 Add representative characters for scripts added in Unicode 7.0.
248 (otf-script-alist): Synchronize with the latest registry of OTF
249 script tags.
250
251 * international/characters.el (char-script-table): Update for
252 scripts added and codepoint ranges changed in Unicode 7.0.
253
254 2014-06-23 Eli Barzilay <eli@barzilay.org>
255
256 * calculator.el (calculator-standard-displayer): Fix bug in use of
257 `calculator-groupize-number'.
258 (calculator-funcall): Fix broken `cl-flet' use by moving it into the
259 `eval' code, so it works in v24.3.1 too.
260 (calculator-last-input): Comment to clarify purpose.
261
262 2014-06-22 Mario Lang <mlang@delysid.org>
263
264 * textmodes/rst.el (rst-comment-region): From from -> from.
265
266 * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
267
268 2013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
269
270 * electric.el (electric-layout-post-self-insert-function):
271 * emacs-lisp/ert.el (ert--insert-infos):
272 * obsolete/vi.el (vi-set-mark):
273 * term.el (term-handle-scroll):
274 * textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry):
275 * wid-edit.el (widget-editable-list-value-create):
276 Prefer point-marker to copy-marker of point.
277
278 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
279
280 Fix completion retrieval parsing (bug#17209).
281 * progmodes/python.el (python-mode):
282 (python-util-strip-string): New function.
283 (python-shell-completion-get-completions): Use it.
284
285 2014-06-21 Eli Zaretskii <eliz@gnu.org>
286
287 * skeleton.el (skeleton-insert): Fix last change.
288
289 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
290
291 Enhancements for outline integration (bug#17796).
292 * progmodes/python.el (python-mode): Properly set
293 outline-heading-end-regexp so that comments after colons for
294 defuns are supported.
295
296 2014-06-21 Eli Zaretskii <eliz@gnu.org>
297
298 * skeleton.el (skeleton-insert): Doc fix.
299
300 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
301
302 * emacs-lisp/smie.el (smie-config--guess): Fix typo.
303 (smie-config-guess): Use smie-config-local so the rules are obeyed
304 (bug#17818).
305
306 * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
307 since it's already done inside the loop (bug#17819).
308
309 2014-06-21 Martin Rudalics <rudalics@gmx.at>
310
311 * mouse.el (mouse-drag-line): Re-remove code initially removed
312 on 2013-03-09 and inadvertently reintroduced on 2013-11-30
313 (Bug#17819).
314
315 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
316
317 * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
318 align with the surrounding parent (bug#17721).
319
320 2014-06-21 Eli Zaretskii <eliz@gnu.org>
321
322 * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
323 locally to nil.
324 (texinfo-insert-block, texinfo-insert-@end)
325 (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
326 local setting of skeleton-end-newline by adding an explicit \n to
327 the skeletons where appropriate. (Bug#17801)
328
329 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
330
331 * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
332 (smie-indent--hanging-p): Use it.
333 * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
334
335 2014-06-21 Leo Liu <sdl.web@gmail.com>
336
337 * simple.el (read-quoted-char): Don't let help chars pop up help
338 buffer. (Bug#16617)
339
340 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
341
342 * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
343 for | (bug#17621).
344
345 * xt-mouse.el (xterm-mouse--read-event-sequence-1000):
346 Drop unknown events instead of burping.
347
348 2014-06-21 Eli Zaretskii <eliz@gnu.org>
349
350 * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
351 and later. (Bug#17790)
352
353 2014-06-21 Juri Linkov <juri@jurta.org>
354
355 * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
356 to `soft'. (Bug#17554)
357
358 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
359
360 * delsel.el (electric-newline-and-maybe-indent): Mark it as well
361 (bug#17737).
362
363 2014-06-21 Dmitry Gutov <dgutov@yandex.ru>
364
365 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
366 `!' in `!~' with `font-lock-negation-char-face'. (Bug#17732)
367
368 2014-06-21 Michael Albinus <michael.albinus@gmx.de>
369
370 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
371 `unread-command-events'.
372
373 2014-06-19 William Xu <william.xwl@gmail.com>
374
375 * progmodes/hideif.el (hif-string-to-number): Don't return float for
376 hex integer constants (bug#17807).
377
378 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
379
380 * international/mule-util.el (truncate-string-ellipsis): New var.
381 (truncate-string-to-width): Use it.
382
383 2014-06-19 Robert Brown <robert.brown@gmail.com> (tiny change)
384
385 * emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
386 (lisp-string-in-doc-position-p): New function, extracted from
387 lisp-font-lock-syntactic-face-function.
388 (lisp-font-lock-syntactic-face-function): Use them (bug#9130).
389
390 2014-06-19 Grégoire Jadi <daimrod@gmail.com>
391
392 * net/rcirc.el (rcirc-omit-mode): Fix recenter error. (Bug#17769)
393
394 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
395
396 * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
397 (bubbles--game-over): Don't add `intangible' properties since they
398 didn't work anyway.
399
400 2014-06-18 Juri Linkov <juri@jurta.org>
401
402 * vc/ediff-init.el (ediff-current-diff-Ancestor)
403 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
404 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
405 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
406 Add `min-colors 88' version with removed black/white foregrounds.
407 (Bug#10181)
408
409 2014-06-18 Juri Linkov <juri@jurta.org>
410
411 * vc/diff-mode.el (diff-changed): Empty face definition to use
412 `diff-removed' and `diff-added' on tty as well. (Bug#10181)
413 (diff-context): Use darker color on light background and
414 lighter color on dark background.
415
416 2014-06-18 Juri Linkov <juri@jurta.org>
417
418 * vc/diff-mode.el (diff-refine-changed): Rename from
419 `diff-refine-change' for consistency with `diff-changed'.
420 (diff-refine-change): Add obsolete face alias. (Bug#10181)
421
422 * vc/smerge-mode.el (smerge-refined-changed): Rename from
423 `smerge-refined-change'.
424 (smerge-refined-change): Add obsolete face alias.
425
426 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
427
428 * rect.el (rectangle-preview): New custom.
429 (rectangle): New group.
430 (rectangle--pos-cols): Add `window' argument.
431 (rectangle--string-preview-state, rectangle--string-preview-window):
432 New vars.
433 (rectangle--string-flush-preview, rectangle--string-erase-preview)
434 (rectangle--space-to, rectangle--string-preview): New functions.
435 (string-rectangle): Use them.
436 (rectangle--inhibit-region-highlight): New var.
437 (rectangle--highlight-for-redisplay): Obey it. Make sure
438 `apply-on-region' uses the point-crutches of the right window.
439 Use :align-to rather than multiple spaces.
440
441 2014-06-16 Andrea Rossetti <andrea.rossetti@gmail.com> (tiny change)
442
443 * ruler-mode.el (ruler-mode-window-col)
444 (ruler-mode-mouse-set-left-margin)
445 (ruler-mode-mouse-set-right-margin): Fix calculation of column
446 from mouse position (Bug#17768).
447
448 2014-06-16 Ron Schnell <ronnie@driver-aces.com>
449
450 * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
451 without varname or rhs causes crash.
452 (dun-ftp): Fix bug where blank ftp password is allowed, making it
453 impossible to win endgame.
454 (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
455 rlogin is anymore.
456 (dun-help): Bump version number; update contact info.
457
458 2014-06-15 Eli Barzilay <eli@barzilay.org>
459
460 * calculator.el (calculator-prompt, calculator-remove-zeros)
461 (calculator-mode-hook, calculator-operators, calculator-stack)
462 (calculator-mode): Tweak docstring.
463 (calculator-user-operators): Tweak docstring, fix a bug in the last
464 example.
465 (calculator-displayer): `std' case has an optional boolean.
466 (calculator-displayers): Use the new boolean to group in decimal mode.
467 (calculator-mode-map, calculator, calculator-message)
468 (calculator-op-arity, calculator-add-operators)
469 (calculator-string-to-number, calculator-displayer-prev)
470 (calculator-displayer-next, calculator-remove-zeros)
471 (calculator-eng-display, calculator-number-to-string)
472 (calculator-update-display, calculator-last-input)
473 (calculator-clear-fragile, calculator-digit, calculator-decimal)
474 (calculator-exp, calculator-saved-move, calculator-clear)
475 (calculator-copy, calculator-put-value, calculator-help)
476 (calculator-expt, calculator-truncate): Minor code improvements.
477 (calculator-need-3-lines): New function pulling out code from
478 `calculator'.
479 (calculator-get-display): Rename from `calculator-get-prompt', and
480 improved.
481 (calculator-push-curnum): Rename from `calculator-curnum-value', and
482 extended for all uses of it. All callers changed.
483 (calculator-groupize-number): New utility for splitting a number into
484 groups.
485 (calculator-standard-displayer): Improve code, new optional argument to
486 use comma-split groups, make second argument optional too to use with
487 'left/'right inputs. All callers changed.
488 (calculator-reduce-stack-once): New utility, doing the meat of what
489 `calculator-reduce-stack' used to do, much improved (mostly using
490 `pcase' for conciseness and clarity).
491 (calculator-reduce-stack): Now doing just the reduction loop using
492 `calculator-reduce-stack-once'.
493 (calculator-funcall): Improve code, make it work in v24.3.1 too.
494 (calculator-last-input): Improve code, remove some old cruft.
495 (calculator-quit): Kill `calculator-buffer' in electric mode too.
496 (calculator-integer-p): Remove.
497 (calculator-fact): Improve code, make it work on non-integer values
498 too (using truncated numbers).
499
500 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
501
502 Sync with Tramp 2.2.10.
503
504 * net/tramp.el (tramp-methods): Tweak docstring.
505 (tramp-handle-file-accessible-directory-p): Check for
506 `file-readable-p' instead of `file-executable-p'.
507 (tramp-check-cached-permissions):
508 Use `tramp-compat-file-attributes'.
509 (tramp-call-process): Add new argument VEC. Adapt callees in all
510 tramp*.el files.
511
512 * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
513 (tramp-adb-maybe-open-connection): Don't set
514 `tramp-current-*' variables.
515
516 * net/tramp-cache.el (tramp-flush-file-function): Do not flush
517 file properties of temporary buffers.
518
519 * net/tramp-ftp.el (top): Remove special handling for URL syntax.
520
521 * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
522 (tramp-gvfs-handle-delete-file): Flush file
523 properties, not directory properties.
524 (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
525 reading "unix::mode".
526 (tramp-gvfs-handle-file-name-all-completions):
527 Use "-h" option for "gvfs-ls".
528 (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
529 (tramp-gvfs-send-command): Simplify traces.
530
531 * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
532 (vc-git-program, vc-hg-program): Declare.
533 (tramp-methods) <sftp>: Remove. It has never worked satisfactorily.
534 (tramp-methods) <nc>: Add new method.
535 (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
536 (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
537 `tramp-login-args'.
538 (tramp-default-user-alist): Add "nc".
539 (top): Remove completion function for "sftp". Add completion
540 functions for "nc" and "psftp".
541 (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
542 Implement support for "nc" method.
543 (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
544 (tramp-remote-coding-commands, tramp-call-local-coding-command):
545 Tweak docstring.
546 (tramp-sh-handle-write-region): Tweak error message.
547 (tramp-sh-handle-vc-registered): Remove backends when the remote
548 binary does not exist.
549 (tramp-find-inline-encoding): Do not raise an error.
550 (tramp-make-copy-program-file-name): Tweak docstring. Handle also
551 the "nc" case. Quote result also locally.
552
553 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
554 (tramp-smb-handle-set-file-acl): Use `start-process'.
555 (tramp-smb-handle-insert-directory): Use progress reporter.
556 (tramp-smb-handle-rename-file): Flush also file properties of
557 FILENAME.
558
559 * net/trampver.el: Update release number.
560
561 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
562
563 * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
564 add-to-list.
565 (ses-localvars): Remove ses--local-printer-list, unused.
566 (ses--metaprogramming): New macro. Use it to defvar variables.
567 (ses-set-localvars): Simplify.
568 (ses--locprn, ses-cell): Use defstruct. Change ses-cell's
569 property-list into an alist.
570 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
571 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
572 Remove; use defstruct accessors/setters instead.
573 (ses-cell-formula-aset, ses-cell-printer-aset)
574 (ses-cell-references-aset): Remove, use setf instead.
575 (ses--alist-get): New function.
576 (ses-cell-property): Rename from ses-cell-property-get and rewrite.
577 Use an alist instead of a plist and don't do move-to-front since the
578 list is always short.
579 (ses-cell-property-get-fun, ses-cell-property-delq-fun)
580 (ses-cell-property-set-fun, ses-cell-property-set)
581 (ses-cell-property-pop-fun, ses-cell-property-get-handle)
582 (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
583 (ses--letref): New macro.
584 (ses-cell-property-pop): Rewrite.
585 (ses--cell): Rename from ses-cell and make it into a function.
586 Make `formula' fallback on `value' if nil.
587 (ses--local-printer): Rename from ses-local-printer and make it into
588 a function.
589 (ses-set-cell): Turn it into a macro so finding the accessor from the
590 field name is done at compile time.
591 (ses-repair-cell-reference-all): Test presence of `sym' rather than
592 `ref' before adding `sym' to :ses-repair-reference.
593 (ses-calculate-cell): Use ses--letref rather than
594 ses-cell-property-get-handle.
595 (ses-write-cells): Use a single prin1-to-string.
596 (ses-setter-with-undo): New function.
597 (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
598 (ses-unset-with-undo): Remove.
599 (ses-load): Prefer apply' over `eval'.
600 (ses-read-printer, ses-set-column-width): Use standard "(default
601 foo)" format.
602
603 2014-06-15 Glenn Morris <rgm@gnu.org>
604
605 * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
606
607 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
608 Replace delete-duplicates and mapcan by cl- versions throughout.
609 And cl-macroexpand-all by macroexpand-all.
610 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
611
612 2014-06-15 Eli Zaretskii <eliz@gnu.org>
613
614 * subr.el (posn-col-row): Doc fix. (Bug#17768)
615
616 2014-06-15 Juri Linkov <juri@jurta.org>
617
618 * bindings.el: Put `ascii-character' property on keypad keys
619 mapped to characters. (Bug#17759)
620
621 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
622
623 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
624 bumping forward into a closing paren (bug#17761).
625
626 * term/xterm.el (xterm--version-handler): Work around for OSX
627 Terminal.app (bug#17607).
628
629 2014-06-14 Ron Schnell <ronnie@driver-aces.com>
630
631 * play/dunnet.el (dun-describe-room, dun-mode):
632 If a lamp is in the room, you won't be eaten by a grue.
633
634 2014-06-13 Glenn Morris <rgm@gnu.org>
635
636 * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
637 (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
638 (compile-always): GNU make automatically passes
639 command-line arguments to sub-makes.
640
641 * calendar/calendar.el (calendar-generate-window):
642 Remove pointless call to font-lock-fontify-buffer.
643
644 2014-06-13 Matthias Meulien <orontee@gmail.com>
645
646 * simple.el (completion-list-mode-map): Navigate with tab and backtab
647 (bug#17767).
648
649 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
650
651 * simple.el (set-mark-command): Simplify a bit.
652
653 2014-06-12 Nicolas Richard <theonewiththeevillook@yahoo.fr>
654
655 * help.el (help--key-binding-keymap): New function.
656 (help--binding-locus): New function.
657 (describe-key): Mention the keymap in which the binding was
658 found. (bug#13948)
659
660 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
661
662 * hippie-exp.el (he--all-buffers): New function.
663 (try-expand-line-all-buffers, try-expand-list-all-buffers)
664 (try-expand-dabbrev-all-buffers): Use it.
665
666 2014-06-12 Emilio C. Lopes <eclig@gmx.net>
667
668 * hippie-exp.el (try-expand-line-all-buffers)
669 (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
670 Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
671 original buffer, in case they're buffer-local.
672
673 2014-06-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
674
675 * ses.el (ses-initial-global-parameters-re): New defconst, a
676 specific regexp is needed now that ses.el can handle both
677 file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
678 local printers.
679 (ses-localvars): Add local variables needed for local printer handling.
680 (ses-set-localvars): Handle hashmap initialisation.
681 (ses-paramlines-plist): Add param-line for number of local printers.
682 (ses-paramfmt-plist): New defconst, needed for code factorization
683 between functions `ses-set-parameter' and
684 `ses-file-format-extend-paramter-list'
685 (ses-make-local-printer-info): New defsubst.
686 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
687 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
688 (ses-cell-printer-aset): New defmacro.
689 (ses-local-printer-compile): New defun.
690 (ses-local-printer): New defmacro.
691 (ses-printer-validate, ses-call-printer): Add support for local
692 printer functions.
693 (ses-file-format-extend-paramter-list): New defun.
694 (ses-set-parameter): Use const `ses-paramfmt-plist' for code
695 factorization.
696 (ses-load): Add support for local printer functions.
697 (ses-read-printer): Update docstring and add support for local printer
698 functions.
699 (ses-refresh-local-printer, ses-define-local-printer): New defun.
700 (ses-safe-printer): Add support for local printer functions.
701
702 2014-06-12 Ivan Andrus <darthandrus@gmail.com>
703
704 * ffap.el (ffap-lax-url): New var (bug#17723).
705 (ffap-url-at-point): Use it.
706 (ffap-file-at-point): Avoid returning just "/".
707
708 2014-06-12 Matthias Meulien <orontee@gmail.com>
709
710 * progmodes/python.el (import skeleton): New skeleton (bug#17672).
711 (python-mode-map): Bind it.
712
713 * progmodes/python.el (class skeleton): Don't erase last char of class
714 name (bug#17683).
715
716 2014-06-12 Cameron Desautels <camdez@gmail.com> (tiny change)
717
718 * help.el (where-is): Use `default' arg of completing-read (bug#17705).
719
720 2014-06-12 Kevin Ryde <user42_kevin@yahoo.com.au>
721
722 * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
723 (bug#17745).
724
725 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
726
727 * international/mule-cmds.el: Use lexical-binding.
728 (ucs-names): Simplify.
729
730 2014-05-18 Eric Hanchrow <eric.hanchrow@gmail.com>
731
732 * progmodes/python.el (run-python): Use read-shell-command.
733
734 2014-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
735
736 * rect.el: Make it possible to move bounds past EOL or into TABs.
737 (operate-on-rectangle): Use apply-on-rectangle.
738 (rectangle--mark-crutches): New var.
739 (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
740 (rectangle--crutches, rectangle--reset-crutches): New functions.
741 (apply-on-rectangle): Obey crutches. Avoid setq.
742 Fix missing final iteration if end is at EOB&BOL.
743 (rectangle-mark-mode-map): Add remap bindings for
744 exchange-point-and-mark and char/line movements.
745 (rectangle--*-char): New function.
746 (rectangle-exchange-point-and-mark, rectangle-right-char)
747 (rectangle-left-char, rectangle-forward-char)
748 (rectangle-backward-char, rectangle-next-line)
749 (rectangle-previous-line): New commands.
750 (rectangle--place-cursor): New function.
751 (rectangle--highlight-for-redisplay): Use it. Use apply-on-rectangle.
752
753 2014-06-08 Glenn Morris <rgm@gnu.org>
754
755 * startup.el (initial-buffer-choice): Doc fix.
756 Reset :version (adding an option does not merit a :version bump).
757
758 * bookmark.el (bookmark-load):
759 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
760
761 2014-06-08 Juri Linkov <juri@jurta.org>
762
763 * desktop.el: Activate auto-saving on window configuration changes.
764 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
765 `desktop-auto-save-set-timer' to/from
766 `window-configuration-change-hook'.
767 (desktop-auto-save-set-timer): Change REPEAT arg of
768 `run-with-idle-timer' from t to nil.
769 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
770
771 2014-06-08 Santiago Payà i Miralta <santiagopim@gmail.com>
772
773 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
774 vc-hg-command (bug#17570).
775
776 2014-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
777
778 * international/mule-cmds.el (ucs-names): Add special entry for BEL
779 (bug#17702).
780
781 2014-06-08 Glenn Morris <rgm@gnu.org>
782
783 * startup.el (window-setup-hook): Doc fix.
784
785 * emacs-lisp/package.el (package-check-signature)
786 (package-unsigned-archives): Doc fixes.
787
788 2014-06-08 Martin Rudalics <rudalics@gmx.at>
789
790 * window.el (display-buffer-use-some-window): Don't make window
791 used smaller than it was before (Bug#17671).
792
793 2014-06-08 Eli Zaretskii <eliz@gnu.org>
794
795 * menu-bar.el (menu-bar-open): Fix last change: use the PC
796 'redisplay' instead of '(sit-for 0)'.
797
798 2014-06-08 Michael Albinus <michael.albinus@gmx.de>
799
800 * net/tramp.el (tramp-ssh-controlmaster-options):
801 Improve search regexp. (Bug#17653)
802
803 2014-06-08 Glenn Morris <rgm@gnu.org>
804
805 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
806
807 2014-06-08 Eli Zaretskii <eliz@gnu.org>
808
809 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
810
811 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
812
813 * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
814 (bug#17586).
815
816 * vc/vc-hg.el (vc-hg-log-graph): New var.
817 (vc-hg-print-log): Use it.
818 (vc-hg-root-log-format): Include branch name and bookmarks; ignore
819 graph output (bug#17515).
820
821 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
822
823 * mouse.el (mouse-posn-property): Ignore buffer position info when the
824 even happened elsewhere.
825
826 2014-06-06 Mario Lang <mlang@delysid.org>
827
828 * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
829 `recenter' if `current-buffer' is equal to `window-buffer'.
830
831 2014-06-05 Leo Liu <sdl.web@gmail.com>
832
833 * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
834
835 2014-06-05 Michal Nazarewicz <mina86@mina86.com>
836
837 * textmodes/tildify.el (tildify-foreach-region-outside-env):
838 New function which calls a callback on portions of the buffer that are
839 outside of ignored environments.
840 (tildify-build-regexp): Remove function since it is now
841 incorporated in `tildify-foreach-region-outside-env' where it is
842 optimised and simplified by the use of `mapconcat'.
843 (tildify-tildify): Return number of substitutions made so that…
844 (tildify-count): …can be removed.
845 (tildify-find-env): Accept a new PAIRS argument which was
846 previously looked up in `tildify-ignored-environments-alist' each
847 time the function was called. With this change, the lookup is
848 performed only once in `tildify-foreach-region-outside-env'.
849 (tildify-region): Greatly simplify the function since now most of
850 the work is done by `tildify-foreach-region-outside-env'.
851 (tildify-mode-alist): Simplify slightly by avoiding if and setq
852 and instead using or.
853
854 * textmodes/tildify.el (tildify-ignored-environments-alist):
855 Optimise environments regexes
856
857 Each time beginning of an environment to ignore is found,
858 `tildify-find-env' needs to identify regexp for the ending
859 of the environment. This is done by trying all the opening
860 regexes on matched text in a loop, so to speed that up, this
861 loop should have fewer things to match, which can be done by
862 using alternatives in the opening regexes.
863
864 Coincidentally, this should make matching of the opening
865 regexp faster as well thanks to the use of `regexp-opt' and
866 having common prefix pulled from many regexes.
867
868 * textmodes/tildify.el (tildify-string-alist)
869 (tildify-ignored-environments-alist): Add `nxml-mode' to the list
870 of supported modes since `xml-mode' is no longer a thing but just
871 an alias to the former. Also include comments and insides of tags
872 in `tildify-ignored-environments-alist' for XML modes. Finally,
873 since XML does not define “&nbsp;”[1], use a numeric reference for
874 a no-break space (namely “&#160;”)
875
876 [1] XML specification defines only a handful of predefined entities.
877 The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
878 and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
879 >, &, ' and " respectively). This is in contrast to HTML and even
880 XHTML which defined a whole bunch of entities including “&nbsp;”.
881
882 * textmodes/tildify.el (tildify-pattern-alist)
883 (tildify-string-alist, tildify-ignored-environments-alist):
884 Improve defcustom's types by adding more tags explaining what each
885 value means and replace “sexp” used in
886 `tildify-ignored-environments-alist' with a full type declaration.
887
888 * textmodes/tildify.el (tildify-find-env): Fix matched group
889 indexes in end-regex building
890
891 When looking for a start of an ignore-environment, the regex is built
892 by concatenating regexes of all the environments configured in
893 `tildify-ignored-environments-alist'. So for example, the following
894 list could be used to match TeX's \verb and \verb* commands:
895
896 (("\\\\verb\\(.\\)" . (1))
897 ("\\\\verb\\*\\(.\\)" . (1)))
898
899 This would result in the following regex being used to find the start
900 of any of the variants of the \verb command:
901
902 \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
903
904 But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
905 won't match anything, and thus (match-string 1) will be nil, which
906 will cause building of the end-matching regex to fail.
907
908 Fix this by using capture groups from the time when the opening
909 regexes are matched individually.
910
911 * textmodes/tildify.el (tildify-find-env): Fix end-regex building
912 in `tildify-find-env'
913
914 The `tildify-ignored-environments-alist' allows the end-regex to
915 be provided not as a static string but mix of strings and indexes
916 of groups matched the begin-regex. For example, the “\verb!…!”
917 TeX-command (where “!” is an arbitrary character) is handled
918 using:
919
920 ("\\\\verb\\*?\\(.\\)" . (1))
921
922 In the same way, the following should be supported as well:
923
924 ("open-\\(.\\)" . ("end-" 1))
925
926 However the tildify-find-env function fails at
927
928 (concat result
929 (if (stringp (setq aux (car expression)))
930 expression ; BUG: expression is a list
931 (regexp-quote (match-string aux))))
932
933 where the string part is handled incorrectly.
934
935 The most trivial fix would be to replace `expression' in the
936 true-part of the if-statement with `aux', but instead, this commit
937 optimises `tildify-find-env' by changing it to use `mapconcat'
938 rather than open-coded while-loop.
939
940 2014-06-05 Mario Lang <mlang@delysid.org>
941
942 * woman.el (woman-mapcan): Remove.
943 (woman-parse-colon-path): Use cl-mapcan instead.
944
945 2014-06-03 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
946
947 * register.el: Add link to Emacs manual in Commentary.
948
949 2014-06-02 Sam Steingold <sds@gnu.org>
950
951 * menu-bar.el (lookup-key-ignore-too-long): Extract from...
952 (popup-menu): ...here.
953 (menu-bar-open): Use it to avoid an error when `lookup-key'
954 returns a number.
955
956 2014-06-02 Michael Albinus <michael.albinus@gmx.de>
957
958 * net/tramp.el (tramp-call-process): Add traces.
959 (tramp-handle-unhandled-file-name-directory): Return "/".
960
961 2014-06-02 Wilson Snyder <wsnyder@wsnyder.org>
962
963 Sync with upstream verilog-mode revision 3cd8144.
964 * progmodes/verilog-mode.el (verilog-mode-version): Bump.
965 (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
966 (verilog-type-font-keywords): Add nor.
967 (verilog-batch-execute-func): Force reading of Local Variables.
968 Fix printing "no changes to be saved" with verilog-batch.
969 (verilog-auto-arg-ports): Doc fix.
970 Add verilog-auto-arg-format to support newlines in AUTOARG.
971 (verilog-auto-arg): Doc fix.
972
973 2014-06-02 Glenn Morris <rgm@gnu.org>
974
975 * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
976 * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
977 * emulation/ws-mode.el: Move to obsolete/.
978 * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
979
980 2014-06-02 Eli Zaretskii <eliz@gnu.org>
981
982 * simple.el (keyboard-quit): Force update of mode lines, to remove
983 the "Def" indicator, if we were defining a macro. (Bug#17615)
984
985 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
986
987 * minibuffer.el (minibuffer-force-complete-and-exit):
988 Obey minibuffer-default (bug#17545).
989
990 * progmodes/js.el (js-indent-line): Don't mix columns and chars
991 (bug#17619).
992
993 * subr.el (set-transient-map): Don't wait for some "nested"
994 transient-map to finish if we're only supposed to be active for
995 the next command (bug#17642).
996
997 2014-06-02 Leo Liu <sdl.web@gmail.com>
998
999 * emacs-lisp/gv.el (window-buffer, window-display-table)
1000 (window-dedicated-p, window-hscroll, window-point, window-start):
1001 Fix gv-expander. (Bug#17630)
1002
1003 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1004
1005 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
1006 clicks (bug#17633).
1007
1008 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
1009 for the single comma, since ", " is *very* common in normal French text
1010 (bug#17643).
1011
1012 2014-06-02 Glenn Morris <rgm@gnu.org>
1013
1014 * emacs-lisp/package.el (package-check-signature)
1015 (package-unsigned-archives): Fix :version.
1016
1017 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1018
1019 * subr.el (sit-for): Don't run input-methods (bug#15614).
1020
1021 2014-06-02 Glenn Morris <rgm@gnu.org>
1022
1023 * cus-start.el: Fix some :version numbers.
1024
1025 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
1026
1027 * simple.el (deactivate-mark): Set mark-active to nil even if
1028 deactivation is done via setting transient-mark-mode to nil,
1029 since one is buffer-local and the other is global.
1030
1031 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
1032 there can't be more than 2 arguments (bug#17584).
1033
1034 2014-06-02 Glenn Morris <rgm@gnu.org>
1035
1036 * simple.el (filter-buffer-substring-functions)
1037 (filter-buffer-substring-function, buffer-substring-filters)
1038 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
1039
1040 * minibuffer.el (completion-in-region-functions, completion-in-region)
1041 (completion--in-region): Doc fixes.
1042
1043 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
1044 (expand-abbrev, abbrev--default-expand): Doc fixes.
1045
1046 2014-06-02 Paul Eggert <eggert@cs.ucla.edu>
1047
1048 Include sources used to create macuvs.h.
1049 * international/README: Refer to the Unicode Terms of Use rather
1050 than copying it bodily here, as that simplifies maintenance.
1051
1052 2014-06-01 Glenn Morris <rgm@gnu.org>
1053
1054 * loadup.el (load-prefer-newer): Set non-nil when dumping. (Bug#17629)
1055
1056 2014-05-31 Glenn Morris <rgm@gnu.org>
1057
1058 * files.el (locate-dominating-file): Expand file argument. (Bug#17641)
1059
1060 2014-05-30 Glenn Morris <rgm@gnu.org>
1061
1062 * loadup.el: Treat `command-line-args' more flexibly.
1063
1064 2014-05-30 Alan Mackenzie <acm@muc.de>
1065
1066 Guard (looking-at "\\s!") from XEmacs.
1067 * progmodes/cc-engine.el (c-state-pp-to-literal): add guard form.
1068
1069 2014-05-30 Ken Olum <kdo@cosmos.phy.tufts.edu> (tiny change)
1070
1071 * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
1072 The argument COUNT is now optional, to be more backward-compatible.
1073 Doc fix. (Bug#17560)
1074
1075 2014-05-29 Reuben Thomas <rrt@sc3d.org>
1076
1077 * whitespace.el (whitespace-report-region):
1078 Simplify documentation.
1079 (whitespace-report-region): Allow report-if-bogus to take the
1080 value `never', for non-interactive use.
1081 (whitespace-report): Refer to whitespace-report-region's
1082 documentation.
1083
1084 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1085
1086 * whitespace.el: Use font-lock-flush. Minimize refontifications.
1087 Side benefit: it works without jit-lock.
1088 (whitespace-point--used): New buffer-local var.
1089 (whitespace-color-on): Initialize it and flush it. Use font-lock-flush.
1090 (whitespace-color-off): Use font-lock-flush.
1091 (whitespace-point--used, whitespace-point--flush-used): New functions.
1092 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
1093 (whitespace-empty-at-eob-regexp): Use them.
1094 (whitespace-post-command-hook): Rewrite.
1095
1096 * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
1097 (font-lock-fontify-buffer): Mark interactive-only.
1098 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
1099 Make buffer-local.
1100 (font-lock-specified-p): Remove redundant boundp check.
1101 (font-lock-flush-function, font-lock-ensure-function): New vars.
1102 (font-lock-turn-on-thing-lock): Set them.
1103 (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
1104 (font-lock-after-change-function): Make `old-len' optional.
1105 (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
1106 Call font-lock-flush, just in case.
1107 * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
1108 recent Emacsen.
1109 * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
1110 (vera-mode-map, vera-mode-menu): Remove bindings to it.
1111 * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
1112 and with-syntax-table.
1113 * textmodes/conf-mode.el (conf-quote-normal):
1114 * progmodes/sh-script.el (sh-set-shell):
1115 * progmodes/prog-mode.el (prettify-symbols-mode):
1116 * progmodes/f90.el (f90-font-lock-n):
1117 * progmodes/cwarn.el (cwarn-mode):
1118 * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
1119 * progmodes/compile.el (compilation-setup, compilation--unsetup):
1120 * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
1121 (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
1122 * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
1123 font-lock-fontify-buffer-function and
1124 font-lock-unfontify-buffer-function.
1125 (rmail-unfontify-buffer-function, rmail-fontify-message):
1126 Use with-silent-modifications.
1127 * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
1128 and font-lock-ensure.
1129 * bs.el (bs-show-in-buffer): Use font-lock-ensure.
1130
1131 2014-05-28 Thien-Thi Nguyen <ttn@gnu.org>
1132
1133 * emacs-lisp/package.el (package-generate-autoloads):
1134 Inhibit backup files.
1135
1136 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1137
1138 * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
1139 (bug#17608).
1140
1141 2014-05-21 Michal Nazarewicz <mina86@mina86.com>
1142
1143 * textmodes/tildify.el (tildify-buffer, tildify-region):
1144 Add dont-ask option.
1145
1146 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1147
1148 * subr.el (zerop): Move from C. Add compiler-macro (bug#17475).
1149 * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
1150
1151 * subr.el (internal--funcall-interactively): New.
1152 (internal--call-interactively): Remove.
1153 (called-interactively-p): Detect funcall-interactively instead of
1154 call-interactively.
1155 * simple.el (repeat-complex-command): Use funcall-interactively.
1156 (repeat-complex-command--called-interactively-skip): Remove.
1157
1158 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1159
1160 * register.el (register-read-with-preview): Don't burp on
1161 frame switches (e.g. due to the frame we just popped).
1162
1163 * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
1164 (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
1165
1166 2014-05-26 Andreas Schwab <schwab@linux-m68k.org>
1167
1168 * cus-face.el (custom-face-attributes): Add :distant-foreground.
1169
1170 2014-05-26 Martin Rudalics <rudalics@gmx.at>
1171
1172 * window.el (window--dump-frame): Remove interactive specification.
1173
1174 2014-05-26 Glenn Morris <rgm@gnu.org>
1175
1176 * hippie-exp.el (he-line-search-regexp):
1177 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
1178
1179 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
1180
1181 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
1182 to avoid errors when trying to create or visit a file foo.todo
1183 located outside to todo-directory, and to allow having such files
1184 without them being tied to Todo mode (bug#17482).
1185 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
1186 (todo-archive-done-item, todo-find-filtered-items-file)
1187 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
1188 (todo-category-completions, todo-read-category): When visiting a
1189 Todo file, make sure we're in the right mode and the buffer local
1190 variables are set.
1191 (todo-make-categories-list, todo-reset-nondiary-marker)
1192 (todo-reset-done-string, todo-reset-comment-string):
1193 After processing all Todo files, kill the buffers of those files that
1194 weren't being visited before the processing.
1195 (todo-display-as-todo-file, todo-add-to-buffer-list)
1196 (todo-visit-files-commands): Comment out.
1197 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
1198 (auto-mode-alist): Remove add-to-list calls making Todo file
1199 extensions unrestrictedly tied to Todo modes.
1200
1201 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1202
1203 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
1204 (advice-function-member-p): Tell it to check both names and functions
1205 (bug#17531).
1206 (advice--add-function): Adjust call accordingly.
1207
1208 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
1209
1210 * calendar/todo-mode.el: Miscellaneous bug fixes.
1211 (todo-delete-file): When deleting an archive but not its todo
1212 file, make sure to update the todo file's category sexp.
1213 (todo-move-category): Keep the moved category's name unless the
1214 file moved to already has a category with that name. If the
1215 numerically last category of the source file was moved, make the
1216 first category current to avoid selecting a nonexisting category.
1217 (todo-merge-category): Fix implementation to make merging to a
1218 category in another file work as documented. Eliminate now
1219 insufficient and unnecessary renaming of archive category, correct
1220 document string accordingly, and clarify it. If the numerically
1221 last category of the source file was merged, make the first
1222 category current to avoid selecting a nonexisting category.
1223 (todo-archive-done-item): When there are marked items and point
1224 happens to be on an unmarked item, ignore the latter. Don't leave
1225 point below last item after archiving marked items.
1226 (todo-unarchive-items): Fix logic to ensure unarchiving an item
1227 from an archive with only one category deletes the archive only
1228 when the category is empty after unarchiving. Make sure the todo
1229 file's category sexp is updated.
1230 (todo-read-file-name): Allow an existing file name even when it is
1231 not required (todo-move-category needs this to work as documented).
1232 (todo-add-file): Call todo-validate-name to reject the name of an
1233 existing todo file (needed due to fix in todo-read-file-name).
1234 (todo-reset-nondiary-marker): Also reset in filtered items files.
1235 (todo-reset-done-string, todo-reset-comment-string): Also reset in
1236 regexp filtered items files.
1237 (todo-reset-highlight-item): Also reset in filtered items files.
1238 Fix incorrect variable reference in document string.
1239
1240 2014-05-26 Glenn Morris <rgm@gnu.org>
1241
1242 * window.el (window--dump-frame): Avoid error in --without-x builds.
1243
1244 2014-05-26 Glenn Morris <rgm@gnu.org>
1245
1246 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
1247
1248 2014-05-26 Eli Zaretskii <eliz@gnu.org>
1249
1250 * frame.el (set-frame-font): Doc fix.
1251
1252 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
1253
1254 2014-05-26 Dmitry Gutov <dgutov@yandex.ru>
1255
1256 * emacs-lisp/package.el (package--download-one-archive):
1257 Use `write-region' instead of `save-buffer' to avoid running various
1258 hooks. (Bug#17155)
1259 (describe-package-1): Same. Insert newline at the end of the
1260 buffer if appropriate.
1261
1262 2014-05-26 Juri Linkov <juri@jurta.org>
1263
1264 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
1265 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
1266 Add more modifiers: meta, control, shift, hyper, super, alt.
1267 (Bug#17439)
1268
1269 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
1270 to allow changing its value with `set-variable'.
1271
1272 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1273
1274 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
1275 #; comments.
1276 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
1277 New functions.
1278 (scheme-mode-variables): Set syntax-propertize-function instead of
1279 font-lock-syntactic-face-function.
1280 (scheme-font-lock-syntactic-face-function): Delete.
1281
1282 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
1283
1284 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
1285 (bug#17392).
1286
1287 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
1288
1289 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
1290 for a temporary file name.
1291
1292 2014-05-26 Eli Zaretskii <eliz@gnu.org>
1293
1294 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
1295
1296 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
1297
1298 * net/dbus.el (dbus-init-bus, dbus-call-method)
1299 (dbus-call-method-asynchronously, dbus-send-signal)
1300 (dbus-method-return-internal, dbus-method-error-internal):
1301 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
1302
1303 2014-05-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1304
1305 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
1306 methods which do not have a doc string. (Bug#17490)
1307
1308 2014-05-25 Tassilo Horn <tsdh@gnu.org>
1309
1310 * textmodes/reftex-ref.el (reftex-format-special): Make it work
1311 also for AMS Math's \eqref macro.
1312
1313 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1314
1315 Arrange to never byte-compile the generated -pkg.el file.
1316
1317 * emacs-lisp/package.el (package-generate-description-file):
1318 Output first-line comment to set buffer-local var `no-byte-compile'.
1319 Suggested by Dmitry Gutov:
1320 <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
1321
1322 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1323
1324 Fix bug: Properly quote args to generated -pkg.el `define-package'.
1325
1326 * emacs-lisp/package.el (package-generate-description-file):
1327 Inline `package--alist-to-plist'; rewrite to selectively
1328 quote alist values that are not self-quoting.
1329 (package--alist-to-plist): Delete func.
1330
1331 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
1332
1333 * term/xterm.el (xterm-function-map): Add mapping for shifted
1334 keypad keys.
1335
1336 2014-05-24 Daniel Colascione <dancol@dancol.org>
1337
1338 * progmodes/subword.el (subword-find-word-boundary): Move point to
1339 correct spot before search. (Bug#17580)
1340
1341 * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
1342 breaking the build.
1343
1344 2014-05-24 Leo Liu <sdl.web@gmail.com>
1345
1346 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
1347
1348 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
1349
1350 * minibuffer.el (completion--sreverse): Remove.
1351 (completion--common-suffix): Use `reverse' instead.
1352 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
1353
1354 2014-05-22 Glenn Morris <rgm@gnu.org>
1355
1356 * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
1357
1358 2014-05-21 Daniel Colascione <dancol@dancol.org>
1359
1360 * files.el (interpreter-mode-alist): Add mksh.
1361
1362 * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
1363 derivative.
1364 (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
1365 mksh. Improve custom spec; allow regular expressions.
1366 (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
1367 (sh-after-hack-local-variables): New function.
1368 (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333)
1369 (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
1370 the normalization.
1371 (sh-canonicalize-shell): Rewrite to support regexes.
1372
1373 2014-05-21 Leo Liu <sdl.web@gmail.com>
1374
1375 * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
1376
1377 2014-05-19 Leo Liu <sdl.web@gmail.com>
1378
1379 * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
1380
1381 2014-05-18 Glenn Morris <rgm@gnu.org>
1382
1383 * loadup.el:
1384 * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
1385
1386 2014-05-14 Sam Steingold <sds@gnu.org>
1387
1388 * progmodes/python.el (python-shell-get-or-create-process):
1389 Do not bind `current-prefix-arg' so that C-c C-z does not talk
1390 back unless requested.
1391
1392 2014-05-14 Glenn Morris <rgm@gnu.org>
1393
1394 * subr.el (with-file-modes): New macro.
1395 * printing.el (pr-save-file-modes): Make obsolete.
1396 * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
1397 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
1398 Add with-file-modes.
1399 * doc-view.el (doc-view-make-safe-dir):
1400 * epg.el (epg--start):
1401 * files.el (locate-user-emacs-file, make-temp-file)
1402 (backup-buffer-copy, move-file-to-trash):
1403 * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
1404 * eshell/esh-util.el (eshell-with-private-file-modes)
1405 (eshell-make-private-directory):
1406 * net/browse-url.el (browse-url-mosaic):
1407 * obsolete/mailpost.el (post-mail-send-it):
1408 * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
1409 * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
1410 Use with-file-modes.
1411
1412 * vc/emerge.el (emerge-make-temp-file): Simplify.
1413
1414 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
1415 Stefan Monnier <monnier@iro.umontreal.ca>
1416
1417 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
1418 suffix (bug#15419).
1419
1420 2014-05-14 Glenn Morris <rgm@gnu.org>
1421
1422 * vc/emerge.el (emerge-temp-file-prefix):
1423 Make pointless option obsolete.
1424 (emerge-temp-file-mode): Make non-functional option obsolete.
1425
1426 2014-05-14 Michael Albinus <michael.albinus@gmx.de>
1427
1428 * net/browse-url.el (browse-url):
1429 Use `unhandled-file-name-directory' when setting `default-directory',
1430 in order to circumvent stalled remote connections. (Bug#17425)
1431
1432 2014-05-14 Glenn Morris <rgm@gnu.org>
1433
1434 * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
1435 Optimize on Emacs, which has the relevant functions for ages.
1436
1437 2014-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
1438
1439 * simple.el (undo-make-selective-list): Obey undo-no-redo.
1440
1441 2014-05-12 Sam Steingold <sds@gnu.org>
1442
1443 * calendar/time-date.el (seconds-to-string): New function to
1444 pretty print time delay in seconds.
1445
1446 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1447
1448 * mpc.el (mpc-format): Trim Date to the year.
1449 (mpc-songs-hashcons): Shorten the Date field.
1450
1451 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
1452 into autoloading just because of a silly indirection.
1453
1454 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com>
1455
1456 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
1457
1458 2014-05-12 Glenn Morris <rgm@gnu.org>
1459
1460 * emacs-lisp/find-gc.el: Move to ../admin.
1461
1462 * printing.el (pr-version):
1463 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
1464
1465 * net/browse-url.el (browse-url-mosaic):
1466 Create /tmp/Mosaic.PID as a private file.
1467
1468 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
1469
1470 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
1471 (advice--member-p): If name is given, only compare the name.
1472 (advice--remove-function): Don't stop at the first match.
1473 (advice--normalize-place): New function.
1474 (add-function, remove-function): Use it.
1475 (advice--add-function): Pass the name, if any, to
1476 advice--remove-function.
1477
1478 2014-05-12 Philipp Rumpf <prumpf@gmail.com> (tiny change)
1479
1480 * electric.el (electric-indent-post-self-insert-function): Don't use
1481 `pos' after modifying the buffer (bug#17449).
1482
1483 2014-05-12 Stephen Berman <stephen.berman@gmx.net>
1484
1485 * calendar/todo-mode.el (todo-insert-item-from-calendar):
1486 Correct argument list to conform to todo-insert-item--basic.
1487
1488 2014-05-12 Glenn Morris <rgm@gnu.org>
1489
1490 * files.el (cd-absolute): Test if directory is accessible
1491 rather than executable. (Bug#17330)
1492
1493 * progmodes/compile.el (recompile):
1494 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
1495
1496 * net/browse-url.el (browse-url-mosaic):
1497 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
1498 This is CVE-2014-3423.
1499
1500 2014-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
1501
1502 * mouse.el: Use the normal toplevel loop while dragging.
1503 (mouse-set-point): Handle multi-clicks.
1504 (mouse-set-region): Handle multi-clicks for drags.
1505 (mouse-drag-region): Update call accordingly.
1506 (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
1507 Use the normal event loop instead of a local while/read-event loop.
1508 (global-map): Remove redundant bindings for double/triple-mouse-1.
1509 * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
1510 Generate synthetic down events when the protocol only sends up events.
1511 (xterm-mouse-last): Remove.
1512 (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
1513 terminal parameter instead.
1514 (xterm-mouse--set-click-count): New function.
1515 (xterm-mouse-event): Detect/generate double/triple clicks.
1516 * reveal.el (reveal-close-old-overlays): Don't close while dragging.
1517
1518 * info.el (Info-quoted): New face.
1519 (Info-mode-font-lock-keywords): New var.
1520 (Info-mode): Use it.
1521
1522 * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
1523 are a hindrance for C-x C-e.
1524
1525 2014-05-11 Leo Liu <sdl.web@gmail.com>
1526
1527 * net/rcirc.el (rcirc-sentinel): Fix last change.
1528
1529 2014-05-08 Sam Steingold <sds@gnu.org>
1530
1531 * net/rcirc.el (rcirc-reconnect-delay): New user option.
1532 (rcirc-sentinel): Auto-reconnect to the server if
1533 `rcirc-reconnect-delay' is non-0 (but not more often than its
1534 value in case the host is off-line).
1535
1536 2014-05-09 Eli Zaretskii <eliz@gnu.org>
1537
1538 * progmodes/grep.el (lgrep): Fix a typo in last commit.
1539
1540 2014-05-09 Glenn Morris <rgm@gnu.org>
1541
1542 * files.el (file-expand-wildcards):
1543 * man.el (Man-support-local-filenames):
1544 * printing.el (pr-i-directory, pr-interface-directory):
1545 * progmodes/grep.el (lgrep, rgrep):
1546 * textmodes/ispell.el (ispell-call-process)
1547 (ispell-call-process-region, ispell-start-process)
1548 (ispell-init-process): Use file-accessible-directory-p.
1549
1550 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1551
1552 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
1553 (xterm-mouse--read-event-sequence-1000): Return nil if something
1554 looks fishy.
1555 (xterm-mouse-event): Propagate it.
1556 (xterm-mouse-translate-1): Handle it.
1557
1558 2014-05-08 Stephen Berman <stephen.berman@gmx.net>
1559
1560 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
1561 four slots of the parameter list are filled, make sure to pass it
1562 to the argument list of todo-insert-item--basic.
1563
1564 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1565
1566 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
1567 Add optional `seen' argument to detect and break infinite loops.
1568
1569 2014-05-08 Eli Zaretskii <eliz@gnu.org>
1570
1571 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
1572 (trace-unsafe, trace-use-tree): Make parentheses style be
1573 according to Emacs style.
1574
1575 2014-05-08 Michael Albinus <michael.albinus@gmx.de>
1576
1577 * net/tramp-sh.el (tramp-remote-process-environment):
1578 Remove HISTFILE and HISTSIZE; it's too late to set them here.
1579 Add :version entry.
1580 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
1581 Add "HISTSIZE=/dev/null" to the shell's env arguments. Do not send
1582 extra "PSx=..." commands.
1583 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
1584 (Bug#17295)
1585
1586 (tramp-uudecode): Replace the hard-coded temporary file name by a
1587 format specifier.
1588 (tramp-remote-coding-commands): Enhance docstring.
1589 (tramp-find-inline-encoding): Replace "%t" by a temporary file
1590 name. (Bug#17415)
1591 This is CVE-2014-3424.
1592
1593 2014-05-08 Glenn Morris <rgm@gnu.org>
1594
1595 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
1596 (find-gc-source-files): Update some names.
1597 (trace-call-tree): Simplify and update.
1598 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
1599 This is CVE-2014-3422.
1600
1601 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1602
1603 * minibuffer.el (completion--try-word-completion): Revert fix for
1604 Bug#15980 (bug#17375).
1605
1606 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
1607 Always store button numbers in the same way in xterm-mouse-last;
1608 Don't burp is xterm-mouse-last is not set as expected.
1609 Never return negative indices.
1610
1611 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
1612
1613 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
1614 Backtrack one char if the global/char-literal var matcher hits
1615 inside a string. The next char could be the beginning of an
1616 expression expansion.
1617
1618 2014-05-08 Glenn Morris <rgm@gnu.org>
1619
1620 * help-fns.el (describe-function-1): Test for an autoload before a
1621 macro, since `macrop' works on autoloads. (Bug#17410)
1622
1623 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1624
1625 * electric.el (electric-indent-functions-without-reindent): Add yaml.
1626
1627 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
1628 Make sure the new point we return is within the new string (bug#17239).
1629
1630 2014-05-05 Daniel Colascione <dancol@dancol.org>
1631
1632 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1633 Port `gnu' pattern to rx.
1634
1635 2014-05-05 Jarek Czekalski <jarekczek@poczta.onet.pl>
1636
1637 Remove unneeded prompt when closing a buffer with active
1638 emacsclient ("Buffer ... still has clients"), #16548.
1639 * server.el (server-start): Remove the only call to:
1640 (server-kill-buffer-query-function): Remove.
1641
1642 2014-05-04 Leo Liu <sdl.web@gmail.com>
1643
1644 * calendar/diary-lib.el (calendar-chinese-month-name-array):
1645 Defvar to pacify compiler.
1646
1647 2014-05-04 Eli Zaretskii <eliz@gnu.org>
1648
1649 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
1650
1651 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1652
1653 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
1654 Use nil rather than `default' for the "default" appearance (bug#17388).
1655 * vc/ediff-util.el (ediff-inferior-compare-regions)
1656 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
1657 a misleading `default' value when it's really a boolean.
1658 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
1659 overlay is not visible.
1660
1661 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
1662
1663 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
1664 (todo-menu): Uncomment and update.
1665
1666 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
1667
1668 * calendar/todo-mode.el: Reimplement item editing to have the same
1669 basic user interface as item insertion, and make small UI and
1670 larger internal improvements to the latter.
1671 (todo-insert-item): Add reference to the Todo mode user manual to
1672 the documentation string.
1673 (todo-insert-item--basic): Rename from todo-basic-insert-item and
1674 adjust all callers. Change signature to combine diary and
1675 nonmarking arguments. Incorporate functionality of deleted item
1676 copying command and add error checking. Remove detailed
1677 descriptions of the arguments from the documentation string, since
1678 this is treated in the Todo mode user manual.
1679 (todo-copy-item, todo-edit-multiline-item)
1680 (todo-edit-done-item-comment, todo-edit-item-header)
1681 (todo-edit-item-time, todo-edit-item-date-from-calendar)
1682 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
1683 (todo-edit-item-date-year, todo-edit-item-date-month)
1684 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
1685 Remove.
1686 (todo-edit-item): Reimplement as wrapper command for
1687 todo-edit-item--next-key and make it distinguish done and not done
1688 todo items.
1689 (todo-edit-item--text): New function, replacing old command
1690 todo-edit-item and incorporating deleted commands
1691 todo-edit-multiline-item and todo-edit-done-item-comment.
1692 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
1693 Use only numeric value of prefix argument. Remove detailed
1694 descriptions of the arguments from the documentation string, since
1695 this is treated in the Todo mode user manual.
1696 (todo-edit-item--diary-inclusion): New function, replacing old
1697 command todo-edit-item-diary-inclusion and incorporating and fixing
1698 functionality of deleted command todo-edit-item-diary-nonmarking,
1699 making sure to remove todo-nondiary-marker when adding
1700 diary-nonmarking-symbol.
1701 (todo-edit-category-diary-inclusion): Make sure to delete
1702 diary-nonmarking-symbol when adding todo-nondiary-marker.
1703 (todo-edit-category-diary-nonmarking): Fix indentation.
1704 (todo-insert-item--parameters): Group diary and nonmarking
1705 parameters together.
1706 (todo-insert-item--apply-args): Adjust to signature of
1707 todo-insert-item--basic and incorporate copy parameter.
1708 Make small code improvements.
1709 (todo-insert-item--next-param): Improve prompt and adjust it to
1710 new parameter grouping. Remove obsolete code.
1711 (todo-edit-item--param-key-alist)
1712 (todo-edit-item--date-param-key-alist)
1713 (todo-edit-done-item--param-key-alist): New defconsts.
1714 (todo-edit-item--prompt): New variable.
1715 (todo-edit-item--next-key): New function.
1716 (todo-key-bindings-t): Bind "e" to todo-edit-item.
1717 Remove bindings of deleted commands.
1718
1719 2014-05-04 Leo Liu <sdl.web@gmail.com>
1720
1721 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
1722
1723 2014-05-04 Glenn Morris <rgm@gnu.org>
1724
1725 * allout-widgets.el (allout-widgets-tally)
1726 (allout-decorate-item-guides):
1727 * menu-bar.el (menu-bar-positive-p):
1728 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1729 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
1730 * progmodes/js.el (js--inside-param-list-p)
1731 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
1732 * progmodes/prolog.el (region-exists-p):
1733 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
1734 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
1735 Doc fixes (replace `iff').
1736
1737 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
1738
1739 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
1740
1741 2014-05-04 Leo Liu <sdl.web@gmail.com>
1742
1743 Support Chinese diary entries in calendar and diary. (Bug#17393)
1744 * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
1745 (calendar-chinese-from-absolute-for-diary)
1746 (calendar-chinese-to-absolute-for-diary)
1747 (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
1748 (diary-chinese-list-entries): New functions to list and mark
1749 Chinese diary entries in the calendar window.
1750 (diary-chinese-anniversary)
1751 (diary-chinese-insert-anniversary-entry)
1752 (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
1753 (diary-chinese-insert-yearly-entry): New commands to insert
1754 Chinese diary entries.
1755
1756 * calendar/diary-lib.el (diary-font-lock-keywords):
1757 Support font-locking Chinese dates.
1758
1759 * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
1760 inserting Chinese diary entries.
1761
1762 * calendar/calendar.el (diary-chinese-entry-symbol):
1763 New customizable variable.
1764 (calendar-mode-map): Add bindings for inserting Chinese diary
1765 entries.
1766
1767 2014-05-03 Juri Linkov <juri@jurta.org>
1768
1769 * dired.el (dired-check-switches, dired-switches-recursive-p):
1770 New functions. (Bug#17218)
1771 (dired-switches-escape-p, dired-move-to-end-of-filename):
1772 Use `dired-check-switches'.
1773 (dired-insert-old-subdirs, dired-build-subdir-alist)
1774 (dired-sort-R-check): Use `dired-switches-recursive-p'.
1775
1776 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
1777
1778 * simple.el (undo-make-selective-list): New algorithm fixes
1779 incorrectness of position adjustments when undoing in region.
1780 (Bug#17235)
1781 (undo-elt-crosses-region): Make obsolete.
1782 (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
1783 New functions to adjust positions using undo-deltas.
1784
1785 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
1786
1787 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
1788 the last consecutive closing paren (bug#17345).
1789
1790 2014-04-30 Reuben Thomas <rrt@sc3d.org>
1791
1792 * dired.el (dired-mode): make terminology for eXpunge command
1793 consistent. (Bug#17276)
1794
1795 2014-04-30 Eli Zaretskii <eliz@gnu.org>
1796
1797 * dired.el (dired-initial-position-hook, dired-initial-position):
1798 Doc string fixes.
1799
1800 2014-04-30 Glenn Morris <rgm@gnu.org>
1801
1802 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
1803
1804 2014-04-30 Matthias Dahl <matthias.dahl@binary-island.eu>
1805
1806 * faces.el (face-spec-recalc): Apply X resources only after the
1807 defface spec has been applied. Thus, X resources are no longer
1808 overriden by the defface spec which also fixes issues on win32 where
1809 the toolbar coloring was wrong because it is set through X resources
1810 and was (wrongfully) overriden. (Bug#16694)
1811
1812 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
1813
1814 * textmodes/rst.el (electric-pair-pairs): Declare.
1815 (rst-mode): Set it (bug#17131).
1816
1817 2014-04-30 Juri Linkov <juri@jurta.org>
1818
1819 * desktop.el (desktop-value-to-string): Let-bind `print-length'
1820 and `print-level' to nil. (Bug#17351)
1821
1822 2014-04-30 Nicolas Richard <theonewiththeevillook@yahoo.fr>
1823
1824 * battery.el (battery-update): Handle the case where battery
1825 status is "N/A" (bug#17319).
1826
1827 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
1828
1829 * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition
1830 to syntax-propertize.
1831 (ps-mode-auto-indent): Mark as obsolete.
1832 (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
1833 (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
1834 word regexp operators.
1835 (ps-mode-map): Move initialization into declaration. Remove binding
1836 for TAB, RET, >, ], and }.
1837 (ps-mode-syntax-table): Move initialization into declaration.
1838 Don't give word syntax to non-word chars.
1839 (ps-run-mode-map): Move initialization into declaration.
1840 (ps-mode-menu-main): Remove auto-indent entry.
1841 (ps-mode-smie-rules): New function.
1842 (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
1843 (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
1844 (ps-mode--string-syntax-table): New const.
1845 (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
1846 New functions.
1847 (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
1848 (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
1849
1850 2014-04-27 Daniel Colascione <dancol@dancol.org>
1851
1852 * term/xterm.el (xterm-paste): Use large finite timeout when
1853 reading event to avoid putting keys in this-command-keys.
1854
1855 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1856
1857 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
1858 (perl-syntax-propertize-function): Use it. Extend handling of
1859 here-docs to the unquoted case.
1860
1861 2014-04-25 Eli Zaretskii <eliz@gnu.org>
1862
1863 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
1864 Use equal-including-properties to compare help-echo strings (bug#17331).
1865
1866 2014-04-25 Leo Liu <sdl.web@gmail.com>
1867
1868 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1869 Fix syntax for @. (Bug#17325)
1870
1871 2014-04-25 Daniel Colascione <dancol@dancol.org>
1872
1873 * emacs-lisp/cl.el (gv): Require gv early to break eager
1874 macro-expansion cycles.
1875
1876 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
1877
1878 * simple.el (region-active-p): Check there's a mark (bug#17324).
1879
1880 * simple.el (completion-list-mode-map): Use choose-completion for the
1881 mouse binding as well (bug#17302).
1882 (completion-list-mode, completion-setup-function): Adjust docstring and
1883 echo area message accordingly.
1884 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
1885 calling convention of choose-completion.
1886 * comint.el (comint-dynamic-list-completions):
1887 * term.el (term-dynamic-list-completions): Accept choose-completion.
1888
1889 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
1890 &, |, +, - and * can't be a division (bug#17317).
1891
1892 * term/xterm.el (xterm--version-handler): Don't use modern xterm
1893 features on gnome-terminal (bug#16988).
1894
1895 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
1896
1897 Improve Scheme font-locking for (define ((foo ...) ...) ...).
1898
1899 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
1900 the declared object, ignore zero or more parens, not zero or one.
1901
1902 2014-04-24 Leo Liu <sdl.web@gmail.com>
1903
1904 * progmodes/xscheme.el (xscheme-expressions-ring)
1905 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
1906 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
1907 (xscheme-allow-output-p, xscheme-prompt)
1908 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
1909
1910 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
1911 Comment out unused functions.
1912
1913 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1914
1915 * info.el: Use lexical-binding and cl-lib.
1916 Use defvar-local and setq-local instead of make-local-variable.
1917 (Info-apropos-matches): Avoid add-to-list.
1918 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
1919
1920 2014-04-24 Daniel Colascione <dancol@dancol.org>
1921
1922 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
1923
1924 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1925
1926 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
1927
1928 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
1929
1930 * dired.el (dired-insert-set-properties): Do not consider
1931 subdirectory headings and empty lines to be information that
1932 `dired-hide-details-mode' should hide. (Bug#17228)
1933
1934 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1935
1936 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1937 Remove test messages.
1938 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
1939 and `target' twice.
1940
1941 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1942
1943 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
1944 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
1945
1946 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
1947
1948 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1949
1950 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
1951 Set "IFS=" when using read builtin, in order to preserve spaces in
1952 the file name. Add test messages for hunting a bug on hydra.
1953 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
1954
1955 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1956
1957 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
1958 Don't prettify a word within a symbol.
1959
1960 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
1961
1962 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
1963 possible.
1964
1965 2014-04-22 Daniel Colascione <dancol@dancol.org>
1966
1967 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
1968 use defun to define `function-put'.
1969
1970 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1971
1972 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
1973 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
1974 (lisp-mode-variables): Set font-lock-extra-managed-props.
1975
1976 * emacs-lisp/byte-run.el (function-put): New function.
1977 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
1978 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
1979 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
1980 Use them.
1981
1982 2014-04-22 Daniel Colascione <dancol@dancol.org>
1983
1984 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
1985 Add `full-p' parameter; when nil, call `macroexpand' instead of
1986 `macroexpand-all'.
1987
1988 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
1989 Improve docstrings.
1990
1991 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
1992 Use lambda function values, not quoted lambdas.
1993 (byte-compile-recurse-toplevel): Remove extraneous &optional.
1994
1995 * emacs-lisp/cl-macs.el
1996 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
1997 (cl-struct-slot-value): Conditionally use aref or nth so that the
1998 compiler produces optimal code.
1999
2000 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
2001
2002 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
2003 (inline): Don't inline cl--set-elt.
2004 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
2005 Define as inlinable instead.
2006 (cl-struct-set-slot-value): Remove.
2007
2008 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
2009 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
2010 Use setf instead.
2011
2012 2014-04-21 Daniel Colascione <dancol@dancol.org>
2013
2014 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
2015 last two parameters after all.
2016 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
2017 (cl--compiler-macro-assoc,cl-struct-slot-value)
2018 (cl-struct-set-slot-value): Stop using them.
2019
2020 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2021
2022 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
2023 entry in image-mode-winprops-alist.
2024
2025 2014-04-21 Daniel Colascione <dancol@dancol.org>
2026
2027 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
2028 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
2029 (byte-compile-toplevel-file-form): Use it.
2030
2031 * emacs-lisp/cl-macs.el:
2032 (cl--loop-let): Properly destructure `while' clauses.
2033
2034 2014-04-20 Daniel Colascione <dancol@dancol.org>
2035
2036 * vc/vc.el (vc-root-dir): New public autoloaded function for
2037 generically finding the current VC root.
2038 * vc/vc-hooks.el (vc-not-supported): New error.
2039 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
2040
2041 2014-04-20 Daniel Colascione <dancol@dancol.org>
2042
2043 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
2044 argument.
2045 (cl--const-expr-val): cl--const-expr-val should macroexpand its
2046 argument in case we're inside a symbol-macrolet.
2047 (cl--do-arglist, cl--compiler-macro-typep)
2048 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
2049 environment to `cl--const-expr-val'.
2050 (cl-struct-sequence-type,cl-struct-slot-info)
2051 (cl-struct-slot-offset, cl-struct-slot-value)
2052 (cl-struct-set-slot-value): New functions.
2053
2054 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
2055
2056 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
2057 assignments such as "case=hello" (bug#17297).
2058
2059 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
2060
2061 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
2062 Do not autoload.
2063 (tramp-file-name-handler, tramp-completion-file-name-handler):
2064 Revert patch from 2014-04-10, it isn't necessary anymore.
2065 (tramp-autoload-file-name-handler)
2066 (tramp-register-autoload-file-name-handlers): New defuns.
2067 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
2068 (tramp-register-file-name-handlers): Remove also
2069 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
2070 Do not autoload its invocation, but eval it after loading of 'tramp.
2071
2072 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
2073
2074 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
2075
2076 2014-04-17 Daniel Colascione <dancol@dancol.org>
2077
2078 Add support for bracketed paste mode; add infrastructure for
2079 managing terminal mode enabling and disabling automatically.
2080
2081 * xt-mouse.el:
2082 (xterm-mouse-mode): Simplify.
2083 (xterm-mouse-tracking-enable-sequence)
2084 (xterm-mouse-tracking-disable-sequence): New constants.
2085 (turn-on-xterm-mouse-tracking-on-terminal)
2086 (turn-off-xterm-mouse-tracking-on-terminal):
2087 Use tty-mode-set-strings and tty-mode-reset-strings terminal
2088 parameters instead of random hooks.
2089 (turn-on-xterm-mouse-tracking)
2090 (turn-off-xterm-mouse-tracking): Delete.
2091
2092 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
2093 (xterm-paste-ending-sequence): New constant.
2094 (xterm-paste): New command used for bracketed paste support.
2095
2096 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
2097 (terminal-init-xterm-bracketed-paste-mode): New function.
2098 (terminal-init-xterm): Call it.
2099 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
2100 and tty-mode-reset-strings instead of random hooks.
2101 (xterm-turn-on-modify-other-keys)
2102 (xterm-turn-off-modify-other-keys)
2103 (xterm-remove-modify-other-keys): Delete obsolete functions.
2104
2105 * term/screen.el: Rewrite to just use the xterm code.
2106 Add copyright notice. Mention tmux.
2107
2108 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
2109
2110 * image-mode.el (image-mode-window-put): Also update the property of
2111 the "default window".
2112 * doc-view.el (doc-view-new-window-function): If no window
2113 exists, move to the last known page.
2114
2115 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2116
2117 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
2118 here-documents (bug#17262).
2119
2120 2014-04-16 Eli Zaretskii <eliz@gnu.org>
2121
2122 * term/pc-win.el (x-list-fonts, x-get-selection-value):
2123 Provide doc strings, as required by snarf-documentation.
2124
2125 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2126
2127 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
2128 arg of overlays-at. Use `invisible-p'.
2129
2130 * obsolete/lucid.el (extent-at):
2131 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
2132 overlays-at.
2133 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
2134
2135 2014-04-16 João Távora <joaotavora@gmail.com>
2136
2137 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
2138 links. (Bug#17217).
2139
2140 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2141
2142 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
2143 Use mapc to loop over a vector. (Bug#17257).
2144
2145 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
2146
2147 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
2148 patch, there are new problems with file names containing spaces.
2149 Get rid of backticks. (Bug#17238)
2150
2151 2014-04-16 João Távora <joaotavora@gmail.com>
2152
2153 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
2154 possible bug.
2155
2156 2014-04-16 Eli Zaretskii <eliz@gnu.org>
2157
2158 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
2159 (blink-cursor-mode): Mention customization variables and the
2160 effect of 'blink-cursor-blinks'.
2161
2162 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
2163
2164 * simple.el (undo): Prevent insertion of identity mapping into
2165 undo-equiv-table so as undo-only does not inf loop in the presence
2166 of consecutive nils in undo list.
2167
2168 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
2169
2170 * faces.el (make-face): Deprecate optional argument as it is no
2171 longer needed/used since the conditional X resources handling
2172 has been pushed down to make-face-x-resource-internal itself.
2173 (make-empty-face): Don't pass optional argument to make-face.
2174
2175 2014-04-16 Karl Fogel <kfogel@red-bean.com>
2176
2177 * savehist.el (savehist-save): Remove workaround for a read-passwd
2178 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
2179 noticing that the shim was still present.
2180
2181 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2182
2183 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
2184
2185 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
2186
2187 * faces.el (face-set-after-frame-default): Remove unused local variable.
2188
2189 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2190
2191 * progmodes/grep.el: Use lexical-binding.
2192 (grep-expand-template): Pass explicit lexical env to `eval'.
2193 (zrgrep): Let-bind grep-find-template explicitly.
2194
2195 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
2196 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
2197
2198 2014-04-12 Eli Zaretskii <eliz@gnu.org>
2199
2200 * international/characters.el <standard-case-table>: Add entries
2201 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
2202 Set category of Coptic characters be 'g' (Greek).
2203
2204 2014-04-12 Leo Liu <sdl.web@gmail.com>
2205
2206 * progmodes/octave.el (completion-table-with-cache):
2207 Define if not available.
2208 (octave-goto-function-definition, octave-sync-function-file-names)
2209 (octave-find-definition-default-filename):
2210 Backquote upattern for compatibility.
2211
2212 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
2213
2214 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
2215 name twice due to backticks. (Bug#17238)
2216
2217 2014-04-12 Glenn Morris <rgm@gnu.org>
2218
2219 * term/w32-win.el (x-win-suspend-error):
2220 * term/x-win.el (x-win-suspend-error): Sync docs.
2221
2222 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
2223
2224 * faces.el (make-face): Remove deprecated optional argument.
2225 The conditional application of X resources is handled directly by
2226 make-face-x-resource-internal since Emacs 24.4.
2227 (make-empty-face): Don't pass optional argument to make-face.
2228
2229 2014-04-11 Glenn Morris <rgm@gnu.org>
2230
2231 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
2232
2233 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2234
2235 Ediff's overlay priorities cause more trouble than they solve.
2236 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
2237 (ediff-highest-priority): Remove function (bug#17234).
2238 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
2239 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
2240 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
2241 overlay priorities.
2242
2243 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
2244
2245 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
2246 entry; use symbol boundaries to avoid mis-matches.
2247
2248 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
2249
2250 * net/tramp.el (tramp-file-name-handler)
2251 (tramp-completion-file-name-handler): Avoid recursive loading.
2252
2253 * net/tramp-sh.el (tramp-make-copy-program-file-name):
2254 Quote result also locally.
2255
2256 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2257
2258 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
2259 Remove left-over code.
2260
2261 * newcomment.el (comment-indent-new-line): Sink code where it's used.
2262 Reuse the previous comment's indentation unconditionally if it's on its
2263 own line.
2264
2265 2014-04-09 Daniel Colascione <dancol@dancol.org>
2266
2267 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
2268 `no-syntax-crossing' arguments. Forward to `up-list'.
2269 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
2270 Implement logic for escaping from strings. Use narrowing to deal
2271 with corner cases.
2272
2273 2014-04-09 Leo Liu <sdl.web@gmail.com>
2274
2275 * net/rcirc.el (rcirc-connection-info): New variable.
2276 (rcirc-connect): Use it to store connection info.
2277 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
2278 for killed process.
2279 (rcirc-cmd-reconnect): New command. (Bug#17045)
2280 (rcirc-mode, set-rcirc-encode-coding-system)
2281 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
2282
2283 2014-04-09 Daniel Colascione <dancol@dancol.org>
2284
2285 * emacs-lisp/cl-indent.el: Add comment claiming
2286 facility is also good for elisp.
2287 (lisp-indent-find-method): New function.
2288 (common-lisp-indent-function): Recognize cl-loop.
2289 (common-lisp-indent-function-1): Recognize cl constructs; use
2290 `lisp-indent-find-method' instead of `get' directly.
2291 (if): Use else-body style for elisp.
2292
2293 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
2294
2295 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
2296 Module methods. (Bug#17216)
2297
2298 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
2299
2300 * help.el (describe-bindings): Fix buffer handling (bug#17210).
2301 (describe-bindings-internal): Mark obsolete.
2302
2303 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
2304
2305 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
2306 buffer-file-name, and buffer-file-truename any more.
2307
2308 2014-04-08 Leo Liu <sdl.web@gmail.com>
2309
2310 Use lexical-binding and require cl-lib.
2311 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
2312 (rcirc-handler-generic, rcirc-fill-paragraph)
2313 (rcirc-format-response-string, rcirc-target-buffer)
2314 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
2315 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
2316 (rcirc-ctcp-sender-PING, rcirc-browse-url)
2317 (rcirc-markup-timestamp, rcirc-markup-attributes)
2318 (rcirc-markup-my-nick, rcirc-markup-urls)
2319 (rcirc-markup-bright-nicks, rcirc-markup-fill)
2320 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
2321 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
2322 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
2323 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
2324 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
2325 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
2326 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
2327 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
2328 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
2329 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
2330 use cl-lib.
2331
2332 2014-04-07 João Távora <joaotavora@gmail.com>
2333
2334 * elec-pair.el (electric-pair--syntax-ppss):
2335 When inside comments parse from comment beginning.
2336 (electric-pair--balance-info): Fix typo in comment.
2337 (electric-pair--in-unterminated-string-p): Delete.
2338 (electric-pair--unbalanced-strings-p): New function.
2339 (electric-pair-string-bound-function): New var.
2340 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
2341 according to `electric-pair--in-unterminated-string-p'
2342
2343 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
2344 Inhibit quote pairing if point-max is inside an unterminated string.
2345 (electric-pair--looking-at-unterminated-string-p): Delete.
2346 (electric-pair--in-unterminated-string-p): New function.
2347
2348 2014-04-07 Glenn Morris <rgm@gnu.org>
2349
2350 * shell.el (shell-directory-tracker):
2351 Go back to just ignoring failures. (Bug#17159)
2352
2353 2014-04-07 João Távora <joaotavora@gmail.com>
2354
2355 Fix `electric-pair-delete-adjacent-pairs' in modes binding
2356 backspace. (bug#16981)
2357 * elec-pair.el (electric-pair-backward-delete-char): Delete.
2358 (electric-pair-backward-delete-char-untabify): Delete.
2359 (electric-pair-mode-map): Bind backspace to a menu item filtering
2360 a new `electric-pair-delete-pair' command.
2361 (electric-pair-delete-pair): New command.
2362
2363 * progmodes/python.el (python-electric-pair-string-delimiter):
2364 Fix triple-quoting electricity. (Bug#17192)
2365
2366 * elec-pair.el (electric-pair-post-self-insert-function):
2367 Don't skip whitespace when `electric-pair-text-pairs' and
2368 `electric-pair-pairs' were used. syntax to
2369 electric-pair--skip-whitespace. (Bug#17183)
2370
2371 2014-04-07 Eli Zaretskii <eliz@gnu.org>
2372
2373 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
2374 "<F>". (Bug#17199)
2375
2376 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
2377
2378 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
2379 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
2380
2381 2014-04-07 Glenn Morris <rgm@gnu.org>
2382
2383 * help.el (view-lossage): Doc tweak.
2384
2385 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
2386
2387 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
2388 only when inhibit-x-resources is nil, and do that earlier in the
2389 function. Doc fix. (Bug#16694)
2390 (face-spec-choose): Accept additional optional argument, whose
2391 value is returned if no matching attributes are found.
2392 (face-spec-recalc): Use the new optional argument when calling
2393 face-spec-choose. (Bug#16378)
2394 (make-face-x-resource-internal): Do nothing when
2395 inhibit-x-resources is non-nil. Don't touch the default face if
2396 reversed video is given--as was done in previous versions of Emacs.
2397 (face-set-after-frame-default): Don't call
2398 make-face-x-resource-internal here. (Bug#16434)
2399
2400 2014-04-07 Tassilo Horn <tsdh@gnu.org>
2401
2402 * doc-view.el (doc-view-bookmark-jump):
2403 Use `bookmark-after-jump-hook' to jump to the right page after the
2404 buffer is shown in a window. (bug#16090)
2405
2406 2014-04-07 Eli Zaretskii <eliz@gnu.org>
2407
2408 * international/characters.el (mirroring): Fix last change:
2409 instead of loading uni-mirrored.el explicitly, do that implicitly
2410 by creating the 'mirroring' uniprop table. This avoids announcing
2411 the loading of uni-mirrored.el.
2412
2413 2014-04-07 Glenn Morris <rgm@gnu.org>
2414
2415 * files.el (buffer-stale--default-function)
2416 (buffer-stale-function, revert-buffer--default):
2417 * autorevert.el (auto-revert-buffers): Doc tweaks.
2418
2419 2014-04-07 Eli Zaretskii <eliz@gnu.org>
2420
2421 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
2422
2423 2014-04-07 Glenn Morris <rgm@gnu.org>
2424
2425 * files.el (make-backup-file-name-function)
2426 (make-backup-file-name, make-backup-file-name--default-function)
2427 (make-backup-file-name-1, find-backup-file-name)
2428 (revert-buffer-function, revert-buffer-insert-file-contents-function)
2429 (buffer-stale--default-function, buffer-stale-function)
2430 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
2431 (revert-buffer, revert-buffer--default)
2432 (revert-buffer-insert-file-contents--default-function):
2433 Doc fixes related to defaults no longer being nil.
2434 (make-backup-file-name-function): Bump :version.
2435 Restore nil as a valid but deprecated custom type.
2436
2437 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
2438
2439 * progmodes/perl-mode.el (perl-syntax-propertize-function):
2440 Handle $' used as a variable (bug#17174).
2441
2442 * progmodes/perl-mode.el (perl-indent-new-calculate):
2443 Handle forward-sexp failure (bug#16985).
2444 (perl-syntax-propertize-function): Add "foreach" and "for" statement
2445 modifiers introducing expressions (bug#17116).
2446
2447 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
2448
2449 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
2450
2451 2014-04-05 Leo Liu <sdl.web@gmail.com>
2452
2453 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
2454 Add define-compilation-mode.
2455
2456 2014-04-04 João Távora <joaotavora@gmail.com>
2457
2458 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
2459 parse from comment beginning.
2460 (electric-pair--balance-info): Fix typo in comment.
2461 (electric-pair--in-unterminated-string-p): Delete.
2462 (electric-pair--unbalanced-strings-p): New function.
2463 (electric-pair-string-bound-function): New var.
2464 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
2465 according to `electric-pair--in-unterminated-string-p'.
2466
2467 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
2468
2469 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
2470 Move declaration before first use.
2471 (reftex-move-to-next-arg): Silence compiler warning.
2472
2473 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
2474
2475 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
2476 Use `window-total-width' instead of `window-width'.
2477
2478 2014-04-03 Daniel Colascione <dancol@dancol.org>
2479
2480 * subr.el (set-transient-map): Remove rms's workaround entirely;
2481 use new `suspicious-object' subr to mark our lambda for closer
2482 scrutiny during gc.
2483
2484 2014-04-02 Richard Stallman <rms@gnu.org>
2485
2486 * subr.el (set-transient-map): Comment out previous change.
2487
2488 2014-04-02 Glenn Morris <rgm@gnu.org>
2489
2490 * menu-bar.el (menu-bar-file-menu):
2491 * vc/ediff.el (ediff-current-file):
2492 Update for revert-buffer-function no longer being nil by default.
2493
2494 * simple.el (command-execute): Respect nil disabled-command-function.
2495
2496 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2497
2498 * simple.el (command-execute): Do not execute the command when it
2499 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
2500
2501 2014-04-02 Juri Linkov <juri@jurta.org>
2502
2503 * dired-aux.el (dired-compress-file): Don't use string-match-p
2504 because its match data is used afterwards.
2505
2506 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
2507
2508 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
2509 0 like nil.
2510
2511 2014-04-02 João Távora <joaotavora@gmail.com>
2512
2513 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
2514 Inhibit quote pairing if point-max is inside an unterminated string.
2515 (electric-pair--looking-at-unterminated-string-p):
2516 Delete.
2517 (electric-pair--in-unterminated-string-p): New function.
2518
2519 2014-04-01 Daniel Colascione <dancol@dancol.org>
2520
2521 * minibuffer.el (minibuffer-complete): Prevent assertion failure
2522 when trying to complete the prompt.
2523
2524 2014-03-31 Leo Liu <sdl.web@gmail.com>
2525
2526 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
2527 Refactor out eldoc-documentation-function-default.
2528 (eldoc-documentation-function-default): New function.
2529 (eldoc-documentation-function): Change value.
2530
2531 2014-03-31 Glenn Morris <rgm@gnu.org>
2532
2533 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
2534
2535 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
2536 (vhdl-compose-components-package, vhdl-compose-configuration):
2537 Abbreviate default-directory (missing from some previous upstream sync).
2538
2539 2014-03-31 Reto Zimmermann <reto@gnu.org>
2540
2541 Sync with upstream vhdl mode v3.35.2.
2542 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
2543 (top-level): No longer require assoc.
2544 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
2545 New functions. Use throughout to replace aget etc.
2546 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
2547 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
2548 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
2549 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
2550 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
2551 except `vhdl-compiler'.
2552 (vhdl-error-regexp-add-emacs): Remove all other compilers,
2553 when appropriate.
2554
2555 2014-03-31 Glenn Morris <rgm@gnu.org>
2556
2557 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
2558 Revert 2014-03-26 merge goof; go back to using defalias.
2559
2560 2014-03-30 Daniel Colascione <dancol@dancol.org>
2561
2562 * comint.el (comint-send-input):
2563 Deactivate completion-in-region-mode before we send comint input.
2564 (Bug#17139).
2565
2566 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
2567 on keyboard-quit.
2568
2569 2014-03-29 Glenn Morris <rgm@gnu.org>
2570
2571 * textmodes/reftex.el: Manage most autoloads automatically.
2572 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
2573 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
2574 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
2575 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
2576 * textmodes/reftex-toc.el: Set generated-autoload-file,
2577 and add autoload cookies for reftex.el.
2578 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
2579
2580 2014-03-28 Glenn Morris <rgm@gnu.org>
2581
2582 * cus-start.el (report-emacs-bug-address): Set custom properties.
2583 * mail/emacsbug.el (report-emacs-bug-address):
2584 Variable is now defined in emacs.c.
2585
2586 * mail/emacsbug.el (report-emacs-bug):
2587 Include system-configuration-features.
2588
2589 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
2590
2591 * simple.el (cycle-spacing): Never delete spaces on first run by
2592 default, but do so in a new 'fast mode and if there are already
2593 N spaces (the previous behavior).
2594 Compare N with its value in previous invocation so that changing
2595 prefix argument restarts `cycle-spacing' sequence.
2596 The idea is that with this change, binding M-SPC to
2597 `cycle-spacing' should not introduce any changes in behavior of
2598 the binding so long as users do not type M-SPC twice in a raw with
2599 the same prefix argument or lack thereof.
2600
2601 2014-03-28 Glenn Morris <rgm@gnu.org>
2602
2603 * faces.el (term-file-aliases): New variable.
2604 (tty-run-terminal-initialization): Respect term-file-aliases.
2605 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
2606 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
2607 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
2608
2609 2014-03-27 Glenn Morris <rgm@gnu.org>
2610
2611 * startup.el (inhibit-startup-hooks): Doc tweak.
2612 (normal-top-level): Simplify running of hooks.
2613 For window-setup-hook, respect inhibit-startup-hooks.
2614 (command-line-1): Don't set window-setup-hook to nil.
2615
2616 Allow selective autoloading from obsolete/ directory.
2617 * Makefile.in (obsolete-autoloads): New rule.
2618 (autoloads): Run obsolete-autoloads.
2619 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
2620 * simple.el (iswitchb-mode): Remove hand-written autoloads.
2621
2622 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
2623
2624 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
2625 Highlight special globals with font-lock-builtin-face. (Bug#17057)
2626
2627 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
2628 Don't propertize `?' or `!' as symbol constituent when after
2629 colon. (Bug#17097)
2630
2631 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
2632
2633 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
2634 which is no longer needed and causes trouble in GTK builds (bug#17046).
2635
2636 * emacs-lisp/package-x.el (package--archive-contents-from-url):
2637 Use url-insert-file-contents; package-handle-response no longer exists.
2638
2639 2014-03-26 Daniel Colascione <dancol@dancol.org>
2640
2641 * simple.el (process-menu-mode-map): New variable.
2642 (process-menu-delete-process): New command.
2643
2644 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
2645
2646 * emacs-lisp/package.el: Fix bug#16733 (again).
2647 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
2648 (url-http-target-url): Remove unused declarations.
2649 (package-handle-response): Remove.
2650 (package--with-work-buffer): Use url-insert-file-contents and simplify.
2651 (package--download-one-archive): Use current-buffer instead of
2652 dynamic binding of `buffer'.
2653 (describe-package-1): Do not decode readme-string.
2654
2655 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
2656
2657 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
2658
2659 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
2660 from 2014-03-07, it decreases performance unnecessarily. Let-bind
2661 `remote-file-name-inhibit-cache' to nil in the second pass.
2662 (tramp-find-executable): Do not call "which" on SunOS.
2663 (tramp-send-command-and-check): Fix docstring.
2664 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
2665 check whether source directory has set the sticky bit.
2666
2667 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
2668
2669 * simple.el (primitive-undo): Only process marker adjustments
2670 validated against their corresponding (TEXT . POS). Issue warning
2671 for lone marker adjustments in undo history. (Bug#16818)
2672 (undo-make-selective-list): Add marker adjustments to selective
2673 undo list based on whether their corresponding (TEXT . POS) is in
2674 the region. Remove variable adjusted-markers, which was unused
2675 and only non nil during undo-make-selective-list.
2676 (undo-elt-in-region): Return nil when passed a marker adjustment
2677 and explain in function doc.
2678
2679 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2680
2681 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
2682
2683 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
2684
2685 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
2686 Match special global variables without curlies, too.
2687 (ruby-font-lock-keywords): Simplify the matcher for special global
2688 variables. Don't require a non-word character after the variable.
2689 (Bug#17057)
2690
2691 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2692
2693 * simple.el (redisplay-highlight-region-function): Increase priority of
2694 overlay to make sure boundaries are visible (bug#15899).
2695
2696 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
2697
2698 * frameset.el (frameset--initial-params): Fix typo in parameter name.
2699 (frameset-restore): Compare display strings with equal.
2700
2701 * frame.el (make-frame): Don't quote display name in error message,
2702 it is already a string.
2703
2704 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2705
2706 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
2707 the password.
2708
2709 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
2710
2711 * emacs-lisp/package.el (package--add-to-archive-contents):
2712 Include already installed and built-in packages in
2713 `package-archive-contents'.
2714 (package-install): Don't include already installed packages in the
2715 options during interactive invocation. (Bug#16762)
2716 (package-show-package-list): If the buffer is already displayed in
2717 another window, switch to that window.
2718
2719 2014-03-26 Reto Zimmermann <reto@gnu.org>
2720
2721 Sync with upstream vhdl mode v3.35.1.
2722 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
2723 (vhdl-compiler-alist): Doc fix.
2724 (vhdl-goto-line): Remove.
2725 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
2726 (vhdl-mode) <paragraph-start>: Fix value.
2727 (vhdl-fix-statement-region): Not `for' in wait-statement.
2728 (vhdl-beautify-region): Also (un)tabify.
2729 (vhdl-get-visible-signals):
2730 Scan declarative part of generate statements.
2731 (vhdl-template-record): Fix indentation for record type declaration.
2732 (vhdl-expand-abbrev, vhdl-expand-paren):
2733 Revert to using fset again rather than defalias.
2734 (vhdl-scan-directory-contents): Tweak.
2735 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
2736 (vhdl-compose-components-package):
2737 Replace vhdl-goto-line with forward-line.
2738 (top-level): Tweak speedbar frame selection.
2739 (vhdl-generate-makefile-1): Support for compilers with no
2740 unit-to-file name mapping (create directory with dummy files).
2741
2742 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
2743
2744 Sync with upstream verilog-mode revision 702457d.
2745 * progmodes/verilog-mode.el (verilog-mode-version): Update.
2746 (create-lockfiles): Declare.
2747 (verilog-read-decls): Fix module header imports, bug709.
2748 Reported by Victor Lau.
2749 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
2750 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
2751 interface-only modules, bug721. Reported by Dean Hoyt.
2752
2753 2014-03-26 Glenn Morris <rgm@gnu.org>
2754
2755 * obsolete/gulp.el: Move here from emacs-lisp/.
2756
2757 * files.el (lock-buffer, unlock-buffer, file-locked-p):
2758 Remove fallback aliases, since they are always defined now.
2759
2760 2014-03-24 Daniel Colascione <dancol@dancol.org>
2761
2762 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
2763 instead of cl-loop search function.
2764
2765 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
2766
2767 * calendar/parse-time.el (parse-time-iso8601-regexp)
2768 (parse-iso8601-time-string): Copied from `url-dav' so that we can use
2769 it more generally.
2770
2771 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
2772
2773 * net/dns.el (network-interface-list): Define for XEmacs.
2774
2775 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
2776
2777 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
2778 the network interfaces changed.
2779 (dns-query): Use it to flush the data.
2780
2781 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
2782
2783 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
2784
2785 2014-03-23 Daniel Colascione <dancol@dancol.org>
2786
2787 Change subword-mode to use `find-word-boundary-function-table' and
2788 replace `capitalized-words-mode'. Also, convert to lexical
2789 binding.
2790
2791 * progmodes/cap-words.el: Delete now-obsolete file.
2792 * progmodes/subword.el: Reimplement using
2793 `find-word-boundary-function-table'.
2794 (subword-mode-map): Hollow out.
2795 (capitalized-words-mode): Define as obsolete alias for
2796 `subword-mode'.
2797 (subword-mode, superword-mode): Tweak documentation to reflect new
2798 implementation; call `subword-setup-buffer'.
2799 (subword-forward, subword-capitalize): Add underscore to indicate
2800 unused variable.
2801 (subword-find-word-boundary-function-table): New constant.
2802 (subword-empty-char-table): New constant.
2803 (subword-setup-buffer): New function.
2804 (subword-find-word-boundary): New function.
2805
2806 2014-03-23 Daniel Colascione <dancol@dancol.org>
2807
2808 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
2809 list to look for keyword arguments instead of `memq', fixing
2810 (Bug#3647) --- unfortunately, only for freshly-compiled code.
2811 Please make bootstrap.
2812
2813 2014-03-22 Glenn Morris <rgm@gnu.org>
2814
2815 * dired.el (dired-read-regexp): Make obsolete.
2816 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
2817 (dired-flag-files-regexp):
2818 * dired-aux.el (dired-mark-read-regexp):
2819 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
2820
2821 * startup.el (fancy-startup-text):
2822 * help.el (describe-gnu-project): Visit online info about GNU project.
2823
2824 * help-fns.el (help-fns--interactive-only): New function.
2825 (help-fns-describe-function-functions): Add the above function.
2826 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
2827 (next-line, previous-line): Remove hand-written interactive-only
2828 information from doc strings, it is auto-generated now.
2829 * bookmark.el (bookmark-write):
2830 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
2831 (epa-mail-import-keys): Mark interactive-only,
2832 and remove hand-written interactive-only information from doc strings.
2833 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
2834 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
2835 * files.el (not-modified):
2836 * simple.el (mark-whole-buffer): Mark interactive-only.
2837
2838 * emacs-lisp/byte-run.el (defun-declarations-alist):
2839 Add interactive-only. Doc tweak.
2840 (macro-declarations-alist): Doc tweak.
2841 * subr.el (declare): Doc tweak (add xref to manual).
2842 * comint.el (comint-run):
2843 * files.el (insert-file-literally, insert-file):
2844 * replace.el (replace-string, replace-regexp):
2845 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
2846 (delete-forward-char, goto-line, insert-buffer, next-line)
2847 (previous-line): Set interactive-only via declare.
2848
2849 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
2850
2851 * emacs-lisp/package.el (package-desc): Use the contents of the
2852 quoted form, not its cdr. (Bug#16873)
2853
2854 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
2855
2856 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
2857 benefit of doc.c; change parameter profile to match the X function.
2858
2859 2014-03-22 Leo Liu <sdl.web@gmail.com>
2860
2861 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
2862 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
2863
2864 2014-03-21 Richard Stallman <rms@gnu.org>
2865
2866 * battery.el (battery-linux-sysfs): Search for each field
2867 from the beginning of the buffer.
2868
2869 * subr.el (set-transient-map): Clear out function and value
2870 of the temporary symbol when we're done with it.
2871
2872 * mail/rmailsum.el (rmail-summary-delete-forward):
2873 Optimize case of reaching end and handling count.
2874 (rmail-summary-mark-deleted): Optimize when N is current msg.
2875 Don't create new summary line.
2876 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
2877 (rmail-summary-undelete-many): Rewrite for speed.
2878 (rmail-summary-msg-number): New function.
2879
2880 * mail/rmail.el (rmail-delete-message): Update summary.
2881 (rmail-undelete-previous-message): Handle repeat count arg.
2882 (rmail-delete-backward, rmail-delete-forward): Likewise.
2883
2884 2014-03-21 Daniel Colascione <dancol@dancol.org>
2885
2886 * mail/emacsbug.el (report-emacs-bug): Include memory usage
2887 information in bug reports.
2888
2889 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
2890
2891 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
2892 and `tramp-copy-env'.
2893
2894 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
2895 (tramp-maybe-open-connection): Handle `tramp-login-env'.
2896
2897 2014-03-21 Glenn Morris <rgm@gnu.org>
2898
2899 * electric.el (electric-indent-post-self-insert-function): Add doc.
2900
2901 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
2902
2903 * emacs-lisp/package.el (package-compute-transaction):
2904 Use `version-list-<=' to compare the requirement version against
2905 the version of package already to be installed. Update the error
2906 message. (Bug#16826)
2907
2908 * progmodes/ruby-mode.el (ruby-smie-rules):
2909 Add indentation rule for ` @ '. (Bug#17050)
2910
2911 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
2912
2913 * align.el (align-regexp): Remove superfluous backslash.
2914
2915 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
2916 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
2917 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
2918 Fix docstring typos.
2919 (ffap-next): Use C-u in docstring.
2920 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
2921 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
2922 Remove superfluous backslashes.
2923 (ffap-string-at-point): Reflow docstring.
2924
2925 * server.el (server-host): Reflow docstring.
2926 (server-unload-function): Fix docstring typo.
2927 (server-eval-at): Remove superfluous backslash.
2928
2929 * skeleton.el (skeleton-insert): Remove superfluous backslash.
2930 (skeleton-insert): Doc fix.
2931 (skeleton-insert): Reflow docstring.
2932
2933 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
2934 (tty-color-approximate, tty-color-by-index, tty-color-values)
2935 (tty-color-desc): Remove superfluous backslashes.
2936
2937 2014-03-21 Glenn Morris <rgm@gnu.org>
2938
2939 * cus-start.el (history-length): Bump :version.
2940
2941 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
2942 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
2943 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2944 Don't set `make-backup-files'.
2945
2946 * info.el (info--prettify-description): New function,
2947 to give info-finder descriptions consistent case, punctuation.
2948 (Info-finder-find-node): Use it. Sort packages.
2949 Refer to "description" rather than "commentary".
2950
2951 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
2952
2953 * frameset.el (frameset--print-register): New function.
2954 (frameset-to-register): Use it.
2955
2956 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
2957
2958 * progmodes/hideif.el (hif-string-to-number): New function.
2959 (hif-tokenize): Use it to understand non-decimal floats.
2960
2961 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
2962
2963 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
2964
2965 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2966
2967 * electric.el (electric-newline-and-maybe-indent): New command.
2968 Bind it globally to C-j.
2969 (electric-indent-mode): Don't mess with the global map any more.
2970 Don't drop the post-self-insert-hook is some buffer is still using it
2971 (bug#16770).
2972
2973 * bindings.el (global-map): Remove C-j binding.
2974
2975 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
2976 the docstring of functions advised before dumping (bug#16993).
2977
2978 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
2979
2980 * ps-print.el (ps-generate-postscript-with-faces):
2981 Explicitly deactivate the mark (bug#16866).
2982 * simple.el (deactivate-mark): Update region highlight.
2983
2984 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
2985
2986 * emacs-lisp/package.el (describe-package-1):
2987 Decode commentary (bug#16733).
2988
2989 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
2990
2991 * custom.el (defcustom): Doc fix: recommend avoiding destructive
2992 modification of the value argument of :set (bug#16755).
2993
2994 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2995
2996 * simple.el (newline-and-indent): Do autofill (bug#17031).
2997
2998 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
2999
3000 * newcomment.el (comment-normalize-vars): Only add escaping check
3001 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
3002 (comment-beginning): Use `narrow-to-region' instead of moving back
3003 one character.
3004 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
3005 (comment-start-skip): Update the docstring.
3006
3007 2014-03-18 Richard Stallman <rms@gnu.org>
3008
3009 * dired.el (dired-display-file): Force use of other window.
3010
3011 2014-03-18 Daniel Colascione <dancol@dancol.org>
3012
3013 * startup.el (tty-handle-args): Remove debug message from 2007.
3014
3015 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
3016
3017 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
3018 (advice--make-interactive-form): Use it to avoid (auto)loading function.
3019 (advice--make-1, advice-add, advice-remove):
3020 Remove braindead :advice-pending hack.
3021
3022 2014-03-17 Glenn Morris <rgm@gnu.org>
3023
3024 * calendar/calendar.el (calendar-generate-month): Apply weekend
3025 face to the right days; fixes 2013-08-06 change. (Bug#17028)
3026
3027 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
3028
3029 * net/tramp.el (tramp-action-out-of-band): Read pending output.
3030 (tramp-call-process): Trace also DESTINATION.
3031
3032 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
3033 Quote file names when they are local. Remove superfluous trace.
3034
3035 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
3036
3037 * newcomment.el (comment-beginning): If `comment-start-skip'
3038 doesn't match, move back one char and try again. (Bug#16971)
3039
3040 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3041 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
3042 Set `comment-start-skip' to a simpler value that doesn't try to
3043 check if the semicolon is escaped (this is handled by
3044 `syntax-ppss' now). (Bug#16971)
3045
3046 * progmodes/scheme.el (scheme-mode-variables): Same.
3047
3048 2014-03-16 Martin Rudalics <rudalics@gmx.at>
3049
3050 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
3051 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
3052 current (Bug#16816, Bug#17007).
3053 (with-current-buffer-window): New macro doing the same as
3054 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
3055 * help.el (help-print-return-message): Warn in doc-string to not
3056 use this in `with-help-window'.
3057 (describe-bindings-internal): Call `describe-buffer-bindings'
3058 from within help buffer. See Juanma's scenario in (Bug#16816).
3059 (with-help-window): Update doc-string.
3060 * dired.el (dired-mark-pop-up):
3061 * files.el (save-buffers-kill-emacs):
3062 * register.el (register-preview): Use `with-current-buffer-window'
3063 instead of `with-temp-buffer-window'.
3064
3065 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
3066
3067 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
3068 Implement inserting into current buffer, documented in their docstrings.
3069 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
3070 (rst-section-tree-point, rst-forward-section, rst-indent)
3071 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
3072 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
3073 (rst-font-lock-handle-adornment-pre-match-form)
3074 (rst-repeat-last-character): Reflow docstrings.
3075 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
3076 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
3077 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
3078 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
3079 Fix docstring typos.
3080 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
3081 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
3082 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
3083
3084 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
3085
3086 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
3087 for compatibility with other ports.
3088 (ns-initialize-window-system): Use it. It is set in term/common-win.el
3089 from the -xrm command line argument, but in the Nextstep port its value
3090 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
3091
3092 * progmodes/python.el (defconst, python-syntax-count-quotes)
3093 (python-indent-region, python-indent-shift-right)
3094 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
3095 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
3096 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
3097 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
3098 (inferior-python-mode, python-shell-make-comint, run-python-internal)
3099 (python-shell-buffer-substring, python-shell-send-buffer)
3100 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
3101 (python-completion-complete-at-point, python-fill-docstring-style)
3102 (python-eldoc-function, python-imenu-format-item-label)
3103 (python-imenu-format-parent-item-label)
3104 (python-imenu-format-parent-item-jump-label)
3105 (python-imenu--build-tree, python-imenu-create-index)
3106 (python-imenu-create-flat-index): Fix docstring typos.
3107 (python-indent-context, python-shell-prompt-regexp, run-python):
3108 Remove superfluous backslashes.
3109 (python-indent-line, python-nav-beginning-of-defun)
3110 (python-shell-get-buffer, python-shell-get-process)
3111 (python-info-current-defun, python-info-current-line-comment-p)
3112 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
3113 (python-indent-post-self-insert-function, python-shell-send-file)
3114 (python-shell-completion-get-completions)
3115 (python-shell-completion-complete-or-indent)
3116 (python-eldoc--get-doc-at-point): Reflow docstrings.
3117
3118 2014-03-14 Glenn Morris <rgm@gnu.org>
3119
3120 * emacs-lisp/package.el (package-menu-mode-map):
3121 Replace use of obsolete function alias. Tweak menu item text.
3122
3123 * info.el (Info-finder-find-node):
3124 Ignore the `emacs' metapackage. (Bug#10813)
3125
3126 * finder.el (finder-list-matches): Include unversioned packages
3127 in the result of a keyword search.
3128
3129 * finder.el (finder--builtins-descriptions): New constant.
3130 (finder-compile-keywords): Use finder--builtins-descriptions.
3131
3132 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
3133
3134 * simple.el (blink-matching-paren): Describe the new value,
3135 `jump', enabling the old behavior.
3136 (blink-matching-open): Use that value. (Bug#17008)
3137
3138 2014-03-14 Glenn Morris <rgm@gnu.org>
3139
3140 * finder.el (finder-no-scan-regexp): Add leim-list.
3141 (finder-compile-keywords):
3142 Don't skip files with same basename. (Bug#14010)
3143 * Makefile.in (setwins_finder): New, excluding leim.
3144 (finder-data): Use setwins_finder.
3145
3146 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
3147 (help-function-arglist, help-make-usage): Move from here...
3148 * help.el (help-split-fundoc, help-add-fundoc-usage)
3149 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
3150 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
3151
3152 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
3153
3154 * net/socks.el (socks, socks-override-functions)
3155 (socks-find-services-entry):
3156 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
3157 (hif-find-ifdef-block):
3158 * progmodes/modula2.el (m2-indent): Fix docstring typos.
3159
3160 * net/tls.el (tls-program): Reflow docstring.
3161
3162 * progmodes/pascal.el (pascal-mode-abbrev-table)
3163 (pascal-imenu-generic-expression, pascal-auto-endcomments)
3164 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
3165 (pascal-outline-mode): Fix docstring typos.
3166 (pascal-mode): Let define-derived-mode document mode hook.
3167 (pascal-uncomment-area): Reflow.
3168 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
3169
3170 * progmodes/opascal.el (opascal-compound-block-indent)
3171 (opascal-case-label-indent): Fix docstring typos.
3172 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
3173
3174 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
3175
3176 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3177 Fontify multiple adjacent negation chars. (Bug#17004)
3178
3179 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
3180
3181 * emacs-lisp/package.el (package--prepare-dependencies):
3182 Accept requirements without explicit version (bug#14941).
3183
3184 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
3185
3186 * register.el (register-separator, copy-to-register): Doc fixes.
3187 (register-preview-default): Remove unnecessary call to concat.
3188
3189 * frameset.el (frameset-restore): When checking for a visible frame,
3190 use the action map instead of calling visible-frame-list.
3191
3192 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
3193
3194 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
3195
3196 2014-03-12 Martin Rudalics <rudalics@gmx.at>
3197
3198 * window.el (fit-frame-to-buffer): Get maximum width from
3199 display's width instead of height.
3200
3201 2014-03-12 Glenn Morris <rgm@gnu.org>
3202
3203 * desktop.el (desktop-restore-frames)
3204 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
3205 (desktop-restore-reuses-frames): Doc tweaks.
3206
3207 * electric.el (electric-indent-mode): Doc fix.
3208
3209 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
3210
3211 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
3212 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
3213 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
3214 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
3215 (cvs-dired-use-hook): Fix docstring typos.
3216 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
3217 Doc fixes.
3218
3219 * vc/pcvs-defs.el (cvs-auto-remove-handled)
3220 (cvs-auto-remove-directories, cvs-default-ignore-marks)
3221 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
3222 (cvs-execute-single-dir): Fix docstring typos.
3223
3224 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
3225 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
3226
3227 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
3228
3229 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
3230 Fix docstring typos.
3231
3232 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
3233
3234 * frameset.el (frameset--jump-to-register): Add autoload; it could be
3235 called from jump-to-register after unloading the frameset package.
3236
3237 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3238
3239 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
3240 (bug#16975). Deactivate the mark before setting it to nil.
3241 (activate-mark): Do nothing if region is already active.
3242
3243 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
3244
3245 * frameset.el (frameset--target-display): Remove definition; declare.
3246 (frameset-save, frameset-restore): Let-bind frameset--target-display.
3247
3248 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3249
3250 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
3251 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
3252 when the advice is pending.
3253 (advice-remove): Remove this marker when not needed any more.
3254
3255 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
3256
3257 * frameset.el: Separate options for reusing frames and cleaning up.
3258 (frameset--reuse-list): Remove definition; declare.
3259 (frameset--action-map): Declare.
3260 (frameset--find-frame-if): Doc fix.
3261 (frameset--restore-frame): Cache frame action.
3262 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
3263 how to clean up the frame list after restoring. Remove cleaning
3264 options from REUSE-FRAMES. Change all keyword values to symbols.
3265 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
3266
3267 * desktop.el (desktop-restore-forces-onscreen)
3268 (desktop-restore-reuses-frames): Use non-keyword values.
3269 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
3270
3271 2014-03-10 Glenn Morris <rgm@gnu.org>
3272
3273 * files.el (find-file): Doc fix: update info node name.
3274
3275 * emacs-lisp/advice.el (ad-add-advice, defadvice):
3276 Doc fix: remove references to deleted info nodes.
3277
3278 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
3279
3280 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
3281 Do not add `nil' to the environment, when there's no remote `locale'.
3282 (tramp-find-inline-encoding): Check, that the remote host has
3283 installed perl, before sending scripts.
3284
3285 2014-03-10 Leo Liu <sdl.web@gmail.com>
3286
3287 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
3288 Clear eldoc-last-message. (Bug#16920)
3289
3290 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
3291
3292 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
3293 (bug#14430).
3294
3295 2014-03-09 Juri Linkov <juri@jurta.org>
3296
3297 * ansi-color.el (ansi-color-names-vector): Copy default colors
3298 from `xterm-standard-colors' that look well on the default white
3299 background (and also on the black background) to avoid illegible
3300 color combinations like yellow-on-white and white-on-white.
3301 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
3302
3303 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
3304
3305 * frameset.el (frameset-restore): When no frame is visible, do not
3306 generate a list of frames, just make visible the selected one.
3307
3308 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
3309
3310 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
3311 it only contains the repository root. (Bug#16897)
3312
3313 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
3314
3315 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
3316 only when `remote-file-name-inhibit-cache' is nil.
3317 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
3318
3319 2014-03-06 Martin Rudalics <rudalics@gmx.at>
3320
3321 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
3322 Fix doc-strings.
3323 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
3324 fit-frame-to-buffer variable. Fix doc-string.
3325 (fit-window-to-buffer): Set ONLY argument in call of
3326 fit-frame-to-buffer. Fix doc-string.
3327
3328 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
3329
3330 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
3331 (tramp-action-password): Clear password cache if needed.
3332 (tramp-read-passwd): Do not clear password cache.
3333
3334 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
3335 cache unless it is the first password request.
3336
3337 2014-03-06 Glenn Morris <rgm@gnu.org>
3338
3339 * simple.el (newline): Doc tweak.
3340
3341 * emacs-lisp/shadow.el (load-path-shadows-find):
3342 Ignore dir-locals. (Bug#12357)
3343
3344 2014-03-05 Glenn Morris <rgm@gnu.org>
3345
3346 * files.el (interpreter-mode-alist):
3347 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
3348
3349 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
3350
3351 * frameset.el (frameset--initial-params): Filter out null entries.
3352
3353 2014-03-05 Martin Rudalics <rudalics@gmx.at>
3354
3355 * window.el (window-min-height, window-min-width):
3356 Rewrite doc-strings.
3357 (window-body-size): Add PIXELWISE argument to make it consistent
3358 with its callees.
3359
3360 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
3361
3362 * finder.el (finder-mode-map, finder-mode-syntax-table):
3363 Revert part of 2014-02-28 change.
3364
3365 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
3366
3367 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
3368 (eww-setup-buffer): Clear next/prev/etc more reliably.
3369 (eww-textarea-map): [tab] doesn't work on tty.
3370 Reported by Mario Lang.
3371
3372 * net/shr.el (shr-map): Ditto.
3373
3374 2014-03-04 Glenn Morris <rgm@gnu.org>
3375
3376 * minibuffer.el (completion-hilit-commonality):
3377 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
3378
3379 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
3380
3381 * hilit-chg.el (hilit-chg-unload-function): New function.
3382 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
3383 (hilit-chg-map-changes): Prefer cardinal number to digit.
3384 (hilit-chg-display-changes): Reflow docstring.
3385 (highlight-changes-rotate-faces): Remove superfluous backslash.
3386
3387 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
3388
3389 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
3390 `tramp-send-command-and-check'.
3391
3392 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
3393
3394 * hexl.el (hexl-address-region, hexl-ascii-region)
3395 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
3396 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
3397 (hexl-forward-word, hexl-previous-line, hexl-next-line):
3398 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
3399 (hexl-mode): Doc fix.
3400 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
3401 (hexl-mode-ruler): Fix typos in docstrings.
3402
3403 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
3404 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
3405 Remove superfluous backslashes.
3406 (strokes-last-stroke, strokes-global-map, strokes-mode):
3407 Reflow docstrings.
3408 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
3409 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
3410 (strokes-distance-squared, strokes-global-set-stroke)
3411 (strokes-global-set-stroke-string): Doc fixes.
3412 (strokes-help): Fix typos; reflow docstring.
3413
3414 2014-03-04 Martin Rudalics <rudalics@gmx.at>
3415
3416 * window.el (window-in-direction): Fix doc-string.
3417
3418 2014-03-04 Glenn Morris <rgm@gnu.org>
3419
3420 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
3421 Explicit error if no grammar.
3422 (smie-config-save): Doc fix. Fix quote typo.
3423
3424 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
3425
3426 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
3427 electric-indent-mode-hook if we obey electric-indent-mode.
3428 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
3429 decide whether we obey electric-indent-mode.
3430 (c-change-set-fl-decl-start, c-extend-after-change-region):
3431 Silence warnings.
3432 (c-electric-indent-mode-hook): Assume we do want to obey
3433 electric-indent-mode.
3434
3435 * electric.el (electric-indent-mode-has-been-called): Remove.
3436 (electric-indent-mode): Fix accordingly.
3437
3438 * files.el (hack-local-variables): Mention file name in warning.
3439
3440 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
3441
3442 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
3443
3444 * bindings.el: Add comment describing why C-d binds to `delete-char'.
3445 * simple.el (delete-forward-char): Mark as interactive-only.
3446
3447 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
3448
3449 * icomplete.el (icomplete-completions):
3450 Follow-up to 2014-03-01 change.
3451
3452 * icomplete.el: Miscellaneous doc fixes.
3453 Use Icomplete everywhere instead of icomplete for consistency.
3454 (icomplete-max-delay-chars): Fix typo.
3455 (icomplete-mode): Use \[].
3456 (icomplete-tidy, icomplete-exhibit): Reflow.
3457 (icomplete-minibuffer-setup-hook, icomplete-completions):
3458 Remove superfluous backlashes.
3459
3460 * ido.el: Miscellaneous doc fixes.
3461 Use Ido everywhere instead of ido or `ido' for consistency.
3462 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
3463 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
3464 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
3465 (ido-separator): Extract obsolescence info from docstring and declare
3466 with make-obsolete-variable.
3467 (ido-minibuffer-setup-hook): Simplify example.
3468 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
3469 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
3470 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
3471 (ido-everywhere): Reflow docstring.
3472 (ido-toggle-vc): Doc fix.
3473 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
3474 of long list of keybindings.
3475
3476 2014-03-03 Glenn Morris <rgm@gnu.org>
3477
3478 * frame.el (display-pixel-height, display-pixel-width)
3479 (display-mm-dimensions-alist, display-mm-height)
3480 (display-mm-width): Doc tweaks.
3481
3482 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
3483
3484 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
3485 case of undo in region.
3486
3487 2014-03-02 Martin Rudalics <rudalics@gmx.at>
3488
3489 * window.el (fit-window-to-buffer): Fix argument in window-size
3490 call when window is horizontally combined.
3491
3492 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
3493
3494 * icomplete.el (icomplete-completions): Use string-width.
3495 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3496
3497 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
3498
3499 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
3500 Highlight regexp options. (Bug#16914)
3501
3502 2014-03-01 Martin Rudalics <rudalics@gmx.at>
3503
3504 * window.el (window--max-delta-1): Round down when calculating
3505 how many lines/columns we can get from a window.
3506
3507 2014-03-01 Glenn Morris <rgm@gnu.org>
3508
3509 * isearch.el (search-invisible): Doc fix.
3510
3511 * minibuffer.el (completion-hilit-commonality):
3512 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
3513 * comint.el (comint-dynamic-list-completions): Doc fix.
3514 * comint.el (comint-dynamic-list-completions):
3515 * filecache.el (file-cache-minibuffer-complete):
3516 * tempo.el (tempo-display-completions):
3517 * eshell/em-hist.el (eshell-list-history):
3518 Replace use of obsolete argument of display-completion-list.
3519
3520 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
3521
3522 * icomplete.el (icomplete-completions):
3523 Revert back to using "..." when ?… cannot be displayed.
3524
3525 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
3526
3527 * finder.el (finder-unload-function): New function.
3528
3529 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
3530
3531 * dframe.el (dframe-detach):
3532 * find-dired.el (find-dired, find-name-dired):
3533 * finder.el (finder-mode-map, finder-mode-syntax-table)
3534 (finder-headmark, finder-select, finder-mouse-select):
3535 Fix docstring typos.
3536
3537 2014-02-28 Martin Rudalics <rudalics@gmx.at>
3538
3539 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
3540 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
3541 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
3542 Fix doc-string based on a suggestion by Nicolas Richard
3543 <theonewiththeevillook@yahoo.fr>.
3544 * help.el (with-help-window): Fix doc-string.
3545
3546 2014-02-28 Ivan Kanis <ivan@kanis.fr>
3547
3548 * net/shr.el (shr-image-animate): New option.
3549 (shr-put-image): Respect shr-image-animate.
3550
3551 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
3552
3553 * net/tramp-adb.el (tramp-adb-parse-device-names):
3554 Use `accept-process-output'.
3555 (tramp-adb-handle-file-truename): Cache the localname only.
3556 (tramp-adb-handle-make-directory)
3557 (tramp-adb-handle-delete-directory): Flush file properties correctly.
3558 (tramp-adb-handle-set-file-modes): Do not raise an error when file
3559 modes cannot be changed.
3560
3561 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
3562 file properties of symlinks.
3563
3564 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
3565
3566 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
3567 required/optional fields to match development biblatex. (Bug#16781)
3568
3569 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
3570
3571 * saveplace.el (toggle-save-place):
3572 Fix argument handling. (Bug#16673)
3573
3574 2014-02-28 Glenn Morris <rgm@gnu.org>
3575
3576 * minibuffer.el (completions-first-difference)
3577 (completions-common-part, completion-hilit-commonality): Doc fixes.
3578
3579 2014-02-28 Karl Berry <karl@gnu.org>
3580
3581 * info.el (Info-mode-map): Add H for describe-mode,
3582 to synchronize with standalone Info.
3583
3584 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
3585
3586 * progmodes/sql.el (sql-interactive-mode):
3587 Avoid setting global comint-input-ring-separator. (Bug#16814)
3588
3589 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
3590
3591 * net/dbus.el (dbus--init-bus): Declare function.
3592 (dbus-path-local, dbus-interface-local): New defconst.
3593 (dbus-init-bus): Use them.
3594 (dbus-return-values-table): Extend doc.
3595 (dbus-handle-bus-disconnect): Extend error message.
3596
3597 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
3598
3599 * subr.el (y-or-n-p): Fix double space issue in message.
3600
3601 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
3602
3603 * net/tramp.el (tramp-call-process): Improve trace message.
3604 (tramp-handle-insert-file-contents): Trace error case.
3605
3606 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
3607 <insert-directory>: Use `tramp-handle-insert-directory'.
3608 (tramp-adb-handle-insert-directory): Remove function.
3609 (tramp-adb-send-command-and-check): New defun, replacing
3610 `tramp-adb-command-exit-status'. Change all callees.
3611 (tramp-adb-handle-file-attributes)
3612 (tramp-adb-handle-directory-files-and-attributes): Use it.
3613 (tramp-adb-ls-output-name-less-p):
3614 Use `directory-listing-before-filename-regexp'.
3615 (tramp-adb-handle-delete-directory): Flush also file properties of
3616 the truename of directory.
3617 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
3618 (tramp-adb-handle-file-local-copy): Make the local copy readable.
3619 (tramp-adb-handle-write-region): Implement APPEND.
3620 (tramp-adb-handle-rename-file): Make it more robust. Flush file
3621 properties correctly.
3622 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
3623 variables. Check for connected devices only when needed.
3624
3625 2014-02-27 Glenn Morris <rgm@gnu.org>
3626
3627 * minibuffer.el (completion-table-dynamic)
3628 (completion-table-with-cache): Doc fixes.
3629
3630 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
3631 (completing-read-multiple): Doc fixes.
3632
3633 2014-02-27 Daniel Colascione <dancol@dancol.org>
3634
3635 * minibuffer.el (completion--nth-completion): Fix indentation.
3636
3637 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
3638 explicit tramp path is empty.
3639
3640 2014-02-27 Glenn Morris <rgm@gnu.org>
3641
3642 * emacs-lisp/crm.el (completing-read-multiple):
3643 Empower help-enable-auto-load.
3644
3645 2014-02-26 Glenn Morris <rgm@gnu.org>
3646
3647 * startup.el (command-line): Don't init the tty in daemon mode.
3648
3649 Avoid calling tty-setup-hook twice, eg if a term file
3650 explicitly calls tty-run-terminal-initialization. (Bug#16859)
3651 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
3652 (tty-create-frame-with-faces): Use it.
3653 * startup.el (command-line): Pass run-hook argument
3654 to tty-run-terminal-initialization.
3655
3656 * dired.el (dired-restore-desktop-buffer): Demote errors;
3657 eg in case a glob match fails. (Bug#16884)
3658
3659 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
3660
3661 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
3662 error from `read-from-string'. (Bug#16850)
3663
3664 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
3665 result of `completing-read' in the interactive form. (Bug#16854)
3666
3667 2014-02-25 Glenn Morris <rgm@gnu.org>
3668
3669 * image.el (image-animate, image-animate-timeout):
3670 Stop animating images in dead buffers. (Bug#16878)
3671
3672 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
3673
3674 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
3675 Doc fixes.
3676 * startup.el (term-setup-hook): Doc fix. Make obsolete.
3677 * term/sun.el (sun-raw-prefix-hooks):
3678 Use tty-setup-hook instead of term-setup-hook.
3679 (terminal-init-sun): Construct message from bytecomp plist.
3680 * term/wyse50.el (enable-arrow-keys): Doc fix.
3681
3682 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
3683
3684 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
3685 Fix docstring typos.
3686
3687 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
3688
3689 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
3690
3691 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3692
3693 * minibuffer.el (completion--try-word-completion):
3694 Fix error when completing M-x commands (bug#16808).
3695
3696 2014-02-24 Leo Liu <sdl.web@gmail.com>
3697
3698 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
3699
3700 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
3701
3702 * apropos.el (apropos-print): Avoid formatting error when
3703 apropos-do-all and apropos-compact-layout are both t.
3704
3705 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
3706
3707 * apropos.el (apropos-property, apropos-all-words-regexp)
3708 (apropos-true-hit, apropos-variable, apropos-print):
3709 Fix docstring typos, and remove obsolete comment.
3710
3711 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
3712
3713 * net/tramp-sh.el (tramp-sh-handle-file-truename):
3714 Preserve trailing "/". (Bug#16851)
3715
3716 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
3717
3718 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
3719 after `=>' (bug#16811).
3720 (ruby-smie-rules): Handle the inconsistent second element of the
3721 list returned by `smie-indent--parent'.
3722 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
3723 method call.
3724
3725 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
3726
3727 * elec-pair.el (electric-pair-text-syntax-table)
3728 (electric-pair-syntax-info, electric-pair--syntax-ppss)
3729 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
3730 (electric-pair--looking-at-unterminated-string-p): Doc fix.
3731 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
3732
3733 2014-02-22 Glenn Morris <rgm@gnu.org>
3734
3735 * imenu.el (imenu--generic-function): Doc fix.
3736
3737 * register.el (frame-configuration-to-register): Make obsolete.
3738
3739 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
3740
3741 * desktop.el (desktop-save-buffer-p): Do not fail when
3742 desktop-files-not-to-save is nil. Return t for true result
3743 as the doc says.
3744
3745 2014-02-22 Daniel Colascione <dancol@dancol.org>
3746
3747 * net/secrets.el (secrets-create-item, secrets-search-items):
3748 Check that attribute values are strings, avoiding the construction
3749 of invalid dbus messages.
3750
3751 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3752
3753 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
3754 defun-declarations-alist.
3755
3756 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
3757
3758 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
3759 (bug#16829).
3760
3761 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3762
3763 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
3764 (whitespace-newline, whitespace-trailing, whitespace-line)
3765 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
3766 (whitespace-space-after-tab): Fix typo in docstrings.
3767
3768 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
3769
3770 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
3771
3772 * electric.el (electric-indent-functions-without-reindent):
3773 Add `yaml-indent-line'.
3774
3775 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3776
3777 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
3778 It has done nothing for years; should be removed after the release.
3779
3780 * simple.el (choose-completion): Fix docstring typo.
3781 (read-quoted-char-radix): Remove unneeded * in docstring.
3782 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
3783 Don't escape parentheses unnecessarily in docstrings.
3784
3785 2014-02-21 Martin Rudalics <rudalics@gmx.at>
3786
3787 Fix handling of window-min-height/-width (Bug#16738).
3788 * window.el (window--dump-window, window--dump-frame):
3789 New functions.
3790 (window--min-size-1): Account for window dividers.
3791 When window-resize-pixelwise is nil, delay rounding till after the
3792 sum of the window components has been calculated.
3793 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
3794 nil make sure at least one text line and two text columns remain
3795 fully visible.
3796 (window-resize): Signal an error when window-resize-apply fails.
3797 (window--resize-child-windows): Fix calculation of by how many
3798 pixels a window can still be shrunk via window-new-normal.
3799 (adjust-window-trailing-edge): Call window--resizable with
3800 correct TRAIL argument.
3801
3802 (with-temp-buffer-window): Don't evaluate BODY within
3803 with-current-buffer (Bug#16816).
3804
3805 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
3806
3807 * net/tramp.el (tramp-check-cached-permissions):
3808 Call `file-attributes' with `suffix' being a symbol but a string.
3809
3810 2014-02-21 Daniel Colascione <dancol@dancol.org>
3811
3812 * net/dbus.el (dbus-init-bus-1): Declare new subr.
3813 (dbus-init-bus): New function: call into dbus-init-bus-1
3814 and installs a handler for the disconnect signal.
3815 (dbus-call-method): Rewrite to look for result in cons.
3816 (dbus-call-method-handler): Store result in cons.
3817 (dbus-check-event): Recognize events with nil sender as valid.
3818 (dbus-handle-bus-disconnect): New function. React to bus
3819 disconnection signal by synthesizing dbus error for each
3820 pending synchronous or asynchronous call.
3821 (dbus-notice-synchronous-call-errors): New function.
3822 (dbus-handle-event): Raise errors directly only when `dbus-debug'
3823 is true, not all the time.
3824
3825 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
3826
3827 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
3828 Remove obsolescence declarations, these variables do not exist anymore.
3829
3830 * savehist.el (savehist-save-minibuffer-history)
3831 (savehist-additional-variables, savehist-file, savehist-mode-hook)
3832 (savehist-save-hook, savehist-coding-system, savehist-loaded)
3833 (savehist-load, savehist-install, savehist-autosave): Fix typos;
3834 mostly, refer to "Savehist mode" when talking about the mode,
3835 and not the function.
3836
3837 * saveplace.el (save-place): Remove redundant info in docstring.
3838 (save-place-forget-unreadable-files, toggle-save-place)
3839 (save-place-forget-unreadable-files, save-place-dired-hook):
3840 Fix typos and remove unneeded backslashes.
3841
3842 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
3843
3844 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
3845 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
3846
3847 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3848 <insert-directory>: Use `tramp-handle-insert-directory'.
3849 (tramp-gvfs-handle-insert-directory): Remove function.
3850
3851 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
3852 Call `tramp-handle-insert-directory'.
3853
3854 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
3855
3856 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
3857 before the start of buffer/region (bug#16799).
3858
3859 2014-02-20 Glenn Morris <rgm@gnu.org>
3860
3861 * isearch.el (search-invisible): Doc fix.
3862
3863 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
3864
3865 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
3866 (bug#16657).
3867
3868 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
3869
3870 * frameset.el (frameset-restore): Delay removing an old frame's
3871 duplicate id until the new frame has been correctly created.
3872
3873 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
3874
3875 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
3876 (tramp-check-cached-permissions): Call `file-attributes' if the
3877 cache is empty.
3878
3879 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
3880 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
3881
3882 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
3883 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
3884 (tramp-gvfs-maybe-open-connection): Set always connection
3885 properties, even if target is mounted already.
3886
3887 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
3888 Set tramp-autoload cookie.
3889 (tramp-get-remote-touch): New defun.
3890 (tramp-sh-handle-set-file-times): Use it.
3891 (tramp-sh-handle-directory-files-and-attributes):
3892 Use `tramp-handle-directory-files-and-attributes' if neither stat
3893 nor perl are available on the remote host.
3894
3895 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
3896 "/". Write long listing only when "l" belongs to the switches.
3897
3898 * net/trampver.el: Update release number.
3899
3900 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
3901
3902 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
3903
3904 2014-02-19 Martin Rudalics <rudalics@gmx.at>
3905
3906 * window.el (window-state-put): Allow WINDOW to refer to an
3907 internal window (Bug#16793).
3908
3909 2014-02-19 Glenn Morris <rgm@gnu.org>
3910
3911 * textmodes/remember.el: Move provide statement to end.
3912 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
3913 (remember-notes): Doc fixes.
3914
3915 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
3916
3917 * delsel.el (delete-char): Restore incorrectly erased property
3918 (bug#16795).
3919
3920 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
3921
3922 * frameset.el (frameset--restore-frame): When a frame is being reused
3923 and its root window is not alive, delete all the frame's windows before
3924 restoring the window state. This works around the issue in bug#16793.
3925
3926 2014-02-18 Glenn Morris <rgm@gnu.org>
3927
3928 * textmodes/remember.el (remember-data-directory)
3929 (remember-directory-file-name-format, remember-store-in-files)
3930 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
3931 (remember-notes-save-and-bury-buffer)
3932 (remember-notes--kill-buffer-query): Doc fixes.
3933
3934 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
3935
3936 2014-02-17 Alan Mackenzie <acm@muc.de>
3937
3938 Connect electric-indent-mode up with CC Mode. Bug #15478.
3939 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
3940 to electric-indent-{,local-}-mode.
3941 (c-basic-common-init): Set electric-indent-inhibit.
3942 Initialise c-electric-flag from electric-indent-mode.
3943 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
3944 New hook functions which propagate electric-indent-mode to CC mode.
3945
3946 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
3947 hit, toggle electric-indent-local-mode.
3948
3949 * electric.el (electric-indent-mode-has-been-called):
3950 New variable.
3951
3952 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
3953
3954 * frameset.el (frameset-cfg-id): New function.
3955 (frameset--reuse-frame, frameset-restore): Use it.
3956 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
3957
3958 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
3959
3960 * ido.el (ido-file-internal): Remove unused var `d'.
3961 Use \` for to match BoS. Fit within 80n columns.
3962
3963 2014-02-17 Daniel Colascione <dancol@dancol.org>
3964
3965 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
3966 dbus-call-method check for completion using a busy-wait loop with
3967 gradual backoff.
3968
3969 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
3970
3971 Sync with Tramp 2.2.9.
3972
3973 * net/trampver.el: Update release number.
3974
3975 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
3976
3977 * ido.el (ido-file-internal): Don't add the name of an existing
3978 directory twice. (Bug#16747)
3979
3980 2014-02-16 Glenn Morris <rgm@gnu.org>
3981
3982 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
3983 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
3984
3985 2014-02-15 Michael R. Mauger <michael@mauger.com>
3986
3987 * progmodes/sql.el: Version 3.4
3988 (sql-oracle-options): New default value ("-L").
3989 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
3990 (sql-placeholders-filter): Correct placeholder pattern.
3991 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
3992 (sql-login-delay): New variable.
3993 (sql-product-interactive): Use it.
3994
3995 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
3996
3997 * frameset.el (frameset--jump-to-register): Check that buffer is live
3998 (bug#16749).
3999
4000 2014-02-15 Glenn Morris <rgm@gnu.org>
4001
4002 * info.el (info-initialize): Revert 2014-01-10 change.
4003
4004 2014-02-14 Glenn Morris <rgm@gnu.org>
4005
4006 * replace.el (map-query-replace-regexp)
4007 (read-regexp-defaults-function, read-regexp): Doc fixes.
4008
4009 * dired.el (dired-read-regexp):
4010 * faces.el (list-faces-display):
4011 * misearch.el (multi-isearch-read-matching-buffers)
4012 (multi-isearch-read-matching-files):
4013 * play/cookie1.el (cookie-apropos):
4014 * progmodes/grep.el (grep-read-regexp): Doc fixes.
4015
4016 * textmodes/remember.el (remember): Use frameset-to-register
4017 rather than frame-configuration-to-register.
4018
4019 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
4020
4021 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
4022 incorrect keybinding.
4023
4024 2014-02-13 Daniel Colascione <dancol@dancol.org>
4025
4026 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
4027 when adding overlays so that line numbers from compiler match line
4028 numbers we use.
4029
4030 2014-02-13 Glenn Morris <rgm@gnu.org>
4031
4032 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
4033
4034 * jit-lock.el (jit-lock-mode): Doc fix.
4035
4036 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
4037
4038 * apropos.el (apropos-read-pattern): When the user passes an empty
4039 string, give a more helpful error message than "Wrong type
4040 argument: stringp, nil".
4041
4042 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
4043
4044 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
4045
4046 2014-02-13 Glenn Morris <rgm@gnu.org>
4047
4048 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
4049
4050 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
4051
4052 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
4053 shift-select commands.
4054
4055 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
4056
4057 * progmodes/js.el (js-indent-line): Don't widen.
4058 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
4059
4060 2014-02-12 Glenn Morris <rgm@gnu.org>
4061
4062 * icomplete.el (icomplete): Add info-link to defgroup.
4063 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
4064 (icomplete-minibuffer-map, icomplete-mode)
4065 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
4066
4067 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
4068 (package-menu-filter): Rename from package-menu-filter-interactive.
4069 Doc fix.
4070
4071 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
4072
4073 * frameset.el (frameset--jump-to-register): Select the required
4074 window and buffer before restoring position (bug#16696).
4075
4076 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
4077
4078 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
4079
4080 2014-02-10 Glenn Morris <rgm@gnu.org>
4081
4082 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
4083
4084 2014-02-10 Eli Zaretskii <eliz@gnu.org>
4085
4086 * w32-common-fns.el (x-get-selection): Doc fix.
4087 * select.el (x-get-selection): Doc fix. (Bug#15109)
4088
4089 * face-remap.el (face-remap-add-relative)
4090 (face-remap-remove-relative, face-remap-reset-base)
4091 (face-remap-set-base): Call force-mode-line-update to redisplay
4092 the current buffer due to potential change in faces. (Bug#16709)
4093
4094 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
4095
4096 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
4097 script more robustly.
4098
4099 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
4100
4101 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
4102
4103 * simple.el (choose-completion): Doc fix (bug#14160).
4104
4105 * subr.el (event-start): Say what a nil EVENT value means.
4106
4107 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
4108 (bug#14197).
4109
4110 * progmodes/grep.el (find-program): Doc fix (bug#14289).
4111
4112 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
4113
4114 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
4115
4116 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
4117 predicate function (bug#15455).
4118
4119 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
4120
4121 * ielm.el (inferior-emacs-lisp-mode): Instead of
4122 `comment-use-global-state', set `comment-use-syntax'.
4123
4124 2014-02-10 Glenn Morris <rgm@gnu.org>
4125
4126 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
4127
4128 2014-02-09 Alan Mackenzie <acm@muc.de>
4129
4130 Fix c-invalidate-state-cache on narrowed buffers.
4131 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
4132 Widen when setting and clearing the CPP delimiter properties.
4133
4134 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
4135
4136 * help.el (describe-bindings): Doc fix (bug#9888).
4137
4138 * files.el (save-buffer): Use ARG as the parameter name for
4139 consistency (bug#10346).
4140 (save-buffer): Clarify the 0 argument (bug#10346).
4141
4142 * cus-edit.el (customize-apropos): Fix error string.
4143 (custom-buffer-create): Doc fix (bug#11122).
4144 (custom-sort-items): Doc fix (bug#11121).
4145
4146 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
4147
4148 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
4149 (icomplete-simple-completing-p): Mention the previous variable.
4150
4151 * font-lock.el (font-lock-value-in-major-mode): Clarify the
4152 meaning of the parameter (bug#12282).
4153
4154 * files.el (find-file-noselect): Clarify prompt when changing
4155 readedness (bug#13261).
4156 (locate-file): Suffixes aren't returned, so don't say that they
4157 are (bug#12674).
4158 (backup-inhibited): Doc clarification (bug#12525).
4159
4160 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
4161 before we actually start to delete things (bug#16331).
4162
4163 * subr.el (event-start): Doc fix (bug#14228).
4164 (event-end): Ditto.
4165
4166 2014-02-09 Glenn Morris <rgm@gnu.org>
4167
4168 * emacs-lisp/warnings.el (lwarn):
4169 Empower help-enable-auto-load. (Bug#15940)
4170
4171 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
4172
4173 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
4174 (Bug#16690)
4175
4176 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
4177
4178 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
4179 Insert output at end of buffer. (Bug#16120)
4180
4181 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
4182
4183 * simple.el (choose-completion-string-functions): Document new
4184 calling convention (bug#14153).
4185 (execute-extended-command): Clarify doc string (bug#13373).
4186
4187 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
4188
4189 * find-dired.el (find-name-dired): Doc fix (bug#14290).
4190 (find-grep-dired): Doc fix (bug#14288).
4191
4192 2014-02-08 Juri Linkov <juri@jurta.org>
4193
4194 * isearch.el (isearch-quote-char): Check character validity
4195 like in `quoted-insert' (bug#16677).
4196
4197 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
4198
4199 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
4200
4201 * isearch.el (isearch-hide-immediately): Doc clarification
4202 (bug#14723).
4203
4204 * simple.el (line-move): Document utility function used many
4205 places in the Emacs sources (bug#14843).
4206
4207 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
4208 (dired-prev-marked-file): Doc fix (bug#14855).
4209 (dired-up-directory): Doc fix (bug#14848).
4210
4211 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
4212
4213 * files.el (file-relative-name): Doc fix (bug#15159).
4214
4215 * fringe.el (fringe-styles): Doc fix (bug#15239).
4216
4217 * isearch.el (isearch-filter-predicate): Documentation typo fix
4218 (bug#15474).
4219
4220 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
4221
4222 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
4223
4224 * replace.el (replace-match-maybe-edit): Doc clarification
4225 (bug#15632).
4226
4227 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
4228
4229 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
4230
4231 2014-02-08 Glenn Morris <rgm@gnu.org>
4232
4233 * help-fns.el (describe-variable):
4234 Check {file,dir}-local-variables-alist, and buffer-file-name,
4235 in the correct buffer.
4236
4237 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
4238
4239 * help-fns.el (describe-variable): Fix the case where
4240 a value is directory-local with no dir-locals file. (Bug#16635)
4241
4242 2014-02-08 Glenn Morris <rgm@gnu.org>
4243
4244 * abbrev.el (edit-abbrevs-mode):
4245 Derive from fundamental-mode. (Bug#16682)
4246
4247 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
4248
4249 * simple.el (quoted-insert): Check character validity (bug#16677).
4250
4251 2014-02-07 Juri Linkov <juri@jurta.org>
4252
4253 * desktop.el (desktop-read): Claim the lock when the owner is not
4254 the current process. (Bug#16157)
4255
4256 2014-02-07 Juri Linkov <juri@jurta.org>
4257
4258 * desktop.el (desktop-buffers-not-to-save): Change default from nil
4259 to "\\` ". (Bug#16651)
4260
4261 2014-02-07 Juri Linkov <juri@jurta.org>
4262
4263 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
4264 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
4265 (desktop-auto-save-cancel-timer): New function with some code from
4266 `desktop-auto-save-set-timer'.
4267 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
4268 Instead of setting `desktop-save-mode' to nil, call
4269 `desktop-save-mode' with arg 0. (Bug#16630)
4270
4271 2014-02-07 Glenn Morris <rgm@gnu.org>
4272
4273 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
4274 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
4275 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
4276
4277 * obsolete/iswitchb.el: Move to obsolete/.
4278 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
4279 since obsolete/ is not scanned for autoloads.
4280 * emacs-lisp/authors.el (authors-valid-file-names):
4281 Add iswitchb.el.
4282
4283 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
4284 Disable now non-functional find-file-hook.
4285
4286 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
4287
4288 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
4289 instead of ";" in order to avoid additional prompts. Let heredoc
4290 scripts read from tty. (Bug#16582)
4291 (tramp-send-command): No special handling of heredocs, it isn't
4292 necessary anymore.
4293
4294 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
4295
4296 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
4297 with a space (bug#16664). Limit the symbols considered to the ones
4298 that are bound or fbound (bug#16646).
4299
4300 2014-02-06 Glenn Morris <rgm@gnu.org>
4301
4302 * epa.el (epa-mail-aliases): Doc fix.
4303
4304 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
4305
4306 * emacs-lisp/lisp.el (lisp-completion-at-point):
4307 Use `completion-table-merge' instead of `completion-table-in-turn'
4308 (bug#16604).
4309
4310 * minibuffer.el (completion-table-merge): New function.
4311
4312 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
4313
4314 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
4315 (tramp-sh-handle-set-file-acl)
4316 (tramp-sh-handle-start-file-process)
4317 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
4318 (tramp-find-executable, tramp-send-command): Use it.
4319
4320 2014-02-05 Glenn Morris <rgm@gnu.org>
4321
4322 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
4323
4324 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
4325
4326 * progmodes/python.el (python-shell-send-string)
4327 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
4328
4329 2014-02-04 Anders Lindgren <andlind@gmail.com>
4330
4331 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
4332 the names (bug#16620).
4333
4334 2014-02-03 Martin Rudalics <rudalics@gmx.at>
4335
4336 * faces.el (window-divider): New default value. Rewrite doc-string.
4337 (window-divider-first-pixel, window-divider-last-pixel): New faces.
4338
4339 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
4340
4341 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
4342 `protected' and `public' can also be called without arguments.
4343
4344 2014-02-03 Glenn Morris <rgm@gnu.org>
4345
4346 * register.el (window-configuration-to-register)
4347 (frame-configuration-to-register): Unadvertise unused argument.
4348 * frameset.el (frameset-to-register): Remove unused argument.
4349
4350 * frameset.el (frameset-to-register):
4351 * kmacro.el (kmacro-to-register):
4352 * register.el (increment-register):
4353 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
4354 (calc-append-to-register, calc-prepend-to-register):
4355 * play/gametree.el (gametree-layout-to-register)
4356 (gametree-apply-register-layout):
4357 * textmodes/picture.el (picture-clear-rectangle-to-register)
4358 (picture-yank-rectangle-from-register):
4359 * vc/emerge.el (emerge-combine-versions-register):
4360 Use register-read-with-preview to read registers.
4361
4362 2014-02-03 João Távora <joaotavora@gmail.com>
4363
4364 * elec-pair.el (electric-pair-backward-delete-char): Don't error
4365 when at beginning of (possibly narrowed) buffer.
4366
4367 2014-02-02 Daniel Colascione <dancol@dancol.org>
4368
4369 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
4370 Also try to display local help from just before point.
4371
4372 2014-02-02 Alan Mackenzie <bug-cc-mode@gnu.org>
4373
4374 c-parse-state. Don't "append-lower-brace-pair" in certain
4375 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
4376 recognised as a comment.
4377
4378 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
4379 as well as normal comment starter.
4380 (c-parse-state-get-strategy): Extra return possibility
4381 'back-and-forward.
4382 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
4383 return value list to indicate replacement of a brace-pair cons
4384 with its car.
4385 (c-parse-state-1): With 'back-and-forward, only call
4386 c-append-lower-brace-pair-to state-cache when cons-separated.
4387
4388 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
4389
4390 * term/ns-win.el (ns-suspend-error): New function.
4391 (ns-initialize-window-system): Add ns-suspend-error to
4392 suspend-hook (Bug#16612).
4393
4394 2014-02-02 Daniel Colascione <dancol@dancol.org>
4395
4396 * progmodes/cc-defs.el (c-find-assignment-for-mode):
4397 Make loading cc-mode silent.
4398
4399 2014-02-02 Daniel Colascione <dancol@dancol.org>
4400
4401 * comint.el (comint-prompt-read-only): Change doc to suggest
4402 remap keybinding.
4403
4404 2014-02-02 Glenn Morris <rgm@gnu.org>
4405
4406 * register.el (register-read-with-preview, point-to-register)
4407 (window-configuration-to-register, frame-configuration-to-register)
4408 (jump-to-register, number-to-register, view-register, insert-register)
4409 (copy-to-register, append-to-register, prepend-to-register)
4410 (copy-rectangle-to-register): Doc fixes.
4411
4412 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
4413
4414 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
4415 * emacs-lisp/find-func.el (find-function-C-source): Idem.
4416 * emacs-lisp/nadvice.el (advice--cd*r): New function.
4417 * help-fns.el (describe-function-1): Use it.
4418
4419 2014-02-02 Glenn Morris <rgm@gnu.org>
4420
4421 * register.el (register-preview-default): New function,
4422 split from register-preview.
4423 (register-preview-function): Rename from register-preview-functions,
4424 make it not a hook.
4425 (register-preview): Use register-preview-function.
4426 (register-read-with-preview): Error on non-character event. (Bug#16595)
4427
4428 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
4429
4430 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
4431 `:' before binary operators (bug#16609). Don't check for `:'
4432 before `[' and `(', or their syntax status. A percent literal
4433 can't end with either.
4434 (ruby-font-lock-keywords): For built-ins that require arguments,
4435 check that they're followed by something that looks like argument
4436 (bug#16610).
4437
4438 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
4439
4440 * subr.el (butlast): Document what an omitted N means (bug#13437).
4441 (nbutlast): Ditto.
4442
4443 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
4444
4445 * net/shr.el (shr-generic): Make into a defsubst to make the stack
4446 depth shallower (bug#16587).
4447 (shr-tag-svg): Respect `shr-inhibit-images'.
4448 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
4449
4450 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
4451
4452 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
4453 (ruby-smie-grammar): Make "." right-associative. Make its priority
4454 lower than the ternary and all binary operators.
4455 (ruby-smie-rules): Indent "(" relative to the first non-"."
4456 parent, or the first "." parent at indentation.
4457 Use `ruby-align-chained-calls' for indentation of "." tokens.
4458 (Bug#16593)
4459
4460 2014-01-31 Juri Linkov <juri@jurta.org>
4461
4462 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
4463 from `make-hash-table'.
4464
4465 * textmodes/ispell.el (ispell-init-process): Change message format
4466 to be consistent with other messages.
4467
4468 2014-01-31 Glenn Morris <rgm@gnu.org>
4469
4470 * delsel.el (delete-selection-mode): Doc fix.
4471
4472 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
4473 (trace-function-background): Doc fixes.
4474
4475 * ido.el (ido-use-virtual-buffers): Doc fix.
4476 Reset :version, since the default value has not changed.
4477
4478 * register.el (register-preview-delay, register-read-with-preview):
4479 Doc fixes.
4480
4481 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
4482 do not mess with mail-buffer position (fixes 2009-11-03 change).
4483 * progmodes/cc-mode.el (c-submit-bug-report):
4484 Check auto-fill-mode is bound. (Bug#16592)
4485
4486 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
4487
4488 * startup.el (fancy-splash-image-file): New function,
4489 split from fancy-splash-head.
4490 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
4491 so that we are both using the same image. (Bug#16574)
4492
4493 2014-01-30 Glenn Morris <rgm@gnu.org>
4494
4495 * simple.el (eval-expression): Doc fix.
4496
4497 * hexl.el (hexl-mode-hook):
4498 * ielm.el (ielm-mode-hook):
4499 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
4500 (lisp-interaction-mode-hook):
4501 * progmodes/cfengine.el (cfengine3-documentation-function):
4502 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
4503
4504 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
4505
4506 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
4507 is a symbol (bug#16584).
4508
4509 2014-01-30 Glenn Morris <rgm@gnu.org>
4510
4511 * help.el (help-for-help-internal): Add "P" to text.
4512
4513 2014-01-29 Glenn Morris <rgm@gnu.org>
4514
4515 * simple.el (just-one-space, cycle-spacing): Doc fixes.
4516
4517 2014-01-28 Martin Rudalics <rudalics@gmx.at>
4518
4519 * window.el (fit-frame-to-buffer): Fix calculations for margins and
4520 height constraints.
4521
4522 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
4523
4524 * progmodes/hideif.el: Extend to full CPP expression syntax.
4525 (hif-token-alist): Add missing tokens.
4526 (hif-token-regexp): Add support for float/octal/hex immediates.
4527 (hif-string-literal-regexp): New const.
4528 (hif-tokenize): Recognize strings and float/octal/hex immediates.
4529 (hif-exprlist): New function.
4530 (hif-parse-if-exp): Use it.
4531 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
4532 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
4533 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
4534 (hif-logxor, hif-comma): New functions.
4535
4536 2014-01-28 Glenn Morris <rgm@gnu.org>
4537
4538 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
4539
4540 * indent.el (tab-stop-list): Doc fix. Add :version.
4541
4542 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
4543 (cvs-append-to-ignore): Add compatibility alias.
4544
4545 2014-01-27 Glenn Morris <rgm@gnu.org>
4546
4547 * dired.el (dired-hide-details-mode): Don't autoload it,
4548 since it cannot be used outside Dired buffers anyway.
4549
4550 * emulation/cua-base.el (cua-mode): Doc fix.
4551
4552 * dired.el (dired-hide-details-hide-symlink-targets)
4553 (dired-hide-details-hide-information-lines)
4554 (dired-hide-details-mode): Doc fixes.
4555
4556 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
4557 * strokes.el (strokes-file): Doc fix. Bump :version.
4558 (strokes-help): Doc fix.
4559 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
4560 * emulation/viper.el (viper): Doc fix for custom group.
4561 (top-level): Remove oh-so-no-longer-relevant text about vip.
4562 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
4563
4564 * ido.el (ido-save-directory-list-file):
4565 * saveplace.el (save-place-file):
4566 * calendar/timeclock.el (timeclock-file):
4567 * net/quickurl.el (quickurl-url-file):
4568 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
4569 * progmodes/idlwave.el (idlwave-config-directory):
4570 * textmodes/remember.el (remember-data-file):
4571 Bump :version.
4572
4573 2014-01-26 Glenn Morris <rgm@gnu.org>
4574
4575 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
4576 Doc fix. Make obsolete.
4577 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
4578
4579 * sort.el (delete-duplicate-lines): Doc fix.
4580
4581 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
4582
4583 * progmodes/ada-mode.el (ada):
4584 * woman.el (woman): Link to info manual and Commentary section.
4585
4586 * progmodes/flymake.el (flymake):
4587 * nxml/nxml-mode.el (nxml):
4588 * net/eww.el (eww):
4589 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
4590 * htmlfontify.el (htmlfontify):
4591 * ses.el (ses):
4592 * epa.el (epa):
4593 * ido.el (ido): Link to info manual.
4594
4595 2014-01-25 Leo Liu <sdl.web@gmail.com>
4596
4597 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
4598
4599 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
4600
4601 * net/shr.el (shr-tag-img): Prefer the title over the alt text
4602 (bug#16537).
4603
4604 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
4605
4606 * net/eww.el (eww-download-callback):
4607 Fix reference to eww-download-directory.
4608
4609 * emacs-lisp/bytecomp.el (byte-compile-file):
4610 Remove unused local variable `file-name'.
4611
4612 2014-01-24 Glenn Morris <rgm@gnu.org>
4613
4614 * woman.el (woman-default-faces, woman-monochrome-faces):
4615 Fix obsolescence specification.
4616
4617 * subr.el (with-demoted-errors): Doc fix.
4618
4619 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
4620
4621 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
4622 (cl--macroexp-fboundp): New function.
4623 (cl--make-type-test): Use it.
4624
4625 2014-01-23 Glenn Morris <rgm@gnu.org>
4626
4627 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
4628 * simple.el (eval-expression): Doc fixes.
4629
4630 2014-01-22 Glenn Morris <rgm@gnu.org>
4631
4632 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
4633
4634 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
4635
4636 * emacs-lisp/package.el: Write files silently.
4637 (package-autoload-ensure-default-file, package--write-file-no-coding)
4638 (package-generate-description-file, package--download-one-archive)
4639 (package-install-from-archive): Tell `write-region' to stay quiet.
4640 (package-menu-mode, package-menu--print-info): Omit the Archive column
4641 if there's only one archive.
4642 (package-all-keywords, package--has-keyword-p): Remove dead code.
4643
4644 2014-01-22 Glenn Morris <rgm@gnu.org>
4645
4646 * version.el (emacs-bzr-version-bzr): Fix typo.
4647
4648 * version.el (emacs-repository-get-version):
4649 Check either .bzr or .git, but not both.
4650 Make the git case actually use the DIR argument, and return nil
4651 rather than the empty string.
4652 Avoid error if .git exists but the git executable is not found.
4653
4654 2014-01-22 Martin Rudalics <rudalics@gmx.at>
4655
4656 Fixes in window size functions around Bug#16430 and Bug#16470.
4657 * window.el (window-total-size, window-size): New argument ROUND.
4658 (window--min-delta-1, window-min-delta, window--max-delta-1):
4659 Be more conservative when calculating the numbers of lines or
4660 columns a window can shrink (Bug#16430).
4661 (fit-window-to-buffer): Simplify code.
4662 * term.el (term-window-width): Call window-body-width again.
4663
4664 2014-01-22 Glenn Morris <rgm@gnu.org>
4665
4666 * image.el (image-format-suffixes): Doc fix.
4667
4668 * international/quail.el (quail-define-package): Doc fix.
4669
4670 * emacs-lisp/authors.el (authors-valid-file-names)
4671 (authors-renamed-files-alist): Additions.
4672
4673 * vc/vc-git.el (vc-git-print-log): Remove --follow;
4674 reverts 2014-01-09 change. (Bug#16422)
4675
4676 * calc/calc-embed.el (thing-at-point-looking-at):
4677 * emacs-lisp/map-ynp.el (x-popup-dialog):
4678 * obsolete/lmenu.el (x-popup-dialog):
4679 * emacs-lisp/package.el (url-recreate-url):
4680 * mail/mailclient.el (clipboard-kill-ring-save):
4681 * subr.el (x-popup-dialog): Update declaration.
4682 * mail/rmail.el (rmail-mime-message-p):
4683 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
4684
4685 2014-01-21 Daniel Colascione <dancol@dancol.org>
4686
4687 * progmodes/sh-script.el (sh--inside-noncommand-expression):
4688 Correctly detect when we're inside an arithmetic expansion form
4689 containing nested parenthesis.
4690 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
4691 to detect cases where we shouldn't expand "<<" to a heredoc
4692 skeleton.
4693
4694 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
4695
4696 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
4697 (eldoc--message-command-p): New function.
4698 (eldoc-display-message-p): Use it.
4699 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
4700 message is not automatically erased for us.
4701 (eldoc-print-current-symbol-info): Erase previous message, if any.
4702
4703 2014-01-21 Tassilo Horn <tsdh@gnu.org>
4704
4705 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
4706 specify it's an interactive function.
4707
4708 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
4709 Fix regex used for scanning for citation keys which failed for
4710 citations with optional arguments.
4711
4712 2014-01-21 Leo Liu <sdl.web@gmail.com>
4713
4714 * simple.el (read--expression): Don't enable eldoc-mode.
4715
4716 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
4717
4718 * simple.el (move-beginning-of-line): Make sure we don't move forward
4719 (bug#16497).
4720
4721 2014-01-20 Juri Linkov <juri@jurta.org>
4722
4723 * saveplace.el (toggle-save-place, save-place-to-alist)
4724 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
4725 'dired-mode) before checking for dired-directory. (Bug#16477)
4726
4727 2014-01-20 Juri Linkov <juri@jurta.org>
4728
4729 * indent.el (indent-line-to): Use backward-to-indentation
4730 instead of back-to-indentation. (Bug#16461)
4731
4732 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
4733
4734 Revert some of the CANNOT_DUMP fix (Bug#16494).
4735 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
4736 but fixing this can wait until after the next release.
4737 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
4738
4739 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
4740
4741 * eshell/esh-mode.el (eshell-password-prompt-regexp):
4742 Use `password-word-equivalents'.
4743 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
4744 to t. (Bug#5664, Bug#13124)
4745
4746 2014-01-19 Alan Mackenzie <acm@muc.de>
4747
4748 Bind open-paren-in-column-0-is-defun-start to nil at some entry
4749 points.
4750 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
4751 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
4752 * progmodes/cc-mode.el (c-before-change, c-after-change)
4753 (c-font-lock-fontify-region): Bind it here.
4754
4755 2014-01-19 Martin Rudalics <rudalics@gmx.at>
4756
4757 * term.el (term-window-width): Call window-text-width instead of
4758 window-width (Bug#16470).
4759
4760 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
4761
4762 * simple.el (password-word-equivalents): Remove duplicates.
4763 Sort, to make this easier next time.
4764 Downcase. Omit ": " after "jelszó".
4765
4766 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
4767
4768 * term/common-win.el (saved-region-selection): Defvar it.
4769 (x-select-text): Set saved-region-selection (Bug#16382).
4770
4771 2014-01-18 Glenn Morris <rgm@gnu.org>
4772
4773 * emacs-lisp/authors.el (authors-aliases)
4774 (authors-renamed-files-alist): Add some entries.
4775
4776 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
4777
4778 * net/tramp.el (tramp-password-prompt-regexp):
4779 Use `password-word-equivalents' if available.
4780 (tramp-action-password, tramp-process-one-action)
4781 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
4782
4783 2014-01-17 Chong Yidong <cyd@gnu.org>
4784
4785 * simple.el (password-word-equivalents): New defcustom.
4786 * comint.el (comint-password-prompt-regexp): Use it. Bump version
4787 to 24.4.
4788 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
4789 to t. (Bug#13124)
4790
4791 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
4792
4793 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
4794 (ruby-align-to-stmt-keywords): Change the default value.
4795 Use `ruby-alignable-keywords' to generate the possible customization
4796 choices.
4797 (ruby-smie-rules): Instead of using a hardcoded list of alignable
4798 keywords, check against the value of `ruby-alignable-keywords'
4799 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
4800
4801 2014-01-17 Glenn Morris <rgm@gnu.org>
4802
4803 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
4804
4805 Make M-x authors return zero *Authors Errors* from current logs.
4806 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
4807 (authors-ignored-files): Add some entries, remove others.
4808 (authors-ambiguous-files, authors-valid-file-names):
4809 Add some entries.
4810 (authors-renamed-files-alist): Add, remove, and adjust entries.
4811 (authors-renamed-files-regexps): Add some entries.
4812 Remove some very broad ones. Make some entries `lax'.
4813 (authors-lax-changelogs): New constant.
4814 (authors-disambiguate-file-name): Treat top-level specially.
4815 (authors-lax-changelog-p): New function.
4816 (authors-canonical-file-name): Check file as written against
4817 authors-valid-file-names. Do not special-case etc/.
4818 Handle `lax' logs and authors-renamed-files-regexps elements.
4819
4820 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
4821
4822 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
4823 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
4824 callers.
4825
4826 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
4827
4828 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
4829 Assume we're already in the proper buffer.
4830 Inspired by Anders Lindgren <andlind@gmail.com>.
4831 (follow-post-command-hook): Call it from the right buffer.
4832 (follow-comint-scroll-to-bottom): Adjust call.
4833 (follow-all-followers): Use get-buffer-window-list.
4834
4835 2014-01-15 Daniel Colascione <dancol@dancol.org>
4836
4837 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
4838 `buffer-file-name' in interactive-form so that we don't leave
4839 pathless file names in `file-name-history'.
4840
4841 2014-01-15 Juri Linkov <juri@jurta.org>
4842
4843 * indent.el (indent-rigidly): Set deactivate-mark to nil
4844 in transient indentation mode. (Bug#16438)
4845
4846 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
4847
4848 * emacs-lisp/package.el (package-desc-keywords): New function
4849 (Bug#16222).
4850 (describe-package-1, package-all-keywords)
4851 (package--has-keyword-p): Use it.
4852
4853 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
4854
4855 * simple.el (define-alternatives): When creating the
4856 COMMAND-alternatives variable, assign COMMAND as its definition
4857 name so that `describe-variable' can relocate it.
4858
4859 2014-01-14 Matthew Leach <matthew@mattleach.net> (tiny change)
4860
4861 * font-lock.el (font-lock-keywords): Fix typo in docstring
4862 (bug#16307).
4863
4864 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
4865
4866 * ispell.el (ispell-region): Reset `in-comment' for new line
4867 instead of wrongly reset `add-coment' (bug#13577).
4868
4869 2014-01-14 Daiki Ueno <ueno@gnu.org>
4870
4871 * epa-file.el (epa-file-write-region): Encode the region according
4872 to `buffer-file-format'. Problem reported at:
4873 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
4874
4875 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4876
4877 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
4878 so it applies in the right buffer (bug#16410).
4879
4880 2014-01-13 Daniel Colascione <dancol@dancol.org>
4881
4882 * textmodes/rst.el (rst-define-key): Provide deprecated
4883 keybindings through named functions instead of anonymous ones so
4884 that "??" doesn't appear in describe-mode output.
4885
4886 2014-01-13 Bastien Guerry <bzg@gnu.org>
4887
4888 * simple.el (define-alternatives): Call the selected command
4889 interactively. When setting `COMMAND--implementation' for the
4890 first time, tell the user how to chose another implementation.
4891 Enhance the docstring.
4892
4893 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4894
4895 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
4896 (log-edit--match-first-line): New function.
4897 (log-edit-font-lock-keywords): Use it.
4898 (log-edit-mode): Make jit-lock-defer-multiline work.
4899
4900 2014-01-13 Bastien Guerry <bzg@gnu.org>
4901
4902 * rect.el (rectangle-mark-mode): When the region is not active,
4903 display a message saying that the mark as been set and that
4904 rectangle mode is in use.
4905 (rectangle--highlight-for-redisplay): Only put an overlay with a
4906 visible vertical bar when (display-graphic-p) is non-nil.
4907 This partially fixes Bug#16403.
4908
4909 2014-01-13 Juri Linkov <juri@jurta.org>
4910
4911 * info.el (Info-find-file): Go to DIR before displaying the error
4912 about a nonexistent file if no previous Info file is visited.
4913 Use `user-error' instead of `error' for "Info file %s does not exist".
4914 (Info-find-node-2): In case of a nonexistent node in unwind forms
4915 go to the Top node if there is no previous node to revert to.
4916 (Bug#16405)
4917
4918 2014-01-13 Martin Rudalics <rudalics@gmx.at>
4919
4920 fit-frame/window-to-buffer code fixes including one for Bug#14096.
4921 * window.el (fit-frame-to-buffer): Fix doc-string.
4922 Respect window-min-height/-width. Fit pixelwise when
4923 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
4924 when avoiding that frame goes partially off-screen.
4925 (fit-window-to-buffer): Respect window-min-height/-width
4926 (Bug#14096).
4927
4928 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
4929
4930 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
4931 after an empty line.
4932
4933 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
4934
4935 * net/shr.el (shr-render-region): Autoload.
4936
4937 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
4938
4939 * net/eww.el (eww-download-directory): Rename from
4940 `eww-download-path' (Bug#16419).
4941
4942 2014-01-12 Leo Liu <sdl.web@gmail.com>
4943
4944 * dired-x.el (dired-mode-map): Fix last change.
4945
4946 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
4947
4948 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
4949
4950 Spelling fixes.
4951 * emacs-lisp/generic.el (generic--normalize-comments):
4952 Rename from generic--normalise-comments. All uses changed.
4953 * play/bubbles.el (bubbles--neighborhood-score)
4954 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
4955 (bubbles--neighborhood-available)
4956 (bubbles--update-neighborhood-score):
4957 Rename from names with 'neighbourhood'. All uses changed.
4958
4959 2014-01-12 Leo Liu <sdl.web@gmail.com>
4960
4961 Re-implement the feature of showing eldoc info after editing.
4962 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
4963 (eldoc-edit-message-commands): New function.
4964 (eldoc-print-after-edit): New variable.
4965 (eldoc-pre-command-refresh-echo-area): Emit message only by
4966 eldoc-message-commands.
4967 (eldoc-mode): Restrict eldoc-message-commands to editing commands
4968 if eldoc-print-after-edit is set. (Bug#16346)
4969 * simple.el (read--expression): Enable eldoc-mode.
4970 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
4971
4972 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
4973 Eric S. Raymond <esr@thyrsus.com>
4974
4975 * version.el (emacs-repository-get-version): Enhance so the
4976 function works correctly in either a Bazaar or Git repo.
4977
4978 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
4979
4980 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
4981 Goes with removal of the joke manpages from /etc.
4982
4983 2014-01-10 Kenichi Handa <handa@gnu.org>
4984
4985 * mail/rmail.el (rmail-get-coding-system):
4986 Check rmail-get-coding-function before "funcall"ing it.
4987
4988 2014-01-10 Glenn Morris <rgm@gnu.org>
4989
4990 * emacs-lisp/authors.el (authors-fixed-entries):
4991 Update for files that no longer exist.
4992
4993 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
4994
4995 * version.el (emacs-bzr-get-version): Restore compatibilty with
4996 24.3 (Tested).
4997
4998 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
4999
5000 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
5001 and Podfile.
5002
5003 2014-01-10 Eli Zaretskii <eliz@gnu.org>
5004
5005 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
5006
5007 2014-01-10 Chong Yidong <cyd@gnu.org>
5008
5009 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
5010
5011 2014-01-10 Anders Lindgren <andlind@gmail.com>
5012
5013 * follow.el (follow-cache-command-list): Include right-char and
5014 left-char.
5015
5016 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
5017
5018 Spelling fixes.
5019 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
5020 * woman.el (woman-mark-horizontal-position):
5021 Rename from woman-mark-horizonal-position. Use changed.
5022
5023 2014-01-10 Glenn Morris <rgm@gnu.org>
5024
5025 * info.el (info-initialize): If running uninstalled, ensure our
5026 own info files are always found first, even if INFOPATH is set.
5027
5028 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
5029
5030 2014-01-09 David Engster <deng@randomsample.de>
5031
5032 * emacs-lisp/eieio-custom.el:
5033 * emacs-lisp/eieio-opt.el: Set generated autoload file to
5034 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
5035 * emacs-lisp/eieio.el: Regenerate autoloads.
5036
5037 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
5038
5039 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
5040 following renames. (Bug#8756)
5041
5042 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
5043
5044 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
5045 (bug#16382).
5046 (activate-mark): Add `no-tmm' argument.
5047 (set-mark, push-mark-command): Use it instead of running
5048 activate-mark-hook by hand.
5049
5050 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
5051
5052 In preparation for the move to git, sanitize out some
5053 Bazaar-specific names.
5054
5055 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
5056
5057 * version.el (emacs-bzr-version): Name changed to
5058 emacs-repository-version. Obsolete-variable alias made.
5059 * loadup.el: Follow through on this name change.
5060 * mail/emacsbug.el (report-emacs-bug): Factor out any
5061 assumption about the version control system in use.
5062
5063 2014-01-08 David Engster <deng@randomsample.de>
5064
5065 * help-fns.el (help-fns-describe-function-functions):
5066 New variable to call functions for augmenting help buffers.
5067 (describe-function-1): Remove explicit calls to
5068 `help-fns--compiler-macro', `help-fns--parent-mode' and
5069 `help-fns--obsolete'. Put them in above new variable instead, and
5070 call them through `run-hook-with-args'.
5071 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
5072 `eieio-describe-class'. Not meant for interactive use anymore,
5073 but to augment existing help buffers. Remove optional second
5074 argument. Create proper button for file location.
5075 Rewrite function to use `insert' instead of `princ' and `prin1' where
5076 possible.
5077 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
5078 (eieio-method-def, eieio-class-def): Move further up.
5079 (describe-method, describe-generic, eieio-describe-method):
5080 Remove aliases.
5081 (eieio-help-constructor, eieio-help-generic): Rename from
5082 `eieio-describe-constructor' and `eieio-describe-generic', resp.
5083 Rewrite to use `insert' in the current buffer and use proper help
5084 buttons.
5085 (eieio-help-find-method-definition)
5086 (eieio-help-find-class-definition): Also accept symbols as
5087 arguments.
5088 (eieio-help-mode-augmentation-maybee): Remove.
5089 (eieio-describe-class-sb): Use `describe-function'.
5090 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
5091 Add `eieio-help-generic' and `eieio-help-constructor'.
5092
5093 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
5094
5095 Spelling fixes.
5096 * language/china-util.el (hz-ascii-designation):
5097 Rename from hz-ascii-designnation.
5098 (hz-ascii-designation): Rename from hz-ascii-designnation.
5099 All uses changed.
5100
5101 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
5102
5103 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
5104 package-alist.
5105
5106 2014-01-08 Bastien Guerry <bzg@gnu.org>
5107
5108 * emacs-lisp/package.el (package-delete):
5109 Correctly delete the package from package-alist.
5110
5111 2014-01-08 Daiki Ueno <ueno@gnu.org>
5112
5113 * emacs-lisp/package.el (url-recreate-url): Declare.
5114 (url-http-target-url): Declare.
5115 (package-handle-response): Include requested URL in the error message.
5116 (package--check-signature): Don't re-signal errors from
5117 package--with-work-buffer. Suggested by Stefan Monnier.
5118
5119 2014-01-07 Bastien Guerry <bzg@gnu.org>
5120
5121 * minibuffer.el (completion--try-word-completion): When both a
5122 hyphen and a space are possible candidates for the character
5123 following a word, display both candidates. (Bug#15980)
5124
5125 2014-01-07 Martin Rudalics <rudalics@gmx.at>
5126
5127 * window.el (balance-windows-2): While rounding don't give a
5128 window more than the remainder. Bug#16351, bug#16383.
5129
5130 2014-01-07 Glenn Morris <rgm@gnu.org>
5131
5132 * menu-bar.el (menu-bar-help-extra-packages): Remove.
5133 (menu-bar-help-menu): Use view-external-packages instead.
5134
5135 2014-01-07 Bastien Guerry <bzg@gnu.org>
5136
5137 * emacs-lisp/package.el (package-delete): Also delete the package
5138 name from `package-alist', not its description only.
5139
5140 2014-01-07 Glenn Morris <rgm@gnu.org>
5141
5142 * help.el (view-external-packages):
5143 * menu-bar.el (menu-bar-help-extra-packages):
5144 Visit efaq.info rather than etc/MORE.STUFF.
5145
5146 2014-01-07 Juri Linkov <juri@jurta.org>
5147
5148 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
5149 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
5150
5151 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
5152 that shadows RET. (Bug#16342)
5153
5154 2014-01-07 Chong Yidong <cyd@gnu.org>
5155
5156 * isearch.el (isearch-yank-char, isearch-yank-word)
5157 (isearch-yank-line): Doc fix.
5158
5159 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
5160
5161 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
5162 * emacs-lisp/elint.el (elint-find-builtins):
5163 * emacs-lisp/eldoc.el (eldoc-symbol-function):
5164 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
5165 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
5166 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
5167 * apropos.el (apropos-safe-documentation):
5168 * subr.el (symbol-file): Remove redundant fboundp.
5169 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
5170
5171 2014-01-06 Bastien Guerry <bzg@gnu.org>
5172
5173 * hl-line.el (global-hl-line-overlay): Make a local variable.
5174 (global-hl-line-overlays): New variable to store all overlays.
5175 (global-hl-line-mode): Don't delete overlays from the current
5176 buffer when `global-hl-line-sticky-flag' is non-nil.
5177 (global-hl-line-highlight): Add new overlays to
5178 `global-hl-line-overlays'.
5179 (global-hl-line-unhighlight-all): New function to delete all
5180 overlays when turning off `global-hl-line-mode'.
5181 This fixes Bug#16183.
5182
5183 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
5184
5185 * subr.el (set-transient-map): Fix nested case and docstring.
5186
5187 2014-01-06 Tassilo Horn <tsdh@gnu.org>
5188
5189 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
5190 `Texinfo' entry.
5191
5192 2014-01-06 Daniel Colascione <dancol@dancol.org>
5193
5194 Fix defun navigation in vc log view.
5195
5196 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
5197 like `beginning-of-defun'.
5198 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
5199 log-view-end-of-defun to log-view-end-of-defun-1. Replace
5200 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
5201 (log-view-extract-comment): Call `log-view-current-entry' directly
5202 instead of relying on broken `log-view-beginning-of-defun' behavior.
5203
5204 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
5205
5206 Spelling fixes.
5207 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
5208 * emacs-lisp/debug.el (cancel-debug-on-entry):
5209 * epg.el (epg-error-to-string):
5210 * files.el (recover-file):
5211 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
5212 * mail/emacsbug.el (report-emacs-bug-hook):
5213 * mail/sendmail.el (mail-recover):
5214 * ses.el (ses-yank-resize):
5215 * term/ns-win.el (ns-print-buffer):
5216 Spelling fixes in diagnostics, mostly for "canceled" with one L.
5217 * epg.el (epg-key-capability-alist): Rename from misspelled version.
5218 All uses changed.
5219 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
5220
5221 2014-01-06 Leo Liu <sdl.web@gmail.com>
5222
5223 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
5224 to avoid shadowing global key. (Bug#16354)
5225
5226 2014-01-06 Daniel Colascione <dancol@dancol.org>
5227
5228 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
5229 rst-mode.
5230
5231 2014-01-05 Martin Rudalics <rudalics@gmx.at>
5232
5233 * window.el (balance-windows): Add mising t to fix Bug#16351.
5234
5235 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
5236
5237 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
5238 (bug#16285).
5239 (shr-insert): If we have a word that's longer than `shr-width',
5240 break after it anyway. Otherwise we'll do no breaking once we get
5241 such a long word.
5242
5243 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5244
5245 * net/eww.el (eww): Support single/double quote for search.
5246 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
5247 (eww-history-quit): Delete and use quit-window.
5248 (eww-history-kill): Delete, because it doesn't work well and
5249 not necessary.
5250 (eww-history-mode-map): Delete some keys and add easy-menu.
5251
5252 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
5253
5254 Fix misspelling of 'chinese' in rx (Bug#16237).
5255 * emacs-lisp/rx.el (rx-categories): Correct spelling of
5256 chinese-two-byte.
5257
5258 Change subword regexps back to vars (Bug#16296).
5259 * progmodes/subword.el (subword-forward-regexp)
5260 (subword-backward-regexp): Change these back to variables.
5261
5262 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5263
5264 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
5265 syntax-begin-function (bug#16247).
5266
5267 2014-01-03 Chong Yidong <cyd@gnu.org>
5268
5269 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
5270 (advice--docstring): Delete variable.
5271 (advice--make-1): Leave the docstring empty.
5272 (advice-add): Use function-documentation for advised docstring.
5273
5274 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
5275 Ignore function-documentation property when getting documentation.
5276 (ad-activate-advised-definition): Use function-documentation
5277 generate the docstring.
5278 (ad-make-advised-definition): Don't call
5279 ad-make-advised-definition-docstring.
5280 (ad-make-advised-definition-docstring, ad-advised-definition-p):
5281 Delete functions.
5282
5283 * progmodes/sql.el (sql-help): Use function-documentation instead
5284 of dynamic-docstring-function property. No need to autoload now.
5285 (sql--help-docstring): New variable.
5286 (sql--make-help-docstring): Use it.
5287
5288 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5289
5290 * ielm.el (ielm-tab): Retarget.
5291 (ielm-map): Use ielm-tab for tab.
5292 (ielm-complete-filename): Use comint-filename-completion.
5293 (ielm-complete-symbol): Remove.
5294 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
5295 remove ielm-tab from completion-at-point-functions (bug#16224).
5296
5297 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
5298 Beware signals raised by predicates (bug#16201).
5299
5300 2014-01-02 Richard Stallman <rms@gnu.org>
5301
5302 * dired-aux.el (dired-do-print): Handle printer-name.
5303
5304 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
5305 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
5306 (rmail-epa-decrypt): Turn off mime processing.
5307
5308 * mail/rmail.el (rmail-make-in-reply-to-field):
5309 Add parens in message-id.
5310
5311 * mail/rmail.el (rmail-get-coding-function): Variable.
5312 (rmail-get-coding-system): Use it.
5313
5314 2013-12-31 Eli Zaretskii <eliz@gnu.org>
5315
5316 * international/mule-conf.el: Unify the charset indian-is13194.
5317 (indian-is13194): Specify unify-map.
5318
5319 2013-12-31 Leo Liu <sdl.web@gmail.com>
5320
5321 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
5322
5323 2013-12-30 Daniel Colascione <dancol@dancol.org>
5324
5325 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
5326 of printing a useless when we resume from sleep.
5327
5328 * progmodes/sh-script.el
5329 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
5330 in indentation code. (Bug#16233)
5331
5332 2013-12-28 João Távora <joaotavora@gmail.com>
5333
5334 * elec-pair.el (electric-pair-post-self-insert-function):
5335 Don't open extra newlines at beginning of buffer. (Bug#16272)
5336
5337 2013-12-28 Eli Zaretskii <eliz@gnu.org>
5338
5339 * frame.el (window-system-for-display): Don't allow to create a
5340 GUI frame from a -nw session on MS-Windows. (Bug#14739)
5341
5342 2013-12-28 Glenn Morris <rgm@gnu.org>
5343
5344 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
5345 Update callers.
5346
5347 * apropos.el (apropos-match-face):
5348 * calculator.el (calculator-displayer):
5349 * dabbrev.el (dabbrev-search-these-buffers-only):
5350 * face-remap.el (buffer-face-mode-face):
5351 * simple.el (yank-handled-properties):
5352 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
5353 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
5354 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
5355 (hashcash-double-spend-database):
5356 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
5357 (ruby-deep-indent-paren-style):
5358 * textmodes/flyspell.el (flyspell-auto-correct-binding):
5359 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
5360 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
5361 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
5362 Specify custom types.
5363
5364 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
5365 * bookmark.el (bookmark-bmenu-use-header-line):
5366 * doc-view.el (doc-view-scale-internally):
5367 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
5368 * register.el (register-preview-delay):
5369 * net/shr.el (shr-bullet):
5370 * progmodes/cfengine.el (cfengine-cf-promises)
5371 (cfengine-parameters-indent):
5372 * progmodes/octave.el (inferior-octave-error-regexp-alist):
5373 * textmodes/reftex-vars.el (reftex-label-regexps):
5374 * vc/log-edit.el (log-edit-setup-add-author): Add version.
5375
5376 * net/tls.el (tls-certtool-program): Fix default value.
5377
5378 * desktop.el (desktop-restore-in-current-display):
5379 * newcomment.el (comment-empty-lines):
5380 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
5381 (idlwave-pad-keyword):
5382 * progmodes/tcl.el (tcl-tab-always-indent):
5383 * textmodes/reftex-vars.el (reftex-index-default-tag):
5384 * elec-pair.el (electric-pair-skip-whitespace):
5385 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
5386
5387 * emacs-lisp/authors.el (authors-ignored-files)
5388 (authors-valid-file-names, authors-renamed-files-alist): Additions.
5389
5390 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
5391
5392 * shell.el (shell-dynamic-complete-command): Doc fix.
5393 (shell--command-completion-data): Shell completion now matches
5394 executable filenames from the current buffer's directory, on
5395 systems in which this behavior is the default (windows-nt, ms-dos).
5396
5397 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
5398
5399 * net/shr.el (shr-insert): Don't infloop if the width is zero.
5400
5401 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
5402
5403 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
5404 (bug#16251).
5405
5406 * electric.el: Move all electric-pair-* to elec-pair.el.
5407 * elec-pair.el: New file, split from electric.el.
5408
5409 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
5410
5411 * net/shr.el (shr-find-fill-point): Don't try to fill if the
5412 indentation level is larger than the width, because that will
5413 infloop.
5414 (shr-insert): Fill repeatedly long texts, so that Japanese is
5415 formatted correctly (bug#16263).
5416 (shr-find-fill-point): Off by one error in comparison with the
5417 indentation.
5418
5419 2013-12-26 João Távora <joaotavora@gmail.com>
5420
5421 * electric.el (electric-pair-mode): More flexible engine for skip-
5422 and inhibit predicates, new options for pairing-related functionality.
5423 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
5424 if that keeps or improves their balance in buffers.
5425 (electric-pair-delete-adjacent-pairs): Delete the pair when
5426 backspacing over adjacent matched delimiters.
5427 (electric-pair-open-extra-newline): Open extra newline when
5428 inserting newlines between adjacent matched delimiters.
5429 (electric--sort-post-self-insertion-hook):
5430 Sort post-self-insert-hook according to priority values when
5431 minor-modes are activated.
5432 * simple.el (newline-and-indent): Call newline with interactive
5433 set to t.
5434 (blink-paren-post-self-insert-function): Set priority to 100.
5435 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5436 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
5437 comments. Locally set electric-pair-skip-whitespace to 'chomp and
5438 electric-pair-open-newline-between-pairs to nil.
5439
5440 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
5441
5442 * progmodes/python.el: Use lexical-binding.
5443 (python-nav-beginning-of-defun): Stop searching ASAP.
5444
5445 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
5446
5447 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
5448 Fix interactive spec. Doc fix. (Bug#15754)
5449
5450 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
5451
5452 * emacs-lisp/byte-run.el (eval-when-compile):
5453 * progmodes/cc-defs.el (cc-eval-when-compile):
5454 Fix edebug spec (bug#16184).
5455
5456 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
5457
5458 * net/shr.el (shr-visit-file): Remove debugging function.
5459 (shr-insert): Don't infloop if we can't find a good place to break
5460 the line (bug#16256).
5461
5462 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
5463
5464 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
5465 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
5466 python-nav-lisp-forward-sexp-safe.
5467 (python-nav--forward-sexp): New argument SAFE allows switching
5468 forward sexp movement behavior for parens.
5469 (python-nav-forward-sexp): Throw errors on unterminated parens
5470 (Bug#16191).
5471 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
5472 (python-nav-backward-sexp-safe): New functions.
5473 (python-shell-buffer-substring):
5474 Use `python-nav-forward-sexp-safe'.
5475
5476 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
5477
5478 * net/shr.el (shr-find-fill-point): Don't break lines before a
5479 quotation mark.
5480 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
5481 (shr-find-fill-point): Remove the special checks for the quotation
5482 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
5483
5484 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5485
5486 * net/eww.el (eww-form-textarea): Use a different face for
5487 textareas than text input since they have different keymaps
5488 (bug#16142).
5489
5490 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
5491
5492 * progmodes/python.el (python-nav-beginning-of-statement):
5493 Speed up (Bug#15295).
5494
5495 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
5496
5497 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
5498 the window configuration.
5499
5500 2013-12-24 Eli Zaretskii <eliz@gnu.org>
5501
5502 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
5503 we run on MS-Windows or MS-DOS.
5504
5505 2013-12-24 Martin Rudalics <rudalics@gmx.at>
5506
5507 * window.el (balance-windows-area): Call window-size instead of
5508 window-height and window-width. Bug#16241.
5509
5510 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
5511
5512 * net/eww.el (eww-bookmark-quit): Remove.
5513 (eww-bookmark-browse): Restore the window configuration when you
5514 choose a bookmark (bug#16144).
5515
5516 2013-12-24 Daniel Colascione <dancol@dancol.org>
5517
5518 * icomplete.el: Remove redundant :group arguments to `defcustom'
5519 throughout.
5520 (icomplete-show-matches-on-no-input): New customizable variable.
5521 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
5522 we have something to show.
5523 (icomplete-exhibit): Compute completions even if we have no user input.
5524
5525 2013-12-23 Daniel Colascione <dancol@dancol.org>
5526
5527 * icomplete.el: Move `provide' to end of file.
5528
5529 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
5530
5531 * net/gnutls.el (gnutls-verify-error): Add version tag.
5532
5533 2013-12-23 Chong Yidong <cyd@gnu.org>
5534
5535 * subr.el (set-transient-map): Rename from
5536 set-temporary-overlay-map. Doc fix.
5537
5538 * face-remap.el (text-scale-adjust):
5539 * indent.el (indent-rigidly):
5540 * kmacro.el (kmacro-call-macro):
5541 * minibuffer.el (minibuffer-force-complete):
5542 * repeat.el (repeat):
5543 * simple.el (universal-argument--mode):
5544 * calendar/todo-mode.el (todo-insert-item--next-param):
5545 * progmodes/f90.el (f90-abbrev-start): Callers changed.
5546
5547 * indent.el (indent-rigidly): Use substitute-command-keys.
5548
5549 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5550
5551 * net/eww.el (eww-tag-select): Add text-property to jump to next
5552 select field.
5553 (eww): Add non-supported ftp error.
5554
5555 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5556
5557 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
5558 comments. Handle electric indent after typing `?' and `!'.
5559
5560 2013-12-22 Chong Yidong <cyd@gnu.org>
5561
5562 * faces.el (face-spec-recalc): If the theme specs are not
5563 applicable to a frame, fall back on the defface spec.
5564 This prevents themes from obliterating faces on low-color terminals.
5565
5566 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5567
5568 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
5569 after `{'. We need it after block openers, and it doesn't seem
5570 to hurt after hash openers.
5571
5572 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5573
5574 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
5575 extracted from `ruby-smie-rules'.
5576 (ruby--electric-indent-chars): New variable.
5577 (ruby--electric-indent-p): New function.
5578 (ruby-mode): Use `electric-indent-functions' instead of
5579 `electric-indent-chars'.
5580
5581 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
5582
5583 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
5584 docstring.
5585 (ruby-smie-rules): Indent plus one level after `=>'.
5586
5587 2013-12-21 Richard Stallman <rms@gnu.org>
5588
5589 * simple.el (newline): Doc fix.
5590
5591 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
5592
5593 * net/eww.el (eww-list-histories, eww-list-histories)
5594 (eww-history-browse, eww-history-quit, eww-history-kill)
5595 (eww-history-mode-map, eww-history-mode): New command and
5596 functions to list browser histories.
5597 (eww-form-text): Support text form with disabled
5598 and readonly attributes.
5599 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
5600
5601 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5602
5603 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
5604 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
5605 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
5606 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
5607 Use `user-error'.
5608 (eww-bookmark-mode-map): Add menu.
5609 (eww-render, eww-mode): Use `setq-local'.
5610 (eww-tool-bar-map): New variable.
5611 (eww-mode): Set `tool-bar-map'.
5612 (eww-view-source): Check for `html-mode' with `fboundp'.
5613
5614 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5615
5616 * net/shr.el (shr--extract-best-source): Don't bug out on audio
5617 elements with text inside. Also remove debugging.
5618
5619 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
5620
5621 * cus-start.el (all): Add ns-use-srgb-colorspace.
5622
5623 2013-12-21 Chong Yidong <cyd@gnu.org>
5624
5625 * custom.el (custom-theme-recalc-face): Do nothing if the face is
5626 undefined. Thus, theme settings for undefined faces do not take
5627 effect until the faces are defined with defface, the same as with
5628 theme variables.
5629
5630 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
5631 (face-spec-reset-face): Don't assign extra properties in temacs.
5632 (face-spec-recalc): Apply X resources too.
5633
5634 2013-12-21 Chong Yidong <cyd@gnu.org>
5635
5636 * faces.el (face-spec-set):
5637 * cus-face.el (custom-theme-set-faces, custom-set-faces):
5638 * custom.el (defface): Doc fixes (Bug#16203).
5639
5640 * indent.el (indent-rigidly-map): Add docstring, and move commands
5641 into named functions.
5642 (indent-rigidly-left, indent-rigidly-right)
5643 (indent-rigidly-left-to-tab-stop)
5644 (indent-rigidly-right-to-tab-stop): New functions. Decide on
5645 indentation direction based on bidi direction, and accumulate
5646 sequential commands in a single undo boundary.
5647 (indent-rigidly--pop-undo): New utility function.
5648
5649 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
5650
5651 * faces.el (read-face-name): Require crm.el when using crm-separator.
5652
5653 2013-12-20 Daniel Colascione <dancol@dancol.org>
5654
5655 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
5656 so that we don't reflow comments into the shebang line.
5657
5658 2013-12-20 Juri Linkov <juri@jurta.org>
5659
5660 * saveplace.el (save-place-to-alist): Add `dired-filename' as
5661 a position when `dired-directory' is non-nil. Check integer
5662 positions with `integerp'.
5663 (toggle-save-place, save-places-to-alist): Add check for
5664 `dired-directory'.
5665 (save-place-find-file-hook): Check integer positions with
5666 `integerp'.
5667 (save-place-dired-hook): Use `dired-goto-file' when
5668 `dired-filename' is found in the assoc list. Check integer
5669 positions with `integerp'.
5670 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
5671
5672 * dired.el (dired-initial-position-hook): Rename back from
5673 `dired-initial-point-hook'.
5674 (dired-initial-position): Rename `dired-initial-point-hook' to
5675 `dired-initial-position-hook'.
5676 (dired-file-name-at-point): Doc fix. (Bug#15329)
5677
5678 2013-12-20 Juri Linkov <juri@jurta.org>
5679
5680 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
5681 (read-regexp-suggestions): New function.
5682 (read-regexp): Use `read-regexp-defaults-function' to get default values.
5683 Use `read-regexp-suggestions'. Add non-empty default to history
5684 for empty input.
5685 (occur-read-regexp-defaults-function): Remove function.
5686 (occur-read-primary-args): Use `regexp-history-last' instead of
5687 `occur-read-regexp-defaults-function'.
5688
5689 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
5690 (hi-lock-line-face-buffer, hi-lock-face-buffer)
5691 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
5692 `hi-lock-read-regexp-defaults-function'. Doc fix.
5693 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
5694 with `find-tag-default-as-symbol-regexp'. Doc fix.
5695 (hi-lock-read-regexp-defaults): Remove function.
5696 (hi-lock-regexp-okay): Add check for null.
5697
5698 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
5699 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
5700
5701 * subr.el (find-tag-default-as-symbol-regexp): New function.
5702 (find-tag-default-as-regexp): Move symbol regexp formatting to
5703 `find-tag-default-as-symbol-regexp'.
5704
5705 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
5706
5707 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
5708 (Bug#14179)
5709
5710 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
5711
5712 * calendar/todo-mode.el: New implementation of item insertion
5713 commands and key bindings.
5714 (todo-key-prompt): New face.
5715 (todo-insert-item): New command.
5716 (todo-insert-item--parameters): New defconst, replacing defvar
5717 todo-insertion-commands-args-genlist.
5718 (todo-insert-item--param-key-alist): New defconst, replacing
5719 defvar todo-insertion-commands-arg-key-list.
5720 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
5721 (todo-insert-item--argsleft, todo-insert-item--apply-args)
5722 (todo-insert-item--next-param): New functions.
5723 (todo-insert-item--args, todo-insert-item--argleft)
5724 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
5725 New variables.
5726 (todo-key-bindings-t): Change binding of "i" from
5727 todo-insertion-map to todo-insert-item.
5728 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
5729 (todo-insertion-command-name, todo-insertion-commands-names)
5730 (todo-define-insertion-command, todo-insertion-commands)
5731 (todo-insertion-key-bindings, todo-insertion-map): Remove.
5732
5733 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
5734
5735 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
5736 (todo-toggle-item-highlighting): Use eval-and-compile instead of
5737 eval-when-compile.
5738 (todo-move-category): Allow choosing a non-existing todo file to
5739 move the category to, and create that file.
5740 (todo-default-priority): New user option.
5741 (todo-set-item-priority): Use it.
5742 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
5743 (desktop-restore-file-buffer): Declare.
5744 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
5745 (todo-modes-set-2): Locally set desktop-save-buffer to
5746 todo-desktop-save-buffer.
5747 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
5748 (auto-mode-alist): Add autoload cookie.
5749
5750 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
5751
5752 * emacs-lisp/subr-x.el: Renamed from helpers.el.
5753 helpers.el was a poor choice of name.
5754 (string-remove-prefix): New function.
5755 (string-remove-suffix): New function.
5756
5757 2013-12-20 Martin Rudalics <rudalics@gmx.at>
5758
5759 Fix assignment for new window total sizes.
5760 * window.el (window--pixel-to-size): Remove function.
5761 (window--pixel-to-total-1, window--pixel-to-total):
5762 Fix calculation of new total sizes.
5763
5764 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
5765
5766 * comint.el (comint-output-filter): Fix rear-nonsticky property
5767 placement (Bug#16010).
5768
5769 2013-12-20 Chong Yidong <cyd@gnu.org>
5770
5771 * faces.el (read-color): Minor fix for completion function.
5772
5773 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
5774
5775 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
5776 New option. (Bug#16182)
5777 (ruby-smie--indent-to-stmt-p): Use it.
5778 (ruby-smie-rules): Revert the logic in the handling of `when'.
5779 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
5780 (ruby-deep-arglist, ruby-deep-indent-paren)
5781 (ruby-deep-indent-paren-style): Update docstrings to note that the
5782 vars don't have any effect with SMIE.
5783
5784 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
5785
5786 * calc/calc.el (calc-enter, calc-pop): Use the variable
5787 `calc-context-sensitive-enter'.
5788
5789 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
5790
5791 * net/shr.el (shr-insert): Protect against infloops in degenerate
5792 tables.
5793
5794 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
5795
5796 * progmodes/octave.el (octave): Add link to manual and octave
5797 homepage.
5798 (octave-mode-menu): Link to octave-mode manual.
5799
5800 2013-12-20 Leo Liu <sdl.web@gmail.com>
5801
5802 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
5803 insertion using skeleton-end-newline. (Bug#16138)
5804
5805 2013-12-20 Juri Linkov <juri@jurta.org>
5806
5807 * replace.el (occur-engine): Use `add-face-text-property'
5808 to add the face property to matches and titles. (Bug#14645)
5809
5810 * hi-lock.el (hi-green): Use lighter color "light green" closer to
5811 the palette of other hi-lock colors.
5812 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
5813
5814 2013-12-19 Juri Linkov <juri@jurta.org>
5815
5816 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
5817 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
5818 (minibuffer-history-symbol): Move variable declaration closer to
5819 its usage.
5820
5821 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
5822 (Bug#14785)
5823
5824 2013-12-19 Juri Linkov <juri@jurta.org>
5825
5826 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
5827 New function.
5828 (log-edit-hook): Add it to :options. (Bug#16170)
5829
5830 2013-12-19 Juri Linkov <juri@jurta.org>
5831
5832 * simple.el (eval-expression-print-format): Don't check for
5833 command names and the last command. Always display additional
5834 formats of the integer result in the echo area, and insert them
5835 to the current buffer only with a zero prefix arg.
5836 Display character when char-displayable-p is non-nil.
5837 (eval-expression): With a zero prefix arg, set `print-length' and
5838 `print-level' to nil, and insert the integer values from
5839 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
5840
5841 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
5842 `eval-last-sexp-arg-internal'. Doc fix.
5843 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
5844 `eval-last-sexp-print-value'. Doc fix.
5845 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
5846 Set `print-length' and `print-level' to nil when arg is zero.
5847 (eval-last-sexp): Doc fix.
5848 (eval-defun-2): Print the integer values from
5849 `eval-expression-print-format' at the end.
5850
5851 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
5852 values from `eval-expression-print-format' at the end.
5853
5854 * ielm.el (ielm-eval-input): Print the integer
5855 values from `eval-expression-print-format' at the end.
5856
5857 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
5858
5859 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
5860 2013-12-11T19:01:44Z!tzz@lifelogs.com.
5861
5862 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
5863
5864 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
5865 (hl-line-highlight, global-hl-line-highlight): Use it.
5866 (hl-line-overlay): Use defvar-local.
5867
5868 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
5869
5870 * term/ns-win.el: Require dnd.
5871 (global-map): Remove drag items.
5872 (ns-insert-text, ns-set-foreground-at-mouse)
5873 (ns-set-background-at-mouse):
5874 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
5875 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
5876 New functions.
5877
5878 2013-12-19 Glenn Morris <rgm@gnu.org>
5879
5880 * emacs-lisp/ert.el (ert-select-tests):
5881 Fix string/symbol mixup. (Bug#16121)
5882
5883 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
5884
5885 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
5886 keywords to their parent.
5887
5888 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
5889
5890 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
5891 first arg to be a string (fixed dead code), or an operator symbol.
5892 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
5893 operator symbols.
5894 (ruby-smie-rules): Remove parent token check in the `.' clause, it
5895 did nothing. Don't respond to `(:after ".")', it will be called
5896 with :before anyway. Remove the ` @ ' rule, it didn't seem to
5897 change anything. Only return indentation for binary operators
5898 when they are hanging. De-dent opening paren when its parent is
5899 `.', otherwise it looks bad when the dot is not at bol or eol
5900 (bug#16182).
5901
5902 2013-12-19 Juri Linkov <juri@jurta.org>
5903
5904 * replace.el (query-replace-read-args): Split a non-negative arg
5905 and a negative arg into separate elements.
5906 (query-replace, query-replace-regexp, replace-string)
5907 (replace-regexp): Add arg `backward'. Doc fix.
5908 (replace-match-maybe-edit): When new arg `backward' is non-nil,
5909 move point to the beginning of the match.
5910 (replace-search, replace-highlight): Use new arg `backward'
5911 to set the value of `isearch-forward'.
5912 (perform-replace): Add arg `backward' and use it to perform
5913 replacement backward. (Bug#14979)
5914
5915 * isearch.el (isearch-query-replace): Use a negative prefix arg
5916 to call `perform-replace' with a non-nil arg `backward'.
5917
5918 2013-12-18 Juri Linkov <juri@jurta.org>
5919
5920 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
5921 to the default list. Move `log-edit-show-files' to the end.
5922 Add more available functions to options.
5923 (log-edit): Move default specific settings to
5924 `log-edit-insert-message-template'. Don't move point.
5925 (log-edit-insert-message-template): New function.
5926 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
5927 (Bug#16170)
5928
5929 2013-12-18 Juri Linkov <juri@jurta.org>
5930
5931 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
5932 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
5933
5934 2013-12-18 Leo Liu <sdl.web@gmail.com>
5935
5936 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
5937 (Bug#16186)
5938
5939 2013-12-18 Eli Zaretskii <eliz@gnu.org>
5940
5941 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
5942 formats for displaying file sizes when the -s switch is given.
5943 Instead, compute a separate format for displaying the size in
5944 blocks, which is displayed in addition to the "regular" size.
5945 When -h is given in addition to -s, produce size in blocks in
5946 human-readable form as well. (Bug#16179)
5947
5948 2013-12-18 Tassilo Horn <tsdh@gnu.org>
5949
5950 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
5951 Reference tables with ~\ref{...} instead of only \ref{...}.
5952
5953 2013-12-18 Chong Yidong <cyd@gnu.org>
5954
5955 * cus-edit.el (custom-magic-alist): Fix "themed" description
5956 (Bug#14348).
5957
5958 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
5959 is non-nil, do not create a new entry in the symbol's theme-value
5960 or theme-face property; update theme-settings only (Bug#14664).
5961 (custom-available-themes): Doc fix.
5962
5963 * cus-theme.el (custom-new-theme-mode-map): Add bindings
5964 (Bug#15674).
5965
5966 * replace.el (occur-engine): Avoid infloop (Bug#7593).
5967
5968 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
5969
5970 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
5971 (Bug#13914).
5972
5973 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5974
5975 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
5976
5977 2013-12-18 Glenn Morris <rgm@gnu.org>
5978
5979 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
5980 * cus-start.el (load-prefer-newer): New option.
5981
5982 2013-12-18 Le Wang <l26wang@gmail.com>
5983
5984 * comint.el (comint-previous-matching-input-from-input):
5985 Retain point (Bug#13404).
5986
5987 2013-12-18 Chong Yidong <cyd@gnu.org>
5988
5989 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
5990
5991 2013-12-18 Glenn Morris <rgm@gnu.org>
5992
5993 * mail/emacsbug.el (report-emacs-bug):
5994 Only mention enable-multibyte-characters if non-standard.
5995
5996 2013-12-17 Juri Linkov <juri@jurta.org>
5997
5998 * arc-mode.el (archive-extract-by-file): Check if directory exists
5999 before deletion to not show irrelevant errors if it doesn't exist.
6000
6001 2013-12-17 Juri Linkov <juri@jurta.org>
6002
6003 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
6004 (Bug#14751)
6005
6006 * net/eww.el (browse-web): Add alias to `eww'.
6007 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
6008 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
6009
6010 * net/browse-url.el (browse-url-browser-function): Move `eww'
6011 closer to similar functions.
6012
6013 * startup.el (fancy-startup-screen, fancy-about-screen):
6014 Set browse-url-browser-function to eww-browse-url locally.
6015 (Bug#14751)
6016
6017 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
6018
6019 * window.el (window--pixel-to-total): Remove unused `mini' var.
6020 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
6021 (split-window): Remove unused `new' var.
6022 (window--display-buffer): Remove unused `frame' and `delta' vars.
6023 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
6024 and display-width'.
6025
6026 2013-12-17 Martin Rudalics <rudalics@gmx.at>
6027
6028 * dired.el (dired-mark-pop-up):
6029 * register.el (register-preview): Don't bind
6030 split-height-threshold here since it's now done in
6031 display-buffer-below-selected.
6032
6033 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
6034
6035 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
6036 xterm-rgb-convert-to-16bit.
6037 (rxvt-register-default-colors): Standardize with
6038 xterm-register-default-colors (Bug#14078).
6039
6040 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
6041
6042 * simple.el (kill-region): Pass mark first, then point, so that
6043 kill-append works right (Bug#12819).
6044 (copy-region-as-kill, kill-ring-save): Likewise.
6045
6046 2013-12-17 Leo Liu <sdl.web@gmail.com>
6047
6048 * net/rcirc.el (rcirc-add-face):
6049 * eshell/em-prompt.el (eshell-emit-prompt):
6050 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
6051 (Bug#16167)
6052
6053 2013-12-17 Chong Yidong <cyd@gnu.org>
6054
6055 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
6056 Suggested by Xue Fuqiao.
6057
6058 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
6059
6060 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
6061
6062 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
6063
6064 * net/shr.el (shr-insert-document): Remove unused var
6065 `shr-preliminary-table-render'.
6066 (shr-rescale-image): Remove unused arg `force'.
6067 (shr-put-image): Update calls accordingly.
6068 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
6069
6070 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
6071
6072 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
6073 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
6074 :close-all, to see which indentation method to use (Bug#16116).
6075 (smie-rules-function): Document the method :close-all.
6076
6077 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6078
6079 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
6080
6081 * net/eww.el (eww-display-html): If we can't find the anchor we're
6082 looking for, then go to point-min.
6083
6084 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
6085
6086 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
6087 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
6088 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
6089 Expand dir too, in case it's relative.
6090
6091 2013-12-16 Juri Linkov <juri@jurta.org>
6092
6093 * desktop.el (desktop-auto-save-timeout): Change default to
6094 `auto-save-timeout'. Doc fix.
6095 (desktop-save): Skip the timestamp in desktop-saved-frameset
6096 when checking for auto-save changes.
6097 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
6098 `desktop-auto-save' is called repeatedly by the idle timer.
6099 (desktop-auto-save-set-timer): Replace `run-with-timer' with
6100 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
6101 (Bug#15331)
6102
6103 2013-12-16 Juri Linkov <juri@jurta.org>
6104
6105 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
6106 (Bug#16035)
6107 (isearch-pre-command-hook): Check `this-command' for symbolp.
6108
6109 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
6110
6111 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
6112
6113 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
6114
6115 * progmodes/cfengine.el (cfengine3--current-word): Remove.
6116 (cfengine3--current-function): Bring in the current-function
6117 functionality from `cfengine3--current-word'.
6118 (cfengine3-completion-function): Bring in the
6119 bounds-of-current-word functionality from
6120 `cfengine3--current-word'.
6121
6122 2013-12-16 Martin Rudalics <rudalics@gmx.at>
6123
6124 * window.el (display-buffer-below-selected):
6125 Bind split-height-threshold to 0 as suggested by Juri Linkov.
6126
6127 2013-12-16 Leo Liu <sdl.web@gmail.com>
6128
6129 * progmodes/compile.el (compile-goto-error): Do not push-mark.
6130 Remove NOMSG arg and all uses changed.
6131
6132 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
6133
6134 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
6135 (cua--deactivate-rectangle): Don't deactivate the mark.
6136 (cua-set-rectangle-mark): Don't set mark-active since
6137 cua--activate-rectangle already does it for us.
6138 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
6139 non-rectangular region.
6140
6141 * emulation/cua-base.el (cua-repeat-replace-region):
6142 Use with-current-buffer.
6143
6144 * net/gnutls.el: Use cl-lib.
6145 (gnutls-negotiate): `mapcan' -> cl-mapcan.
6146
6147 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
6148
6149 * emacs-lisp/package.el (package-built-in-p): Support both
6150 built-in and the package.el converted package descriptions.
6151 (package-show-package-list): Allow keywords.
6152 (package-keyword-button-action): Use it instead of
6153 `finder-list-matches'.
6154 (package-menu-filter-interactive): Interactive filtering (by
6155 keyword) function.
6156 (package-menu--generate): Support keywords and change keymappings
6157 and headers when they are given.
6158 (package--has-keyword-p): Helper function.
6159 (package-menu--refresh): Use it.
6160 (package--mapc): Helper function.
6161 (package-all-keywords): Use it.
6162 (package-menu-mode-map): Set up menu items and keybindings to
6163 provide a filtering UI.
6164
6165 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
6166
6167 * net/gnutls.el (gnutls-verify-error): New defcustom to control
6168 the behavior when a certificate fails validation. Defaults to
6169 old behavior: never abort, just warn.
6170 (gnutls-negotiate): Use it.
6171
6172 2013-12-14 Martin Rudalics <rudalics@gmx.at>
6173
6174 * window.el (display-buffer-below-selected): Never split window
6175 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
6176
6177 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
6178
6179 * emacs-lisp/package.el (package--prepare-dependencies): New function.
6180 (package-buffer-info): Use it (bug#15108).
6181
6182 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
6183
6184 * icomplete.el (icomplete-completions): Make sure the prefix is already
6185 displayed elsewhere before hiding it (bug#16219).
6186
6187 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
6188
6189 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
6190 open-paren tokens when preceded by a open-paren, too.
6191 (ruby-smie-rules): Handle virtual indentation after open-paren
6192 tokens specially. If there is code between it and eol, return the
6193 column where is starts (Bug#16118).
6194
6195 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
6196
6197 * progmodes/cfengine.el: Fix `add-hook' doc.
6198 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
6199 (cfengine3--current-word): Fix parameters.
6200 (cfengine3-make-syntax-cache): Simplify further.
6201 (cfengine3-completion-function, cfengine3--current-function):
6202 Use `assq' for symbols.
6203 (cfengine3--current-function): Fix `cfengine3--current-word' call.
6204
6205 2013-12-13 Glenn Morris <rgm@gnu.org>
6206
6207 * loadup.el (load-path): Warn if site-load or site-init changes it.
6208 No more need to reset it when bootstrapping.
6209
6210 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
6211
6212 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
6213 locations for cf-promises.
6214 (cfengine-mode-syntax-functions-regex): New caching variable.
6215 (cfengine3-fallback-syntax): Fallback syntax for cases where
6216 cf-promises doesn't run.
6217 (cfengine3--current-word): Reimplement using
6218 `cfengine-mode-syntax-functions-regex'.
6219 (cfengine3-completion-function, cfengine3--current-function):
6220 Use `cfengine3-make-syntax-cache' directly.
6221 (cfengine3-clear-syntax-cache): New function.
6222 (cfengine3-make-syntax-cache): Simplify and create
6223 `cfengine-mode-syntax-functions-regex' on demand.
6224 (cfengine3-format-function-docstring): Don't call
6225 `cfengine3-make-syntax-cache' explicitly.
6226
6227 2013-12-13 Martin Rudalics <rudalics@gmx.at>
6228
6229 Fix windmove-find-other-window broken after pixelwise resizing
6230 (Bug#16017).
6231 * windmove.el (windmove-other-window-loc): Revert change from
6232 2013-12-04.
6233 (windmove-find-other-window): Call window-in-direction.
6234 * window.el (window-in-direction): New arguments SIGN, WRAP and
6235 MINI to emulate original windmove-find-other-window behavior.
6236
6237 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
6238
6239 * simple.el (blink-matching--overlay): New variable.
6240 (blink-matching-open): Instead of moving point, highlight the
6241 matching paren with an overlay
6242 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
6243
6244 * faces.el (paren-showing-faces, show-paren-match)
6245 (show-paren-mismatch): Move from paren.el.
6246
6247 2013-12-13 Leo Liu <sdl.web@gmail.com>
6248
6249 * indent.el (indent-region): Disable progress reporter in
6250 minibuffer. (Bug#16108)
6251
6252 * bindings.el (visual-order-cursor-movement): Fix version.
6253
6254 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
6255
6256 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
6257 Also match after beginning of line.
6258 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
6259 files. Thanks to Russell Sim. (Bug#15378)
6260
6261 2013-12-13 Juri Linkov <juri@jurta.org>
6262
6263 * simple.el <Keypad support>: Remove key bindings duplicated
6264 with bindings.el. (Bug#14397)
6265
6266 2013-12-13 Juri Linkov <juri@jurta.org>
6267
6268 * comint.el (comint-mode-map): Replace `delete-char' with
6269 `delete-forward-char'. (Bug#16109)
6270
6271 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
6272
6273 * progmodes/python.el (python-indent-calculate-indentation):
6274 Fix de-denters cornercase. (Bug#15731)
6275
6276 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6277
6278 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
6279 (advice--make): Pay attention to `depth'.
6280 (advice--make-1): Don't autoload commands eagerly.
6281 * emacs-lisp/elp.el (elp-instrument-function):
6282 * emacs-lisp/trace.el (trace-function-internal):
6283 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
6284
6285 * iswitchb.el (iswitchb-mode): Don't belittle ido.
6286
6287 2013-12-12 Eli Zaretskii <eliz@gnu.org>
6288
6289 * term/w32-win.el (w32-handle-dropped-file):
6290 * startup.el (normal-top-level):
6291 * net/browse-url.el (browse-url-file-url):
6292 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
6293 decode file names using 'utf-8' rather than
6294 file-name-coding-system.
6295
6296 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
6297
6298 * progmodes/python.el (python-indent-context)
6299 (python-indent-calculate-indentation): Fix auto-identation
6300 behavior for comment blocks. (Bug#15916)
6301
6302 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
6303
6304 * progmodes/python.el (python-indent-calculate-indentation):
6305 When determining indentation, don't treat "return", "pass", etc., as
6306 operators when they are just string constituents. (Bug#15812)
6307
6308 2013-12-12 Juri Linkov <juri@jurta.org>
6309
6310 * uniquify.el (uniquify-buffer-name-style): Change default to
6311 `post-forward-angle-brackets'.
6312
6313 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
6314 `uniquify'. Change default to `post-forward-angle-brackets'.
6315
6316 2013-12-11 Glenn Morris <rgm@gnu.org>
6317
6318 * emacs-lisp/package.el (finder-list-matches):
6319 Autoload rather than falsely declaring.
6320
6321 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
6322
6323 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
6324 (eww-mode-map): Use them.
6325
6326 2013-12-11 Martin Rudalics <rudalics@gmx.at>
6327
6328 * window.el (display-buffer-in-side-window): Fix doc-string
6329 (Bug#16115).
6330
6331 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
6332
6333 * vc/vc-git.el: Silence byte-compiler warnings.
6334 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
6335 (log-edit-set-header): Declare.
6336
6337 2013-12-11 Eli Zaretskii <eliz@gnu.org>
6338
6339 * Makefile.in (custom-deps, finder-data): Run output file names
6340 through unmsys--file-name. (Bug#16099)
6341
6342 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
6343
6344 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
6345 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
6346
6347 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
6348 instead of deleting the selection "by hand" (bug#16098).
6349 Rely on insert-for-yank to yank rectangles.
6350 (cua-highlight-region-shift-only): Mark obsolete.
6351 (cua-mode): Don't enable/disable transient-mark-mode,
6352 shift-select-mode (cua-mode works both with and without them), and
6353 pc-selection-mode (obsolete).
6354 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
6355 (cua--deactivate-rectangle): Deactivate it.
6356
6357 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
6358 (delete-selection-helper): Make sure yank starts at the top of the
6359 deleted region.
6360 (minibuffer-keyboard-quit): Use region-active-p.
6361
6362 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
6363
6364 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
6365 to `delete' (bug#16109).
6366
6367 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6368
6369 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
6370 info manual and show keybindings and set `:group' keyword.
6371
6372 2013-12-11 Juri Linkov <juri@jurta.org>
6373
6374 * delsel.el (delete-active-region): Let-bind `this-command'
6375 to prevent `kill-region' from changing its original value.
6376 (delete-selection-helper): Handle `overwrite-mode' for the type
6377 `kill' exactly the same way as for the type `t'.
6378 (insert-char, quoted-insert, reindent-then-newline-and-indent):
6379 Support more commands. (Bug#13312)
6380
6381 2013-12-11 Juri Linkov <juri@jurta.org>
6382
6383 * bindings.el: Map kp keys to non-kp keys systematically
6384 with basic modifiers control, meta and shift. (Bug#14397)
6385
6386 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
6387
6388 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
6389 "Close browser" menu items. Fix wrong function of "List
6390 bookmarks".
6391
6392 2013-12-11 Juri Linkov <juri@jurta.org>
6393
6394 * misearch.el (multi-isearch-buffers): Set the value of
6395 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
6396 arg of isearch-forward to t.
6397 (multi-isearch-buffers-regexp): Set the value of
6398 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
6399 arg of isearch-forward-regexp to t.
6400 (multi-isearch-files): Set the value of
6401 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
6402 arg of isearch-forward to t.
6403 (multi-isearch-files-regexp): Set the value of
6404 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
6405 arg of isearch-forward-regexp to t. (Bug#16035)
6406
6407 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
6408 arg of isearch-forward to t.
6409 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
6410 arg of isearch-forward-regexp to t.
6411 (dired-isearch-filter-filenames): Remove unnecessary check for
6412 `dired-isearch-filenames'.
6413
6414 * comint.el (comint-history-isearch-backward):
6415 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
6416 (comint-history-isearch-backward-regexp):
6417 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
6418
6419 2013-12-10 Eli Zaretskii <eliz@gnu.org>
6420
6421 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
6422 unmsys--file-name. (Bug#16099)
6423
6424 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
6425
6426 * emacs-lisp/package.el (package-keyword-button-action):
6427 Remove finder.el require dependency.
6428
6429 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
6430
6431 * emacs-lisp/package.el: Require finder.el.
6432 (describe-package-1): Add keyword buttons.
6433 (package-make-button): New convenience function.
6434 (package-keyword-button-action): Keyword button action using
6435 `finder-list-matches'.
6436
6437 2013-12-09 Eli Zaretskii <eliz@gnu.org>
6438
6439 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
6440 last commit.
6441
6442 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
6443
6444 * autorevert.el (auto-revert-notify-add-watch): Do not handle
6445 symlinked files.
6446
6447 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
6448
6449 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
6450 after the end of a percent literal.
6451
6452 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
6453
6454 * progmodes/ruby-mode.el (ruby-forward-string): Document.
6455 Handle caret-delimited strings (Bug#16079).
6456
6457 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
6458
6459 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
6460 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
6461 `ruby-parse-partial' (Bug#16078).
6462
6463 2013-12-09 Leo Liu <sdl.web@gmail.com>
6464
6465 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
6466
6467 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
6468
6469 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
6470 (js-switch-indent-offset): New option.
6471 (js--proper-indentation): Use it. And handle the case when
6472 "default" is actually a key in an object literal.
6473 (js--same-line): New function.
6474 (js--multi-line-declaration-indentation): Use it.
6475 (js--indent-in-array-comp, js--array-comp-indentation):
6476 New functions.
6477 (js--proper-indentation): Use them, to handle array comprehension
6478 continuations.
6479
6480 2013-12-08 Leo Liu <sdl.web@gmail.com>
6481
6482 * progmodes/flymake.el (flymake-highlight-line): Re-write.
6483 (flymake-make-overlay): Remove arg MOUSE-FACE.
6484 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
6485
6486 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6487
6488 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
6489 New function.
6490 (redisplay-highlight-region-function): Use it.
6491
6492 * emulation/cua-base.el (cua--explicit-region-start)
6493 (cua--last-region-shifted): Remove.
6494 (cua--deactivate): Use deactivate-mark.
6495 (cua--pre-command-handler-1): Don't handle shift-selection.
6496 (cua--post-command-handler-1): Don't change transient-mark-mode.
6497 (cua--select-keymaps): Use region-active-p rather than
6498 cua--explicit-region-start or cua--last-region-shifted.
6499 (cua-mode): Enable shift-select-mode.
6500
6501 2013-12-08 Leo Liu <sdl.web@gmail.com>
6502
6503 * progmodes/flymake.el (flymake-popup-current-error-menu):
6504 Rename from flymake-display-err-menu-for-current-line. Reimplement.
6505 (flymake-posn-at-point-as-event, flymake-popup-menu)
6506 (flymake-make-emacs-menu): Remove. (Bug#16077)
6507
6508 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6509
6510 * rect.el (rectangle-mark-mode): Activate mark even if
6511 transient-mark-mode is off (bug#16066).
6512 (rectangle--highlight-for-redisplay): Fix boundary condition when point
6513 is > mark and at bolp.
6514
6515 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
6516 (region-extract-function): Use it.
6517 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
6518 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
6519 Delete functions.
6520 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
6521 kill-ring-save, kill-region, delete-char, delete-forward-char.
6522 Ignore self-insert-iso.
6523
6524 * emulation/cua-gmrk.el (cua--init-global-mark):
6525 Ignore `self-insert-iso'.
6526
6527 * emulation/cua-base.el (cua--prefix-copy-handler)
6528 (cua--prefix-cut-handler): Rely on region-extract-function rather than
6529 checking cua--rectangle.
6530 (cua-delete-region): Use region-extract-function.
6531 (cua-replace-region): Delete function.
6532 (cua-copy-region, cua-cut-region): Obey region-extract-function.
6533 (cua--pre-command-handler-1): Don't do the delete-selection thing.
6534 (cua--self-insert-char-p): Ignore `self-insert-iso'.
6535 (cua--init-keymaps): Don't remap delete-selection commands.
6536 (cua-mode): Use delete-selection-mode instead of rolling our own
6537 (bug#16085).
6538
6539 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
6540 Obey region-extract-function.
6541
6542 Make registers and delete-selection-mode work on rectangles.
6543 * register.el (describe-register-1): Don't modify the register's value.
6544 (copy-to-register): Obey region-extract-function.
6545 * delsel.el (delete-active-region): Obey region-extract-function.
6546
6547 2013-12-08 Leo Liu <sdl.web@gmail.com>
6548
6549 * progmodes/flymake.el (flymake, flymake-error-bitmap)
6550 (flymake-warning-bitmap, flymake-fringe-indicator-position)
6551 (flymake-compilation-prevents-syntax-check)
6552 (flymake-start-syntax-check-on-newline)
6553 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
6554 (flymake-start-syntax-check-on-find-file, flymake-log-level)
6555 (flymake-xml-program, flymake-master-file-dirs)
6556 (flymake-master-file-count-limit)
6557 (flymake-allowed-file-name-masks): Relocate.
6558 (flymake-makehash, flymake-float-time)
6559 (flymake-replace-regexp-in-string, flymake-split-string)
6560 (flymake-get-temp-dir): Remove.
6561 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
6562 (flymake-current-row, flymake-selected-frame)
6563 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
6564 related functions. (Bug#16077)
6565
6566 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
6567
6568 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
6569
6570 2013-12-07 Tassilo Horn <tsdh@gnu.org>
6571
6572 * help-fns.el (describe-function-1): Use new advice-* functions
6573 rather than old ad-* functions. Fix function type description and
6574 source links for advised functions and subrs.
6575
6576 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6577
6578 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
6579
6580 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
6581
6582 * progmodes/compile.el (compilation-start):
6583 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
6584
6585 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
6586 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
6587
6588 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
6589
6590 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
6591 Touch up the last change.
6592
6593 2013-12-06 Leo Liu <sdl.web@gmail.com>
6594
6595 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
6596 (inferior-octave-startup): Always use "octave> " for prompt.
6597 (octave-goto-function-definition)
6598 (octave-sync-function-file-names)
6599 (octave-find-definition-default-filename): Remove redundant backquotes.
6600
6601 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
6602
6603 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
6604 syntax for `?'.
6605 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
6606 where appropriate already.
6607 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
6608 end of method names (Bug#15874).
6609
6610 2013-12-06 Juri Linkov <juri@jurta.org>
6611
6612 * isearch.el (isearch--saved-overriding-local-map):
6613 New internal variable.
6614 (isearch-mode): Set it to the initial value of
6615 `overriding-terminal-local-map'.
6616 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
6617 with `isearch--saved-overriding-local-map'. (Bug#16035)
6618
6619 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
6620
6621 * progmodes/octave.el (inferior-octave-completion-table):
6622 Turn back into function, use `completion-table-with-cache'
6623 (Bug#11906). Update all references.
6624
6625 * minibuffer.el (completion-table-with-cache): New function.
6626
6627 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
6628
6629 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
6630
6631 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
6632
6633 * net/eww.el (eww-current-source): New variable to store page
6634 source.
6635 (eww-display-html, eww-mode, eww-save-history)
6636 (eww-restore-history): Use it.
6637 (eww-view-source): New command to view page source.
6638 Opportunistically uses `html-mode' to highlight the buffer.
6639 (eww-mode-map): Install it.
6640
6641 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
6642
6643 * net/dbus.el (dbus-unregister-service)
6644 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
6645 Fix docstring.
6646 (dbus-unregister-service): Skip :serial entries in
6647 `dbus-registered-objects-table'.
6648 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
6649
6650 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
6651
6652 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
6653 around keywords with extra `split-string' argument.
6654
6655 2013-12-04 Martin Rudalics <rudalics@gmx.at>
6656
6657 * windmove.el (windmove-other-window-loc): Handle navigation
6658 between windows (excluding the minibuffer window - Bug#16017).
6659
6660 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
6661
6662 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
6663 in D-Bus type syntax.
6664 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
6665 preserve unibyte strings. (Bug#16048)
6666
6667 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6668
6669 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
6670 Call force-mode-line-update is the proper buffer (bug#16042).
6671
6672 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
6673
6674 * vc/log-edit.el (log-edit-add-new-comment): Rename to
6675 `log-edit-remember-comment', make argument optional. Adjust all
6676 callers.
6677 (log-edit-mode): Add `log-edit-remember-comment' to
6678 `kill-buffer-hook' locally.
6679 (log-edit-kill-buffer): Don't remember comment explicitly since
6680 the buffer is killed anyway.
6681
6682 2013-12-04 Juri Linkov <juri@jurta.org>
6683
6684 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
6685 add-hook and remove-hook for multi-buffer search. (Bug#16035)
6686
6687 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
6688
6689 * notifications.el (notifications-close-notification): Call the
6690 D-Bus method with ID being a `:uint32'. (Bug#16030)
6691
6692 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6693
6694 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
6695
6696 2013-12-03 Juri Linkov <juri@jurta.org>
6697
6698 * progmodes/compile.el (compilation-start): Rename window alist
6699 entry `no-display-ok' to `allow-no-window'.
6700
6701 * simple.el (shell-command): Add window alist entry
6702 `allow-no-window' to `display-buffer'.
6703 (async-shell-command): Doc fix.
6704
6705 * window.el (display-buffer-no-window): New action function.
6706 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
6707
6708 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6709
6710 * vc/log-edit.el (log-edit-set-header): Extract from
6711 `log-edit-toggle-header'.
6712 (log-edit-extract-headers): Separate the summary, when extracted
6713 from header, from the rest of the message with an empty line.
6714
6715 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
6716 line, if present, to the Summary header.
6717
6718 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
6719
6720 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
6721 in current-buffer (bug#16029).
6722
6723 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
6724
6725 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
6726 (debugger-mode-map): Bind it.
6727 (debugger--backtrace-base): New function.
6728 (debugger-eval-expression): Use it.
6729 (debugger-frame-number): Skip local vars when present.
6730 (debugger--locals-visible-p, debugger--insert-locals)
6731 (debugger--show-locals, debugger--hide-locals): New functions.
6732
6733 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
6734
6735 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
6736 "LC_ALL".
6737 (tramp-get-remote-locale): New defun.
6738 (tramp-open-connection-setup-interactive-shell): Use it.
6739
6740 2013-12-02 Leo Liu <sdl.web@gmail.com>
6741
6742 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
6743
6744 * progmodes/sh-script.el (sh-shell-process):
6745 * progmodes/octave.el (inferior-octave-process-live-p):
6746 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
6747 (gdb-inferior-io-sentinel):
6748 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
6749
6750 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6751
6752 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
6753 `save-selected-window' to `log-edit-hide-buf'. This makes
6754 `log-edit-show-files' idempotent.
6755 (log-edit-show-files): Mark the new window as dedicated.
6756
6757 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
6758
6759 * vc/log-edit.el (log-edit-mode-map): Add binding for
6760 `log-edit-kill-biffer'.
6761 (log-edit-hide-buf): Add a FIXME comment.
6762 (log-edit-add-new-comment): New function, extracted from
6763 `log-edit-done'.
6764 (log-edit-done, log-edit-add-to-changelog): Use it.
6765 (log-edit-kill-buffer): New command.
6766
6767 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6768
6769 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
6770 instead of killing the buffer.
6771
6772 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
6773
6774 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
6775
6776 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
6777
6778 * net/eww.el (eww-form-checkbox-selected-symbol)
6779 (eww-form-checkbox-symbol): New customizable variable.
6780 (eww-form-checkbox, eww-toggle-checkbox):
6781 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
6782
6783 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
6784 (shr--get-media-pref, shr--extract-best-source): New function.
6785 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
6786 no :src tag was specified.
6787
6788 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
6789 (eww-render): Handle `eww-use-external-browser-for-content-type'.
6790 Use \\` to match beginning of string instead of ^.
6791 (eww-browse-with-external-browser): Provide optional URL parameter.
6792 (eww-render): Set `eww-current-title' back to "".
6793
6794 * net/shr.el (shr-tag-video): Display content for video if no
6795 poster is available.
6796 (shr-tag-audio): Add support for <audio> tag.
6797
6798 * net/eww.el (eww-text-input-types): New const.
6799 (eww-process-text-input): Treat input types in
6800 `eww-text-input-types' as text.
6801
6802 * net/shr.el (shr-tag-table): Fix comment typo.
6803
6804 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6805
6806 * net/eww.el (eww-follow-link): New command to avoid reloading
6807 pages when we follow #target links (bug#15243).
6808 (eww-quit): Special mode buffers shouldn't query before exiting.
6809
6810 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
6811
6812 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
6813 forms.
6814
6815 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6816
6817 * net/eww.el (eww-restore-history): Update the window title after
6818 moving in the history.
6819 (eww-current-dom): New variable used to save the current DOM.
6820
6821 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
6822
6823 * vc/log-edit.el (log-edit-mode-map): Add binding for
6824 `log-edit-beginning-of-line'.
6825 (log-edit-setup-add-author): New user option.
6826 (log-edit-beginning-of-line): New command.
6827 (log-edit): Move major mode call above the contents setup so that
6828 the local variable values are already applied.
6829 (log-edit): Only insert "Author: " when
6830 `log-edit-setup-add-author' is non-nil.
6831 (log-edit): When SETUP is non-nil, position point after ": "
6832 instead of point-min.
6833
6834 2013-12-01 Glenn Morris <rgm@gnu.org>
6835
6836 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
6837
6838 2013-11-30 Eli Zaretskii <eliz@gnu.org>
6839
6840 * startup.el (fancy-splash-frame): On MS-Windows, trigger
6841 redisplay to make sure the initial frame gets a chance to become
6842 visible. (Bug#16014)
6843
6844 2013-11-30 Martin Rudalics <rudalics@gmx.at>
6845
6846 Support resizing frames and windows pixelwise.
6847 * cus-start.el (frame-resize-pixelwise)
6848 (window-resize-pixelwise): New entries.
6849 * emacs-lisp/debug.el (debug): Use window-total-height instead
6850 of window-total-size.
6851 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
6852 * help.el (describe-bindings-internal): Use help-buffer as
6853 argument for with-help-window.
6854 (temp-buffer-max-width): New option.
6855 (resize-temp-buffer-window, help-window-setup)
6856 (with-help-window): Rewrite.
6857 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
6858 dragging dividers.
6859 * window.el (frame-char-size, window-min-pixel-height)
6860 (window-safe-min-pixel-height, window-safe-min-pixel-width)
6861 (window-min-pixel-width, window-safe-min-pixel-size)
6862 (window-combination-p, window-safe-min-size)
6863 (window-resizable-p, window--size-to-pixel)
6864 (window--pixel-to-size, window--resize-apply-p): New functions.
6865 (window-safe-min-height): Fix doc-string.
6866 (window-size, window-min-size, window--min-size-1)
6867 (window-sizable, window-sizable-p, window--min-delta-1)
6868 (window-min-delta, window--max-delta-1, window-max-delta)
6869 (window--resizable, window--resizable-p, window-resizable)
6870 (window-full-height-p, window-full-width-p, window-at-side-p)
6871 (window--in-direction-2, window-in-direction)
6872 (window--resize-reset-1, window--resize-mini-window)
6873 (window-resize, window-resize-no-error)
6874 (window--resize-child-windows-normal)
6875 (window--resize-child-windows, window--resize-siblings)
6876 (window--resize-this-window, window--resize-root-window)
6877 (window--resize-root-window-vertically)
6878 (adjust-window-trailing-edge, enlarge-window, shrink-window)
6879 (maximize-window, minimize-window, delete-window)
6880 (quit-restore-window, window-split-min-size, split-window)
6881 (balance-windows-2, balance-windows)
6882 (balance-windows-area-adjust, balance-windows-area)
6883 (window--state-get-1, window-state-get, window--state-put-1)
6884 (window--state-put-2, window-state-put)
6885 (display-buffer-record-window, window--display-buffer):
6886 Make functions handle pixelwise sizing of windows.
6887 (display-buffer--action-function-custom-type)
6888 (display-buffer-fallback-action):
6889 Add display-buffer-in-previous-window.
6890 (display-buffer-use-some-window): Resize window to height it had
6891 before.
6892 (fit-window-to-buffer-horizontally): New option.
6893 (fit-frame-to-buffer): Describe new values.
6894 (fit-frame-to-buffer-bottom-margin): Replace with
6895 fit-frame-to-buffer-margins.
6896 (window--sanitize-margin): New function.
6897 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
6898 using window-text-pixel-size.
6899
6900 2013-11-30 Glenn Morris <rgm@gnu.org>
6901
6902 * emacs-lisp/bytecomp.el (byte-compile-form):
6903 Make the `interactive-only' warning like the `obsolete' one.
6904 * comint.el (comint-run):
6905 * files.el (insert-file-literally, insert-file):
6906 * replace.el (replace-string, replace-regexp):
6907 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
6908 (goto-line, insert-buffer, next-line, previous-line):
6909 Tweak `interactive-only' spec.
6910
6911 Stop keeping (most) generated cedet grammar files in the repository.
6912 * Makefile.in (semantic): New.
6913 (compile-main): Depend on semantic.
6914
6915 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6916
6917 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
6918 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
6919
6920 * uniquify.el (uniquify-buffer-name-style): Change default.
6921
6922 * loadup.el: Preload "uniquify".
6923
6924 * time.el (display-time-update): Update all mode lines (bug#15999).
6925
6926 * electric.el (electric-indent-mode): Enable by default.
6927 * loadup.el: Preload "electric".
6928
6929 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
6930
6931 * emacs-lisp/helpers.el (string-empty-p): New function.
6932 (string-blank-p): New function.
6933
6934 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
6935
6936 * imenu.el (imenu--index-alist): Add missing dot to the docstring
6937 (Bug#14029).
6938
6939 2013-11-29 Andreas Politz <politza@fh-trier.de>
6940 * imenu.el (imenu--subalist-p): Don't error on non-conses and
6941 allow non-lambda lists as functions.
6942 (imenu--in-alist): Don't recurse into non-subalists.
6943 (imenu): Don't pass function itself as an argument (Bug#14029).
6944
6945 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
6946
6947 * progmodes/python.el (python-mode-map): Remove binding for ":".
6948 (python-indent-electric-colon): Remove command.
6949 (python-indent-post-self-insert-function): Integrate the previous code
6950 of python-indent-electric-colon. Make it conditional on
6951 electric-indent-mode.
6952 (python-mode): Add ?: to electric-indent-chars.
6953 Move python-indent-post-self-insert-function to the end of
6954 post-self-insert-hook.
6955
6956 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
6957
6958 * doc-view.el (doc-view-goto-page): Update mode-line.
6959
6960 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
6961
6962 2013-11-27 Glenn Morris <rgm@gnu.org>
6963
6964 * international/charprop.el, international/uni-bidi.el:
6965 * international/uni-category.el, international/uni-combining.el:
6966 * international/uni-comment.el, international/uni-decimal.el:
6967 * international/uni-decomposition.el, international/uni-digit.el:
6968 * international/uni-lowercase.el, international/uni-mirrored.el:
6969 * international/uni-name.el, international/uni-numeric.el:
6970 * international/uni-old-name.el, international/uni-titlecase.el:
6971 * international/uni-uppercase.el:
6972 Remove generated files from VCS repository.
6973
6974 2013-11-27 Eli Zaretskii <eliz@gnu.org>
6975
6976 * filenotify.el (file-notify-add-watch): Don't special-case
6977 w32notify when computing the directory to watch.
6978
6979 2013-11-27 Glenn Morris <rgm@gnu.org>
6980
6981 Make bootstrap without generated uni-*.el files possible again.
6982 * loadup.el: Update command-line-args checking for unidata-gen.
6983 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
6984 * composite.el, international/characters.el:
6985 Handle unicode tables being undefined.
6986
6987 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
6988 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
6989 (compile-main): Depend on leim rule.
6990 (leim): New rule.
6991 * loadup.el: Move leim-list.el to leim/ subdirectory.
6992 * startup.el (normal-top-level): No more leim directory.
6993 * international/ja-dic-cnv.el (skkdic-convert):
6994 Disable version-control and autoloads in output files.
6995 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
6996 Disable version-control and autoloads in output files.
6997 * leim/quail: Move here from ../leim.
6998 * leim/quail/hangul.el (hangul-input-method-activate):
6999 Add autoload cookie.
7000 (generated-autoload-load-name): Set file-local value.
7001 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
7002 (generated-autoload-load-name): Set file-local value.
7003
7004 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
7005
7006 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
7007 (eww-add-bookmark): Ask confirmation when add to bookmarks.
7008 (eww-quit): Ask confirmation before quitting eww.
7009
7010 2013-11-26 Eli Zaretskii <eliz@gnu.org>
7011
7012 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
7013 reading output from Diff on MS-Windows and MS-DOS.
7014
7015 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
7016
7017 * emacs-lisp/helpers.el (string-reverse): New function.
7018
7019 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
7020
7021 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
7022 names on MS Windows, like "/[::1]:".
7023
7024 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
7025 SWITCHES.
7026
7027 2013-11-26 Glenn Morris <rgm@gnu.org>
7028
7029 * progmodes/python.el (python-indent-guess-indent-offset):
7030 Avoid corner-case error. (Bug#15975)
7031
7032 Preload leim-list.el. (Bug#4789)
7033 * loadup.el: Load leim-list.el when found.
7034 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
7035
7036 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
7037
7038 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
7039
7040 * emacs-lisp/helpers.el (string-join): New function.
7041
7042 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
7043
7044 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7045 Mark as obsolete and replace it with a symbol property.
7046 (byte-compile-form): Use new 'interactive-only property.
7047 * comint.el, files.el, replace.el, simple.el:
7048 Apply new 'interactive-only properly.
7049
7050 2013-11-25 Martin Rudalics <rudalics@gmx.at>
7051
7052 * window.el (display-buffer-at-bottom): Make sure that
7053 split-window-sensibly creates the new window on bottom
7054 (Bug#15961).
7055
7056 2013-11-23 David Kastrup <dak@gnu.org>
7057
7058 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
7059 on the conflict markers when available.
7060 (smerge--get-marker): New function.
7061 (smerge-end-re, smerge-base-re): Add subgroup.
7062
7063 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
7064
7065 * frame.el (handle-focus-in, handle-focus-out): Add missing
7066 interactive spec.
7067
7068 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
7069
7070 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
7071 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
7072
7073 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
7074
7075 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
7076 (gomoku--last-pos): New var.
7077 (gomoku--intangible-chars): New const.
7078 (gomoku--intangible): New function.
7079 (gomoku-mode): Use it. Derive from special-mode.
7080 (gomoku-move-up): Adjust line count.
7081 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
7082 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
7083 Simplify accordingly.
7084
7085 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
7086 Remove blink-cursor code.
7087 (blink-cursor-timer-function, blink-cursor-suspend):
7088 Don't special-case GUIs.
7089 (blink-cursor-mode): Use focus-in/out-hook.
7090
7091 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
7092
7093 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
7094 work when annotation is invisible (Bug#13886).
7095
7096 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
7097
7098 * json.el (json-alist-p): Only return non-nil if the alist has
7099 simple keys (Bug#13518).
7100
7101 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
7102
7103 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
7104 when control-statement is the first statement in a buffer (Bug#15956).
7105
7106 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
7107
7108 * imenu.el (imenu-generic-skip-comments-and-strings):
7109 New option (Bug#15560).
7110 (imenu--generic-function): Use it.
7111
7112 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
7113
7114 * minibuffer.el (completion--in-region-1): Scroll the correct window.
7115 (Bug#13898)
7116
7117 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
7118
7119 * emacs-lisp/helpers.el: Add some string helpers.
7120 (string-trim-left): Removes leading whitespace.
7121 (string-trim-right): Removes trailing whitespace.
7122 (string-trim): Removes leading and trailing whitespace.
7123
7124 * subr.el (string-suffix-p): New function.
7125
7126 2013-11-23 Glenn Morris <rgm@gnu.org>
7127
7128 * progmodes/python.el (python-shell-send-file):
7129 Add option to delete file when done. (Bug#15647)
7130 (python-shell-send-string, python-shell-send-region): Use it.
7131
7132 2013-11-23 Ivan Shmakov <ivan@siamics.net> (tiny change)
7133
7134 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
7135 to set buffer-read-only to t, never to nil. (Bug#15938)
7136
7137 * textmodes/tex-mode.el (latex-noindent-environments):
7138 Add safe-local-variable property. (Bug#15936)
7139
7140 2013-11-23 Glenn Morris <rgm@gnu.org>
7141
7142 * textmodes/enriched.el (enriched-mode): Doc fix.
7143 * emacs-lisp/authors.el (authors-renamed-files-alist):
7144 Add enriched.doc -> enriched.txt.
7145
7146 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
7147
7148 2013-11-22 Leo Liu <sdl.web@gmail.com>
7149
7150 * progmodes/octave.el (inferior-octave-startup): Spit out error
7151 message.
7152
7153 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
7154
7155 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
7156 Improve docstring.
7157 Add :version.
7158 (ruby-encoding-magic-comment-style): Add :version.
7159
7160 2013-11-22 Leo Liu <sdl.web@gmail.com>
7161
7162 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
7163 (Bug#15076)
7164 (octave-help-mode): Adapt to change to help-mode-finish to use
7165 derived-mode-p on 2013-09-17.
7166 (inferior-octave-prompt): Also match octave-gui.
7167 (octave-kill-process): Don't ask twice. (Bug#10564)
7168
7169 2013-11-22 Leo Liu <sdl.web@gmail.com>
7170
7171 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
7172 (inferior-octave-startup, inferior-octave-check-process)
7173 (inferior-octave-track-window-width-change)
7174 (octave-completion-at-point, octave-eldoc-function): Use it.
7175 (octave-kill-process): Provide confirmation. (Bug#10564)
7176
7177 2013-11-21 Leo Liu <sdl.web@gmail.com>
7178
7179 * progmodes/octave.el (octave-mode, inferior-octave-mode):
7180 Fix obsolete variable comment-use-global-state.
7181
7182 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7183
7184 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
7185 Add `octave-source-file'.
7186 (octave-source-file): New function. (Bug#15935)
7187
7188 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
7189
7190 * net/eww.el (eww-local-regex): New variable.
7191 (eww): Use it to detect localhost and similar.
7192
7193 2013-11-21 Leo Liu <sdl.web@gmail.com>
7194
7195 Add completion for command `ag'.
7196 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
7197 (pcomplete/ag): New function.
7198 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
7199
7200 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
7201
7202 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
7203 (bug#14646).
7204 (make-obsolete): Remove interactive spec.
7205
7206 2013-11-21 Glenn Morris <rgm@gnu.org>
7207
7208 * startup.el (command-line-1): Use path-separator with -L.
7209
7210 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
7211
7212 * emacs-lisp/package.el (describe-package-1): Add package archive
7213 to shown fields.
7214
7215 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
7216
7217 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
7218 Change default to "# encoding: %s" to differentiate it from the
7219 default Ruby encoding comment template.
7220
7221 2013-11-20 era eriksson <era+emacsbugs@iki.fi>
7222
7223 * ses.el (ses-mode): Doc fix. (Bug#14748)
7224
7225 2013-11-20 Leo Liu <sdl.web@gmail.com>
7226
7227 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
7228
7229 2013-11-19 Dan Nicolaescu <dann@gnu.org>
7230
7231 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
7232 when rebase or bisect are in progress.
7233
7234 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
7235
7236 * filenotify.el (file-notify-add-watch): Doc fix.
7237
7238 2013-11-19 Leo Liu <sdl.web@gmail.com>
7239
7240 * obsolete/rcompile.el: Mark obsolete.
7241
7242 * progmodes/compile.el (compilation-start)
7243 (compilation-goto-locus, compilation-find-file):
7244 Pass no-display-ok and handle nil value from display-buffer.
7245 (Bug#13594)
7246
7247 * window.el (display-buffer-alist, display-buffer): Document the
7248 new parameter no-display-ok. Return either a window or nil
7249 but never a non-window value.
7250
7251 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
7252
7253 * electric.el (electric-indent-mode-map): Remove.
7254 (electric-indent-mode): Change the global-map instead (bug#15915).
7255
7256 * textmodes/text-mode.el (paragraph-indent-minor-mode):
7257 Use add-function.
7258
7259 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
7260
7261 * emacs-lisp/nadvice.el (remove-function): Align with
7262 add-function's behavior.
7263
7264 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
7265 (gdb--string-regexp): New constant.
7266 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
7267 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
7268 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
7269 submatch 1.
7270 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
7271 Adjust use accordingly.
7272 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
7273
7274 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
7275
7276 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
7277 interpolation curlies (Bug#15914).
7278
7279 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
7280
7281 * calc/calc.el (calc-context-sensitive-enter): New variable.
7282 (calc-enter): Use `calc-context-sensitive-enter'.
7283
7284 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
7285
7286 * progmodes/cfengine.el: Version bump.
7287 (cfengine-cf-promises): New defcustom to locate cf-promises.
7288 (cfengine3-vartypes): Add new "data" type.
7289 (cfengine3--current-word): New function to get current name-like
7290 word or its bounds.
7291 (cfengine3--current-function): New function to look up a CFEngine
7292 function's definition.
7293 (cfengine3-format-function-docstring): New function.
7294 (cfengine3-make-syntax-cache): New function.
7295 (cfengine3-documentation-function): New function: ElDoc glue.
7296 (cfengine3-completion-function): New function: completion glue.
7297 (cfengine3-mode): Set `compile-command',
7298 `eldoc-documentation-function', and add to
7299 `completion-at-point-functions'.
7300
7301 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
7302
7303 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
7304 `tramp-current-connection'.
7305
7306 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
7307
7308 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
7309 nil/self/true/false with "end of symbol".
7310
7311 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
7312
7313 * subr.el (version-regexp-alist): Fix a typo.
7314
7315 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
7316
7317 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
7318 "en_US.utf8" and "LC_CTYPE" to "".
7319 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
7320 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
7321
7322 2013-11-15 Leo Liu <sdl.web@gmail.com>
7323
7324 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
7325
7326 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7327
7328 * progmodes/gud.el (ctl-x-map):
7329 Remove C-x SPC binding. (Bug#12342)
7330 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
7331
7332 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
7333
7334 * subr.el (version-regexp-alist):
7335 Recognize hg, svn and darcs versions as snapshot versions.
7336
7337 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
7338 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
7339 (ruby--encoding-comment-required-p): Extract from
7340 `ruby-mode-set-encoding'.
7341 (ruby-mode-set-encoding): Add the ability to always insert an
7342 utf-8 encoding comment. Fix and simplify coding comment update
7343 logic.
7344
7345 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
7346
7347 * net/tramp-gvfs.el (top): Run init code only when
7348 `tramp-gvfs-enabled' is not nil.
7349 (tramp-gvfs-enabled): Check also :system bus.
7350
7351 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7352
7353 Sync with upstream verilog-mode revision 78e66ba.
7354 * progmodes/verilog-mode.el (verilog-end-of-defun)
7355 (verilog-type-completion, verilog-get-list): Remove unused funcs.
7356 (verilog-get-end-of-defun): Remove unused argument.
7357 (verilog-comment-depth): Remove unused local `e'.
7358 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
7359 Don't pass arg to verilog-get-end-of-defun.
7360
7361 2013-11-14 Glenn Morris <rgm@gnu.org>
7362
7363 * obsolete/assoc.el (aget): Prefix dynamic variable.
7364
7365 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
7366
7367 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
7368
7369 * widget.el, hfy-cmap.el: Remove bogus package version number.
7370
7371 2013-11-13 Glenn Morris <rgm@gnu.org>
7372
7373 * replace.el (replace-eval-replacement):
7374 Try to give more helpful error message. (Bug#15836)
7375
7376 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
7377 (archive-7z-update): Avoid custom type mismatches.
7378
7379 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
7380
7381 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
7382
7383 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
7384 address can be empty.
7385
7386 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
7387 Accept nil SWITCHES.
7388 (tramp-gvfs-handle-write-region): Implement APPEND.
7389
7390 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
7391
7392 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
7393 binary "|" operator and closing block args delimiter.
7394 Remove FIXME comment referring to Ruby 1.8-only syntax.
7395 (ruby-smie--implicit-semi-p): Not after "|" operator.
7396 (ruby-smie--closing-pipe-p): New function.
7397 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
7398 (ruby-smie-rules): Indent after "|".
7399
7400 2013-11-12 Glenn Morris <rgm@gnu.org>
7401
7402 * ps-print.el (ps-face-attribute-list):
7403 Handle anonymous faces. (Bug#15827)
7404
7405 2013-11-12 Martin Rudalics <rudalics@gmx.at>
7406
7407 * window.el (display-buffer-other-frame): Fix doc-string.
7408 (Bug#15868)
7409
7410 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7411
7412 * subr.el (force-mode-line-update): Delete, move to buffer.c.
7413
7414 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
7415
7416 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
7417 (tramp-sh-handle-file-local-copy): Don't write a message when
7418 saving temporary files.
7419
7420 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
7421 both directories are remote.
7422 (tramp-smb-handle-directory-files): Do not return double entries.
7423 Do not expand full file names.
7424 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
7425 (tramp-smb-handle-write-region): Implement APPEND.
7426 (tramp-smb-get-stat-capability): Fix a stupid bug.
7427
7428 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7429
7430 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
7431
7432 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7433
7434 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
7435 throwing error over malformed let/let* (bug#15814).
7436
7437 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7438
7439 * iswitchb.el (iswitchb-mode): Mark obsolete.
7440
7441 2013-11-11 Glenn Morris <rgm@gnu.org>
7442
7443 * international/uni-bidi.el, international/uni-category.el:
7444 * international/uni-name.el, international/uni-numeric.el:
7445 Regenerate for Unicode 6.3.0.
7446
7447 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
7448
7449 * net/tramp.el (tramp-methods):
7450 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
7451 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
7452
7453 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
7454
7455 * progmodes/sh-script.el (sh-font-lock-keywords-var):
7456 Force highlighting text after Summary keyword in doc face for rpm.
7457
7458 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
7459
7460 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
7461 available and the word has no wildcards, append one to the grep pattern.
7462 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
7463 (ispell-complete-word): Call `ispell-lookup-words' with the value
7464 independent of `ispell-look-p'.
7465
7466 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
7467
7468 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
7469 Not after "||".
7470 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
7471 their parent.
7472
7473 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7474
7475 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
7476 (ruby-font-lock-keywords): Use backquote.
7477
7478 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
7479
7480 * progmodes/ruby-mode.el (ruby-smie--forward-token)
7481 (ruby-smie--backward-token): Only consider full-string matches.
7482
7483 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
7484
7485 * faces.el (describe-face): Add distant-foreground.
7486
7487 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
7488
7489 * progmodes/ruby-mode.el: Improve encoding comment handling.
7490 (ruby-encoding-magic-comment-style): New option.
7491 (ruby-custom-encoding-magic-comment-template): New option.
7492 (ruby--insert-coding-comment, ruby--detect-encoding):
7493 New functions extracted from `ruby-mode-set-encoding'.
7494 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
7495 to control the style of the auto-inserted encoding comment.
7496
7497 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
7498
7499 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
7500 Use `smie-backward-sexp' with token argument.
7501
7502 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
7503
7504 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
7505 Remove instrumentation code.
7506
7507 2013-11-08 Glenn Morris <rgm@gnu.org>
7508
7509 * progmodes/autoconf.el (autoconf-mode):
7510 Tweak comment-start-skip. (Bug#15822)
7511
7512 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
7513
7514 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
7515 at bobp (bug#15826).
7516 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
7517
7518 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
7519
7520 * man.el (Man-start-calling): New macro, extracted from
7521 Man-getpage-in-background.
7522 (Man-getpage-in-background): Use it.
7523 (Man-update-manpage): New command.
7524 (Man-mode-map): Bind it.
7525
7526 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
7527
7528 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
7529 of "and", "or", "&&" and "||".
7530 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
7531 argument. Prohibit opening curly brace because it could only be a
7532 block opener in that position.
7533 (ruby-smie--forward-token, ruby-smie--backward-token):
7534 Separate "|" from "&" or "*" going after it. That can happen in block
7535 arguments.
7536 (ruby-smie--indent-to-stmt): New function, seeks the end of
7537 previous statement or beginning of buffer.
7538 (ruby-smie-rules): Use it.
7539 (ruby-smie-rules): Check if there's a ":" before a curly block
7540 opener candidate; if there is, it's a hash.
7541
7542 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
7543
7544 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
7545 (cl--block-wrapper): Fix last accidental change.
7546
7547 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
7548
7549 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
7550 Instrument, in order to hunt failure on hydra.
7551
7552 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7553
7554 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
7555 malformed bindings form (bug#15814).
7556
7557 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
7558
7559 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
7560 "." compared to " @ ". This incidentally fixes some indentation
7561 examples with "do".
7562 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
7563 (ruby-smie-grammar): New tokens: "and" and "or".
7564 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
7565 Exclude "and" and "or". Remove "do" in order to work around token
7566 priorities.
7567 (ruby-smie-rules): Add all infix tokens. Handle the case of
7568 beginning-of-buffer.
7569
7570 2013-11-06 Glenn Morris <rgm@gnu.org>
7571
7572 * Makefile.in (setwins_almost, setwins_for_subdirs):
7573 Avoid accidental matches.
7574
7575 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7576
7577 * menu-bar.el (popup-menu): Use key-binding.
7578
7579 2013-11-06 Eli Zaretskii <eliz@gnu.org>
7580
7581 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
7582 menus, support also the menus produced by minor modes.
7583 (Bug#15817)
7584
7585 2013-11-06 Leo Liu <sdl.web@gmail.com>
7586
7587 * thingatpt.el (thing-at-point-looking-at): Add optional arg
7588 DISTANCE to bound the search. All uses changed. (Bug#15808)
7589
7590 2013-11-06 Glenn Morris <rgm@gnu.org>
7591
7592 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
7593 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
7594 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
7595
7596 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
7597
7598 * electric.el (electric-indent-just-newline): New command.
7599 (electric-indent-mode-map): New keymap.
7600 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
7601 Re-add :group which weren't redundant.
7602
7603 * electric.el (electric-indent-local-mode): New minor mode.
7604 (electric-indent-functions-without-reindent): New var.
7605 (electric-indent-post-self-insert-function): Use it.
7606 * emacs-lisp/gv.el (buffer-local-value): Add setter.
7607
7608 2013-11-05 Eli Zaretskii <eliz@gnu.org>
7609
7610 * international/quail.el (quail-help): Be more explicit about the
7611 meaning of the labels shown on the keys. (Bug#15800)
7612
7613 * startup.el (normal-top-level): Load the subdirs.el files before
7614 setting the locale environment. (Bug#15805)
7615
7616 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
7617
7618 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
7619 via arguments so as to get the right ones (bug#15418).
7620
7621 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
7622
7623 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
7624
7625 Fix problems found while writing a test suite.
7626
7627 * net/tramp-compat.el (tramp-compat-load): New defun.
7628 * net/tramp.el (tramp-handle-load): Use it.
7629
7630 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
7631 "(numberp ok-if-already-exists)" correctly.
7632
7633 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
7634
7635 * international/characters.el (glyphless-char-display-control):
7636 Add usage note.
7637
7638 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
7639
7640 * progmodes/python.el (python-mode):
7641 * progmodes/scheme.el (scheme-mode):
7642 * progmodes/prolog.el (prolog-mode):
7643 * progmodes/ruby-mode.el (ruby-mode):
7644 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
7645 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
7646
7647 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7648
7649 * rect.el (rectangle--highlight-for-redisplay):
7650 * emacs-lisp/smie.el (smie--next-indent-change):
7651 Use buffer-chars-modified-tick.
7652
7653 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
7654
7655 * electric.el (electric-indent-post-self-insert-function):
7656 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
7657
7658 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
7659
7660 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
7661
7662 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7663
7664 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
7665 (bug#15786).
7666
7667 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7668
7669 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
7670
7671 * progmodes/python.el: Fix up last change.
7672 (python-shell--save-temp-file): New function.
7673 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
7674 `string' comes from the current buffer.
7675 (python-shell-send-string-no-output): Remove `msg' arg.
7676 (python--use-fake-loc): New var.
7677 (python-shell-buffer-substring): Obey it. Try to compensate for the
7678 extra coding line added by python-shell--save-temp-file.
7679 (python-shell-send-region): Use python-shell--save-temp-file and
7680 python-shell-send-file directly. Add `nomain' argument.
7681 (python-shell-send-buffer): Use python-shell-send-region.
7682 (python-electric-pair-string-delimiter): New function.
7683 (python-mode): Use it.
7684
7685 2013-11-04 Eli Zaretskii <eliz@gnu.org>
7686
7687 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
7688 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
7689 environment and decoding all of the default-directory's to here
7690 from command-line.
7691 (command-line): Decode also argv[0].
7692
7693 * loadup.el: Error out if default-directory is a multibyte string
7694 when we are dumping.
7695
7696 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
7697
7698 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
7699
7700 * emacs-lisp/package.el (package-menu-mode)
7701 (package-menu--print-info, package-menu--archive-predicate):
7702 Add Archive column to package list.
7703
7704 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
7705
7706 Fix problems found while writing a test suite.
7707
7708 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
7709 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
7710 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
7711 to nil when running original file name handler. Otherwise,
7712 there are problems with constructs like "$$FOO".
7713
7714 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
7715 for `localname'.
7716
7717 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
7718
7719 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
7720
7721 * subr.el (version<, version<=, version=):
7722 Update docstrings with information for snapshot versions.
7723
7724 * helpers.el: New library for misc helper functions.
7725 (hash-table-keys): New function returning a list of hash keys.
7726 (hash-table-values): New function returning a list of hash values.
7727
7728 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
7729
7730 * progmodes/ruby-mode.el (ruby-smie--forward-token)
7731 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
7732
7733 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
7734
7735 * textmodes/fill.el (fill-single-char-nobreak-p): New function
7736 checking whether point is after a 1-letter word.
7737
7738 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
7739
7740 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
7741 Don't infloop when expanding region over `multiline' syntax-type that
7742 begins a line (bug#15778).
7743
7744 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
7745
7746 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
7747 Make it into a proper minor mode.
7748 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
7749 (rectangle-mark-mode-map): New keymap.
7750 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
7751
7752 2013-11-04 Glenn Morris <rgm@gnu.org>
7753
7754 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
7755
7756 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
7757
7758 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
7759 (ruby-smie-rules): Use smie-rule-parent instead.
7760
7761 * emacs-lisp/smie.el (smie-rule-parent): Always call
7762 smie-indent-virtual rather than only for hanging tokens.
7763 (smie--next-indent-change): New helper command.
7764
7765 2013-11-03 Glenn Morris <rgm@gnu.org>
7766
7767 * Makefile.in (abs_srcdir): Remove.
7768 (emacs): Unset EMACSLOADPATH.
7769
7770 2013-11-02 Glenn Morris <rgm@gnu.org>
7771
7772 * Makefile.in (EMACS): Use a relative filename.
7773 (abs_top_builddir): Remove.
7774 (custom-deps, finder-data, autoloads): Use --chdir.
7775
7776 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
7777
7778 Use relative filenames in TAGS files.
7779 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
7780 (lisptagsfiles4, TAGS): Use relative file names.
7781 (TAGS-LISP): Remove.
7782 (maintainer-clean): No more TAGS-LISP file.
7783
7784 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
7785 (lisptagsfiles4): Use absolute filenames again.
7786 (TAGS, TAGS-LISP): Not everything needs to run in one line.
7787 Remove all *loaddefs files, not just the first. Remove esh-groups.
7788 (maintainer-clean): Delete TAGS, TAGS-LISP.
7789
7790 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7791
7792 * emacs-lisp/package.el (package-version-join):
7793 Recognize snapshot versions.
7794
7795 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7796
7797 * subr.el (version-regexp-alist): Add support for snapshot versions.
7798
7799 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
7800
7801 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
7802 New function, replacement for `smie-rule-parent' for when we want to
7803 skip over our direct parent if it's an assignment token..
7804 (ruby-smie-rules): Use it.
7805
7806 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
7807
7808 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
7809 unconditionally. Remove now unnecessary forward declarations.
7810 Remove XEmacs-specific setup.
7811 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
7812 (ruby-font-lock-syntactic-keywords)
7813 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
7814 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
7815 (ruby-here-doc-end-syntax): Remove.
7816 (ruby-mode): Don't check whether `syntax-propertize-rules' is
7817 defined as function.
7818
7819 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
7820
7821 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
7822
7823 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
7824
7825 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
7826 table and abbrev table, `define-derived-mode' does that for us
7827 anyway.
7828
7829 2013-11-01 Glenn Morris <rgm@gnu.org>
7830
7831 * Makefile.in: Remove manual mh-e dependencies (writing .elc
7832 files is atomic for some time, so no parallel compilation issues).
7833
7834 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
7835
7836 * faces.el (face-x-resources): Add :distant-foreground.
7837 (region): Use :distant-foreground for gtk and ns.
7838
7839 2013-11-01 Tassilo Horn <tsdh@gnu.org>
7840
7841 Allow multiple bibliographies when BibLaTeX is used rather than
7842 BibTeX.
7843 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
7844 (reftex-locate-bibliography-files): Us it.
7845
7846 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
7847
7848 * image.el (image-type-header-regexps): Fix the 'pbm' part to
7849 allow comments in pbm files.
7850
7851 * term/w32-win.el (dynamic-library-alist): Support newer versions
7852 of libjpeg starting with v7: look only for the DLL from the
7853 version against which Emacs was built.
7854 Support versions of libpng beyond 1.4.x.
7855 Support libtiff v4.x.
7856
7857 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
7858
7859 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
7860 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
7861 Add property :safe.
7862 (ruby-deep-arglist): Add property :type.
7863
7864 2013-10-31 Glenn Morris <rgm@gnu.org>
7865
7866 * Makefile.in (custom-deps, finder-data): No need to setq the target
7867 variables, we are in the right directory and the defaults work fine.
7868
7869 2013-10-30 Glenn Morris <rgm@gnu.org>
7870
7871 * Makefile.in (autoloads): Do not use abs_lisp.
7872
7873 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
7874 `newline' does not respect `standard-output', so use `princ'.
7875
7876 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
7877
7878 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
7879 * buff-menu.el (Buffer-menu--unmark): New function.
7880 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
7881
7882 2013-10-30 Glenn Morris <rgm@gnu.org>
7883
7884 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
7885
7886 * emacs-lisp/package.el (lm-homepage): Declare.
7887
7888 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
7889 Fix doc typos.
7890
7891 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
7892
7893 * Makefile.in (finder-data, autoloads, update-subdirs)
7894 (compile-main, compile-clean, compile-always, bootstrap-clean):
7895 Check return value of cd.
7896 (compile-calc): Remove.
7897
7898 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7899
7900 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
7901
7902 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
7903 (byte-compile-and-folded): New function.
7904 (=, <, >, <=, >=): Use it.
7905
7906 * dos-w32.el (minibuffer-history-case-insensitive-variables)
7907 (path-separator, null-device, buffer-file-coding-system)
7908 (lpr-headers-switches): Check system-type before modifying them.
7909 (find-buffer-file-type-coding-system): Mark obsolete.
7910 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
7911 find-file-not-found-set-buffer-file-coding-system.
7912 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
7913 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
7914 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
7915 (w32-direct-print-region-helper, w32-direct-print-region-function)
7916 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
7917 * startup.el (normal-top-level-add-subdirs-to-load-path):
7918 * ps-print.el (ps-print-region-function):
7919 * lpr.el (print-region-function): Use new name.
7920
7921 * subr.el (custom-declare-variable-early): Remove function.
7922 (custom-declare-variable-list): Remove var.
7923 (error, user-error): Remove `while' loop.
7924 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
7925 (user-emacs-directory-warning, locate-user-emacs-file):
7926 Move to files.el.
7927 * simple.el (read-quoted-char-radix, read-quoted-char):
7928 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
7929 Move from subr.el.
7930 * custom.el (custom-declare-variable-list): Don't process
7931 custom-declare-variable-list.
7932
7933 * progmodes/python.el (python-shell-get-buffer): New function.
7934 (python-shell-get-process): Use it.
7935 (python-shell-send-string): Always use utf-8 and add a cookie to tell
7936 Python which encoding was used. Don't split-string since we only care
7937 about the first line. Return the temp-file, if applicable.
7938 (python-shell-send-region): Tell compile.el how to turn locations in
7939 the temp-file into locations in the source buffer.
7940
7941 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
7942
7943 * subr.el (undefined): Add missing behavior from the C code for
7944 unbound keys.
7945
7946 * rect.el: Use lexical-binding. Add new rectangular region support.
7947 (rectangle-mark): New command.
7948 (rectangle--region): New var.
7949 (deactivate-mark-hook): Reset rectangle--region.
7950 (rectangle--extract-region, rectangle--insert-for-yank)
7951 (rectangle--highlight-for-redisplay)
7952 (rectangle--unhighlight-for-redisplay): New functions.
7953 (region-extract-function, redisplay-unhighlight-region-function)
7954 (redisplay-highlight-region-function): Use them to handle
7955 rectangular region.
7956 * simple.el (region-extract-function): New var.
7957 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
7958 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
7959 (kill-region): Replace obsolete `yank-handler' arg with `region'.
7960 (copy-region-as-kill, kill-ring-save): Add `region' argument.
7961 (redisplay-unhighlight-region-function)
7962 (redisplay-highlight-region-function): New vars.
7963 (redisplay--update-region-highlight): New function.
7964 (pre-redisplay-function): Use it.
7965 (exchange-point-and-mark): Don't deactivate the mark before
7966 reactivate-it anyway.
7967 * comint.el (comint-kill-region): Remove yank-handler argument.
7968 * delsel.el (delete-backward-char, backward-delete-char-untabify)
7969 (delete-char): Remove property, since it's now part of their
7970 default behavior.
7971 (self-insert-iso): Remove property since this command doesn't exist.
7972
7973 * emacs-lisp/package.el (package--download-one-archive)
7974 (describe-package-1): Don't query the user about final newline.
7975
7976 2013-10-29 Daniel Colascione <dancol@dancol.org>
7977
7978 * net/tramp.el (tramp-methods): Document new functionality.
7979 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
7980 tramp-hostname-checker if method provides one instead of scanning
7981 argument list for "%h" to decide hostname acceptability.
7982
7983 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
7984
7985 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
7986 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
7987 Handle COPY-CONTENTS. (Bug#15737)
7988
7989 2013-10-28 Daiki Ueno <ueno@gnu.org>
7990
7991 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7992 Document that this option has no effect with GnuPG 2.0 (bug#15552).
7993
7994 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
7995
7996 * image.el (defimage, image-load-path): Doc fixes.
7997
7998 2013-10-27 Alan Mackenzie <acm@muc.de>
7999
8000 Indent statements in macros following "##" correctly.
8001 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
8002 Modify the "#" arm of a cond form to handle "#" and "##" operators.
8003
8004 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
8005
8006 * linum.el (linum-update-window): Fix boundary test (bug#13446).
8007
8008 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
8009
8010 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
8011 after `=' is probably a new expression.
8012
8013 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8014
8015 * man.el (man-imenu-title): New option.
8016 (Man-mode-map): Add menu. (Bug#15722)
8017 (Man-mode): Add imenu to menu.
8018
8019 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
8020
8021 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
8022 specific in what the first arg can be: a non-keyword word,
8023 string/regexp/percent literal opener, opening paren, or unary
8024 operator followed directly by word.
8025
8026 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8027
8028 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
8029 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
8030 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
8031 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
8032 Remove vars, they do not apply any more.
8033 (prolog-mode-abbrev-table): Remove redundant declaration.
8034 (prolog-upper-case-string, prolog-lower-case-string): Remove.
8035 (prolog-use-smie): Remove.
8036 (prolog-smie-rules): Add indentation rule for the if-then-else layout
8037 supported by prolog-electric-if-then-else-flag.
8038 (prolog-mode-variables, prolog-menu): Use setq-local.
8039 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
8040 Remove binding to `Backspace' since this key doesn't exist anyway.
8041 Remove bindings for electric self-inserting keys.
8042 (prog-mode): Assume it's defined.
8043 (prolog-post-self-insert): New function.
8044 (prolog-mode): Use it.
8045 (prolog-indent-line, prolog-indent-level)
8046 (prolog-find-indent-of-matching-paren)
8047 (prolog-indentation-level-of-line, prolog-goto-comment-column)
8048 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
8049 (prolog-goto-next-paren, prolog-in-string-or-comment)
8050 (prolog-tokenize, prolog-inside-mline-comment)
8051 (prolog-find-start-of-mline-comment): Remove functions.
8052 (prolog-find-unmatched-paren, prolog-clause-end)
8053 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
8054 (prolog-electric--if-then-else): Rename from
8055 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
8056 (prolog-tokenize-searchkey): Remove const.
8057 (prolog-clause-info): Use forward-sexp.
8058 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
8059 (prolog-electric-if-then-else): Remove commands.
8060 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
8061 for use in post-self-insert-hook.
8062 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
8063 for use in post-self-insert-hook.
8064 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
8065 for use in post-self-insert-hook.
8066 (prolog-electric--underscore): Rename from prolog-electric--underscore;
8067 adapt it for use in post-self-insert-hook.
8068
8069 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
8070
8071 * emacs-lisp/ert.el (ert-run-tests-interactively):
8072 Use `completing-read'. (Bug#9756)
8073
8074 2013-10-25 Eli Zaretskii <eliz@gnu.org>
8075
8076 * simple.el (line-move): Call line-move-1 instead of
8077 line-move-visual when the current window hscroll is zero, but
8078 temporary-goal-column indicates we will need to hscroll as result
8079 of the movement. (Bug#15712)
8080
8081 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
8082
8083 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
8084 capitalization. Use :visible instead of :active.
8085 Fix `ruby-indent-exp' reference. Add menu items for the generic
8086 commands that are used with SMIE.
8087 (ruby-do-end-to-brace): Insert space after `{'.
8088
8089 2013-10-25 John Anthony <john@jo.hnanthony.com>
8090
8091 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
8092
8093 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
8094
8095 2013-10-25 Glenn Morris <rgm@gnu.org>
8096
8097 * vc/vc.el (vc-print-log): Don't use a working revision unless
8098 one was explicitly specified. (Bug#15322)
8099
8100 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
8101
8102 * subr.el (add-to-list): Preserve return value in compiler-macro
8103 (bug#15692).
8104
8105 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8106
8107 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
8108 result. Ask user to retry using '-all' flag. (Bug#15701)
8109
8110 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8111
8112 * emacs-lisp/smie.el: New smie-config system.
8113 (smie-config): New defcustom.
8114 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
8115 (smie-config-guess, smie-config-save): New commands.
8116 (smie-config--mode-local, smie-config--buffer-local)
8117 (smie-config--trace, smie-config--modefuns): New vars.
8118 (smie-config--advice, smie-config--mode-hook)
8119 (smie-config--setter, smie-config-local, smie-config--get-trace)
8120 (smie-config--guess-value, smie-config--guess): New functions.
8121 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
8122 text properties. Treat "string fence" syntax like string syntax.
8123
8124 * progmodes/sh-script.el (sh-use-smie): Change default.
8125 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
8126 (sh-var-value): Simplify by CSE.
8127 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
8128 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
8129 is used.
8130 (sh-guess-basic-offset): Use cl-incf.
8131 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
8132
8133 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
8134
8135 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
8136 (bug#15699).
8137
8138 2013-10-24 Glenn Morris <rgm@gnu.org>
8139
8140 * Makefile.in (abs_top_srcdir): Remove.
8141 (update-subdirs): Use relative path to update-subdirs.
8142
8143 2013-10-24 Eli Zaretskii <eliz@gnu.org>
8144
8145 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
8146 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
8147 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
8148 Call unmsys--file-name before expand-file-name, not after it.
8149
8150 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
8151
8152 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
8153 (ert-test-skipped): New error.
8154 (ert-skip, ert-stats-skipped): New defuns.
8155 (ert--skip-unless): New macro.
8156 (ert-test-skipped): New struct.
8157 (ert--run-test-debugger, ert-test-result-type-p)
8158 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
8159 (ert--stats-set-test-and-result, ert-char-for-test-result)
8160 (ert-string-for-test-result, ert-run-tests-batch)
8161 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
8162 Handle skipped tests. (Bug#9803)
8163
8164 2013-10-24 Glenn Morris <rgm@gnu.org>
8165
8166 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
8167
8168 * Makefile.in (abs_top_srcdir): New, set by configure.
8169 (update-subdirs): Correct build-aux location.
8170
8171 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
8172
8173 * vc/vc.el (vc-print-root-log): Always set `default-directory'
8174 value, whether we could auto-deduce `backend', or not.
8175
8176 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
8177 with parameters" example. Simplify the "is it block or is it
8178 hash" check, but also make it more thorough.
8179
8180 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
8181
8182 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
8183
8184 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
8185
8186 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
8187 { if it is hanging.
8188
8189 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
8190 :before ";".
8191
8192 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
8193
8194 * progmodes/compile.el (compilation-directory-matcher)
8195 (compilation-page-delimiter):
8196 Support GNU Make-4.0 directory quoting. (Bug#15678)
8197
8198 2013-10-23 Leo Liu <sdl.web@gmail.com>
8199
8200 * ido.el (ido-tidy): Handle read-only text.
8201
8202 2013-10-23 Glenn Morris <rgm@gnu.org>
8203
8204 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
8205 (emacs, compile, compile-always):
8206 Quote entities that might contain whitespace.
8207 (custom-deps, finder-data, autoloads): Use abs_lisp.
8208 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
8209 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
8210 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
8211
8212 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
8213
8214 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
8215 Use `following-char'.
8216
8217 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
8218
8219 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
8220 * progmodes/ruby-mode.el (ruby-smie-rules):
8221 Remove corresponding workaround. Fix indentation rule of ";" so it
8222 also applies when ";" is the parent.
8223
8224 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
8225
8226 * frame.el (display-screens, display-pixel-height)
8227 (display-pixel-width, display-mm-width, display-backing-store)
8228 (display-save-under, display-planes, display-color-cells)
8229 (display-visual-class, display-monitor-attributes-list):
8230 Mention the optional ‘display’ argument in doc strings.
8231
8232 2013-10-22 Michael Gauland <mikelygee@amuri.net>
8233
8234 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
8235 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
8236
8237 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
8238
8239 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
8240 TODO. Add "." after " @ ".
8241 (ruby-smie--at-dot-call): New function. Checks if point at method
8242 call with explicit target.
8243 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
8244 to the method name tokens when it precedes them.
8245 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
8246 (ruby-smie-rules): Add rule for indentation before and after "."
8247 token.
8248
8249 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
8250
8251 * textmodes/remember.el (remember-diary-extract-entries):
8252 Avoid add-to-list.
8253
8254 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
8255 an instruction.
8256
8257 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
8258
8259 * progmodes/ruby-mode.el (ruby-smie-grammar):
8260 Add (almost) all infix operators.
8261 (ruby-smie--implicit-semi-p): Add new operator chars.
8262
8263 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
8264 `smie-down-list'.
8265 (ruby-smie--args-separator-p): Check that there's no newline
8266 between method call and its arguments.
8267
8268 2013-10-20 Alan Mackenzie <acm@muc.de>
8269
8270 Allow comma separated lists after Java "implements".
8271
8272 * progmodes/cc-engine.el (c-backward-over-enum-header):
8273 Parse commas.
8274 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
8275 from a "disallowed" list in enum fontification.
8276
8277 2013-10-20 Johan Bockgård <bojohan@gnu.org>
8278
8279 * startup.el (default-frame-background-mode): Remove unused defvar.
8280
8281 * progmodes/verilog-mode.el (verilog-mode): Don't set
8282 comment-indent-function globally.
8283
8284 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
8285
8286 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
8287 Move Info menu item creation to ns-win.el.
8288
8289 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
8290 in menu bar.
8291
8292 * menu-bar.el: Move GNUstep specific menus...
8293
8294 * term/ns-win.el (ns-initialize-window-system): ... to here.
8295
8296 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8297
8298 * simple.el (newline): Only run post-self-insert-hook when
8299 called interactively.
8300
8301 2013-10-19 Johan Bockgård <bojohan@gnu.org>
8302
8303 * icomplete.el (icomplete-with-completion-tables): Add :version.
8304
8305 2013-10-19 Alan Mackenzie <acm@muc.de>
8306
8307 Fix fontification bugs with constructors and const.
8308
8309 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
8310 CASE 2) Remove the check for the absence of a suffix construct
8311 after a function declaration with only types (no identifiers) in
8312 the parentheses. Also, accept a function declaration with just a
8313 type inside the parentheses, if this type can be positively
8314 recognised as such, or if a prefix keyword like "explicit" nails
8315 down the construct as a declaration.
8316
8317 2013-10-19 Eli Zaretskii <eliz@gnu.org>
8318
8319 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
8320 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
8321 the problem whereby selecting a menu item that leads to a
8322 minibuffer prompt moves the cursor out of the minibuffer window,
8323 making it hard to type at the prompt. Suggested by Stefan Monnier
8324 <monnier@iro.umontreal.ca>.
8325
8326 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
8327
8328 * menu-bar.el: Don't make Services menu.
8329
8330 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
8331
8332 * ffap.el: Handle "/usr/include/c++/<version>" directories.
8333 (ffap-alist): Use ffap-c++-mode for c++-mode.
8334 (ffap-c++-path): New variable.
8335 (ffap-c++-mode): New function.
8336
8337 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
8338
8339 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
8340
8341 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
8342
8343 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
8344 introduced on 2013-09-08, which results in an infinite loop
8345 requesting a password.
8346
8347 2013-10-18 Glenn Morris <rgm@gnu.org>
8348
8349 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
8350
8351 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
8352
8353 Sync with upstream verilog-mode revision 1a6ecec7.
8354 * progmodes/verilog-mode.el (verilog-mode-version): Update.
8355 (verilog-mode-release-date): Remove.
8356 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
8357 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
8358 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
8359 (verilog-auto-tieoff-ignore-regexp)
8360 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
8361 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
8362 (verilog-signals-with, verilog-dir-cache-preserving)
8363 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
8364 Doc fixes.
8365 (verilog-case-fold): New option, to control case folding in
8366 regexp searches, bug597.
8367 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
8368 (verilog-string-match-fold, verilog-in-paren-count)
8369 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
8370 (verilog-at-close-struct-p): New functions.
8371 (verilog-beg-block-re-ordered, verilog-extended-case-re)
8372 (verilog-forward-sexp, verilog-set-auto-endcomments)
8373 (verilog-leap-to-case-head): Handle "unique0" case.
8374 (verilog-in-constraint-re): New constant.
8375 (verilog-keywords, verilog-type-font-keywords):
8376 Add some SystemVerilog 1800-2012 keywords.
8377 (verilog-label-be): Remove unimplemented argument, bug669.
8378 (verilog-batch-execute-func): When batch expanding clear
8379 create-lockfiles to prevent spurious user locks when a file ends
8380 up not changing.
8381 (verilog-calculate-indent, verilog-calc-1)
8382 (verilog-at-close-constraint-p, verilog-at-constraint-p)
8383 (verilog-do-indent): Fix indentation of nested constraints
8384 and structures.
8385 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
8386 (verilog-auto-inst-param): Use verilog-string-match-fold.
8387 (verilog-read-inst-module-matcher):
8388 Fix AUTOINST on gate primitives with #1.
8389 (verilog-read-decls): Fix double-declaring user-defined typed signals.
8390 Reads all user-defined typed variables.
8391 (verilog-read-defines): Fix reading definitions inside comments, bug647.
8392 (verilog-signals-matching-regexp)
8393 (verilog-signals-not-matching-regexp, verilog-auto):
8394 Respect verilog-case-fold.
8395 (verilog-diff-report): Fix line count.
8396 (verilog-auto-assign-modport): Remove unused local `modi'.
8397 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
8398 better handle multidimensional arrays.
8399 Fix packed array ports misadding bit index in AUTOINST, bug637.
8400 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
8401 to not double-declare existing outputs and inputs, respectively.
8402 (verilog-template-map): Bind U to verilog-sk-uvm-component.
8403 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
8404 (verilog-sk-uvm-component): New skeleton.
8405 (verilog-submit-bug-report): Add verilog-case-fold,
8406 remove verilog-mode-release-date.
8407
8408 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
8409
8410 * subr.el (sit-for): Call (input-pending-p t) so as to behave
8411 as before.
8412
8413 2013-10-18 Reuben Thomas <rrt@sc3d.org>
8414
8415 * textmodes/remember.el (remember): Set buffer-offer-save in
8416 remember buffers (bug#13566).
8417
8418 2013-10-18 Daniel Colascione <dancol@dancol.org>
8419
8420 When evaluating forms in ielm, direct standard output to ielm
8421 buffer. Add new ielm-return-for-effect command. Remove trailing
8422 whitespace throughout.
8423
8424 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
8425 (ielm-return-for-effect): New command.
8426 (ielm-send-input): Accept optional `for-effect' parameter.
8427 (ielm-eval-input): Accept optional `for-effect' parameter.
8428 Bind `standard-output' to stream we create using
8429 `ielm-standard-output-impl'. Suppress printing result when
8430 `for-effect'.
8431 (ielm-standard-output-impl): New function.
8432 (inferior-emacs-lisp-mode): Explain new features in documentation.
8433
8434 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
8435
8436 Code cleanup.
8437
8438 * net/tramp.el (tramp-debug-message): Do not check for connection
8439 buffer.
8440 (tramp-message): Use "vector" connection property.
8441
8442 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
8443 (tramp-equal-remote, tramp-eshell-directory-change)
8444 * net/tramp-adb.el (tramp-adb-handle-copy-file)
8445 (tramp-adb-handle-rename-file)
8446 * net/tramp-cmds.el (tramp-list-remote-buffers)
8447 (tramp-cleanup-connection, tramp-cleanup-this-connection)
8448 * net/tramp-compat.el (tramp-compat-process-running-p)
8449 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
8450 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
8451 (tramp-gvfs-handle-rename-file)
8452 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
8453 (tramp-set-file-uid-gid)
8454 * net/tramp-smb.el (tramp-smb-handle-copy-file)
8455 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
8456 of `file-remote-p'.
8457
8458 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
8459 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
8460 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
8461 (tramp-gw-open-network-stream): Suppress unrelated traces.
8462
8463 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
8464 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
8465 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
8466 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
8467 connection property.
8468
8469 * net/tramp-cache.el (top): Suppress traces when reading
8470 persistency file.
8471
8472 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
8473 Refactor common code. Improve debug message.
8474 (tramp-maybe-open-connection)
8475 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
8476 connection buffer too early.
8477
8478 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
8479 from `tramp-smb-actions-with-acl'.
8480 (tramp-smb-actions-set-acl): New defconst.
8481 (tramp-smb-handle-copy-directory)
8482 (tramp-smb-action-get-acl): New defun, renamed from
8483 `tramp-smb-action-with-acl'.
8484 (tramp-smb-action-set-acl): New defun.
8485 (tramp-smb-handle-set-file-acl): Rewrite.
8486
8487 2013-10-17 Glenn Morris <rgm@gnu.org>
8488
8489 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
8490
8491 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8492
8493 * skeleton.el (skeleton-newline): Remove.
8494 (skeleton-internal-1): Use (insert "\n") instead.
8495
8496 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
8497 let-bindings.
8498
8499 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
8500 forward-sexp-function while we redo its job (bug#15613).
8501
8502 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
8503
8504 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
8505 represented by lists.
8506
8507 2013-10-16 Glenn Morris <rgm@gnu.org>
8508
8509 * tmm.el (tmm--history): New dynamic variable.
8510 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
8511
8512 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
8513
8514 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
8515 (tramp-smb-errors): Add error messages.
8516 (tramp-smb-actions-with-acl): New defconst.
8517 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
8518 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
8519 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
8520 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
8521 (tramp-smb-get-stat-capability): Fix tests.
8522
8523 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
8524
8525 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
8526 (bug#15580).
8527
8528 2013-10-16 Glenn Morris <rgm@gnu.org>
8529
8530 * ansi-color.el (ansi-color-drop-regexp):
8531 Add 1J, 1K, 2K. (Bug#15617)
8532
8533 * files.el (hack-local-variables--warned-lexical): New.
8534 (hack-local-variables):
8535 Warn about misplaced lexical-binding. (Bug#15616)
8536
8537 * net/eww.el (eww-render): Always set eww-current-url,
8538 and update header line. (Bug#15622)
8539 (eww-display-html): ... Rather than just doing it here.
8540
8541 2013-10-15 Eli Zaretskii <eliz@gnu.org>
8542
8543 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
8544 menu navigations commands.
8545
8546 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
8547
8548 * progmodes/subword.el (subword-capitalize): Be careful when
8549 the search for [[:alpha:]] fails (bug#15580).
8550
8551 2013-10-14 Eli Zaretskii <eliz@gnu.org>
8552
8553 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
8554 to commands that scroll the menu.
8555
8556 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
8557
8558 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
8559 Handle methods ending with `?' and `!'.
8560
8561 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
8562
8563 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
8564 `japanese-cp932' to `cp932' to fix the problem where saving a
8565 source file written in Shift_JIS twice would end up having
8566 `coding: japanese-cp932' which Ruby could not recognize.
8567 (ruby-mode-set-encoding): Add support for encodings mapped to nil
8568 in `ruby-encoding-map'.
8569 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
8570 doesn't need to be explicitly declared in magic comment.
8571 (ruby-encoding-map): Add type declaration for better customize UI.
8572
8573 2013-10-13 Glenn Morris <rgm@gnu.org>
8574
8575 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
8576 Occur buffers are read-only. http://bugs.debian.org/720775
8577
8578 * emacs-lisp/authors.el (authors-fixed-entries):
8579 Comment out old alpha stuff.
8580
8581 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
8582
8583 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
8584 to `after-save-hook' instead of `before-save-hook'.
8585 (ruby-mode-set-encoding): Use the value of coding system used to
8586 write the file. Call `basic-save-buffer-1' after modifying the
8587 buffer.
8588
8589 2013-10-13 Alan Mackenzie <acm@muc.de>
8590
8591 Fix indentation/fontification of Java enum with
8592 "implements"/generic.
8593
8594 * progmodes/cc-engine.el (c-backward-over-enum-header):
8595 Extracted from the three other places and enhanced to handle generics.
8596 (c-inside-bracelist-p): Uses new function above.
8597 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
8598 function above.
8599 (c-font-lock-enum-tail): Uses new function above.
8600
8601 2013-10-13 Kenichi Handa <handa@gnu.org>
8602
8603 * international/mule-cmds.el (select-safe-coding-system): Remove a
8604 superfluous condition in chekcing whether a coding system is safe
8605 or not.
8606
8607 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
8608
8609 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
8610
8611 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
8612
8613 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
8614
8615 2013-10-13 Glenn Morris <rgm@gnu.org>
8616
8617 * menu-bar.el (menu-bar-update-buffers):
8618 Unify Buffers menu prompt string. (Bug#15576)
8619
8620 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
8621
8622 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
8623 Add some entries.
8624 (authors-fixed-entries): Use accented form of name.
8625
8626 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8627
8628 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
8629 method calls (bug#15594).
8630 (ruby-smie--args-separator-p): New function.
8631 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
8632 recognize paren-free method calls.
8633
8634 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
8635 internals of universal-argument.
8636
8637 2013-10-11 Eli Zaretskii <eliz@gnu.org>
8638
8639 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
8640 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
8641 dropped menu on second mouse click on the menu bar.
8642
8643 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8644
8645 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
8646 (explicit-shell-file-name): Declare.
8647 (sh--vars-before-point, sh--cmd-completion-table): New functions.
8648 (sh-completion-at-point-function): New function.
8649 (sh-mode): Use it.
8650 (sh-smie--keyword-p): Remove unused argument.
8651 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
8652 vars.
8653 (sh-set-shell): Always setup SMIE, even if we use the
8654 old indentation code.
8655
8656 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
8657
8658 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
8659 cases of ? and =.
8660 (ruby-smie-rules): Simplify the "do" rule. The cases when the
8661 predicate would return nil are almost non-existent.
8662 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
8663
8664 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
8665 cache also after commands that modify the buffer but don't move
8666 point.
8667
8668 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8669
8670 * env.el (substitute-env-in-file-name): New function.
8671 (substitute-env-vars): Extend the meaning of the optional arg.
8672
8673 2013-10-10 Eli Zaretskii <eliz@gnu.org>
8674
8675 * term/w32-win.el (dynamic-library-alist): Define separate lists
8676 of GIF DLLs for versions before and after 5.0.0 of giflib.
8677 (Bug#15531)
8678
8679 2013-10-10 João Távora <joaotavora@gmail.com>
8680
8681 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
8682 not locked, use last revision and current source as
8683 defaults. (Bug#15569)
8684
8685 2013-10-10 Masatake YAMATO <yamato@redhat.com>
8686
8687 * menu-bar.el (menu-bar-open): Don't use popup-menu if
8688 menu-bar is hidden.
8689
8690 2013-10-10 Martin Rudalics <rudalics@gmx.at>
8691
8692 * window.el (pop-to-buffer-same-window): Fix doc-string.
8693 (Bug#15492)
8694
8695 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8696
8697 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
8698
8699 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
8700
8701 * calendar/icalendar.el (icalendar-import-file):
8702 Fix interactive spec. (Bug#15482)
8703
8704 2013-10-10 Glenn Morris <rgm@gnu.org>
8705
8706 * desktop.el (desktop-save): Default to saving in .emacs.d,
8707 since PWD is no longer in desktop-path by default. (Bug#15319)
8708
8709 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
8710 now that text mode has a menu with the same entry.
8711 (menu-bar-text-mode-auto-fill): Remove now unused func.
8712 * textmodes/text-mode.el (text-mode-map):
8713 Use auto-fill help text from menu-bar.el.
8714
8715 2013-10-10 John Anthony <john@jo.hnanthony.com>
8716
8717 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
8718
8719 2013-10-09 Juri Linkov <juri@jurta.org>
8720
8721 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
8722 instead of this-command-keys. Add universal-argument-more and
8723 universal-argument-minus to the list of prefix commands. (Bug#15568)
8724
8725 2013-10-09 Glenn Morris <rgm@gnu.org>
8726
8727 * vc/vc-svn.el (vc-svn-create-repo):
8728 Expand paths in file://... url. (Bug#15446)
8729
8730 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
8731 Add some entries.
8732 (authors): Remove unused local variables.
8733
8734 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8735
8736 * profiler.el: Create a more coherent calltree from partial backtraces.
8737 (profiler-format): Hide the tail with `invisible' so that C-s can still
8738 find the hidden elements.
8739 (profiler-calltree-depth): Don't recurse so enthusiastically.
8740 (profiler-function-equal): New hash-table-test.
8741 (profiler-calltree-build-unified): New function.
8742 (profiler-calltree-build): Use it.
8743 (profiler-report-make-name-part): Indent the calltree less.
8744 (profiler-report-mode): Add visibility specs for profiler-format.
8745 (profiler-report-expand-entry, profiler-report-toggle-entry):
8746 Expand the whole subtree when provided with a prefix arg.
8747
8748 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
8749
8750 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
8751 iuwu-mod token.
8752 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
8753 hanging iuwu-mod token.
8754 (ruby-smie--forward-token): Do not include a dot after a token in
8755 that token.
8756 (ruby-smie--backward-token): Likewise.
8757
8758 2013-10-08 Juri Linkov <juri@jurta.org>
8759
8760 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
8761 to isearch-other-control-char.
8762 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
8763 and isearch-post-command-hook to post-command-hook.
8764 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
8765 and isearch-post-command-hook from post-command-hook.
8766 (isearch-unread-key-sequence)
8767 (isearch-reread-key-sequence-naturally)
8768 (isearch-lookup-scroll-key, isearch-other-control-char)
8769 (isearch-other-meta-char): Remove functions.
8770 (isearch-pre-command-hook, isearch-post-command-hook):
8771 New functions based on isearch-other-meta-char rewritten
8772 relying on the new behavior of overriding-terminal-local-map
8773 that does not replace the local keymaps any more. (Bug#15200)
8774
8775 2013-10-08 Eli Zaretskii <eliz@gnu.org>
8776
8777 Support menus on text-mode terminals.
8778 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
8779 functionality.
8780
8781 * tooltip.el (tooltip-mode): Don't error out on TTYs.
8782
8783 * menu-bar.el (popup-menu, popup-menu-normalize-position):
8784 Move here from mouse.el.
8785 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
8786 and arrow keys.
8787 (tty-menu-navigation-map): New map for TTY menu navigation.
8788
8789 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
8790
8791 * frame.el (display-mouse-p): Report text-mode mouse as available
8792 on w32.
8793 (display-popup-menus-p): Report availability if mouse is
8794 available; don't condition on window-system.
8795
8796 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
8797 (tty-menu-selected-face): New faces.
8798
8799 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
8800
8801 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
8802 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
8803 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
8804 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
8805 New constants.
8806 (lisp-mode-variables): New `elisp' argument.
8807 (emacs-lisp-mode): Use it.
8808 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
8809 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
8810
8811 * indent.el: Use lexical-binding.
8812 (indent-region): Add progress reporter.
8813 (tab-stop-list): Make it implicitly extend to infinity by repeating the
8814 last step.
8815 (indent--next-tab-stop): New function to implement this behavior.
8816 (tab-to-tab-stop, move-to-tab-stop): Use it.
8817
8818 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
8819
8820 * indent.el (indent-rigidly--current-indentation): New function.
8821 (indent-rigidly-map): New var.
8822 (indent-rigidly): Use it to provide interactive mode (bug#8196).
8823
8824 2013-10-08 Bastien Guerry <bzg@gnu.org>
8825
8826 * register.el (insert-register): Fix 2013-10-07 change.
8827
8828 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
8829
8830 * progmodes/perl-mode.el: Use lexical-binding.
8831 Remove redundant :group args.
8832 (perl-nochange): Change default to be closer to other major modes's
8833 standard behavior.
8834 (perl-indent-line): Don't consider text on current line as a
8835 valid beginning of function from which to indent.
8836
8837 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
8838 with more than one argument (bug#15538).
8839
8840 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
8841
8842 * vc/pcvs.el: Use lexical-binding.
8843 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
8844 environment of `eval'.
8845 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
8846 than a list of expressions. Adjust callers.
8847 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
8848
8849 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
8850
8851 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
8852 case of the dot in a chained method call being on the following line.
8853
8854 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8855
8856 * electric.el (electric-indent-inhibit): New var.
8857 (electric-indent-post-self-insert-function): Use it.
8858 * progmodes/python.el (python-mode): Set it.
8859
8860 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
8861 open braces.
8862
8863 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
8864
8865 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
8866 (css-mode): Use electric-indent-chars.
8867
8868 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
8869 (font-lock-beg, font-lock-end): Move before first use.
8870 (nxml-mode): Use syntax-propertize-function.
8871 (nxml-after-change, nxml-after-change1): Adjust accordingly.
8872 (nxml-extend-after-change-region): Remove.
8873 * nxml/xmltok.el: Use lexical-binding.
8874 (xmltok-save): Use `declare'.
8875 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
8876 * nxml/nxml-util.el: Use lexical-binding.
8877 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
8878 Use `declare'.
8879 * nxml/nxml-ns.el: Use lexical-binding.
8880 (nxml-ns-save): Use `declare'.
8881 (nxml-ns-prefixes-for): Avoid add-to-list.
8882 * nxml/rng-match.el: Use lexical-binding.
8883 (rng--ipattern): Use cl-defstruct.
8884 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
8885 (rng-cons-group-after, rng-subst-group-after)
8886 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
8887 Use closures instead of `(lambda...).
8888
8889 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
8890
8891 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
8892 of BEG and END.
8893
8894 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8895 Use `tramp-handle-insert-file-contents'.
8896 (tramp-gvfs-handle-insert-file-contents): Remove function.
8897
8898 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
8899 Use `save-restriction' in order to keep markers.
8900
8901 * net/trampver.el: Update release number.
8902
8903 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8904
8905 * progmodes/compile.el (compilation-parse-errors):
8906 Use compilation--put-prop.
8907 (compilation--ensure-parse): Check compilation-multiline.
8908
8909 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
8910
8911 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
8912 lexical-binding.
8913
8914 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
8915
8916 * progmodes/ruby-mode.el: Fix recently added tests.
8917 (ruby-smie-grammar): Add - and +.
8918 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
8919 (ruby-smie--backward-id): New functions.
8920 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
8921 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
8922 any more.
8923
8924 2013-10-07 Leo Liu <sdl.web@gmail.com>
8925
8926 * register.el (register-preview-delay)
8927 (register-preview-functions): New variables.
8928 (register-read-with-preview, register-preview)
8929 (register-describe-oneline): New functions.
8930 (point-to-register, window-configuration-to-register)
8931 (frame-configuration-to-register, jump-to-register)
8932 (number-to-register, view-register, insert-register)
8933 (copy-to-register, append-to-register, prepend-to-register)
8934 (copy-rectangle-to-register): Use register-read-with-preview to
8935 read register. (Bug#15525)
8936
8937 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
8938
8939 * net/network-stream.el (network-stream-open-starttls): Don't add
8940 --insecure if it's already present, because that gnutls-cli
8941 rejects getting that parameter twice.
8942
8943 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
8944
8945 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
8946 keyword, too.
8947
8948 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
8949
8950 * newcomment.el (comment-use-global-state): Change default value
8951 to t, mark obsolete (Bug#15251).
8952 (comment-beginning): In addition to `comment-to-syntax', check the
8953 value of `comment-use-global-state'.
8954
8955 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8956
8957 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
8958 (ruby-comment-column): Follow the global default, by default.
8959 (ruby-smie-grammar): Add assignment syntax.
8960 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
8961 open-paren, a comma, or a \.
8962 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
8963 and line continuations.
8964 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
8965 followed by implicit semi-colons. Add rule for string concatenation
8966 and for indentation at BOB.
8967 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
8968
8969 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
8970 calling next-sexp, since next-token may have skipped chars which
8971 next-sexp doesn't know should be skipped!
8972
8973 2013-10-05 Leo Liu <sdl.web@gmail.com>
8974
8975 * progmodes/octave.el (octave-send-region):
8976 Call compilation-forget-errors.
8977
8978 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
8979
8980 * vc/vc-svn.el (vc-svn-find-admin-dir):
8981 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
8982 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
8983 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
8984 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
8985
8986 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8987
8988 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
8989
8990 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8991
8992 * subr.el (read-passwd): Hide chars even when called within a context
8993 where after-change-functions is disabled (bug#15501).
8994 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
8995 until we removed ourself from overriding-terminal-local-map.
8996
8997 2013-10-04 Leo Liu <sdl.web@gmail.com>
8998
8999 * progmodes/octave.el (inferior-octave-mode):
9000 Call compilation-forget-errors.
9001
9002 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
9003
9004 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
9005
9006 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
9007
9008 * net/secrets.el (secrets-create-collection): Add optional
9009 argument ALIAS. Use proper Label keyword. Append ALIAS as
9010 dbus-call-method argument. (Bug#15516)
9011
9012 2013-10-04 Leo Liu <sdl.web@gmail.com>
9013
9014 * progmodes/octave.el (inferior-octave-error-regexp-alist)
9015 (inferior-octave-compilation-font-lock-keywords): New variables.
9016 (compilation-error-regexp-alist)
9017 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
9018 (inferior-octave-mode): Use compilation-shell-minor-mode.
9019
9020 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
9021
9022 * minibuffer.el (completion--replace): Be careful that `end' might be
9023 a marker.
9024
9025 2013-10-03 Daiki Ueno <ueno@gnu.org>
9026
9027 Add support for package signature checking.
9028 * emacs-lisp/package.el (url-http-file-exists-p)
9029 (epg-make-context, epg-context-set-home-directory)
9030 (epg-verify-string, epg-context-result-for)
9031 (epg-signature-status, epg-signature-to-string)
9032 (epg-check-configuration, epg-configuration)
9033 (epg-import-keys-from-file): Declare.
9034 (package-check-signature): New user option.
9035 (package-unsigned-archives): New user option.
9036 (package-desc): Add `signed' field.
9037 (package-load-descriptor): Set `signed' field if .signed file exists.
9038 (package--archive-file-exists-p): New function.
9039 (package--check-signature): New function.
9040 (package-install-from-archive): Check package signature.
9041 (package--download-one-archive): Check archive signature.
9042 (package-delete): Remove .signed file.
9043 (package-import-keyring): New command.
9044 (package-refresh-contents): Import default keyring.
9045 (package-desc-status): Add "unsigned" status.
9046 (describe-package-1, package-menu--print-info)
9047 (package-menu-mark-delete, package-menu--find-upgrades)
9048 (package-menu--status-predicate): Support "unsigned" status.
9049
9050 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9051
9052 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
9053 the new compilation scheme using the new byte-codes.
9054
9055 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
9056 (byte-pophandler): New byte codes.
9057 (byte-goto-ops): Adjust accordingly.
9058 (byte-compile--use-old-handlers): New var.
9059 (byte-compile-catch): Use new byte codes depending on
9060 byte-compile--use-old-handlers.
9061 (byte-compile-condition-case--old): Rename from
9062 byte-compile-condition-case.
9063 (byte-compile-condition-case--new): New function.
9064 (byte-compile-condition-case): New function that dispatches depending
9065 on byte-compile--use-old-handlers.
9066 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
9067 when we can.
9068
9069 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9070 Optimize under `condition-case' and `catch' if
9071 byte-compile--use-old-handlers is nil.
9072 (disassemble-offset): Handle new bytecodes.
9073
9074 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9075
9076 * subr.el (error): Use `declare'.
9077 (decode-char, encode-char): Use advertised-calling-convention instead
9078 of the docstring to discourage use of the `restriction' arg.
9079
9080 2013-10-03 Daiki Ueno <ueno@gnu.org>
9081
9082 * epg.el (epg-verify-file): Add a comment saying that it does not
9083 notify verification error as a return value nor a signal.
9084 (epg-verify-string): Ditto.
9085
9086 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
9087
9088 * progmodes/compile.el (compilation-start): Try globbing the arg to
9089 `cd' (bug#15417).
9090
9091 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
9092
9093 Sync with Tramp 2.2.8.
9094
9095 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
9096 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
9097 * net/trampver.el: Update release number.
9098
9099 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
9100
9101 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
9102 and default-process-coding-system for darwin only.
9103
9104 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
9105
9106 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
9107
9108 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
9109
9110 * vc/vc-git.el (vc-git-grep): Disable pager.
9111
9112 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
9113
9114 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
9115 Use :url instead of :homepage, as per
9116 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
9117
9118 * newcomment.el (comment-beginning): When `comment-use-syntax' is
9119 non-nil, use `syntax-ppss' (Bug#15251).
9120
9121 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9122
9123 * progmodes/octave.el (inferior-octave-startup-file):
9124 Prefer ~/.emacs.d/init_octave.m.
9125
9126 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
9127
9128 * emacs-lisp/package.el (package-desc-from-define):
9129 Accept additional arguments as plist, convert them to an alist and store
9130 them in the `extras' slot.
9131 (package-generate-description-file): Convert extras alist back to
9132 plist and append to the `define-package' form arguments.
9133 (package--alist-to-plist): New function.
9134 (package--ac-desc): Add `extras' slot.
9135 (package--add-to-archive-contents): Check if the archive-contents
9136 vector is long enough, and if it is, pass its `extras' slot value
9137 to `package-desc-create'.
9138 (package-buffer-info): Call `lm-homepage', pass the returned value
9139 to `package-desc-from-define'.
9140 (describe-package-1): Render the homepage button (Bug#13291).
9141
9142 * emacs-lisp/package-x.el (package-upload-buffer-internal):
9143 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
9144
9145 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
9146
9147 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
9148 and default-process-coding-system to utf-8-unix (Bug#15402).
9149
9150 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
9151
9152 * subr.el (looking-back): Do not recommend using looking-back.
9153
9154 2013-09-28 Alan Mackenzie <acm@muc.de>
9155
9156 Fix indentation/fontification of Java enum with "implements".
9157
9158 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
9159 regexp which matches "implements", etc., in Java.
9160 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
9161 specifier clauses coming after "enum".
9162 * progmodes/cc-fonts.el (c-font-lock-declarations)
9163 (c-font-lock-enum-tail): Check for extra specifier clauses coming
9164 after "enum".
9165
9166 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
9167
9168 * faces.el (region): Change ns_selection_color to
9169 ns_selection_fg_color, add ns_selection_bg_color.
9170
9171 2013-09-28 Leo Liu <sdl.web@gmail.com>
9172
9173 * progmodes/octave.el (inferior-octave-completion-table)
9174 (inferior-octave-completion-at-point): Minor tweaks.
9175
9176 * textmodes/ispell.el (ispell-lookup-words): Rename from
9177 lookup-words. (Bug#15460)
9178 (lookup-words): Obsolete.
9179 (ispell-complete-word, ispell-command-loop): All uses changed.
9180
9181 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9182
9183 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
9184 (octave-mode-menu): Add octave-send-buffer.
9185 (octave-send-buffer): New function.
9186
9187 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9188
9189 * progmodes/octave.el (octave-mode-map): Add key binding for
9190 octave-lookfor.
9191 (octave-mode-menu): Add octave-lookfor.
9192 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
9193 octave-lookfor.
9194 (octave-lookfor): New function.
9195
9196 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
9197
9198 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
9199 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
9200 its convention.
9201 (cl--loop-set-iterator-function): New function.
9202 (cl-loop): Adjust accordingly, so as not to use cl-subst.
9203 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
9204 Bind `it' with `let' instead of substituting it with `cl-subst'.
9205 (cl--unused-var-p): New function.
9206 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
9207 Eliminate some unused variable warnings (bug#15326).
9208
9209 2013-09-27 Tassilo Horn <tsdh@gnu.org>
9210
9211 * doc-view.el (doc-view-scale-reset): Rename from
9212 `doc-view-reset-zoom-level'.
9213 (doc-view-scale-adjust): New command.
9214 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
9215 `doc-view-scale-adjust'.
9216
9217 2013-09-26 Tassilo Horn <tsdh@gnu.org>
9218
9219 * doc-view.el (doc-view-reset-zoom-level): New command.
9220 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
9221 zoom commands (bug#15466).
9222
9223 2013-09-26 Kenichi Handa <handa@gnu.org>
9224
9225 * international/quail.el (quail-help): Make it not a command.
9226
9227 2013-09-26 Leo Liu <sdl.web@gmail.com>
9228
9229 * minibuffer.el (completion-all-sorted-completions): Make args
9230 optional as they are.
9231
9232 2013-09-25 Daniel Colascione <dancol@dancol.org>
9233
9234 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
9235 specs are and that they're not evaluated.
9236
9237 2013-09-24 Sam Steingold <sds@gnu.org>
9238
9239 * midnight.el (clean-buffer-list-kill-regexps)
9240 (clean-buffer-list-kill-buffer-names): Update for the new Man
9241 buffer naming which includes the object name.
9242
9243 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9244
9245 * eshell/esh-cmd.el (eshell--sep-terms): New var.
9246 (eshell-parse-command, eshell-parse-pipeline): Use it since
9247 eshell-separate-commands requires a dynamic scoped var.
9248 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
9249
9250 2013-09-23 Leo Liu <sdl.web@gmail.com>
9251
9252 * autoinsert.el (auto-insert-alist): Make the value of
9253 lexical-binding match its file setting.
9254
9255 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
9256
9257 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
9258
9259 * autoarg.el (autoarg-kp-digit-argument):
9260 * electric.el (Electric-command-loop):
9261 * kmacro.el (kmacro-step-edit-insert):
9262 Do not set universal-argument-num-events.
9263
9264 2013-09-22 Leo Liu <sdl.web@gmail.com>
9265
9266 * files.el (interpreter-mode-alist): Add octave.
9267
9268 2013-09-21 Alan Mackenzie <acm@muc.de>
9269
9270 C++: fontify identifier in declaration following "public:" correctly.
9271 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
9272 to match "public", etc.
9273 (c-decl-prefix-re): Add ":" into the C++ value.
9274 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
9275 bit. Add a check for a ":" preceded by "public", etc.
9276
9277 2013-09-21 Eli Zaretskii <eliz@gnu.org>
9278
9279 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
9280 recognized by GDB 7.5 and later.
9281
9282 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
9283
9284 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
9285
9286 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9287
9288 * subr.el (internal--call-interactively): New const.
9289 (called-interactively-p): Use it (bug#3984).
9290
9291 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
9292
9293 * vc/pcvs.el (cvs-mode-ignore):
9294 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
9295 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
9296
9297 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9298
9299 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
9300 (eshell-ls-orig-insert-directory): Remove.
9301 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
9302 (eshell-ls-use-in-dired): Use advice-add/remove.
9303 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
9304 Add `orig-fun' arg for use in :around advice.
9305 Make it check (redundantly) eshell-ls-use-in-dired.
9306
9307 2013-09-19 Glenn Morris <rgm@gnu.org>
9308
9309 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
9310
9311 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
9312
9313 * emacs-lisp/eieio.el (class-parent): Undo previous change.
9314
9315 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
9316
9317 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
9318 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
9319 (tramp-get-remote-python): New defuns.
9320 (tramp-get-remote-uid-with-perl)
9321 (tramp-get-remote-gid-with-perl): New defuns. Perl code
9322 contributed by yary <not.com@gmail.com> (tiny change).
9323 (tramp-get-remote-uid-with-python)
9324 (tramp-get-remote-gid-with-python): New defuns. Python code
9325 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
9326 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
9327
9328 2013-09-19 Glenn Morris <rgm@gnu.org>
9329
9330 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
9331
9332 * eshell/em-unix.el (eshell-remove-entries):
9333 Rename argument to avoid name-clash with global `top-level'.
9334
9335 * eshell/esh-proc.el (eshell-kill-process-function):
9336 Remove eshell-reset-after-proc from eshell-kill-hook if present.
9337 (eshell-reset-after-proc): Remove unused arg `proc'.
9338
9339 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
9340 (directory-files-and-attributes): Mark unused arg.
9341
9342 * eshell/em-unix.el (eshell-remove-entries):
9343 Remove unused arg `path'. Update callers.
9344
9345 * eshell/em-hist.el (eshell-hist-parse-arguments):
9346 Remove unused arg `silent'. Update callers.
9347
9348 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
9349 Fix (f)boundp mix-up.
9350
9351 * eshell/em-smart.el (eshell-smart-scroll-window)
9352 (eshell-disable-after-change):
9353 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
9354
9355 2013-09-18 Alan Mackenzie <acm@muc.de>
9356
9357 Fix fontification of type when followed by "const".
9358 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
9359 "known" types from fontification.
9360
9361 2013-09-18 Glenn Morris <rgm@gnu.org>
9362
9363 * emacs-lisp/chart.el (x-display-color-cells): Declare.
9364 (chart-face-list): Drop Emacsen without display-color-p.
9365
9366 * net/eww.el (libxml-parse-html-region): Declare.
9367 (eww-display-html): Explicit error if no libxml2 support.
9368
9369 * doc-view.el (doc-view-mode): Silence --without-x compilation.
9370
9371 * image.el (image-type-from-buffer, image-multi-frame-p):
9372 Remove --without-x warning/error.
9373
9374 * mouse.el (mouse-yank-primary):
9375 * term.el (term-mouse-paste):
9376 Reorder to silence --without-x compilation.
9377
9378 * mpc.el (doc-view-mode): Silence --without-x compilation.
9379
9380 * mail/rmailmm.el (rmail-mime-set-bulk-data):
9381 Silence --without-x compilation.
9382
9383 * progmodes/gud.el (gud-find-file, gud-mode):
9384 Silence --without-x compilation.
9385 (tooltip-mode): Declare.
9386
9387 * wdired.el (dired-backup-overwrite): Remove declaration.
9388 (wdired-mode-map): Add doc string.
9389
9390 * custom.el (x-get-resource): Declare.
9391
9392 * eshell/em-glob.el (ange-cache):
9393 * eshell/em-unix.el (ange-cache): Declare.
9394
9395 * faces.el (x-display-list, x-open-connection, x-get-resource):
9396 Declare.
9397
9398 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
9399 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
9400 Declare.
9401
9402 * frame.el (x-display-grayscale-p, x-display-name): Declare.
9403
9404 * net/gnutls.el (gnutls-log-level): Declare.
9405
9406 * net/shr.el (image-size, image-animate): Declare.
9407
9408 * simple.el (font-info): Declare.
9409
9410 * subr.el (x-popup-dialog): Declare.
9411
9412 * term/common-win.el (x-select-enable-primary)
9413 (x-last-selected-text-primary, x-last-selected-text-clipboard):
9414 Declare.
9415
9416 * term/ns-win.el (x-handle-args): Declare.
9417
9418 * term/x-win.el (x-select-enable-clipboard): Declare.
9419
9420 * term/w32-win.el (create-default-fontset): Declare.
9421
9422 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
9423 Declare.
9424
9425 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
9426 (fit-frame-to-buffer): Explicit error if --without-x.
9427 (mouse-autoselect-window-select): Silence compiler.
9428
9429 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
9430
9431 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
9432 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
9433 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
9434 * eshell/esh-util.el (eshell-sublist):
9435 Remove unused local variables.
9436
9437 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
9438
9439 * textmodes/two-column.el: Make 2C-split work for --without-x.
9440 (scroll-bar-columns): Autoload.
9441 (top-level): Require fringe when compiling.
9442
9443 2013-09-18 Leo Liu <sdl.web@gmail.com>
9444
9445 * subr.el (add-hook): Robustify to handle closure as well.
9446
9447 2013-09-17 Glenn Morris <rgm@gnu.org>
9448
9449 * simple.el (messages-buffer-mode-map): Unbind "g".
9450
9451 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9452
9453 * help-mode.el (help-mode-finish): Use derived-mode-p.
9454 Remove obsolete highlighting.
9455
9456 * play/life.el (life-mode): Use define-derived-mode. Derive from
9457 special-mode.
9458 (life): Let-bind inhibit-read-only.
9459 (life-setup): Avoid `setq'. Use `life-mode'.
9460
9461 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
9462 which should not be needed any more.
9463 (package-menu-refresh, package-menu-describe-package): Use user-error.
9464
9465 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
9466 (eshell-post-rewrite-command-hook): Make obsolete.
9467 (eshell-parse-command): Simplify.
9468 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
9469 (eshell--cmd): Declare.
9470 (eshell-parse-pipeline): Remove unused var `final-p'.
9471 Pass a dynvar to eshell-post-rewrite-command-hook.
9472 Implement the new eshell-post-rewrite-command-function.
9473 (eshell-invoke-directly): Remove unused arg `input'.
9474 * eshell/esh-io.el (eshell-io-initialize):
9475 Use eshell-post-rewrite-command-function (bug#15399).
9476 (eshell--apply-redirections): Rename from eshell-apply-redirections;
9477 adjust to new calling convention.
9478 (eshell-create-handles): Rename args to avoid clashing with dynvar
9479 `standard-output'.
9480
9481 2013-09-17 Glenn Morris <rgm@gnu.org>
9482
9483 * simple.el (messages-buffer-mode): New major mode.
9484 (messages-buffer): New function.
9485 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
9486 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
9487 (ert-run-test): Use `messages-buffer' function.
9488 (ert--force-message-log-buffer-truncation): Ignore read-only.
9489 * help.el (view-echo-area-messages): Use `messages-buffer' function.
9490 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
9491
9492 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9493
9494 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
9495
9496 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
9497
9498 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9499
9500 * icomplete.el (icomplete-in-buffer): New var.
9501 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
9502 vars and replace them with functions.
9503 (icomplete-minibuffer-setup): Adjust accordingly.
9504 (icomplete--completion-table, icomplete--completion-predicate)
9505 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
9506 New functions.
9507 (icomplete-forward-completions, icomplete-backward-completions)
9508 (icomplete-simple-completing-p, icomplete-exhibit)
9509 (icomplete-completions): Use them.
9510 (icomplete--in-region-buffer): New var.
9511 (icomplete--in-region-setup): New function.
9512 (icomplete-mode): Use it.
9513
9514 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
9515 (bug#15379).
9516 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
9517 return args and options.
9518 (eshell-eval-using-options): Use the new return value of
9519 eshell--do-opts to set the options's vars in their scope.
9520 (eshell--set-option): Rename from eshell-set-option.
9521 Add arg `opt-vals'.
9522 (eshell--process-option): Rename from eshell-process-option.
9523 Add arg `opt-vals'.
9524 (eshell--process-args): Use an `opt-vals' alist to store the options's
9525 values during their processing and return them additionally to the
9526 remaining args.
9527
9528 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
9529
9530 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
9531 continuation character an operator, as far as indentation is
9532 concerned (Bug#15369).
9533
9534 2013-09-15 Martin Rudalics <rudalics@gmx.at>
9535
9536 * window.el (window--state-put-2): Don't process buffer state
9537 when buffer doesn't exist any more (Bug#15382).
9538
9539 2013-09-15 Glenn Morris <rgm@gnu.org>
9540
9541 * eshell/em-unix.el (eshell/rm):
9542 Make -f ignore missing files. (Bug#15373)
9543
9544 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
9545 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
9546 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
9547
9548 2013-09-14 Glenn Morris <rgm@gnu.org>
9549
9550 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
9551
9552 2013-09-13 Glenn Morris <rgm@gnu.org>
9553
9554 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
9555 (dired-guess-default): Make `file' available in the env. (Bug#15363)
9556
9557 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
9558
9559 * frame.el (x-focus-frame): Mark as declared in frame.c.
9560
9561 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
9562
9563 * ls-lisp.el: Use advice-add.
9564 (original-insert-directory): Remove.
9565 (ls-lisp--insert-directory): Rename from insert-directory; add
9566 `orig-fun' argument.
9567 (insert-directory): Advise.
9568
9569 2013-09-13 Eli Zaretskii <eliz@gnu.org>
9570
9571 * term.el (term-emulate-terminal): Decode the command string
9572 before passing it to term-command-hook. (Bug#15337)
9573
9574 2013-09-13 Glenn Morris <rgm@gnu.org>
9575
9576 * eshell/esh-util.el (ange-cache): Move declaration earlier.
9577
9578 * eshell/esh-ext.el (eshell-search-path): Declare.
9579
9580 * eshell/em-prompt.el (eshell/pwd): Autoload it.
9581 Otherwise an error occurs if eshell-dirs module not loaded.
9582
9583 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
9584
9585 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
9586
9587 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
9588 `tramp-check-proper-host'. Check for a valid method name.
9589
9590 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9591 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9592 * net/tramp-sh.el (tramp-maybe-open-connection):
9593 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
9594
9595 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
9596 also for hash values.
9597
9598 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9599
9600 * term/ns-win.el (parameters): Don't declare as dynamic.
9601 (before-make-frame-hook): Don't add ineffective function.
9602
9603 * eshell/*.el: Use lexical-binding (bug#15231).
9604
9605 2013-09-12 Kenichi Handa <handa@gnu.org>
9606
9607 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
9608
9609 2013-09-12 Glenn Morris <rgm@gnu.org>
9610
9611 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
9612 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
9613
9614 * subr.el (do-after-load-evaluation): Also give compiler warnings
9615 when obsolete files are used (except by obsolete files).
9616
9617 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
9618 in the status output, assume `filename' is the first. (Bug#15322)
9619
9620 * vc/vc.el (vc-deduce-fileset): Doc fix.
9621
9622 * calc/calc-help.el (Info-goto-node):
9623 * progmodes/cperl-mode.el (Info-find-node):
9624 * vc/ediff.el (Info-goto-node): Update declarations.
9625
9626 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
9627
9628 * vc/vc-bzr.el (vc-compilation-mode): Declare.
9629 (vc-bzr-pull): Require vc-dispatcher.
9630 * vc/vc-git.el (vc-compilation-mode): Declare.
9631 (vc-git-pull): Require vc-dispatcher.
9632
9633 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
9634
9635 * progmodes/octave.el (help-button-action): Declare.
9636
9637 * shell.el (shell-directory-tracker): Output error as a message
9638 rather than just returning it as a string.
9639 (shell-process-pushd): Remove useless use of message.
9640
9641 * dframe.el (dframe-timer-fn):
9642 * files.el (dir-locals-read-from-file):
9643 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
9644 (mpc-format):
9645 * reveal.el (reveal-post-command):
9646 * saveplace.el (load-save-place-alist-from-file):
9647 * shell.el (shell-resync-dirs):
9648 * w32-common-fns.el (x-get-selection-value):
9649 * emacs-lisp/copyright.el (copyright-find-copyright):
9650 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
9651 * emulation/tpu-edt.el (tpu-copy-keyfile):
9652 * play/bubbles.el (bubbles--mark-neighbourhood):
9653 * progmodes/executable.el
9654 (executable-make-buffer-file-executable-if-script-p):
9655 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
9656
9657 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9658
9659 Cleanup Eshell to rely less on dynamic scoping.
9660 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
9661 last-value, and ext-command here. Bind `args' closer to `body'.
9662 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
9663 (eshell--args): Declare new dynamic var.
9664 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
9665 last-value, and ext-command. Pass `args' to `body'.
9666 (eshell-process-args): Bind eshell--args.
9667 (eshell-set-option): Use eshell--args.
9668 * eshell/eshell.el (eshell): Use derived-mode-p.
9669 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
9670 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
9671 (eshell-glob-function): Declare.
9672 * eshell/esh-util.el: Require cl-lib.
9673 (eshell-read-hosts-file): Avoid add-to-list.
9674 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
9675 `err'.
9676 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
9677 Declare.
9678 (eshell/diff): Remove unused var `err'.
9679 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
9680 `killflag'.
9681 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
9682 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
9683 first use.
9684 * eshell/em-glob.el (eshell-glob-matches, message-shown):
9685 Move declaration before first use.
9686 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
9687 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
9688 rely on cl-return.
9689
9690 2013-09-12 Glenn Morris <rgm@gnu.org>
9691
9692 * term/ns-win.el (global-map): Remove binding for ispell-next,
9693 deleted 1999-05-29. (Bug#15357)
9694
9695 2013-09-11 Glenn Morris <rgm@gnu.org>
9696
9697 * echistory.el (electric-command-history): Remove call to deleted func.
9698
9699 * play/landmark.el (landmark-mode): Fix typos.
9700
9701 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
9702 Check cvs-sort-ignore-file is bound.
9703
9704 * savehist.el: No need for cl when compiling on Emacs.
9705
9706 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9707
9708 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
9709 (bug#15338).
9710 (eshell-self-insert-command, eshell-send-invisible):
9711 Remove unused argument.
9712 (eshell-handle-control-codes): Remove unused var `orig'.
9713 Avoid delete-backward-char.
9714
9715 * files.el (set-auto-mode): Simplify a bit further.
9716
9717 2013-09-11 Glenn Morris <rgm@gnu.org>
9718
9719 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
9720 (set-auto-mode): Don't regexp-quote elements.
9721 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
9722 * progmodes/cc-mode.el (interpreter-mode-alist):
9723 * progmodes/ruby-mode.el (interpreter-mode-alist):
9724 Revert previous change.
9725
9726 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9727
9728 * play/snake.el (snake-mode):
9729 * play/mpuz.el (mpuz-mode):
9730 * play/landmark.el (lm-mode):
9731 * play/blackbox.el (blackbox-mode):
9732 * play/5x5.el (5x5-mode):
9733 * obsolete/options.el (Edit-options-mode):
9734 * net/quickurl.el (quickurl-list-mode):
9735 * net/newst-treeview.el (newsticker-treeview-mode):
9736 * mail/rmailsum.el (rmail-summary-mode):
9737 * mail/mspools.el (mspools-mode):
9738 * locate.el (locate-mode):
9739 * ibuffer.el (ibuffer-mode):
9740 * emulation/ws-mode.el (wordstar-mode):
9741 * emacs-lisp/debug.el (debugger-mode):
9742 * array.el (array-mode):
9743 * net/eudc.el (eudc-mode): Use define-derived-mode.
9744 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
9745 Move initialization into declaration.
9746 (mairix-searches-mode): Use define-derived-mode.
9747 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
9748 (eudc-edit-hotlist): Use dolist.
9749 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
9750 (Man-mode): Use define-derived-mode.
9751 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
9752 (Info-edit-mode): Use define-derived-mode.
9753 (Info-cease-edit): Use Info-mode.
9754 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
9755 into declaration.
9756 (eshell-mode): Use define-derived-mode.
9757 * chistory.el (command-history-mode-map): Rename from
9758 command-history-map.
9759 (command-history-mode): Use define-derived-mode.
9760 (Command-history-setup): Remove function.
9761 * calc/calc.el (calc-trail-mode-map): New var.
9762 (calc-trail-mode): Use define-derived-mode.
9763 (calc-trail-buffer): Set calc-main-buffer manually.
9764 * bookmark.el (bookmark-insert-annotation): New function.
9765 (bookmark-edit-annotation): Use it.
9766 (bookmark-edit-annotation-mode): Make it a proper major mode.
9767 (bookmark-send-edited-annotation): Use derived-mode-p.
9768 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
9769 closer to its ideal place. Use \' to match EOS.
9770
9771 * profiler.el (profiler-calltree-find): Use function-equal.
9772
9773 2013-09-10 Glenn Morris <rgm@gnu.org>
9774
9775 * files.el (interpreter-mode-alist): Convert to regexps.
9776 (set-auto-mode): Adapt for this. (Bug#15306)
9777 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
9778 Comment out unused variable.
9779 * progmodes/cc-mode.el (interpreter-mode-alist):
9780 * progmodes/python.el (interpreter-mode-alist):
9781 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
9782 * progmodes/sh-script.el (sh-set-shell):
9783 No longer use interpreter-mode-alist to get list of shells.
9784
9785 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
9786
9787 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
9788
9789 * simple.el: Use set-temporary-overlay-map for universal-argument.
9790 (universal-argument-map): Don't use default-bindings (bug#15317).
9791 Bind switch-frame explicitly. Replace universal-argument-minus with
9792 a conditional binding.
9793 (universal-argument-num-events, saved-overriding-map): Remove.
9794 (restore-overriding-map): Remove.
9795 (universal-argument--mode): Rename from save&set-overriding-map,
9796 and rewrite.
9797 (universal-argument, universal-argument-more, negative-argument)
9798 (digit-argument): Adjust accordingly.
9799 (universal-argument-minus): Remove.
9800 (universal-argument-other-key): Remove.
9801
9802 * subr.el (with-demoted-errors): Add `format' argument.
9803
9804 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
9805
9806 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
9807 `tramp-cleanup-connection'.
9808
9809 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
9810 parameters KEEP-DEBUG and KEEP-PASSWORD.
9811
9812 * net/tramp.el (tramp-file-name-handler):
9813 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
9814 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
9815 (tramp-maybe-open-connection):
9816 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
9817 Use `tramp-cleanup-connection'.
9818
9819 * net/tramp-sh.el (tramp-maybe-open-connection):
9820 Catch 'uname-changed inside the progress reporter.
9821
9822 2013-09-10 Glenn Morris <rgm@gnu.org>
9823
9824 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
9825
9826 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
9827 returns "alternate access method" in mode (eg "-rw-r--r--.").
9828
9829 2013-09-08 Glenn Morris <rgm@gnu.org>
9830
9831 * saveplace.el (load-save-place-alist-from-file):
9832 Demote errors. (Bug#15305)
9833
9834 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
9835
9836 Improve compatibility with older Emacsen, and XEmacs.
9837
9838 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
9839 only if it is bound. It isn't for XEmacs.
9840 (with-tramp-progress-reporter): Do not let-bind `result'.
9841 This yields to scoping errors in XEmacs.
9842 (tramp-handle-make-auto-save-file-name): New function, moved from
9843 tramp-sh.el.
9844
9845 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
9846 for `make-auto-save-file-name'.
9847 (tramp-adb--gnu-switches-to-ash):
9848 Use `tramp-compat-replace-regexp-in-string'.
9849
9850 * net/tramp-cache.el (tramp-cache-print): Call
9851 `substring-no-properties' only if it is bound. It isn't for XEmacs.
9852
9853 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
9854 bound. It isn't for XEmacs.
9855
9856 * net/tramp-compat.el (tramp-compat-copy-file):
9857 Catch `wrong-number-of-arguments' error.
9858 (tramp-compat-replace-regexp-in-string): New defun.
9859
9860 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
9861 for `make-auto-save-file-name'.
9862 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
9863 `copy-file'.
9864 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
9865 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
9866 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
9867
9868 * net/tramp-gw.el (tramp-gw-open-network-stream):
9869 Use `tramp-compat-replace-regexp-in-string'.
9870
9871 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
9872 Call `tramp-handle-make-auto-save-file-name'.
9873 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
9874 (tramp-sh-file-gvfs-monitor-dir-process-filter)
9875 (tramp-sh-file-inotifywait-process-filter):
9876 Use `tramp-compat-replace-regexp-in-string'.
9877 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
9878
9879 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
9880 for `make-auto-save-file-name'.
9881 (tramp-smb-handle-copy-directory):
9882 Call `tramp-compat-replace-regexp-in-string'.
9883 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
9884 (tramp-smb-handle-copy-file): Improve error message.
9885 (tramp-smb-handle-rename-file): Rename directly only in case
9886 `newname' does not exist yet. This is a restriction of smbclient.
9887 (tramp-smb-maybe-open-connection): Rerun the function only when
9888 `auth-sources' is non-nil.
9889
9890 2013-09-08 Kenichi Handa <handa@gnu.org>
9891
9892 * international/characters.el: Set category "^" (Combining) for
9893 more characters.
9894
9895 2013-09-07 Alan Mackenzie <acm@muc.de>
9896
9897 Correctly fontify Java class constructors.
9898 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
9899 in Java Mode.
9900 (c-recognize-typeless-decls): Set the Java value to t.
9901 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
9902 While handling a "(", add a check for, effectively, Java, and handle a
9903 "typeless" declaration there.
9904
9905 2013-09-07 Roland Winkler <winkler@gnu.org>
9906
9907 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
9908 field subtitle for entry type book.
9909
9910 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9911
9912 * minibuffer.el: Make minibuffer-complete call completion-in-region
9913 rather than other way around.
9914 (completion--some, completion-pcm--find-all-completions):
9915 Don't delay signals when debugging.
9916 (minibuffer-completion-contents): Beware fields within the
9917 minibuffer contents.
9918 (completion-all-sorted-completions): Use defvar-local.
9919 (completion--do-completion, completion--cache-all-sorted-completions)
9920 (completion-all-sorted-completions, minibuffer-force-complete):
9921 Add args `beg' and `end'.
9922 (completion--in-region-1): New fun, extracted from minibuffer-complete.
9923 (minibuffer-complete): Use completion-in-region.
9924 (completion-complete-and-exit): New fun, extracted from
9925 minibuffer-complete-and-exit.
9926 (minibuffer-complete-and-exit): Use it.
9927 (completion--complete-and-exit): Rename from
9928 minibuffer--complete-and-exit.
9929 (completion-in-region--single-word): New function, extracted from
9930 minibuffer-complete-word.
9931 (minibuffer-complete-word): Use it.
9932 (display-completion-list): Make `common-substring' argument obsolete.
9933 (completion--in-region): Call completion--in-region-1 instead of
9934 minibuffer-complete.
9935 (completion-help-at-point): Pass boundaries to
9936 minibuffer-completion-help as args rather than via an overlay.
9937 (completion-pcm--string->pattern): Use `any-delim'.
9938 (completion-pcm--optimize-pattern): New function.
9939 (completion-pcm--pattern->regex): Handle `any-delim'.
9940 * icomplete.el (icomplete-forward-completions)
9941 (icomplete-backward-completions, icomplete-completions):
9942 Adjust calls to completion-all-sorted-completions and
9943 completion--cache-all-sorted-completions.
9944 (icomplete-with-completion-tables): Default to t.
9945 * emacs-lisp/crm.el (crm--current-element): Rename from
9946 crm--select-current-element. Don't put an overlay but return the
9947 boundaries instead.
9948 (crm--completion-command): Take two new args to bind to the boundaries.
9949 (crm-completion-help): Adjust accordingly.
9950 (crm-complete): Use completion-in-region.
9951 (crm-complete-word): Use completion-in-region--single-word.
9952 (crm-complete-and-exit): Use completion-complete-and-exit.
9953
9954 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9955
9956 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
9957 than dynamically.
9958
9959 2013-09-06 Juri Linkov <juri@jurta.org>
9960
9961 * info.el (Info-display-images-node): When image file doesn't exist
9962 display text version of the image if it's provided in the Info file.
9963 Otherwise, display the location of missing image from SRC attribute.
9964 Add help-echo text property from ALT attribute. (Bug#15279)
9965
9966 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9967
9968 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
9969 (edit-abbrevs-mode): Use define-derived-mode.
9970
9971 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
9972 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
9973 that it's defined.
9974 (epa-key-list-mode, epa-key-mode, epa-info-mode):
9975 Use define-derived-mode.
9976
9977 * epg.el (epg-start-encrypt): Minor CSE simplification.
9978
9979 2013-09-06 William Xu <william.xwl@gmail.com>
9980
9981 * arc-mode.el: Add support for 7za (bug#15264).
9982 (archive-7z-program): New var.
9983 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
9984 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
9985 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
9986
9987 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
9988
9989 Remove URL syntax.
9990
9991 * net/tramp.el (tramp-syntax, tramp-prefix-format)
9992 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
9993 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
9994 (tramp-postfix-host-format, tramp-file-name-regexp)
9995 (tramp-completion-file-name-regexp)
9996 (tramp-completion-dissect-file-name)
9997 (tramp-handle-substitute-in-file-name): Remove 'url case.
9998 (tramp-file-name-regexp-url)
9999 (tramp-completion-file-name-regexp-url): Remove constants.
10000
10001 2013-09-06 Glenn Morris <rgm@gnu.org>
10002
10003 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
10004
10005 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
10006
10007 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
10008 keywords" below "here-doc beginnings" (Bug#15270).
10009
10010 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
10011
10012 * subr.el (pop): Use `car-safe'.
10013 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
10014 to detect unused `pop' return value.
10015
10016 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
10017 var `block-regexp'.
10018 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
10019 (python-fill-string): Remove unused var `marker'.
10020 (python-skeleton-add-menu-items): Remove unused var `items'.
10021
10022 * international/mule-cmds.el: Require CL.
10023 (find-coding-systems-for-charsets): Avoid add-to-list.
10024 (sanitize-coding-system-list): New function, extracted from
10025 select-safe-coding-system-interactively.
10026 (select-safe-coding-system-interactively): Use it.
10027 (read-input-method-name): Accept symbols for `default'.
10028
10029 * emacs-lisp/advice.el (defadvice): Add indent rule.
10030
10031 2013-09-05 Daniel Hackney <dan@haxney.org>
10032
10033 * dired-x.el:
10034 * net/ange-ftp.el:
10035 * net/browse-url.el:
10036 * net/dbus.el:
10037 * net/eudc.el:
10038 * net/eudcb-ldap.el:
10039 * net/eww.el:
10040 * net/imap.el:
10041 * printing.el:
10042 * vc/ediff-diff.el:
10043 * vc/ediff-init.el:
10044 * vc/ediff-merg.el:
10045 * vc/ediff-mult.el:
10046 * vc/ediff-util.el:
10047 * vc/ediff-wind.el:
10048 * vc/ediff.el:
10049 * vc/emerge.el:
10050 * vc/pcvs.el:
10051 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
10052 byte compiler. Remove some unused let-bound variables.
10053
10054 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
10055
10056 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
10057 a "ref-cell", since it gets better optimized (bug#14883).
10058
10059 2013-09-05 Glenn Morris <rgm@gnu.org>
10060
10061 * progmodes/cc-awk.el (c-forward-sws): Declare.
10062
10063 2013-09-04 Glenn Morris <rgm@gnu.org>
10064
10065 * generic-x.el [rul-generic-mode]: Require cc-mode.
10066 (c++-mode-syntax-table): Declare.
10067 (rul-generic-mode-syntax-table): Init in the defvar.
10068
10069 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
10070
10071 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
10072 (vc-do-command, vc-set-async-update):
10073 * vc/vc-mtn.el (vc-mtn-dir-status):
10074 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
10075 (vc-hg-pull, vc-hg-merge-branch):
10076 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
10077 (vc-git-merge-branch):
10078 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
10079 (vc-cvs-dir-status-files):
10080 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
10081 (vc-bzr-dir-status-files):
10082 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
10083 * vc/vc-annotate.el: Use lexical-binding.
10084 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
10085 (vc-sentinel-movepoint): Declare.
10086 (vc-annotate): Don't use `goto-line'.
10087 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
10088 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
10089 (vc-sentinel-movepoint): Declare.
10090 * vc/vc-svn.el: Use lexical-binding.
10091 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
10092 * vc/vc-sccs.el:
10093 * vc/vc-rcs.el: Use lexical-binding.
10094
10095 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
10096 `deleted'. Don't drop errors silently.
10097
10098 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
10099
10100 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
10101
10102 * vc/vc.el (vc-ignore): Rewrite.
10103 (vc-default-ignore): New function.
10104 (vc-default-ignore-completion-table): Use find-ignore-file.
10105
10106 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
10107 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
10108 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
10109 Remove. Most code moved to vc.el.
10110
10111 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
10112
10113 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
10114 * net/tramp-smb.el (tramp-smb-get-file-entries):
10115 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
10116 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
10117
10118 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
10119 Update call to it.
10120 (eww-change-select): Remove unused var `properties'.
10121 (eww-make-unique-file-name): Remove unused var `base'.
10122
10123 * finder.el (finder-compile-keywords): Don't mess with windows.
10124
10125 * calculator.el (calculator-funcall): Fix typo in last change.
10126
10127 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
10128
10129 * emacs-lisp/package.el (package-activate-1): Don't let a missing
10130 <pkg>-autoloads.el file stop us.
10131
10132 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
10133 warnings, and factor out common code.
10134
10135 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
10136
10137 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
10138 two-character operators and whether the character preceding them
10139 changes their meaning (Bug#15208).
10140
10141 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
10142
10143 Format code sent to Python shell for robustness.
10144 * progmodes/python.el (python-shell-buffer-substring):
10145 New function.
10146 (python-shell-send-region, python-shell-send-buffer): Use it.
10147
10148 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
10149
10150 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
10151 * net/tramp.el (tramp-user-error): ... here.
10152 (tramp-find-method, tramp-check-proper-host)
10153 (tramp-dissect-file-name, tramp-debug-message)
10154 (tramp-handle-shell-command):
10155 * net/tramp-adb.el (tramp-adb-handle-shell-command):
10156 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
10157
10158 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
10159
10160 2013-09-02 Martin Rudalics <rudalics@gmx.at>
10161
10162 * avoid.el (mouse-avoidance-point-position)
10163 (mouse-avoidance-too-close-p): Handle case where posn-at-point
10164 returns nil.
10165
10166 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
10167
10168 * progmodes/python.el (python-shell-completion-get-completions):
10169 Drop use of deleted `comint-last-prompt-overlay'.
10170 (python-nav-if-name-main): New command.
10171
10172 2013-09-01 Glenn Morris <rgm@gnu.org>
10173
10174 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
10175 Avoid leading space in $wins. Otherwise the sed command used by
10176 eg compile-main ends up containing "/*.el". (Bug#15170)
10177
10178 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
10179
10180 2013-08-30 Glenn Morris <rgm@gnu.org>
10181
10182 * emacs-lisp/bytecomp.el (byte-recompile-directory):
10183 Fix is-this-a-directory logic. (Bug#15220)
10184
10185 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10186
10187 * textmodes/css-mode.el: Use SMIE.
10188 (css-smie-grammar): New var.
10189 (css-smie--forward-token, css-smie--backward-token)
10190 (css-smie-rules): New functions.
10191 (css-mode): Use them.
10192 (css-navigation-syntax-table): Remove var.
10193 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
10194 (css-indent-calculate, css-indent-line): Remove functions.
10195
10196 Misc changes to reduce use of `(lambda...); and other cleanups.
10197 * cus-edit.el: Use lexical-binding.
10198 (customize-push-and-save, customize-apropos)
10199 (custom-buffer-create-internal): Use closures.
10200 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
10201 * progmodes/ada-xref.el: Use setq.
10202 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
10203 * dframe.el: Use lexical-binding.
10204 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
10205 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
10206 * descr-text.el: Use lexical-binding.
10207 (describe-text-widget, describe-text-sexp, describe-property-list):
10208 Use closures.
10209 * comint.el (comint-history-isearch-push-state): Use a closure.
10210 * calculator.el: Use lexical-binding.
10211 (calculator-number-to-string): Make it work with lexical-binding.
10212 (calculator-funcall): Same and use cl-letf.
10213
10214 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
10215 (lisp--company-doc-string, lisp--company-location): New functions.
10216 (lisp-completion-at-point): Use them to improve Company support.
10217
10218 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
10219 params of lambda expressions.
10220 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
10221 (ruby-smie--opening-pipe-p): New function.
10222 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
10223 symbols and matched |...| for formal params.
10224 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
10225 from being treated as hanging. Handle "rescue".
10226
10227 2013-08-29 Glenn Morris <rgm@gnu.org>
10228
10229 * progmodes/cc-engine.el (c-pull-open-brace):
10230 Move definition before use.
10231
10232 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
10233
10234 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
10235 are immutable. Don't use `unsafe' any more.
10236 (cl--defsubst-expand): Don't substitute at the same time as keeping
10237 a residual unused let-binding. Don't use `unsafe' any more.
10238
10239 2013-08-29 Glenn Morris <rgm@gnu.org>
10240
10241 * calendar/cal-china.el (calendar-chinese-year-cache):
10242 Recenter on 2015.
10243
10244 * nxml/nxml-util.el (nxml-debug-clear-inside):
10245 Use cl-loop rather than loop.
10246
10247 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
10248
10249 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
10250
10251 2013-08-28 Glenn Morris <rgm@gnu.org>
10252
10253 * progmodes/antlr-mode.el: No need to require cc-mode twice.
10254
10255 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
10256
10257 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
10258
10259 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10260
10261 * simple.el (repeat-complex-command--called-interactively-skip):
10262 New function.
10263 (repeat-complex-command): Use it (bug#14136).
10264
10265 * progmodes/cc-mode.el: Minor cleanup of var declarations.
10266 (c-define-abbrev-table): Add `doc' argument.
10267 (c-mode-abbrev-table, c++-mode-abbrev-table)
10268 (objc-mode-abbrev-table, java-mode-abbrev-table)
10269 (idl-mode-abbrev-table, pike-mode-abbrev-table)
10270 (awk-mode-abbrev-table): Use it.
10271 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
10272 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
10273 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
10274 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
10275 Move initialization into the declaration; and remove any
10276 autoload cookie.
10277
10278 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
10279 and dynamic let binding.
10280
10281 * vc/smerge-mode.el: Remove redundant :group args.
10282
10283 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
10284 to load-path.
10285
10286 2013-08-28 Juri Linkov <juri@jurta.org>
10287
10288 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
10289 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
10290 (isearch-other-meta-char): Handle an undefined shifted printing
10291 character by downshifting it. (Bug#15200)
10292
10293 2013-08-28 Juri Linkov <juri@jurta.org>
10294
10295 * isearch.el (isearch-search): Change regexp error message for
10296 non-regexp searches. (Bug#15166)
10297
10298 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
10299
10300 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
10301 for portability to hosts where /bin/sh has problems.
10302
10303 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
10304
10305 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
10306
10307 2013-08-27 Juri Linkov <juri@jurta.org>
10308
10309 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
10310 in the keyboard macro. (Bug#15126)
10311
10312 2013-08-27 Juri Linkov <juri@jurta.org>
10313
10314 * isearch.el (isearch-quote-char): Comment out converting unibyte
10315 to multibyte, thus syncing with its `quoted-insert' counterpart.
10316 (Bug#15166)
10317
10318 2013-08-27 Martin Rudalics <rudalics@gmx.at>
10319
10320 * window.el (display-buffer-use-some-window): Add missing
10321 argument in call of get-largest-window (Bug#15185).
10322 Reported by Stephen Leake.
10323
10324 2013-08-27 Glenn Morris <rgm@gnu.org>
10325
10326 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
10327
10328 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
10329
10330 * progmodes/python.el (python-font-lock-keywords): Don't return nil
10331 from a matcher-function unless there's no more matches (bug#15161).
10332
10333 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
10334
10335 * minibuffer.el: Revert change from 2013-08-20.
10336
10337 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
10338 with text property `tramp-default', if appropriate.
10339 (tramp-check-proper-host): New defun.
10340 (tramp-dissect-file-name): Do not check hostname. Revert change
10341 of 2013-03-18.
10342 (tramp-backtrace): Make VEC-OR-PROC optional.
10343
10344 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
10345 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
10346 * net/tramp-sh.el (tramp-maybe-open-connection):
10347 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
10348 Apply `tramp-check-proper-host'.
10349
10350 2013-08-26 Tassilo Horn <tsdh@gnu.org>
10351
10352 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
10353 lambda expression in order to have `describe-variable' display it.
10354
10355 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
10356
10357 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
10358 BUF can be optional. (Bug#15186)
10359
10360 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
10361
10362 * progmodes/flymake.el (flymake-get-real-file-name-function):
10363 Fix broken customization. (Bug#15184)
10364
10365 2013-08-25 Alan Mackenzie <acm@muc.de>
10366
10367 Improve indentation of bracelists defined by macros (without "=").
10368
10369 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
10370 expansion begins with "{", regard it as bracelist when it doesn't
10371 contain a ";".
10372
10373 Parse C++ inher-intro when there's a template split over 2 lines.
10374
10375 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
10376 rigorously the search for "class" etc. followed by ":".
10377
10378 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
10379 random languages a regexp which never matches rather than nil.
10380
10381 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
10382
10383 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
10384 (c-awk-regexp-one-line-possibly-open-char-list-re)
10385 (c-awk-one-line-possibly-open-regexp-re)
10386 (c-awk-one-line-non-syn-ws*-re): Remove.
10387 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
10388 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
10389 (c-awk-space*-unclosed-regexp-/-re): New constants.
10390 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
10391 aren't regexp delimiters.
10392
10393 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
10394 handling for a rare situation in AWK Mode involving unterminated
10395 strings/regexps.
10396
10397 2013-08-23 Glenn Morris <rgm@gnu.org>
10398
10399 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
10400
10401 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
10402
10403 * files.el (create-file-buffer): If the result would begin with
10404 spaces, prepend a "|" instead of removing them. (Bug#15162)
10405
10406 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
10407
10408 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
10409 text-properties (bug#15155).
10410
10411 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
10412 exist any more.
10413 (calc-keypad-redraw): Remove unused var `pad'.
10414 (calc-keypad-press): Remove unused var `menu'.
10415
10416 2013-08-23 Martin Rudalics <rudalics@gmx.at>
10417
10418 * window.el (display-buffer-pop-up-frame):
10419 Call pop-up-frame-function with BUFFER current so `make-frame' will
10420 use it as the new frame's buffer (Bug#15133).
10421
10422 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10423
10424 * calendar/timeclock.el: Minor cleanups.
10425 (timeclock-ask-before-exiting, timeclock-use-display-time):
10426 Use `symbol'.
10427 (timeclock-modeline-display): Define as alias before the
10428 actual definition.
10429 (timeclock-mode-line-display): Use define-minor-mode.
10430 (timeclock-day-list-template): Make it a function, add an argument.
10431 (timeclock-day-list-required, timeclock-day-list-length)
10432 (timeclock-day-list-debt, timeclock-day-list-span)
10433 (timeclock-day-list-break): Adjust calls accordingly.
10434
10435 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
10436
10437 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
10438 Use read--expression so that completion works again.
10439
10440 2013-08-21 Sam Steingold <sds@gnu.org>
10441
10442 Add rudimentary inferior shell interaction
10443 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
10444 (sh-set-shell): Reset it.
10445 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
10446 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
10447
10448 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
10449
10450 * align.el: Use lexical-binding.
10451 (align-region): Simplify accordingly.
10452
10453 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
10454
10455 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
10456
10457 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
10458 `non-essential' up.
10459
10460 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
10461
10462 * net/tramp.el:
10463 * net/tramp-adb.el:
10464 * net/tramp-cmds.el:
10465 * net/tramp-ftp.el:
10466 * net/tramp-gvfs.el:
10467 * net/tramp-gw.el:
10468 * net/tramp-sh.el: Don't wrap external variable declarations by
10469 `eval-when-compile'.
10470
10471 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10472
10473 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
10474 now that Emacs supports ImageMagick animations.
10475
10476 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
10477
10478 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
10479 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
10480
10481 2013-08-16 Martin Rudalics <rudalics@gmx.at>
10482
10483 * window.el (mouse-autoselect-window-select): Do autoselect when
10484 mouse pointer is on margin.
10485
10486 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
10487
10488 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
10489
10490 2013-08-16 Glenn Morris <rgm@gnu.org>
10491
10492 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
10493 Handle "Remote Directory" response of some clients. (Bug#15058)
10494
10495 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
10496 Tweak warning. (Bug#14926)
10497
10498 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
10499 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
10500
10501 * image-mode.el (image-mode-map): Add menu items to reverse,
10502 increase, decrease, reset animation speed.
10503 (image--set-speed, image-increase-speed, image-decrease-speed)
10504 (image-reverse-speed, image-reset-speed): New functions.
10505 (image-mode-map): Add bindings for speed commands.
10506
10507 * image.el (image-animate-get-speed, image-animate-set-speed):
10508 New functions.
10509 (image-animate-timeout): Respect image :speed property.
10510
10511 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
10512
10513 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
10514 previous line (bug#15101).
10515 (debugger-eval-expression, debugger-record-expression):
10516 Use read--expression (bug#15102).
10517
10518 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
10519
10520 Remove byte compiler warnings, visible when compiling with
10521 `byte-compile-force-lexical-warnings' set to t.
10522
10523 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
10524 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
10525 (tramp-handle-unhandled-file-name-directory)
10526 (tramp-handle-file-notify-add-watch, tramp-action-login)
10527 (tramp-action-succeed, tramp-action-permission-denied)
10528 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
10529 arguments with "_".
10530
10531 * net/tramp-adb.el (tramp-adb-parse-device-names)
10532 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
10533 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
10534 (tramp-adb-handle-file-truename): Remove unused arguments.
10535
10536 * net/tramp-cache.el (tramp-flush-directory-property)
10537 (tramp-flush-connection-property, tramp-list-connections)
10538 (tramp-parse-connection-properties): Prefix unused arguments with "_".
10539
10540 * net/tramp-compat.el (tramp-compat-make-temp-file):
10541 Rename FILENAME to F.
10542
10543 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
10544 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
10545 (tramp-zeroconf-parse-workstation-device-names)
10546 (tramp-zeroconf-parse-webdav-device-names)
10547 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
10548
10549 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
10550 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
10551
10552 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
10553 arguments.
10554 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
10555 (tramp-sh-handle-insert-file-contents-literally)
10556 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
10557 with "_".
10558 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
10559 Remove unused variables.
10560
10561 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
10562 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
10563 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
10564
10565 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
10566 Make them a defconst.
10567 (tramp-uuencode-region): Remove unused variable.
10568
10569 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
10570
10571 * frameset.el (frameset--prop-setter): New function.
10572 (frameset-prop): Add gv-setter declaration.
10573 (frameset-filter-minibuffer): Deal with the case that the minibuffer
10574 parameter was already set in FILTERED. Doc fix.
10575 (frameset--record-minibuffer-relationships): Allow saving a
10576 minibufferless frame without its corresponding minibuffer frame.
10577 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
10578 frame, if the frame id matches.
10579 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
10580 frames before orphaned ones.
10581 (frameset-restore): Warn about orphaned windows, instead of error out.
10582
10583 2013-08-14 Martin Rudalics <rudalics@gmx.at>
10584
10585 * window.el (window-make-atom): Don't overwrite parameter
10586 already present.
10587 (display-buffer-in-atom-window): Handle special case where we
10588 split an already atomic window.
10589 (window--major-non-side-window, display-buffer-in-side-window)
10590 (window--side-check): Ignore minibuffer window when walking
10591 window tree.
10592 (window-deletable-p): Return 'frame only if no other frame uses
10593 our minibuffer window.
10594 (record-window-buffer): Run buffer-list-update-hook.
10595 (split-window): Make sure window--check-frame won't destroy an
10596 existing atomic window in case the new window gets nested
10597 inside.
10598 (display-buffer-at-bottom): Ignore minibuffer window when
10599 walking window tree. Don't split a side window.
10600 (pop-to-buffer): Don't set-buffer here, the select-window call
10601 should do that.
10602 (mouse-autoselect-window-select): Autoselect only if we are in the
10603 text portion of the window.
10604
10605 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
10606
10607 * net/shr.el (shr-parse-image-data): New function to grab both the
10608 data itself and the Content-Type.
10609 (shr-put-image): Use it.
10610
10611 * net/eww.el (eww-display-image): Ditto.
10612
10613 * image.el (image-content-type-suffixes): New variable.
10614
10615 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
10616
10617 * progmodes/python.el (python-imenu--build-tree)
10618 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
10619
10620 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
10621
10622 * simple.el (backward-word): Mention the optional argument.
10623
10624 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10625
10626 * frameset.el (frameset--make): Rename constructor from make-frameset.
10627 (frameset-p, frameset-valid-p): Don't autoload.
10628 (frameset-valid-p): Use normal accessors.
10629
10630 2013-08-13 Glenn Morris <rgm@gnu.org>
10631
10632 * progmodes/compile.el (compile-command): Tweak example in doc.
10633 * obsolete/scribe.el (scribe-mode):
10634 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
10635
10636 * mail/feedmail.el (feedmail-confirm-outgoing)
10637 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
10638
10639 * cus-start.el (truncate-partial-width-windows): Fix type.
10640
10641 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
10642
10643 * net/shr.el (shr-table-horizontal-line): Fix custom type.
10644
10645 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
10646
10647 * emacs-lisp/timer.el (timer--time-setter): New function.
10648 (timer--time): Use it as gv-setter.
10649
10650 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
10651 setter is not a symbol.
10652
10653 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
10654
10655 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
10656 if sending fails. This makes debugging easier.
10657
10658 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
10659
10660 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
10661 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
10662 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
10663
10664 2013-08-12 Eli Zaretskii <eliz@gnu.org>
10665
10666 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
10667
10668 2013-08-12 Glenn Morris <rgm@gnu.org>
10669
10670 * format.el (format-annotate-function):
10671 Handle read-only text properties in the source. (Bug#14887)
10672
10673 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
10674
10675 * net/eww.el (eww-display-html): Ignore coding system errors.
10676 One web site uses "utf-8lias" as the coding system.
10677
10678 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
10679
10680 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
10681
10682 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
10683
10684 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
10685 (tutorial--detailed-help): Remove unused local variables.
10686 (tutorial--save-tutorial-to): Use ignore-errors.
10687 (help-with-tutorial): Use looking-at-p.
10688
10689 * view.el (view-buffer-other-window, view-buffer-other-frame):
10690 Mark unused arguments.
10691
10692 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
10693 (woman-select-symbol-fonts, woman, woman-find-file)
10694 (woman-insert-file-contents, woman-non-underline-faces):
10695 Use string-match-p.
10696 (woman1-unquote): Move declaration.
10697
10698 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
10699 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
10700 argument. Remove unused local variable.
10701 (xml-parse-elem-type): Use string-match-p.
10702 (xml-substitute-numeric-entities): Use ignore-errors.
10703
10704 * calculator.el (calculator): Mark unused argument.
10705 (calculator-paste, calculator-quit, calculator-integer-p):
10706 Use ignore-errors.
10707 (calculator-string-to-number, calculator-decimal, calculator-exp)
10708 (calculator-op-or-exp): Use string-match-p.
10709
10710 * dired.el (dired-buffer-more-recently-used-p): Declare.
10711 (dired-insert-set-properties, dired-insert-old-subdirs):
10712 Use ignore-errors.
10713
10714 * dired-aux.el (dired-compress): Use ignore-errors.
10715 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
10716 (dired-do-async-shell-command, dired-do-shell-command)
10717 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
10718 (dired-insert-subdir-validate): Use string-match-p.
10719 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
10720 (dired-add-entry): Use string-match-p, looking-at-p.
10721 (dired-insert-subdir-newpos): Remove unused local variable.
10722
10723 * filenotify.el (file-notify-callback): Remove unused local variable.
10724
10725 * filesets.el (filesets-error): Mark unused argument.
10726 (filesets-which-command-p, filesets-filter-dir-names)
10727 (filesets-directory-files, filesets-get-external-viewer)
10728 (filesets-ingroup-get-data): Use string-match-p.
10729
10730 * find-file.el (ff-other-file-name, ff-other-file-name)
10731 (ff-find-the-other-file, ff-cc-hh-converter):
10732 Remove unused local variables.
10733 (ff-get-file-name): Use string-match-p.
10734 (ff-all-dirs-under): Use ignore-errors.
10735
10736 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
10737 (follow-select-if-visible): Remove unused local variable.
10738
10739 * forms.el (read-file-filter): Move declaration.
10740 (forms--make-format, forms--make-parser, forms-insert-record):
10741 Quote function with #'.
10742 (forms--update): Use string-match-p. Quote function with #'.
10743
10744 * help-mode.el (help-dir-local-var-def): Mark unused argument.
10745 (help-make-xrefs): Use looking-at-p.
10746 (help-xref-on-pp): Use looking-at-p, ignore-errors.
10747
10748 * ibuffer.el (ibuffer-ext-visible-p): Declare.
10749 (ibuffer-confirm-operation-on): Use string-match-p.
10750
10751 * msb.el (msb-item-handler, msb-dired-item-handler):
10752 Mark unused arguments.
10753
10754 * ses.el (ses-decode-cell-symbol)
10755 (ses-kill-override): Remove unused local variable.
10756 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
10757 (ses-load): Use ignore-errors, looking-at-p.
10758 (ses-jump-safe): Use ignore-errors.
10759 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
10760
10761 * tabify.el (untabify, tabify): Mark unused arguments.
10762
10763 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
10764 Mark unused argument.
10765 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
10766 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
10767
10768 * emacs-lisp/timer.el (timer--time): Define setter with
10769 gv-define-setter to avoid deprecation warning.
10770
10771 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
10772 (*record-cmpl-statistics-p*): Remove (was commented out).
10773 (cmpl-statistics-block): Remove (body was commented out).
10774 All callers changed.
10775 (add-completions-from-buffer, load-completions-from-file):
10776 Remove unused variables.
10777
10778 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
10779
10780 * filecache.el (file-cache-delete-file-list):
10781 Print message only when told so.
10782 (file-cache-files-matching): Use #' in mapconcat argument.
10783
10784 * ffap.el (ffap-url-at-point): Fix reference to variable
10785 thing-at-point-default-mail-uri-scheme.
10786
10787 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
10788
10789 * subr.el (define-error): New function.
10790 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
10791 error-file-not-found and define with define-error.
10792 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
10793 and define with define-error.
10794 * userlock.el (file-locked, file-supersession):
10795 * simple.el (mark-inactive):
10796 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
10797 * progmodes/ada-mode.el (ada-mode-errors):
10798 * play/life.el (life-extinct):
10799 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
10800 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
10801 * nxml/rng-util.el (rng-error):
10802 * nxml/rng-uri.el (rng-uri-error):
10803 * nxml/rng-match.el (rng-compile-error):
10804 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
10805 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
10806 * nxml/nxml-rap.el (nxml-scan-error):
10807 * nxml/nxml-outln.el (nxml-outline-error):
10808 * net/soap-client.el (soap-error):
10809 * net/gnutls.el (gnutls-error):
10810 * net/ange-ftp.el (ftp-error):
10811 * mpc.el (mpc-proc-error):
10812 * json.el (json-error, json-readtable-error, json-unknown-keyword)
10813 (json-number-format, json-string-escape, json-string-format)
10814 (json-key-format, json-object-format):
10815 * jka-compr.el (compression-error):
10816 * international/quail.el (quail-error):
10817 * international/kkc.el (kkc-error):
10818 * emacs-lisp/ert.el (ert-test-failed):
10819 * calc/calc.el (calc-error, inexact-result, math-overflow)
10820 (math-underflow):
10821 * bookmark.el (bookmark-error-no-filename):
10822 * epg.el (epg-error): Define with define-error.
10823
10824 * time.el (display-time-event-handler)
10825 (display-time-next-load-average): Don't call sit-for since it seems
10826 unnecessary (bug#15045).
10827
10828 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
10829 Use #' instead of ' to quote functions.
10830 (checkdoc-output-mode): Use setq-local.
10831 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
10832 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
10833 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
10834 (checkdoc-ispell, checkdoc-ispell-current-buffer)
10835 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
10836 (checkdoc-ispell-message-text, checkdoc-ispell-start)
10837 (checkdoc-ispell-continue, checkdoc-ispell-comments)
10838 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
10839
10840 * ido.el (ido-completion-help): Fix up compiler warning.
10841
10842 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
10843
10844 * frameset.el (frameset-p): Add autoload cookie.
10845 (frameset--jump-to-register): New function, based on code moved from
10846 register.el.
10847 (frameset-to-register): Move from register.el. Adapt to `registerv'.
10848
10849 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
10850 (frameset-restore, frameset-save, frameset-session-filter-alist):
10851 Remove declarations.
10852 (register-alist): Doc fix.
10853 (frameset-to-register): Move to frameset.el.
10854 (jump-to-register, describe-register-1): Remove frameset-specific code.
10855
10856 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10857
10858 * allout-widgets.el (allout-widgets-pre-command-business)
10859 (allout-widgets-post-command-business)
10860 (allout-widgets-after-change-handler)
10861 (allout-decorate-item-and-context, allout-set-boundary-marker)
10862 (allout-body-modification-handler)
10863 (allout-graphics-modification-handler): Mark ignored arguments.
10864 (allout-widgets-post-command-business)
10865 (allout-widgets-exposure-change-processor)
10866 (allout-widgets-exposure-undo-processor)
10867 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
10868 (allout-parse-item-at-point, allout-decorate-item-guides)
10869 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
10870 * allout.el (epa-passphrase-callback-function): Declare.
10871 (allout-overlay-insert-in-front-handler)
10872 (allout-overlay-interior-modification-handler)
10873 (allout-isearch-end-handler, allout-chart-siblings)
10874 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
10875 (allout-yank-processing, allout-process-exposed)
10876 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
10877 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
10878 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
10879 (lisp-indent-defform): Mark ignored arguments.
10880 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
10881 (calculate-lisp-indent): Remove unused variables.
10882 * international/characters.el (indian-2-column, arabic-2-column)
10883 (tibetan): Mark ignored arguments.
10884 (use-cjk-char-width-table): Mark ignored arguments.
10885 Remove unused variables.
10886 * international/fontset.el (build-default-fontset-data)
10887 (x-compose-font-name, create-fontset-from-fontset-spec):
10888 Mark ignored arguments.
10889 (fontset-plain-name): Remove unused variables.
10890 * international/mule.el (charset-id, charset-bytes, generic-char-p)
10891 (keyboard-coding-system): Mark ignored arguments.
10892 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
10893 * help.el (resize-temp-buffer-window):
10894 * window.el (display-buffer-in-major-side-window)
10895 (display-buffer-in-side-window, display-buffer-in-previous-window):
10896 Remove unused variables.
10897 * isearch.el (isearch-forward-symbol):
10898 * version.el (emacs-bzr-version-bzr):
10899 * international/mule-cmds.el (current-language-environment):
10900 * term/common-win.el (x-handle-iconic, x-handle-geometry)
10901 (x-handle-display):
10902 * term/pc-win.el (x-list-fonts, x-display-planes)
10903 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
10904 (x-server-version, x-display-screens, x-display-mm-height)
10905 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
10906 (x-selection-owner-p, x-own-selection-internal)
10907 (x-disown-selection-internal, x-get-selection-internal)
10908 (msdos-initialize-window-system):
10909 * term/tty-colors.el (tty-color-alist, tty-color-clear):
10910 * term/x-win.el (x-handle-no-bitmap-icon):
10911 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
10912 (vc-default-find-file-hook, vc-default-extra-menu):
10913 Mark ignored arguments.
10914
10915 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10916
10917 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
10918 break-condition in the context of the debugged code (bug#12685).
10919
10920 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
10921
10922 * comint.el:
10923 Do not use an overlay to highlight the last prompt. (Bug#14744)
10924 (comint-mode): Make comint-last-prompt buffer local.
10925 (comint-last-prompt): New variable.
10926 (comint-last-prompt-overlay): Remove. Superseded by
10927 comint-last-prompt.
10928 (comint-snapshot-last-prompt, comint-output-filter):
10929 Use comint-last-prompt.
10930
10931 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10932
10933 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
10934 (frameset-save): Check validity of the resulting frameset.
10935
10936 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
10937
10938 * ido.el (ido-record-command): Add doc string.
10939
10940 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10941
10942 * frameset.el (frameset): Do not disable creation of the default
10943 frameset-p predicate. Doc fix.
10944 (frameset-valid-p): New function, copied from the old predicate-p.
10945 Add additional checks.
10946 (frameset-restore): Check with frameset-valid-p.
10947 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
10948 (frameset-name, frameset-description, frameset-properties)
10949 (frameset-states): Add docstring.
10950 (frameset-session-filter-alist, frameset-persistent-filter-alist)
10951 (frameset-filter-alist): Doc fixes.
10952
10953 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10954
10955 * frameset.el (frameset-p, frameset-prop): Doc fixes.
10956
10957 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10958
10959 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
10960 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
10961 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
10962 (byte-compile-normal-call): Remove obsolescence check.
10963
10964 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
10965
10966 * frameset.el (frameset-restore): Doc fix.
10967
10968 * register.el (frameset-frame-id, frameset-frame-with-id)
10969 (frameset-p, frameset-restore, frameset-save): Declare.
10970 (register-alist): Document framesets.
10971 (frameset-session-filter-alist): Declare.
10972 (frameset-to-register): New function.
10973 (jump-to-register): Implement jumping to framesets. Doc fix.
10974 (describe-register-1): Describe framesets.
10975
10976 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
10977
10978 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
10979
10980 * desktop.el (desktop-save-frameset): Use new frameset-save args.
10981 Use lexical-binding.
10982
10983 * frameset.el (frameset): Use type vector, not list (incompatible
10984 change). Do not declare a new constructor, use the default one.
10985 Upgrade suggested properties `app', `name' and `desc' to slots `app',
10986 `name' and `description', respectively, and add read-only slot
10987 `timestamp'. Doc fixes.
10988 (frameset-copy, frameset-persistent-filter-alist)
10989 (frameset-filter-alist, frameset-switch-to-gui-p)
10990 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
10991 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
10992 (frameset-filter-iconified, frameset-keep-original-display-p):
10993 Doc fixes.
10994 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
10995 Rename from frameset-filter-(save|restore)-param. All callers changed.
10996 Doc fix.
10997 (frameset-p): Adapt to change to vector and be more thorough.
10998 Change arg name to OBJECT. Doc fix.
10999 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
11000 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
11001 All callers changed.
11002 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
11003 All callers changed.
11004 (frameset--record-minibuffer-relationships): Rename from
11005 frameset--process-minibuffer-frames. All callers changed.
11006 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
11007 Use new default constructor (again). Doc fix.
11008 (frameset--find-frame-if): Rename from `frameset--find-frame'.
11009 All callers changed.
11010 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
11011 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
11012 Doc fix.
11013 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
11014 PARAMETERS and WINDOW-STATE, respectively.
11015 (frameset-restore): Add new keyword argument PREDICATE.
11016 Reset frameset--target-display to nil. Doc fix.
11017
11018 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
11019
11020 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
11021 (bat-mode): Use it.
11022 (bat-mode-syntax-table): Mark \n as end-of-comment.
11023 (bat-font-lock-keywords): Remove comment rule.
11024
11025 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
11026 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
11027
11028 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
11029 (byte-compile-callargs-warn): Use `push'.
11030 (byte-compile-arglist-warn): Ignore higher-order "calls".
11031 (byte-compile-file-form-autoload): Use `pcase'.
11032 (byte-compile-function-form): If quoting a symbol, check that it exists.
11033
11034 2013-08-07 Eli Zaretskii <eliz@gnu.org>
11035
11036 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
11037 and add a few popular commands found in batch files.
11038 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
11039 (dos-mode): Doc fixes.
11040
11041 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
11042
11043 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
11044 (dos-mode): Use setq-local. Add space after "rem".
11045 (dos-mode-syntax-table): Don't use "w" for symbol chars.
11046 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
11047
11048 2013-08-07 Arni Magnusson <arnima@hafro.is>
11049
11050 * progmodes/dos.el: New file.
11051 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
11052 dos-mode.
11053
11054 2013-08-06 Glenn Morris <rgm@gnu.org>
11055
11056 * calendar/calendar.el: Add new faces, and day-header-array.
11057 (calendar-weekday-header, calendar-weekend-header)
11058 (calendar-month-header): New faces.
11059 (calendar-day-header-construct): New function.
11060 (calendar-day-header-width): Also :set calendar-day-header-array.
11061 (calendar-american-month-header, calendar-european-month-header)
11062 (calendar-iso-month-header): Use calendar- faces.
11063 (calendar-generate-month):
11064 Use calendar-day-header-array for day headers; apply faces to them.
11065 (calendar-mode): Check calendar-font-lock-keywords non-nil.
11066 (calendar-abbrev-construct): Add optional maxlen argument.
11067 (calendar-day-name-array): Doc fix.
11068 (calendar-day-name-array, calendar-abbrev-length)
11069 (calendar-day-abbrev-array):
11070 Also :set calendar-day-header-array, and maybe redraw.
11071 (calendar-day-header-array): New option. (Bug#15007)
11072 (calendar-font-lock-keywords): Set to nil and make obsolete.
11073 (calendar-day-name): Add option to use header array.
11074
11075 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11076
11077 * net/shr.el (shr-render-td): Remove debugging.
11078 (shr-render-td): Make width computation consistent by defaulting
11079 all zero-width columns to 10 characters. This may not be optimal,
11080 but it's at least consistent.
11081 (shr-make-table-1): Redo last change to fix the real problem in
11082 colspan handling.
11083
11084 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
11085
11086 * files.el (cache-long-line-scans):
11087 Make obsolete alias to `cache-long-scans'.
11088
11089 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
11090
11091 * frameset.el (frameset, frameset-filter-alist)
11092 (frameset-filter-params, frameset-save, frameset--reuse-frame)
11093 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
11094 (frameset-compute-pos): Rename from frameset--compute-pos,
11095 and add docstring.
11096 (frameset-move-onscreen): Use frameset-compute-pos.
11097 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
11098
11099 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
11100 Fix typos in docstrings.
11101
11102 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
11103
11104 * frame.el (get-other-frame): Tiny cleanup.
11105
11106 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
11107
11108 * vc/vc.el (vc-default-ignore-completion-table):
11109 Silence byte-compiler warning.
11110
11111 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
11112 slot, which can indeed be nil.
11113 (frameset-live-filter-alist, frameset-persistent-filter-alist):
11114 Move entry for `left' from persistent to live filter alist.
11115 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
11116 Doc fixes.
11117 (frameset-filter-params): When restoring a frame, copy items added to
11118 `filtered', to avoid unwittingly modifying the original parameters.
11119 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
11120 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
11121
11122 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
11123 to use looking-at-p instead of looking-at. (Bug#15028)
11124
11125 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
11126
11127 Revert introduction of isearch-filter-predicates (bug#14714).
11128 Rely on add-function instead.
11129 * isearch.el (isearch-filter-predicates): Rename it back to
11130 isearch-filter-predicate.
11131 (isearch-message-prefix): Use advice-function-mapc and advice
11132 properties to get the isearch-message-prefix.
11133 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
11134 instead of run-hook-with-args-until-failure.
11135 (isearch-filter-visible): Not obsolete any more.
11136 * loadup.el: Preload nadvice.
11137 * replace.el (perform-replace): Revert to funcall
11138 instead of run-hook-with-args-until-failure.
11139 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
11140 * dired-aux.el (dired-isearch-filenames-mode): Rename from
11141 dired-isearch-filenames-toggle; make it into a proper minor mode.
11142 Use add/remove-function.
11143 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
11144 Call the minor-mode rather than add/remove-hook.
11145 (dired-isearch-filter-filenames):
11146 Remove isearch-message-prefix property.
11147 * info.el (Info--search-loop): New function, extracted from Info-search.
11148 Funcall isearch-filter-predicate instead of
11149 run-hook-with-args-until-failure isearch-filter-predicates.
11150 (Info-search): Use it.
11151 (Info-mode): Use isearch-filter-predicate instead of
11152 isearch-filter-predicates.
11153
11154 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
11155
11156 Do not call to `selected-window' where it is assumed by default.
11157 Affected functions are `window-minibuffer-p', `window-dedicated-p',
11158 `window-hscroll', `window-width', `window-height', `window-buffer',
11159 `window-frame', `window-start', `window-point', `next-window'
11160 and `window-display-table'.
11161 * abbrev.el (abbrev--default-expand):
11162 * bs.el (bs--show-with-configuration):
11163 * buff-menu.el (Buffer-menu-mouse-select):
11164 * calc/calc.el (calc):
11165 * calendar/calendar.el (calendar-generate-window):
11166 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
11167 (diary-make-entry):
11168 * comint.el (send-invisible, comint-dynamic-complete-filename)
11169 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
11170 * completion.el (complete):
11171 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
11172 * disp-table.el (describe-current-display-table):
11173 * doc-view.el (doc-view-insert-image):
11174 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
11175 * ehelp.el (with-electric-help):
11176 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11177 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
11178 * emacs-lisp/helper.el (Helper-help-scroller):
11179 * emulation/cua-base.el (cua--post-command-handler-1):
11180 * eshell/esh-mode.el (eshell-output-filter):
11181 * ffap.el (ffap-gnus-wrapper):
11182 * help-macro.el (make-help-screen):
11183 * hilit-chg.el (highlight-compare-buffers):
11184 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
11185 * hl-line.el (global-hl-line-highlight):
11186 * icomplete.el (icomplete-simple-completing-p):
11187 * isearch.el (isearch-done):
11188 * jit-lock.el (jit-lock-stealth-fontify):
11189 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
11190 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11191 * mpc.el (mpc-tagbrowser, mpc):
11192 * net/rcirc.el (rcirc-any-buffer):
11193 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
11194 * play/landmark.el (landmark-max-width, landmark-max-height):
11195 * play/zone.el (zone):
11196 * progmodes/compile.el (compilation-goto-locus):
11197 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
11198 * progmodes/etags.el (find-tag-other-window):
11199 * progmodes/fortran.el (fortran-column-ruler):
11200 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
11201 * progmodes/verilog-mode.el (verilog-point-text):
11202 * reposition.el (reposition-window):
11203 * rot13.el (toggle-rot13-mode):
11204 * server.el (server-switch-buffer):
11205 * shell.el (shell-dynamic-complete-command)
11206 (shell-dynamic-complete-environment-variable):
11207 * simple.el (insert-buffer, set-selective-display)
11208 (delete-completion-window):
11209 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
11210 (speedbar-recenter):
11211 * startup.el (fancy-splash-head):
11212 * textmodes/ispell.el (ispell-command-loop):
11213 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
11214 * tutorial.el (help-with-tutorial):
11215 * vc/add-log.el (add-change-log-entry):
11216 * vc/compare-w.el (compare-windows):
11217 * vc/ediff-help.el (ediff-indent-help-message):
11218 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
11219 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
11220 (ediff-setup-control-frame):
11221 * vc/emerge.el (emerge-position-region):
11222 * vc/pcvs-util.el (cvs-bury-buffer):
11223 * window.el (walk-windows, mouse-autoselect-window-select):
11224 * winner.el (winner-set-conf, winner-undo): Related users changed.
11225
11226 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
11227
11228 * frameset.el (frameset--set-id): Doc fix.
11229 (frameset-frame-id, frameset-frame-id-equal-p)
11230 (frameset-locate-frame-id): New functions.
11231 (frameset--process-minibuffer-frames, frameset--reuse-frame)
11232 (frameset-restore): Use them.
11233
11234 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
11235
11236 Do not call to `selected-frame' where it is assumed by default.
11237 Affected functions are `raise-frame', `redraw-frame',
11238 `frame-first-window', `frame-terminal' and `delete-frame'.
11239 * calendar/appt.el (appt-disp-window):
11240 * epg.el (epg-wait-for-completion):
11241 * follow.el (follow-delete-other-windows-and-split)
11242 (follow-avoid-tail-recenter):
11243 * international/mule.el (set-terminal-coding-system):
11244 * mail/rmail.el (rmail-mail-return):
11245 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
11246 * progmodes/f90.el (f90-add-imenu-menu):
11247 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
11248 * server.el (server-switch-buffer):
11249 * simple.el (delete-completion-window):
11250 * talk.el (talk):
11251 * term/xterm.el (terminal-init-xterm-modify-other-keys)
11252 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
11253 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
11254 * vc/ediff.el (ediff-documentation): Related users changed.
11255 * frame.el (selected-terminal): Remove the leftover.
11256
11257 2013-08-05 Glenn Morris <rgm@gnu.org>
11258
11259 * calendar/calendar.el (calendar-generate-month):
11260 Fix for calendar-column-width != 1 + calendar-day-digit-width.
11261 (calendar-generate-month, calendar-font-lock-keywords):
11262 Fix for calendar-day-header-width > length of any day name.
11263
11264 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
11265
11266 * desktop.el (desktop-clear): Use new name of sort predicate.
11267
11268 * frameset.el (frameset): Add docstring. Move :version property to its
11269 own `version' slot.
11270 (frameset-copy): Rename from copy-frameset.
11271 (frameset-p): Check more thoroughly.
11272 (frameset-prop): Do not check for :version, which is no longer a prop.
11273 (frameset-live-filter-alist, frameset-persistent-filter-alist):
11274 Use new :never value instead of t.
11275 (frameset-filter-alist): Expand and clarify docstring.
11276 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
11277 (frameset-filter-minibuffer, frameset-filter-save-param)
11278 (frameset-filter-restore-param, frameset-filter-iconified):
11279 Add pointer to docstring of frameset-filter-alist.
11280 (frameset-filter-params): Rename filter values to be more meaningful:
11281 :never instead of t, and reverse the meanings of :save and :restore.
11282 (frameset--process-minibuffer-frames): Clarify error message.
11283 (frameset-save): Avoid unnecessary and confusing call to framep.
11284 Use new BOA constructor for framesets.
11285 (frameset--reuse-list): Doc fix.
11286 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
11287 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
11288 (frameset-minibufferless-first-p): Doc fix.
11289 Rename from frameset-sort-frames-for-deletion.
11290 (frameset-restore): Doc fixes. Use new function names.
11291 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
11292
11293 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
11294
11295 * desktop.el (desktop-restore-forces-onscreen)
11296 (desktop-restore-reuses-frames): Document :keyword constant values.
11297 (desktop-filter-parameters-alist): Remove, now identical to
11298 frameset-filter-alist.
11299 (desktop--filter-tty*): Remove, moved to frameset.el.
11300 (desktop-save-frameset, desktop-restore-frameset):
11301 Do not pass :filters argument.
11302
11303 * frameset.el (frameset-live-filter-alist)
11304 (frameset-persistent-filter-alist): New variables.
11305 (frameset-filter-alist): Use them. Add autoload cookie.
11306 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
11307 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
11308 `frameset--id' (it's supposed to be internal to frameset.el).
11309 (frameset--process-minibuffer-frames): Ditto. Doc fix.
11310 (frameset--initial-params): New function.
11311 (frameset--get-frame): Use it. Doc fix.
11312 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
11313 Accept :all, not 'all.
11314 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
11315 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
11316 with fbound symbols. Fix frame id matching, and remove matching ids if
11317 the frame being restored is deleted. Obey :delete.
11318
11319 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
11320
11321 * subr.el (macrop): New function.
11322 (text-clone--maintaining): New var.
11323 (text-clone--maintain): Rename from text-clone-maintain. Use it
11324 instead of inhibit-modification-hooks.
11325
11326 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
11327 a proxy, so as handle autoloads and redefinitions of the target.
11328 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
11329
11330 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
11331 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
11332 (pcase--mutually-exclusive-p): New function.
11333 (pcase--split-consp): Use it.
11334 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
11335 mutually exclusive with the current predicate.
11336
11337 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
11338 (edebug-macrop): Remove. Use `macrop' instead.
11339 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
11340 (ad-macro-p):
11341 * eshell/esh-cmd.el (eshell-macrop):
11342 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
11343
11344 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
11345
11346 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
11347 (advice-mapc): New function, using it.
11348 (advice-function-member-p): New function.
11349 (advice--normalize): Store the cdr in advice--saved-rewrite since
11350 that's the part that will be changed.
11351 (advice--symbol-function): New function.
11352 (advice-remove): Handle removal before the function is defined.
11353 Adjust to new advice--saved-rewrite.
11354 (advice-member-p): Use advice-function-member-p and
11355 advice--symbol-function.
11356
11357 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
11358
11359 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
11360 (frameset-filter-minibuffer): Doc fix.
11361 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
11362 (frameset--set-id, frameset--process-minibuffer-frames)
11363 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
11364 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
11365
11366 * desktop.el (desktop-clear): Only delete frames when called
11367 interactively and desktop-restore-frames is non-nil. Doc fix.
11368 (desktop-read): Set desktop-saved-frameset to nil.
11369
11370 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
11371
11372 * vc/vc.el (vc-ignore): Rewrite.
11373 (vc-default-ignore-completion-table, vc--read-lines)
11374 (vc--add-line, vc--remove-regexp): New functions.
11375
11376 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
11377 (vc-svn-ignore-completion-table): New function.
11378
11379 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
11380 (vc-hg-ignore-completion-table)
11381 (vc-hg-find-ignore-file): New functions.
11382
11383 * vc/vc-git.el (vc-git-ignore): Rewrite.
11384 (vc-git-ignore-completion-table)
11385 (vc-git-find-ignore-file): New functions.
11386
11387 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
11388
11389 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
11390 (vc-bzr-ignore-completion-table)
11391 (vc-bzr-find-ignore-file): New functions.
11392
11393 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
11394
11395 * frameset.el (frameset-prop): New function and setter.
11396 (frameset-save): Do not modify frame list passed by the caller.
11397
11398 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
11399
11400 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
11401
11402 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
11403
11404 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
11405 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
11406
11407 * custom.el (custom-initialize-default, custom-initialize-set)
11408 (custom-initialize-reset, custom-initialize-changed): Affect the
11409 toplevel-default-value (bug#6275, bug#14586).
11410 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
11411 for bug#6275.
11412
11413 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
11414
11415 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11416 Add cl-def* expressions.
11417
11418 * frameset.el (frameset-filter-params): Fix order of arguments.
11419
11420 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
11421
11422 Move code related to saving frames to frameset.el.
11423 * desktop.el: Require frameset.
11424 (desktop-restore-frames): Doc fix.
11425 (desktop-restore-reuses-frames): Rename from
11426 desktop-restoring-reuses-frames.
11427 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
11428 (desktop-clear): Clear frames too.
11429 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
11430 (desktop--filter-tty*, desktop-save, desktop-read):
11431 Use frameset functions.
11432 (desktop-before-saving-frames-functions, desktop--filter-*-color)
11433 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
11434 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
11435 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
11436 (desktop--process-minibuffer-frames, desktop-save-frames)
11437 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
11438 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
11439 (desktop--sort-states, desktop-restoring-frames-p)
11440 (desktop-restore-frames): Remove. Most code moved to frameset.el.
11441 (desktop-restoring-frameset-p, desktop-restore-frameset)
11442 (desktop--check-dont-save, desktop-save-frameset): New functions.
11443 (desktop--app-id): New constant.
11444 (desktop-first-buffer, desktop-buffer-ok-count)
11445 (desktop-buffer-fail-count): Move before first use.
11446 * frameset.el: New file.
11447
11448 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
11449
11450 * files.el: Use lexical-binding.
11451 (dir-locals-read-from-file): Remove unused `err' variable.
11452 (hack-dir-local-variables--warned-coding): New var.
11453 (hack-dir-local-variables): Use it to avoid repeated warnings.
11454 (make-backup-file-name--default-function): New function.
11455 (make-backup-file-name-function): Use it as default.
11456 (buffer-stale--default-function): New function.
11457 (buffer-stale-function): Use it as default.
11458 (revert-buffer-insert-file-contents--default-function): New function.
11459 (revert-buffer-insert-file-contents-function): Use it as default.
11460 (insert-directory): Avoid add-to-list.
11461
11462 * autorevert.el (auto-revert-handler): Simplify.
11463 Use buffer-stale--default-function.
11464
11465 2013-08-01 Tassilo Horn <tsdh@gnu.org>
11466
11467 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
11468
11469 * whitespace.el (whitespace-ensure-local-variables): New function.
11470 (whitespace-cleanup-region): Call it.
11471 (whitespace-turn-on): Call it.
11472
11473 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
11474
11475 Complete file name handlers.
11476
11477 * net/tramp.el (tramp-handle-set-visited-file-modtime)
11478 (tramp-handle-verify-visited-file-modtime)
11479 (tramp-handle-file-notify-rm-watch): New functions.
11480 (tramp-call-process): Do not bind `default-directory'.
11481
11482 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11483 Order alphabetically.
11484 <access-file, add-name-to-file, dired-call-process>:
11485 <dired-compress-file, file-acl, file-notify-rm-watch>:
11486 <file-ownership-preserved-p, file-selinux-context>:
11487 <make-directory-internal, make-symbolic-link, set-file-acl>:
11488 <set-file-selinux-context, set-visited-file-modtime>:
11489 <verify-visited-file-modtime>: Add handler.
11490 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
11491
11492 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
11493 <file-notify-add-watch, file-notify-rm-watch>:
11494 <set-file-times, set-visited-file-modtime>:
11495 <verify-visited-file-modtime>: Add handler.
11496 (with-tramp-gvfs-error-message)
11497 (tramp-gvfs-handle-set-visited-file-modtime)
11498 (tramp-gvfs-fuse-file-name): Remove.
11499 (tramp-gvfs-handle-file-notify-add-watch)
11500 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
11501 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
11502
11503 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
11504 Order alphabetically.
11505 <file-notify-rm-watch>: Use default Tramp handler.
11506 <executable-find>: Remove private handler.
11507 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
11508 `default-directory'.
11509 (tramp-sh-handle-executable-find)
11510 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
11511 (tramp-sh-file-gvfs-monitor-dir-process-filter)
11512 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
11513 Do not use `format' in `tramp-message'.
11514
11515 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
11516 <file-notify-rm-watch, set-visited-file-modtime>:
11517 <verify-visited-file-modtime>: Add handler.
11518 (tramp-smb-call-winexe): Do not bind `default-directory'.
11519
11520 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
11521
11522 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
11523
11524 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
11525
11526 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
11527 use it.
11528 (log-view-diff-changeset): Same.
11529 (log-view-diff-common): Call backend command `previous-revision'
11530 to find out the previous revision, in both cases. Swap the
11531 variables `to' and `fr', so that `fr' usually refers to the
11532 earlier revision (Bug#14989).
11533
11534 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
11535
11536 * ibuf-ext.el (ibuffer-filter-by-filename):
11537 Make it work with dired buffers too.
11538
11539 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
11540
11541 * emacs-lisp/re-builder.el (reb-color-display-p):
11542 * files.el (save-buffers-kill-terminal):
11543 * net/browse-url.el (browse-url):
11544 * server.el (server-save-buffers-kill-terminal):
11545 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
11546 Prefer nil to selected-frame for the first arg of frame-parameter.
11547
11548 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
11549
11550 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
11551
11552 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
11553
11554 * minibuffer.el (completion--twq-all): Try and preserve each
11555 completion's case choice (bug#14907).
11556
11557 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
11558
11559 * net/network-stream.el (open-network-stream): Mention the new
11560 :nogreeting parameter.
11561 (network-stream-open-starttls): Use the :nogreeting parameter
11562 (bug#14938).
11563
11564 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
11565
11566 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
11567 more natural than popping.
11568
11569 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
11570 (shr-urlify): Highlight under mouse.
11571
11572 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
11573
11574 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
11575
11576 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
11577
11578 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
11579 buffer for output.
11580
11581 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
11582 point-min==1. Fix search string. Fix parentheses missing.
11583
11584 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
11585 assume point-min==1. Fix search string. Fix parentheses missing.
11586
11587 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
11588
11589 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
11590 buffer for output.
11591
11592 2013-07-29 Eli Zaretskii <eliz@gnu.org>
11593
11594 * frame.el (frame-notice-user-settings): Avoid inflooping when the
11595 initial frame is minibuffer-less. (Bug#14841)
11596
11597 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
11598
11599 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
11600 option.
11601
11602 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
11603 (tramp-maybe-open-connection): Use it.
11604
11605 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
11606
11607 * desktop.el (desktop--make-frame): Include `minibuffer' in the
11608 minimal set of parameters passed when creating a frame, because
11609 the minibuffer status of a frame cannot be changed later.
11610
11611 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
11612
11613 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
11614 replace-regexp-in-string and inadvertent omissions in previous change.
11615 (todo-filter-items): Ensure only file names are comma-separated in
11616 name of filtered items buffer.
11617
11618 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
11619
11620 * desktop.el: Optionally force offscreen frames back onscreen.
11621 (desktop-restoring-reuses-frames): New option.
11622 (desktop--compute-pos, desktop--move-onscreen): New functions.
11623 (desktop--make-frame): Use desktop--move-onscreen.
11624
11625 2013-07-27 Alan Mackenzie <acm@muc.de>
11626
11627 Fontify a Java generic method as a function.
11628 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
11629 value to t.
11630
11631 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
11632
11633 * calendar/todo-mode.el: Add command to rename todo files.
11634 (todo-rename-file): New command.
11635 (todo-key-bindings-t): Add key binding for it. Change the
11636 bindings of todo-filter-regexp-items(-multifile) to use `x'
11637 instead of `r', since the latter is better suited to the new
11638 renaming command.
11639
11640 2013-07-27 Alan Mackenzie <acm@muc.de>
11641
11642 Make Java try-with-resources statement parse properly.
11643 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
11644 (c-block-stmt-1-2-key): New language constants/variables.
11645 * progmodes/cc-engine.el (c-beginning-of-statement-1)
11646 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
11647 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
11648 with c-block-stmt-1-2-key.
11649
11650 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
11651
11652 * desktop.el (desktop--make-frame): Apply most frame parameters after
11653 creating the frame to force (partially or totally) offscreen frames to
11654 be restored as such.
11655
11656 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
11657
11658 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
11659 (Bug#14948)
11660
11661 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11662
11663 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
11664 `base' arg of backtrace-frame.
11665
11666 2013-07-26 Eli Zaretskii <eliz@gnu.org>
11667
11668 * simple.el (list-processes): Doc fix.
11669
11670 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
11671
11672 * desktop.el (desktop--select-frame):
11673 Try harder to reuse existing frames.
11674
11675 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11676
11677 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
11678 (edebug-eval): Use backtrace-eval.
11679 (edebug--display, edebug--recursive-edit): Don't let-bind the
11680 edebug-outer-* vars that keep track of variables we locally let-bind.
11681 (edebug-outside-excursion): Don't restore outside values of locally
11682 let-bound vars.
11683 (edebug--display): Use user-error.
11684 (cl-lexical-debug, cl-debug-env): Remove.
11685
11686 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
11687
11688 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
11689 are restored to be sure that they are visible before deleting any
11690 remaining ones.
11691
11692 2013-07-26 Matthias Meulien <orontee@gmail.com>
11693
11694 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
11695 vc-print-root-log. (Bug#14948)
11696
11697 2013-07-26 Richard Stallman <rms@gnu.org>
11698
11699 Add aliases for encrypting mail.
11700 * epa.el (epa-mail-aliases): New option.
11701 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
11702 Bind inhibit-read-only so read-only text doesn't ruin everything.
11703 (epa-mail-default-recipients): New subroutine broken out.
11704 Handle epa-mail-aliases.
11705
11706 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11707
11708 Add support for lexical variables to the debugger's `e' command.
11709 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
11710 vars, except for debugger-outer-match-data.
11711 (debugger-frame-number): Move check for "on a function call" from
11712 callers into it. Add `skip-base' argument.
11713 (debugger-frame, debugger-frame-clear): Simplify accordingly.
11714 (debugger-env-macro): Only reset the state stored in non-variables,
11715 i.e. current-buffer and match-data.
11716 (debugger-eval-expression): Rewrite using backtrace-eval.
11717 * subr.el (internal--called-interactively-p--get-frame): Remove.
11718 (called-interactively-p):
11719 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
11720 `base' arg of backtrace-frame instead.
11721
11722 2013-07-26 Glenn Morris <rgm@gnu.org>
11723
11724 * align.el (align-regexp): Doc fix. (Bug#14857)
11725 (align-region): Explicit error if subexpression missing/does not match.
11726
11727 * simple.el (global-visual-line-mode):
11728 Do not duplicate the mode lighter. (Bug#14858)
11729
11730 2013-07-25 Martin Rudalics <rudalics@gmx.at>
11731
11732 * window.el (display-buffer): In display-buffer bind
11733 split-window-keep-point to t, bug#14829.
11734
11735 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
11736
11737 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
11738 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
11739 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
11740 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
11741 Change accordingly.
11742 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
11743 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
11744
11745 2013-07-25 Glenn Morris <rgm@gnu.org>
11746
11747 * dired-x.el (dired-mark-extension): Convert comment to doc string.
11748
11749 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
11750
11751 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
11752 parameter to modify-frame-parameters if the value has not changed;
11753 this is a workaround for bug#14949.
11754 (desktop--make-frame): On cl-delete-if call, check parameter name,
11755 not full parameter.
11756
11757 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
11758
11759 * vc/vc.el (vc-ignore): New function.
11760
11761 * vc/vc-svn.el (vc-svn-ignore): New function.
11762
11763 * vc/vc-hg.el (vc-hg-ignore): New function.
11764
11765 * vc/vc-git.el (vc-git-ignore): New function.
11766
11767 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
11768 (vc-dir-ignore): New function.
11769
11770 * vc/vc-cvs.el (vc-cvs-ignore): New function.
11771 (cvs-append-to-ignore): Move here from pcvs.el.
11772
11773 * vc/vc-bzr.el (vc-bzr-ignore): New function.
11774
11775 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
11776
11777 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
11778
11779 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
11780 (desktop-restore-frames): Warn when deleting an existing frame failed.
11781
11782 2013-07-24 Glenn Morris <rgm@gnu.org>
11783
11784 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
11785
11786 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
11787
11788 * filenotify.el (file-notify-supported-p):
11789 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
11790 Remove functions.
11791
11792 * autorevert.el (auto-revert-use-notify)
11793 (auto-revert-notify-add-watch):
11794 * net/tramp.el (tramp-file-name-for-operation):
11795 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11796 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11797 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
11798 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11799 Remove `file-notify-supported-p' entry.
11800
11801 2013-07-24 Glenn Morris <rgm@gnu.org>
11802
11803 * printing.el: Replace all uses of deleted ps-windows-system,
11804 ps-lp-system, ps-flatten-list with lpr- versions.
11805
11806 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
11807
11808 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
11809 checked with memq (bug#14935).
11810
11811 * files.el (revert-buffer-function): Use a non-nil default.
11812 (revert-buffer-preserve-modes): Declare var to
11813 provide access to the `preserve-modes' argument.
11814 (revert-buffer): Let-bind it.
11815 (revert-buffer--default): New function, extracted from revert-buffer.
11816
11817 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
11818
11819 * lpr.el: Signal print errors more prominently.
11820 (print-region-function): Don't default to nil.
11821 (lpr-print-region): New function, extracted from print-region-1.
11822 Check lpr's return value and signal an error in case of problem.
11823 (print-region-1): Use it.
11824 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
11825 versions instead.
11826 (ps-printer-name): Default to nil.
11827 (ps-printer-name-option): Default to lpr-printer-switch.
11828 (ps-print-region-function): Don't default to nil.
11829 (ps-postscript-code-directory): Simplify default.
11830 (ps-do-despool): Use lpr-print-region to properly check the outcome.
11831 (ps-string-list, ps-eval-switch, ps-flatten-list)
11832 (ps-flatten-list-1): Remove.
11833 (ps-multibyte-buffer): Avoid setq.
11834 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
11835 (print-region-function, ps-print-region-function): Don't set them here.
11836
11837 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
11838
11839 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
11840 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
11841 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
11842 (ido-decorations): Doc fix.
11843
11844 * ansi-color.el: Fix old URL.
11845
11846 2013-07-23 Michael R. Mauger <michael@mauger.com>
11847
11848 * progmodes/sql.el: Version 3.3
11849 (sql-product-alist): Improve oracle :prompt-cont-regexp.
11850 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
11851 (sql-interactive-remove-continuation-prompt): Rewrite, use
11852 functions above. Fix continuation prompt and complete output line
11853 handling.
11854 (sql-redirect-one, sql-execute): Use `read-only-mode' on
11855 redirected output buffer.
11856 (sql-mode): Restore deleted code (Bug#13591).
11857
11858 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
11859
11860 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
11861
11862 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
11863
11864 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
11865
11866 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
11867 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11868 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
11869
11870 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
11871
11872 * desktop.el (desktop-clear): Simplify; remove useless checks
11873 against invalid buffer names.
11874 (desktop-list*): Use cl-list*.
11875 (desktop-buffer-info, desktop-create-buffer): Simplify.
11876
11877 2013-07-23 Leo Liu <sdl.web@gmail.com>
11878
11879 * bookmark.el (bookmark-make-record): Restore NAME as a default
11880 value. (Bug#14933)
11881
11882 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
11883
11884 * emacs-lisp/autoload.el (autoload--setup-output): New function,
11885 extracted from autoload--insert-text.
11886 (autoload--insert-text): Remove.
11887 (autoload--print-cookie-text): New function, extracted from
11888 autoload--insert-cookie-text.
11889 (autoload--insert-cookie-text): Remove.
11890 (autoload-generate-file-autoloads): Adjust calls accordingly.
11891
11892 * winner.el (winner-hook-installed-p): Remove.
11893 (winner-mode): Simplify accordingly.
11894
11895 * subr.el (add-to-list): Fix compiler-macro when `append' is
11896 not constant. Don't use `cl-member' for the base case.
11897
11898 * progmodes/subword.el: Fix boundary case (bug#13758).
11899 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
11900 own group.
11901 (subword-backward-regexp): Make it a constant.
11902 (subword-forward-internal): Don't treat a trailing capital as the
11903 beginning of a word.
11904
11905 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
11906
11907 * emacs-lisp/package.el (package-menu-mode): Don't modify the
11908 global value of tabulated-list-revert-hook (bug#14930).
11909
11910 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
11911
11912 * desktop.el: Require 'cl-lib.
11913 (desktop-before-saving-frames-functions): New hook.
11914 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
11915 for frames being saved. Rename from desktop--save-minibuffer-frames.
11916 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
11917 Do not save frames with non-nil `desktop-dont-save' parameter.
11918 Filter out deleted frames.
11919 (desktop--find-frame): Use cl-find-if.
11920 (desktop--select-frame): Use cl-(first|second|third) to access values
11921 of desktop-mini.
11922 (desktop--make-frame): Use cl-delete-if.
11923 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
11924 (desktop-restore-frames): Use cl-(first|second|third) to access values
11925 of desktop-mini. Look for visible frame at the end, not while
11926 restoring frames.
11927
11928 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
11929 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
11930 Use string-match-p, looking-at-p (bug#14927).
11931
11932 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
11933
11934 * desktop.el (desktop-saved-frame-states):
11935 Rename from desktop--saved-states; all users changed.
11936 (desktop-save-frames): Rename from desktop--save-frames.
11937 Do not save state to desktop file.
11938 (desktop-save): Save desktop-saved-frame-states to desktop file
11939 and reset to nil.
11940 (desktop-restoring-frames-p): New function.
11941 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
11942 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
11943 buffer-lists when restoring frames. Suggested by Martin Rudalics.
11944
11945 * desktop.el: Correctly restore iconified frames.
11946 (desktop--filter-iconified-position): New function.
11947 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
11948
11949 2013-07-20 Glenn Morris <rgm@gnu.org>
11950
11951 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
11952 Let `message' do the formatting.
11953 (def-gdb-preempt-display-buffer): Add explicit format.
11954
11955 * image-dired.el (image-dired-track-original-file):
11956 Use with-current-buffer.
11957 (image-dired-track-thumbnail): Use with-current-buffer.
11958 Avoid changing point of wrong window.
11959
11960 * image-dired.el (image-dired-track-original-file):
11961 Avoid changing point of wrong window. (Bug#14909)
11962
11963 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
11964
11965 * progmodes/gdb-mi.el (gdb-done-or-error):
11966 Guard against "%" in gdb output. (Bug#14127)
11967
11968 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
11969
11970 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
11971 (Bug#14826)
11972
11973 * international/mule.el (coding-system-iso-2022-flags): Fix last
11974 change.
11975
11976 2013-07-20 Kenichi Handa <handa@gnu.org>
11977
11978 * international/mule.el (coding-system-iso-2022-flags):
11979 Add `8-bit-level-4'. (Bug#8522)
11980
11981 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11982
11983 * net/shr.el (shr-mouse-browse-url): New command and keystroke
11984 (bug#14815).
11985
11986 * net/eww.el (eww-process-text-input): Allow inputting when the
11987 point is at the start of the line, as the properties aren't
11988 front-sticky.
11989
11990 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
11991 degenerate widths.
11992
11993 2013-07-19 Richard Stallman <rms@gnu.org>
11994
11995 * epa.el (epa-popup-info-window): Doc fix.
11996
11997 * subr.el (split-string): New arg TRIM.
11998
11999 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
12000
12001 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
12002 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
12003
12004 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
12005
12006 * filenotify.el (file-notify--library): Rename from
12007 `file-notify-support'. Do not autoload. Adapt all uses.
12008 (file-notify-supported-p): New defun.
12009
12010 * autorevert.el (auto-revert-use-notify):
12011 Use `file-notify-supported-p' instead of `file-notify-support'.
12012 Adapt docstring.
12013 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
12014
12015 * net/tramp.el (tramp-file-name-for-operation):
12016 Add `file-notify-supported-p'.
12017
12018 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
12019 New defun.
12020 (tramp-sh-file-name-handler-alist): Add it as handler for
12021 `file-notify-supported-p '.
12022
12023 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
12024 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12025 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
12026 Add `ignore' as handler for `file-notify-*' functions.
12027
12028 2013-07-17 Eli Zaretskii <eliz@gnu.org>
12029
12030 * simple.el (line-move-partial, line-move): Don't start vscroll or
12031 scroll-up if the current line is not taller than the window.
12032 (Bug#14881)
12033
12034 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
12035
12036 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
12037 highlight question marks in the method names as strings.
12038 (ruby-block-beg-keywords): Inline.
12039 (ruby-font-lock-keyword-beg-re): Extract from
12040 `ruby-font-lock-keywords'.
12041
12042 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
12043
12044 * frame.el (blink-cursor-blinks): New defcustom.
12045 (blink-cursor-blinks-done): New defvar.
12046 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
12047 (blink-cursor-timer-function): Check if number of blinks has been
12048 done on X and NS.
12049 (blink-cursor-suspend, blink-cursor-check): New defuns.
12050
12051 2013-07-15 Glenn Morris <rgm@gnu.org>
12052
12053 * edmacro.el (edmacro-format-keys): Fix previous change.
12054
12055 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
12056
12057 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
12058 The hack didn't work outside English locales anyway.
12059
12060 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
12061
12062 * simple.el (define-alternatives): Rename from alternatives-define,
12063 per RMS' suggestion.
12064
12065 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
12066
12067 * desktop.el (desktop-restore-frames): Change default to t.
12068 (desktop-restore-in-current-display): Now offer more options.
12069 (desktop-restoring-reuses-frames): New customization option.
12070 (desktop--saved-states): Doc fix.
12071 (desktop-filter-parameters-alist): New variable, renamed and expanded
12072 from desktop--excluded-frame-parameters.
12073 (desktop--target-display): New variable.
12074 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
12075 (desktop--filter-tty*, desktop--filter-*-color)
12076 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
12077 (desktop--filter-save-desktop-parm)
12078 (desktop-restore-in-original-display-p): New functions.
12079 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
12080 (desktop--save-minibuffer-frames): New function, inspired by a similar
12081 function from Martin Rudalics.
12082 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
12083 (desktop--restore-in-this-display-p): Remove.
12084 (desktop--find-frame): Rename from desktop--find-frame-in-display
12085 and add predicate argument.
12086 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
12087 (desktop--reuse-list): New variable.
12088 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
12089 New functions.
12090 (desktop--restore-frames): Add support for "minibuffer-special" frames.
12091
12092 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
12093
12094 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
12095
12096 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
12097
12098 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
12099 Highlight conversion methods on Kernel.
12100
12101 2013-07-13 Alan Mackenzie <acm@muc.de>
12102
12103 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
12104 and comment it out. This out-commenting enables certain C++
12105 declarations to be parsed correctly.
12106
12107 2013-07-13 Eli Zaretskii <eliz@gnu.org>
12108
12109 * international/mule.el (define-coding-system): Doc fix.
12110
12111 * simple.el (default-font-height): Don't call font-info if the
12112 frame's default font didn't change since the frame was created.
12113 (Bug#14838)
12114
12115 2013-07-13 Leo Liu <sdl.web@gmail.com>
12116
12117 * ido.el (ido-read-file-name): Guard against non-symbol value.
12118
12119 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
12120
12121 * progmodes/python.el (python-imenu--build-tree): Fix corner case
12122 in nested defuns.
12123
12124 2013-07-13 Leo Liu <sdl.web@gmail.com>
12125
12126 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
12127 ido-set-matches call. (Bug#6852)
12128
12129 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
12130
12131 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
12132 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
12133 Ruby 2.0.
12134 (ruby-font-lock-keywords): Distinguish calls to functions with
12135 module-like names from module references. Highlight character
12136 literals.
12137
12138 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
12139
12140 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
12141 (gdb-send): Handle continued commands. (Bug#14847)
12142
12143 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
12144
12145 * desktop.el (desktop--v2s): Remove unused local variable.
12146 (desktop-save-buffer): Make defvar-local; adjust docstring.
12147 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
12148 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
12149
12150 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
12151
12152 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
12153
12154 2013-07-12 Eli Zaretskii <eliz@gnu.org>
12155
12156 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
12157 (Bug#14842)
12158
12159 2013-07-12 Glenn Morris <rgm@gnu.org>
12160
12161 * doc-view.el: Require cl-lib at runtime too.
12162 (doc-view-remove-if): Remove.
12163 (doc-view-search-next-match, doc-view-search-previous-match):
12164 Use cl-remove-if.
12165
12166 * edmacro.el: Require cl-lib at runtime too.
12167 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
12168 (edmacro-mismatch, edmacro-subseq): Remove.
12169
12170 * shadowfile.el: Require cl-lib.
12171 (shadow-remove-if): Remove.
12172 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
12173 Use cl-remove-if.
12174
12175 * wid-edit.el: Require cl-lib.
12176 (widget-choose): Use cl-remove-if.
12177 (widget-remove-if): Remove.
12178
12179 * progmodes/ebrowse.el: Require cl-lib at runtime too.
12180 (ebrowse-delete-if-not): Remove.
12181 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
12182 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
12183 Use cl-delete-if-not.
12184
12185 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
12186
12187 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
12188 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
12189
12190 2013-07-12 Leo Liu <sdl.web@gmail.com>
12191
12192 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
12193
12194 2013-07-11 Glenn Morris <rgm@gnu.org>
12195
12196 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
12197 (edebug-gensym-index, edebug-gensym):
12198 Remove reimplementation of cl-gensym.
12199 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
12200
12201 * thumbs.el: Require cl-lib at run-time too.
12202 (thumbs-gensym-counter, thumbs-gensym):
12203 Remove reimplementation of cl-gensym.
12204 (thumbs-temp-file): Use cl-gensym.
12205
12206 * emacs-lisp/ert.el: Require cl-lib at runtime too.
12207 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
12208 (ert--intersection, ert--set-difference, ert--set-difference-eq)
12209 (ert--union, ert--gensym-counter, ert--gensym-counter)
12210 (ert--coerce-to-vector, ert--remove*, ert--string-position)
12211 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
12212 (ert-make-test-unbound, ert--expand-should-1)
12213 (ert--expand-should, ert--should-error-handle-error)
12214 (should-error, ert--explain-equal-rec)
12215 (ert--plist-difference-explanation, ert-select-tests)
12216 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
12217 Use cl-lib functions rather than reimplementations.
12218
12219 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
12220
12221 * net/tramp.el (tramp-methods): Extend docstring.
12222 (tramp-connection-timeout): New defcustom.
12223 (tramp-error-with-buffer): Reset timestamp only when appropriate.
12224 (with-tramp-progress-reporter): Simplify.
12225 (tramp-process-actions): Improve messages.
12226
12227 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
12228 * net/tramp-sh.el (tramp-maybe-open-connection):
12229 Use `tramp-connection-timeout'.
12230 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
12231 (Bug#14808)
12232
12233 2013-07-11 Leo Liu <sdl.web@gmail.com>
12234
12235 * ido.el (ido-read-file-name): Conform to the requirements of
12236 read-file-name. (Bug#11861)
12237 (ido-read-directory-name): Conform to the requirements of
12238 read-directory-name.
12239
12240 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
12241
12242 * subr.el (delay-warning): New function.
12243
12244 2013-07-10 Eli Zaretskii <eliz@gnu.org>
12245
12246 * simple.el (default-line-height): New function.
12247 (line-move-partial, line-move): Use it instead of computing the
12248 line height inline.
12249 (line-move-partial): Always compute ROWH. If the last line is
12250 partially-visible, but its text is completely visible, allow
12251 cursor to enter such a partially-visible line.
12252
12253 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
12254
12255 Improve error messages. (Bug#14808)
12256
12257 * net/tramp.el (tramp-current-connection): New defvar, moved from
12258 tramp-sh.el.
12259 (tramp-message-show-progress-reporter-message): Remove, not
12260 needed anymore.
12261 (tramp-error-with-buffer): Show message in minibuffer.
12262 Discard input before waiting. Reset connection timestamp.
12263 (with-tramp-progress-reporter): Improve messages.
12264 (tramp-process-actions): Use progress reporter. Delete process in
12265 case of error. Improve messages.
12266
12267 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
12268 Call `tramp-error-with-buffer' with vector and buffer.
12269 (tramp-current-connection): Remove.
12270 (tramp-maybe-open-connection): The car of
12271 `tramp-current-connection' are the first 3 slots of the vector.
12272
12273 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
12274
12275 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
12276 inside continued strings.
12277
12278 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
12279
12280 Timestamp fixes for undo (Bug#14824).
12281 * files.el (clear-visited-file-modtime): Move here from fileio.c.
12282
12283 2013-07-10 Leo Liu <sdl.web@gmail.com>
12284
12285 * files.el (require-final-newline): Allow safe local value.
12286 (Bug#14834)
12287
12288 2013-07-09 Leo Liu <sdl.web@gmail.com>
12289
12290 * ido.el (ido-read-directory-name): Handle fallback.
12291 (ido-read-file-name): Update DIR to ido-current-directory.
12292 (Bug#1516)
12293 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
12294
12295 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
12296
12297 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
12298 "autoload". Remove "warn lower camel case" section, previously
12299 commented out. Highlight negation char. Do not highlight the
12300 target in singleton method definitions.
12301
12302 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
12303
12304 * faces.el (tty-setup-hook): Declare the hook.
12305
12306 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
12307 and detect when a guard/pred depends on local vars (bug#14773).
12308 (pcase--u1): Adjust caller.
12309
12310 2013-07-08 Eli Zaretskii <eliz@gnu.org>
12311
12312 * simple.el (line-move-partial, line-move): Account for
12313 line-spacing.
12314 (line-move-partial): Avoid setting vscroll when the last
12315 partially-visible line in window is of default height.
12316
12317 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
12318
12319 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
12320 been used a while.
12321
12322 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
12323
12324 * subr.el (read-quoted-char): Remove unused local variable `char'.
12325
12326 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
12327
12328 * vc/ediff.el (ediff-version): Version update.
12329 (ediff-files-command, ediff3-files-command, ediff-merge-command)
12330 (ediff-merge-with-ancestor-command, ediff-directories-command)
12331 (ediff-directories3-command, ediff-merge-directories-command)
12332 (ediff-merge-directories-with-ancestor-command): New functions.
12333 All are command-line interfaces to ediff: to facilitate calling
12334 Emacs with the appropriate ediff functions invoked.
12335
12336 * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
12337 New function.
12338 (viper-save-kill-buffer): Check if buffer is modified.
12339
12340 * emulation/viper.el (viper-version): Version update.
12341 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
12342
12343 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
12344
12345 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
12346 * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
12347 (viper-intercept-ESC-key): Simplify.
12348 * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
12349 don't use kbd.
12350 * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
12351 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
12352 (viper-setup-ESC-to-escape): New functions.
12353 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
12354 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
12355
12356 2013-07-07 Eli Zaretskii <eliz@gnu.org>
12357
12358 * simple.el (default-font-height, window-screen-lines):
12359 New functions.
12360 (line-move, line-move-partial): Use them instead of
12361 frame-char-height and window-text-height. This makes scrolling
12362 text smoother when the buffer's default face uses a font that is
12363 different from the frame's default font.
12364
12365 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
12366
12367 * files.el (write-file): Do not display confirm dialog for NS,
12368 it does its own dialog, which can't be canceled (Bug#14578).
12369
12370 2013-07-06 Eli Zaretskii <eliz@gnu.org>
12371
12372 * simple.el (line-move-partial): Adjust the row returned by
12373 posn-at-point for the current window-vscroll. (Bug#14567)
12374
12375 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
12376
12377 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
12378 (tramp-sh-file-inotifywait-process-filter): Handle file names with
12379 spaces.
12380
12381 2013-07-06 Martin Rudalics <rudalics@gmx.at>
12382
12383 * window.el (window-state-put-stale-windows): New variable.
12384 (window--state-put-2): Save list of windows without matching buffer.
12385 (window-state-put): Remove "bufferless" windows if possible.
12386
12387 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
12388
12389 * simple.el (alternatives-define): Remove leftover :group keyword.
12390 Tweak docstring.
12391
12392 2013-07-06 Leo Liu <sdl.web@gmail.com>
12393
12394 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
12395 (ido-enable-virtual-buffers): New variable.
12396 (ido-buffer-internal, ido-toggle-virtual-buffers)
12397 (ido-make-buffer-list): Use it.
12398 (ido-exhibit): Support turning on and off virtual buffers
12399 automatically.
12400
12401 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
12402
12403 * simple.el (alternatives-define): New macro.
12404
12405 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
12406
12407 * subr.el (read-quoted-char): Use read-key.
12408 (sit-for): Let read-event decode tty input (bug#14782).
12409
12410 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
12411
12412 * calendar/todo-mode.el: Add handling of file deletion, both by
12413 mode command and externally. Fix various related bugs.
12414 Clarify Commentary and improve some documentation strings and code.
12415 (todo-delete-file): New command.
12416 (todo-check-file): New function.
12417 (todo-show): Handle external deletion of the file we're trying to
12418 show (bug#14688). Replace called-interactively-p by an optional
12419 prefix argument to avoid problematic interaction with catch form
12420 when byte compiled (bug#14702).
12421 (todo-quit): Handle external deletion of the archive's todo file.
12422 Make sure the buffer that was visiting the archive file is still
12423 live before trying to bury it.
12424 (todo-category-completions): Handle external deletion of any
12425 category completion files.
12426 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
12427 of todo files, in case of external deletion.
12428 (todo-add-file): Replace unnecessary setq by let-binding.
12429 (todo-find-archive): Check whether there are any archives.
12430 Replace unnecessary setq by let-binding.
12431 (todo-archive-done-item): Use find-file-noselect to get the
12432 archive buffer whether or not the archive already exists.
12433 Remove superfluous code. Use file size instead of buffer-file-name to
12434 check if the archive is new; if it is, update list of archives.
12435 (todo-default-todo-file): Allow nil to be a valid value for when
12436 there are no todo files.
12437 (todo-reevaluate-default-file-defcustom): Use corrected definition
12438 of todo-default-todo-file.
12439 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
12440 (todo-delete-category, todo-show-categories-table)
12441 (todo-category-number): Clarify comment.
12442 (todo-filter-items): Clarify documentation string.
12443 (todo-show-current-file, todo-display-as-todo-file)
12444 (todo-reset-and-enable-done-separator): Tweak documentation string.
12445 (todo-done-separator): Make separator length window-width, since
12446 bug#2749 is now fixed.
12447
12448 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
12449
12450 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
12451 Support both "gvfs-monitor-dir" and "inotifywait".
12452 (tramp-sh-file-inotifywait-process-filter): Rename from
12453 `tramp-sh-file-notify-process-filter'.
12454 (tramp-sh-file-gvfs-monitor-dir-process-filter)
12455 (tramp-get-remote-gvfs-monitor-dir): New defuns.
12456
12457 2013-07-05 Leo Liu <sdl.web@gmail.com>
12458
12459 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
12460
12461 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12462
12463 * frame.el (display-pixel-height, display-pixel-width)
12464 (display-mm-height, display-mm-width): Mention behavior on
12465 multi-monitor setups in docstrings.
12466 (w32-display-monitor-attributes-list): Declare function.
12467 (display-monitor-attributes-list): Use it.
12468
12469 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
12470
12471 * filenotify.el: New package.
12472
12473 * autorevert.el (top): Require filenotify.el.
12474 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
12475 instead.
12476 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
12477 (auto-revert-notify-handler): Use `file-notify-*' functions.
12478
12479 * subr.el (file-notify-handle-event): Move function to filenotify.el.
12480
12481 * net/tramp.el (tramp-file-name-for-operation):
12482 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
12483
12484 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
12485 for `file-notify-add-watch' and `file-notify-rm-watch'.
12486 (tramp-process-sentinel): Improve trace.
12487 (tramp-sh-handle-file-notify-add-watch)
12488 (tramp-sh-file-notify-process-filter)
12489 (tramp-sh-handle-file-notify-rm-watch)
12490 (tramp-get-remote-inotifywait): New defuns.
12491
12492 2013-07-03 Juri Linkov <juri@jurta.org>
12493
12494 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
12495 call of `occur-read-primary-args' to interactive spec.
12496
12497 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
12498 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
12499
12500 2013-07-03 Matthias Meulien <orontee@gmail.com>
12501
12502 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
12503 `Buffer-menu-multi-occur'. Add it to the menu.
12504 (Buffer-menu-mode): Document it in docstring.
12505 (Buffer-menu-multi-occur): New command. (Bug#14673)
12506
12507 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
12508
12509 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
12510 keywords and built-ins.
12511
12512 2013-07-03 Glenn Morris <rgm@gnu.org>
12513
12514 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
12515
12516 Make info-xref checks case-sensitive by default
12517 * info.el (Info-find-node, Info-find-in-tag-table)
12518 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
12519 Add option for exact case matching of nodes.
12520 * info-xref.el (info-xref): New custom group.
12521 (info-xref-case-fold): New option.
12522 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
12523
12524 2013-07-03 Leo Liu <sdl.web@gmail.com>
12525
12526 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
12527
12528 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
12529
12530 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
12531 middle of block statement initially, lower the depth. Remove
12532 FIXME comment, not longer valid. Remove middle of block statement
12533 detection, no need to do that anymore since we've been using
12534 `ruby-parse-region' here.
12535
12536 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
12537
12538 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
12539
12540 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
12541
12542 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
12543
12544 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
12545
12546 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
12547 (desktop-restore-in-current-display): New customization option.
12548 (desktop--excluded-frame-parameters): Add `font'.
12549 (desktop--save-frames): Rename from desktop--save-windows.
12550 (desktop--restore-in-this-display-p): New function.
12551 (desktop--make-full-frame): Remove unwanted width/height from
12552 full(width|height) frames.
12553 (desktop--restore-frames): Rename from desktop--restore-windows.
12554 Obey desktop-restore-current-display. Do not delete old frames or
12555 select a new frame unless we were able to restore at least one frame.
12556
12557 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
12558
12559 * files.el (find-file-noselect): Simplify conditional expression.
12560
12561 * textmodes/remember.el (remember-append-to-file):
12562 Don't mix `find-buffer-visiting' and `get-file-buffer'.
12563
12564 Add `remember-notes' function to store random notes across Emacs
12565 restarts.
12566 * textmodes/remember.el (remember-data-file): Add :set callback to
12567 affect notes buffer (if any).
12568 (remember-notes): New command.
12569 (remember-notes-buffer-name, bury-remember-notes-on-kill):
12570 New defcustoms for the `remember-notes' function.
12571 (remember-notes-save-and-bury-buffer): New command.
12572 (remember-notes-mode-map): New variable.
12573 (remember-mode): New minor mode.
12574 (remember-notes--kill-buffer-query): New function.
12575 * startup.el (initial-buffer-choice): Add notes to custom type.
12576
12577 2013-06-30 Eli Zaretskii <eliz@gnu.org>
12578
12579 * bindings.el (right-char, left-char): Don't call sit-for, this is
12580 no longer needed. Use arithmetic comparison only for numerical
12581 arguments.
12582
12583 * international/mule-cmds.el (select-safe-coding-system):
12584 Handle the case of FROM being a string correctly. (Bug#14755)
12585
12586 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
12587
12588 * net/shr.el (shr-make-table-1): Add a sanity check that allows
12589 progression on degenerate tables.
12590 (shr-rescale-image): ImageMagick animated images currently don't work.
12591
12592 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
12593
12594 Some fixes and improvements for desktop frame restoration.
12595 It is still experimental and disabled by default.
12596 * desktop.el (desktop--save-windows): Put the selected frame at
12597 the head of the list.
12598 (desktop--make-full-frame): New function.
12599 (desktop--restore-windows): Try to re-select the frame that was
12600 selected upon saving. Do not abort if some frames fail to restore,
12601 just show an error message and continue. Set up maximized frames
12602 so they have default non-maximized dimensions.
12603
12604 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
12605
12606 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
12607 Don't start heredoc inside a string or comment.
12608
12609 2013-06-29 Eli Zaretskii <eliz@gnu.org>
12610
12611 * bindings.el (visual-order-cursor-movement): New defcustom.
12612 (right-char, left-char): Provide visual-order cursor motion by
12613 calling move-point-visually. Update the doc strings.
12614
12615 2013-06-28 Kenichi Handa <handa@gnu.org>
12616
12617 * international/mule.el (define-coding-system): New coding system
12618 properties :inhibit-null-byte-detection,
12619 :inhibit-iso-escape-detection, and :prefer-utf-8.
12620 (set-buffer-file-coding-system): If :charset-list property of
12621 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
12622 appropriate for setting.
12623
12624 * international/mule-cmds.el (select-safe-coding-system):
12625 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
12626 multibyte characters, return utf-8 (or one of its siblings).
12627
12628 * international/mule-conf.el (prefer-utf-8): New coding system.
12629 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
12630 files.
12631
12632 2013-06-28 Ivan Kanis <ivan@kanis.fr>
12633
12634 * net/shr.el (shr-render-region): New function.
12635
12636 * net/eww.el: Autoload `eww-browse-url'.
12637
12638 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
12639
12640 * emacs-lisp/package-x.el (package-upload-buffer-internal):
12641 Adapt to `package-desc-version' being a list.
12642 Use `package--ac-desc-version' to retrieve version from a package
12643 archive element.
12644
12645 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
12646
12647 New experimental feature to save&restore window and frame setup.
12648 * desktop.el (desktop-save-windows): New defcustom.
12649 (desktop--saved-states): New var.
12650 (desktop--excluded-frame-parameters): New defconst.
12651 (desktop--filter-frame-parms, desktop--find-frame-in-display)
12652 (desktop--restore-windows, desktop--save-windows): New functions.
12653 (desktop-save): Call `desktop--save-windows'.
12654 (desktop-read): Call `desktop--restore-windows'.
12655
12656 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
12657
12658 * net/shr.el (add-face-text-property): Remove compat definition.
12659
12660 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
12661
12662 * info.el (Info-try-follow-nearest-node): Move search for footnote
12663 above search for node name to prevent missing a footnote (bug#14717).
12664
12665 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
12666
12667 * obsolete/otodo-mode.el: Add obsolescence info to file header.
12668
12669 2013-06-27 Leo Liu <sdl.web@gmail.com>
12670
12671 * net/eww.el (eww-read-bookmarks): Check file size.
12672
12673 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12674
12675 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
12676 advice--pending if newdef is nil or an autoload (bug#13820).
12677 (advice-mapc): New function.
12678
12679 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
12680
12681 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
12682 probably.
12683 (eww-mode-map): Add a menu bar.
12684 (eww-add-bookmark): New command.
12685 (eww-bookmark-mode): New mode and commands.
12686 (eww-add-bookmark): Remove newlines from the title.
12687 (eww-bookmark-browse): Don't bug out if it's the only window.
12688
12689 2013-06-26 Glenn Morris <rgm@gnu.org>
12690
12691 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
12692 (hfy-size): Handle ttys. (Bug#14668)
12693
12694 * info-xref.el: Update for Texinfo 5 change in *note format.
12695 (info-xref-node-re, info-xref-note-re): New constants.
12696 (info-xref-check-buffer): Use info-xref-note-re.
12697
12698 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
12699
12700 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
12701
12702 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
12703 nil terminate the loop (bug#14718).
12704
12705 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12706
12707 * net/eww.el: Rework history traversal. When going forward/back,
12708 put these actions into the history, too, so that they can be
12709 replayed.
12710 (eww-render): Move the history reset to the correct buffer.
12711
12712 2013-06-25 Juri Linkov <juri@jurta.org>
12713
12714 * files-x.el (modify-dir-local-variable): Change the header comment
12715 in the file with directory local variables. (Bug#14692)
12716
12717 * files-x.el (read-file-local-variable-value): Add `default'.
12718 (Bug#14710)
12719
12720 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12721
12722 * net/eww.el (eww-make-unique-file-name): Create a unique file
12723 name before saving to entering `y' accidentally asynchronously.
12724
12725 2013-06-25 Ivan Kanis <ivan@kanis.fr>
12726
12727 * net/eww.el (eww-download): New command and keystroke.
12728
12729 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12730
12731 * net/eww.el (eww-copy-page-url): Change name of command.
12732
12733 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
12734 be more consistent with Info and dired.
12735
12736 * net/eww.el (eww-mode-map): Ditto.
12737
12738 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12739
12740 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
12741 packages from archives.
12742 (package-archive-contents): Change format; include obsolete packages.
12743 (package-desc): Use `dir' to mark builtin packages.
12744 (package--from-builtin): Set the `dir' field to `builtin'.
12745 (generated-autoload-file, version-control): Declare.
12746 (package-compute-transaction): Change first arg and return value to be
12747 lists of package-descs. Adjust to new package-archive-contents format.
12748 (package--add-to-archive-contents): Adjust to new
12749 package-archive-contents format.
12750 (package-download-transaction): Arg is now a list of package-descs.
12751 (package-install): If `pkg' is a package name, pass it as
12752 a requirement, so it is subject to the usual (e.g. disabled) checks.
12753 (describe-package): Accept package-desc as well.
12754 (describe-package-1): Describe a specific package-desc. Add links to
12755 other package-descs for the same package name.
12756 (package-menu-describe-package): Pass the actual package-desc.
12757 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
12758 works correctly.
12759 (package-desc-status): New function.
12760 (package-menu--refresh): New function, extracted
12761 from package-menu--generate.
12762 (package-menu--generate): Use it.
12763 (package-delete): Update package-alist.
12764 (package-menu-execute): Don't call package-initialize.
12765
12766 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
12767 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
12768 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
12769 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
12770 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
12771 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
12772
12773 2013-06-25 Martin Rudalics <rudalics@gmx.at>
12774
12775 * window.el (window--state-get-1): Workaround for bug#14527.
12776 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
12777
12778 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
12779
12780 * net/eww.el (eww-back-url): Implement the history by stashing all
12781 the data into a list.
12782 (eww-forward-url): Allow going forward in the history, too.
12783
12784 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12785
12786 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
12787 for values and use read--expression for expressions (bug#14710).
12788 (read-file-local-variable): Avoid setq.
12789 (read-file-local-variable-mode): Use minor-mode-list.
12790
12791 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12792
12793 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
12794 for DOI URLs.
12795
12796 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12797
12798 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
12799 Update imenu-support when dialect changes.
12800
12801 2013-06-25 Leo Liu <sdl.web@gmail.com>
12802
12803 * ido.el (ido-read-internal): Allow forward slash on windows.
12804
12805 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12806
12807 * net/eww.el (eww): Start of strings is \\`, not ^.
12808
12809 2013-06-24 Ivan Kanis <ivan@kanis.fr>
12810
12811 * net/shr.el (shr-browse-url): Fix interactive spec.
12812
12813 * net/eww.el (eww): Add a trailing slash to domain names.
12814
12815 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
12816
12817 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
12818
12819 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
12820
12821 * net/shr.el (shr-browse-url): Use an external browser if given a
12822 prefix.
12823
12824 * net/eww.el (eww-external-browser): Move to shr.
12825
12826 2013-06-24 Ivan Kanis <ivan@kanis.fr>
12827
12828 * net/eww.el (eww): Work more correctly for file: URLs.
12829 (eww-detect-charset): Allow quoted charsets.
12830 (eww-yank-page-url): New command and keystroke.
12831
12832 2013-06-24 Daiki Ueno <ueno@gnu.org>
12833
12834 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
12835 file name of gpg executable.
12836 (epg-context-program): New function.
12837 (epg-context-home-directory): New function.
12838 (epg-context-set-program): New function.
12839 (epg-context-set-home-directory): New function.
12840 (epg--start): Use `epg-context-program' instead of
12841 'epg-gpg-program'.
12842 (epg--list-keys-1): Likewise.
12843
12844 2013-06-24 Leo Liu <sdl.web@gmail.com>
12845
12846 * ido.el (ido-read-internal): Fix bug#14620.
12847
12848 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
12849
12850 * faces.el (face-documentation): Simplify.
12851 (read-face-attribute, tty-find-type, x-resolve-font-name):
12852 Use `string-match-p'.
12853 (list-faces-display): Use `string-match-p'. Simplify.
12854 (face-spec-recalc): Check face to avoid face alias loops.
12855 (read-color): Use `string-match-p' and non-capturing parenthesis.
12856
12857 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
12858
12859 * net/shr.el (shr-rescale-image): Use the new
12860 :max-width/:max-height functionality.
12861
12862 2013-06-23 Ivan Kanis <ivan@kanis.fr>
12863
12864 * net/eww.el (eww-search-prefix): New variable.
12865 (eww): Use it.
12866 (eww-external-browser): New variable.
12867 (eww-mode-map): New keystroke.
12868 (eww-browse-with-external-browser): New command.
12869
12870 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
12871
12872 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
12873
12874 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
12875 Don't skip aligning the next header field when padding is 0;
12876 otherwise, field width is not respected unless the title is as
12877 wide as the field.
12878
12879 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
12880
12881 * emacs-lisp/package.el (package-el-version): Remove.
12882 (package-process-define-package): Fix inf-loop.
12883 (package-install): Allow symbols as arguments again.
12884
12885 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
12886
12887 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
12888 add some more keyword-like methods.
12889 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
12890
12891 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
12892
12893 * bs.el (bs-buffer-show-mark): Make defvar-local.
12894 (bs-mode): Use setq-local.
12895
12896 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
12897 (emacs-lock--try-unlocking): Make defvar-local.
12898
12899 2013-06-22 Glenn Morris <rgm@gnu.org>
12900
12901 * play/cookie1.el (cookie-apropos): Minor simplification.
12902
12903 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
12904
12905 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
12906
12907 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
12908 `regexp-opt', it breaks the build during dumping.
12909
12910 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
12911
12912 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
12913 Highlight keyword-like methods on Kernel and Module with
12914 font-lock-builtin-face.
12915 (auto-mode-alist): Consolidate different entries into one regexp
12916 and add more *file-s.
12917
12918 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
12919
12920 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
12921
12922 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
12923 (diary-entry): Use it in the action of this button type instead of
12924 diary-goto-entry.
12925
12926 * calendar/todo-mode.el: New version.
12927 (todo-add-category): Append new category to end of file and give
12928 it the highest number, instead of putting it at the beginning and
12929 giving it 0. Incorporate noninteractive functionality.
12930 (todo-forward-category): Adapt to 1-based category numbering.
12931 Allow skipping over archived categories.
12932 (todo-backward-category): Derive from todo-forward-category.
12933 (todo-backward-item, todo-forward-item): Make noninteractive and
12934 delegate interactive part to new commands. Make sensitive to done items.
12935 (todo-categories): Make value an alist of category names and
12936 vectors of item counts.
12937 (todo-category-beg): Make a defconst.
12938 (todo-category-number): Use 1 instead of 0 as initial value.
12939 (todo-category-select): Make sensitive to overlays, optional item
12940 highlighting and done items.
12941 (todo-delete-item): Make sensitive to overlays and marked and done items.
12942 (todo-edit-item): Make sensitive to overlays and editing of
12943 date/time header optional. Add format checks.
12944 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
12945 no-op if point is not on an item. Advertise using todo-edit-quit.
12946 (todo-edit-mode): Make sensitive to new format, font-locking, and
12947 multiple todo files.
12948 (todo-insert-item, todo-insert-item-here): Derive from
12949 todo-basic-insert-item and extend functionality.
12950 (todo-item-end, todo-item-start): Make sensitive to done items.
12951 (todo-item-string): Don't return text properties. Restore point.
12952 (todo-jump-to-category): Make sensitive to multiple todo files and
12953 todo archives. Use extended category completion.
12954 (todo-lower-item, todo-raise-item): Rename to *-priority and
12955 derive from todo-set-item-priority.
12956 (todo-mode): Derive from special-mode. Make sensitive to new
12957 format, font-locking and multiple todo files. Make read-only.
12958 (todo-mode-map): Don't suppress digit keys, so they can supply
12959 prefix arguments. Add many new key bindings.
12960 (todo-prefix): Insert as an overlay instead of file text.
12961 Change semantics from diary date expression to purely visual mark.
12962 (todo-print): Rename to todo-print-buffer. Make buffer display
12963 features printable. Remove option to restrict number of items
12964 printed. Add option to print to file.
12965 (todo-print-function): Rename to todo-print-buffer-function.
12966 (todo-quit): Extend to handle exiting new todo modes.
12967 (todo-remove-item): Make sensitive to overlays.
12968 (todo-save): Extend to buffers of filtered items.
12969 (todo-show): Make sensitive to done items, multiple todo files and
12970 new todo modes. Offer to convert legacy todo file before creating
12971 first new todo file.
12972 (todo-show-priorities): Rename to todo-top-priorities.
12973 Change semantics of value 0.
12974 (todo-top-priorities): Rename to todo-filter-top-priorities,
12975 derive from todo-filter-items and extend functionality.
12976 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
12977 and extend functionality to other types of filtered items.
12978 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
12979 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
12980 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
12981 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
12982 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
12983 (todo-edit-mode-hook, todo-entry-prefix-function)
12984 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
12985 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
12986 (todo-initials, todo-insert-threshold, todo-item-string-start)
12987 (todo-line-string, todo-menu, todo-mode-hook)
12988 (todo-more-important-p, todo-previous-answer, todo-previous-line)
12989 (todo-print-priorities, todo-remove-separator)
12990 (todo-save-top-priorities-too, todo-string-count-lines)
12991 (todo-string-multiline-p, todo-time-string-format)
12992 (todo-tmp-buffer-name): Remove.
12993 (todo-add-file, todo-archive-done-item, todo-choose-archive)
12994 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
12995 (todo-edit-category-diary-inclusion)
12996 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
12997 (todo-edit-file, todo-edit-item-date-day)
12998 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
12999 (todo-edit-item-date-month, todo-edit-item-date-to-today)
13000 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
13001 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
13002 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
13003 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
13004 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
13005 (todo-filter-top-priorities-multifile, todo-find-archive)
13006 (todo-find-filtered-items-file, todo-go-to-source-item)
13007 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
13008 (todo-jump-to-archive-category, todo-lower-category)
13009 (todo-mark-category, todo-marked-item-p, todo-merge-category)
13010 (todo-move-category, todo-move-item, todo-next-button)
13011 (todo-next-item, todo-padded-string, todo-powerset)
13012 (todo-previous-button, todo-previous-item)
13013 (todo-print-buffer-to-file, todo-raise-category)
13014 (todo-rename-category, todo-repair-categories-sexp, todo-search)
13015 (todo-set-category-number, todo-set-item-priority)
13016 (todo-set-top-priorities-in-category)
13017 (todo-set-top-priorities-in-file, todo-show-categories-table)
13018 (todo-sort-categories-alphabetically-or-numerically)
13019 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
13020 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
13021 (todo-toggle-item-header, todo-toggle-item-highlighting)
13022 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
13023 (todo-toggle-view-done-items, todo-toggle-view-done-only)
13024 (todo-unarchive-items, todo-unmark-category): New commands.
13025 (todo-absolute-file-name, todo-add-to-buffer-list)
13026 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
13027 (todo-basic-insert-item, todo-category-completions)
13028 (todo-category-number, todo-category-string-matcher-1)
13029 (todo-category-string-matcher-2, todo-check-filtered-items-file)
13030 (todo-check-format, todo-clear-matches)
13031 (todo-comment-string-matcher, todo-convert-legacy-date-time)
13032 (todo-current-category, todo-date-string-matcher)
13033 (todo-define-insertion-command, todo-diary-expired-matcher)
13034 (todo-diary-goto-entry, todo-diary-item-p)
13035 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
13036 (todo-display-categories, todo-display-sorted, todo-done-item-p)
13037 (todo-done-item-section-p, todo-done-separator)
13038 (todo-done-string-matcher, todo-files, todo-filter-items)
13039 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
13040 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
13041 (todo-insert-category-line, todo-insert-item-from-calendar)
13042 (todo-insert-sort-button, todo-insert-with-overlays)
13043 (todo-insertion-command-name, todo-insertion-key-bindings)
13044 (todo-label-to-key, todo-longest-category-name-length)
13045 (todo-make-categories-list, todo-mode-external-set)
13046 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
13047 (todo-modes-set-3, todo-multiple-filter-files)
13048 (todo-nondiary-marker-matcher, todo-prefix-overlays)
13049 (todo-read-category, todo-read-date, todo-read-dayname)
13050 (todo-read-file-name, todo-read-time)
13051 (todo-reevaluate-category-completions-files-defcustom)
13052 (todo-reevaluate-default-file-defcustom)
13053 (todo-reevaluate-filelist-defcustoms)
13054 (todo-reevaluate-filter-files-defcustom)
13055 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
13056 (todo-reset-done-separator, todo-reset-done-separator-string)
13057 (todo-reset-done-string, todo-reset-global-current-todo-file)
13058 (todo-reset-highlight-item, todo-reset-nondiary-marker)
13059 (todo-reset-prefix, todo-set-categories)
13060 (todo-set-date-from-calendar, todo-set-show-current-file)
13061 (todo-set-top-priorities, todo-short-file-name)
13062 (todo-show-current-file, todo-sort, todo-time-string-matcher)
13063 (todo-total-item-counts, todo-update-buffer-list)
13064 (todo-update-categories-display, todo-update-categories-sexp)
13065 (todo-update-count, todo-validate-name, todo-y-or-n-p):
13066 New functions.
13067 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
13068 New major modes.
13069 (todo-categories, todo-display, todo-edit, todo-faces)
13070 (todo-filtered): New defgroups.
13071 (todo-archived-only, todo-button, todo-category-string, todo-date)
13072 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
13073 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
13074 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
13075 (todo-add-item-if-new-category, todo-always-add-time-string)
13076 (todo-categories-align, todo-categories-archived-label)
13077 (todo-categories-category-label, todo-categories-diary-label)
13078 (todo-categories-done-label, todo-categories-number-separator)
13079 (todo-categories-todo-label, todo-categories-totals-label)
13080 (todo-category-completions-files, todo-completion-ignore-case)
13081 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
13082 (todo-done-separator-string, todo-done-string)
13083 (todo-files-function, todo-filter-done-items, todo-filter-files)
13084 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
13085 (todo-initial-category, todo-initial-file, todo-item-mark)
13086 (todo-legacy-date-time-regexp, todo-mode-line-function)
13087 (todo-nondiary-marker, todo-number-prefix)
13088 (todo-print-buffer-function, todo-show-current-file)
13089 (todo-show-done-only, todo-show-first, todo-show-with-done)
13090 (todo-skip-archived-categories, todo-top-priorities-overrides)
13091 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
13092 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
13093 New defcustoms.
13094 (todo-category-done, todo-date-pattern, todo-date-string-start)
13095 (todo-diary-items-buffer, todo-done-string-start)
13096 (todo-filtered-items-buffer, todo-item-start)
13097 (todo-month-abbrev-array, todo-month-name-array)
13098 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
13099 (todo-top-priorities-buffer): New defconsts.
13100 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
13101 (todo-categories-with-marks, todo-category-string-face)
13102 (todo-comment-face, todo-comment-string, todo-current-todo-file)
13103 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
13104 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
13105 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
13106 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
13107 (todo-font-lock-keywords, todo-global-current-todo-file)
13108 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
13109 (todo-insertion-commands-args)
13110 (todo-insertion-commands-args-genlist)
13111 (todo-insertion-commands-names, todo-insertion-map)
13112 (todo-key-bindings-t, todo-key-bindings-t+a)
13113 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
13114 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
13115 (todo-nondiary-face, todo-print-buffer, todo-time-face)
13116 (todo-visited): New variables.
13117
13118 2013-06-21 Glenn Morris <rgm@gnu.org>
13119
13120 * play/cookie1.el (cookie-apropos): Add optional display argument.
13121 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
13122 (psychoanalyze-pinhead): Use cookie-doctor.
13123
13124 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
13125
13126 * emacs-lisp/package.el (tar-get-file-descriptor)
13127 (tar--extract): Declare.
13128
13129 2013-06-21 Eduard Wiebe <usenet@pusto.de>
13130
13131 Extend flymake's warning predicate to be a function (bug#14217).
13132 * progmodes/flymake.el (flymake-warning-predicate): New.
13133 (flymake-parse-line): Use it.
13134 (flymake-warning-re): Make obsolete alias to
13135 `flymake-warning-predicate'.
13136
13137 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13138
13139 * emacs-lisp/package.el (package-alist): Include obsolete packages.
13140 (package-obsolete-list): Remove.
13141 (package-activate): Remove min-version argument. Add `force' argument.
13142 Adjust to new package-alist format.
13143 (package-mark-obsolete): Remove.
13144 (package-unpack): Force reload of the package's autoloads.
13145 (package-installed-p): Check builtins if the installed package is not
13146 recent enough.
13147 (package-initialize): Don't reset package-obsolete-list.
13148 Don't specify which package version to activate.
13149 (package-process-define-package, describe-package-1)
13150 (package-menu--generate): Adjust to new package-alist format.
13151
13152 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
13153
13154 * allout-widgets.el (allout-widgets-mode-off)
13155 (allout-widgets-mode-on, allout-widgets-pre-command-business)
13156 (allout-widgets-post-command-business)
13157 (allout-widgets-after-copy-or-kill-function)
13158 (allout-widgets-after-undo-function, allout-test-range-overlaps)
13159 (allout-decorate-item-and-context)
13160 (allout-graphics-modification-handler): Fix typos in docstrings.
13161 (allout-get-or-create-parent-widget): Use `looking-at-p'.
13162
13163 * cmuscheme.el (scheme-start-file): Doc fix.
13164 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
13165 (scheme-input-filter): Use `string-match-p'.
13166
13167 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
13168
13169 * dired-x.el: Use Dired consistently in docstrings.
13170
13171 * dired.el: Use Dired consistently in docstrings.
13172 (dired-readin, dired-mode): Use `setq-local'.
13173 (dired-switches-alist): Make defvar-local.
13174 (dired-buffers-for-dir): Use `zerop'.
13175 (dired-safe-switches-p, dired-switches-escape-p)
13176 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
13177 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
13178 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
13179 (dired-goto-next-nontrivial-file): Use `string-match-p'.
13180 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
13181 (dired-toggle-marks, dired-mark-files-containing-regexp)
13182 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
13183 (dired-flag-auto-save-files, dired-flag-backup-files):
13184 Use `looking-at-p'.
13185 (dired-mark-files-regexp, dired-build-subdir-alist):
13186 Use `string-match-p', `looking-at-p'.
13187
13188 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
13189 (direct-print-region-helper): Use `string-match-p'.
13190
13191 2013-06-21 Leo Liu <sdl.web@gmail.com>
13192
13193 * comint.el (comint-redirect-results-list-from-process):
13194 Fix infinite loop.
13195
13196 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13197
13198 * net/eww.el (eww-update-header-line-format): Quote % characters.
13199
13200 2013-06-21 Glenn Morris <rgm@gnu.org>
13201
13202 * play/cookie1.el (cookie): New custom group.
13203 (cookie-file): New option.
13204 (cookie-check-file): New function.
13205 (cookie): Make it interactive. Make start and end messages optional.
13206 Interactively, display the result. Default to cookie-file.
13207 (cookie-insert): Default to cookie-file.
13208 (cookie-snarf): Make start and end messages optional.
13209 Default to cookie-file. Use with-temp-buffer.
13210 (cookie-read): Rename from read-cookie.
13211 Make start and end messages optional. Default to cookie-file.
13212 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
13213 Do not autoload it.
13214 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
13215 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
13216
13217 2013-06-21 Leo Liu <sdl.web@gmail.com>
13218
13219 * progmodes/octave.el (octave-mode): Backward compatibility fix.
13220
13221 2013-06-21 Glenn Morris <rgm@gnu.org>
13222
13223 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
13224
13225 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
13226 Daniel Hackney <dan@haxney.org>
13227
13228 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
13229 Consolidate the single-file vs tarball code.
13230 (package-desc-suffix): New function.
13231 (package-desc-full-name): Don't bother inlining it.
13232 (package-load-descriptor): Return the new package-desc.
13233 (package-mark-obsolete): Remove unused arg `package'.
13234 (package-unpack): Make it work for single files as well.
13235 Make it update package-alist.
13236 (package--make-autoloads-and-stuff): Rename from
13237 package--make-autoloads-and-compile. Don't compile any more.
13238 (package--compile): New function.
13239 (package-generate-description-file): New function, extracted from
13240 package-unpack-single.
13241 (package-unpack-single): Remove.
13242 (package--with-work-buffer): Add indentation and debugging info.
13243 (package-download-single): Remove.
13244 (package-install-from-archive): Rename from package-download-tar, make
13245 it take a pkg-desc, and make it work for single files as well.
13246 (package-download-transaction): Simplify.
13247 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
13248 external tar program.
13249 (package-install-from-buffer): Remove `pkg-desc' argument.
13250 Use package-tar-file-info for tar-mode buffers.
13251 (package-install-file): Simplify accordingly.
13252 (package-archive-base): Change to take a pkg-desc.
13253 * tar-mode.el (tar--check-descriptor): New function, extracted from
13254 tar-get-descriptor.
13255 (tar-get-descriptor): Use it.
13256 (tar-get-file-descriptor): New function.
13257 (tar--extract): New function, extracted from tar-extract.
13258 (tar--extract): Use it.
13259 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
13260 case the summary uses non-ascii. Adjust to new calling convention of
13261 package-tar-file-info.
13262
13263 2013-06-21 Leo Liu <sdl.web@gmail.com>
13264
13265 * comint.el (comint-redirect-results-list-from-process):
13266 Fix random delay. (Bug#14681)
13267
13268 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
13269
13270 * profiler.el (profiler-format-number): Use log, not log10.
13271
13272 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
13273
13274 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
13275
13276 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
13277
13278 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
13279 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
13280 yet available.
13281 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
13282 (AUTOGENEL): ... here.
13283 * emacs-lisp/cl-macs.el (cl--sublis): New function.
13284 (cl--defsubst-expand): Use it.
13285
13286 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
13287
13288 * subr.el (log10): Move here from C code, and declare as obsolete.
13289 All uses of (log10 X) replaced with (log X 10).
13290
13291 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
13292
13293 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
13294 Declare with `defvar-local'.
13295 (tabulated-list-use-header-line, tabulated-list-entries)
13296 (tabulated-list-padding, tabulated-list-printer)
13297 (tabulated-list-sort-key): Declare with `defvar-local'.
13298 (tabulated-list-init-header, tabulated-list-print-fake-header):
13299 Use `setq-local'.
13300
13301 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
13302
13303 * arc-mode.el (archive-mode): Add `archive-write-file' to
13304 `write-contents-functions' also for remote files. (Bug#14652)
13305
13306 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
13307
13308 * cus-edit.el (custom-commands): Fix typos.
13309 (custom-display): Fix tooltip text.
13310 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
13311 Fix typos in docstrings.
13312 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
13313 (custom-unlispify-menu-entry, custom-magic-value-create)
13314 (custom-add-see-also, custom-group-value-create): Use ?\s.
13315 (custom-guess-type, customize-apropos, editable-field)
13316 (custom-face-value-create): Use `string-match-p'.
13317 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
13318
13319 * custom.el (custom-load-symbol): Use `string-match-p'.
13320
13321 * ansi-color.el: Convert to lexical binding.
13322 (ansi-colors): Fix URL.
13323 (ansi-color-context, ansi-color-context-region): Use defvar-local.
13324 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
13325 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
13326
13327 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13328
13329 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
13330
13331 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
13332
13333 2013-06-19 Tom Tromey <tromey@redhat.com>
13334
13335 * net/eww.el (eww-top-url): Remove.
13336 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
13337 (eww-render): Set new variables. Don't set eww-top-url.
13338 (eww-handle-link): Handle "prev", "home", and "contents".
13339 Downcase the rel text.
13340 (eww-top-url): Choose best top URL.
13341
13342 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13343
13344 * net/eww.el: Rewrite to implement form elements "by hand" instead of
13345 relying in widget.el. Using widget.el leads to too many
13346 user interface inconsistencies.
13347 (eww-self-insert): Implement entering commands in text fields.
13348 (eww-process-text-input): New function to make text input field editing
13349 work.
13350 (eww-submit): Rewrite to use the new-style form methods.
13351 (eww-select-display): Display the correct selected item.
13352 (eww-change-select): Implement changing the select value.
13353 (eww-toggle-checkbox): Implement radio/checkboxes.
13354 (eww-update-field): Fix compilation error.
13355 (eww-tag-textarea): Implement <textarea>.
13356
13357 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
13358 we don't shadow mode-specific bindings.
13359
13360 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
13361 nothing to push.
13362
13363 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
13364
13365 2013-06-19 Glenn Morris <rgm@gnu.org>
13366
13367 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
13368
13369 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
13370
13371 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
13372 not needed.
13373
13374 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
13375
13376 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
13377
13378 * net/browse-url.el (browse-url-browser-function):
13379 `eww-browse-url' has the right calling signature, `eww' does not.
13380
13381 2013-06-19 Glenn Morris <rgm@gnu.org>
13382
13383 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13384 Only eval autoloaded macros.
13385 (byte-compile-autoload): Only give the macro warning for macros.
13386
13387 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
13388 (ps-underlined-faces): Declare.
13389
13390 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
13391 (speedbar-add-supported-extension): Declare.
13392
13393 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
13394 Don't include a date stamp in the header of the generated file;
13395 it leads to needless differences between output files.
13396
13397 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
13398
13399 * net/secrets.el (secrets-struct-secret-content-type):
13400 Replace check of introspection data by a test call of "CreateItem".
13401 Some servers do not offer introspection.
13402
13403 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
13404
13405 * electric.el (electric-pair-mode): Improve interaction with
13406 electric-layout-mode.
13407 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
13408 (electric-pair-syntax): Use text-mode-syntax-table in comments
13409 and strings.
13410 (electric-pair--insert): New function.
13411 (electric-pair-post-self-insert-function): Use it and
13412 electric--after-char-pos.
13413
13414 2013-06-19 Leo Liu <sdl.web@gmail.com>
13415
13416 * progmodes/octave.el (octave-help): Fix regexp.
13417
13418 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
13419
13420 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
13421 (shr-table-horizontal-line): Allow nil as a value, and change the
13422 default.
13423 (shr-insert-table-ruler): Respect the nil value.
13424
13425 2013-06-18 Tom Tromey <tromey@barimba>
13426
13427 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
13428 New defvars.
13429 (eww-open-file): New defun.
13430 (eww-render): Initialize new variables.
13431 (eww-display-html): Handle "link" and "a".
13432 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
13433 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
13434 (eww-back-url): Rename from eww-previous-url.
13435 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
13436 New defuns.
13437
13438 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
13439
13440 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
13441 Distinguish ternary operator tokens from slash symbol and slash
13442 char literal.
13443
13444 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
13445
13446 Convert symbol prettification into minor mode and global minor mode.
13447
13448 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
13449 `prog-prettify-symbols', and make a local defvar instead of defcustom.
13450 (prettify-symbols--keywords): Rename from
13451 `prog-prettify-symbols-alist' and make a local defvar.
13452 (prettify-symbols--compose-symbol): Rename from
13453 `prog--prettify-font-lock-compose-symbol'.
13454 (prettify-symbols--make-keywords): Rename from
13455 `prog-prettify-font-lock-symbols-keywords' and simplify.
13456 (prog-prettify-install): Remove.
13457 (prettify-symbols-mode): New minor mode, based on
13458 `prog-prettify-install'.
13459 (turn-on-prettify-symbols-mode): New function.
13460 (global-prettify-symbols-mode): New globalized minor mode.
13461
13462 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13463 * progmodes/cfengine.el (cfengine3-mode):
13464 * progmodes/perl-mode.el (perl-mode): Don't call
13465 `prog-prettify-install'; set `prettify-symbols-alist' instead.
13466
13467 2013-06-18 Juri Linkov <juri@jurta.org>
13468
13469 * files-x.el (modify-file-local-variable-message): New function.
13470 (modify-file-local-variable)
13471 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
13472 and call `modify-file-local-variable-message' when it's non-nil.
13473 (add-file-local-variable, delete-file-local-variable)
13474 (add-file-local-variable-prop-line)
13475 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
13476 and use it. (Bug#9820)
13477
13478 2013-06-18 Juri Linkov <juri@jurta.org>
13479
13480 * emulation/vi.el (vi-shell-op):
13481 * emulation/vip.el (vip-execute-com, ex-command):
13482 * emulation/viper-cmd.el (viper-exec-bang):
13483 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
13484 the call of `shell-command-on-region'. (Bug#14637)
13485
13486 * simple.el (shell-command-on-region): Doc fix.
13487
13488 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
13489
13490 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
13491 (bug#14633).
13492
13493 2013-06-18 Glenn Morris <rgm@gnu.org>
13494
13495 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
13496
13497 * newcomment.el (comment-search-forward, comment-search-backward):
13498 Doc fix. (Bug#14376)
13499
13500 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
13501
13502 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
13503 (buffer-face-mode-invoke): Doc fix.
13504
13505 2013-06-18 Matthias Meulien <orontee@gmail.com>
13506
13507 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
13508 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
13509
13510 2013-06-18 Glenn Morris <rgm@gnu.org>
13511
13512 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
13513 Replace obsolete function generic-make-keywords with its expansion.
13514
13515 * progmodes/python.el (ffap-alist): Declare.
13516
13517 * textmodes/reftex.el (bibtex-mode-map): Declare.
13518
13519 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
13520
13521 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
13522 (package-unpack, package-unpack-single): Return the pkg-dir.
13523 (package-download-transaction): Use it to update package-alist.
13524
13525 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
13526
13527 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
13528 possible choice.
13529
13530 2013-06-17 Juri Linkov <juri@jurta.org>
13531
13532 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
13533
13534 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
13535
13536 * emacs-lisp/package.el (package-load-descriptor):
13537 Remove `with-syntax-table' call, `read' doesn't need it.
13538 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
13539
13540 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
13541
13542 * startup.el (command-line): Expand package name returned by
13543 `package--description-file' (bug#14639).
13544
13545 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
13546
13547 * emacs-lisp/package.el (package-load-descriptor): Do not call
13548 `emacs-lisp-mode', just use its syntax table.
13549
13550 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
13551
13552 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
13553 `font-lock-extra-managed-props' if any prettifying keyword is added.
13554 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
13555 (prog-mode): Use `setq-local'.
13556
13557 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
13558
13559 * international/characters.el (standard-case-table): Set syntax of ?»
13560 and ?« to punctuation.
13561
13562 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
13563
13564 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
13565 Save relevant match data before calling `syntax-ppss' (bug#14595).
13566
13567 2013-06-15 Juri Linkov <juri@jurta.org>
13568
13569 * files-x.el (modify-file-local-variable-prop-line): Add local
13570 variables to the end of the existing comment on the first line.
13571 Use `file-auto-mode-skip' to skip interpreter magic line,
13572 and also skip XML declaration.
13573
13574 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13575
13576 * startup.el (package--builtin-versions): New var.
13577 (package-subdirectory-regexp): Remove.
13578 (package--description-file): Hard code its value instead.
13579
13580 * emacs-lisp/package.el: Don't activate packages older than builtin.
13581 (package-obsolete-list): Rename from package-obsolete-alist, and make
13582 it into a simple list of package-desc.
13583 (package-strip-version): Remove.
13584 (package-built-in-p): Use package--builtin-versions.
13585 (package-mark-obsolete): Simplify.
13586 (package-process-define-package): Mark it obsolete if older than the
13587 builtin version.
13588 (package-handle-response): Use line-end-position.
13589 (package-read-archive-contents, package--download-one-archive):
13590 Simplify.
13591 (package--add-to-archive-contents): Skip if older than the builtin or
13592 installed version.
13593 (package-menu-describe-package): Fix last change.
13594 (package-list-unversioned): New var.
13595 (package-menu--generate): Use it.
13596
13597 * emacs-lisp/autoload.el: Manage package--builtin-versions.
13598 (autoload--insert-text, autoload--insert-cookie-text): New functions.
13599 (autoload-builtin-package-versions): New variable.
13600 (autoload-generate-file-autoloads): Use them.
13601 Remove the list of autoloaded functions/macros from the
13602 (autoload...) comments.
13603
13604 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
13605
13606 2013-06-15 Eli Zaretskii <eliz@gnu.org>
13607
13608 * simple.el (line-move-partial): Don't jump to the next screen
13609 line as soon as it becomes visible. Instead, continue enlarging
13610 the vscroll until the portion of a tall screen line that's left on
13611 display is about the height of the frame's default font.
13612 (Bug#14567)
13613
13614 2013-06-15 Glenn Morris <rgm@gnu.org>
13615
13616 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
13617 compilation-error-regexp-alist void, or local while let-bound.
13618
13619 * progmodes/make-mode.el (makefile-mode-syntax-table):
13620 Treat "=" as punctuation. (Bug#14614)
13621
13622 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
13623
13624 * help-fns.el (describe-variable):
13625 Add extra line for permanent-local variables.
13626
13627 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
13628
13629 * progmodes/scheme.el (scheme-font-lock-keywords-2):
13630 Add export, import, library. (Bug#9164)
13631 (library): Set indent function.
13632
13633 2013-06-14 Glenn Morris <rgm@gnu.org>
13634
13635 * term/xterm.el (xterm--query):
13636 Stop after first matching handler. (Bug#14615)
13637
13638 2013-06-14 Ivan Kanis <ivan@kanis.fr>
13639
13640 Add support for dired in saveplace.
13641 * dired.el (dired-initial-position-hook): New variable.
13642 (dired-initial-position): Call hook to place cursor position.
13643 * saveplace.el (save-place-to-alist): Add dired position.
13644 (save-place-dired-hook): New function.
13645
13646 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
13647
13648 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
13649 through a symbol rather than letrec.
13650
13651 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
13652 (package-desc): Add `dir' field.
13653 (package-desc-full-name): New function.
13654 (package-load-descriptor): Combine the two arguments. Don't use `load'.
13655 (package-maybe-load-descriptor): Remove.
13656 (package-load-all-descriptors): Just call package-load-descriptor.
13657 (package--disabled-p): New function.
13658 (package-desc-vers, package-desc-doc): Remove aliases.
13659 (package--dir): Remove function.
13660 (package-activate): Check if a package is disabled.
13661 (package-process-define-package): New function, extracted from
13662 define-package.
13663 (define-package): Turn into a place holder.
13664 (package-unpack-single, package-tar-file-info):
13665 Use package--description-file.
13666 (package-compute-transaction): Use package--disabled-p.
13667 (package-download-transaction): Don't call
13668 package-maybe-load-descriptor since they're all loaded anyway.
13669 (package-install): Change argument to be a pkg-desc.
13670 (package-delete): Use a single pkg-desc argument.
13671 (describe-package-1): Use package-desc-dir instead of package--dir.
13672 Use package-desc property instead of package-symbol.
13673 (package-install-button-action): Adjust accordingly.
13674 (package--push): Rewrite.
13675 (package-menu--print-info): Adjust accordingly. Change the ID format
13676 to be a pkg-desc.
13677 (package-menu-describe-package, package-menu-get-status)
13678 (package-menu--find-upgrades, package-menu-mark-upgrades)
13679 (package-menu-execute, package-menu--name-predicate):
13680 Adjust accordingly.
13681 * startup.el (package--description-file): New function.
13682 (command-line): Use it.
13683 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13684 Use package-desc-version.
13685
13686 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
13687 (byte-compile-preprocess): Use it.
13688 (byte-compile-file-form-defalias): Try a bit harder to use macros we
13689 can't quite recognize.
13690 (byte-compile-add-to-list): Remove.
13691 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
13692 (cconv-closure-convert): Add assertion.
13693
13694 * emacs-lisp/map-ynp.el: Use lexical-binding.
13695 (map-y-or-n-p): Remove unused vars `tail' and `object'.
13696 Factor out some repeated code.
13697
13698 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13699
13700 * subr.el (with-eval-after-load): New macro.
13701 (eval-after-load): Allow form to be a function.
13702 take advantage of lexical-binding.
13703 (do-after-load-evaluation): Use dolist and adjust to new format.
13704 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
13705
13706 2013-06-13 Juri Linkov <juri@jurta.org>
13707
13708 * replace.el (perform-replace): Display "symbol " and other search
13709 modes from `isearch-message-prefix' in the *Help* buffer.
13710
13711 * isearch.el (isearch-query-replace): Add " symbol" and other
13712 possible search modes from `isearch-message-prefix' to the prompt.
13713 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
13714 when reading a regexp to collect.
13715
13716 2013-06-13 Juri Linkov <juri@jurta.org>
13717
13718 * isearch.el (word-search-regexp): Match whitespace if the search
13719 string begins or ends in whitespace. The LAX arg is applied to
13720 both ends of the search string. Use `regexp-quote' and explicit
13721 \< and \> instead of \b. Use \` and \' instead of ^ and $.
13722 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
13723 boundaries are replaced with symbol boundaries, and characters
13724 between symbols match non-word non-symbol syntax. (Bug#14602)
13725
13726 2013-06-13 Juri Linkov <juri@jurta.org>
13727
13728 * isearch.el (isearch-del-char): Don't exceed the length of
13729 `isearch-string' by the prefix arg. (Bug#14563)
13730
13731 2013-06-13 Juri Linkov <juri@jurta.org>
13732
13733 * isearch.el (isearch-yank-word, isearch-yank-line)
13734 (isearch-char-by-name, isearch-quote-char)
13735 (isearch-printing-char, isearch-process-search-char):
13736 Add optional count prefix arg. (Bug#14563)
13737
13738 * international/isearch-x.el
13739 (isearch-process-search-multibyte-characters):
13740 Add optional count prefix arg.
13741
13742 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13743
13744 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
13745 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
13746 lexical-binding.
13747
13748 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
13749
13750 * subr.el (set-temporary-overlay-map): Add on-exit argument.
13751
13752 2013-06-13 Glenn Morris <rgm@gnu.org>
13753
13754 * startup.el (tty-handle-args):
13755 Don't just discard "--" and anything after. (Bug#14608)
13756
13757 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
13758
13759 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
13760
13761 Implement changes in Secret Service API. Make it backward compatible.
13762 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
13763 (secrets-create-item): Use it. Prefix properties with interface.
13764
13765 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
13766
13767 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
13768 (term-emulate-terminal): Respect term-suppress-hard-newline.
13769
13770 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
13771
13772 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
13773 Only remove a `thumb-file' overlay. (Bug#14548)
13774
13775 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
13776
13777 * mail/reporter.el (reporter-submit-bug-report):
13778 Handle missing package-name. (Bug#14600)
13779
13780 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13781
13782 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
13783 (reftex-citation-prompt, reftex-default-bibliography)
13784 (reftex-bib-or-thebib, reftex-get-bibfile-list)
13785 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
13786 (reftex-bib-sort-author, reftex-bib-sort-year)
13787 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
13788 (reftex-extract-bib-entries-from-thebibliography)
13789 (reftex-get-bibkey-default, reftex-get-bib-names)
13790 (reftex-parse-bibtex-entry, reftex-get-bib-field)
13791 (reftex-format-bib-entry, reftex-parse-bibitem)
13792 (reftex-format-bibitem, reftex-do-citation)
13793 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
13794 (reftex-restrict-bib-matches, reftex-extract-bib-file)
13795 (reftex-insert-bib-matches, reftex-format-citation)
13796 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
13797 (reftex-create-bibtex-file): Add docstrings, mostly by converting
13798 existing comments into docstrings.
13799
13800 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
13801
13802 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
13803
13804 2013-06-12 Andreas Schwab <schwab@suse.de>
13805
13806 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
13807 for auto-save files.
13808
13809 2013-06-12 Glenn Morris <rgm@gnu.org>
13810
13811 * ido.el (ido-delete-ignored-files): Remove.
13812 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
13813 Go back to calling ido-ignore-item-p directly.
13814
13815 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
13816
13817 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
13818
13819 * ido.el (ido-delete-ignored-files): New function,
13820 split from ido-make-file-list-1.
13821 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
13822 (ido-make-file-list-1): Use ido-delete-ignored-files.
13823
13824 2013-06-12 Leo Liu <sdl.web@gmail.com>
13825
13826 * progmodes/octave.el (inferior-octave-startup)
13827 (inferior-octave-completion-table)
13828 (inferior-octave-track-window-width-change)
13829 (octave-eldoc-function-signatures, octave-help)
13830 (octave-find-definition): Use single quoted strings.
13831 (inferior-octave-startup-args): Change default value.
13832 (inferior-octave-startup): Do not hard code "-i" and
13833 "--no-line-editing".
13834 (inferior-octave-resync-dirs): Add optional arg NOERROR.
13835 (inferior-octave-directory-tracker): Use it.
13836 (octave-goto-function-definition): Robustify.
13837 (octave-help): Support highlighting operators in 'See also'.
13838 (octave-find-definition): Find subfunctions only in Octave mode.
13839
13840 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13841
13842 * help-fns.el (help-fns--compiler-macro): If the handler function is
13843 named, then put a link to it.
13844 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
13845 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
13846 (cl-typep): Use it.
13847 (cl-eval-when): Simplify debug spec.
13848 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
13849 compiler-macro function instead of setting `compiler-macro-file'.
13850
13851 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
13852
13853 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
13854 * vc/vc-hooks.el (vc-stay-local): Doc fix.
13855
13856 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
13857 Daniel Hackney <dan@haxney.org>
13858
13859 First part of Daniel Hackney's patch to package.el.
13860 * emacs-lisp/package.el: Use defstruct.
13861 (package-desc): New, main struct.
13862 (package--bi-desc, package--ac-desc): New structs, used to describe the
13863 format in external files.
13864 (package-desc-vers): Replace with package-desc-version accessor.
13865 (package-desc-doc): Replace with package-desc-summary accessor.
13866 (package-activate-1): Remove `package' arg since the pkg-vec now
13867 includes the name.
13868 (define-package): Use package-desc-from-define.
13869 (package-unpack-single): Change file-name arg to be a symbol.
13870 (package--add-to-archive-contents): Use package-desc-create and new
13871 accessor functions to package--ac-desc.
13872 (package-buffer-info, package-tar-file-info): Return a package-desc.
13873 (package-install-from-buffer): Remove `type' argument. Change pkg-info
13874 arg to be a package-desc.
13875 (package-install-file): Adjust accordingly. Use \' to match EOS.
13876 (package--from-builtin): New function.
13877 (describe-package-1, package-menu--generate): Use it.
13878 (package--make-autoloads-and-compile): Change name arg to be a symbol.
13879 (package-generate-autoloads): Idem and return the name of the file.
13880 * emacs-lisp/package-x.el (package-upload-buffer-internal):
13881 Change pkg-info arg to be a package-desc.
13882 Use package-make-ac-desc.
13883 (package-upload-file): Use \' to match EOS.
13884 * finder.el (finder-compile-keywords): Use package-make-builtin.
13885
13886 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13887
13888 * vc/vc.el (vc-deduce-fileset): Change error message.
13889 (vc-read-backend): New function.
13890 (vc-next-action): Use it.
13891
13892 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
13893
13894 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
13895 (prolog-font-lock-keywords): Use regexp-opt instead.
13896 Don't manually highlight strings.
13897 (prolog-mode-variables): Simplify comment-start-skip.
13898 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
13899
13900 * emacs-lisp/generic.el (generic--normalise-comments)
13901 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
13902 (generic-mode-set-comments): Use them.
13903 (generic-bracket-support): Use setq-local.
13904 (generic-make-keywords-list): Declare obsolete.
13905
13906 2013-06-11 Glenn Morris <rgm@gnu.org>
13907
13908 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13909 Prettify after setting font-lock-defaults. (Bug#14574)
13910
13911 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
13912
13913 * replace.el (query-replace, occur-read-regexp-defaults-function)
13914 (replace-search):
13915 * subr.el (declare-function, number-sequence, local-set-key)
13916 (substitute-key-definition, locate-user-emacs-file)
13917 (with-silent-modifications, split-string, eval-after-load):
13918 Fix typos, remove unneeded backslashes and reflow some docstrings.
13919
13920 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
13921
13922 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
13923 default for Elisp files.
13924
13925 2013-06-11 Glenn Morris <rgm@gnu.org>
13926
13927 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
13928 although define-derived-mode was doing this anyway. (Bug#14583)
13929
13930 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
13931
13932 * allout.el (allout-encryption-plaintext-sanitization-regexps):
13933 Fix make-variable-buffer-local call to refer to the correct variable.
13934
13935 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
13936
13937 * eshell/em-term.el (eshell-visual-commands)
13938 (eshell-visual-subcommands, eshell-visual-options):
13939 Add summary line to docstrings. Add cross-references.
13940
13941 2013-06-10 Glenn Morris <rgm@gnu.org>
13942
13943 * epa.el (epa-read-file-name): New function. (Bug#14510)
13944 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
13945
13946 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
13947
13948 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
13949 output redirection to be ignored with visual commands.
13950
13951 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
13952
13953 * eshell/em-term.el (eshell-visual-command-p): New function.
13954 (eshell-term-initialize): Move long lambda to separate function
13955 eshell-visual-command-p.
13956 * eshell/em-dirs.el (eshell-dirs-initialize):
13957 * eshell/em-script.el (eshell-script-initialize):
13958 Add missing #' to lambda.
13959
13960 2013-06-08 Leo Liu <sdl.web@gmail.com>
13961
13962 * progmodes/octave.el (octave-add-log-current-defun): New function.
13963 (octave-mode): Set add-log-current-defun-function.
13964 (octave-goto-function-definition): Do not move point if not found.
13965 (octave-find-definition): Enhance to try subfunctions first.
13966
13967 2013-06-08 Glenn Morris <rgm@gnu.org>
13968
13969 * emacs-lisp/bytecomp.el (byte-compile-char-before)
13970 (byte-compile-backward-char, byte-compile-backward-word):
13971 Improve previous change, to handle non-explicit nil.
13972
13973 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
13974
13975 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
13976 (smie--opener/closer-at-point): New function.
13977 (smie--matching-block-data): Use it. Don't match from right after an
13978 opener or right before a closer. Obey smie-blink-matching-inners.
13979 Don't signal a mismatch for repeated inners like "switch..case..case".
13980
13981 2013-06-07 Leo Liu <sdl.web@gmail.com>
13982
13983 * progmodes/octave.el (octave-mode): Set comment-use-global-state
13984 to t. (Bug#14303)
13985 (octave-function-header-regexp): Fix. (Bug#14570)
13986 (octave-help-mode-finish-hook, octave-help-mode-finish):
13987 Remove. Just use temp-buffer-show-hook.
13988
13989 * newcomment.el (comment-search-backward): Revert last change.
13990 (Bug#14434)
13991
13992 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
13993
13994 2013-06-07 Eli Zaretskii <eliz@gnu.org>
13995
13996 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
13997 through xargs, to avoid failure due to MS-Windows limitations on
13998 command-line length.
13999
14000 2013-06-06 Glenn Morris <rgm@gnu.org>
14001
14002 * font-lock.el (lisp-font-lock-keywords-2):
14003 Treat user-error like error.
14004
14005 * emacs-lisp/bytecomp.el (byte-compile-char-before)
14006 (byte-compile-backward-char, byte-compile-backward-word):
14007 Handle explicit nil arguments. (Bug#14565)
14008
14009 2013-06-05 Alan Mackenzie <acm@muc.de>
14010
14011 * isearch.el (isearch-allow-prefix): New user option.
14012 (isearch-other-meta-char): Don't exit isearch when a prefix
14013 argument is typed whilst `isearch-allow-prefix' is non-nil.
14014 (Bug#9706)
14015
14016 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14017
14018 * autorevert.el (auto-revert-notify-handler): Use memq.
14019 Hide assertion failure.
14020
14021 * skeleton.el: Use cl-lib.
14022 (skeleton-further-elements): Use defvar-local.
14023 (skeleton-insert): Use cl-progv.
14024
14025 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
14026
14027 * progmodes/prog-mode.el (prog-prettify-symbols)
14028 (prog-prettify-install): Update docstrings.
14029
14030 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14031
14032 * simple.el: Move all the prog-mode code to prog-mode.el.
14033 * progmodes/prog-mode.el: New file.
14034 * loadup.el: Add prog-mode.el.
14035
14036 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
14037
14038 * simple.el (prog-prettify-symbols): Add version.
14039 (prog-prettify-install): Add convenience function to prettify symbols.
14040
14041 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
14042 (perl--augmented-font-lock-keywords-1)
14043 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
14044 variables and use it.
14045
14046 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
14047 (cfengine3-mode): Remove unneeded variable and use it.
14048
14049 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
14050 (lisp--augmented-font-lock-keywords-1)
14051 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
14052 Remove unneeded variables and use it.
14053
14054 2013-06-05 João Távora <joaotavora@gmail.com>
14055
14056 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
14057 to point when opening the connection. (Bug#14380)
14058
14059 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14060
14061 * subr.el (load-history-regexp, load-history-filename-element)
14062 (eval-after-load, after-load-functions, do-after-load-evaluation)
14063 (eval-next-after-load, display-delayed-warnings)
14064 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
14065 definition of save-match-data.
14066 (overriding-local-map): Remove accidental obsolescence declaration.
14067
14068 * emacs-lisp/edebug.el (edebug-result): Move before first use.
14069
14070 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
14071
14072 Generalize symbol prettify support to prog-mode and implement it
14073 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
14074 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
14075 (prog--prettify-font-lock-compose-symbol)
14076 (prog-prettify-font-lock-symbols-keywords): New variables and
14077 functions to support symbol prettification.
14078 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
14079 (lisp--augmented-font-lock-keywords-1)
14080 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
14081 (lisp--prettify-symbols-alist): Implement prettify of lambda.
14082 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
14083 (cfengine3--prettify-symbols-alist, cfengine3-mode):
14084 Implement prettify of -> => :: strings.
14085 * progmodes/perl-mode.el (perl-prettify-symbols)
14086 (perl--font-lock-compose-symbol)
14087 (perl--font-lock-symbols-keywords): Move to prog-mode.
14088 (perl--prettify-symbols-alist): Prettify -> => :: strings.
14089 (perl-font-lock-keywords-1)
14090 (perl-font-lock-keywords-2): Remove explicit prettify support.
14091 (perl--augmented-font-lock-keywords)
14092 (perl--augmented-font-lock-keywords-1)
14093 (perl--augmented-font-lock-keywords-2, perl-mode):
14094 Implement prettify support.
14095
14096 2013-06-05 Leo Liu <sdl.web@gmail.com>
14097
14098 Re-implement SMIE matching block highlight using
14099 show-paren-data-function. (Bug#14395)
14100 * emacs-lisp/smie.el (smie-matching-block-highlight)
14101 (smie--highlight-matching-block-overlay)
14102 (smie--highlight-matching-block-lastpos)
14103 (smie-highlight-matching-block)
14104 (smie-highlight-matching-block-mode): Remove.
14105 (smie--matching-block-data-cache): New variable.
14106 (smie--matching-block-data): New function.
14107 (smie-setup): Use smie--matching-block-data for
14108 show-paren-data-function.
14109
14110 * progmodes/octave.el (octave-mode-menu): Fix.
14111 (octave-find-definition): Skip garbage lines.
14112
14113 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14114
14115 Fix compilation error with simultaneous dynamic+lexical scoping.
14116 Add warning when a defvar appears after the first let-binding.
14117 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
14118 (byte-compile-close-variables): Initialize it.
14119 (byte-compile--declare-var): New function.
14120 (byte-compile-file-form-defvar)
14121 (byte-compile-file-form-define-abbrev-table)
14122 (byte-compile-file-form-custom-declare-variable): Use it.
14123 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
14124 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
14125 (byte-compile-bind): Handle dynamic bindings that shadow
14126 lexical bindings.
14127 (byte-compile-unbind): Make arg non-optional.
14128 (byte-compile-let): Simplify.
14129 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
14130 (cconv--analyse-function, cconv-analyse-form): Populate it.
14131 Protect byte-compile-bound-variables to limit the scope of defvars.
14132 (cconv-analyse-form): Add missing rule for (defvar <foo>).
14133 Remove unneeded rule for `declare'.
14134
14135 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
14136 so as to avoid depending on cl-adjoin at run-time.
14137 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
14138
14139 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
14140 (macroexp--warn-and-return): Use it.
14141
14142 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
14143
14144 * subr.el: Convert to lexical binding.
14145 (overriding-local-map): Make obsolete.
14146 (add-to-list): Doc fix. Add compiler macro.
14147 (read-key): Swap values of local maps.
14148
14149 2013-06-05 Leo Liu <sdl.web@gmail.com>
14150
14151 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
14152
14153 2013-06-04 Leo Liu <sdl.web@gmail.com>
14154
14155 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
14156 (compilation-auto-jump): Suppress the "Mark set" message to give
14157 way to exit message.
14158
14159 2013-06-04 Alan Mackenzie <acm@muc.de>
14160
14161 Remove faulty optimisation from indentation calculation.
14162 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
14163 search limit based on 2000 characters back from indent-point.
14164
14165 2013-06-03 Tassilo Horn <tsdh@gnu.org>
14166
14167 * eshell/em-term.el (cl-lib): Require `cl-lib'.
14168
14169 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
14170
14171 * emacs-lisp/lisp.el: Use lexical-binding.
14172 (lisp--local-variables-1, lisp--local-variables): New functions.
14173 (lisp--local-variables-completion-table): New var.
14174 (lisp-completion-at-point): Use it complete let-bound vars.
14175
14176 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
14177 eagerly (bug#14422).
14178
14179 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
14180
14181 * autorevert.el (auto-revert-notify-enabled)
14182 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
14183 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
14184 (auto-revert-notify-handler): Handle also gfilenotify.
14185
14186 * subr.el (file-notify-handle-event): New defun. Replacing ...
14187 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
14188 Remove.
14189
14190 2013-06-03 Juri Linkov <juri@jurta.org>
14191
14192 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
14193 `M-s h .'. (Bug#14427)
14194
14195 * hi-lock.el (highlight-symbol-at-point): New alias for the new
14196 command `hi-lock-face-symbol-at-point'.
14197 (hi-lock-face-symbol-at-point): New command.
14198 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
14199 (hi-lock-menu): Add `highlight-symbol-at-point'.
14200 (hi-lock-mode): Doc fix.
14201
14202 * isearch.el (isearch-forward-symbol-at-point): New command.
14203 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
14204 (isearch-highlight-regexp): Add a regexp which matches
14205 words/symbols for word/symbol mode.
14206
14207 * subr.el (find-tag-default-bounds): New function with the body
14208 mostly moved from `find-tag-default'.
14209 (find-tag-default): Move most code to `find-tag-default-bounds',
14210 call it and apply `buffer-substring-no-properties' afterwards.
14211
14212 2013-06-03 Tassilo Horn <tsdh@gnu.org>
14213
14214 * eshell/em-term.el (eshell-term-initialize):
14215 Use `cl-intersection' rather than `intersection'.
14216
14217 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
14218
14219 * vc/log-view.el: Doc fix.
14220 (log-view-mode-map): Copy keymap from `special-mode-map'.
14221
14222 2013-06-02 Eric Ludlam <zappo@gnu.org>
14223
14224 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
14225 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
14226 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
14227 (eieio-unbound, eieio-default-superclass)
14228 (eieio--define-field-accessors, method-static, method-before)
14229 (method-primary, method-after, method-num-lists)
14230 (method-generic-before, method-generic-primary)
14231 (method-generic-after, method-num-slots)
14232 (eieio-specialized-key-to-generic-key)
14233 (eieio--check-type, class-v, class-p)
14234 (eieio-class-name, define-obsolete-function-alias)
14235 (eieio-class-parents-fast, eieio-class-children-fast)
14236 (same-class-fast-p, class-constructor, generic-p)
14237 (generic-primary-only-p, generic-primary-only-one-p)
14238 (class-option-assoc, class-option, eieio-object-p)
14239 (class-abstract-p, class-method-invocation-order)
14240 (eieio-defclass-autoload-map, eieio-defclass-autoload)
14241 (eieio-class-un-autoload, eieio-defclass)
14242 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
14243 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
14244 (eieio--defgeneric-init-form, eieio-defgeneric-form)
14245 (eieio-defgeneric-reset-generic-form)
14246 (eieio-defgeneric-form-primary-only)
14247 (eieio-defgeneric-reset-generic-form-primary-only)
14248 (eieio-defgeneric-form-primary-only-one)
14249 (eieio-defgeneric-reset-generic-form-primary-only-one)
14250 (eieio-unbind-method-implementations)
14251 (eieio--defmethod, eieio--typep)
14252 (eieio-perform-slot-validation, eieio-validate-slot-value)
14253 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
14254 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
14255 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
14256 (eieio-slot-name-index, eieio-class-slot-name-index)
14257 (eieio-set-defaults, eieio-initarg-to-attribute)
14258 (eieio-attribute-to-initarg, eieio-c3-candidate)
14259 (eieio-c3-merge-lists, eieio-class-precedence-c3)
14260 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
14261 (eieio-class-precedence-list, eieio-generic-call-methodname)
14262 (eieio-generic-call-arglst, eieio-generic-call-key)
14263 (eieio-generic-call-next-method-list)
14264 (eieio-pre-method-execution-functions, eieio-generic-call)
14265 (eieio-generic-call-primary-only, eieiomt-method-list)
14266 (eieiomt-optimizing-obarray, eieiomt-install)
14267 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
14268 (eieio-generic-form, eieio-defmethod, make-obsolete)
14269 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
14270 (defclass): Remove `eval-and-compile' from macro.
14271 (call-next-method, shared-initialize): Instead of using
14272 `scoped-class' variable, use new eieio--scoped-class, and
14273 eieio--with-scoped-class.
14274 (initialize-instance): Rename local variable 'scoped-class' to
14275 'this-class' to remove ambiguitity from old global.
14276
14277 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
14278 eieio.el.
14279 (eieio--scoped-class-stack): New variable.
14280 (eieio--scoped-class): New fcn.
14281 (eieio--with-scoped-class): New scoping macro.
14282 (eieio-defclass): Use pushnew instead of add-to-list.
14283 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
14284 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
14285 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
14286 `scoped-class' variable, use new eieio--scoped-class, and
14287 eieio--with-scoped-class.
14288
14289 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
14290
14291 2013-06-02 Tassilo Horn <tsdh@gnu.org>
14292
14293 * eshell/esh-ext.el (eshell-external-command): Pass args to
14294 `eshell-find-interpreter'.
14295 (eshell-find-interpreter): Add new second parameter ARGS.
14296
14297 * eshell/em-script.el (eshell-script-initialize): Add second arg
14298 to the function added as MATCH to `eshell-interpreter-alist'.
14299
14300 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
14301 the function added as MATCH to `eshell-interpreter-alist'.
14302
14303 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
14304 (eshell-visual-options): New defcustom.
14305 (eshell-escape-control-x): Adapt docstring.
14306 (eshell-term-initialize): Test `eshell-visual-subcommands' and
14307 `eshell-visual-options' in addition to `eshell-visual-commands'.
14308 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
14309
14310 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
14311
14312 * progmodes/python.el (python-indent-block-enders): Add break,
14313 continue and raise keywords.
14314
14315 2013-06-01 Glenn Morris <rgm@gnu.org>
14316
14317 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
14318
14319 Plain (f)boundp silences compilation warnings since Emacs 22.1.
14320 * progmodes/cc-cmds.el (delete-forward-p):
14321 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
14322 * progmodes/cc-engine.el (buffer-syntactic-context):
14323 * progmodes/cc-fonts.el (face-property-instance):
14324 * progmodes/cc-mode.el (set-keymap-parents):
14325 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
14326 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
14327 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
14328 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
14329 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
14330
14331 * progmodes/cc-vars.el (other): Emacs has this widget since
14332 at least 21.1, so don't (re)define it.
14333
14334 * eshell/em-cmpl.el (eshell-cmpl-initialize):
14335 Replace the obsolete alias pcomplete-arg-quote-list.
14336
14337 2013-06-01 Leo Liu <sdl.web@gmail.com>
14338
14339 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
14340 punctuation syntax.
14341 (inferior-octave-minimal-columns)
14342 (inferior-octave-last-column-width): New variables.
14343 (inferior-octave-track-window-width-change): New function.
14344 (inferior-octave-mode): Adjust column width so that Octave output,
14345 for example from 'ls', can fit into the window nicely.
14346
14347 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
14348
14349 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
14350 Highlight expansions inside regexp literals.
14351
14352 2013-05-31 Glenn Morris <rgm@gnu.org>
14353
14354 * obsolete/sym-comp.el (symbol-complete):
14355 Replace obsolete completion-annotate-function.
14356
14357 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
14358
14359 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
14360
14361 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
14362 New function, checks if point is inside a literal that allows
14363 expression expansion.
14364 (ruby-syntax-propertize-expansion): Use it.
14365 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
14366 around the body.
14367
14368 2013-05-30 Juri Linkov <juri@jurta.org>
14369
14370 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
14371 to "\M-si".
14372 (isearch-invisible): New variable.
14373 (isearch-forward): Doc fix.
14374 (isearch-mode): Set `isearch-invisible'
14375 to the value of `search-invisible'.
14376 (isearch-toggle-case-fold): Doc fix.
14377 (isearch-toggle-invisible): New command.
14378 (isearch-query-replace): Let-bind `search-invisible'
14379 to the value of `isearch-invisible'.
14380 (isearch-search): Use `isearch-invisible' instead of
14381 `search-invisible'. Let-bind `search-invisible'
14382 to the value of `isearch-invisible'. (Bug#11378)
14383
14384 2013-05-30 Juri Linkov <juri@jurta.org>
14385
14386 * replace.el (perform-replace): Avoid `isearch-range-invisible'
14387 call when `query-flag' is nil and `search-invisible' is non-nil.
14388 (Bug#11746)
14389
14390 2013-05-30 Glenn Morris <rgm@gnu.org>
14391
14392 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
14393
14394 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
14395 (cc-require): Suppress spurious "noruntime" warnings.
14396 (cc-require-when-compile): Use fboundp, for sake of compiler.
14397
14398 * progmodes/cc-mode.el: Move load of cc-vars before that of
14399 cc-langs (which in turn loads cc-vars), to quieten compiler.
14400
14401 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14402
14403 * paren.el: Simplify the code.
14404 (show-paren-mode): Always start the timer.
14405 (show-paren--idle-timer): Rename from show-paren-idle-timer.
14406 (show-paren--overlay, show-paren--overlay-1): Rename from
14407 show-paren-overlay and show-paren-overlay-1, and initialize to an
14408 overlay rather than to nil.
14409 (show-paren-function): Misc cleanup and simplifications.
14410
14411 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14412
14413 * paren.el (show-paren-data-function): New hook.
14414 (show-paren--default): New function, extracted from show-paren-function.
14415 (show-paren-function): Use show-paren-data-function.
14416
14417 2013-05-30 Glenn Morris <rgm@gnu.org>
14418
14419 * ielm.el (ielm-map, ielm-complete-symbol):
14420 Use completion-at-point rather than obsolete functions.
14421 (inferior-emacs-lisp-mode): Doc fix.
14422 Set completion-at-point-functions, rather than
14423 comint-dynamic-complete-functions.
14424
14425 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
14426 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
14427 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
14428
14429 * image.el (image-animated-p): Tweak definition.
14430
14431 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
14432 (rlogin-process-connection-type): Tweak default. Add set-after.
14433 (rlogin-host): Doc fix.
14434 (rlogin): Tweak prompt.
14435 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
14436
14437 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
14438 * progmodes/tcl.el (inferior-tcl-mode-map):
14439 Use completion-at-point rather than obsolete alias.
14440
14441 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
14442
14443 * minibuffer.el (read-file-name-completion-ignore-case):
14444 Move before completion--in-region, for eager macro expansion.
14445
14446 2013-05-29 Juri Linkov <juri@jurta.org>
14447
14448 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
14449 for total count of matching lines. Add `global-matches' for total
14450 count of matches. Rename `matches' to `lines' for count of
14451 matching lines. Add `matches' for count of matches.
14452 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
14453 to `prev-line' for line number of prev match endpt.
14454 Increment `matches' for every match. Print the number of
14455 matching lines in the header.
14456 (occur-context-lines): Rename `lines' to `curr-line'.
14457 Rename `prev-lines' to `prev-line'. (Bug#14017)
14458
14459 2013-05-29 Juri Linkov <juri@jurta.org>
14460
14461 * replace.el (perform-replace): Add `skip-read-only-count',
14462 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
14463 Increment them for corresponding conditions and report the number
14464 of skipped occurrences in the final message. (Bug#11746)
14465 (query-replace, query-replace-regexp, query-replace-regexp-eval)
14466 (replace-string, replace-regexp): Doc fix.
14467
14468 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
14469
14470 * emacs-lisp/trace.el (trace--read-args): Provide a default.
14471
14472 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
14473 prog-mode-map (bug#14504).
14474
14475 2013-05-29 Leo Liu <sdl.web@gmail.com>
14476
14477 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
14478 (octave-help): Small simplification.
14479
14480 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
14481 off the highlight first.
14482
14483 2013-05-29 Glenn Morris <rgm@gnu.org>
14484
14485 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
14486 Handle idlwave-last-system-routine-info-cons-cell being nil.
14487
14488 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
14489 (idlwave-write-paths): Simplify via with-temp-buffer.
14490
14491 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
14492 * emulation/cua-rect.el: Also load cua-base at run time.
14493
14494 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
14495 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
14496 (cperl-imenu-on-info): Require imenu.
14497
14498 2013-05-28 Alan Mackenzie <acm@muc.de>
14499
14500 Handle "capitalised keywords" correctly.
14501 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
14502
14503 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
14504
14505 * eshell/em-unix.el: Add -r option to cp.
14506
14507 2013-05-28 Glenn Morris <rgm@gnu.org>
14508
14509 * vc/vc-arch.el (vc-exec-after): Declare.
14510 (vc-switches): Autoload.
14511 * vc/vc-bzr.el: No need to require vc when compiling.
14512 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
14513 (vc-resynch-buffer, vc-dir-refresh): Declare.
14514 (vc-setup-buffer, vc-switches): Autoload.
14515 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
14516 (vc-resynch-buffer): Declare.
14517 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
14518 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
14519 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
14520 (grep-read-regexp, grep-read-files, grep-expand-template)
14521 (vc-dir-refresh): Declare.
14522 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
14523 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
14524 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
14525 * vc/vc-mtn.el (vc-exec-after): Declare.
14526 (vc-switches): Autoload.
14527 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
14528 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
14529 (vc-file-tree-walk): Declare.
14530 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
14531 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
14532 (vc-tag-precondition, vc-rename-master): Autoload.
14533 * vc/vc-svn.el (vc-exec-after): Declare.
14534 (vc-switches, vc-setup-buffer): Autoload.
14535 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
14536 Autoload.
14537 (vc-resynch-buffer): Declare.
14538
14539 * obsolete/fast-lock.el (byte-compile-warnings):
14540 Don't warn about obsolete features in this obsolete file.
14541
14542 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
14543 Move definition before use.
14544
14545 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
14546 (dun-unix-verbs): Remove dun-zippy.
14547 (dun-zippy): Remove function.
14548
14549 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
14550
14551 2013-05-27 Juri Linkov <juri@jurta.org>
14552
14553 * replace.el (replace-search): New function with code moved out
14554 from `perform-replace'.
14555 (replace-highlight, replace-dehighlight): Move function definitions
14556 up closer to `replace-search'. (Bug#11746)
14557
14558 2013-05-27 Juri Linkov <juri@jurta.org>
14559
14560 * replace.el (perform-replace): Ignore invisible matches.
14561 In addition to checking `query-replace-skip-read-only', also
14562 filter out matches by calling `run-hook-with-args-until-failure'
14563 on `isearch-filter-predicates', and also check `search-invisible'
14564 for t or call `isearch-range-invisible'.
14565 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
14566
14567 2013-05-27 Juri Linkov <juri@jurta.org>
14568
14569 * isearch.el (isearch-filter-predicates): Rename from
14570 `isearch-filter-predicate'. Doc fix. (Bug#11378)
14571 (isearch-message-prefix): Display text from the property
14572 `isearch-message-prefix' of the currently active filters.
14573 (isearch-search): Don't compare `isearch-filter-predicate' with
14574 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
14575 on `isearch-filter-predicates'. Also check `search-invisible' for t
14576 or call `isearch-range-invisible'.
14577 (isearch-filter-visible): Make obsolete.
14578 (isearch-lazy-highlight-search):
14579 Call `run-hook-with-args-until-failure' on
14580 `isearch-filter-predicates' and use `isearch-range-invisible'.
14581
14582 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
14583 `isearch-filter-predicates' instead of `funcall'ing
14584 `isearch-filter-predicate'.
14585 (Info-mode): Set `Info-isearch-filter' to
14586 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
14587
14588 * dired-aux.el (dired-isearch-filter-predicate-orig):
14589 Remove variable.
14590 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
14591 (dired-isearch-filenames-end): Add and remove
14592 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
14593 instead of changing the value of `isearch-filter-predicate'.
14594 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
14595 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
14596 Put property `isearch-message-prefix' to "filename " on
14597 `dired-isearch-filter-filenames'.
14598
14599 * wdired.el (wdired-change-to-wdired-mode):
14600 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
14601 locally instead of changing `isearch-filter-predicate'.
14602 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
14603
14604 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
14605
14606 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
14607 return the commit hash (Bug#14459). Also set the
14608 `vc-git-detached' property.
14609 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
14610 (vc-git-mode-line-string): Use the same help-echo format whether
14611 in detached mode or not, because we know the actual revision now.
14612 When in detached mode, shorten the revision to 7 chars.
14613
14614 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14615
14616 * emacs-lisp/easy-mmode.el (define-minor-mode):
14617 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
14618 mode hook and provide a docstring.
14619
14620 2013-05-27 Alan Mackenzie <acm@muc.de>
14621
14622 Remove spurious syntax-table text properties inserted by C-y.
14623 * progmodes/cc-mode.el (c-after-change): Also clear hard
14624 syntax-table property with value nil.
14625
14626 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
14627
14628 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
14629 when reading the events; the buffer layout shall not be changed.
14630
14631 2013-05-27 Leo Liu <sdl.web@gmail.com>
14632
14633 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
14634 New variable.
14635 (inferior-octave-directory-tracker): Automatically re-sync
14636 default-directory.
14637 (octave-help): Improve handling of 'See also'.
14638
14639 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
14640
14641 * doc-view.el: Minor naming convention tweaks.
14642 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
14643
14644 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
14645 even if there's no `display' property yet (bug#14435).
14646
14647 2013-05-25 Eli Zaretskii <eliz@gnu.org>
14648
14649 * subr.el (unmsys--file-name): Rename from reveal-filename.
14650
14651 * Makefile.in (custom-deps, finder-data, autoloads)
14652 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
14653 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
14654 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
14655
14656 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14657
14658 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
14659 error-completion on the first 2 args of condition-case (bug#14446).
14660 Don't burp at EOB.
14661
14662 2013-05-25 Leo Liu <sdl.web@gmail.com>
14663
14664 * comint.el (comint-previous-matching-input): Do not flood the
14665 *Messages* buffer with trivial messages.
14666
14667 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
14668
14669 * progmodes/flymake.el (flymake-nop): Don't return a string.
14670 (flymake-set-at): Fix typo.
14671
14672 * simple.el (read--expression): New function, extracted from
14673 eval-expression. Set completion-at-point-functions (bug#14465).
14674 (eval-expression, eval-minibuffer): Use it.
14675
14676 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
14677
14678 * progmodes/flymake.el (flymake-save-buffer-in-file)
14679 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
14680 (flymake-selected-frame, flymake-log, flymake-ins-after)
14681 (flymake-set-at, flymake-get-buildfile-from-cache)
14682 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
14683 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
14684 Refine the doc string.
14685 (flymake-get-file-name-mode-and-masks): Reformat.
14686 (flymake-get-real-file-name-function): Fix a minor bug.
14687
14688 2013-05-24 Juri Linkov <juri@jurta.org>
14689
14690 * progmodes/grep.el (grep-mode-font-lock-keywords):
14691 Support =linenumber= format used by git-grep for lines with
14692 function names. (Bug#13549)
14693
14694 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14695
14696 * progmodes/octave.el (octave-smie-rules): Return nil rather than
14697 0 after a semi-colon; it works better for smie-auto-fill.
14698 (octave--indent-new-comment-line): New function.
14699 (octave-indent-new-comment-line): Use it (indirectly).
14700 (octave-mode): Don't disable smie-auto-fill. Use add-function to
14701 modify comment-line-break-function.
14702
14703 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
14704 (smie-setup): Use add-function to set it.
14705
14706 2013-05-24 Sam Steingold <sds@gnu.org>
14707
14708 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
14709 argument (before the `interactive' argument).
14710
14711 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
14712
14713 * image-mode.el (image-mode-winprops): Add winprops to
14714 image-mode-winprops-alist before running
14715 image-mode-new-window-functions.
14716 * doc-view.el (doc-view-new-window-function): Don't delay
14717 doc-view-goto-page via timers (bug#14435).
14718
14719 2013-05-24 Tassilo Horn <tsdh@gnu.org>
14720
14721 * doc-view.el: Integrate with desktop.el. (Bug#14435)
14722 (doc-view-desktop-save-buffer): New function.
14723 (doc-view-restore-desktop-buffer): New function.
14724 (desktop-buffer-mode-handlers):
14725 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
14726 handler.
14727 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
14728 `desktop-save-buffer' function.
14729
14730 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
14731
14732 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
14733 (tramp-gvfs-file-name-handler): Raise a user error when
14734 `tramp-gvfs-enabled' is nil.
14735 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
14736 Do not raise a user error when loading package. (Bug#14447)
14737
14738 * net/xesam.el: Move to obsolete/.
14739
14740 2013-05-24 Glenn Morris <rgm@gnu.org>
14741
14742 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
14743
14744 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
14745
14746 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
14747 (Info-find-node, Man-getpage-in-background): Declare.
14748
14749 * mail/unrmail.el (unrmail):
14750 Replace obsolete detect-coding-with-priority.
14751
14752 * net/socks.el (socks-split-string): Use this rather than split-string.
14753 (socks-nslookup-host): Update for above change.
14754 (dynamic-choice, s5-dynamic-choice-match)
14755 (s5-dynamic-choice-match-inline, s5-widget-value-create):
14756 Comment out unused code.
14757
14758 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
14759 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
14760 (gud-tooltip-echo-area): Make obsolete.
14761 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
14762
14763 * progmodes/js.el (js--optimize-arglist): Declare.
14764
14765 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
14766
14767 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
14768 (ediff-window-C): Declare.
14769
14770 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
14771 Tweak requires to silence compiler.
14772
14773 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
14774 (he-search-string, he-tried-table, he-expand-list)
14775 (he-init-string, he-string-member, he-substitute-string)
14776 (he-reset-string): Declare.
14777
14778 * obsolete/options.el (list-options): Use custom-variable-p,
14779 rather than obsolete alias.
14780
14781 2013-05-23 Sam Steingold <sds@gnu.org>
14782
14783 * simple.el (shell-command-on-region): Pass the `replace' argument
14784 down to `call-process-region' to comply with the doc as reported on
14785 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
14786
14787 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
14788
14789 * emacs-lisp/smie.el (smie-indent-forward-token)
14790 (smie-indent-backward-token): Handle string tokens (bug#14381).
14791
14792 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14793
14794 * ielm.el (ielm-menu): New menu.
14795 (inferior-emacs-lisp-mode): Set comment-start.
14796
14797 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14798
14799 * textmodes/reftex.el (reftex-ref-style-toggle):
14800 Fix deactivate action.
14801
14802 * textmodes/reftex-vars.el (reftex-ref-style-alist):
14803 Add cleveref macros.
14804
14805 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
14806 Accept options for bibliography commands.
14807 * textmodes/reftex-vars.el (reftex-bibliography-commands):
14808 Add addbibresource. Basic Biblatex support.
14809
14810 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
14811
14812 * net/tramp-gvfs.el (top):
14813 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
14814 when loading package. (Bug#14447)
14815
14816 2013-05-23 Glenn Morris <rgm@gnu.org>
14817
14818 * progmodes/js.el: No need to load comint when compiling.
14819 (ring-insert, comint-send-string, comint-send-input)
14820 (comint-last-input-end, ido-chop): Declare.
14821
14822 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
14823 * vc/ediff-mult.el: Adjust requires.
14824 (ediff-directories-internal, ediff-directory-revisions-internal)
14825 (ediff-patch-file-internal): Declare.
14826 * vc/ediff-ptch.el: Adjust requires.
14827 (ediff-use-last-dir, ediff-buffers-internal): Declare.
14828 (ediff-find-file): Autoload.
14829 * vc/ediff-util.el: No need to load ediff when compiling.
14830 (ediff-regions-internal): Declare.
14831 * vc/ediff-wind.el: Adjust requires.
14832 (ediff-compute-toolbar-width): Define when compiling.
14833 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
14834 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
14835 (dired-get-filename, dired-get-marked-files)
14836 (ediff-last-dir-patch, ediff-patch-default-directory)
14837 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
14838 (ediff-patch-buffer-internal): Declare.
14839
14840 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
14841 (ispell-process, ispell-buffer-local-words, lm-summary)
14842 (lm-section-start, lm-section-end): Declare.
14843 (checkdoc-ispell-init): Simplify.
14844
14845 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
14846 (he-string-member, he-reset-string, he-substitute-string): Declare.
14847
14848 * eshell/em-ls.el: Adjust requires.
14849 (eshell-glob-regexp): Declare.
14850 * eshell/em-tramp.el: Adjust requires.
14851 (eshell-parse-command): Autoload.
14852 * eshell/em-xtra.el: Adjust requires.
14853 (eshell-parse-command): Autoload.
14854 * eshell/esh-ext.el: Adjust requires.
14855 (eshell-parse-command, eshell-close-handles): Autoload.
14856 * eshell/esh-io.el: Adjust requires.
14857 (eshell-output-filter): Autoload.
14858 * eshell/esh-util.el: No need to load tramp when compiling.
14859 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
14860 Declare.
14861 (eshell-parse-ange-ls): Require ange-ftp and tramp.
14862 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
14863 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
14864 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
14865 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
14866 * eshell/esh-opt.el, eshell/esh-proc.el:
14867 * eshell/esh-var.el: Adjust requires.
14868 * eshell/eshell.el: Do not require esh-util twice.
14869 (eshell-add-input-to-history): Declare.
14870 (eshell-command): Check history module is active before using it.
14871
14872 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
14873
14874 2013-05-22 Leo Liu <sdl.web@gmail.com>
14875
14876 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
14877
14878 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
14879
14880 * autorevert.el (auto-revert-notify-add-watch)
14881 (auto-revert-notify-handler): Add `attrib' for the inotify case,
14882 it indicates changes in file modification time.
14883
14884 2013-05-22 Glenn Morris <rgm@gnu.org>
14885
14886 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
14887 Always delete the autoloaded function from the noruntime and
14888 unresolved functions lists.
14889
14890 * allout.el: No need to load epa, epg, overlay when compiling.
14891 (epg-context-set-passphrase-callback, epg-list-keys)
14892 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
14893 (epg-key-user-id-list): Declare.
14894
14895 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
14896 (viper-set-parsing-style-toggling-macro)
14897 (viper-set-emacs-state-searchstyle-macros):
14898 Use called-interactively-p on Emacs.
14899 (viper-looking-back): Make it an obsolete alias. Update callers.
14900 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
14901 Use looking-back rather than viper-looking-back.
14902 (viper-tmp-insert-at-eob, viper-enlarge-region)
14903 (viper-read-string-with-history, viper-register-to-point)
14904 (viper-append-to-register, viper-change-state-to-vi)
14905 (viper-backward-char-carefully, viper-forward-char-carefully)
14906 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
14907 (viper-change-state-to-emacs): Declare.
14908 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
14909 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
14910 * emulation/viper-mous.el: Do not load viper-cmd.
14911 (viper-backward-char-carefully, viper-forward-char-carefully)
14912 (viper-forward-word, viper-adjust-window): Declare.
14913
14914 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
14915
14916 * progmodes/idlw-help.el (idlwave-help-fontify):
14917 Use called-interactively-p.
14918
14919 * term/w32console.el (w32-get-console-codepage)
14920 (w32-get-console-output-codepage): Declare.
14921
14922 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
14923 Remove unnecessary declarations.
14924 (dframe-message): Doc fix.
14925
14926 * info.el (dframe-select-attached-frame, dframe-current-frame):
14927 Declare.
14928
14929 * speedbar.el (speedbar-message): Make it an obsolete alias.
14930 Update all callers.
14931 (speedbar-with-attached-buffer)
14932 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
14933 (speedbar-with-writable): Use backquote.
14934 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
14935 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
14936 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
14937 rather than speedbar- aliases.
14938 * mail/rmail.el: Load dframe rather than speedbar when compiling.
14939 (speedbar-make-specialized-keymap, speedbar-insert-button)
14940 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
14941 (speedbar-do-function-pointer): Declare.
14942 (rmail-speedbar-button, rmail-speedbar-find-file)
14943 (rmail-speedbar-move-message):
14944 Use dframe-with-attached-buffer rather than speedbar- alias.
14945 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
14946 (dframe-message, speedbar-make-specialized-keymap)
14947 (speedbar-add-expansion-list, speedbar-mode-functions-list)
14948 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
14949 (speedbar-insert-button, dframe-select-attached-frame)
14950 (dframe-maybee-jump-to-attached-frame)
14951 (speedbar-change-initial-expansion-list)
14952 (speedbar-previously-used-expansion-list-name): Declare.
14953 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
14954 Use dframe-message, dframe-with-attached-buffer rather than
14955 speedbar- aliases.
14956 (gud-sentinel): Silence compiler.
14957 * progmodes/vhdl-mode.el (speedbar-refresh)
14958 (speedbar-do-function-pointer, speedbar-add-supported-extension)
14959 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
14960 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
14961 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
14962 (speedbar-file-lists, speedbar-make-tag-line)
14963 (speedbar-line-directory, speedbar-goto-this-file)
14964 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
14965 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
14966 (speedbar-make-button, speedbar-reset-scanners)
14967 (speedbar-files-item-info, speedbar-line-text)
14968 (speedbar-find-file-in-frame, speedbar-set-timer)
14969 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
14970 (speedbar-with-writable): Do not (re)define it.
14971 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
14972 rather than speedbar- alias.
14973
14974 2013-05-21 Leo Liu <sdl.web@gmail.com>
14975
14976 * progmodes/octave.el (octave-mode-menu): Update and re-organize
14977 menu items.
14978 (octave-mode): Tweak fill-nobreak-predicate.
14979 (inferior-octave-startup): Check process to avoid infinite loop.
14980 (inferior-octave): Pop to buffer first to show abornmal process
14981 exit information.
14982
14983 2013-05-21 Glenn Morris <rgm@gnu.org>
14984
14985 * printing.el (pr-menu-bar): Define when compiling.
14986
14987 2013-05-21 Leo Liu <sdl.web@gmail.com>
14988
14989 * progmodes/octave.el (octave-auto-fill): Remove.
14990 (octave-indent-new-comment-line): Improve.
14991 (octave-mode): Use auto fill mode through
14992 comment-line-break-function and fill-nobreak-predicate.
14993 (octave-goto-function-definition): Support DEFUN_DLD.
14994 (octave-beginning-of-defun): Small tweak.
14995 (octave-help): Show parent directory.
14996
14997 2013-05-21 Glenn Morris <rgm@gnu.org>
14998
14999 * files.el (dired-unmark):
15000 * progmodes/gud.el (gdb-input): Update declarations.
15001
15002 * calculator.el (electric, ehelp): No need to load when compiling.
15003 (Electric-command-loop, electric-describe-mode): Declare.
15004
15005 * doc-view.el (doc-view-current-converter-processes): Move before use.
15006
15007 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
15008 Move MODE-set-explicitly definition before use.
15009
15010 * international/mule-diag.el (mule-diag):
15011 Don't use obsolete window-system-version.
15012
15013 * mail/feedmail.el (smtpmail): No need to load when compiling.
15014 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
15015
15016 * mail/mail-utils.el (rfc822): No need to load when compiling.
15017 (rfc822-addresses): Autoload it.
15018 (mail-strip-quoted-names): Trivial simplification.
15019
15020 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
15021 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
15022
15023 * net/snmp-mode.el (tempo): Don't duplicate requires.
15024
15025 * progmodes/prolog.el (info): No need to load when compiling.
15026 (comint): Require before shell requires it.
15027 (Info-goto-node): Autoload it.
15028 (Info-follow-nearest-node): Declare.
15029 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
15030
15031 * textmodes/artist.el (picture-mode-exit): Declare.
15032
15033 * textmodes/reftex-parse.el (reftex-parse-from-file):
15034 Trivial rewrite so the compiler can parse it better.
15035
15036 2013-05-20 Leo Liu <sdl.web@gmail.com>
15037
15038 * progmodes/octave.el (octave-help-mode-map)
15039 (octave-help-mode-finish-hook): New variables.
15040 (octave-help-mode, octave-help-mode-finish): New functions.
15041 (octave-help): Use octave-help-mode.
15042
15043 2013-05-20 Glenn Morris <rgm@gnu.org>
15044
15045 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
15046
15047 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
15048
15049 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
15050 start at point, so that expansion starting right after opening
15051 slash in a regexp is recognized.
15052 (ruby-syntax-before-regexp-re): New defvar, extracted from
15053 ruby-syntax-propertize-function. Since the value of this regexp
15054 is looked up at runtime now, we should be able to turn
15055 `ruby-syntax-methods-before-regexp' into a defcustom later.
15056 (ruby-syntax-propertize-function): Split regexp matching into two
15057 parts, for opening and closing slashes. That allows us to skip
15058 over string interpolations and support multiline regexps.
15059 Don't call `ruby-syntax-propertize-expansions', instead use another rule
15060 for them, which calls `ruby-syntax-propertize-expansion'.
15061 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
15062 call to `ruby-syntax-propertize-function'.
15063 (ruby-syntax-propertize-expansion): Extracted from
15064 `ruby-syntax-propertize-expansions'. Handles one expansion.
15065 (ruby-syntax-propertize-percent-literal): Leave point right after
15066 the percent symbol, so that the expression expansion rule can
15067 propertize the contents.
15068 (ruby-syntax-propertize-heredoc): Leave point at bol following the
15069 heredoc openers.
15070 (ruby-syntax-propertize-expansions): Remove.
15071
15072 2013-05-18 Juri Linkov <juri@jurta.org>
15073
15074 * man.el (Man-default-man-entry): Remove `-' from the end
15075 of the default value. (Bug#14400)
15076
15077 2013-05-18 Glenn Morris <rgm@gnu.org>
15078
15079 * comint.el (comint-password-prompt-regexp):
15080 Allow "password for XXX" where XXX contains colons (eg https://...).
15081
15082 2013-05-18 Leo Liu <sdl.web@gmail.com>
15083
15084 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
15085 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
15086 (octave-source-directories): Don't check process.
15087 (octave-source-directories, octave-find-definition): Doc fix.
15088
15089 2013-05-18 Glenn Morris <rgm@gnu.org>
15090
15091 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
15092 Remove backspace/delete bindings. (Bug#14392)
15093
15094 * cus-dep.el (custom-make-dependencies): Sort the output.
15095 (custom-versions-load-alist): Convert comment to doc.
15096
15097 2013-05-17 Leo Liu <sdl.web@gmail.com>
15098
15099 * newcomment.el (comment-search-backward): Stricter in finding
15100 comment start. (Bug#14303)
15101
15102 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
15103 (octave-comment-start-skip): Properly anchored.
15104
15105 2013-05-17 Leo Liu <sdl.web@gmail.com>
15106
15107 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
15108 Clean up when turned off. (Bug#14395)
15109 (smie--highlight-matching-block-overlay): No longer buffer-local.
15110 (smie-highlight-matching-block): Adjust.
15111
15112 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
15113
15114 Doc string fix for "nanoseconds" (Bug#14406).
15115 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
15116 Fix doc string typo that had "nanoseconds" instead of "microseconds".
15117
15118 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
15119
15120 * calc/calc-units.el (math-extract-units): Preserve powers
15121 of units.
15122
15123 2013-05-17 Leo Liu <sdl.web@gmail.com>
15124
15125 * subr.el (delete-consecutive-dups): New function.
15126 * ido.el (ido-set-matches-1): Use it.
15127 * progmodes/octave.el (inferior-octave-completion-table): Use it.
15128 * ido.el (ido-remove-consecutive-dups): Remove.
15129
15130 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
15131
15132 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
15133 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
15134 regexp-opt's `words'.
15135
15136 2013-05-16 Leo Liu <sdl.web@gmail.com>
15137
15138 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
15139 (smie--highlight-matching-block-overlay)
15140 (smie--highlight-matching-block-lastpos)
15141 (smie--highlight-matching-block-timer): New variables.
15142 (smie-highlight-matching-block): New function.
15143 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
15144 (smie-setup): Conditionally enable smie-blink-matching-open.
15145
15146 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
15147
15148 Sync with upstream verilog-mode r840.
15149 * progmodes/verilog-mode.el (verilog-mode-version)
15150 (verilog-mode-release-date): Update.
15151 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
15152 (verilog-sig-tieoff): Fix string error on
15153 AUTORESET with colon define, bug594. Reported by Andrew Hou.
15154 (verilog-read-decls): Fix parameters confusing
15155 AUTOINST interfaces, bug565. Reported by Leith Johnson.
15156
15157 2013-05-16 Eli Zaretskii <eliz@gnu.org>
15158
15159 * subr.el (reveal-filename): New function.
15160
15161 * loadup.el: Compute Emacs executable versions on MS-Windows,
15162 where executables have the .exe extension. Add a hard link
15163 emacs-XX.YY.ZZ.exe on MS-Windows.
15164
15165 * Makefile.in (XARGS_LIMIT): New variable.
15166 (custom-deps, finder-data, autoloads)
15167 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
15168 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
15169 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
15170 (compile-main): Limit xargs according to $(XARGS_LIMIT).
15171
15172 2013-05-16 Leo Liu <sdl.web@gmail.com>
15173
15174 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
15175 (octave-mode-menu, octave-mode-map): Remove its uses.
15176
15177 2013-05-16 Reto Zimmermann <reto@gnu.org>
15178
15179 Sync with upstream vhdl mode v3.34.2.
15180 * progmodes/vhdl-mode.el: Use `push' throughout.
15181 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
15182 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
15183 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
15184 (vhdl-actual-generic-name): New option to derive actual generic name.
15185 (vhdl-port-paste-signals): Replace formal by actual generics.
15186 (vhdl-beautify): New name for old group vhdl-align. Update users.
15187 (vhdl-beautify-options): New option.
15188 (vhdl-last-input-event): New compat alias. Use throughout.
15189 (vhdl-goto-line): Replace user level function `goto-line'.
15190 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
15191 vhdl-fix-statement-buffer.
15192 (vhdl-create-mode-menu): Add some entries.
15193 (vhdl-align-region-groups): Respect vhdl-beautify-options.
15194 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
15195 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
15196 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
15197 to force statements on one line.
15198 (vhdl-remove-trailing-spaces-region):
15199 New, split from vhdl-remove-trailing-spaces.
15200 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
15201 Respect vhdl-beautify-options.
15202 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
15203 (vhdl-update-sensitivity-list): Not add with index if exists without.
15204 Not include array index with signal. Ignore keywords in comments.
15205 (vhdl-get-visible-signals): Regexp tweaks.
15206 (vhdl-template-component-inst): Handle empty library.
15207 (vhdl-template-type): Add template for 'enum' type.
15208 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
15209 Use vhdl-replace-string.
15210 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
15211 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
15212 (vhdl-speedbar-initialize): Update for above name change.
15213 (vhdl-compose-wire-components): Fix in handling of constants.
15214 (vhdl-error-regexp-emacs-alist): New variable.
15215 (vhdl-error-regexp-add-emacs): New function;
15216 adds support for new compile.el (Emacs 22+)
15217 (vhdl-generate-makefile-1): Change target order for single lib. units.
15218 Allow use of absolute file names.
15219
15220 2013-05-16 Leo Liu <sdl.web@gmail.com>
15221
15222 * simple.el (prog-indent-sexp): Indent enclosing defun.
15223
15224 2013-05-15 Glenn Morris <rgm@gnu.org>
15225
15226 * cus-start.el (show-trailing-whitespace): Move to editing basics.
15227 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
15228 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
15229 (whitespace-highlight): Move to whitespace group.
15230
15231 * comint.el (comint-source):
15232 * pcmpl-linux.el (pcmpl-linux):
15233 * shell.el (shell-faces):
15234 * eshell/esh-opt.el (eshell-opt):
15235 * international/ccl.el (ccl): Remove empty custom groups.
15236
15237 * completion.el (dynamic-completion-mode):
15238 * jit-lock.el (jit-lock-debug-mode):
15239 * minibuffer.el (completion-in-region-mode):
15240 * type-break.el (type-break-mode-line-message-mode)
15241 (type-break-query-mode):
15242 * emulation/tpu-edt.el (tpu-edt-mode):
15243 * progmodes/subword.el (global-subword-mode, global-superword-mode):
15244 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
15245 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
15246
15247 * term/xterm.el (xterm): Change parent group to terminals.
15248
15249 * master.el (master): Remove empty custom group.
15250 (master-mode): Remove unused :group argument.
15251 * textmodes/refill.el (refill): Remove empty custom group.
15252 (refill-mode): Remove unused :group argument.
15253
15254 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
15255
15256 * cus-dep.el: Provide a feature.
15257 (custom-make-dependencies): Ignore dotfiles (dir-locals).
15258 Don't mistakenly ignore files whose basenames match a basename
15259 from preloaded-file-list (eg cedet/ede/simple.el).
15260 Add a fallback method for getting :group.
15261
15262 2013-05-15 Juri Linkov <juri@jurta.org>
15263
15264 * isearch.el (isearch-char-by-name): Rename from
15265 `isearch-insert-char-by-name'. Doc fix.
15266 (isearch-forward): Mention `isearch-char-by-name' in
15267 the docstring. (Bug#13348)
15268
15269 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
15270 `exit-minibuffer' instead of
15271 `isearch-nonincremental-exit-minibuffer'.
15272 (isearch-edit-string): Remove mention of
15273 `isearch-nonincremental-exit-minibuffer' from docstring.
15274 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
15275 (isearch-forward-exit-minibuffer)
15276 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
15277
15278 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
15279
15280 * loadup.el: Just use unversioned DOC.
15281
15282 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
15283 literals as extending to EOB.
15284 (nxml-last-fontify-end): Remove unused variable.
15285 (nxml-after-change1): Use with-silent-modifications.
15286 (nxml-extend-after-change-region): Simplify.
15287 (nxml-extend-after-change-region1): Remove function.
15288 (nxml-after-change1): Don't adjust for dependent regions.
15289 (nxml-fontify-matcher): Simplify.
15290 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
15291 (xmltok-add-dependent): Remove function.
15292 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
15293 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
15294 (xmltok-scan-prolog-after-processing-instruction-open): Treat
15295 unclosed <[[, <?, comment, and other literals as extending to EOB.
15296 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
15297 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
15298 Remove functions.
15299 (rng-do-some-validation-1): Don't mark dependent regions.
15300 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
15301 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
15302 (nxml-clear-dependent-regions): Remove functions.
15303 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
15304 (nxml-ensure-scan-up-to-date):
15305 Don't clear&mark dependent regions.
15306
15307 2013-05-15 Leo Liu <sdl.web@gmail.com>
15308
15309 * progmodes/octave.el (octave-goto-function-definition):
15310 Improve and fix callers.
15311
15312 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
15313
15314 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
15315 the setter (bug#14387).
15316
15317 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
15318 surrounding group (bug#14402).
15319
15320 2013-05-14 Juri Linkov <juri@jurta.org>
15321
15322 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
15323 (Bug#14390)
15324
15325 2013-05-14 Glenn Morris <rgm@gnu.org>
15326
15327 * progmodes/f90.el (f90-imenu-generic-expression):
15328 Fix typo in 2013-05-08 change. (Bug#14402)
15329
15330 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
15331
15332 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
15333 Remove signals for which replies are never received.
15334
15335 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
15336
15337 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
15338 (gdb-handler-alist, gdb-handler-number): Remove variables.
15339 (gdb-handler-list): New variable.
15340 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
15341 (gdb-pending-handler-p, gdb-handle-reply)
15342 (gdb-remove-all-pending-triggers): New functions.
15343 (gdb-discard-unordered-replies): New defcustom.
15344 (gdb-handler): New defstruct.
15345 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
15346 instead of gdb-pending-triggers. Update docstring.
15347 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
15348 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
15349 (gdb-var-update-handler, def-gdb-auto-update-trigger)
15350 (def-gdb-auto-update-handler, gdb-get-changed-registers)
15351 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
15352 (gdb-frame-handler): Pending triggers are now automatically managed.
15353 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
15354 Remove argument.
15355 (gdb-input): Automatically handles pending triggers. Update docstring.
15356 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
15357 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
15358 Update comments.
15359 (gdb-done-or-error): Now use gdb-handle-reply.
15360
15361 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
15362
15363 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
15364 gdb-debug-log.
15365
15366 2013-05-14 Glenn Morris <rgm@gnu.org>
15367
15368 * subr.el (user-emacs-directory-warning): New option.
15369 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
15370
15371 2013-05-14 Leo Liu <sdl.web@gmail.com>
15372
15373 * progmodes/octave.el (octave-font-lock-keywords): Fix error
15374 during redisplay.
15375 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
15376 (octave-font-lock-texinfo-comment): Fix invalid search bound
15377 error: wrong side of point.
15378
15379 2013-05-14 Glenn Morris <rgm@gnu.org>
15380
15381 * progmodes/flymake.el (flymake-xml-program): New option.
15382 (flymake-xml-init): Use it.
15383
15384 * term/xterm.el: Provide a feature.
15385
15386 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
15387
15388 2013-05-13 Glenn Morris <rgm@gnu.org>
15389
15390 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
15391 Add compat aliases as a hack workaround. (Bug#14384)
15392
15393 2013-05-13 Leo Liu <sdl.web@gmail.com>
15394
15395 * progmodes/octave.el (octave-indent-comment): Fix indentation for
15396 ###, and %!.
15397 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
15398 C-M-q.
15399 (octave-comment-start-skip): Include %!.
15400 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
15401
15402 2013-05-12 Leo Liu <sdl.web@gmail.com>
15403
15404 * progmodes/octave.el (inferior-octave-startup): Store the value
15405 of __octave_srcdir__ for octave-source-directories.
15406 (inferior-octave-check-process): New function refactored out of
15407 inferior-octave-send-list-and-digest.
15408 (octave-source-directories)
15409 (octave-find-definition-filename-function): New variables.
15410 (octave-source-directories)
15411 (octave-find-definition-default-filename): New functions.
15412 (octave-find-definition): Improve to find functions implemented in C++.
15413
15414 2013-05-12 Glenn Morris <rgm@gnu.org>
15415
15416 * calendar/diary-lib.el (diary-outlook-format-1):
15417 Don't include dayname in the output. (Bug#14349)
15418
15419 2013-05-11 Glenn Morris <rgm@gnu.org>
15420
15421 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
15422
15423 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
15424 Treat cc-provide like provide.
15425
15426 2013-05-11 Kevin Ryde <user42@zip.com.au>
15427
15428 * cus-dep.el (custom-make-dependencies):
15429 Use generated-autoload-load-name for the sake of files such
15430 such cedet/semantic/bovine/c.el, where the base file name
15431 is not in load-path. (Bug#5277)
15432
15433 2013-05-11 Glenn Morris <rgm@gnu.org>
15434
15435 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
15436 Provide features.
15437
15438 2013-05-11 Leo Liu <sdl.web@gmail.com>
15439
15440 * progmodes/octave.el (octave-indent-comment): Improve.
15441 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
15442 (octave-eldoc-function-signatures, octave-eldoc-function):
15443 New functions.
15444 (octave-mode, inferior-octave-mode): Add eldoc support.
15445
15446 2013-05-11 Richard Stallman <rms@gnu.org>
15447
15448 * epa.el (epa-decrypt-file): Take output file name as argument
15449 and read it using `interactive'.
15450
15451 2013-05-11 Leo Liu <sdl.web@gmail.com>
15452
15453 * progmodes/octave.el (octave-beginning-of-line)
15454 (octave-end-of-line): Check before using up-list because it jumps
15455 out of more syntactic contructs since moving to smie.
15456 (octave-indent-comment): New function.
15457 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
15458 (octave-begin-keywords, octave-end-keywords)
15459 (octave-reserved-words, octave-smie-bnf-table)
15460 (octave-smie-rules): Add new keywords from Octave 3.6.4.
15461
15462 2013-05-11 Glenn Morris <rgm@gnu.org>
15463
15464 * faces.el (internal-face-x-get-resource):
15465 * frame.el (ns-display-monitor-attributes-list):
15466 * calc/calc-aent.el (math-to-radians-2):
15467 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
15468 Fix declarations.
15469
15470 * calc/calc-menu.el: Make it loadable in isolation.
15471
15472 * net/eudcb-bbdb.el: Make it loadable without bbdb.
15473 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
15474 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
15475 (eudc-bbdb-query-internal): Require 'bbdb.
15476
15477 * lpr.el (lpr-headers-switches):
15478 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
15479
15480 * progmodes/sql.el (sql-login-params): Fix and improve :type.
15481
15482 * emulation/edt-mapper.el: In batch mode, error rather than hang.
15483
15484 * term.el (term-set-escape-char): Make it idempotent.
15485
15486 2013-05-10 Leo Liu <sdl.web@gmail.com>
15487
15488 * progmodes/octave.el (inferior-octave-completion-table):
15489 No longer a function and all uses changed. Use cache to speed up
15490 completion due to bug#11906.
15491 (octave-beginning-of-defun): Re-write to be more general.
15492
15493 2013-05-10 Glenn Morris <rgm@gnu.org>
15494
15495 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
15496
15497 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
15498
15499 * comint.el (comint-redirect-send-command-to-process): Use :around
15500 rather than :override for comint-redirect-filter.
15501 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
15502 Call it instead of comint-redirect-original-filter-function (which
15503 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
15504
15505 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
15506
15507 * frame.el (display-monitor-attributes-list): Add NS case.
15508 (ns-display-monitor-attributes-list): Declare.
15509
15510 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
15511
15512 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
15513
15514 2013-05-09 Glenn Morris <rgm@gnu.org>
15515
15516 * international/fontset.el (vertical-centering-font-regexp):
15517 Set standard-value.
15518
15519 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
15520
15521 * bookmark.el (bookmark-search-delay):
15522 * cus-start.el (vertical-centering-font-regexp):
15523 * ps-mule.el (ps-mule-font-info-database-default):
15524 * ps-print.el (ps-default-fg, ps-default-bg):
15525 * type-break.el (type-break-good-break-interval):
15526 * whitespace.el (whitespace-indentation-regexp)
15527 (whitespace-space-after-tab-regexp):
15528 * emacs-lisp/testcover.el (testcover-1value-functions)
15529 (testcover-noreturn-functions, testcover-progn-functions)
15530 (testcover-prog1-functions):
15531 * emulation/viper-init.el (viper-emacs-state-cursor-color):
15532 * eshell/em-glob.el (eshell-glob-translate-alist):
15533 * play/tetris.el (tetris-tty-colors):
15534 * progmodes/cpp.el (cpp-face-default-list):
15535 * progmodes/flymake.el (flymake-allowed-file-name-masks):
15536 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
15537 (idlwave-help-browser-generic-args):
15538 * progmodes/make-mode.el (makefile-special-targets-list):
15539 * progmodes/python.el (python-shell-virtualenv-path):
15540 * progmodes/verilog-mode.el (verilog-active-low-regexp)
15541 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
15542 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
15543 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
15544 * textmodes/reftex-vars.el (reftex-format-label-function):
15545 * textmodes/remember.el (remember-diary-file): Fix custom types.
15546
15547 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
15548 Add :version.
15549
15550 2013-05-09 Leo Liu <sdl.web@gmail.com>
15551
15552 * progmodes/octave.el (inferior-octave-completion-at-point):
15553 Restore file completion. (Bug#14300)
15554 (inferior-octave-startup): Fix incorrect highlighting for the
15555 first prompt.
15556
15557 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
15558
15559 * progmodes/ruby-mode.el: First cut at SMIE support.
15560 (ruby-use-smie): New var.
15561 (ruby-smie-grammar): New constant.
15562 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
15563 (ruby-smie--forward-token, ruby-smie--backward-token)
15564 (ruby-smie-rules): New functions.
15565 (ruby-mode-variables): Setup SMIE if applicable.
15566
15567 2013-05-08 Eli Zaretskii <eliz@gnu.org>
15568
15569 * simple.el (line-move-visual): Signal beginning/end of buffer
15570 only if vertical-motion moved less than it was requested. Avoids
15571 silly incorrect error messages when there are display strings with
15572 multiple newlines at EOL.
15573
15574 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
15575
15576 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
15577 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
15578 (prolog-char-quote-workaround):
15579 * progmodes/cperl-mode.el (cperl-under-as-char):
15580 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
15581 Mark as obsolete.
15582 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
15583 their declaration.
15584 (vhdl-mode-syntax-table-init): Remove.
15585
15586 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
15587 last change.
15588
15589 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
15590 syntax for "_".
15591 (ld-script-font-lock-keywords):
15592 Change regexps to use things like \_< and \_>.
15593
15594 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
15595 Change all regexps to use things like \_< and \_>.
15596
15597 * progmodes/autoconf.el (autoconf-definition-regexp)
15598 (autoconf-font-lock-keywords, autoconf-current-defun-function):
15599 Handle a _ with symbol syntax.
15600 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
15601
15602 * progmodes/ada-mode.el (ada-mode-abbrev-table):
15603 Consolidate declaration.
15604 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
15605 the declaration.
15606 (ada-create-syntax-table): Remove.
15607 (ada-capitalize-word): Don't mess with the syntax of "_" since it
15608 already has the right syntax nowadays.
15609 (ada-goto-next-word): Don't change the syntax of "_".
15610
15611 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
15612 with-wrapper-hook.
15613
15614 2013-05-08 Sam Steingold <sds@gnu.org>
15615
15616 * thingatpt.el (thing-at-point): Accept optional second argument
15617 NO-PROPERTIES to strip the text properties from the return value.
15618 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
15619 to `thing-at-point' instead of stripping the properties ourselves.
15620 Also, when `thing-at-point' fails to find a url, prepend "http://"
15621 to the filename at point on the assumption that the user is
15622 pointing at something like gnu.org/gnu.
15623
15624 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
15625
15626 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
15627 * faces.el (crm-separator):
15628 Silence byte-compiler.
15629
15630 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
15631 (tool-bar-map): Remove unneeded defvars.
15632
15633 2013-05-08 Leo Liu <sdl.web@gmail.com>
15634
15635 Re-work a fix for bug#10994 based on Le Wang's patch.
15636 * ido.el (ido-remove-consecutive-dups): New helper.
15637 (ido-completing-read): Use it.
15638 (ido-chop): Revert fix for bug#10994.
15639
15640 2013-05-08 Adam Spiers <emacs@adamspiers.org>
15641
15642 * cus-edit.el (custom-save-variables):
15643 Pretty-print long values. (Bug#14187)
15644
15645 2013-05-08 Glenn Morris <rgm@gnu.org>
15646
15647 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
15648 (m4-mode-syntax-table): Init in the defvar.
15649 (m4-mode-abbrev-table): Let define-derived-mode define it.
15650
15651 2013-05-08 Tom Tromey <tromey@redhat.com>
15652
15653 * progmodes/m4-mode.el (m4-mode-syntax-table):
15654 Do not treat "_" as word constituent. (Bug#14167)
15655
15656 2013-05-07 Glenn Morris <rgm@gnu.org>
15657
15658 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
15659 Remove explicit eshell-isearch-cancel-map.
15660
15661 * progmodes/f90.el (f90-smart-end-names): New option.
15662 (f90-smart-end): Doc fix.
15663 (f90-end-block-optional-name): New constant.
15664 (f90-block-match): Respect f90-smart-end-names.
15665
15666 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
15667
15668 * progmodes/octave.el (octave-smie-forward-token): Be more careful
15669 about implicit semi-colons (bug#14218).
15670
15671 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15672
15673 * frame.el (display-monitor-attributes-list)
15674 (frame-monitor-attributes): New functions.
15675
15676 2013-05-06 Leo Liu <sdl.web@gmail.com>
15677
15678 * progmodes/octave.el (octave-syntax-propertize-function): Change
15679 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
15680 (octave-font-lock-keywords): Use octave-operator-regexp.
15681 (octave-completion-at-point): Rename from
15682 octave-completion-at-point-function.
15683 (inferior-octave-directory-tracker): Robustify.
15684 (octave-text-functions): Remove and fix its uses. No such things
15685 any more.
15686
15687 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15688
15689 * emacs-lisp/trace.el (trace--display-buffer): New function.
15690 (trace-make-advice): Use it.
15691
15692 2013-05-06 Juri Linkov <juri@jurta.org>
15693
15694 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
15695 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
15696 Doc fix.
15697 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
15698 in the help string. (Bug#12985)
15699
15700 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
15701
15702 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
15703
15704 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15705
15706 * progmodes/perl-mode.el: Add support for here documents.
15707 (perl-syntax-propertize-function): Match here-doc markers.
15708 (perl-syntax-propertize-special-constructs): Find their end.
15709 (perl-imenu-generic-expression): Use [:alnum:].
15710
15711 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
15712 (advice--add-function): Refresh the advice if already present
15713 (bug#14317).
15714
15715 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
15716
15717 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
15718
15719 2013-05-06 Glenn Morris <rgm@gnu.org>
15720
15721 * w32-fns.el (w32-charset-info-alist): Declare.
15722
15723 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
15724 of its defcustom properties.
15725 (eshell-cmpl-initialize): No need to load pcomplete.
15726
15727 * generic-x.el: No need to require comint when compiling.
15728
15729 * net/eudc-export.el: Make it loadable without bbdb.
15730 (top-level): Use require rather than load-library.
15731 (eudc-create-bbdb-record, eudc-bbdbify-phone)
15732 (eudc-batch-export-records-to-bbdb)
15733 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
15734 Require bbdb.
15735
15736 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
15737
15738 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
15739 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
15740 some tweaks, instead.
15741
15742 2013-05-05 Leo Liu <sdl.web@gmail.com>
15743
15744 * progmodes/octave.el (octave-font-lock-keywords)
15745 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
15746 (inferior-octave-send-list-and-digest): Improve error message.
15747 (octave-mode, inferior-octave-mode): Use setq-local.
15748 (octave-help): Set info-lookup-mode.
15749
15750 2013-05-05 Richard Stallman <rms@gnu.org>
15751
15752 * vc/compare-w.el (compare-windows-whitespace):
15753 Treat no-break space as whitespace.
15754
15755 * mail/rmailsum.el (rmail-summary-rmail-update):
15756 Detect empty summary and don't change selected message.
15757 (rmail-summary-goto-msg): Likewise.
15758
15759 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
15760 Doc fixes, rename args.
15761
15762 2013-05-05 Alan Mackenzie <acm@muc.de>
15763
15764 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
15765
15766 2013-05-05 Juri Linkov <juri@jurta.org>
15767
15768 * info.el (Info-read-subfile): Use (point-min) instead of (point)
15769 to not add the length of the summary segment to the return value.
15770 (Bug#14125)
15771
15772 2013-05-05 Leo Liu <sdl.web@gmail.com>
15773
15774 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
15775 (inferior-octave-output-filter): Remove.
15776 (octave-send-region, inferior-octave-startup): Fix callers.
15777 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
15778 (octave-binary-file-extensions): New user variable.
15779 (octave-find-definition): Confirm if opening binary files.
15780 (octave-help-file): Use octave-find-definition to get the binary
15781 confirmation.
15782 (octave-help): Adjust for octave-help-file change.
15783
15784 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
15785
15786 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
15787 Merge the two entries that handle function definitions.
15788 (pascal--syntax-propertize): New const.
15789 (pascal-mode): Use it. Use setq-local.
15790
15791 2013-05-04 Glenn Morris <rgm@gnu.org>
15792
15793 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
15794 (diary-from-outlook): Respect diary-from-outlook-function.
15795
15796 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
15797
15798 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
15799 Move the declaration from C.
15800 (read-minibuffer, eval-minibuffer): Move from C.
15801 (completion-setup-function): Avoid minibuffer-completion-contents.
15802
15803 2013-05-03 Leo Liu <sdl.web@gmail.com>
15804
15805 * progmodes/octave.el (octave-font-lock-keywords): Do not
15806 dehighlight 'end' in comments or strings.
15807 (octave-completing-read, octave-goto-function-definition):
15808 New helpers.
15809 (octave-help-buffer): New user variable.
15810 (octave-help-file, octave-help-function): New button types.
15811 (octave-help): New command and bind it to C-h ;.
15812 (octave-find-definition): New command and bind it to M-.
15813 (user-error): Alias to error if not defined.
15814
15815 2013-05-02 Leo Liu <sdl.web@gmail.com>
15816
15817 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
15818 for \. (bug#14332)
15819 (octave-font-lock-keywords): Include [ and {.
15820
15821 2013-05-02 Leo Liu <sdl.web@gmail.com>
15822
15823 * progmodes/octave.el (inferior-octave-startup-file): Change default.
15824 (inferior-octave): Remove calling comint-mode and return the buffer.
15825 (inferior-octave-startup): Cosmetic changes.
15826
15827 2013-05-02 Leo Liu <sdl.web@gmail.com>
15828
15829 * progmodes/octave.el (octave-syntax-propertize-function):
15830 Include the case when ' is at line beginning. (Bug#14336)
15831
15832 2013-05-02 Glenn Morris <rgm@gnu.org>
15833
15834 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
15835 * desktop.el (vc-dir-mode): Just autoload it here.
15836
15837 2013-05-02 Alan Mackenzie <acm@muc.de>
15838
15839 Eliminate variable c-standard-font-lock-fontify-region-function.
15840 * progmodes/cc-mode.el
15841 (c-standard-font-lock-fontify-region-function): Remove.
15842 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
15843
15844 2013-05-01 Leo Liu <sdl.web@gmail.com>
15845
15846 * progmodes/octave.el: Compatible with older emacs-24 releases.
15847 (inferior-octave-has-built-in-variables): Remove. Built-in
15848 variables were removed from Octave in 2007.
15849 (inferior-octave-startup): Fix uses.
15850 (comint-line-beginning-position): Remove compatibility code for
15851 emacs 21.
15852
15853 2013-05-01 Juri Linkov <juri@jurta.org>
15854
15855 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
15856
15857 2013-05-01 Juri Linkov <juri@jurta.org>
15858
15859 * comint.el (comint-previous-matching-input): Don't print message
15860 "History item: %d" when `isearch-mode' is active.
15861 (comint-history-isearch-message): Print message "History item: %d"
15862 when `comint-input-ring-index' is not empty and this function is
15863 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
15864
15865 2013-05-01 Leo Liu <sdl.web@gmail.com>
15866
15867 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
15868 definitions. Use completion-at-point to insert keywords.
15869 (octave-abbrev-start): Remove.
15870 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
15871
15872 2013-04-30 Leo Liu <sdl.web@gmail.com>
15873
15874 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
15875 change.
15876
15877 2013-04-30 Alan Mackenzie <acm@muc.de>
15878
15879 Handle arbitrarily long C++ member initialisation lists.
15880 * progmodes/cc-engine.el (c-back-over-member-initializers):
15881 new function.
15882 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
15883 (most) member init lists.
15884
15885 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
15886
15887 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
15888 variable.
15889
15890 2013-04-30 Leo Liu <sdl.web@gmail.com>
15891
15892 * progmodes/octave.el (octave-variables): Remove. No builtin
15893 variables any more. All converted to functions.
15894 (octave-font-lock-keywords, octave-completion-at-point-function):
15895 Fix uses.
15896 (octave-font-lock-texinfo-comment): New user variable.
15897 (octave-texinfo-font-lock-keywords): New variable for texinfo
15898 comment block.
15899 (octave-function-comment-block): New face.
15900 (octave-font-lock-texinfo-comment): New function.
15901 (octave-mode): Font lock texinfo comment block.
15902
15903 2013-04-29 Leo Liu <sdl.web@gmail.com>
15904
15905 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
15906 indexing expression.
15907 (octave-continuation-string): Do not use \.
15908 (inferior-octave-complete-impossible): Remove.
15909 (inferior-octave-completion-table)
15910 (inferior-octave-completion-at-point): Remove its uses.
15911 (inferior-octave-startup): completion_matches was introduced to
15912 Octave in 1996 so safe to assume it.
15913 (octave-function-file-comment): Improve to follow how Octave does it.
15914 (octave-update-function-file-comment): Tweak.
15915
15916 2013-04-29 Leo Liu <sdl.web@gmail.com>
15917
15918 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
15919 (inferior-octave-startup): Remove inferior-octave-startup-hook.
15920 (octave-function-file-comment): Fix typo.
15921 (octave-sync-function-file-names): Use read-char-choice.
15922
15923 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
15924
15925 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
15926 to t for the less important warnings.
15927
15928 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
15929
15930 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
15931
15932 2013-04-27 Glenn Morris <rgm@gnu.org>
15933
15934 * vc/log-view.el (log-view-current-entry):
15935 Treat "---" separator lines as part of the following rev. (Bug#14169)
15936
15937 2013-04-27 Juri Linkov <juri@jurta.org>
15938
15939 * subr.el (read-number): Doc fix about using it by interactive
15940 code letter `n'. (Bug#14254)
15941
15942 2013-04-27 Juri Linkov <juri@jurta.org>
15943
15944 * desktop.el (desktop-auto-save-timeout): New option.
15945 (desktop-file-checksum): New variable.
15946 (desktop-save): Add optional arg `auto-save' and don't auto-save
15947 if nothing changed.
15948 (desktop-auto-save-timer): New variable.
15949 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
15950 (after-init-hook): Call `desktop-auto-save-set-timer'.
15951 Suggested by Reuben Thomas <rrt@sc3d.org> in
15952 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
15953
15954 2013-04-27 Leo Liu <sdl.web@gmail.com>
15955
15956 * progmodes/octave.el (octave-function-file-p)
15957 (octave-skip-comment-forward, octave-function-file-comment)
15958 (octave-update-function-file-comment): New functions.
15959 (octave-mode-map): Bind C-c ; to
15960 octave-update-function-file-comment.
15961 (octave-mode-menu): Add octave-update-function-file-comment.
15962 (octave-mode, inferior-octave-mode): Fix doc-string.
15963 (octave-insert-defun): Conform to Octave's coding convention.
15964 (Bug#14285)
15965
15966 * files.el (basic-save-buffer): Don't let errors in
15967 before-save-hook prevent saving buffer.
15968
15969 2013-04-20 Roland Winkler <winkler@gnu.org>
15970
15971 * faces.el (read-face-name): Use completing-read if arg multiple
15972 is nil.
15973
15974 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
15975
15976 * ls-lisp.el (ls-lisp-insert-directory): If no files are
15977 displayed, move point to after the totals line.
15978 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
15979 for the details.
15980
15981 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
15982
15983 * emacs-lisp/package.el (package-autoload-ensure-default-file):
15984 Add current dir to the load-path.
15985 (package-generate-autoloads): Don't rely on
15986 autoload-ensure-default-file.
15987
15988 2013-04-26 Reuben Thomas <rrt@sc3d.org>
15989
15990 * textmodes/remember.el (remember-store-in-files): Document that
15991 the file name format is passed to `format-time-string'.
15992
15993 2013-04-26 Leo Liu <sdl.web@gmail.com>
15994
15995 * progmodes/octave.el (octave-sync-function-file-names): New function.
15996 (octave-mode): Use it in before-save-hook.
15997
15998 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
15999
16000 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
16001 (bug#14274).
16002
16003 * progmodes/octave.el (octave-smie-forward-token): Properly skip
16004 \n and comment, even if it's not an implicit ; (bug#14218).
16005
16006 2013-04-26 Glenn Morris <rgm@gnu.org>
16007
16008 * subr.el (read-number): Once more use `read' rather than
16009 `string-to-number', to trap non-numeric input. (Bug#14254)
16010
16011 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
16012
16013 * emacs-lisp/syntax.el (syntax-propertize-multiline):
16014 Use `syntax-multiline' text property consistently instead of
16015 `font-lock-multiline'. (Bug#14237)
16016
16017 2013-04-26 Glenn Morris <rgm@gnu.org>
16018
16019 * emacs-lisp/shadow.el (list-load-path-shadows):
16020 No longer necessary to check for duplicate simple.el, since
16021 2012-07-07 change to init_lread to not include installation lisp
16022 directories in load-path when running uninstalled. (Bug#14270)
16023
16024 2013-04-26 Leo Liu <sdl.web@gmail.com>
16025
16026 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
16027 (octave-mode, inferior-octave-mode): Use setq-local.
16028 (octave-not-in-string-or-comment-p): Rename to
16029 octave-in-string-or-comment-p.
16030 (octave-in-comment-p, octave-in-string-p)
16031 (octave-in-string-or-comment-p): Replace defsubst with defun.
16032
16033 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
16034
16035 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
16036
16037 2013-04-25 Bastien Guerry <bzg@gnu.org>
16038
16039 * textmodes/remember.el (remember-data-directory)
16040 (remember-directory-file-name-format): Fix custom types.
16041
16042 2013-04-25 Leo Liu <sdl.web@gmail.com>
16043
16044 * progmodes/octave.el (octave-completion-at-point-function):
16045 Make use of inferior octave process.
16046 (octave-initialize-completions): Remove.
16047 (inferior-octave-completion-table): New function.
16048 (inferior-octave-completion-at-point): Use it.
16049 (octave-completion-alist): Remove.
16050
16051 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
16052
16053 * progmodes/opascal.el: Use font-lock and syntax-propertize.
16054 (opascal-mode-syntax-table): New var.
16055 (opascal-literal-kind, opascal-is-literal-end)
16056 (opascal-literal-token-at): Rewrite.
16057 (opascal--literal-start-re, opascal-font-lock-keywords)
16058 (opascal--syntax-propertize): New constants.
16059 (opascal-font-lock-defaults): Adjust.
16060 (opascal-mode): Use them. Set comment-<foo> variables as well.
16061 (delphi-comment-face, opascal-comment-face, delphi-string-face)
16062 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
16063 (delphi-other-face, opascal-other-face): Remove face variables.
16064 (opascal-save-state): Remove macro.
16065 (opascal-fontifying-progress-step): Remove constant.
16066 (opascal--ignore-changes): Remove var.
16067 (opascal-set-token-property, opascal-parse-next-literal)
16068 (opascal-is-stable-literal, opascal-complete-literal)
16069 (opascal-is-literal-start, opascal-face-of)
16070 (opascal-parse-region, opascal-parse-region-until-stable)
16071 (opascal-fontify-region, opascal-after-change)
16072 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
16073 (opascal-debug-parse-region, opascal-debug-parse-window)
16074 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
16075 (opascal-debug-fontify-buffer): Remove.
16076 (opascal-debug-mode-map): Adjust accordingly.
16077
16078 2013-04-25 Leo Liu <sdl.web@gmail.com>
16079
16080 Merge octave-mod.el and octave-inf.el into octave.el with some
16081 cleanups.
16082 * progmodes/octave.el: New file renamed from octave-mod.el.
16083 * progmodes/octave-inf.el: Merged into octave.el.
16084 * progmodes/octave-mod.el: Renamed to octave.el.
16085
16086 2013-04-25 Tassilo Horn <tsdh@gnu.org>
16087
16088 * textmodes/reftex-vars.el
16089 (reftex-label-ignored-macros-and-environments): New defcustom.
16090
16091 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
16092
16093 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
16094
16095 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
16096 (smie-indent-keyword): Improve the check to ensure that the next
16097 comment is really on the same line.
16098 (smie-indent-comment): Don't align with a subsequent closer (or eob).
16099
16100 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
16101 semi-colons if the line is not otherwise empty (bug#14218).
16102
16103 2013-04-25 Glenn Morris <rgm@gnu.org>
16104
16105 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
16106
16107 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
16108
16109 * progmodes/opascal.el (opascal-set-token-property): Rename from
16110 opascal-set-text-properties and only set `token' (bug#14134).
16111 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
16112 (opascal-literal-text-properties): Remove.
16113 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
16114 Adjust callers.
16115
16116 2013-04-24 Reuben Thomas <rrt@sc3d.org>
16117
16118 * textmodes/remember.el (remember-handler-functions): Add an
16119 option for a new handler `remember-store-in-files'.
16120 (remember-data-directory, remember-directory-file-name-format):
16121 New options.
16122 (remember-store-in-files): New function to store remember notes
16123 as separate files within a directory.
16124
16125 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
16126
16127 * progmodes/compile.el (compilation-next-error-function):
16128 Pass "formats" to compilation-find-file (bug#11777).
16129
16130 2013-04-24 Glenn Morris <rgm@gnu.org>
16131
16132 * vc/vc-bzr.el (vc-bzr-print-log):
16133 * vc/vc-hg.el (vc-hg-print-log):
16134 * vc/vc-svn.el (vc-svn-print-log):
16135 Fix START-REVISION with LIMIT != 1. (Bug#14168)
16136
16137 * vc/vc-bzr.el (vc-bzr-print-log):
16138 * vc/vc-cvs.el (vc-cvs-print-log):
16139 * vc/vc-git.el (vc-git-print-log):
16140 * vc/vc-hg.el (vc-hg-print-log):
16141 * vc/vc-mtn.el (vc-mtn-print-log):
16142 * vc/vc-rcs.el (vc-rcs-print-log):
16143 * vc/vc-sccs.el (vc-sccs-print-log):
16144 * vc/vc-svn.el (vc-svn-print-log):
16145 * vc/vc.el (vc-print-log-internal): Doc fixes.
16146
16147 2013-04-23 Glenn Morris <rgm@gnu.org>
16148
16149 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
16150 Remove venerable code attempting to avoid substitute-command-keys.
16151
16152 2013-04-23 Tassilo Horn <tsdh@gnu.org>
16153
16154 * textmodes/reftex-vars.el (reftex-label-regexps):
16155 Call `reftex-compile-variables' after changes to this variable.
16156
16157 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
16158
16159 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
16160 Use lexical-binding.
16161 (jit-lock-force-redisplay): Use markers, check buffer's continued
16162 existence and beware narrowed buffers.
16163 (jit-lock-fontify-now): Adjust call accordingly.
16164
16165 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
16166
16167 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
16168 to avoid misleading the user.
16169
16170 2013-04-22 Leo Liu <sdl.web@gmail.com>
16171
16172 * info-look.el: Prefer latex2e.info. (Bug#14240)
16173
16174 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
16175
16176 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
16177
16178 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
16179 * net/tramp.el (tramp-call-process): ... here.
16180 (tramp-set-completion-function, tramp-parse-putty):
16181 * net/tramp-adb.el (tramp-adb-execute-adb-command):
16182 * net/tramp-gvfs.el (tramp-gvfs-send-command):
16183 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
16184 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
16185 (tramp-call-local-coding-command): Use `tramp-call-process'
16186 instead of `tramp-compat-call-process'.
16187
16188 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
16189 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
16190 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
16191 (tramp-find-inline-compress): Improve traces.
16192 (tramp-maybe-send-script): Check for Perl binary.
16193 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
16194
16195 2013-04-22 Daiki Ueno <ueno@gnu.org>
16196
16197 * epg.el (epg-context-pinentry-mode): New function.
16198 (epg-context-set-pinentry-mode): New function.
16199 (epg--start): Pass --pinentry-mode option to gpg command.
16200
16201 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
16202
16203 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
16204 `comint-dynamic-complete' is obsolete since 24.1, replaced by
16205 `completion-at-point'. (Bug#13774)
16206
16207 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
16208 default key binding for `describe-distribution' has been moved to
16209 `C-h C-o'. (Bug#13970)
16210
16211 2013-04-21 Glenn Morris <rgm@gnu.org>
16212
16213 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
16214 Add doc strings.
16215 (vc-print-log): Clarify interactive prompt.
16216
16217 2013-04-20 Glenn Morris <rgm@gnu.org>
16218
16219 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
16220 No longer include timestamp etc information.
16221
16222 2013-04-20 Roland Winkler <winkler@gnu.org>
16223
16224 * faces.el (read-face-name): Bug fix, return just one face if arg
16225 multiple is nil. (Bug#14209)
16226
16227 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
16228
16229 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
16230 (remove-function): Autoload.
16231
16232 * comint.el (comint-redirect-original-filter-function): Remove.
16233 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
16234 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
16235 (vc-cvs-annotate-command):
16236 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
16237 * progmodes/prolog.el (prolog-consult-compile):
16238 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
16239 Use add/remove-function instead.
16240 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
16241 (gud-tooltip-process-output, gud-tooltip-tips):
16242 Use add/remove-function instead.
16243 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
16244 (scheme-interaction-mode, exit-scheme-interaction-mode):
16245 Use add/remove-function instead.
16246
16247 * vc/vc-dispatcher.el: Use lexical-binding.
16248 (vc--process-sentinel): Rename from vc-process-sentinel.
16249 Change last arg to be the code to run. Don't use vc-previous-sentinel
16250 and vc-sentinel-commands any more.
16251 (vc-exec-after): Allow code to be a function. Use add/remove-function.
16252 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
16253
16254 2013-04-19 Masatake YAMATO <yamato@redhat.com>
16255
16256 * progmodes/sh-script.el (sh-imenu-generic-expression):
16257 Handle function names with a single character. (Bug#14111)
16258
16259 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
16260
16261 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
16262 for subroutines defined in an eval (bug#14182).
16263
16264 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16265
16266 * bookmark.el (bookmark-completing-read): Improve handling of empty
16267 string (bug#14176).
16268
16269 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
16270
16271 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
16272
16273 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
16274
16275 New faster Imenu implementation (bug#14058).
16276 * progmodes/python.el (python-imenu-prev-index-position)
16277 (python-imenu-format-item-label-function)
16278 (python-imenu-format-parent-item-label-function)
16279 (python-imenu-format-parent-item-jump-label-function):
16280 New vars.
16281 (python-imenu-format-item-label)
16282 (python-imenu-format-parent-item-label)
16283 (python-imenu-format-parent-item-jump-label)
16284 (python-imenu--put-parent, python-imenu--build-tree)
16285 (python-imenu-create-index, python-imenu-create-flat-index)
16286 (python-util-popn): New functions.
16287 (python-mode): Set imenu-create-index-function to
16288 python-imenu-create-index.
16289
16290 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
16291
16292 * winner.el (winner-active-region): Use region-active-p, activate-mark
16293 and deactivate-mark (bug#14225).
16294
16295 * simple.el (deactivate-mark): Don't inline it.
16296
16297 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
16298
16299 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
16300
16301 2013-04-18 Tassilo Horn <tsdh@gnu.org>
16302
16303 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
16304 file extensions from the archive-mode entry in order to prefer
16305 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
16306
16307 2013-04-18 Leo Liu <sdl.web@gmail.com>
16308
16309 * bindings.el (help-event-list): Add ?\?.
16310
16311 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
16312
16313 * subr.el (with-wrapper-hook): Declare obsolete.
16314 * simple.el (filter-buffer-substring-function): New hook.
16315 (filter-buffer-substring): Use it.
16316 (filter-buffer-substring-functions): Mark obsolete.
16317 * minibuffer.el (completion-in-region-function): New hook.
16318 (completion-in-region): Use it.
16319 (completion-in-region-functions): Mark obsolete.
16320 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
16321 * abbrev.el (abbrev-expand-function): New hook.
16322 (expand-abbrev): Use it.
16323 (abbrev-expand-functions): Mark obsolete.
16324 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
16325 and :filter-return.
16326
16327 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
16328
16329 * progmodes/python.el (python-nav--syntactically): Fix cornercases
16330 and do not care about match data.
16331
16332 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
16333
16334 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
16335 completion tables when completing error conditions and
16336 `declare' arguments.
16337 (lisp-complete-symbol, field-complete): Mark as obsolete.
16338 (check-parens): Unmatched parens are user errors.
16339 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
16340
16341 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
16342
16343 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
16344 command changed buffer (ie. `flyspell-pre-buffer' is not current
16345 buffer), which prevents making decisions based on invalid value of
16346 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
16347 cause an error when `flyspell-pre-point' was nil after switching
16348 buffers.
16349 (flyspell-post-command-hook): No longer needs to change buffers when
16350 checking pre-word. While at it remove unnecessary progn.
16351
16352 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
16353
16354 * textmodes/ispell.el (ispell-add-per-file-word-list):
16355 Fix `flyspell-correct-word-before-point' error when accepting
16356 words and `coment-padding' is an integer by using
16357 `comment-normalize-vars' (Bug #14214).
16358
16359 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
16360
16361 New defun movement commands.
16362 * progmodes/python.el (python-nav--syntactically)
16363 (python-nav--forward-defun, python-nav-backward-defun)
16364 (python-nav-forward-defun): New functions.
16365
16366 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
16367
16368 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
16369 (python-syntax-context): Use named compiler-macro for backwards
16370 compatibility with Emacs 24.x.
16371
16372 2013-04-17 Leo Liu <sdl.web@gmail.com>
16373
16374 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
16375 octave-hide-process-buffer.
16376
16377 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
16378
16379 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
16380 (bug#14216).
16381
16382 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
16383
16384 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
16385 Fix adjustment of offset when receiving incomplete responses from GDB
16386 (bug#14129).
16387
16388 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16389
16390 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
16391 python-mode-abbrev-table.
16392 (python-skeleton-define): Adjust accordingly.
16393 (python-mode-abbrev-table): New table that inherits from it so that
16394 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
16395
16396 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
16397 (abbrev-symbol): Use it.
16398 (abbrev--before-point): Use it since we already handle inheritance.
16399
16400 2013-04-16 Leo Liu <sdl.web@gmail.com>
16401
16402 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
16403 binding to info-lookup-symbol.
16404
16405 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
16406
16407 * minibuffer.el (completion--twq-all):
16408 * term/ns-win.el (ns-initialize-window-system):
16409 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
16410
16411 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16412
16413 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
16414 global bindings.
16415
16416 * doc-view.el (doc-view-start-process): Handle url-handler directories.
16417
16418 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
16419
16420 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
16421 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
16422 to nil.
16423 (ruby-end-of-defun): Remove the unused arg, change the docstring
16424 to reflect that this function is only used as the value of
16425 `end-of-defun-function'.
16426 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
16427 to reflect an earlier change that beginning/end-of-defun functions
16428 jump between methods in a class definition, as well as top-level
16429 functions.
16430
16431 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16432
16433 * minibuffer.el (minibuffer-complete): Don't just scroll
16434 a *Completions* that's been iconified.
16435 (minibuffer-force-complete): Make sure repetitions do cycle when going
16436 through completion-in-region -> minibuffer-complete.
16437
16438 2013-04-15 Alan Mackenzie <acm@muc.de>
16439
16440 Correct the placement of c-cpp-delimiters when there're #s not at
16441 col 0.
16442
16443 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
16444 place a submatch around the #.
16445 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
16446 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
16447 on the #, not BOL.
16448
16449 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16450
16451 * emacs-lisp/nadvice.el: Properly test names when adding advice.
16452 (advice--member-p): New arg `name'.
16453 (advice--add-function, advice-member-p): Use it (bug#14202).
16454
16455 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
16456
16457 Reformulate java imenu-generic-expression.
16458 The old expression contained ill formed regexps.
16459
16460 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
16461 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
16462 (cc-imenu-java-method-arg-regexp): New defconsts.
16463 (cc-imenu-java-build-type-args-regex): New defun.
16464 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
16465 handling of spaces in the regexp.
16466
16467 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
16468
16469 * textmodes/ispell.el (ispell-command-loop): Remove
16470 flyspell highlight of a word when ispell accepts it (bug #14178).
16471
16472 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
16473
16474 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
16475 uses code from the previous `ange-ftp-run-real-handler'.
16476 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
16477 only in case that function exist. This is needed for proper
16478 unloading of Tramp.
16479
16480 2013-04-15 Tassilo Horn <tsdh@gnu.org>
16481
16482 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
16483
16484 * textmodes/reftex.el (reftex-compile-variables): Use it.
16485
16486 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16487
16488 * files.el (normal-mode): Only use default major-mode if no other mode
16489 was specified.
16490
16491 * emacs-lisp/trace.el (trace-values): New function.
16492
16493 * files.el: Allow : in local variables (bug#14089).
16494 (hack-local-variable-regexp): New var.
16495 (hack-local-variables-prop-line, hack-local-variables): Use it.
16496
16497 2013-04-13 Roland Winkler <winkler@gnu.org>
16498
16499 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
16500 data before it gets modified by bibtex-beginning-of-entry.
16501
16502 2013-04-13 Roland Winkler <winkler@gnu.org>
16503
16504 * textmodes/bibtex.el (bibtex-url): Doc fix.
16505
16506 2013-04-13 Roland Winkler <winkler@gnu.org>
16507
16508 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
16509 does not visit a BibTeX file, exclude it from the list of buffers
16510 returned by bibtex-initialize.
16511
16512 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
16513
16514 * window.el (split-window): Remove interactive form, since as a
16515 command this function is a special case of split-window-below.
16516 Correct doc string.
16517
16518 2013-04-12 Roland Winkler <winkler@gnu.org>
16519
16520 * faces.el (read-face-name): Do not override value of arg default.
16521 Allow single faces and strings as default values. Remove those
16522 elements from return value that are not faces.
16523 (describe-face): Simplify.
16524 (face-at-point): New optional args thing and multiple so that this
16525 function can provide the same functionality previously provided by
16526 read-face-name.
16527 (make-face-bold, make-face-unbold, make-face-italic)
16528 (make-face-unitalic, make-face-bold-italic, invert-face)
16529 (modify-face, read-face-and-attribute): Use face-at-point.
16530
16531 * cus-edit.el (customize-face, customize-face-other-window)
16532 * cus-theme.el (custom-theme-add-face)
16533 * face-remap.el (buffer-face-set)
16534 * facemenu.el (facemenu-set-face): Use face-at-point.
16535
16536 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
16537
16538 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
16539
16540 2013-04-10 Tassilo Horn <tsdh@gnu.org>
16541
16542 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
16543 off leading { and trailing } from field values.
16544
16545 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
16546
16547 * emacs-lisp/timer.el (timer--check): New function.
16548 (timer--time, timer-set-function, timer-event-handler): Use it.
16549 (timer-set-idle-time): Simplify.
16550 (timer--activate): CSE.
16551 (timer-event-handler): Give more info in error message.
16552 (internal-timer-start-idle): New function, moved from C.
16553
16554 * mpc.el (mpc-proc): Add `restart' argument.
16555 (mpc-proc-cmd): Use it.
16556 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
16557 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
16558 less often.
16559
16560 2013-04-10 Masatake YAMATO <yamato@redhat.com>
16561
16562 * progmodes/sh-script.el: Implement `sh-mode' own
16563 `add-log-current-defun-function' (bug#14112).
16564 (sh-current-defun-name): New function.
16565 (sh-mode): Use the function.
16566
16567 2013-04-09 Bastien Guerry <bzg@gnu.org>
16568
16569 * simple.el (choose-completion-string): Fix docstring (bug#14163).
16570
16571 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16572
16573 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
16574
16575 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
16576 timer (bug#14156).
16577
16578 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
16579
16580 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
16581 declaration.
16582
16583 2013-04-07 Leo Liu <sdl.web@gmail.com>
16584
16585 * pcmpl-x.el: New file.
16586
16587 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
16588
16589 Do not set x-display-name until X connection is established.
16590 This is needed to prevent from weird situation described at
16591 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
16592 * frame.el (make-frame): Set x-display-name after call to
16593 window system initialization function, not before.
16594 * term/x-win.el (x-initialize-window-system): Add optional
16595 display argument and use it.
16596 * term/w32-win.el (w32-initialize-window-system):
16597 * term/ns-win.el (ns-initialize-window-system):
16598 * term/pc-win.el (msdos-initialize-window-system):
16599 Add compatible optional display argument.
16600
16601 2013-04-06 Eli Zaretskii <eliz@gnu.org>
16602
16603 * files.el (normal-backup-enable-predicate): On MS-Windows and
16604 MS-DOS compare truenames of temporary-file-directory and of the
16605 file, so that 8+3 aliases (usually found in $TEMP on Windows)
16606 don't fail comparison by compare-strings. Also, compare file
16607 names case-insensitively on MS-Windows and MS-DOS.
16608
16609 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
16610
16611 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
16612 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
16613
16614 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
16615
16616 * whitespace.el (whitespace-color-on, whitespace-color-off):
16617 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
16618
16619 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
16620
16621 * ispell.el (ispell-set-spellchecker-params):
16622 Really set `ispell-args' for all equivs.
16623
16624 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
16625
16626 * ido.el (ido-completions): Use extra elements of ido-decorations
16627 (bug#14143).
16628 (ido-decorations): Update docstring.
16629
16630 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
16631
16632 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
16633 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
16634 nil during initialization, in order not to miss changes since the
16635 file was opened. (Bug#14140)
16636
16637 2013-04-05 Leo Liu <sdl.web@gmail.com>
16638
16639 * kmacro.el (kmacro-call-macro): Fix bug#14135.
16640
16641 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
16642
16643 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
16644
16645 2013-04-04 Glenn Morris <rgm@gnu.org>
16646
16647 * electric.el (electric-pair-inhibit-predicate): Add :version.
16648
16649 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16650
16651 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
16652 when a package is required several times (bug#14082).
16653
16654 2013-04-04 Roland Winkler <winkler@gnu.org>
16655
16656 * faces.el (read-face-name): Behave as promised by the docstring.
16657 Assume that arg default is a list of faces.
16658 (describe-face): Call read-face-name with list of default faces.
16659
16660 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
16661
16662 * bookmark.el: Fix deletion of bookmarks (bug#13972).
16663 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
16664 (bookmark-bmenu-execute-deletions): Only skip first line if it's
16665 the header.
16666 (bookmark-exit-hook-internal): Save even if list is empty.
16667
16668 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
16669
16670 * emacs-lisp/package.el (package-pinned-packages): New var.
16671 (package--add-to-archive-contents): Obey it (bug#14118).
16672
16673 2013-04-03 Alan Mackenzie <acm@muc.de>
16674
16675 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
16676 Also adapt to the new values of element 7 of a parse state.
16677
16678 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
16679 parameter `not-in-delimiter'. Handle being inside comment opener.
16680 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
16681 character in case we're typing a '*' after a '/'.
16682 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
16683 instead by passing the parameter to c-state-pp-to-literal.
16684
16685 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
16686 for elt. 7 of a parse state.
16687
16688 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
16689
16690 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
16691 * international/latin1-disp.el, international/mule-util.el:
16692 * language/cyril-util.el, language/european.el, language/ind-util.el:
16693 * language/lao-util.el, language/thai.el, language/tibet-util.el:
16694 * language/tibetan.el, language/viet-util.el:
16695 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
16696
16697 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
16698
16699 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
16700 (electric-pair-post-self-insert-function): Use it.
16701 (electric-pair-default-inhibit): New function, extracted from
16702 electric-pair-post-self-insert-function.
16703
16704 2013-03-31 Roland Winkler <winkler@gnu.org>
16705
16706 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
16707
16708 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
16709
16710 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
16711
16712 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
16713
16714 Un-indent after "pass" and "return" statements (Bug#13888)
16715 * progmodes/python.el (python-indent-block-enders): New var.
16716 (python-indent-calculate-indentation): Use it.
16717
16718 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
16719
16720 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
16721 defun. Defining it as defalias could introduce too eager
16722 byte-compiler optimization. (Bug#14030)
16723
16724 2013-03-30 Chong Yidong <cyd@gnu.org>
16725
16726 * iswitchb.el (iswitchb-read-buffer): Fix typo.
16727
16728 2013-03-30 Leo Liu <sdl.web@gmail.com>
16729
16730 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
16731 (kmacro-execute-from-register): Pass the keyboard macro to
16732 kmacro-call-macro or repeating won't work correctly.
16733
16734 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
16735
16736 * progmodes/subword.el: Back to using `forward-symbol'.
16737
16738 * subr.el (forward-whitespace, forward-symbol)
16739 (forward-same-syntax): Move from thingatpt.el.
16740
16741 2013-03-29 Leo Liu <sdl.web@gmail.com>
16742
16743 * kmacro.el (kmacro-to-register): New command.
16744 (kmacro-execute-from-register): New function.
16745 (kmacro-keymap): Bind to 'x'. (Bug#14071)
16746
16747 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
16748
16749 * mpc.el: Use defvar-local and setq-local.
16750 (mpc--proc-connect): Connection failures are not bugs.
16751 (mpc-mode-map): `follow-link' only applies to the buffer's content.
16752 (mpc-volume-map): Bind to the up-events.
16753
16754 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
16755
16756 * progmodes/subword.el (superword-mode): Use `forward-sexp'
16757 instead of `forward-symbol'.
16758
16759 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16760
16761 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
16762 (edebug--recursive-edit): Use it.
16763 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
16764 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
16765
16766 2013-03-28 Leo Liu <sdl.web@gmail.com>
16767
16768 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
16769
16770 2013-03-27 Eli Zaretskii <eliz@gnu.org>
16771
16772 * facemenu.el (list-colors-callback): New defvar.
16773 (list-colors-redisplay): New function.
16774 (list-colors-display): Install list-colors-redisplay as the
16775 revert-buffer-function. (Bug#14063)
16776
16777 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
16778
16779 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
16780 and suffixes don't overlap (bug#14061).
16781
16782 * case-table.el: Use lexical-binding.
16783 (case-table-get-table): New function.
16784 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
16785
16786 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
16787
16788 * progmodes/subword.el: Add `superword-mode' to do word motion
16789 over symbol_words (parallels and leverages `subword-mode' which
16790 does word motion inside MixedCaseWords).
16791
16792 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
16793
16794 * eshell/em-unix.el: Move su and sudo to...
16795 * eshell/em-tramp.el: ...Eshell tramp module.
16796
16797 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16798
16799 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
16800 Change return value to be a sexp. Delay `get-buffer' to after
16801 restoring the desktop (bug#13951).
16802
16803 2013-03-26 Leo Liu <sdl.web@gmail.com>
16804
16805 * register.el: Move semantic tag handling back to
16806 cedet/semantic/senator.el. (Bug#14052)
16807
16808 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16809
16810 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
16811 into the prompt either (bug#13963).
16812
16813 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
16814
16815 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
16816 part of "(error-foo)".
16817
16818 2013-03-24 Juri Linkov <juri@jurta.org>
16819
16820 * replace.el (list-matching-lines-prefix-face): New defcustom.
16821 (occur-1): Pass `list-matching-lines-prefix-face' to the function
16822 `occur-engine' if `face-differs-from-default-p' returns t.
16823 (occur-engine): Add `,' inside backquote construct to evaluate
16824 `prefix-face'. Propertize the prefix with the `prefix-face' face.
16825 Pass `prefix-face' to the functions `occur-context-lines' and
16826 `occur-engine-add-prefix'.
16827 (occur-engine-add-prefix, occur-context-lines): Add optional arg
16828 `prefix-face' and propertize the prefix with `prefix-face'.
16829 (Bug#14017)
16830
16831 2013-03-24 Leo Liu <sdl.web@gmail.com>
16832
16833 * nxml/rng-valid.el (rng-validate-while-idle)
16834 (rng-validate-quick-while-idle): Guard against deleted buffer.
16835 (Bug#13999)
16836
16837 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
16838 is the last entry in kill-buffer-hook.
16839
16840 * files.el (kill-buffer-hook): Doc fix.
16841
16842 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
16843
16844 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
16845 Make it safe-local.
16846
16847 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
16848
16849 2013-03-23 Leo Liu <sdl.web@gmail.com>
16850
16851 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
16852 Remove.
16853
16854 * nxml/rng-valid.el (rng-validate-mode)
16855 (rng-after-change-function, rng-do-some-validation):
16856 * nxml/rng-maint.el (rng-validate-buffer):
16857 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
16858 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
16859 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
16860 (nxml-extend-after-change-region): Use with-silent-modifications.
16861
16862 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
16863 timer-idle-list.
16864
16865 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
16866 (rng-next-error-1, rng-previous-error-1): Do not let-bind
16867 timer-idle-list. (Bug#13999)
16868
16869 2013-03-23 Juri Linkov <juri@jurta.org>
16870
16871 * info.el (info-index-match): New face.
16872 (Info-index, Info-apropos-matches): Add a nested subgroup to the
16873 main pattern and add text properties with the new face to matches
16874 in index entries relative to the beginning of the index entry.
16875 (Bug#14015)
16876
16877 2013-03-21 Eric Ludlam <zappo@gnu.org>
16878
16879 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
16880 Inhibit read only while inserting objects.
16881
16882 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
16883
16884 * progmodes/cfengine.el: Update docs to mention
16885 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
16886 symbol motion. Remove "_" from the word syntax.
16887
16888 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
16889
16890 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
16891 syntax for both `cfengine2-mode' and `cfengine3-mode'.
16892
16893 2013-03-20 Juri Linkov <juri@jurta.org>
16894
16895 * info.el (Info-next-reference-or-link)
16896 (Info-prev-reference-or-link): New functions.
16897 (Info-next-reference, Info-prev-reference): Use them.
16898 (Info-try-follow-nearest-node): Handle footnote navigation.
16899 (Info-fontify-node): Fontify footnotes. (Bug#13989)
16900
16901 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16902
16903 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
16904 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
16905
16906 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
16907
16908 Suppress unnecessary non-ASCII chatter during build process.
16909 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
16910 (batch-skkdic-convert): Suppress most of the chatter.
16911 It's not needed so much now that machines are faster,
16912 and its non-ASCII component was confusing; see Dmitry Gutov in
16913 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
16914
16915 2013-03-20 Leo Liu <sdl.web@gmail.com>
16916
16917 * ido.el (ido-chop): Fix bug#10994.
16918
16919 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
16920
16921 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
16922 Remove vars.
16923 (whitespace-color-on, whitespace-color-off):
16924 Use `font-lock-fontify-buffer' (Bug#13817).
16925
16926 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
16927
16928 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
16929 remapping in mode-line.
16930 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
16931
16932 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
16933
16934 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
16935 value for `whitespace-line' face (Bug#13875).
16936 (whitespace-font-lock-keywords): Change description.
16937 (whitespace-color-on): Don't save `font-lock-keywords' value, save
16938 the constructed keywords instead.
16939 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
16940
16941 2013-03-19 Leo Liu <sdl.web@gmail.com>
16942
16943 * progmodes/compile.el (compilation-display-error): New command.
16944 (compilation-mode-map, compilation-minor-mode-map): Bind it to
16945 C-o. (Bug#13992)
16946
16947 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
16948
16949 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
16950
16951 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
16952
16953 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
16954
16955 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
16956
16957 * net/tramp-compat.el (tramp-compat-user-error): New defun.
16958
16959 * net/tramp-adb.el (tramp-adb-handle-shell-command):
16960 * net/tramp-gvfs.el (top):
16961 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
16962 (tramp-handle-shell-command): Use it.
16963 (tramp-dissect-file-name): Raise an error when hostname is a
16964 method name, and neither method nor user is specified.
16965
16966 * net/trampver.el: Update release number.
16967
16968 2013-03-18 Leo Liu <sdl.web@gmail.com>
16969
16970 Make sure eldoc can be turned off properly.
16971 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
16972 eldoc-mode.
16973 (eldoc-display-message-p): Revert last change.
16974 (eldoc-display-message-no-interference-p)
16975 (eldoc-print-current-symbol-info): Tweak.
16976
16977 2013-03-18 Tassilo Horn <tsdh@gnu.org>
16978
16979 * doc-view.el (doc-view-new-window-function): Check the new window
16980 overlay's display property instead the char property of the
16981 buffer's first char. Use `with-selected-window' instead of
16982 `save-window-excursion' with `select-window'.
16983 (doc-view-document->bitmap): Check the current doc-view overlay's
16984 display property instead the char property of the buffer's first char.
16985
16986 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
16987
16988 Automate the build of ja-dic.el (Bug#13984).
16989 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
16990 from the input, rather than assume that it's been done for us by the
16991 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
16992 the current date into a ja-dic.el comment, as that complicates
16993 regression testing.
16994
16995 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16996
16997 * whitespace.el: Fix double evaluation.
16998 (whitespace-space, whitespace-hspace, whitespace-tab)
16999 (whitespace-newline, whitespace-trailing, whitespace-line)
17000 (whitespace-space-before-tab, whitespace-indentation)
17001 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
17002 obsolete defvars.
17003 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
17004 (whitespace-color-on): Use a single font-lock-add-keywords call.
17005 Fix double-evaluation of face variables.
17006
17007 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
17008
17009 * net/tramp-adb.el (tramp-adb-parse-device-names):
17010 Use `start-process' instead of `call-process'. Otherwise, the
17011 function might be blocked under MS Windows. (Bug#13299)
17012
17013 2013-03-17 Leo Liu <sdl.web@gmail.com>
17014
17015 Extend eldoc to display info in the mode-line. (Bug#13978)
17016 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
17017 (eldoc-mode-line-string): New variable.
17018 (eldoc-minibuffer-message): New function.
17019 (eldoc-message-function): New variable.
17020 (eldoc-message): Use it.
17021 (eldoc-display-message-p)
17022 (eldoc-display-message-no-interference-p):
17023 Support eldoc-post-insert-mode.
17024
17025 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
17026 (eval-expression): Run it.
17027
17028 2013-03-17 Roland Winkler <winkler@gnu.org>
17029
17030 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
17031 strings in the list of return values.
17032
17033 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
17034
17035 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
17036 radix before checking for HMS forms.
17037
17038 2013-03-16 Leo Liu <sdl.web@gmail.com>
17039
17040 * progmodes/scheme.el: Add indentation and font-locking for λ.
17041 (Bug#13975)
17042
17043 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17044
17045 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
17046 token before point (bug#13942).
17047
17048 2013-03-16 Leo Liu <sdl.web@gmail.com>
17049
17050 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
17051
17052 2013-03-16 Eli Zaretskii <eliz@gnu.org>
17053
17054 * startup.el (command-line-normalize-file-name): Fix handling of
17055 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
17056 <xfq.free@gmail.com> in
17057 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
17058
17059 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
17060
17061 Sync with Tramp 2.2.7.
17062
17063 * net/trampver.el: Update release number.
17064
17065 2013-03-14 Tassilo Horn <tsdh@gnu.org>
17066
17067 * doc-view.el: Fix bug#13887.
17068 (doc-view-insert-image): Don't modify overlay associated to
17069 non-live windows, and implement horizontal centering of image in
17070 case it's smaller than the window.
17071 (doc-view-new-window-function): Force redisplay of new windows on
17072 doc-view buffers.
17073
17074 2013-03-13 Karl Fogel <kfogel@red-bean.com>
17075
17076 * saveplace.el (save-place-alist-to-file): Don't sort
17077 `save-place-alist', just pretty-print it (bug#13882).
17078
17079 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
17080
17081 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
17082 Check whether `default-file-name-coding-system' is bound.
17083 It isn't in XEmacs.
17084
17085 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
17086
17087 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
17088 backquotes for `obsolete' (bug#13929).
17089
17090 * international/mule.el (find-auto-coding): Include file name in
17091 obsolescence warning (bug#13922).
17092
17093 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
17094
17095 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
17096 for CFEngine 3-specific indentation.
17097 (cfengine3-indent-line): Use it. Fix up category regex.
17098 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
17099
17100 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17101
17102 * type-break.el (type-break-file-name):
17103 * textmodes/remember.el (remember-data-file):
17104 * strokes.el (strokes-file):
17105 * shadowfile.el (shadow-initialize):
17106 * saveplace.el (save-place-file):
17107 * ps-bdf.el (bdf-cache-file):
17108 * progmodes/idlwave.el (idlwave-config-directory):
17109 * net/quickurl.el (quickurl-url-file):
17110 * international/kkc.el (kkc-init-file-name):
17111 * ido.el (ido-save-directory-list-file):
17112 * emulation/viper.el (viper-custom-file-name):
17113 * emulation/vip.el (vip-startup-file):
17114 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
17115 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
17116
17117 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
17118
17119 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
17120 * language/thai-word.el: Switch to UTF-8.
17121
17122 See ChangeLog.16 for earlier changes.
17123
17124 ;; Local Variables:
17125 ;; coding: utf-8
17126 ;; End:
17127
17128 Copyright (C) 2011-2014 Free Software Foundation, Inc.
17129
17130 This file is part of GNU Emacs.
17131
17132 GNU Emacs is free software: you can redistribute it and/or modify
17133 it under the terms of the GNU General Public License as published by
17134 the Free Software Foundation, either version 3 of the License, or
17135 (at your option) any later version.
17136
17137 GNU Emacs is distributed in the hope that it will be useful,
17138 but WITHOUT ANY WARRANTY; without even the implied warranty of
17139 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17140 GNU General Public License for more details.
17141
17142 You should have received a copy of the GNU General Public License
17143 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.