]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Fix ChangeLog typo
[gnu-emacs] / lisp / ChangeLog
1 2015-03-13 Kevin Ryde <user42_kevin@yahoo.com.au>
2
3 info-look fixes for Texinfo 5
4 * info-look.el (c-mode, bison-mode, makefile-mode)
5 (makefile-automake-mode, texinfo-mode, autoconf-mode, awk-mode)
6 (latex-mode, emacs-lisp-mode, sh-mode, cfengine-mode): Match
7 `foo' and 'foo' and ‘foo’ for @item and similar.
8 (latex-mode): Match multi-arg \frac{num}{den} or \sqrt[root]{n} in
9 suffix regexp.
10
11 2015-03-12 Juri Linkov <juri@linkov.net>
12
13 * simple.el (next-line-or-history-element)
14 (previous-line-or-history-element): Remember the goal column of
15 possibly multi-line input, and restore it afterwards. (Bug#19824)
16
17 2015-03-12 Rasmus Pank Roulund <emacs@pank.eu>
18
19 * ido.el (ido-add-virtual-buffers-to-list): Include bookmark-alist
20 files (bug#19335).
21
22 2015-03-12 Eli Zaretskii <eliz@gnu.org>
23
24 * international/fontset.el (script-representative-chars): Add a
25 representative character for 'vai'.
26
27 2015-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * international/quail.el (quail-input-method):
30 Use with-silent-modifications.
31
32 * simple.el (goto-history-element): Don't burp on t history.
33
34 2015-03-10 Paul Eggert <eggert@cs.ucla.edu>
35
36 Prefer "initialize" to "initialise"
37 * progmodes/js.el (js-indent-first-init):
38 Rename from js-indent-first-initialiser, to avoid worrying about
39 American vs British spelling. All uses changed.
40
41 2015-03-10 Glenn Morris <rgm@gnu.org>
42
43 * progmodes/js.el (js-indent-first-initialiser):
44 Fix doc, type, version.
45
46 2015-03-10 Jackson Ray Hamilton <jackson@jacksonrayhamilton.com>
47
48 * progmodes/js.el (js-indent-first-initialiser): New option.
49 (js--maybe-goto-declaration-keyword-end): New function.
50 (js--proper-indentation): Use js--maybe-goto-declaration-keyword-end.
51
52 2015-03-10 Thomas Fitzsimmons <fitzsim@fitzsim.org>
53
54 * net/ldap.el (ldap-attribute-syntaxes-alist): Add LDAP attributes
55 from RFC2798 Section 9.1.1. (Bug#8983)
56
57 2015-03-09 Nicolas Petton <nicolas@petton.fr>
58
59 * emacs-lisp/seq.el (seq-into): New function.
60 Bump seq.el version to 1.3.
61
62 2015-03-09 Dmitry Gutov <dgutov@yandex.ru>
63
64 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't consider
65 `=' a part of symbol when followed by `>'. (Bug#18644)
66 (ruby-syntax-before-regexp-re): Detect regexps after `!'.
67 (Bug#19285)
68
69 2015-03-09 Eli Zaretskii <eliz@gnu.org>
70
71 * dired.el (dired-delete-file): Doc fix. (Bug#20021)
72
73 2015-03-06 Sergio Durigan Junior <sergiodj@sergiodj.net>
74 Thomas Fitzsimmons <fitzsim@fitzsim.org>
75
76 * net/eudcb-bbdb.el (eudc-bbdb-field): New function.
77 (eudc-bbdb-filter-non-matching-record): Call eudc-bbdb-field.
78 (eudc-bbdb-format-record-as-result): Likewise.
79
80 2015-03-08 Dmitry Gutov <dgutov@yandex.ru>
81
82 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
83 Use `font-lock-constant-face' for nil, true and false.
84 Highlight `self' as a keyword. (Bug#17733)
85
86 2015-03-08 Nobuyoshi Nakada <nobu@ruby-lang.org>
87
88 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
89 Expect beginning of regexp also after open brace or vertical bar.
90 (Bug#20026)
91
92 2015-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
93
94 * battery.el (battery-echo-area-format): Simplify default.
95 (battery-linux-sysfs): Standardize on energy&power. Accept ADP1
96 for AC adapter.
97
98 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't try to
99 unfold `closure's since byte-compile-unfold-lambda doesn't know how to
100 do it.
101
102 2015-03-06 Oscar Fuentes <ofv@wanadoo.es>
103
104 * net/browse-url.el (browse-url-firefox): Remove outdated
105 MS-Windows limitations.
106
107 2015-03-06 Thomas Fitzsimmons <fitzsim@fitzsim.org>
108
109 * net/eudcb-ldap.el (eudc-ldap-cleanup-record-simple): Mark as
110 obsolete.
111 (eudc-ldap-cleanup-record-filtering-addresses): Add docstring.
112 Don't clean up postal addresses if ldap-ignore-attribute-codings
113 is set. Combine mail addresses into one field. (Bug#17720)
114 (eudc-ldap-simple-query-internal):
115 Call eudc-ldap-cleanup-record-filtering-addresses instead of
116 eudc-ldap-cleanup-record-simple.
117 (eudc-ldap-get-field-list): Likewise.
118
119 2015-03-05 Ivan Shmakov <ivan@siamics.net>
120
121 * net/eww.el (eww-html-p): New function (bug#20009).
122 (eww-render): Use it.
123
124 2015-03-05 Artur Malabarba <bruce.connor.am@gmail.com>
125
126 * desktop.el (desktop-buffer-info): Write docstring.
127 (desktop-buffer-info): Use `pushnew' instead of `add-to-list' and
128 unquote lamda.
129
130 * emacs-lisp/package.el (package-refresh-contents): Update doc.
131
132 2015-03-05 Dmitry Gutov <dgutov@yandex.ru>
133
134 * progmodes/js.el (js-mode-syntax-table): Add an entry for `.
135
136 2015-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
137
138 Replace *-function vars with generic functions in cl-generic.
139 * emacs-lisp/cl-generic.el (cl--generic-generalizer): New struct.
140 (cl-generic-tagcode-function, cl-generic-tag-types-function): Remove.
141 (cl--generic-t-generalizer): New const.
142 (cl--generic-make-method): Rename from `cl--generic-method-make'.
143 (cl--generic-make): Change calling convention.
144 (cl--generic): Add `options' field.
145 (cl-generic-function-options): New function.
146 (cl-defgeneric): Rewrite handling of options. Add support for :method
147 options and allow the use of a default body.
148 (cl-generic-define): Save options in the corresponding new field.
149 (cl-defmethod): Fix ordering of qualifiers.
150 (cl-generic-define-method): Use cl-generic-generalizers.
151 (cl--generic-get-dispatcher): Change calling convention, and change
152 calling convention of the returned function as well so as to take the
153 list of methods separately from the generic function object, so that it
154 can receive the original generic function object.
155 (cl--generic-make-next-function): New function, extracted from
156 cl--generic-make-function.
157 (cl--generic-make-function): Use it.
158 (cl-generic-method-combination-function): Remove.
159 (cl--generic-cyclic-definition): New error.
160 (cl-generic-call-method): Take a generic function object rather than
161 its name.
162 (cl-method-qualifiers): New alias.
163 (cl--generic-build-combined-method): Use cl-generic-combine-methods,
164 don't segregate by qualifiers here any more.
165 (cl--generic-standard-method-combination): Segregate by qualifiers
166 here instead. Add support for the `:extra' qualifier.
167 (cl--generic-cache-miss): Move earlier, adjust to new calling convention.
168 (cl-generic-generalizers, cl-generic-combine-methods):
169 New generic functions.
170 (cl-no-next-method, cl-no-applicable-method, cl-no-primary-method):
171 Use the new "default method in defgeneric" functionality, change
172 calling convention to receive a generic function object.
173 (cl--generic-head-used): New var.
174 (cl--generic-head-generalizer, cl--generic-eql-generalizer)
175 (cl--generic-struct-generalizer, cl--generic-typeof-generalizer):
176 New consts.
177 * emacs-lisp/eieio-core.el (eieio--generic-generalizer)
178 (eieio--generic-subclass-generalizer): New consts.
179 (cl-generic-generalizers): New methods.
180 * emacs-lisp/eieio-compat.el (eieio--generic-static-symbol-generalizer)
181 (eieio--generic-static-object-generalizer): New consts.
182 (cl-generic-generalizers) <(head eieio--static)>: New method.
183 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
184 Unfold closures like lambdas.
185
186 2015-03-04 Filipp Gunbin <fgunbin@fastmail.fm>
187
188 * autorevert.el (auto-revert-notify-add-watch):
189 Fix handler installation. (Bug#20000)
190
191 2015-03-04 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
192
193 * net/eww.el (eww-search-prefix, eww-open-file, eww-search-words)
194 (eww-same-page-p,eww-set-character-encoding): Fix docstring.
195 (eww): Do not end error messages with a period.
196
197 2015-03-04 Zhongwei Yao <ashi08104@gmail.com>
198
199 * net/tramp-adb.el (tramp-adb-connect-if-not-connected):
200 New user option.
201 (tramp-adb-ls-toolbox-regexp): Fix regexp in order to support file
202 names starting with a space.
203 (tramp-methods): Add `tramp-default-port' for "adb".
204 (tramp-adb-parse-device-names): Add traces. Return device names
205 with port, if present.
206 (tramp-adb-handle-directory-files-and-attributes): Quote all
207 remote file names.
208 (tramp-adb-get-device): New defun.
209 (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection):
210 Use it.
211 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
212 variables. Remove checks for listed devices.
213
214 2015-03-04 Michael Albinus <michael.albinus@gmx.de>
215
216 * net/tramp.el (tramp): Add :link property.
217 (tramp-login-prompt-regexp): Allow also "user", as required by
218 Fritz!Box telnet.
219 (tramp-autoload-file-name-handler): Use "/".
220 (tramp-handle-unhandled-file-name-directory): Return nil when
221 required by the spec.
222
223 * net/tramp-cache.el (tramp-dump-connection-properties):
224 Use `with-temp-file'.
225
226 * net/tramp-sh.el (tramp-perl-file-attributes)
227 (tramp-perl-directory-files-and-attributes): Escape apostrophes in
228 file names.
229 (tramp-do-file-attributes-with-stat): Quote file name.
230 (tramp-sh-handle-directory-files-and-attributes): Fall back to
231 `tramp-handle-directory-files-and-attributes' in case of problems.
232 (tramp-do-directory-files-and-attributes-with-stat)
233 (tramp-sh-handle-file-name-all-completions)
234 (tramp-sh-handle-delete-directory)
235 (tramp-sh-handle-expand-file-name, tramp-sh-handle-process-file):
236 Normalize use of "cd".
237 (tramp-do-directory-files-and-attributes-with-stat): Use the
238 `quoting-style' arg of `ls' if possible. Make it also working for
239 file names with apostrophes.
240 (tramp-sh-handle-file-name-all-completions): Use arguments of `ls'
241 in proper order.
242 (tramp-do-copy-or-rename-file-via-buffer)
243 (tramp-sh-handle-file-local-copy): Use `with-temp-file'.
244 (tramp-get-remote-locale): Accept also \r in output.
245 (tramp-get-ls-command-with-quoting-style): New defun.
246 (tramp-get-inline-coding): Set `default-directory' to a local
247 directory. Sporadically, `call-process-region' does not handle a
248 remote default directory properly.
249
250 * net/trampver.el: Update release number.
251
252 2015-03-03 Agustín Martín Domingo <agustin6martin@gmail.com>
253
254 * textmodes/ispell.el (ispell-aspell-find-dictionary): Make sure
255 .dat files for aspell dicts are also searched for in location
256 described by `ispell-aspell-dict-dir', matching aspell's dict-dir
257 variable.
258
259 2015-03-03 Agustín Martín Domingo <agustin6martin@gmail.com>
260
261 * textmodes/ispell.el (ispell-dicts-name2locale-equivs-alist)
262 (ispell-hunspell-fill-dictionary-entry)
263 (ispell-find-hunspell-dictionaries)
264 (ispell-set-spellchecker-params): New generic name for
265 `ispell-hunspell-dictionary-equivs-alist'.
266 (ispell-aspell-add-aliases): Also use
267 `ispell-dicts-name2locale-equivs-alist' to get aspell aliases for
268 standard dict names.
269
270 2015-03-03 Glenn Morris <rgm@gnu.org>
271
272 * net/browse-url.el (browse-url-firefox-startup-arguments):
273 Make obsolete.
274 (browse-url-firefox): Doc fix. Remove -remote, which no longer
275 exists in Firefox 36. (Bug#19921)
276 (browse-url-firefox-sentinel): Remove function.
277
278 2015-03-03 Eli Zaretskii <eliz@gnu.org>
279
280 * frame.el (blink-cursor-timer-function): Don't increment
281 blink-cursor-blinks-done counter when a menu is active on a w32
282 frame. (Bug#19925)
283
284 2015-03-03 Juri Linkov <juri@linkov.net>
285
286 * comint.el (comint-line-beginning-position): Revert searching for
287 the prompt when comint-use-prompt-regexp is non-nil because it
288 doesn't distinguish input from output. Check the field property
289 `output' for the case when comint-use-prompt-regexp is nil.
290 (Bug#19710)
291
292 2015-03-03 Jérémy Compostella <jeremy.compostella@gmail.com>
293
294 * net/tramp-sh.el (tramp-remote-process-environment): Disable paging
295 with PAGER=cat. (Bug#19870)
296
297 2015-03-03 Glenn Morris <rgm@gnu.org>
298
299 * textmodes/flyspell.el (flyspell-duplicate-distance):
300 Bump :version.
301
302 2015-03-03 Eli Zaretskii <eliz@gnu.org>
303
304 * textmodes/text-mode.el (text-mode-syntax-table): Make some
305 punctuation character behave as word-constituent, for more
306 compatibility with Unicode.
307
308 * simple.el (transient-mark-mode): Doc fix. (Bug#19841)
309
310 2015-03-03 Agustín Martín Domingo <agustin6martin@gmail.com>
311
312 Improve string search in `flyspell-word-search-*`. (Bug#16800)
313 * textmodes/flyspell.el (flyspell-duplicate-distance):
314 Limit default search distance for duplicated words to 40000.
315 (flyspell-word-search-backward, flyspell-word-search-forward):
316 Search as full word with defined casechars, not as substring.
317
318 2015-03-03 Juri Linkov <juri@linkov.net>
319
320 Better support for the case of typing RET on the prompt in comint.
321 * comint.el (comint-get-old-input-default): Go to the field end
322 when comint-use-prompt-regexp is nil.
323 (comint-line-beginning-position): Check if point is already
324 on the prompt before searching for the prompt when
325 comint-use-prompt-regexp is non-nil. (Bug#19710)
326
327 2015-03-03 Eli Zaretskii <eliz@gnu.org>
328
329 * frame.el (frame-notice-user-settings): Refresh the value of
330 frame parameters after calling tty-handle-reverse-video.
331 Call face-set-after-frame-default with the actual parameters, to avoid
332 resetting colors back to unspecified.
333 (set-background-color, set-foreground-color): Pass the foreground
334 and background colors to face-set-after-frame-default. (Bug#19802)
335
336 2015-03-03 Wolfgang Jenkner <wjenkner@inode.at>
337
338 * net/network-stream.el (network-stream-open-tls): Respect the
339 :end-of-capability setting.
340
341 2015-03-03 Juri Linkov <juri@linkov.net>
342
343 Revert the previous change of comint-line-beginning-position callers,
344 and modify comint-line-beginning-position instead.
345
346 * comint.el (comint-history-isearch-search)
347 (comint-history-isearch-message, comint-history-isearch-wrap):
348 Use comint-line-beginning-position instead of field-beginning.
349 (comint-send-input): Use either end-of-line or field-end
350 depending on comint-use-prompt-regexp.
351 (comint-line-beginning-position): Search backward
352 for comint-prompt-regexp if comint-use-prompt-regexp is non-nil.
353 Use field-beginning instead of line-beginning-position
354 if comint-use-prompt-regexp is nil. (Bug#19710)
355
356 2015-03-03 Robert Pluim <rpluim@gmail.com> (tiny change)
357
358 * calendar/todo-mode.el (todo-item-done): When done items are
359 hidden, restore point to its location prior to invoking this
360 command. (Bug#19727)
361
362 2015-03-03 Eli Zaretskii <eliz@gnu.org>
363
364 * textmodes/artist.el (artist-ellipse-compute-fill-info):
365 Use mapcar, not mapc, to create the other half of fill-info.
366 (Bug#19763)
367
368 2015-03-03 Nicolas Petton <nicolas@petton.fr>
369
370 * emacs-lisp/authors.el (authors-ignored-files)
371 (authors-renamed-files-alist): Additions.
372
373 2015-03-03 Michael Albinus <michael.albinus@gmx.de>
374
375 * net/tramp.el (tramp-ssh-controlmaster-options): Don't use a
376 tempfile for ControlPath. (Bug#19702)
377
378 2015-03-03 Michael Albinus <michael.albinus@gmx.de>
379
380 * net/tramp.el (tramp-ssh-controlmaster-options): Use "%C" for
381 ControlPath if possible. (Bug#19702)
382
383 2015-03-03 Glenn Morris <rgm@gnu.org>
384
385 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
386 (authors-valid-file-names, authors-renamed-files-alist): Additions.
387
388 2015-03-03 Alan Mackenzie <acm@muc.de>
389
390 CC Mode: Stop Font Lock forcing fontification from BOL. (Bug#19669)
391 * progmodes/cc-mode.el (c-font-lock-init):
392 Set font-lock-extend-region-functions to nil.
393
394 2015-03-03 Daniel Colascione <dancol@dancol.org>
395
396 * emacs-lisp/generator.el: Make globals conform to elisp
397 style throughout. Use more efficient font-lock patterns.
398 (cps-inhibit-atomic-optimization): Rename from
399 `cps-disable-atomic-optimization'.
400 (cps--gensym): New macro; replaces `cl-gensym' throughout.
401 (cps-generate-evaluator): Move the `iter-yield' local macro
402 definition here
403 (iter-defun, iter-lambda): from here.
404
405 (iter-defun): Use `macroexp-parse-body'.
406
407 2015-03-03 Daniel Colascione <dancol@dancol.org>
408
409 2015-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
410
411 * progmodes/gud.el: Use lexical-binding (bug#19966).
412
413 * emacs-lisp/gv.el (gv-ref): Warn about likely problematic cases.
414
415 2015-03-03 Daniel Colascione <dancol@dancol.org>
416
417 * emacs-lisp/generator.el: Make globals conform to elisp
418 style throughout. Use more efficient font-lock patterns.
419 (cps-inhibit-atomic-optimization): Rename from
420 `cps-disable-atomic-optimization'.
421 (cps--gensym): New macro; replaces `cl-gensym' throughout.
422 (cps-generate-evaluator): Move the `iter-yield' local macro
423 definition here...
424 (iter-defun, iter-lambda): ...from here.
425
426 2015-03-03 Artur Malabarba <bruce.connor.am@gmail.com>
427
428 * emacs-lisp/package.el (package-autoremove): Fix if logic.
429
430 2015-03-03 Martin Rudalics <rudalics@gmx.at>
431
432 * window.el (window--dump-frame): For pixel height return total
433 number of frame's lines.
434
435 2015-03-03 Daniel Colascione <dancol@dancol.org>
436
437 * emacs-lisp/cl-macs.el (cl-iter-defun): Add cl-iter-defun.
438
439 * emacs-lisp/generator.el (iter-defun): Correctly propagate
440 docstrings and declarations to underlying function.
441
442 2015-03-02 Daniel Colascione <dancol@dancol.org>
443
444 * emacs-lisp/generator.el: New file.
445
446 * vc/vc.el (vc-responsible-backend): Add autoload cookie for
447 `vc-responsible-backend'.
448
449 2015-03-01 Michael Albinus <michael.albinus@gmx.de>
450
451 * vc/vc-hooks.el (vc-state, vc-working-revision):
452 Use `vc-responsible-backend' in order to support unregistered files.
453
454 * vc/vc-rcs.el (vc-rcs-unregister): Support unregistered files.
455
456 * vc/vc-rcs.el (vc-rcs-fetch-master-state):
457 * vc/vc-sccs.el (vc-sccs-working-revision): Handle undefined
458 master name.
459
460 * vc/vc-src.el (vc-src-working-revision): Do not return an empty string.
461
462 2015-03-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
463
464 * net/shr.el (shr-insert): Remove soft hyphens.
465 (shr-insert): Also remove soft hypens from non-folded text.
466
467 2015-02-28 Eli Zaretskii <eliz@gnu.org>
468
469 * mail/rmailmm.el (rmail-mime-insert-html): Decode HTML payload
470 when the charset is only given by the HTML <head>, and allow to
471 specify the encoding with "C-x RET c".
472
473 2015-02-27 Mark Laws <mdl@60hz.org>
474
475 Support daemon mode on MS-Windows (bug#19688)
476 * server.el (server-process-filter): Force GUI frames on
477 MS-Windows in daemon mode, even if a TTY frame was requested.
478
479 * frameset.el (frameset-keep-original-display-p): Don't assume
480 windows-nt cannot be in daemon mode.
481
482 * frame.el (window-system-for-display): Don't assume windows-nt
483 cannot be in daemon mode.
484
485 2015-02-26 Ivan Shmakov <ivan@siamics.net>
486
487 * faces.el (face-list-p): Split from face-at-point.
488 (face-at-point): Use it.
489 * facemenu.el (facemenu-add-face): Likewise. (Bug#19912)
490
491 2015-02-26 Oscar Fuentes <ofv@wanadoo.es>
492
493 * vc/vc.el (vc-annotate-switches): New defcustom.
494 * vc/vc-bzr.el (vc-bzr-annotate-switches): New defcustom.
495 (vc-bzr-annotate-command): Use vc-switches.
496 * vc/vc-cvs.el (vc-cvs-annotate-switches): New defcustom.
497 (vc-cvs-annotate-command): Use vc-switches.
498 * vc/vc-git.el (vc-git-annotate-switches): New defcustom.
499 (vc-git-annotate-command): Use vc-switches.
500 * vc/vc-hg.el (vc-hg-annotate-switches): New defcustom.
501 (vc-hg-annotate-command): Use vc-switches.
502 * vc/vc-mtn.el (vc-mtn-annotate-switches): New defcustom.
503 (vc-mtn-annotate-command): Use vc-switches.
504 * vc/vc-svn.el (vc-svn-annotate-switches): New defcustom.
505 (vc-svn-annotate-command): Use vc-switches.
506
507 2015-02-26 Alan Mackenzie <acm@muc.de>
508
509 Handle "#" operator properly inside macro. Fix coding bug.
510
511 * progmodes/cc-mode.el (c-neutralize-syntax-in-and-mark-CPP):
512 On finding a "#" which looks like the start of a macro, check it
513 isn't already inside a macro.
514
515 * progmodes/cc-engine.el (c-state-safe-place): Don't record a new
516 "safe" position into the list of them when this is beyond our
517 current position.
518
519 2015-02-26 Martin Rudalics <rudalics@gmx.at>
520
521 * menu-bar.el (menu-bar-non-minibuffer-window-p): Return nil when
522 the menu frame is dead. (Bug#19728)
523
524 2015-02-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
525
526 python.el: Handle tabs in python-indent-dedent-line.
527 * progmodes/python.el (python-indent-dedent-line): Fixes for
528 indentation with tabs. Thanks to <dale@codefu.org> (Bug#19730).
529
530 2015-02-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
531
532 * progmodes/python.el (python-indent-context): Respect user
533 indentation after comment.
534
535 2015-02-26 Tassilo Horn <tsdh@gnu.org>
536
537 * textmodes/reftex-vars.el (featurep): Conditionalize value of
538 reftex-label-regexps in order to stay compatible with XEmacs 21.5
539 which has no explicitly numbered groups in regexps (bug#19714).
540
541 2015-02-26 Daiki Ueno <ueno@gnu.org>
542
543 * net/dbus.el (dbus-register-signal): Convert "N" of ":argN" to
544 integer before comparison.
545
546 2015-02-25 Nicolas Richard <theonewiththeevillook@yahoo.fr>
547
548 * progmodes/elisp-mode.el (elisp--eval-last-sexp): Document argument.
549
550 2015-02-25 Oleh Krehel <ohwoeowho@gmail.com>
551
552 * emacs-lisp/check-declare.el (check-declare-warn):
553 Use compilation-style warnings.
554 (check-declare-files): Make sure that
555 `check-declare-warning-buffer' is in `compilation-mode'.
556
557 2015-02-25 Oleh Krehel <ohwoeowho@gmail.com>
558
559 * emacs-lisp/check-declare.el (check-declare-ext-errors):
560 New defcustom.
561 (check-declare): New defgroup.
562 (check-declare-verify): When `check-declare-ext-errors' is
563 non-nil, warn about an unfound function, instead of saying
564 "skipping external file".
565
566 2015-02-25 Tassilo Horn <tsdh@gnu.org>
567
568 * textmodes/reftex-vars.el (reftex-include-file-commands):
569 Call reftex-set-dirty on changes.
570
571 2015-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
572
573 * emacs-lisp/edebug.el (edebug--display): Save-excursion (bug#19611).
574 * emacs-lisp/debug.el (debugger-env-macro): Remove redundant
575 save-excursion.
576
577 2015-02-24 Glenn Morris <rgm@gnu.org>
578
579 * mail/rmailsum.el (rmail-summary-previous-all)
580 (rmail-summary-previous-msg): Simplify.
581
582 2015-02-25 Artur Malabarba <bruce.connor.am@gmail.com>
583
584 * simple.el (region-active-p): Fix doc to say non-nil.
585
586 2015-02-24 Samer Masterson <nosefrog@gmail.com>
587
588 * eshell/em-hist.el (eshell-hist-parse-word-designator):
589 Return args joined with " ".
590 * eshell/em-pred.el (eshell-parse-modifiers): Correct docstring.
591 (eshell-hist-parse-modifier): Pass mod a list instead of a string
592 (bug#18960).
593
594 2015-02-24 Karl Fogel <kfogel@red-bean.com> (tiny change)
595
596 * comint.el (comint-mode-map): Fix obvious typo.
597
598 2015-02-24 Johan Claesson <johanclaesson@bredband.net> (tiny change)
599
600 * filecache.el (file-cache-filter-regexps):
601 Add lock files. (Bug#19516)
602
603 2015-02-24 Glenn Morris <rgm@gnu.org>
604
605 * mail/rmailsum.el (rmail-summary-next-all)
606 (rmail-summary-previous-all, rmail-summary-next-msg):
607 Fix handling of optional argument. (Bug#19916)
608
609 * progmodes/f90.el (f90-beginning-of-subprogram)
610 (f90-end-of-subprogram, f90-match-end):
611 Handle continued strings where the continuation does not start
612 with "&" and happens to match our regexp. (Bug#19809)
613
614 2015-02-24 Bozhidar Batsov <bozhidar@batsov.com>
615
616 * comint.el (comint-clear-buffer): New command.
617 (comint-mode-map): Bind `comint-clear-buffer' to 'C-c M-o'.
618
619 2015-02-23 Pete Williamson <petewil0@googlemail.com> (tiny change)
620
621 Use ${EXEEXT} more uniformly in makefiles
622 * Makefile.in (EMACS): Append ${EXEEXT}.
623
624 2015-02-23 Sam Steingold <sds@gnu.org>
625
626 * files.el (recover-session): Handle `auto-save-list-file-prefix'
627 being a directory (empty non-directory part).
628
629 2015-02-23 Magnus Henoch <magnus.henoch@gmail.com>
630
631 * net/sasl.el (sasl-mechanism-alist): Refer to sasl-scram-rfc
632 instead of sasl-scram-sha-1, as the former is the name that can be
633 required.
634
635 * net/sasl-scram-rfc.el (sasl-scram-sha-1-steps)
636 (sasl-scram-sha-1-client-final-message)
637 (sasl-scram-sha-1-authenticate-server): Move to end of file.
638
639 2015-02-23 Paul Eggert <eggert@cs.ucla.edu>
640
641 * bindings.el (ctl-x-map): Use [?\C-\;] to get the desired binding.
642 (Bug#19826)
643
644 2015-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
645
646 * emacs-lisp/macroexp.el (macroexp-parse-body): Handle cl-declare
647 and :documentation. Change return value format accordingly.
648 * emacs-lisp/cl-generic.el (cl--generic-lambda):
649 * emacs-lisp/pcase.el (pcase-lambda): Adjust accordingly.
650 * emacs-lisp/cl-macs.el (cl--transform-lambda): Use macroexp-parse-body.
651
652 2015-02-23 Dmitry Gutov <dgutov@yandex.ru>
653
654 Introduce `xref-etags-mode'.
655 * progmodes/xref.el (xref-etags-mode--saved): New variable.
656 (xref-etags-mode): New minor mode. (Bug#19466)
657
658 2015-02-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
659
660 * dom.el (dom-previous-sibling): New function.
661
662 2015-02-21 Paul Eggert <eggert@cs.ucla.edu>
663
664 * bindings.el (ctl-x-map): There is no 'C-;'.
665 For now, make do with 'M-;'; this allows 'make bootstrap' to work.
666 Perhaps some other binding should be chosen. (Bug#19826)
667
668 2015-02-21 Artur Malabarba <bruce.connor.am@gmail.com>
669
670 * bindings.el (ctl-x-map): Fix `comment-line' binding. (Bug#19826)
671
672 2015-02-21 Michael Albinus <michael.albinus@gmx.de>
673
674 * autorevert.el (auto-revert-notify-add-watch)
675 (auto-revert-notify-handler, auto-revert-buffers): Handle also
676 buffers without an associated file, like dired buffers. (Bug#16112)
677
678 2015-02-21 Dima Kogan <dima@secretsauce.net>
679
680 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
681 (global-auto-revert-mode): Remove (let (auto-revert-use-notify) ... )
682 wrappers. Call (auto-revert-buffers) consequently in order to
683 install handlers.
684
685 2015-02-21 Wilson Snyder <wsnyder@wsnyder.org>
686
687 Sync with upstream verilog-mode revision 0d6420b.
688 * progmodes/verilog-mode.el (verilog-mode-version): Update.
689 (vector-skip-list): Remove.
690 (verilog-auto-inst-port, verilog-auto-inst-port-list)
691 (verilog-auto-inst, verilog-auto-inst-param):
692 Use arguments rather than vector-skip.
693 (verilog-auto-inst-port): Fix AUTOINST interfaces to not show
694 modport if signal attachment is itself a modport.
695 Reported by Matthew Lovell.
696
697 2015-02-21 Reto Zimmermann <reto@gnu.org>
698
699 Sync with upstream vhdl mode v3.37.1. Add VHDL'08 support.
700 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp)
701 (vhdl-doc-release-notes): Update.
702 (vhdl-standard): Add VHDL'08 option.
703 (vhdl-sensitivity-list-all): New option.
704 (vhdl-directive-keywords): Add psl.
705 (vhdl-offsets-alist-default, vhdl-mode-abbrev-table-init)
706 (vhdl-template-construct-alist-init, vhdl-create-mode-menu):
707 (vhdl-imenu-generic-expression): Add context, directive.
708 (vhdl-offsets-alist, vhdl-mode, vhdl-doc-keywords): Doc fixes.
709 (vhdl-template-map-init): Add vhdl-template-context.
710 (vhdl-mode-syntax-table): Support VHDL'08 block comments.
711 (vhdl-create-mode-menu): Add some entries.
712 (vhdl-08-keywords, vhdl-08-types, vhdl-08-attributes)
713 (vhdl-08-functions, vhdl-08-packages, vhdl-08-directives):
714 New constants.
715 (vhdl-directives): New variable.
716 (vhdl-words-init, vhdl-template-process)
717 (vhdl-template-replace-header-keywords): Support VHDL'08.
718 (vhdl-abbrev-list-init): Add vhdl-directives.
719 (vhdl-in-comment-p, vhdl-in-literal, vhdl-win-il)
720 (vhdl-forward-syntactic-ws, vhdl-get-syntactic-context)
721 (vhdl-lineup-comment): Handle block comments and directives.
722 (vhdl-beginning-of-directive, vhdl-template-context)
723 (vhdl-template-context-hook): New functions.
724 (vhdl-libunit-re, vhdl-defun-re, vhdl-begin-p)
725 (vhdl-corresponding-begin, vhdl-get-library-unit, vhdl-regress-line)
726 (vhdl-align-declarations, vhdl-beginning-of-block, vhdl-end-of-block)
727 (vhdl-font-lock-keywords-2, vhdl-get-end-of-unit)
728 (vhdl-scan-context-clause): Add context.
729
730 2015-02-20 Glenn Morris <rgm@gnu.org>
731
732 * calendar/solar.el (solar-sunrise-sunset-string):
733 Shorten message a little.
734 (sunrise-sunset): Use message rather than a window. (Bug#19859)
735
736 * progmodes/f90.el (f90-keywords-re, f90-procedures-re)
737 (f90-font-lock-keywords-2): Some F2008 additions.
738
739 2015-02-19 Dima Kogan <dima@secretsauce.net>
740
741 * autorevert.el (auto-revert-buffers-counter)
742 (auto-revert-buffers-counter-lockedout): New variables.
743 (auto-revert-buffers): Increase `auto-revert-buffers-counter'.
744 (auto-revert-notify-handler): Apply `auto-revert-handler' if not
745 suppressed by lockout. (Bug#18958)
746
747 2015-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
748
749 * emacs-lisp/eieio-opt.el (eieio-help-class): `eieio-class-parents'
750 returns classes, not class names (bug#19891).
751
752 * emacs-lisp/cl-macs.el (cl-struct-slot-value): Handle a nil type.
753
754 * emacs-lisp/smie.el (smie-prec2->grammar): Fix corner case problem.
755
756 2015-02-18 Kelly Dean <kelly@prtime.org>
757
758 * register.el (jump-to-register):
759 * emacs-lisp/lisp.el (check-parens):
760 Push mark before goto-char so user doesn't lose his previous place.
761
762 2015-02-18 Kelly Dean <kelly@prtime.org>
763
764 * rect.el (rectangle-mark-mode):
765 Suppress superfluous "Mark set" message from push-mark.
766
767 2015-02-18 Kelly Dean <kelly@prtime.org>
768
769 * help-mode.el (help-go-back, help-go-forward, help-follow):
770 * simple.el (yank-pop, pop-to-mark-command, exchange-point-and-mark):
771 * winner.el (winner-redo):
772 * windmove.el (windmove-do-window-select):
773 * register.el (jump-to-register, increment-register, insert-register)
774 (append-to-register, prepend-to-register):
775 * files.el (find-alternate-file, abort-if-file-too-large, write-file)
776 (set-visited-file-name):
777 * emacs-lisp/lisp.el (kill-backward-up-list):
778 Use user-error instead of error. (Bug#14480)
779
780 2015-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
781
782 * emacs-lisp/checkdoc.el (checkdoc-show-diagnostics): Don't make bogus
783 assumptions about window ordering.
784
785 2015-02-16 Kelly Dean <kelly@prtime.org>
786
787 * files.el (insert-file-contents-literally): Fix docstring typo.
788
789 2015-02-16 Kelly Dean <kelly@prtime.org>
790
791 * emacs-lisp/easy-mmode.el (define-minor-mode): Process macro
792 arguments correctly. (Bug#19685)
793 (define-minor-mode): Clarify docstring.
794 Clarify mode switch messages for minor modes. (Bug#19690)
795
796 2015-02-16 Kelly Dean <kelly@prtime.org>
797
798 * emacs-lisp/package-x.el (package-upload-buffer-internal):
799 Create valid tar files. (Bug#19536)
800
801 2015-02-16 Kelly Dean <kelly@prtime.org>
802
803 * desktop.el (desktop-read): Conditionally re-enable desktop autosave.
804 (Bug#19059)
805
806 2015-02-16 Kelly Dean <kelly@prtime.org>
807
808 * help-mode.el (help-do-xref): Prevent duplicated display of Info
809 buffer, and prevent interference with existing buffer. (Bug#13190)
810
811 2015-02-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
812
813 python.el: Do not deactivate mark on shell fontification. (Bug#19871)
814
815 * progmodes/python.el (python-shell-font-lock-post-command-hook):
816 Do not deactivate mark on fontification.
817
818 2015-02-16 Ivan Shmakov <ivan@siamics.net>
819
820 * net/eww.el: Fix desktop support. (Bug#19226)
821 (eww-mode): Add autoload cookie.
822 (eww-restore-desktop): Use inhibit-read-only.
823
824 * net/eww.el (eww-suggest-uris): Add autoload cookie, so that
825 add-hook works correctly even if the file is not yet loaded.
826
827 2015-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
828
829 * emacs-lisp/eieio.el (defclass): Use make-instance rather than
830 eieio-constructor.
831 (set-slot-value): Mark as obsolete.
832 (eieio-object-class-name): Improve call to eieio-class-name.
833 (eieio-slot-descriptor-name, eieio-class-slots): New functions.
834 (object-slots): Use it. Declare obsolete.
835 (eieio-constructor): Merge it with `make-instance'.
836 (initialize-instance): Use `dolist'.
837 (eieio-override-prin1, eieio-edebug-prin1-to-string):
838 Use eieio--class-print-name.
839
840 * emacs-lisp/eieio-core.el (eieio--class-print-name): New function.
841 (eieio-class-name): Make it do what the docstring claims.
842 (eieio-defclass-internal): Simplify since `prots' isn't used any more.
843 (eieio--slot-name-index): Simplify accordingly.
844 (eieio-barf-if-slot-unbound): Pass the class object rather than its
845 name to `slot-unbound'.
846
847 * emacs-lisp/eieio-base.el (make-instance): Add a method here rather
848 than on eieio-constructor.
849
850 2015-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 * emacs-lisp/cl-macs.el (cl-defstruct): Keep type=nil by default.
853 * emacs-lisp/cl-preloaded.el (cl-struct-define): Add sanity checks
854 about relationship between `type', `named', and `slots'.
855 * emacs-lisp/cl-generic.el (cl--generic-struct-tagcode): Adjust to new
856 value of `cl-struct-type' property.
857
858 2015-02-15 Jérémy Compostella <jeremy.compostella@gmail.com>
859
860 * net/tramp-sh.el (tramp-remote-process-environment): Disable paging
861 with PAGER=cat. (Bug#19870)
862
863 2015-02-14 Artur Malabarba <bruce.connor.am@gmail.com>
864
865 * emacs-lisp/package.el (package-read-all-archive-contents):
866 Don't build the compatibility table.
867 (package-refresh-contents, package-initialize): Do build the
868 compatibility table.
869 (package--build-compatibility-table): New function.
870 (describe-package-1): Describe why a package is incompatible.
871
872 2015-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
873
874 * emacs-lisp/cl-preloaded.el (cl-struct-define): Register as children
875 of the parent.
876 (cl--assertion-failed): New function.
877 (cl-assertion-failed): Move in from cl-lib.el.
878
879 * emacs-lisp/cl-macs.el (cl-defstruct): Don't generate code to register
880 as children of its parents.
881 (cl--make-type-test, cl--compiler-macro-typep): Remove functions.
882 (cl-typep): Reimplement using define-inline.
883 (cl-assert): Use cl--assertion-failed.
884 (cl-struct-slot-value): Use define-inline.
885
886 * emacs-lisp/cl-lib.el: Move autoloaded code to cl-preload.
887
888 * textmodes/flyspell.el (flyspell-word): Defvar (bug#19844).
889 (flyspell-generic-check-word-p): Mark as obsolete.
890
891 2015-02-13 Artur Malabarba <bruce.connor.am@gmail.com>
892
893 * emacs-lisp/package.el (package--compatibility-table): New var.
894 (package--add-to-compatibility-table): New function.
895 (package-read-all-archive-contents): Populate compatibility table.
896 (package--incompatible-p): Also look in dependencies.
897 (describe-package-1): Fix "incompat" handling.
898
899 2015-02-13 Lars Ingebrigtsen <larsi@gnus.org>
900
901 * net/rfc2104.el: Moved here from lisp/gnus.
902
903 2015-02-13 Magnus Henoch <magnus.henoch@gmail.com>
904
905 * net/sasl-scram-rfc.el: New file.
906
907 * net/sasl.el (sasl-mechanisms): Remove SCRAM-MD5.
908 Add SCRAM-SHA-1 first.
909 (sasl-mechanism-alist): Remove SCRAM-MD5 entry. Add SCRAM-SHA-1
910 entry (bug#17636).
911
912 2015-02-13 Lars Ingebrigtsen <larsi@gnus.org>
913
914 * net/shr.el (shr-tag-li): Speed up rendering pages with lots of
915 <ul>.
916
917 2015-02-12 Oleh Krehel <ohwoeowho@gmail.com>
918
919 * progmodes/gdb-mi.el (gdb-display-io-nopopup): New defcustom.
920 (gdb-inferior-filter): Don't pop up the buried output buffer when
921 `gdb-display-io-nopopup' is non-nil.
922
923 2015-02-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
924
925 python.el: Allow killing shell buffer if process is dead. (Bug#19823)
926
927 * progmodes/python.el (python-shell-font-lock-kill-buffer):
928 Don't require a running process.
929 (python-shell-font-lock-post-command-hook): Fontify only if the
930 shell process is running.
931
932 2015-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * hi-lock.el (hi-lock-unface-buffer): Don't call
935 font-lock-remove-keywords if not needed (bug#19796).
936
937 2015-02-11 Artur Malabarba <bruce.connor.am@gmail.com>
938
939 * emacs-lisp/package.el (package-install): Invert the second
940 argument, for better backwards compatibility.
941 (package-install-button-action, package-reinstall)
942 (package-menu-execute): Account for the change.
943
944 2015-02-11 Nicolas Petton <nicolas@petton.fr>
945
946 * emacs-lisp/seq.el (seq-reverse): Add a backward-compatible
947 version of seq-reverse that works on sequences in Emacs 24.
948 Bump seq.el version to 1.2.
949
950 2015-02-11 Artur Malabarba <bruce.connor.am@gmail.com>
951
952 * emacs-lisp/package.el (package--incompatible-p): New function.
953 Return non-nil if PKG has no chance of being installable.
954 (package--emacs-version-list): New variable.
955 (describe-package-1, package-desc-status)
956 (package-menu--print-info, package-menu--status-predicate):
957 Account for the "incompat" status.
958
959 2015-02-11 Martin Rudalics <rudalics@gmx.at>
960
961 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
962 Rename frame parameter `maximized' to `fullscreen-restore'.
963 Restore fullwidth/-height after fullboth state. Update doc-strings.
964
965 2015-02-11 Lars Ingebrigtsen <larsi@gnus.org>
966
967 * net/shr.el (shr-insert): Make sure the space inserted has the
968 right font (for width).
969 (shr-fill-line): Preserve background colours when indenting/folding.
970 (shr-ensure-paragraph): Don't insert a new paragraph as the first
971 item in a <li>.
972
973 2015-02-10 Lars Ingebrigtsen <larsi@gnus.org>
974
975 * net/shr.el (shr-use-fonts): New variable.
976 (shr-fill-text): Rename from "fold".
977 (shr-pixel-column, shr-pixel-region, shr-string-pixel-width):
978 New functions.
979 (shr-insert): Just insert, don't fill the text. Filling is now
980 done afterwards per display unit.
981 (shr-fill-lines, shr-fill-line): New functions to fill text on a
982 per-unit base.
983 (shr-find-fill-point): Take a "beginning" parameter.
984 (shr-indent): Indent using the :width display parameter when using
985 fonts.
986 (shr-parse-style): Ignore "inherit" values, since we already do that.
987 (shr-tag-img): Remove the insertion states.
988 (shr-tag-blockquote): New-style filling.
989 (shr-tag-dd): Ditto.
990 (shr-tag-li): Ditto.
991 (shr-mark-fill): New function to mark lines that need filling.
992 (shr-tag-h1): Use a larger font.
993 (shr-tag-table-1): Get the natural and suggested widths in one
994 rendering.
995 (shr-tag-table): Create the "fixed" version of the table only once
996 so that we can cache data in the table.
997 (shr-insert-table): Get colspan calculations right by having
998 zero-width columns after colspan ones.
999 (shr-expand-alignments): New function to make :align-to specs work
1000 right when rendered in one buffer and displayed in another one.
1001 (shr-insert-table-ruler): Use :align-to to get the widths right.
1002 (shr-make-table): Cache more.
1003 (shr-make-table-1): Use the new <td> data layout.
1004 (shr-pixel-buffer-width): New function.
1005 (shr-render-td): Add a caching layer.
1006 (shr-dom-max-natural-width): New function.
1007 (shr-tag-h1): Don't use variable-pitch fonts on fontless rendering.
1008 (shr-tag-tt): New function.
1009 (shr-tag-hr): Compute the right length when using fonts.
1010 (shr-table-widths): Off-by-one error in width computation.
1011 (shr-expand-newlines): Remove dead code.
1012 (shr-insert-table): Extend background colors to the end of the column.
1013 (shr-insert-table): Only copy the background, not underline and
1014 the like.
1015 (shr-face-background): New function.
1016
1017 2015-02-10 Fabián Ezequiel Gallina <fgallina@gnu.org>
1018
1019 python.el: Improved shell font lock respecting markers. (Bug#19650)
1020
1021 * progmodes/python.el
1022 (python-shell-font-lock-get-or-create-buffer): Use special buffer name.
1023 (python-shell-font-lock-with-font-lock-buffer): Enable font lock.
1024 (python-shell-font-lock-post-command-hook): Fontify by copying text
1025 properties from fontified buffer to shell, keeping markers unchanged.
1026 (python-shell-font-lock-turn-off): Fix typo.
1027 (python-util-text-properties-replace-name): Delete function.
1028
1029 2015-02-09 Nicolas Petton <nicolas@petton.fr>
1030
1031 * emacs-lisp/seq.el (seq-group-by): Improves seq-group-by to
1032 return sequence elements in correct order.
1033
1034 2015-02-09 Simen Heggestøyl <simenheg@gmail.com> (tiny change)
1035
1036 * textmodes/css-mode.el (css-smie-rules): Fix paren indent (bug#19815).
1037
1038 2015-02-09 Stefan Monnier <monnier@iro.umontreal.ca>
1039
1040 * emacs-lisp/cl-generic.el (cl--generic-lambda): Use macroexp-parse-body.
1041
1042 * emacs-lisp/eieio-core.el (eieio-oset-default): Catch the unexpected
1043 case where the default value would be re-interpreted as a form!
1044
1045 2015-02-09 Christopher Genovese <genovese@cmu.edu> (tiny change)
1046
1047 * help-fns.el (help-fns--signature): Keep doc for keymap.
1048
1049 2015-02-09 Kelly Dean <kelly@prtime.org>
1050
1051 * desktop.el: Save mark-ring less verbosely.
1052 (desktop-var-serdes-funs): New var.
1053 (desktop-buffer-info, desktop-create-buffer): Use it.
1054 (desktop-file-version): Update to 208.
1055
1056 2015-02-09 Leo Liu <sdl.web@gmail.com>
1057
1058 * emacs-lisp/pcase.el (pcase-lambda): New Macro. (Bug#19814)
1059
1060 * emacs-lisp/lisp-mode.el (el-kws-re): Include `pcase-lambda'.
1061
1062 * emacs-lisp/macroexp.el (macroexp-parse-body): New function.
1063
1064 2015-02-08 Paul Eggert <eggert@cs.ucla.edu>
1065
1066 Port to platforms lacking test -a and -o
1067 * Makefile.in (compile-clean):
1068 * net/tramp-sh.el (tramp-find-executable):
1069 Prefer '&&' and '||' to 'test -a' and 'test -o'.
1070
1071 2015-02-08 Artur Malabarba <bruce.connor.am@gmail.com>
1072
1073 * newcomment.el (comment-line): Fix missing paren.
1074
1075 2015-02-08 Ulrich Müller <ulm@gentoo.org>
1076
1077 * play/gamegrid.el: Update comment to reflect that the
1078 'update-game-score' helper program is now setgid by default.
1079
1080 2015-02-08 David Kastrup <dak@gnu.org>
1081
1082 * subr.el (apply-partially): Use lexical binding here.
1083
1084 2015-02-08 Artur Malabarba <bruce.connor.am@gmail.com>
1085
1086 * newcomment.el (comment-line): New command.
1087
1088 * bindings.el (ctl-x-map): Bind to `C-x C-;'.
1089
1090 2015-02-08 Oleh Krehel <ohwoeowho@gmail.com>
1091
1092 * outline.el (outline-show-entry): Fix one invisible char for the
1093 file's last outline. (Bug#19493)
1094
1095 2015-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1096
1097 * subr.el (indirect-function): Change advertised calling convention.
1098
1099 2015-02-08 Fabián Ezequiel Gallina <fgallina@gnu.org>
1100
1101 python.el: Fix completion-at-point. (Bug#19667)
1102
1103 * progmodes/python.el
1104 (python-shell-completion-native-get-completions): Force process buffer.
1105 (python-shell-completion-at-point): Handle case where call is not
1106 in a shell buffer.
1107
1108 2015-02-08 Fabián Ezequiel Gallina <fgallina@gnu.org>
1109
1110 python.el: Fix shell font-lock multiline input. (Bug#19744)
1111
1112 * progmodes/python.el
1113 (python-shell-font-lock-post-command-hook): Handle multiline input.
1114
1115 2015-02-08 Fabián Ezequiel Gallina <fgallina@gnu.org>
1116
1117 python.el: Make shell font-lock respect markers. (Bug#19650)
1118
1119 * progmodes/python.el (python-shell-font-lock-cleanup-buffer):
1120 Use `erase-buffer`.
1121 (python-shell-font-lock-comint-output-filter-function):
1122 Handle newlines.
1123 (python-shell-font-lock-post-command-hook): Respect markers on
1124 text fontification.
1125
1126 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org>
1127
1128 python.el: Keep eldoc visible while typing args. (Bug#19637)
1129 * progmodes/python.el (python-eldoc--get-symbol-at-point):
1130 New function based on Carlos Pita <carlosjosepita@gmail.com> patch.
1131 (python-eldoc--get-doc-at-point, python-eldoc-at-point): Use it.
1132
1133 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org>
1134
1135 Fix hideshow integration. (Bug#19761)
1136 * progmodes/python.el
1137 (python-hideshow-forward-sexp-function): New function based on
1138 Carlos Pita <carlosjosepita@gmail.com> patch.
1139 (python-mode): Make `hs-special-modes-alist` use it and initialize
1140 the end regexp with the empty string to avoid skipping parens.
1141
1142 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org>
1143
1144 * progmodes/python.el (python-check-custom-command): Do not use
1145 defvar-local for compat with Emacs<24.3.
1146
1147 2015-02-07 Martin Rudalics <rudalics@gmx.at>
1148
1149 * frame.el (frame-notice-user-settings):
1150 Update `frame-size-history'.
1151 (make-frame): Update `frame-size-history'.
1152 Call `frame-after-make-frame'.
1153 * faces.el (face-set-after-frame-default): Remove call to
1154 frame-can-run-window-configuration-change-hook.
1155
1156 2015-02-06 Dmitry Gutov <dgutov@yandex.ru>
1157
1158 * vc/vc-cvs.el (vc-cvs-dir-status-files): Don't pass DIR to
1159 `vc-cvs-command' (bug#19732).
1160
1161 2015-02-06 Nicolas Petton <nicolas@petton.fr>
1162
1163 * emacs-lisp/seq.el (seq-mapcat, seq-partition, seq-group-by):
1164 New functions.
1165 * emacs-lisp/seq.el (seq-drop-while, seq-take-while, seq-count)
1166 (seq--drop-list, seq--take-list, seq--take-while-list):
1167 Better docstring.
1168
1169 2015-02-06 Artur Malabarba <bruce.connor.am@gmail.com>
1170
1171 * doc-view.el (doc-view-kill-proc-and-buffer): Obsolete. Use
1172 `image-kill-buffer' instead.
1173
1174 2015-02-06 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1175
1176 * net/ldap.el (ldap-search-internal): Fix docstring.
1177
1178 2015-02-06 Lars Ingebrigtsen <larsi@gnus.org>
1179
1180 * subr.el (define-error): The error conditions may be constant
1181 lists, so use `append' to concatenate them.
1182
1183 2015-02-06 Wolfgang Jenkner <wjenkner@inode.at>
1184
1185 * net/network-stream.el (network-stream-open-tls): Respect the
1186 :end-of-capability setting.
1187
1188 2015-02-05 Artur Malabarba <bruce.connor.am@gmail.com>
1189
1190 * emacs-lisp/package.el (package--sort-by-dependence):
1191 New function. Return PACKAGE-LIST sorted by dependencies.
1192 (package-menu-execute): Use it to delete packages in order.
1193 (package--sort-deps-in-alist): New function.
1194 (package-menu-mark-install): Can mark dependencies.
1195 (package--newest-p): New function.
1196 (package-delete): Don't deselect when deleting an older version of
1197 an upgraded package.
1198
1199 * emacs-lisp/package.el: Add missing (require 'subr-x)
1200
1201 2015-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1202
1203 * textmodes/css-mode.el (scss-smie--not-interpolation-p): Vars can be
1204 hyphenated (bug#19263).
1205
1206 * textmodes/css-mode.el (css-fill-paragraph): Fix filling in presence
1207 of variable interpolation (bug#19751).
1208
1209 2015-02-05 Era Eriksson <era+emacs@iki.fi>
1210
1211 * json.el (json-end-of-file): New error (bug#19768).
1212 (json-pop, json-read): Use it.
1213
1214 2015-02-05 Kelly Dean <kelly@prtime.org>
1215
1216 * help-mode.el (help-xref-interned): Pass BUFFER and FRAME to
1217 `describe-variable'.
1218
1219 * help-fns.el (describe-function-or-variable): New function.
1220
1221 * help.el (help-map): Bind `describe-function-or-variable' to o.
1222 (help-for-help-internal): Document o key.
1223
1224 2015-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
1225
1226 * emacs-lisp/eieio-compat.el (eieio--defmethod): Use new
1227 special (:documentation ...) feature.
1228 * emacs-lisp/eieio-core.el (eieio-make-class-predicate)
1229 (eieio-make-child-predicate): Same.
1230 (eieio-copy-parents-into-subclass): Remove unused arg.
1231 (eieio-defclass-internal): Adjust call accordingly and remove redundant
1232 `pname' var.
1233 (eieio--slot-name-index): Remove unused arg `obj' and adjust all
1234 callers accordingly.
1235
1236 * emacs-lisp/cconv.el (cconv--convert-function):
1237 Add `docstring' argument.
1238 (cconv-convert): Use it to handle the new (:documentation ...) form.
1239 (cconv-analyze-form): Handle the new (:documentation ...) form.
1240
1241 * emacs-lisp/bytecomp.el:
1242 (byte-compile-initial-macro-environment): Use macroexp-progn.
1243 (byte-compile-cl-warn): Don't silence use of cl-macroexpand-all.
1244 (byte-compile-file-form-defvar-function): Rename from
1245 byte-compile-file-form-define-abbrev-table.
1246 (defvaralias, byte-compile-file-form-custom-declare-variable): Use it.
1247 (byte-compile): Use byte-compile-top-level rather than
1248 byte-compile-lambda so we can compile non-values.
1249 (byte-compile-form): Add warnings for failed uses of lexical vars via
1250 quoted symbols.
1251 (byte-compile-unfold-bcf): Improve message for failed inlining.
1252 (byte-compile-make-closure): Handle new format of internal-make-closure
1253 for dynamically-generated docstrings.
1254
1255 * delsel.el: Deprecate the `kill' option. Use lexical-binding.
1256 (open-line): Delete like all other commands, instead of killing.
1257 (delete-active-region): Don't define any return any value.
1258
1259 * progmodes/python.el: Try to preserve compatibility with Emacs-24.
1260 (python-mode): Don't assume eldoc-documentation-function has a non-nil
1261 default.
1262
1263 2015-02-04 Sam Steingold <sds@gnu.org>
1264
1265 * progmodes/python.el (python-indent-calculate-indentation):
1266 Avoid the error when computing top-level indentation.
1267
1268 2015-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
1269
1270 * emacs-lisp/cl-generic.el (cl--generic-member-method): Fix paren typo.
1271
1272 * textmodes/flyspell.el: Use lexical-binding and cl-lib.
1273 (mail-mode-flyspell-verify): Fix last change.
1274 (flyspell-external-point-words, flyspell-large-region):
1275 Avoid add-to-list on local vars.
1276
1277 2015-02-04 Tassilo Horn <tsdh@gnu.org>
1278
1279 * emacs-lisp/package.el (package-installed-p): Fix typo causing
1280 void-variable error.
1281
1282 2015-02-04 Artur Malabarba <bruce.connor.am@gmail.com>
1283
1284 * image-mode.el (image-kill-buffer): New command.
1285 (image-mode-map): Bind it to k.
1286
1287 * emacs-lisp/package.el (package-delete): Remove package from
1288 `package-selected-packages' even if it can't be deleted.
1289 (package-installed-p): Accept package-desc objects.
1290 (package-install): Can be used to mark dependencies as
1291 selected. When given a package-desc object which is already
1292 installed, the package is not downloaded again, but it is marked
1293 as selected (if it wasn't already).
1294 (package-reinstall): Accept package-desc objects.
1295
1296 2015-02-03 Artur Malabarba <bruce.connor.am@gmail.com>
1297
1298 * emacs-lisp/package.el (package-delete): Document NOSAVE.
1299 (package--get-deps): delete-dups when ONLY is nil.
1300 (package-autoremove): Warn the user if `package-selected-packages'
1301 is empty.
1302
1303 (package--user-selected-p): New function.
1304 (package-delete, package-install, package-install-from-buffer):
1305 Use it
1306 (package-selected-packages): Mention it.
1307
1308 (package-initialize): Don't populate `package-selected-packages'.
1309 (package-install-user-selected-packages, package-autoremove):
1310 Special handling for empty `package-selected-packages'.
1311 (package-install): Fix when PKG is a package-desc.
1312
1313 (package-desc-status): Add "dependency" status to the Package
1314 Menu.
1315 (package-menu--status-predicate, package-menu--print-info)
1316 (package-menu-mark-delete, package-menu--find-upgrades)
1317 (package-menu--status-predicate, describe-package-1): Use it
1318
1319 (package--removable-packages): New function.
1320 (package-autoremove): Use it.
1321 (package-menu-execute): Offer to remove unneeded packages.
1322
1323 (package--read-pkg-desc, package-tar-file-info): Fix reference to
1324 tar-desc.
1325
1326 2015-02-03 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1327
1328 * emacs-lisp/package.el (package-reinstall): Don't change package's selected status.
1329 (package-delete): New NOSAVE argument.
1330
1331 2015-02-03 Michael Albinus <michael.albinus@gmx.de>
1332
1333 * net/tramp-sh.el (tramp-histfile-override): Fix docstring.
1334 (tramp-open-shell, tramp-maybe-open-connection): Set also
1335 HISTFILESIZE and HISTSIZE when needed. (Bug#19731)
1336
1337 2015-02-02 Artur Malabarba <bruce.connor.am@gmail.com>
1338
1339 * emacs-lisp/package.el (package--find-non-dependencies):
1340 New function.
1341 (package-initialize): Use it to populate `package-selected-packages'.
1342 (package-menu-execute): Clean unnecessary `and'.
1343 (package--get-deps): Fix returning duplicates.
1344
1345 2015-02-02 Michael Albinus <michael.albinus@gmx.de>
1346
1347 * net/tramp-sh.el (tramp-histfile-override): Add another choice t.
1348 Use it as default.
1349 (tramp-open-shell, tramp-maybe-open-connection): Support it.
1350 (Bug#19731)
1351
1352 2015-02-02 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1353
1354 * emacs-lisp/package.el (package-delete): Remove package from
1355 package-selected-packages.
1356 (package-autoremove): Remove unneeded variable.
1357
1358 2015-02-01 Artur Malabarba <bruce.connor.am@gmail.com>
1359
1360 * emacs-lisp/package.el (package-selected-packages): Fix :type
1361 (package-install): Rename ARG to MARK-SELECTED.
1362 (package--get-deps): Fix for indirect dependencies.
1363 (package-used-elsewhere-p): Rename to
1364 (package--used-elsewhere-p): New function.
1365 (package-reinstall, package-user-selected-packages-install)
1366 (package-autoremove): Use sharp-quote.
1367 (package-user-selected-packages-install): Reindent and rename to
1368 (package-install-user-selected-packages): New function.
1369
1370 2015-02-01 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1371
1372 * emacs-lisp/package.el: Don't allow deleting dependencies.
1373
1374 (package-used-elsewhere-p): New function.
1375 (package-delete): Use it, return now an error when trying to
1376 delete a package used as dependency by another package.
1377
1378 Add a reinstall package command.
1379 (package-reinstall): New function.
1380
1381 Add a package-autoremove command.
1382 (package-selected-packages): New user var.
1383 (package-install): Add an optional arg to notify interactive use.
1384 Fix docstring. Save installed package to
1385 packages-installed-directly.
1386 (package-install-from-buffer): Same.
1387 (package-user-selected-packages-install): Allow installing all
1388 packages in packages-installed-directly at once.
1389 (package--get-deps): New function.
1390 (package-autoremove): New function.
1391 (package-install-button-action): Call package-install with
1392 interactive arg.
1393 (package-menu-execute): Same but only for only for not installed
1394 packages.
1395
1396 2015-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1397
1398 * emacs-lisp/eieio.el (defclass): Use new eieio-make-class-predicate
1399 and eieio-make-child-predicate.
1400 (eieio-class-parents): Use eieio--class-object.
1401 (slot-boundp, find-class, eieio-override-prin1): Avoid class-p.
1402 (slot-exists-p): Use find-class.
1403
1404 * emacs-lisp/eieio-opt.el (eieio-help-class, eieio-help-constructor):
1405 Use find-lisp-object-file-name, help-fns-short-filename and new calling
1406 convention for eieio-class-def.
1407 (eieio-build-class-list): Remove function, unused.
1408 (eieio-method-def): Remove button type, unused.
1409 (eieio-class-def): Inherit from help-function-def.
1410 (eieio--defclass-regexp): New constant.
1411 (find-function-regexp-alist): Use it.
1412 (eieio--specializers-apply-to-class-p): Handle eieio--static as well.
1413 (eieio-help-find-method-definition, eieio-help-find-class-definition):
1414 Remove functions.
1415
1416 * emacs-lisp/eieio-core.el (eieio--check-type): Remove.
1417 Use cl-check-type everywhere instead.
1418 (eieio-class-object): Remove, use find-class instead when needed.
1419 (class-p): Don't inline.
1420 (eieio-object-p): Check more thoroughly, so we don't treat cl-structs,
1421 such as eieio classes, as objects. Don't inline.
1422 (object-p): Mark as obsolete.
1423 (eieio-defclass-autoload, eieio-defclass-internal, eieio-oref)
1424 (eieio--generic-tagcode): Avoid `class-p'.
1425 (eieio-make-class-predicate, eieio-make-child-predicate): New functions.
1426 (eieio-defclass-internal): Use current-load-list rather than
1427 `class-location'.
1428
1429 * emacs-lisp/cl-generic.el (cl--generic-search-method): Fix regexp.
1430
1431 2015-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
1432
1433 * emacs-lisp/backquote.el (backquote-delay-process): Don't reuse `s'
1434 since it may be "equivalent" in some sense, yet different (bug#19734).
1435
1436 2015-01-30 Oleh Krehel <ohwoeowho@gmail.com>
1437
1438 * outline.el (outline-font-lock-face): Add docstring.
1439 (outline-invisible-p): Improve docstring.
1440 (outline-invent-heading): Add docstring.
1441 (outline-promote): Improve docstring.
1442 (outline-demote): Improve docstring.
1443 (outline-head-from-level): Improve docstring.
1444 (outline-end-of-heading): Add docstring.
1445 (outline-next-visible-heading): Improve docstring.
1446 (outline-previous-visible-heading): Improve docstring.
1447 (outline-hide-region-body): Improve docstring.
1448 (outline-flag-subtree): Add docstring.
1449 (outline-end-of-subtree): Add docstring.
1450 (outline-headers-as-kill): Improve docstring.
1451
1452 2015-01-30 Oleh Krehel <ohwoeowho@gmail.com>
1453
1454 * outline.el (outline-hide-entry): Rename from `hide-entry'.
1455 (hide-entry): Declare as obsolete.
1456 (outline-show-entry): Rename from `show-entry'.
1457 (show-entry): Declare as obsolete.
1458 (outline-hide-body): Rename from `hide-body'.
1459 (hide-body): Declare as obsolete.
1460 (outline-hide-region-body): Rename from `hide-region-body'.
1461 (hide-region-body): Declare as obsolete.
1462 (outline-show-all): Rename from `show-all'.
1463 (show-all): Declare as obsolete.
1464 (outline-hide-subtree): Rename from `hide-subtree'.
1465 (hide-subtree): Declare as obsolete.
1466 (outline-hide-leaves): Rename from `hide-leaves'.
1467 (hide-leaves): Declare as obsolete.
1468 (outline-show-subtree): Rename from `show-subtree'.
1469 (show-subtree): Declare as obsolete.
1470 (outline-hide-sublevels): Rename from `hide-sublevels'.
1471 (hide-sublevels): Declare as obsolete.
1472 (outline-hide-other): Rename from `hide-other'.
1473 (hide-other): Declare as obsolete.
1474 (outline-show-children): Rename from `show-children'.
1475 (show-children): Declare as obsolete.
1476 (outline-show-branches): Rename from `show-branches'.
1477 (show-branches): Declare as obsolete.
1478
1479 2015-01-30 Oleh Krehel <ohwoeowho@gmail.com>
1480
1481 * outline.el (outline-mode): Clean up docstring.
1482 (font-lock-warning-face): Remove obsolete declaration.
1483 (outline-font-lock-face): Remove obsolete comment.
1484
1485 2015-01-30 Oleh Krehel <ohwoeowho@gmail.com>
1486
1487 * lisp/custom.el (defface): Set `indent' to 1.
1488
1489 2015-01-30 Oleh Krehel <ohwoeowho@gmail.com>
1490
1491 * emacs-lisp/easy-mmode.el (define-minor-mode): Set `indent' to 1.
1492
1493 2015-01-30 Michal Nazarewicz <mina86@mina86.com>
1494
1495 * lisp/files.el (save-buffers-kill-emacs): If `confirm-kill-emacs'
1496 is set, but user has just been asked whether they really want to
1497 kill Emacs (for example with a ‘Modified buffers exist; exit
1498 anyway?’ prompt), do not ask them for another confirmation.
1499
1500 2015-01-29 Jay Belanger <jay.p.belanger@gmail.com>
1501
1502 * lisp/calc/calc-units.el (calc-convert-exact-units): New function.
1503 (calc-convert-units): Check for missing units.
1504 (math-consistent-units-p): Strengthen the test for consistent units.
1505
1506 * lisp/calc/calc-ext.el (calc-init-extensions): Autoload
1507 `calc-convert-exact-units' and assign it a keybinding.
1508
1509 * lisp/calc/calc-help (calc-u-prefix-help): Add help for the
1510 "un" keybinding.
1511
1512 2015-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1513
1514 * emacs-lisp/cl.el (cl--function-convert): Simplify.
1515
1516 2015-01-28 Tassilo Horn <tsdh@gnu.org>
1517
1518 * textmodes/reftex.el (reftex-syntax-table-for-bib): Give ( and )
1519 punctuation syntax since to allow bibtex fields with values such
1520 as {Test 1) and 2)} (bug#19205, bug#19707).
1521 (reftex--prepare-syntax-tables): New function.
1522 (reftex-mode): Use it.
1523
1524 2015-01-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
1525
1526 python.el: New non-global state dependent indentation engine.
1527 (Bug#18319, Bug#19595)
1528 * progmodes/python.el (python-syntax-comment-or-string-p):
1529 Accept PPSS as argument.
1530 (python-syntax-closing-paren-p): New function.
1531 (python-indent-current-level)
1532 (python-indent-levels): Mark obsolete.
1533 (python-indent-context): Return more context cases.
1534 (python-indent--calculate-indentation)
1535 (python-indent--calculate-levels): New functions.
1536 (python-indent-calculate-levels): Use them.
1537 (python-indent-calculate-indentation, python-indent-line):
1538 (python-indent-line-function): Rewritten to use new API.
1539 (python-indent-dedent-line): Simplify logic.
1540 (python-indent-dedent-line-backspace): Use `unless`.
1541 (python-indent-toggle-levels): Delete function.
1542
1543 2015-01-28 Daniel Koning <dk@danielkoning.com> (tiny change)
1544
1545 * subr.el (posnp): Correct docstring of `posnp'.
1546 (posn-col-row): Make it work with all mouse position objects.
1547 * textmodes/artist.el (artist-mouse-draw-continously):
1548 Cancel timers if an error occurs during continuous drawing. (Bug#6130)
1549
1550 2015-01-28 Eli Zaretskii <eliz@gnu.org>
1551
1552 * button.el (button-activate, push-button): Doc fix. (Bug#19628)
1553
1554 2015-01-28 Michael Albinus <michael.albinus@gmx.de>
1555
1556 * filenotify.el (file-notify-descriptors, file-notify-handle-event):
1557 Adapt docstring.
1558 (file-notify--descriptor): New defun.
1559 (file-notify-callback, file-notify-add-watch, file-notify-rm-watch):
1560 Adapt docstring. Handle multiple values for
1561 `file-notify-descriptors' entries. (Bug#18880)
1562
1563 * net/tramp.el (tramp-handle-file-notify-rm-watch): Do not check
1564 `file-notify-descriptors', the implementation has been changed.
1565
1566 2015-01-28 Eli Zaretskii <eliz@gnu.org>
1567
1568 * net/net-utils.el (net-utils-run-program, net-utils-run-simple):
1569 On MS-Windows, bind coding-system-for-read to the console output
1570 codepage. (Bug#19458)
1571
1572 2015-01-28 Dmitry Gutov <dgutov@yandex.ru>
1573
1574 Unbreak `mouse-action' property in text buttons.
1575 * button.el (push-button): Fix regression from 2012-12-06.
1576
1577 2015-01-28 Glenn Morris <rgm@gnu.org>
1578
1579 * progmodes/sh-script.el (sh-mode): Doc fix.
1580 (sh-basic-indent-line): Handle electric newline. (Bug#18756)
1581
1582 2015-01-28 Paul Eggert <eggert@cs.ucla.edu>
1583
1584 Fix dired quoting bug with "Hit`N`Hide".
1585 * files.el (shell-quote-wildcard-pattern): Also quote "`". (Bug#19498)
1586
1587 2015-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1588
1589 Tighten up the tagcode used for eieio and cl-struct objects.
1590 * loadup.el: Load cl-preloaded.
1591 * emacs-lisp/eieio-core.el (eieio-defclass-internal): Set the function
1592 slot of the tag symbol to :quick-object-witness-check.
1593 (eieio-object-p): Use :quick-object-witness-check.
1594 (eieio--generic-tagcode): Use cl--generic-struct-tag.
1595 * emacs-lisp/cl-preloaded.el: New file.
1596 * emacs-lisp/cl-macs.el (cl--bind-inits): Remove, unused.
1597 (cl--transform-lambda, cl-destructuring-bind): Remove cl--bind-inits.
1598 (cl--make-usage-args): Strip away &aux args.
1599 (cl-case, cl-typecase, cl--parse-loop-clause): Use macroexp-let2.
1600 (cl-the, cl-check-type): Use macroexp-let2 and cl-typep.
1601 (cl-defstruct): Use `declare' and cl-struct-define.
1602 * emacs-lisp/cl-generic.el (cl--generic-struct-tag): New function.
1603 (cl--generic-struct-tagcode): Use it to tighten the tagcode.
1604
1605 2015-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
1606
1607 * emacs-lisp/cl.el (cl--function-convert):
1608 Merge cache that cl--labels-convert adds (bug#19699).
1609
1610 2015-01-27 Ivan Shmakov <ivan@siamics.net>
1611
1612 * tar-mode.el: Allow for adding new archive members. (Bug#19274)
1613 (tar-new-regular-file-header, tar--pad-to, tar--put-at)
1614 (tar-header-serialize): New functions.
1615 (tar-current-position): Split from tar-current-descriptor.
1616 (tar-current-descriptor): Use it.
1617 (tar-new-entry): New command.
1618 (tar-mode-map): Bind it.
1619
1620 2015-01-27 Sam Steingold <sds@gnu.org>
1621
1622 * progmodes/python.el (python-check-custom-command): Buffer local
1623 because it usually includes the buffer name.
1624 (python-check-command): Set to epylint when pyflakes is not available.
1625
1626 2015-01-27 Artur Malabarba <bruce.connor.am@gmail.com>
1627
1628 * isearch.el (isearch-process-search-char): Add docstring.
1629
1630 2015-01-27 Oleh Krehel <ohwoeowho@gmail.com>
1631
1632 * emacs-lisp/derived.el (define-derived-mode): Declare indent 3.
1633
1634 2015-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
1635
1636 * emacs-lisp/cl.el (cl--function-convert): Run cl--labels-convert
1637 for the case cl-flet or cl-labels form is wrapped with lexical-let
1638 (bug#19613).
1639
1640 2015-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
1641
1642 * emacs-lisp/cl-generic.el (cl--generic-method): New struct.
1643 (cl--generic): The method-table is now a (list-of cl--generic-method).
1644 (cl--generic-member-method): New function.
1645 (cl-generic-define-method): Use it.
1646 (cl--generic-build-combined-method, cl--generic-cache-miss):
1647 Adapt to new method-table.
1648 (cl--generic-no-next-method-function): Add `method' argument.
1649 (cl-generic-call-method): Adapt to new method representation.
1650 (cl--generic-cnm-sample, cl--generic-nnm-sample): Adjust.
1651 (cl-find-method, cl-method-qualifiers): New functions.
1652 (cl--generic-method-info): Adapt to new method representation.
1653 Return a string for the qualifiers.
1654 (cl--generic-describe):
1655 * emacs-lisp/eieio-opt.el (eieio-help-class): Adjust accordingly.
1656 (eieio-all-generic-functions, eieio-method-documentation):
1657 Adjust to new method representation.
1658
1659 * emacs-lisp/eieio-compat.el (eieio--defmethod): Use cl-find-method.
1660
1661 2015-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
1662
1663 * emacs-lisp/cl-generic.el: Add a method-combination hook.
1664 (cl-generic-method-combination-function): New var.
1665 (cl--generic-lambda): Remove `with-cnm' arg.
1666 (cl-defmethod): Change accordingly.
1667 (cl-generic-define-method): Don't check qualifiers validity.
1668 Preserve all qualifiers in `method-table'.
1669 (cl-generic-call-method): New function.
1670 (cl--generic-nest): Remove (morph into cl-generic-call-method).
1671 (cl--generic-build-combined-method): Adjust to new format of method-table
1672 and use cl-generic-method-combination-function.
1673 (cl--generic-standard-method-combination): New function, extracted from
1674 cl--generic-build-combined-method.
1675 (cl--generic-cnm-sample): Adjust to new format of method-table.
1676
1677 * emacs-lisp/eieio-compat.el (eieio--defmethod): Use () qualifiers
1678 instead of :primary.
1679
1680 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
1681 Remove obsolete function.
1682
1683 2015-01-26 Lars Ingebrigtsen <larsi@gnus.org>
1684
1685 * net/shr.el (shr-make-table-1): Fix colspan typo.
1686 (shr-make-table-1): Add comments.
1687 (shr-make-table-1): Make colspan display more sensibly.
1688
1689 * net/eww.el (eww-add-bookmark): Fix prompt and clean up the code
1690 slightly.
1691
1692 2015-01-25 Stefan Monnier <monnier@iro.umontreal.ca>
1693
1694 * emacs-lisp/cl-generic.el (cl--generic-no-next-method-function): New fun.
1695 (cl--generic-build-combined-method, cl--generic-nnm-sample): Use it
1696 (bug#19672).
1697 (cl--generic-typeof-types): Add support for `sequence'.
1698 (cl-defmethod): Add non-keywords in the qualifiers.
1699
1700 2015-01-25 Dmitry Gutov <dgutov@yandex.ru>
1701
1702 * emacs-lisp/find-func.el (find-function-regexp): Don't match
1703 `defgroup' (regression from the previous change here).
1704
1705 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1706
1707 * net/ldap.el (ldap-search-internal): Mention binddn in invalid
1708 credentials error message.
1709
1710 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1711
1712 * net/ldap.el (ldap-password-read): Validate password before
1713 caching it.
1714 (ldap-search-internal): Handle ldapsearch error conditions.
1715
1716 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1717
1718 * net/ldap.el (ldap-password-read): Handle password-cache being nil.
1719
1720 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1721
1722 * net/eudc.el (eudc-expand-inline): Always restore former server
1723 and protocol.
1724
1725 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1726
1727 * net/eudcb-ldap.el: Don't nag the user in case a default base is
1728 provided by the LDAP system configuration file.
1729
1730 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1731
1732 * net/eudc.el (eudc-format-query): Preserve the
1733 eudc-inline-query-format ordering of attributes in the returned list.
1734 * net/eudcb-ldap.el (eudc-ldap-format-query-as-rfc1558):
1735 Append the LDAP wildcard character to the last attribute value.
1736
1737 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1738
1739 * net/eudcb-ldap.el (eudc-ldap-cleanup-record-simple):
1740 Downcase field names of LDAP results.
1741 (eudc-ldap-cleanup-record-filtering-addresses): Likewise.
1742
1743 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1744
1745 * net/ldap.el (ldap-ldapsearch-password-prompt): New defcustom.
1746 (ldap-search-internal): Send password to ldapsearch through a pipe
1747 instead of via the command line.
1748
1749 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1750
1751 * net/ldap.el: Require password-cache.
1752 (ldap-password-read): New function.
1753 (ldap-search-internal): Call ldap-password-read when it is
1754 configured to be called.
1755
1756 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1757
1758 * net/eudc-vars.el (eudc-expansion-overwrites-query):
1759 Change default to nil.
1760
1761 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1762
1763 * net/eudc.el (eudc-expand-inline): Ignore text properties of
1764 string-to-expand.
1765
1766 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1767
1768 * net/eudc-vars.el (eudc-inline-expansion-format): Default to a
1769 format that includes first name and surname.
1770
1771 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1772
1773 * net/eudc-vars.el (eudc-inline-query-format): Change default to
1774 query email and first name instead of surname.
1775
1776 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1777
1778 * net/ldap.el (ldap-search-internal): Support new-style LDAP URIs.
1779
1780 2015-01-23 Thomas Fitzsimmons <fitzsim@fitzsim.org>
1781
1782 * net/eudc-vars.el (eudc-server): Adjust docstring to mention
1783 eudc-server-hotlist.
1784 (eudc-server-hotlist): Move from eudc.el and make defcustom.
1785 * net/eudc.el (eudc-server-hotlist): Move to eudc-vars.el.
1786 (eudc-set-server): Allow setting protocol to nil.
1787 (eudc-expand-inline): Support hotlist-only expansions when server
1788 is not set.
1789
1790 2015-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1791
1792 * emacs-lisp/cl-generic.el (cl-no-primary-method): New fun and error.
1793 (cl--generic-build-combined-method): Use it.
1794
1795 2015-01-22 Paul Eggert <eggert@cs.ucla.edu>
1796
1797 Don't downcase system diagnostics' first letters
1798 * emacs-lisp/bytecomp.el (byte-compile-file):
1799 * ffap.el (find-file-at-point):
1800 * files.el (insert-file-1):
1801 * net/ange-ftp.el (ange-ftp-barf-if-not-directory)
1802 (ange-ftp-copy-file-internal):
1803 * progmodes/etags.el (visit-tags-table):
1804 Keep diagnostics consistent with system's.
1805 * ffap.el (ffap-machine-p):
1806 Ignore case while comparing diagnostics.
1807
1808 2015-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1809
1810 * help.el (help-make-usage): Don't turn a "_" arg into an empty-string
1811 arg (bug#19645).
1812 * emacs-lisp/cl-generic.el (cl--generic-lambda): Don't confuse a string
1813 body with a docstring.
1814
1815 2015-01-22 Dmitry Gutov <dgutov@yandex.ru>
1816
1817 * progmodes/xref.el (xref-location-marker, xref-location-group):
1818 Use `cl-defgeneric' and `cl-defmethod' instead of the EIEIO
1819 counterparts.
1820
1821 * progmodes/etags.el (xref-location-marker): Same.
1822
1823 * progmodes/xref.el (xref--current): Rename from `xref--selected'.
1824 (xref--inhibit-mark-current): Rename from
1825 `xref--inhibit-mark-selected'. Update the usages.
1826 (xref-quit): Reword the docstring. Kill buffers after quitting
1827 windows instead of before.
1828 (xref--insert-xrefs): Tweak help-echo.
1829 (xref--read-identifier-history, xref--read-pattern-history):
1830 New variables.
1831 (xref--read-identifier, xref-find-apropos): Use them.
1832
1833 2015-01-21 Ulrich Müller <ulm@gentoo.org>
1834
1835 * play/gamegrid.el (gamegrid-add-score-with-update-game-score):
1836 Allow the 'update-game-score' helper program to run suid or sgid.
1837
1838 2015-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1839
1840 * emacs-lisp/eieio.el: Use cl-defmethod.
1841 (defclass): Generate cl-defmethod calls; use setf methods for :accessor.
1842 (eieio-object-name-string): Declare as obsolete.
1843
1844 * emacs-lisp/eieio-opt.el: Adapt to cl-generic.
1845 (eieio--specializers-apply-to-class-p): New function.
1846 (eieio-all-generic-functions): Use it.
1847 (eieio-method-documentation): Use it as well as cl--generic-method-info.
1848 Change format of return value.
1849 (eieio-help-class): Adapt accordingly.
1850
1851 * emacs-lisp/eieio-compat.el (eieio--defmethod): Avoid no-next-method
1852 errors when there's a `before' but no `primary' (bug#19645).
1853 (next-method-p): Return nil rather than signal an error.
1854 (eieio-defgeneric): Remove bogus (fboundp 'method).
1855
1856 * emacs-lisp/eieio-speedbar.el:
1857 * emacs-lisp/eieio-datadebug.el:
1858 * emacs-lisp/eieio-custom.el:
1859 * emacs-lisp/eieio-base.el: Use cl-defmethod.
1860
1861 * emacs-lisp/cl-generic.el (cl-defgeneric): Add support for `declare'.
1862 (cl--generic-setf-rewrite): Setup the setf expander right away.
1863 (cl-defmethod): Make sure the setf expander is setup before we expand
1864 the body.
1865 (cl-defmethod): Silence byte-compiler warnings.
1866 (cl-generic-define-method): Shuffle code to change return value.
1867 (cl--generic-method-info): New function, extracted from
1868 cl--generic-describe.
1869 (cl--generic-describe): Use it.
1870
1871 2015-01-21 Dmitry Gutov <dgutov@yandex.ru>
1872
1873 * progmodes/xref.el (xref--xref-buffer-mode-map): Define before
1874 the major mode. Remap `quit-window' to `xref-quit'.
1875 (xref--xref-buffer-mode): Inherit from special-mode.
1876
1877 xref: Keep track of temporary buffers (bug#19466).
1878 * progmodes/xref.el (xref--temporary-buffers, xref--selected)
1879 (xref--inhibit-mark-selected): New variables.
1880 (xref--mark-selected): New function.
1881 (xref--show-location): Maybe add the buffer to
1882 `xref--temporary-buffers', add `xref--mark-selected' to
1883 `buffer-list-update-hook' there.
1884 (xref--window): Add docstring.
1885 (xref-quit): Rename from `xref--quit'. Update both references.
1886 Add KILL argument. When it's non-nil, kill the temporary buffers
1887 that haven't been selected by the user.
1888 (xref--show-xref-buffer): Change the second argument to alist,
1889 extract the values for `xref--window' and
1890 `xref--temporary-buffers' from it. Add `xref--mark-selected' to
1891 `buffer-list-update-hook' to each buffer in the list.
1892 (xref--show-xrefs): Move the logic of calling `xref-find-function'
1893 here. Save the difference between buffer lists before and after
1894 it's called as "temporary buffers", and `pass it to
1895 `xref-show-xrefs-function'.
1896 (xref--find-definitions, xref-find-references)
1897 (xref-find-apropos): Update accordingly.
1898
1899 2015-01-20 Artur Malabarba <bruce.connor.am@gmail.com>
1900
1901 * emacs-lisp/package.el (package-dir-info): Fix `while' logic.
1902
1903 2015-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1904
1905 * emacs-lisp/eieio-generic.el: Remove.
1906 (defgeneric, defmethod): Move to eieio-compat.el. Mark obsolete.
1907 * emacs-lisp/eieio-compat.el: New file.
1908 * emacs-lisp/eieio.el: Don't require eieio-generic any more.
1909 * emacs-lisp/eieio-core.el (eieio--slot-originating-class-p):
1910 Remove unused function.
1911 (eieio-defclass): Move to eieio-compat.el.
1912 * emacs-lisp/macroexp.el (macroexp-macroexpand): New function.
1913 (macroexp--expand-all): Use it.
1914 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): Here too.
1915
1916 2015-01-20 Michal Nazarewicz <mina86@mina86.com>
1917
1918 * emacs-lisp/eldoc.el (eldoc-documentation-function): Describe how
1919 major modes should use `add-function' to alter value of the variable.
1920 * hexl.el (hexl-mode):
1921 * ielm.el (inferior-emacs-lisp-mode):
1922 * progmodes/cfengine.el (cfengine3-mode):
1923 * progmodes/elisp-mode (emacs-lisp-mode):
1924 * progmodes/octave.el (octave-mode):
1925 * progmodes/python.el (python-mode):
1926 * simple.el (read--expression): Set `eldoc-documentation-function'
1927 using `add-function' so the default value is always used.
1928
1929 * descr-text.el (describe-char-eldoc): New function returning
1930 basic Unicode codepoint information (e.g. name) about character
1931 at point. It is meant to be used as a default value of the
1932 `eldoc-documentation-function' variable.
1933 (describe-char-eldoc--format, describe-char-eldoc--truncate):
1934 New helper functions for `describe-char-eldoc' function.
1935
1936 2015-01-20 Michal Nazarewicz <mina86@mina86.com>
1937
1938 * textmodes/paragraphs.el (sentence-end-base): Include an
1939 ellipsis (…) and interrobang (‽) characters as end of a sentence,
1940 and a closing single quote (’) as an end of a quote.
1941
1942 2015-01-20 Michal Nazarewicz <mina86@mina86.com>
1943
1944 * textmodes/tildify.el (tildify-double-space-undos): A new
1945 variable specifying whether pressing space in `tildify-mode' after
1946 a space has been replaced with hard space undos the substitution.
1947 (tildify-space): Add code branch for handling `tildify-doule-space'.
1948
1949 * textmodes/tildify.el (tildify-space): A new function
1950 which can be used as a `post-self-insert-hook' to automatically
1951 convert spaces into hard spaces.
1952 (tildify-space-pattern): A new variable specifying pattern where
1953 `tildify-space' should take effect.
1954 (tildify-space-predicates): A new variable specifying list of
1955 predicate functions that all must return non-nil for
1956 `tildify-space' to take effect.
1957 (tildify-space-region-predicate): A new functions meant to be
1958 used as a predicate in `tildify-space-predicates' list.
1959 (tildify-mode): A new minor mode enabling `tildify-space' as a
1960 `post-self-insert-hook'
1961
1962 2015-01-20 Daniel Colascione <dancol@dancol.org>
1963
1964 * vc/vc-dir.el (vc-dir): Default to repository root, not
1965 default-directory.
1966
1967 2015-01-20 Dmitry Gutov <dgutov@yandex.ru>
1968
1969 * progmodes/etags.el (xref-etags-location): New class.
1970 (xref-make-etags-location): New function.
1971 (etags--xref-find-definitions): Use it.
1972 (xref-location-marker): New method implementation.
1973
1974 * progmodes/xref.el: Mention that xref-location is an EIEIO class.
1975 (xref--insert-xrefs): Expand help-echo string.
1976
1977 2015-01-19 Dmitry Gutov <dgutov@yandex.ru>
1978
1979 * ido.el: Update Customization instructions.
1980
1981 2015-01-19 Jonas Bernoulli <jonas@bernoul.li>
1982
1983 Define Ido keymaps once (bug#17000).
1984 * ido.el (ido-common-completion-map)
1985 (ido-file-dir-completion-map)
1986 (ido-file-completion-map, ido-buffer-completion-map): Set up key
1987 bindings when each variable is defined.
1988 (ido-completion-map): Move definition.
1989 (ido-init-completion-maps): Noop.
1990 (ido-common-initialization): Don't call it.
1991 (ido-setup-completion-map): Improve doc-string, cleanup.
1992
1993 2015-01-19 Ivan Shmakov <ivan@siamics.net>
1994
1995 * cus-dep.el (custom-make-dependencies): Ensure that
1996 default-directory is interpreted as a directory (see bug#19140.)
1997
1998 2015-01-19 Dmitry Gutov <dgutov@yandex.ru>
1999
2000 * progmodes/xref.el (xref--display-position):
2001 Set `other-window-scroll-buffer'.
2002 (xref-goto-xref): Use `user-error'.
2003
2004 2015-01-19 Dmitry Gutov <dgutov@yandex.ru>
2005
2006 * progmodes/xref.el (xref--display-history): New variable.
2007 (xref--window-configuration): Remove.
2008 (xref--save-to-history): New function.
2009 (xref--display-position): Use it. Add new argument.
2010 (xref--restore-window-configuration): Remove.
2011 (xref--show-location, xref-show-location-at-point):
2012 Update accordingly.
2013 (xref--xref-buffer-mode): Don't use `pre-command-hook'.
2014 (xref--quit): New command.
2015 (xref-goto-xref): Use it.
2016 (xref--xref-buffer-mode-map): Bind `q' to it.
2017
2018 2015-01-18 Dmitry Gutov <dgutov@yandex.ru>
2019
2020 * progmodes/xref.el (xref-goto-xref): Perform the jump even inside
2021 indentation or at eol.
2022
2023 2015-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2024
2025 * emacs-lisp/eieio-core.el: Add `subclass' specializer for cl-generic.
2026 (eieio--generic-subclass-tagcode, eieio--generic-subclass-tag-types):
2027 New functions.
2028 (cl-generic-tagcode-function, cl-generic-tag-types-function): Use them.
2029
2030 * emacs-lisp/eieio.el (defclass): Add obsolescence warning for the
2031 `newname' argument.
2032
2033 * emacs-lisp/cl-generic.el (cl-generic-define-method): Correctly handle
2034 introduction of a new dispatch argument.
2035 (cl--generic-cache-miss): Handle dispatch on an argument which was not
2036 considered as dispatchable for this method.
2037 (cl-defmethod): Warn when adding a method to an obsolete generic function.
2038 (cl--generic-lambda): Make sure it works if cl-lib is not yet loaded.
2039
2040 * emacs-lisp/eieio-generic.el (eieio--defgeneric-init-form): Use autoloadp.
2041
2042 2015-01-18 Artur Malabarba <bruce.connor.am@gmail.com>
2043
2044 * emacs-lisp/package.el (package--append-to-alist): Rename from
2045 `package--add-to-alist'
2046 Updated docstring due to new name.
2047
2048 2015-01-18 Leo Liu <sdl.web@gmail.com>
2049
2050 * emacs-lisp/cl-extra.el (cl-subseq): Use seq-subseq and fix
2051 multiple evaluation. (Bug#19519)
2052
2053 * emacs-lisp/seq.el (seq-subseq): Throw bad bounding indices
2054 error. (Bug#19434)
2055
2056 2015-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2057
2058 * emacs-lisp/eieio-core.el: Add `subclass' specializer for cl-generic.
2059 (eieio--generic-subclass-tagcode, eieio--generic-subclass-tag-types):
2060 New functions.
2061 (cl-generic-tagcode-function, cl-generic-tag-types-function): Use them.
2062
2063 * emacs-lisp/cl-macs.el (cl-defstruct): Minor optimization when include
2064 or print is nil.
2065 (cl-struct-type-p): New function.
2066
2067 * emacs-lisp/cl-generic.el: Add support for cl-next-method-p.
2068 (cl-defmethod): Add edebug spec.
2069 (cl--generic-build-combined-method): Fix call to
2070 cl-no-applicable-method.
2071 (cl--generic-nnm-sample, cl--generic-cnm-sample): New constant.
2072 (cl--generic-isnot-nnm-p): New function.
2073 (cl--generic-lambda): Use it to add support for cl-next-method-p.
2074 (cl-no-next-method, cl-no-applicable-method): Simplify arg list.
2075 (cl-next-method-p): New function.
2076
2077 2015-01-17 Ulrich Müller <ulm@gentoo.org>
2078
2079 * version.el (emacs-repository-get-version): Update docstring.
2080
2081 2015-01-17 Ivan Shmakov <ivan@siamics.net>
2082
2083 * files.el (find-file-other-window, find-file-other-frame):
2084 Use mapc instead of mapcar. (Bug#18175)
2085
2086 * files.el (dir-locals-collect-variables): Use default-directory
2087 in place of the file name while working on non-file buffers, just
2088 like hack-dir-local-variables already does. (Bug#19140)
2089
2090 * textmodes/enriched.el (enriched-encode):
2091 Use inhibit-point-motion-hooks in addition to inhibit-read-only.
2092 (Bug#18246)
2093
2094 * desktop.el (desktop-read): Do not call desktop-clear when no
2095 desktop file is found. (Bug#18371)
2096
2097 * misearch.el (multi-isearch-unload-function): New function.
2098 (misearch-unload-function): New alias. (Bug#19566)
2099
2100 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2101
2102 * emacs-lisp/eieio-core.el (eieio--class-constructor): Rename from
2103 class-constructor, and make it an alias for `identity'.
2104 Update all callers.
2105
2106 * emacs-lisp/eieio.el (eieio-constructor): Handle obsolete object name
2107 argument here (bug#19620)...
2108 (defclass): ...instead of in the constructor here.
2109
2110 2015-01-16 Jorgen Schaefer <contact@jorgenschaefer.de>
2111
2112 * emacs-lisp/package.el (package-archive-priorities):
2113 Specify correct type.
2114
2115 2015-01-17 Ulrich Müller <ulm@gentoo.org>
2116
2117 * version.el (emacs-bzr-version-dirstate, emacs-bzr-version-bzr):
2118 Remove.
2119 (emacs-repository-get-version): Discard the Bazaar case.
2120 * vc/vc-bzr.el (vc-bzr-version-dirstate): Rename from
2121 emacs-bzr-version-dirstate and move from version.el to here.
2122 (vc-bzr-working-revision): Use it.
2123
2124 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2125
2126 * emacs-lisp/eieio-generic.el (call-next-method): Don't bother checking
2127 eieio--scoped-class any more.
2128
2129 * emacs-lisp/eieio-core.el (eieio--scoped-class-stack): Remove var.
2130 (eieio--scoped-class): Remove function.
2131 (eieio--with-scoped-class): Remove macro. Replace uses with `progn'.
2132 (eieio--slot-name-index): Don't check the :protection anymore.
2133 (eieio-initializing-object): Remove var.
2134 (eieio-set-defaults): Don't let-bind eieio-initializing-object.
2135
2136 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2137
2138 Improve handling of doc-strings and describe-function for cl-generic.
2139
2140 * help-mode.el (help-function-def): Add optional arg `type'.
2141
2142 * help-fns.el (find-lisp-object-file-name): Accept any `type' as long
2143 as it's a symbol.
2144 (help-fns-short-filename): New function.
2145 (describe-function-1): Use it. Use autoload-do-load.
2146
2147 * emacs-lisp/find-func.el: Use lexical-binding.
2148 (find-function-regexp): Don't rule out `defgeneric'.
2149 (find-function-regexp-alist): Document new possibility of including
2150 a function instead of a regexp.
2151 (find-function-search-for-symbol): Implement that new possibility.
2152 (find-function-library): Don't assume that `function' is a symbol.
2153 (find-function-do-it): Remove unused var `orig-buf'.
2154
2155 * emacs-lisp/eieio-generic.el (eieio--defalias): Move from eieio-core.
2156 (eieio--defgeneric-init-form): Don't throw away a previous docstring.
2157 (eieio--method-optimize-primary): Don't mess with the docstring.
2158 (defgeneric): Keep the `args' in the docstring.
2159 (defmethod): Don't use the method's docstring for the generic
2160 function's docstring.
2161
2162 * emacs-lisp/eieio-core.el (eieio--defalias): Move to eieio-generic.el.
2163 (eieio-defclass-autoload): Don't record the superclasses any more.
2164 (eieio-defclass-internal): Reuse the old class object if it was just an
2165 autoload stub.
2166 (eieio--class-precedence-list): Load the class if it's autoloaded.
2167
2168 * emacs-lisp/cl-generic.el (cl-generic-ensure-function): It's OK to
2169 override an autoload.
2170 (cl-generic-current-method-specializers): Replace dyn-bind variable
2171 with a lexically-scoped macro.
2172 (cl--generic-lambda): Update accordingly.
2173 (cl-generic-define-method): Record manually in the load-history with
2174 type `cl-defmethod'.
2175 (cl--generic-get-dispatcher): Minor optimization.
2176 (cl--generic-search-method): New function.
2177 (find-function-regexp-alist): Add entry for `cl-defmethod' type.
2178 (cl--generic-search-method): Add hyperlinks for methods. Merge the
2179 specializers and the function's arguments.
2180
2181 2015-01-16 Artur Malabarba <bruce.connor.am@gmail.com>
2182
2183 * emacs-lisp/package.el (package--read-pkg-desc):
2184 New function. Read a `define-package' form in current buffer.
2185 Return the pkg-desc, with desc-kind set to KIND.
2186 (package-dir-info): New function. Find package information for a
2187 directory. The return result is a `package-desc'.
2188 (package-install-from-buffer): Install packages from dired buffer.
2189 (package-install-file): Install packages from directory.
2190 (package-desc-suffix)
2191 (package-install-from-archive)
2192 * emacs-lisp/package-x.el (package-upload-buffer-internal):
2193 Ensure all remaining instances of `package-desc-kind' handle the 'dir
2194 value.
2195
2196 2015-01-16 Jorgen Schaefer <contact@jorgenschaefer.de>
2197
2198 * emacs-lisp/package.el: Provide repository priorities.
2199 (package-archive-priorities): New variable.
2200 (package--add-to-alist): New function.
2201 (package--add-to-archive-contents): Use it.
2202 (package-menu--find-upgrades): Use it as well. Small clean up to
2203 make the use of the package name here explicit.
2204 (package-archive-priority): New function.
2205 (package-desc-priority-version): New function.
2206
2207 2015-01-16 Daniel Colascione <dancol@dancol.org>
2208
2209 * cus-start.el (all): Make `ring-bell-function' customizable.
2210
2211 2015-01-16 Dmitry Gutov <dgutov@yandex.ru>
2212
2213 * vc/vc-svn.el (vc-svn-dir-status-files): Pass t as
2214 vc-svn-after-dir-status's second argument. (Bug#19429)
2215
2216 2015-01-16 Samer Masterson <samer@samertm.com>
2217
2218 * pcomplete.el (pcomplete-parse-arguments): Parse arguments
2219 regardless of pcomplete-cycle-completions's value. (Bug#18950)
2220
2221 2015-01-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2222
2223 * dom.el (dom-strings): New function.
2224
2225 * files.el (directory-files-recursively): Don't use the word
2226 "path" for a file name.
2227
2228 2015-01-15 Wolfgang Jenkner <wjenkner@inode.at>
2229
2230 * calc/calc-units.el (math-units-in-expr-p)
2231 (math-single-units-in-expr-p, math-find-compatible-unit-rec)
2232 (math-extract-units): Handle the `neg' operator. (Bug#19582)
2233
2234 2015-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2235
2236 * emacs-lisp/cl-macs.el (cl--labels-magic): New constant.
2237 (cl--labels-convert): Use it to ask the macro what is its replacement
2238 in the #'f case.
2239
2240 * emacs-lisp/cl-generic.el (cl--generic-build-combined-method):
2241 Return the value of the primary rather than the after method.
2242
2243 * emacs-lisp/eieio-core.el: Provide support for cl-generic.
2244 (eieio--generic-tagcode): New function.
2245 (cl-generic-tagcode-function): Use it.
2246 (eieio--generic-tag-types): New function.
2247 (cl-generic-tag-types-function): Use it.
2248 (eieio-object-p): Tighten up the test.
2249
2250 * emacs-lisp/cl-generic.el (cl-generic-define-method): Fix paren typo.
2251
2252 2015-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2253
2254 * emacs-lisp/cl-generic.el: New file.
2255
2256 * emacs-lisp/cl-macs.el (cl-flet): Allow (FUN EXP) forms.
2257 (cl-load-time-value, cl-labels): Use closures rather than
2258 backquoted lambdas.
2259 (cl-macrolet): Use `eval' to create the function value, and support CL
2260 style arguments in for the defined macros.
2261
2262 2015-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2263
2264 * net/eww.el: Use lexical-binding.
2265 (eww-links-at-point): Remove unused arg.
2266 (eww-mode-map): Inherit from special-mode-map.
2267 (eww-mode): Derive from special-mode. Don't use `setq' on a hook.
2268
2269 2015-01-13 Alan Mackenzie <acm@muc.de>
2270
2271 Allow compilation during loading of CC Mode-derived modes (bug#19206).
2272 * progmodes/cc-bytecomp.el (cc-bytecomp-compiling-or-loading):
2273 New function which walks the stack to discover whether we're compiling
2274 or loading.
2275 (cc-bytecomp-is-compiling): Reformulate, and move towards beginning.
2276 (cc-bytecomp-is-loading): New defsubst.
2277 (cc-bytecomp-setup-environment, cc-bytecomp-restore-environment):
2278 Use the above defsubsts.
2279 (cc-require-when-compile, cc-bytecomp-defvar)
2280 (cc-bytecomp-defun): Simplify conditionals.
2281 * progmodes/cc-defs.el (cc-bytecomp-compiling-or-loading):
2282 "Borrow" this function from cc-bytecomp.el.
2283 (c-get-current-file): Reformulate using the above.
2284 (c-lang-defconst): Prevent duplicate entries of file names in a
2285 symbol's 'source property.
2286 (c-lang-const): Use cc-bytecomp-is-compiling.
2287 * progmodes/cc-langs.el (c-make-init-lang-vars-fun):
2288 Use cc-bytecomp-is-compiling.
2289
2290 2015-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2291
2292 * emacs-lisp/eieio-core.el (eieio-defclass): Fix call to `defclass'
2293 (bug#19552).
2294
2295 2015-01-13 Dmitry Gutov <dgutov@yandex.ru>
2296
2297 * menu-bar.el (menu-bar-goto-menu): Before calling
2298 `xref-marker-stack-empty-p', first check that `xref' is loaded.
2299 (Bug#19554)
2300
2301 2015-01-12 Martin Rudalics <rudalics@gmx.at>
2302
2303 * progmodes/xref.el (xref-marker-stack-empty-p): Add autoload
2304 cookie (Bug#19554).
2305
2306 * frame.el (frame-notice-user-settings): Remove code dealing with
2307 frame-initial-frame-tool-bar-height. Turn off `tool-bar-mode'
2308 only if `window-system-frame-alist' or `default-frame-alist' ask
2309 for it.
2310 (make-frame): Update frame-adjust-size-history if needed.
2311
2312 2015-01-12 Paul Eggert <eggert@cs.ucla.edu>
2313
2314 Have 'make' output better GEN names
2315 * Makefile.in (PHONY_EXTRAS): New macro.
2316 (.PHONY): Depend on it, and on $(lisp)/loaddefs.el, so that the
2317 relevant files' time stamps are ignored.
2318 (custom-deps, $(lisp)/cus-load.el, finder-data)
2319 ($(lisp)/finder-inf.el): Use PHONY_EXTRAS.
2320 (custom-deps, $(lisp)/cus-load.el, finder-data)
2321 ($(lisp)/finder-inf.el, autoloads, $(lisp)/loaddefs.el)
2322 ($(lisp)/subdirs.el, update-subdirs):
2323 Output more-accurate destination names with GEN.
2324
2325 Say "ELC foo.elc" instead of "GEN foo.elc"
2326 * Makefile.in (AM_V_ELC, am__v_ELC_, am__v_ELC_0, am__v_ELC_1):
2327 New macros.
2328 ($(THEFILE)c, .el.elc): Use them.
2329
2330 2015-01-11 Michael Albinus <michael.albinus@gmx.de>
2331
2332 * files.el (directory-files-recursively): Do not include
2333 superfluous remote file names.
2334
2335 2015-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
2336
2337 * net/eww.el (eww): Interpret anything that looks like a protocol
2338 designator as a full URL.
2339
2340 2015-01-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2341
2342 * net/shr.el (shr-urlify): Don't bother the user about
2343 invalidly-encoded display strings.
2344
2345 2015-01-10 Ivan Shmakov <ivan@siamics.net>
2346
2347 * net/shr.el (shr-urlify): Decode URLs before using them as titles
2348 (bug#19555).
2349
2350 2015-01-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2351
2352 * net/eww.el (eww): Always interpret URLs that start with https?:
2353 as plain URLs, even if they have spaces in them (bug#19556).
2354 (eww): Also interpret things like "en.wikipedia.org/wiki/Free
2355 software" as an URL.
2356 (eww): Don't interpret "org/foo" as an URL.
2357 (eww): Clear the title when loading so that we don't display
2358 misleading information.
2359
2360 2015-01-10 Daniel Colascione <dancol@dancol.org>
2361
2362 * vc/vc-hooks.el (vc-prefix-map): Bind vc-delete-file to C-x v x,
2363 by analogy with dired.
2364
2365 2015-01-09 Daniel Colascione <dancol@dancol.org>
2366
2367 * progmodes/js.el (js--function-heading-1-re)
2368 (js--function-prologue-beginning): Parse ES6 generator function
2369 declarations. (That is, "function* name()").
2370
2371 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2372
2373 * emacs-lisp/eieio.el (defclass): Move from eieio-defclass all the code
2374 that creates functions, and most of the sanity checks.
2375 Mark as obsolete the <class>-child-p function.
2376 * emacs-lisp/eieio-core.el (eieio--define-field-accessors): Remove.
2377 (eieio--class, eieio--object): Use cl-defstruct.
2378 (eieio--object-num-slots): Define manually.
2379 (eieio-defclass-autoload): Use eieio--class-make.
2380 (eieio-defclass-internal): Rename from eieio-defclass. Move all the
2381 `(lambda...) definitions and most of the sanity checks to `defclass'.
2382 Mark as obsolete the <class>-list-p function, the <class> variable and
2383 the <initarg> variables. Use pcase-dolist.
2384 (eieio-defclass): New compatibility function.
2385 * emacs-lisp/eieio-opt.el (eieio-build-class-alist)
2386 (eieio-class-speedbar): Don't use eieio-default-superclass var.
2387
2388 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2389
2390 * emacs-lisp/eieio-generic.el: New file.
2391 * emacs-lisp/eieio-core.el: Move all generic function code to
2392 eieio-generic.el.
2393 (eieio--defmethod): Declare.
2394
2395 * emacs-lisp/eieio.el: Require eieio-generic. Move all generic
2396 function code to eieio-generic.el.
2397 * emacs-lisp/eieio-opt.el (eieio-help-generic): Move to
2398 eieio-generic.el.
2399 * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke): Update call
2400 to eieio--generic-call.
2401 * emacs-lisp/eieio-base.el (eieio-instance-inheritor): Don't use
2402 <class>-child type.
2403
2404 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2405
2406 * emacs-lisp/chart.el (chart-add-sequence, chart-bar-quickie):
2407 Don't use <class> as a variable.
2408
2409 * emacs-lisp/eieio.el (same-class-p): Accept class object as well.
2410 (call-next-method): Simplify.
2411 (clone): Obey eieio-backward-compatibility.
2412
2413 * emacs-lisp/eieio-opt.el (eieio-read-generic-p): Remove.
2414 (eieio-read-generic): Use `generic-p' instead.
2415
2416 * emacs-lisp/eieio-core.el (eieio-backward-compatibility): New var.
2417 (eieio-defclass-autoload): Obey it.
2418 (eieio--class-object): Improve error behavior.
2419 (eieio-class-children-fast, same-class-fast-p): Remove. Inline at
2420 every use site.
2421 (eieio--defgeneric-form-primary-only): Rename from
2422 eieio-defgeneric-form-primary-only; update all callers.
2423 (eieio--defgeneric-form-primary-only-one): Rename from
2424 eieio-defgeneric-form-primary-only-one; update all callers.
2425 (eieio-defgeneric-reset-generic-form)
2426 (eieio-defgeneric-reset-generic-form-primary-only)
2427 (eieio-defgeneric-reset-generic-form-primary-only-one): Remove.
2428 (eieio--method-optimize-primary): New function to replace them.
2429 (eieio--defmethod, eieio-defmethod): Use it.
2430 (eieio--perform-slot-validation): Rename from
2431 eieio-perform-slot-validation; update all callers.
2432 (eieio--validate-slot-value): Rename from eieio-validate-slot-value.
2433 Change `class' to be a class object. Update all callers.
2434 (eieio--validate-class-slot-value): Rename from
2435 eieio-validate-class-slot-value. Change `class' to be a class object.
2436 Update all callers.
2437 (eieio-oset-default): Accept class object as well.
2438 (eieio--generic-call-primary-only): Rename from
2439 eieio-generic-call-primary-only. Update all callers.
2440
2441 * emacs-lisp/eieio-base.el (eieio-persistent-validate/fix-slot-value):
2442 Improve error messages.
2443 (eieio-persistent-slot-type-is-class-p): Handle `list-of' types, as
2444 well as user-defined types. Emit errors for legacy types like
2445 <class>-child and <class>-list, if not eieio-backward-compatibility.
2446
2447 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2448
2449 * emacs-lisp/eieio.el (eieio-class-parents): Accept class objects.
2450 (eieio--class-slot-initarg): Rename from class-slot-initarg.
2451 Change `class' arg to be a class object. Update all callers.
2452 (call-next-method): Adjust to new return value of `eieio-generic-form'.
2453 (eieio-default-superclass): Set var to the class object.
2454 (eieio-edebug-prin1-to-string): Fix recursive call for lists.
2455 Change print behavior to affect class objects rather than
2456 class symbols.
2457
2458 * emacs-lisp/eieio-core.el (eieio-class-object): New function.
2459 (eieio-class-parents-fast): Remove macro.
2460 (eieio--class-option-assoc): Rename from class-option-assoc.
2461 Update all callers.
2462 (eieio--class-option): Rename from class-option. Change `class' arg to
2463 be a class object. Update all callers.
2464 (eieio--class-method-invocation-order): Rename from
2465 class-method-invocation-order. Change `class' arg to be a class
2466 object. Update all callers.
2467 (eieio-defclass-autoload, eieio-defclass): Set the `parent' field to
2468 a list of class objects rather than names.
2469 (eieio-defclass): Remove redundant quotes. Use `eieio-oref-default'
2470 for accessors to class allocated slots.
2471 (eieio--perform-slot-validation-for-default): Rename from
2472 eieio-perform-slot-validation-for-default. Update all callers.
2473 (eieio--add-new-slot): Rename from eieio-add-new-slot.
2474 Update all callers. Use push.
2475 (eieio-copy-parents-into-subclass): Adjust to new content of
2476 `parent' field. Use dolist.
2477 (eieio-oref): Remove support for providing a class rather than
2478 an object.
2479 (eieio-oref-default): Prefer class objects over class names.
2480 (eieio--slot-originating-class-p): Rename from
2481 eieio-slot-originating-class-p. Update all callers. Use `or'.
2482 (eieio--slot-name-index): Turn check into assertion.
2483 (eieio--class-slot-name-index): Rename from
2484 eieio-class-slot-name-index. Change `class' arg to be a class object.
2485 Update all callers.
2486 (eieio-attribute-to-initarg): Move to eieio-test-persist.el.
2487 (eieio--c3-candidate): Rename from eieio-c3-candidate.
2488 Update all callers.
2489 (eieio--c3-merge-lists): Rename from eieio-c3-merge-lists.
2490 Update all callers.
2491 (eieio--class-precedence-c3): Rename from eieio-class-precedence-c3.
2492 Update all callers.
2493 (eieio--class-precedence-dfs): Rename from eieio-class-precedence-dfs.
2494 Update all callers.
2495 (eieio--class-precedence-bfs): Rename from eieio-class-precedence-bfs.
2496 Update all callers. Adjust to new `parent' content.
2497 (eieio--class-precedence-list): Rename from -class-precedence-list.
2498 Update all callers.
2499 (eieio-generic-call): Use autoloadp and autoload-do-load.
2500 Slight simplification.
2501 (eieio-generic-call, eieio-generic-call-primary-only): Adjust to new
2502 return value of `eieio-generic-form'.
2503 (eieiomt-add): Index the hashtable with class objects rather than
2504 class names.
2505 (eieio-generic-form): Accept class objects as well.
2506
2507 * emacs-lisp/eieio-base.el (eieio-persistent-convert-list-to-object):
2508 Adjust to new convention for eieio-persistent-validate/fix-slot-value.
2509 (eieio-persistent-validate/fix-slot-value):
2510 Change `class' arg to be a class object. Update all callers.
2511
2512 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2513
2514 * emacs-lisp/eieio.el (child-of-class-p): Make it accept class objects
2515 additionally to class names.
2516
2517 * emacs-lisp/eieio-core.el (eieio--with-scoped-class): Use let-binding.
2518 (object): Remove first (constant) slot; rename second to `class-tag'.
2519 (eieio--object-class-object, eieio--object-class-name): New funs
2520 to replace eieio--object-class.
2521 (eieio--class-object, eieio--class-p): New functions.
2522 (same-class-fast-p): Make it a defsubst, change its implementation
2523 to check the class objects rather than their names.
2524 (eieio-object-p): Rewrite.
2525 (eieio-defclass): Adjust the object initialization according to the new
2526 object layout.
2527 (eieio--scoped-class): Declare it returns a class object (not a class
2528 name any more). Adjust calls accordingly (along with calls to
2529 eieio--with-scoped-class).
2530 (eieio--slot-name-index): Rename from eieio-slot-name-index and change
2531 its class arg to be a class object. Adjust callers accordingly.
2532 (eieio-slot-originating-class-p): Make its start-class arg a class
2533 object. Adjust all callers.
2534 (eieio--initarg-to-attribute): Rename from eieio-initarg-to-attribute.
2535 Make its `class' arg a class object. Adjust all callers.
2536
2537 * emacs-lisp/eieio-base.el (eieio-persistent-validate/fix-slot-value):
2538 Use eieio--slot-name-index rather than eieio-slot-name-index.
2539
2540 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2541
2542 * emacs-lisp/eieio.el (make-instance): Simplify by not adding an object
2543 name argument.
2544 (eieio-object-name): Use eieio-object-name-string.
2545 (eieio--object-names): New const.
2546 (eieio-object-name-string, eieio-object-set-name-string): Re-implement
2547 using a hashtable rather than a built-in slot.
2548 (eieio-constructor): Rename from `constructor'. Remove `newname' arg.
2549 (clone): Don't mess with the object's "name".
2550
2551 * emacs-lisp/eieio-custom.el (eieio-widget-test): Remove dummy arg.
2552 (eieio-object-value-get): Use eieio-object-set-name-string.
2553
2554 * emacs-lisp/eieio-core.el (eieio--defalias): Follow aliases.
2555 (eieio--object): Remove `name' field.
2556 (eieio-defclass): Adjust to new convention where constructors don't
2557 take an "object name" any more.
2558 (eieio--defgeneric-init-form, eieio--defmethod): Follow aliases.
2559 (eieio-validate-slot-value, eieio-oset-default)
2560 (eieio-slot-name-index): Don't hardcode eieio--object-num-slots.
2561 (eieio-generic-call-primary-only): Simplify.
2562
2563 * emacs-lisp/eieio-base.el (clone) <eieio-instance-inheritor>:
2564 Use call-next-method.
2565 (eieio-constructor): Rename from `constructor'.
2566 (eieio-persistent-convert-list-to-object): Drop objname.
2567 (eieio-persistent-validate/fix-slot-value): Don't hardcode
2568 eieio--object-num-slots.
2569 (eieio-named): Use a normal slot.
2570 (slot-missing) <eieio-named>: Remove.
2571 (eieio-object-name-string, eieio-object-set-name-string, clone)
2572 <eieio-named>: New methods.
2573
2574 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2575
2576 * emacs-lisp/eieio-core.el (eieio--class-v): Rename from class-v.
2577 (method-*): Add a "eieio--" prefix to those constants.
2578
2579 * emacs-lisp/eieio.el: Move edebug specs to the corresponding macro.
2580
2581 * emacs-lisp/eieio-speedbar.el: Use lexical-binding.
2582
2583 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
2584
2585 * emacs-lisp/eieio.el (child-of-class-p): Fix case where `class' is
2586 `eieio-default-superclass'.
2587
2588 * emacs-lisp/eieio-datadebug.el: Use lexical-binding.
2589
2590 * emacs-lisp/eieio-custom.el: Use lexical-binding.
2591 (eieio-object-value-to-abstract): Simplify.
2592
2593 * emacs-lisp/eieio-opt.el (eieio-build-class-list): Use cl-mapcan.
2594 (eieio-build-class-alist): Use dolist.
2595 (eieio-all-generic-functions): Adjust to use of hashtables.
2596
2597 * emacs-lisp/eieio-core.el (class): Rename field symbol-obarray to
2598 symbol-hashtable. It contains a hashtable instead of an obarray.
2599 (generic-p): Use symbol property `eieio-method-hashtable' instead of
2600 `eieio-method-obarray'.
2601 (generic-primary-only-p, generic-primary-only-one-p):
2602 Slight optimization.
2603 (eieio-defclass-autoload-map): Use a hashtable instead of an obarray.
2604 (eieio-defclass-autoload, eieio-defclass): Adjust/simplify accordingly.
2605 (eieio-class-un-autoload): Use autoload-do-load.
2606 (eieio-defclass): Use dolist, cl-pushnew, cl-callf.
2607 Use new cl-deftype-satisfies. Adjust to use of hashtables.
2608 Don't hardcode the value of eieio--object-num-slots.
2609 (eieio-defgeneric-form-primary-only-one): Remove `doc-string' arg.
2610 Use a closure rather than a backquoted lambda.
2611 (eieio--defmethod): Adjust call accordingly. Set doc-string via the
2612 function-documentation property.
2613 (eieio-slot-originating-class-p, eieio-slot-name-index)
2614 (eieiomt--optimizing-hashtable, eieiomt-install, eieiomt-add)
2615 (eieio-generic-form): Adjust to use of hashtables.
2616 (eieiomt--sym-optimize): Rename from eieiomt-sym-optimize; take
2617 additional class argument.
2618 (eieio-generic-call-methodname): Remove, unused.
2619
2620 * emacs-lisp/eieio-base.el (eieio-persistent-slot-type-is-class-p):
2621 Prefer \' to $.
2622
2623 2015-01-08 Eli Zaretskii <eliz@gnu.org>
2624
2625 * simple.el (line-move-visual): When converting X pixel coordinate
2626 to temporary-goal-column, adjust the value for right-to-left
2627 screen lines. This fixes vertical-motion, next/prev-line, etc.
2628
2629 2015-01-08 Glenn Morris <rgm@gnu.org>
2630
2631 * files.el (file-tree-walk): Remove; of unknown authorship. (Bug#19325)
2632
2633 2015-01-07 K. Handa <handa@gnu.org>
2634
2635 * international/ccl.el (define-ccl-program): Improve the docstring.
2636
2637 2015-01-06 Sam Steingold <sds@gnu.org>
2638
2639 * shell.el (shell-display-buffer-actions): Remove,
2640 use `display-buffer-alist' instead.
2641
2642 2015-01-05 Dmitry Gutov <dgutov@yandex.ru>
2643
2644 * progmodes/xref.el (xref--insert-xrefs): Add `help-echo' property
2645 to the references.
2646
2647 2015-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
2648
2649 * minibuffer.el (completion-category-defaults): New var.
2650 Set unicode-name to use substring completion.
2651 (completion-category-defaults): Set it to nil.
2652
2653 2015-01-04 Dmitry Gutov <dgutov@yandex.ru>
2654
2655 Add mouse interaction to xref.
2656 * progmodes/xref.el (xref--button-map): New variable.
2657 (xref--mouse-2): New command.
2658 (xref--insert-xrefs): Add `mouse-face' and `keymap' properties to
2659 the inserted references.
2660
2661 2015-01-04 Paul Eggert <eggert@cs.ucla.edu>
2662
2663 Less 'make' chatter for lisp dir
2664 * Makefile.in (THEFILE): Define to be 'no-such-file' by default,
2665 to make it clearer that the caller must specify it.
2666 (compile-onefile): Remove, replacing by ...
2667 ($(THEFILE)c): ... new rule. This lets us use AM_V_GEN here.
2668 ($(THEFILE)c, .el.elc, $(MH_E_DIR)/mh-loaddefs.el)
2669 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
2670 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2671 Use AM_V_GEN to lessen 'make' chatter.
2672 (.el.elc): Omit duplicate comment.
2673
2674 Less 'make' chatter in batch mode
2675 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2676 * emacs-lisp/bytecomp.el (byte-compile-file):
2677 * files.el (save-buffer, basic-save-buffer):
2678 * international/quail.el (quail-update-leim-list-file):
2679 Don't output messages like "Generating ..." in batch mode.
2680
2681 2015-01-04 Dmitry Gutov <dgutov@yandex.ru>
2682
2683 Unbreak `mouse-action' property in text buttons.
2684 * button.el (push-button): Fix regression from 2012-12-06.
2685
2686 2015-01-03 Dmitry Gutov <dgutov@yandex.ru>
2687
2688 * progmodes/xref.el (xref-marker-stack-empty-p): New function.
2689
2690 * menu-bar.el (menu-bar-goto-menu): Use it.
2691
2692 2015-01-03 Dmitry Gutov <dgutov@yandex.ru>
2693
2694 * progmodes/xref.el (xref--window-configuration): New variable.
2695 (xref-show-location-at-point): New command.
2696 (xref--restore-window-configuration): New function.
2697 (xref-next-line, xref-prev-line): Delegate to
2698 `xref-show-location-at-point'.
2699 (xref--location-at-point): Don't signal the error.
2700 (xref-goto-xref): Do that here instead.
2701 (xref--xref-buffer-mode): Add `xref--restore-window-configuration'
2702 to `pre-command-hook'.
2703 (xref--xref-buffer-mode-map): Don't remap `next-line' and
2704 `previous-line'. Additionally bind `xref-next-line' and
2705 `xref-prev-line' to `n' and `p' respectively.
2706 Bind `xref-show-location-at-point' to `C-o'.
2707
2708 2015-01-01 Eli Zaretskii <eliz@gnu.org>
2709
2710 * tool-bar.el (tool-bar-local-item)
2711 (tool-bar-local-item-from-menu): Call force-mode-line-update to
2712 make sure the tool-bar changes show on display.
2713
2714 2015-01-01 Michael Albinus <michael.albinus@gmx.de>
2715
2716 Sync with Tramp 2.2.11.
2717
2718 * net/tramp-compat.el (top): Require cl-macs for Emacs 22.
2719 Make an alias for `default-toplevel-value' if it doesn't exist.
2720
2721 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
2722 Use `tramp-compat-delete-directory'.
2723
2724 * net/trampver.el: Update release number.
2725
2726 2015-01-01 Filipp Gunbin <fgunbin@fastmail.fm>
2727
2728 * autorevert.el (auto-revert-handler): Fix auto-revert-tail-mode
2729 for remote files. (Bug#19449)
2730
2731 2015-01-01 Simen Heggestøyl <simenheg@gmail.com> (tiny change)
2732
2733 * textmodes/css-mode.el (scss-mode): Fix typo (bug#19446).
2734
2735 2014-12-31 Paul Eggert <eggert@cs.ucla.edu>
2736
2737 Less 'make' chatter in lisp directory
2738 * Makefile.in (AM_DEFAULT_VERBOSITY, AM_V_GEN, am__v_GEN_)
2739 (am__v_GEN_0, am__v_GEN_1): New macros, from ../src/Makefile.in.
2740 (custom-deps, finder-data, autoloads, update-subdirs): Use them.
2741
2742 2014-12-31 Filipp Gunbin <fgunbin@fastmail.fm>
2743
2744 * info.el (info-display-manual): Limit the completion alternatives
2745 to currently visited manuals if prefix argument is non-nil.
2746
2747 2014-12-30 Paul Eggert <eggert@cs.ucla.edu>
2748
2749 * Makefile.in (semantic): Simplify.
2750
2751 2014-12-30 Juri Linkov <juri@linkov.net>
2752
2753 * net/eww.el (eww-isearch-next-buffer): New function.
2754 (eww-mode): Set multi-isearch-next-buffer-function to it.
2755
2756 2014-12-30 Dmitry Gutov <dgutov@yandex.ru>
2757
2758 * progmodes/xref.el (xref-find-definitions): Mention "no
2759 identifier at point" case in the docstring.
2760
2761 * menu-bar.el (menu-bar-goto-uses-etags-p): New function.
2762 (menu-bar-goto-menu): Use it to show or hide the `set-tags-name'
2763 and `separator-tag-file' items.
2764
2765 2014-12-29 Paul Eggert <eggert@cs.ucla.edu>
2766
2767 * obsolete/pc-select.el (pc-selection-mode): Use system-type.
2768 This is instead of system-name, which is both wrong here and obsolete.
2769 * desktop.el (desktop-save-frameset):
2770 * dnd.el (dnd-get-local-file-uri):
2771 * nxml/rng-uri.el (rng-uri-file-name-1):
2772 Prefer (system-name) to system-name, and avoid naming
2773 locals 'system-name'.
2774 * startup.el (system-name): Now an obsolete variable. (Bug#19438)
2775
2776 2014-12-29 Dmitry Gutov <dgutov@yandex.ru>
2777
2778 * menu-bar.el (menu-bar-next-tag-other-window)
2779 (menu-bar-next-tag): Remove.
2780
2781 2014-12-29 K. Handa <handa@gnu.org>
2782
2783 * international/mule.el (make-translation-table-from-alist):
2784 Accept nil or zero-length vector for FROM and TO.
2785
2786 2014-12-29 Lars Ingebrigtsen <larsi@gnus.org>
2787
2788 * net/eww.el (eww-mode): Truncate overlong lines for prettier
2789 display when resizing.
2790
2791 * net/shr.el (shr-width): Default to using the window width when
2792 rendering.
2793
2794 2014-12-29 Dmitry Gutov <dgutov@yandex.ru>
2795
2796 Unbreak jumping to an alias's definition.
2797 * emacs-lisp/find-func.el (find-function-library): Return a pair
2798 (ORIG-FUNCTION . LIBRARY) instead of just its second element.
2799 (find-function-noselect): Use it.
2800 * progmodes/elisp-mode.el (elisp--xref-identifier-file): Rename to
2801 `elisp--xref-identifier-location', incorporate logic from
2802 `elisp--xref-find-definitions', use the changed
2803 `find-function-library' return value.
2804
2805 2014-12-29 Juri Linkov <juri@linkov.net>
2806
2807 * comint.el (comint-history-isearch-message): Use field-beginning
2808 instead of comint-line-beginning-position - that's more fixes for
2809 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html
2810 (comint-history-isearch-message): Fix args of isearch-message-prefix.
2811
2812 2014-12-29 Juri Linkov <juri@linkov.net>
2813
2814 * vc/vc-dir.el (vc-dir-display-file): New command (bug#19450).
2815 (vc-dir-mode-map): Bind it to "\C-o".
2816 (vc-dir-menu-map): Add it to menu.
2817
2818 2014-12-29 Dmitry Gutov <dgutov@yandex.ru>
2819
2820 * progmodes/etags.el (find-tag-other-window)
2821 (find-tag-other-frame, find-tag-regexp, tags-loop-continue)
2822 (tags-apropos): Declare obsolete.
2823
2824 * menu-bar.el (menu-bar-goto-menu): Replace all but one etags item
2825 with xref ones.
2826
2827 2014-12-28 Eli Zaretskii <eliz@gnu.org>
2828
2829 * international/mule.el (define-coding-system): Fix typos in the
2830 doc string.
2831
2832 2014-12-28 Kenichi Handa <handa@gnu.org>
2833
2834 * international/mule.el (define-coding-system): Improve the doc
2835 string.
2836
2837 2014-12-28 Ivan Shmakov <ivan@siamics.net>
2838
2839 * net/shr.el (shr-tag-table): Fix handling of tbody/header/footer
2840 elements in tables (bug#19444).
2841
2842 * net/eww.el (eww-handle-link): Fix typo in "up" rel handling
2843 (bug#19445).
2844
2845 2014-12-28 Juri Linkov <juri@linkov.net>
2846
2847 * vc/compare-w.el: Require diff-mode for diff faces.
2848 (compare-windows-removed, compare-windows-added): New faces
2849 inheriting from diff faces.
2850 (compare-windows): Define obsolete face alias.
2851 (compare-windows-highlight): Replace face `compare-windows' with
2852 new faces `compare-windows-added' and `compare-windows-removed'
2853 (bug#19451).
2854 (compare-windows-get-recent-window): Signal an error when
2855 no other window is found (bug#19170).
2856
2857 2014-12-27 Dmitry Gutov <dgutov@yandex.ru>
2858
2859 * progmodes/elisp-mode.el (elisp--xref-identifier-file):
2860 Skip features that have no sources.
2861
2862 * simple.el (execute-extended-command):
2863 When `suggest-key-bindings' is nil, don't.
2864
2865 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
2866
2867 python.el: Native readline completion.
2868 * progmodes/python.el (python-shell-completion-native-disabled-interpreters)
2869 (python-shell-completion-native-enable)
2870 (python-shell-completion-native-output-timeout): New defcustoms.
2871 (python-shell-completion-native-interpreter-disabled-p)
2872 (python-shell-completion-native-try)
2873 (python-shell-completion-native-setup)
2874 (python-shell-completion-native-turn-off)
2875 (python-shell-completion-native-turn-on)
2876 (python-shell-completion-native-turn-on-maybe)
2877 (python-shell-completion-native-turn-on-maybe-with-msg)
2878 (python-shell-completion-native-toggle): New functions.
2879 (python-shell-completion-native-get-completions): New function.
2880 (python-shell-completion-at-point): Use it.
2881
2882 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
2883
2884 python.el: Enhance shell user interaction and deprecate
2885 python-shell-get-or-create-process.
2886 * progmodes/python.el (python-shell-get-process-or-error):
2887 New function.
2888 (python-shell-with-shell-buffer): Use it.
2889 (python-shell-send-string, python-shell-send-region)
2890 (python-shell-send-buffer, python-shell-send-defun)
2891 (python-shell-send-file, python-shell-switch-to-shell): Use it.
2892 Add argument MSG to display user-friendly message when no process
2893 is running.
2894 (python-shell-switch-to-shell): Call pop-to-buffer with NORECORD.
2895 (python-shell-make-comint): Rename argument SHOW from POP.
2896 Use display-buffer instead of pop-to-buffer.
2897 (run-python): Doc fix. Return process.
2898 (python-shell-get-or-create-process): Make obsolete.
2899
2900 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
2901
2902 * progmodes/python.el (python-shell-buffer-substring):
2903 Handle cornercase when region sent starts at point-min.
2904
2905 2014-12-27 Eli Zaretskii <eliz@gnu.org>
2906
2907 * language/misc-lang.el (composition-function-table): Add Syriac
2908 characters and also ZWJ/ZWNJ.
2909 See http://lists.gnu.org/archive/html/help-gnu-emacs/2014-12/msg00248.html
2910 for the details.
2911
2912 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
2913
2914 python.el: Fix message when sending region.
2915 * progmodes/python.el (python-shell-send-region): Rename argument
2916 send-main from nomain. Fix message.
2917 (python-shell-send-buffer): Rename argument send-main from arg.
2918
2919 python.el: Cleanup temp files even with eval errors.
2920 * progmodes/python.el (python-shell-send-file): Make file-name
2921 mandatory. Fix temp file removal in the majority of cases.
2922
2923 python.el: Handle file encoding for shell.
2924 * progmodes/python.el (python-rx-constituents): Add coding-cookie.
2925 (python-shell--save-temp-file): Write file with proper encoding.
2926 (python-shell-buffer-substring): Add coding cookie for detected
2927 encoding to generated content. Fix blank lines when removing
2928 if-name-main block.
2929 (python-shell-send-file): Handle file encoding.
2930 (python-info-encoding-from-cookie)
2931 (python-info-encoding): New functions.
2932
2933 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
2934
2935 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
2936 Use `tramp-rsh-end-of-line', it ought to be more robust.
2937
2938 2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2939
2940 * progmodes/js.el (js-syntax-propertize): "return" can't be divided
2941 (bug#19397).
2942
2943 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
2944
2945 * net/tramp.el (tramp-read-passwd): Ignore errors from `auth-source-*'.
2946
2947 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Use "\n"
2948 as end-of-line delimeter for passwords, when running on MS Windows.
2949
2950 2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2951
2952 * progmodes/sh-script.el (sh-set-shell): Don't change the global value
2953 of indent-line-function (bug#19433).
2954
2955 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
2956
2957 Fix line numbers on Python shell.
2958 * progmodes/python.el (python-shell--save-temp-file): Do not
2959 append coding cookie.
2960 (python-shell-send-string): Generalize for
2961 python-shell-send-region.
2962 (python--use-fake-loc): Delete var.
2963 (python-shell-buffer-substring): Cleanup fake-loc logic.
2964 (python-shell-send-region): Remove fake-loc logic, simplify.
2965
2966 2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
2967
2968 * progmodes/python.el (python-indent-post-self-insert-function):
2969 Make colon to re-indent only for dedenters, handling
2970 multiline-statements gracefully.
2971
2972 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
2973
2974 * net/tramp.el (tramp-handle-insert-file-contents):
2975 Set `find-file-not-found-functions' in case of errors. (Bug#18623)
2976
2977 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
2978
2979 * net/tramp-sh.el (tramp-send-command-and-read): New optional
2980 arg MARKER.
2981 (tramp-get-remote-path): Use it.
2982
2983 2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2984
2985 * subr.el (redisplay-dont-pause): Mark as obsolete.
2986
2987 2014-12-27 Michael Albinus <michael.albinus@gmx.de>
2988
2989 * net/tramp.el (tramp-error-with-buffer): Call `message' properly.
2990 (tramp-accept-process-output): Use nil as argument for
2991 `accept-process-output', when there is a gateway prepended.
2992
2993 * net/tramp-gw.el (tramp-gw-open-connection): Suppress traces in
2994 wrong debug buffer.
2995 (tramp-gw-open-connection): Set process coding system 'binary.
2996 (tramp-gw-open-network-stream): Handle HTTP error 403.
2997
2998 * net/tramp-sh.el (tramp-compute-multi-hops): Suppress traces in
2999 wrong debug buffer.
3000 (tramp-maybe-open-connection): Set connection property "gateway".
3001
3002 2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3003
3004 * subr.el (sit-for): Tweak docstring (bug#19381).
3005
3006 2014-12-27 Dmitry Gutov <dgutov@yandex.ru>
3007
3008 * vc/vc-git.el (vc-git-after-dir-status-stage): Move `up-to-date'
3009 stage to after `diff-index' (bug#19386).
3010
3011 2014-12-27 João Távora <joaotavora@gmail.com>
3012
3013 * textmodes/tex-mode.el (tex-insert-quote): Consider and respect
3014 `electric-pair-mode' (bug#19356).
3015
3016 2014-12-27 Dmitry Gutov <dgutov@yandex.ru>
3017
3018 elisp-xref-find: Don't create buffers eagerly.
3019
3020 * progmodes/elisp-mode.el (elisp--identifier-location): Fold back
3021 into `elisp--company-location'.
3022 (elisp--identifier-completion-table): Rename to
3023 `elisp--identifier-completion-table', and do not include just any
3024 symbols with a property list.
3025 (elisp-completion-at-point): Revert the 2014-12-25 change.
3026 (elisp--xref-identifier-file): New function.
3027 (elisp--xref-find-definitions): Use it.
3028
3029 * emacs-lisp/find-func.el (find-function-library): New function,
3030 extracted from `find-function-noselect'.
3031
3032 * progmodes/xref.el (xref-elisp-location): New class.
3033 (xref-make-elisp-location): New function.
3034 (xref-location-marker): New implementation.
3035
3036 2014-12-27 Juri Linkov <juri@linkov.net>
3037
3038 * minibuffer.el (minibuffer-completion-help):
3039 Use shrink-window-if-larger-than-buffer in window-height
3040 when temp-buffer-resize-mode is nil.
3041
3042 * window.el (with-displayed-buffer-window): Remove window-height
3043 from the action alist in the temp-buffer-window-show call
3044 when window-height is handled explicitly afterwards (bug#19355).
3045
3046 2014-12-27 Juri Linkov <juri@linkov.net>
3047
3048 Support subdirectories when saving places in dired.
3049 * saveplace.el (toggle-save-place, save-place-to-alist)
3050 (save-places-to-alist, save-place-dired-hook):
3051 Use dired-current-directory instead of dired-directory (bug#19436).
3052 (save-place-dired-hook): Add check for alist to make the new
3053 format future-proof to allow other possible formats.
3054
3055 2014-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
3056
3057 python.el: Generate clearer shell buffer names.
3058 * progmodes/python.el (python-shell-get-process-name)
3059 (python-shell-internal-get-process-name): Use `buffer-name`.
3060 (python-shell-internal-get-or-create-process): Simplify.
3061
3062 2014-12-26 Dmitry Gutov <dgutov@yandex.ru>
3063
3064 Add basic xref apropos implementation to elisp-mode.
3065
3066 * progmodes/elisp-mode.el (elisp--xref-find-definitions):
3067 Filter out nil results.
3068 (elisp--xref-find-apropos): New function.
3069 (elisp-xref-find): Use it.
3070
3071 * progmodes/xref.el (xref--show-xrefs): Use `user-error'.
3072
3073 2014-12-25 Filipp Gunbin <fgunbin@fastmail.fm>
3074
3075 * dired-aux.el (dired-maybe-insert-subdir):
3076 Make dired-maybe-insert-subdir always skip trivial files.
3077
3078 2014-12-25 Helmut Eller <eller.helmut@gmail.com>
3079 Dmitry Gutov <dgutov@yandex.ru>
3080
3081 Consolidate cross-referencing commands.
3082
3083 Move autoloaded bindings for `M-.', `M-,', `C-x 4 .' and
3084 `C-x 5 .' from etags.el to xref.el.
3085
3086 * progmodes/xref.el: New file.
3087
3088 * progmodes/elisp-mode.el (elisp--identifier-types): New variable.
3089 (elisp--identifier-location): New function, extracted from
3090 `elisp--company-location'.
3091 (elisp--company-location): Use it.
3092 (elisp--identifier-completion-table): New variable.
3093 (elisp-completion-at-point): Use it.
3094 (emacs-lisp-mode): Set the local values of `xref-find-function'
3095 and `xref-identifier-completion-table-function'.
3096 (elisp-xref-find, elisp--xref-find-definitions)
3097 (elisp--xref-identifier-completion-table): New functions.
3098
3099 * progmodes/etags.el (find-tag-marker-ring): Mark obsolete in
3100 favor of `xref--marker-ring'.
3101 (tags-lazy-completion-table): Autoload.
3102 (tags-reset-tags-tables): Use `xref-clear-marker-stack'.
3103 (find-tag-noselect): Use `xref-push-marker-stack'.
3104 (pop-tag-mark): Make an alias for `xref-pop-marker-stack'.
3105 (etags--xref-limit): New constant.
3106 (etags-xref-find, etags--xref-find-definitions): New functions.
3107
3108 2014-12-25 Martin Rudalics <rudalics@gmx.at>
3109
3110 * cus-start.el (resize-mini-windows): Make it customizable.
3111
3112 2014-12-24 Stephen Leake <stephen_leake@stephe-leake.org>
3113
3114 * startup.el (fancy-about-text): Change buttons for etc/CONTRIBUTE
3115 to (info "(emacs)Contributing"). (Bug#19299)
3116
3117 2014-12-24 Martin Rudalics <rudalics@gmx.at>
3118
3119 * window.el (mouse-autoselect-window-position-1): New variable.
3120 (mouse-autoselect-window-cancel)
3121 (mouse-autoselect-window-select, handle-select-window):
3122 With delayed autoselection select window only if mouse moves after
3123 selecting its frame.
3124
3125 2014-12-24 Michael Albinus <michael.albinus@gmx.de>
3126
3127 * eshell/esh-ext.el (eshell-find-interpreter): Expand relative
3128 remote file names. (Bug#18782)
3129
3130 2014-12-23 Sam Steingold <sds@gnu.org>
3131
3132 * shell.el (shell-display-buffer-actions): New user option.
3133 (shell): Pass it to `pop-to-buffer' instead of hard-coding
3134 `pop-to-buffer-same-window'.
3135
3136 2014-12-23 Stefan Monnier <monnier@iro.umontreal.ca>
3137
3138 * progmodes/js.el (js--syntax-propertize-regexp-syntax-table): New var.
3139 (js-syntax-propertize-regexp): Use it to recognize "slash in
3140 a character class" (bug#19397).
3141
3142 2014-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3143
3144 * completion.el: Use post-self-insert-hook (bug#19400).
3145 (completion-separator-self-insert-command)
3146 (completion-separator-self-insert-autofilling): Remove.
3147 (completion-separator-chars): New var.
3148 (completion-c-mode-hook, completion-setup-fortran-mode): Use it instead
3149 of changing the keymap.
3150 (completion--post-self-insert): New function.
3151 (dynamic-completion-mode): Use it instead of rebinding keys.
3152 (cmpl--completion-string): Rename from completion-string.
3153 (add-completion-to-head, delete-completion): Let-bind it explicitly.
3154
3155 2014-12-22 Bozhidar Batsov <bozhidar@batsov.com>
3156
3157 * progmodes/ruby-mode.el (ruby--string-region): Simplify code
3158 by leveraging `syntax-ppss'.
3159
3160 2014-12-22 Artur Malabarba <bruce.connor.am@gmail.com>
3161
3162 * let-alist.el (let-alist): Use `make-symbol' instead of `gensym'.
3163
3164 2014-12-20 Michael Albinus <michael.albinus@gmx.de>
3165
3166 * net/tramp-sh.el (tramp-histfile-override): Add :version.
3167
3168 2014-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3169
3170 * net/tramp-sh.el (tramp-histfile-override): Clarify docstring.
3171
3172 2014-12-19 Artur Malabarba <bruce.connor.am@gmail.com>
3173
3174 * let-alist.el (let-alist): Enable access to deeper alists by
3175 using dots inside the dotted symbols.
3176
3177 2014-12-19 Alan Mackenzie <acm@muc.de>
3178
3179 Make C++11 uniform init syntax work.
3180 New keywords "final" and "override".
3181 * progmodes/cc-engine.el (c-back-over-member-initializer-braces):
3182 New function.
3183 (c-guess-basic-syntax): Set `containing-sex' and `lim' using the
3184 new function.
3185 * progmodes/cc-fonts.el (c-font-lock-declarations): Check more
3186 carefully for "are we at a declarator?" using
3187 c-back-over-member-initializers.
3188 * progmodes/cc-langs.el (c-type-modifier-kwds): Include "final"
3189 and "override" in the C++ value.
3190
3191 2014-12-19 Martin Rudalics <rudalics@gmx.at>
3192
3193 * textmodes/ispell.el (ispell-command-loop): Don't use `next-window'.
3194
3195 2014-12-21 Lars Ingebrigtsen <larsi@gnus.org>
3196
3197 * net/nsm.el (nsm-save-host): Don't save the host name twice
3198 (bug#19269).
3199
3200 2014-12-18 Sam Steingold <sds@gnu.org>
3201
3202 Keyboard interface (C-f10) to `mouse-buffer-menu' (C-down-mouse-1).
3203 * mouse.el (mouse-buffer-menu-map): Extract from `mouse-buffer-menu'.
3204 (mouse-buffer-menu): Use `mouse-buffer-menu-map'.
3205 * menu-bar.el (menu-bar-buffer-vector): Extract from
3206 `menu-bar-update-buffers'.
3207 (menu-bar-update-buffers): Use `menu-bar-buffer-vector'.
3208 (buffer-menu-open): New user command, bound globally to C-f10,
3209 provides a keyboard interface to `mouse-buffer-menu' (C-down-mouse-1).
3210 (mouse-buffer-menu-keymap): Use `menu-bar-buffer-vector' to
3211 convert the value returned by `mouse-buffer-menu-map' to a list
3212 acceptable to `popup-menu' for `buffer-menu-open'.
3213
3214 2014-12-18 Artur Malabarba <bruce.connor.am@gmail.com>
3215
3216 * let-alist.el (let-alist): Evaluate the `alist' argument only once.
3217
3218 2014-12-18 Sam Steingold <sds@gnu.org>
3219
3220 * emacs-lisp/package.el: Avoid compilation warning by declaring
3221 the `find-library-name' function.
3222 (package-activate-1): Fix the `with-demoted-errors' calls:
3223 the first argument must be a string literal.
3224
3225 2014-12-18 Martin Rudalics <rudalics@gmx.at>
3226
3227 Add code for "preserving" window sizes.
3228 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
3229 `preserve-size' t.
3230 (dired-mark-pop-up): Preserve size of window showing marked files.
3231 * electric.el (Electric-pop-up-window):
3232 * help.el (resize-temp-buffer-window): Call fit-window-to-buffer
3233 with `preserve-size' t.
3234 * minibuffer.el (minibuffer-completion-help):
3235 Use `resize-temp-buffer-window' instead of `fit-window-to-buffer'
3236 (Bug#19355). Preserve size of completions window.
3237 * register.el (register-preview): Preserve size of register
3238 preview window.
3239 * tmm.el (tmm-add-prompt): Call fit-window-to-buffer
3240 with `preserve-size' t (Bug#1291).
3241 * window.el (with-displayed-buffer-window): Add calls to
3242 `window-preserve-size'.
3243 (window-min-pixel-size, window--preservable-size)
3244 (window-preserve-size, window-preserved-size)
3245 (window--preserve-size, window--min-size-ignore-p): New functions.
3246 (window-min-size, window-min-delta, window--resizable)
3247 (window--resize-this-window, split-window-below)
3248 (split-window-right): Amend doc-string.
3249 (window--min-size-1, window-sizable, window--size-fixed-1)
3250 (window-size-fixed-p, window--min-delta-1)
3251 (frame-windows-min-size, window--max-delta-1, window-resize)
3252 (window--resize-child-windows, window--resize-siblings)
3253 (enlarge-window, shrink-window, split-window): Handle preserving
3254 window sizes.
3255 (adjust-window-trailing-edge): Handle preserving window
3256 sizes. Signal user-error instead of an error when there's no
3257 window above or below.
3258 (window--state-put-2): Handle horizontal scroll bars.
3259 (window--display-buffer): Call `preserve-size' if asked for.
3260 (display-buffer): Mention `preserve-size' alist member in doc-string.
3261 (fit-window-to-buffer): New argument PRESERVE-SIZE.
3262 * textmodes/ispell.el (ispell-command-loop): Suppress horizontal
3263 scroll bar on ispell's windows. Don't count window lines and
3264 don't deal with dedicated windows.
3265 (ispell-show-choices, ispell-help): Let `ispell-display-buffer'
3266 do the window handling.
3267 (ispell-adjusted-window-height, ispell-overlay-window): Remove.
3268 (ispell-display-buffer): New function to reuse, create and fit
3269 window to ispell's buffers. (Bug#3413)
3270
3271 2014-12-18 Dmitry Gutov <dgutov@yandex.ru>
3272
3273 * emacs-lisp/package.el (package-activate): Do not re-activate or
3274 reload the dependencies (bug#19390).
3275
3276 2014-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3277
3278 * progmodes/cc-cmds.el (c-subword-mode): Alias to subword-mode.
3279 (c-update-modeline):
3280 * progmodes/cc-langs.el (c-mode-menu): Use c-subword-mode.
3281 * progmodes/cc-mode.el (subword-mode): Move autoload to cc-cmds.el.
3282 (c-mode-base-map): Use c-subword-mode.
3283
3284 2014-12-18 Eli Zaretskii <eliz@gnu.org>
3285
3286 * international/mule-diag.el (describe-font-internal):
3287 Display additional info returned by font-info.
3288
3289 * linum.el (linum--face-width): Rename from linum--face-height,
3290 and use the new functionality of font-info.
3291 (linum-update-window): Use linum--face-width and frame-char-width,
3292 instead of approximating with height.
3293
3294 2014-12-18 Dmitry Gutov <dgutov@yandex.ru>
3295
3296 * vc/vc-svn.el (vc-svn-dir-status-files): Revert the 2014-12-02
3297 change (bug#19387). Use `apply' on `vc-dir-command' (bug#19405).
3298
3299 * emacs-lisp/package.el (package-activate-1): Add RELOAD argument
3300 and a docstring.
3301 (package-activate): Call itself on dependencies on PACKAGE with
3302 the same FORCE argument. Pass FORCE as RELOAD into
3303 `package-activate-1' (bug#19390).
3304
3305 2014-12-17 Sam Steingold <sds@gnu.org>
3306
3307 * emacs-lisp/package.el (package--list-loaded-files):
3308 Handle `(nil ...)' elements in `load-history'.
3309
3310 2014-12-17 Teodor Zlatanov <tzz@lifelogs.com>
3311
3312 * net/tramp-sh.el (tramp-histfile-override): New variable.
3313 (tramp-open-shell, tramp-maybe-open-connection): Use it.
3314
3315 2014-12-17 Dmitry Gutov <dgutov@yandex.ru>
3316
3317 * vc/vc.el: Improve `dir-status-files' description.
3318
3319 * emacs-lisp/package.el (package--list-loaded-files): Don't call
3320 file-truename on load-history elements (bug#19390).
3321
3322 2014-12-16 Nicolas Petton <petton.nicolas@gmail.com>
3323
3324 * emacs-lisp/seq.el: New file.
3325
3326 2014-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3327
3328 * jit-lock.el (jit-lock-function): Don't defer if jit-lock-defer-time
3329 is 0 and there is no input pending.
3330
3331 2014-12-15 Juri Linkov <juri@linkov.net>
3332
3333 * replace.el (query-replace-read-from): Use query-replace-compile-replacement
3334 only on the return value (bug#19383).
3335
3336 2014-12-15 Juri Linkov <juri@linkov.net>
3337
3338 * isearch.el (isearch-lazy-highlight-search): Extend the bound of
3339 the wrapped search by the length of the search string to be able
3340 to lazy-highlight the whole search string at point (bug#19353).
3341
3342 2014-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3343
3344 * net/shr.el (shr-fold-text): Don't bug out on zero-length text.
3345
3346 2014-12-14 Alan Mackenzie <acm@muc.de>
3347
3348 * cus-start.el (all): Add fast-but-imprecise-scrolling.
3349
3350 2014-12-14 Artur Malabarba <bruce.connor.am@gmail.com>
3351
3352 * let-alist.el: Add lexical binding.
3353
3354 2014-12-14 Steve Purcell <steve@sanityinc.com> (tiny change)
3355
3356 * emacs-lisp/package.el (package-menu-mode): Use an extra column
3357 for the "Version" column, to accomodate date-and-time-based versions.
3358
3359 2014-12-14 Cameron Desautels <camdez@gmail.com>
3360
3361 * cus-edit.el (custom-unsaved-options): New function, extracted
3362 from `customize-unsaved'.
3363 (custom-unsaved): Use it.
3364 (custom-prompt-customize-unsaved-options): New function.
3365 (Bug#19328)
3366
3367 2014-12-14 Dmitry Gutov <dgutov@yandex.ru>
3368
3369 * fringe.el (fringe-bitmap-p): Fix 2014-12-05 breakage.
3370
3371 2014-12-14 Dmitry Gutov <dgutov@yandex.ru>
3372
3373 Move ASYNC argument to the `diff' VC command to the fifth
3374 position, for better compatibility with existing third-party code,
3375 and document it.
3376
3377 * vc/vc.el (vc-diff-internal): Pass `async' argument to the
3378 backend `diff' command in the last position.
3379
3380 * vc/vc-svn.el (vc-svn-diff):
3381 * vc/vc-src.el (vc-src-diff):
3382 * vc/vc-sccs.el (vc-sccs-diff):
3383 * vc/vc-rcs.el (vc-rcs-diff):
3384 * vc/vc-mtn.el (vc-mtn-diff):
3385 * vc/vc-hg.el (vc-hg-diff):
3386 * vc/vc-git.el (vc-git-diff):
3387 * vc/vc-dav.el (vc-dav-diff):
3388 * vc/vc-cvs.el (vc-cvs-diff):
3389 * vc/vc-bzr.el (vc-bzr-diff):
3390 * obsolete/vc-arch.el (vc-arch-diff): Move ASYNC argument to the end.
3391
3392 2014-12-14 Paul Eggert <eggert@cs.ucla.edu>
3393
3394 * emacs-lisp/cconv.el (cconv--analyze-use):
3395 Rename from cconv--analyse-use.
3396 (cconv--analyze-function): Rename from cconv--analyse-function.
3397 (cconv-analyze-form): Rename from cconv-analyse-form.
3398
3399 2014-12-13 Andreas Schwab <schwab@linux-m68k.org>
3400
3401 * net/shr.el (shr-next-link): Don't error out at eob.
3402
3403 2014-12-05 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3404
3405 * isearch.el (isearch-open-necessary-overlays): Open overlay
3406 ending at point (bug#19333).
3407
3408 2014-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
3409
3410 * net/shr.el (shr-fold-text): New function.
3411 (shr-show-alt-text, shr-urlify, shr-tag-img): Use it to fold long
3412 alt/title texts.
3413 (shr-fold-text): Inhibit state from being altered.
3414
3415 * files.el (directory-files-recursively): Really check whether
3416 files are symlinks.
3417 (directory-name-p): New function.
3418 (directory-files-recursively): Use it.
3419
3420 2014-12-13 Artur Malabarba <bruce.connor.am@gmail.com>
3421
3422 * emacs-lisp/package.el (package--list-loaded-files): New function
3423 to list files in a given directory which correspond to already
3424 loaded files.
3425 (package-activate-1): Reload files given by `package--list-loaded-files'.
3426 Fix bug#10125, bug#18443, and bug#18448.
3427
3428 2014-12-13 Eric S. Raymond <esr@snark.thyrsus.com>
3429
3430 * vc/vc-svn.el (vc-svn-diff): Fix bug #19312.
3431
3432 2014-12-13 Michael Albinus <michael.albinus@gmx.de>
3433
3434 * simple.el (password-word-equivalents): Add "passcode", used for
3435 numeric secrets like PINs or RSA tokens.
3436
3437 2014-12-13 Michael Albinus <michael.albinus@gmx.de>
3438
3439 * net/tramp-sh.el (tramp-get-remote-path): Use a login shell in
3440 order to determine `tramp-own-remote-path'.
3441
3442 2014-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
3443
3444 * progmodes/python.el (python-shell-parse-command):
3445 Quote `python-shell-interpreter`. (Bug#19289)
3446
3447 2014-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3448
3449 * progmodes/python.el (python-indent-line): Use `noindent' in strings.
3450 (python-indent-levels): Document extra value.
3451 (python-indent-calculate-indentation): Return `noindent' in strings.
3452 (python-indent-post-self-insert-function)
3453 (python-indent-calculate-levels): Handle new value.
3454
3455 2014-12-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3456
3457 * net/network-stream.el (network-stream-open-starttls): No need to
3458 check for the availability of `gnutls-available-p'.
3459
3460 * files.el (directory-files-recursively): Don't follow symlinks to
3461 other directories.
3462
3463 2014-12-12 Eric S. Raymond <esr@snark.thyrsus.com>
3464
3465 * vc/vc-dav.el, vc/vc-git.el, vc/vc-hg.el, vc/vc-src.el:
3466 * vc/vc.el: latest-on-branch-p is no longer a public method.
3467
3468 * vc/vc.el, vc/vc-hg.el, vc/vc-git.el, vc/vc-hooks.el:
3469 * vc/vc-mtn.el, vc/vc-rcs.el, vc/vc-sccs.el, vc/vc-src.el:
3470 Remove `rollback' method, to be replaced in the future by uncommit.
3471
3472 2014-12-11 Michael Albinus <michael.albinus@gmx.de>
3473
3474 * vc/vc-hg.el (vc-hg-state): Make FILE absolute. Handle the case
3475 that there is empty output.
3476
3477 2014-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
3478
3479 * emacs-lisp/eldoc.el (eldoc-documentation-function): Change default.
3480 (eldoc-mode, eldoc-schedule-timer): Adjust to new default.
3481
3482 2014-12-10 Artur Malabarba <bruce.connor.am@gmail.com>
3483
3484 * let-alist.el: Add new package and macro.
3485
3486 2014-12-10 Eric S. Raymond <esr@snark.thyrsus.com>
3487
3488 * vc/vc-dispatcher.el, vc/vc-hooks.el, vc/vc-rcs.el:
3489 * vc/vc-sccs.el, vc/vc.el: Righteous featurectomy of vc-keep-workfiles,
3490 it's a shoot-self-in-foot archaism. Workfiles are always kept.
3491
3492 2014-12-10 Rasmus Pank Roulund <emacs@pank.eu>
3493
3494 * net/ange-ftp.el (ange-ftp-switches-ok): Disallow flags causing
3495 trouble with ls over ftp. These flags result in ls returning no
3496 output, causing Tramp-breakage. (bug#19192)
3497
3498 2014-12-10 Andreas Schwab <schwab@suse.de>
3499
3500 * files.el (file-tree-walk): Use file-name-as-directory unconditionally.
3501
3502 2014-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3503
3504 * files.el (directory-files-recursively):
3505 Use `file-name-all-completions' instead of `directory-files' for
3506 greater speed.
3507
3508 * net/shr.el (shr-tag-object): Don't bug out on text elements in
3509 <object>.
3510
3511 2014-12-09 Bozhidar Batsov <bozhidar@batsov.com>
3512
3513 * progmodes/ruby-mode.el (auto-mode-alist): Add .rabl, Berksfile
3514 and Puppetfile.
3515 (ruby-toggle-string-quotes): New command that allows you to quickly
3516 toggle between single-quoted and double-quoted string literals.
3517
3518 2014-12-09 Eric S. Raymond <esr@snark.thyrsus.com>
3519
3520 * vc/vc-src.el (vc-src-do-comand): Prepend -- to file argument
3521 list, avoids problems witt names containing hyphens.
3522
3523 2014-12-09 Wilson Snyder <wsnyder@wsnyder.org>
3524
3525 Sync with upstream verilog-mode revision aa4b777.
3526 * progmodes/verilog-mode.el (verilog-mode-version): Update.
3527 (verilog-auto-end-comment-lines-re, verilog-end-block-ordered-re)
3528 (verilog-set-auto-endcomments): Automatically comment property/
3529 endproperty blocks to match other similar blocks like sequence/
3530 endsequence, function/endfunction, etc. Reported by Alex Reed.
3531 (verilog-set-auto-endcomments): Fix end comments for functions of
3532 type void, etc. Detect the function- or task-name when
3533 auto-commenting blocks that lack an explicit portlist.
3534 Reported by Alex Reed.
3535 (verilog-nameable-item-re): Fix nameable items that can have an
3536 end-identifier to include endchecker, endgroup, endprogram,
3537 endproperty, and endsequence. Reported by Alex Reed.
3538 (verilog-preprocessor-re, verilog-beg-of-statement):
3539 Fix indentation of property/endproperty around pre-processor
3540 directives. Reported by Alex Reed.
3541 (verilog-label-be): When auto-commenting a buffer, consider
3542 auto-comments on all known keywords (not just a subset thereof).
3543 Reported by Alex Reed.
3544 (verilog-beg-of-statement): Fix labeling do-while blocks, bug842.
3545 Reported by Alex Reed.
3546 (verilog-beg-of-statement-1, verilog-at-constraint-p):
3547 Fix hanging with many curly-bracket pairs, bug663.
3548 (verilog-do-indent): Fix electric tab deleting form-feeds.
3549 Note caused by indent-line-to deleting tabls pre 24.5.
3550 (verilog-auto-output, verilog-auto-input, verilog-auto-inout)
3551 (verilog-auto-inout-module, verilog-auto-inout-in): Doc fixes.
3552 (verilog-read-always-signals, verilog-auto-sense-sigs)
3553 (verilog-auto-reset): Fix AUTORESET with always_comb and always_latch,
3554 bug844. Reported by Greg Hilton.
3555
3556 2014-12-09 Alex Reed <acreed4@gmail.com> (tiny change)
3557
3558 * progmodes/verilog-mode.el (verilog-no-indent-begin-re):
3559 Fix `verilog-indent-begin-after-if' nil not honoring 'forever',
3560 'foreach', and 'do' keywords.
3561 (verilog-endcomment-reason-re, verilog-beg-of-statement):
3562 Fix labeling do-while blocks, bug842.
3563 (verilog-backward-token): Fix indenting sensitivity lists with
3564 named events, bug840.
3565
3566 2014-12-09 Reto Zimmermann <reto@gnu.org>
3567
3568 Sync with upstream vhdl mode v3.36.1.
3569 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
3570 (vhdl-compiler-alist): Anchor all error regexps.
3571 (vhdl-compile-use-local-error-regexp): Change default to nil.
3572 (vhdl-asort, vhdl-anot-head-p): Remove.
3573 (vhdl-aput, vhdl-adelete, vhdl-aget): Simplify.
3574 Remove optional argument of vhdl-aget and update all callers.
3575 (vhdl-import-project): Also set `vhdl-compiler'.
3576
3577 2014-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
3578
3579 * files.el (find-files): New function.
3580
3581 * net/shr.el (shr-dom-print): Don't print comments.
3582 (shr-tag-svg): Give inline SVG images the right type.
3583
3584 * net/eww.el (eww-update-header-line-format): Mark valid/invalid
3585 certificates in the header line.
3586 (eww-invalid-certificate, eww-valid-certificate): New faces.
3587
3588 2014-12-09 Fabián Ezequiel Gallina <fgallina@gnu.org>
3589
3590 * progmodes/python.el (inferior-python-mode):
3591 Set `comint-prompt-read-only` to `t` only locally.
3592
3593 2014-12-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3594
3595 * net/nsm.el (nsm-check-protocol): Test for RC4 on `high'.
3596 (nsm-format-certificate): Include more data about the connection.
3597 (nsm-query): Fill the text to that it looks nicer.
3598 (nsm-check-protocol): Also warn if using SSL3 or older.
3599
3600 2014-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3601
3602 * progmodes/gud.el (gud-gdb-completions): Remove unused var `start'.
3603
3604 * obsolete/gulp.el (gulp-create-m-p-alist): Remove unused var `mnt-tm'.
3605
3606 * net/tramp.el (tramp-handle-make-symbolic-link): Mark unused arg.
3607
3608 * info.el (Info-mode-map): Remove left-over binding.
3609
3610 * emacs-lisp/avl-tree.el: Use lexical-binding and cl-lib.
3611 (avl-tree--root): Remove redundant defsetf.
3612
3613 2014-12-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3614
3615 * net/nsm.el (network-security-level): Remove the detailed
3616 description, which was already outdated, and refer the users to
3617 the manual.
3618 (nsm-check-protocol): Check for weak Diffie-Hellman prime bits
3619 (bug#19153).
3620
3621 2014-12-06 Andrey Kotlarski <m00naticus@gmail.com>
3622
3623 * net/eww.el (eww-buffers-mode): New major mode.
3624 (eww-list-buffers, eww-buffer-select, eww-buffer-show-next)
3625 (eww-buffer-show-previous, eww-buffer-kill, eww-buffer-show):
3626 New commands/functions (bug#19131).
3627
3628 2014-12-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3629
3630 * net/gnutls.el (gnutls-negotiate): Ignore files found via
3631 'file-name-handler-alist' since the gnutls library can't use those
3632 (bug#15866).
3633
3634 2014-12-08 Dmitry Gutov <dgutov@yandex.ru>
3635
3636 * vc/vc-hg.el (vc-hg-dir-status-files): Only include ignores files
3637 when FILES is non-nil (bug#19304).
3638
3639 2014-12-08 Eric S. Raymond <esr@snark.thyrsus.com>
3640
3641 * vc/vc-arch.el: Move to obsolete directory so a test framework
3642 won't trip over bit-rot in it. There has been no Arch snapshot
3643 for nine years.
3644
3645 2014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3646
3647 * net/eww.el (eww-follow-link): Revert prefix behaviour to
3648 previous behavior.
3649 (eww-copy-page-url): Add doc string.
3650
3651 2014-12-07 Ivan Shmakov <ivan@siamics.net>
3652
3653 * net/eww.el (eww): Move history recording here...
3654 (eww-browse-url): ... from here (bug#19253).
3655
3656 * net/eww.el (eww-browse-url): Use generate-new-buffer (was:
3657 iterating over possible buffer names.)
3658
3659 2014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3660
3661 * net/eww.el (eww-reload): Take a prefix to work locally (bug#19086).
3662 (eww-current-buffer): Compilation fix for bug#18550 patch.
3663
3664 2014-12-07 Ivan Shmakov <ivan@siamics.net>
3665
3666 * net/eww.el (eww-list-histories): Restore the history in the
3667 correct buffer (bug#18550).
3668
3669 2014-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3670
3671 * net/eww.el (eww-bookmark-prepare): Display URLs in first by
3672 displaying shortened titles first (bug#16398).
3673
3674 2014-12-07 Tom Willemse <tom@ryuslash.org> (tiny change)
3675
3676 * progmodes/python.el: Recognize docstrings.
3677 (python-docstring-at-p, python-font-lock-syntactic-face-function):
3678 New functions.
3679 (python-mode): Use them.
3680
3681 2014-12-06 Ulf Jasper <ulf.jasper@web.de>
3682
3683 * net/newst-treeview.el (newsticker--treeview-list-add-item)
3684 (newsticker--treeview-propertize-tag): Bind tree menu to mouse-3.
3685 (newsticker--treeview-create-groups-menu)
3686 (newsticker--treeview-create-tree-menu): Remove.
3687 (newsticker--treeview-tree-open-menu): New.
3688 (newsticker-treeview-tree-click): Pass event to
3689 `newsticker-treeview-tree-do-click'.
3690 (newsticker-treeview-tree-do-click): Open treemenu on mouse-3.
3691
3692 2014-12-05 Juri Linkov <juri@linkov.net>
3693
3694 * comint.el (comint-history-isearch-search)
3695 (comint-history-isearch-wrap): Use field-beginning instead of
3696 comint-line-beginning-position.
3697 (comint-send-input): Go to the end of the field instead of the end
3698 of the line to accept whole multi-line input.
3699 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html
3700
3701 2014-12-05 Juri Linkov <juri@linkov.net>
3702
3703 * minibuffer.el (minibuffer-completion-help):
3704 Compare selected-window with minibuffer-window to check whether
3705 completions should be displayed near the minibuffer. (Bug#17809)
3706 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00311.html
3707
3708 2014-12-05 Michael Albinus <michael.albinus@gmx.de>
3709
3710 * vc/vc-mtn.el (vc-mtn-root):
3711 * vc/vc-svn.el (vc-svn-registered): Make FILE absolute.
3712
3713 2014-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3714
3715 * progmodes/sh-script.el (sh-smie-sh-rules): Go back to the beginning
3716 of the whole pipe when indenting an opening keyword after a |.
3717 Generalize this treatment to opening keywords like "while" (bug#18031).
3718
3719 2014-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3720
3721 * simple.el (newline): Place the hook buffer-locally,
3722 to make sure it's first.
3723
3724 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
3725 Fix handling of symbols with different syntax at beginning/end or with
3726 symbol rather than word syntax.
3727
3728 2014-12-05 Eli Zaretskii <eliz@gnu.org>
3729
3730 * simple.el (line-move): If noninteractive, call line-move-1, not
3731 forward-line, since the former is compatible with line-move-visual
3732 both in terms of the column to which it moves and the return
3733 value. (Bug#19211)
3734
3735 2014-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
3736
3737 * vc/ediff-init.el (ediff-odd-p): Remove.
3738 (ediff-background-face): Use cl-oddp instead.
3739 (ediff-buffer-live-p): Make it a defsubst.
3740
3741 * tooltip.el (tooltip-region-active-p): Remove.
3742
3743 * net/shr.el (shr-char-breakable-p, shr-char-kinsoku-bol-p)
3744 (shr-char-kinsoku-eol-p, shr-char-nospace-p): Use define-inline.
3745
3746 * fringe.el (fringe-bitmap-p): Make it a plain function.
3747
3748 * emacs-lisp/eieio-core.el: Prefer inlinable functions over macros.
3749 (class-p, generic-p, eieio-object-p, class-abstract-p):
3750 Make them defsubst, so as to avoid corner case problems where
3751 the arg might be evaluated in the condition-case, or it can't be passed
3752 to higher-order functions like `cl-some'.
3753
3754 2014-12-05 Nicolas Richard <theonewiththeevillook@yahoo.fr>
3755
3756 * wid-edit.el (widget-choose): Let numeric keypad work (bug#19268)
3757 and remove old menu-related code.
3758
3759 2014-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3760
3761 * net/eww.el (eww-display-pdf): Let mailcap determine how to
3762 display PDF files (bug#19270).
3763
3764 2014-12-05 Juri Linkov <juri@linkov.net>
3765
3766 Compare with the most recent window by default.
3767 * vc/compare-w.el (compare-windows-get-window-function): New defcustom.
3768 (compare-windows-get-recent-window)
3769 (compare-windows-get-next-window): New functions.
3770 (compare-windows, compare-windows-sync-default-function):
3771 Use `compare-windows-get-window-function' instead of `next-window'.
3772 (compare-windows): Add diff/match messages with region boundaries.
3773 (Bug#19170)
3774
3775 2014-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3776
3777 * subr.el (filter): Remove. Use `cl-remove-if-not' or `seq-filter'.
3778
3779 2014-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3780
3781 * net/shr.el (shr--extract-best-source): Ignore non-text children.
3782
3783 2014-12-04 Eli Zaretskii <eliz@gnu.org>
3784
3785 Implement copying of a buffer portion while preserving visual order.
3786 * simple.el (bidi-directional-controls-chars)
3787 (bidi-directional-non-controls-chars): New variables.
3788 (squeeze-bidi-context-1, squeeze-bidi-context)
3789 (line-substring-with-bidi-context)
3790 (buffer-substring-with-bidi-context): New functions.
3791
3792 * files.el (file-tree-walk): Doc fix.
3793
3794 2014-12-04 Rupert Swarbrick <ruperts@broadcom.com> (tiny change)
3795 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
3796
3797 * autoinsert.el (auto-insert-alist): Update C/C++ header and
3798 program support to match more extensions. Replace non-alnum
3799 characters when generating include guards (headers) and check for
3800 more extensions when generating includes (programs)
3801 (bug#19254).
3802
3803 2014-12-03 Eric S. Raymond <esr@snark.thyrsus.com>
3804
3805 * files.el (file-tree-walk): Fix docstring.
3806
3807 2014-12-03 Karl Fogel <kfogel@red-bean.com>
3808
3809 Fix bug whereby saving files hung in VC hook.
3810
3811 Saving a buffer visiting a file under SVN control would hang if
3812 the remote repository were unreachable, because the VC hooks tried
3813 to run "svn status -u" on the file, where the "-u" tells svn to
3814 get update information from the remote repository.
3815 http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00174.html
3816
3817 * vc/vc-svn.el (vc-svn-state): Remove optional `localp'
3818 argument and always pass "-v" to "svn status", never "-u".
3819
3820 2014-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3821
3822 * emacs-lisp/inline.el: Fix up copyright header.
3823 (inline-quote, inline-const-p, inline-const-val, inline-error):
3824 Silence compiler warnings.
3825 (inline-letevals): Fix edebug spec.
3826 (inline--testconst-p): Consider lambda expressions as const-p.
3827 (inline--getconst-val): Use inline--testconst-p.
3828
3829 * minibuffer.el (completion-table-dynamic): Add arg `switch-buffer'
3830 and change default to stay in the minibuffer when called from
3831 the minibuffer (bug#19250).
3832 (lazy-completion-table): Use this new argument to preserve the
3833 old behavior.
3834
3835 * progmodes/elisp-mode.el (elisp--local-variables): Don't burp on
3836 incorrect lexical elements (bug#19250).
3837
3838 2014-12-03 A. N. Other <none@example.com>
3839
3840 * files.el (file-tree-walk): Lisp translation of ANSI ftw(3).
3841
3842 2014-12-02 Glenn Morris <rgm@gnu.org>
3843
3844 * whitespace.el (whitespace-big-indent-regexp): Add :version.
3845
3846 2014-12-02 Eric S. Raymond <esr@snark.thyrsus.com>
3847
3848 * subr.el (filter): New macro. Because it's just silly for a Lisp
3849 not to have this in 2014. And VC needs it.
3850
3851 * vc.el: All backends: API simplification: Abolish dir-status.
3852 It's replaced by dir-status-files.
3853
3854 * vc.el: All backends: API simplification: Remove 4th
3855 'default-state' argument from vc-dir-status files and its backend
3856 methods - no backend method ever set it. It was used only in the
3857 fallback method to to set a default of 'up-to-date, though a
3858 convoluted call chain obscured this.
3859
3860 * vc-hooks.el: Bind vc-delete-file to Ctrl-x v delete.
3861
3862 * vc.el (vc-expand-dirs): Now takes a second BACKEND argument,
3863 improving behavior on directories using multiple file-oriented VCSes.
3864
3865 * vc/vc.el: All backends: API simplification; clear-headers
3866 is no longer a public method. It is now local to the one place
3867 it's used, in the RCS steal-lock method.
3868
3869 2014-12-01 Eric S. Raymond <esr@snark.thyrsus.com>
3870
3871 * vc/vc.el: In all backends: API simplification; could-register
3872 is no longer a public method. (vc-cvs.el still has a private
3873 implementation.)
3874
3875 * vc/vc.el: In all backends: API cleanup; the backend diff method
3876 takes an explicit async flag. This eliminates a particularly ugly
3877 global.
3878
3879 * vc-bzr.el: Restore vc-bzr-state-heuristic as a private method.
3880 VC randomly/unpredictably fails without it; cause not yet established.
3881
3882 2014-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3883
3884 Merge some of the differences from the standalone CC-mode.
3885 The main change is to only use the `category' text-property only when
3886 available. For that many calls are changed to use c-get-char-property,
3887 c-next-single-property-change, c-sc-scan-lists,
3888 c-sc-parse-partial-sexp, c-unmark-<->-as-paren.
3889
3890 * progmodes/cc-mode.el (c-just-done-before-change): New var.
3891 (c-basic-common-init): Initialize it.
3892 (c-common-init): Only use mode-require-final-newline when available.
3893 (c-before-change): Check and set c-just-done-before-change.
3894 (c-after-change): Re-set c-just-done-before-change.
3895 (c-advise-fl-for-region): New macro.
3896 (lazy-lock-defer-rest-after-change, lazy-lock-defer-line-after-change)
3897 (font-lock-after-change-function, jit-lock-after-change):
3898 Advise if needed.
3899
3900 * progmodes/cc-langs.el (c-modified-constant): New lang var.
3901 (c-known-type-key): Don't make a list just to throw it away.
3902
3903 * progmodes/cc-engine.el (c-invalidate-state-cache, c-parse-state):
3904 Handle the case where categories are not available.
3905 (c-record-parse-state-state, c-replay-parse-state-state):
3906 Handle marker values.
3907 (c-before-change-check-<>-operators): Look for the `syntax-table'
3908 property rather than for the corresponding `category'.
3909 (c-looking-at-decl-block): Remove unused var
3910 `c-disallow-comma-in-<>-arglists'.
3911 (c-forward-<>-arglist-recur): Remove unused var
3912 `orig-record-found-types'.
3913
3914 * progmodes/cc-defs.el (c-version): Bump up to 5.33.
3915 (c-use-category): New const.
3916 (c-next-single-property-change): New macro.
3917 (c-region-is-active-p): Prefer region-active-p when available.
3918 (c-search-backward-char-property): Fix old min/max typo; probably
3919 a copy/paste error.
3920 (c-mark-<-as-paren, c-mark->-as-paren, c-unmark-<->-as-paren):
3921 Turn them into macros that obey c-use-category.
3922 (c-sc-scan-lists-no-category+1+1, c-sc-scan-lists-no-category+1-1)
3923 (c-sc-scan-lists-no-category-1+1, c-sc-scan-lists-no-category-1-1)
3924 (c-sc-scan-lists, c-sc-parse-partial-sexp)
3925 (c-looking-at-non-alphnumspace): New macros.
3926 (c-sc-parse-partial-sexp-no-category): New function.
3927 (c-emacs-features): Add `category-properties' element.
3928
3929 * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3930 (c-backward-into-nomenclature): Use cc-subword if subword-mode is
3931 not available.
3932 (c-beginning-of-defun, c-end-of-defun, c-mark-function)
3933 (c-indent-line-or-region): Use c-region-is-active-p.
3934
3935 * progmodes/cc-bytecomp.el (cc-bytecomp-unbound-variables)
3936 (cc-bytecomp-original-functions, cc-bytecomp-original-properties)
3937 (cc-bytecomp-loaded-files): Re-set each time the file is loaded.
3938 (cc-bytecomp-obsolete-var, cc-bytecomp-ignore-obsolete)
3939 (cc-bytecomp-obsolete-fun): Delete unused functions.
3940
3941 * progmodes/cc-align.el (c-lineup-respect-col-0): New function.
3942
3943 2014-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3944
3945 * net/shr.el (shr-dom-print): Fix up `shr-dom-print' after the
3946 dom.el changes.
3947
3948 2014-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3949
3950 * vc/vc.el (vc-find-conflicted-file): Look for conflicted files in the
3951 current "project" rather than just the current directory.
3952 * vc/vc-git.el (vc-git-conflicted-files): Clarify in which directory
3953 the file names make sense.
3954
3955 * vc/smerge-mode.el (smerge-swap): New command.
3956
3957 * vc/diff-mode.el (diff-kill-applied-hunks): New command.
3958
3959 2014-12-01 Ulf Jasper <ulf.jasper@web.de>
3960
3961 * net/newst-treeview.el (newsticker--treeview-item-show):
3962 Check window liveliness before measuring its width.
3963
3964 * net/newst-backend.el (newsticker--get-news-by-url-callback):
3965 Pass correct status to `newsticker--sentinel-work'.
3966 (newsticker--sentinel-work): Use "newsticker--download-error" as
3967 guid in order to prevent multiple "Could not download..."
3968 messages. (Bug#19166)
3969
3970 2014-12-01 Ivan Shmakov <ivan@siamics.net>
3971
3972 * net/eww.el (eww-render): Call `eww-after-render-hook' in the
3973 correct buffer (bug#19225).
3974
3975 2014-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3976
3977 * net/nsm.el (network-security-level): Change the default to `medium'.
3978
3979 * net/eww.el (eww): Leave point in a place that doesn't cause
3980 scrolling when displaying "Loading...".
3981
3982 2014-12-01 Eric S. Raymond <esr@snark.thyrsus.com>
3983
3984 * vc/vc.el, vc/vc-cvs.el, vc/vc-rcs.el, vc/vc-svn.el: The 'merge'
3985 backend method of RCS/CVS/SVN is now 'merge-file', to contrast with
3986 'merge-branch'. Prompting for merge revisions is pushed down to
3987 the back ends; this fixes a layering violation that caused bad
3988 behavior with SVN.
3989
3990 * vc/vc.el, vc-hooks.el: All backends: API simplification;
3991 vc-stay-local-p and repository-hostname are no longer public
3992 methods. Only the CVS and SVN backends used these, and the SVN
3993 support was conditioned out because svn status -v is too slow.
3994 The CVS back end retains this machinery and the vc-stay-local
3995 configuration variable now only affects it.
3996
3997 2014-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3998
3999 * emacs-lisp/inline.el: New file.
4000
4001 2014-12-01 Eric S. Raymond <esr@snark.thyrsus.com>
4002
4003 * vc/vc.el, vc-hooks.el: All backends: API simplification;
4004 vc-state-heuristic is no longer a public method, having been
4005 removed where it is redundant, unnecessary, or known buggy.
4006 This eliminated all backends except CVS. Eliminates bug#7850.
4007
4008 * vc/vc-cvs.el, vc/vc-hooks.el, vc/vc-rcs.el, vc/vc-sccs.el:
4009 Eliminate vc-mistrust-permissions. It was only relevant to the
4010 RCS and SCCS back ends and defaulted to t. Code now always
4011 mistrusts permissions - by actual measurement the effect on
4012 performance is negligible. As a side effect bug#11490 is now
4013 irrelevant.
4014
4015 * vc/vc.el, vc-hooks.el: All backends: API simplification;
4016 vc-workfile-unchanged-p is no longer a public method (but the RCS
4017 and SCCS back ends retain it as a private method used in state
4018 computation). This method was redundant with vc-state and usually
4019 implemented as a trivial call to same. Fixes the failure mode
4020 described in bug#694.
4021
4022 * vc/vc.el: All backends: API simplification; init-revision is
4023 gone, and vc-registered functions no longer take an
4024 initial-revision argument.
4025
4026 2014-11-29 Glenn Morris <rgm@gnu.org>
4027
4028 * vc/vc-src.el (vc-src, vc-src-diff-switches)
4029 (vc-src-master-templates): Fix :version tags.
4030
4031 2014-11-29 Paul Rankin <paul@tilk.co> (tiny change)
4032
4033 * outline.el (outline-move-subtree-down): Refactor and improve code.
4034
4035 2014-11-29 Stephen Berman <stephen.berman@gmx.net>
4036 Stefan Monnier <monnier@iro.umontreal.ca>
4037
4038 * outline.el (outline-move-subtree-down): Make sure we can move
4039 forward to find the end of the subtree and the insertion point
4040 (bug#19102).
4041
4042 2014-11-29 Fabián Ezequiel Gallina <fgallina@gnu.org>
4043
4044 * progmodes/python.el (python-shell-completion-setup-code):
4045 Use __builtin__ module (or builtins in Python 3) and catch all errors
4046 when importing readline and rlcompleter.
4047
4048 2014-11-29 Stephen Berman <stephen.berman@gmx.net>
4049
4050 * calendar/todo-mode.el: Handle calling revert-buffer (bug#19187).
4051 (todo-revert-buffer): New function.
4052 (todo-modes-set-1): Use it as the buffer-local value of
4053 revert-buffer-function.
4054
4055 2014-11-29 Stephen Berman <stephen.berman@gmx.net>
4056
4057 * calendar/todo-mode.el (todo-mode): If called interactively, just
4058 display a message saying to call todo-show to enter Todo mode
4059 (Bug#19112).
4060
4061 2014-11-29 Dmitry Gutov <dgutov@yandex.ru>
4062
4063 * vc/vc-hg.el (vc-hg-dir-status-files): Include ignored files.
4064 (Bug#18579)
4065
4066 * vc/vc-bzr.el (vc-bzr-after-dir-status): Don't skip ignored
4067 files. (Bug#18579)
4068
4069 2014-11-29 Michael Albinus <michael.albinus@gmx.de>
4070
4071 * textmodes/makeinfo.el (makeinfo-buffer): Make it work also for
4072 remote `buffer-file-name'.
4073
4074 2014-11-29 Leo Liu <sdl.web@gmail.com>
4075
4076 * calendar/diary-lib.el (calendar-mark-1): Fix thinko.
4077
4078 2014-11-29 Fabián Ezequiel Gallina <fgallina@gnu.org>
4079
4080 Set PYTHONUNBUFFERED on shell startup.
4081
4082 * progmodes/python.el (python-shell-unbuffered): New var.
4083 (python-shell-calculate-process-environment): Use it.
4084
4085 2014-11-29 Michael Albinus <michael.albinus@gmx.de>
4086
4087 * net/tramp.el (tramp-action-password): Clean password on subsequent
4088 attempts even if there was no wrong password indication. (Bug#19047)
4089
4090 * net/tramp-sh.el (tramp-get-remote-locale): Return "LC_ALL=C" as
4091 fallback.
4092 (tramp-open-connection-setup-interactive-shell): No need to check
4093 for nil as `tramp-get-remote-locale' return value.
4094
4095 2014-11-29 Eli Zaretskii <eliz@gnu.org>
4096
4097 * vc/vc-git.el (vc-git-command, vc-git--call):
4098 Bind coding-system-for-read and coding-system-for-write to
4099 vc-git-commits-coding-system.
4100 (vc-git-previous-revision): Use "~1" instead of "^", since the
4101 latter is a special character for MS-Windows system shells.
4102
4103 2014-11-29 Michael Albinus <michael.albinus@gmx.de>
4104
4105 Improve XEmacs compatibility.
4106
4107 * net/tramp.el (tramp-autoload-file-name-handler):
4108 Wrap `temporary-file-directory' by `symbol-value', it doesn't
4109 exist in XEmacs.
4110 (tramp-read-passwd): Don't use `with-timeout-suspend' and
4111 `with-timeout-unsuspend' if they don't exist, like in XEmacs.
4112 (tramp-time-less-p, tramp-time-subtract): Remove functions.
4113 (tramp-handle-file-newer-than-file-p, tramp-time-diff):
4114 * net/tramp-adb.el (tramp-adb-ls-output-time-less-p):
4115 * net/tramp-cache.el (tramp-get-file-property):
4116 * net/tramp-smb.el (tramp-smb-handle-insert-directory):
4117 Use `time-less-p' and `time-subtract, respectively.
4118
4119 * net/tramp-adb.el (top): Do not require time-date.el.
4120
4121 * net/tramp-compat.el (top): Require time-date.el for XEmacs.
4122
4123 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
4124 Check, whether `utf-8' is a valid coding system.
4125
4126 2014-11-29 Eli Zaretskii <eliz@gnu.org>
4127
4128 * vc/vc.el (vc-retrieve-tag): Doc fix.
4129
4130 2014-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
4131
4132 * simple.el (execute-extended-command--shorter): Fix the "M-p" case
4133 (bug#19152).
4134
4135 2014-11-28 Martin Rudalics <rudalics@gmx.at>
4136
4137 Fix two issues around help-window-select. (Bug#11039) (Bug#19012)
4138 * help.el (help-window-old-frame): New variable.
4139 (help-window-select): Default to nil (Bug#11039).
4140 Rewrite doc-string.
4141 (help-window-setup): When the help window appears on another
4142 frame and `help-window-select' is non-nil, give that frame input
4143 focus too (Bug#19012).
4144 (with-help-window): Store selected frame in
4145 help-window-old-frame.
4146
4147 2014-11-28 Ulf Jasper <ulf.jasper@web.de>
4148
4149 * net/newst-treeview.el (newsticker--treeview-load): Take care of
4150 nil value for `newsticker-groups-filename'.
4151
4152 2014-11-28 Daiki Ueno <ueno@gnu.org>
4153
4154 * epa.el (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
4155 (epa-sign-region, epa-encrypt-region):
4156 Use `epg-context-set-{passphrase,progress}-callback', instead of
4157 `setf'. This partially reverts commit 9e48a95c (bug#19150).
4158 Reported by José A. Romero L.
4159
4160 2014-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4161
4162 * net/eww.el (eww-restore-history):
4163 Bind `inhibit-modification-hooks' instead of `after-change-functions'.
4164
4165 2014-11-27 Ulf Jasper <ulf.jasper@web.de>
4166
4167 * net/newst-backend.el (newsticker--parse-atom-1.0):
4168 Handle embedded (x)html in summary node.
4169
4170 2014-11-27 Sam Steingold <sds@gnu.org>
4171
4172 * menu-bar.el (menu-bar-open): When everything else fails,
4173 use (mouse-menu-bar-map).
4174
4175 2014-11-27 Ulf Jasper <ulf.jasper@web.de>
4176
4177 * net/newst-treeview.el (newsticker-groups-filename):
4178 Change default value to nil. Point out that variable is obsolete in doc
4179 string.
4180 (newsticker--treeview-load): Change wording of the questions the
4181 user is asked when `newsticker-groups-filename' is found to be
4182 used and we offer to read and remove the groups file. (Bug#19165)
4183
4184 2014-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4185
4186 * net/eww.el (eww): Record the new URL immediately, so that if the
4187 HTTP fetch fails, we have the right URL in the buffer.
4188 (eww-process-text-input): Don't shorten the input field if
4189 deleting at the last character (bug#19085).
4190 (eww-restore-history): Inhibit change functions while restoring
4191 the history.
4192 (eww-process-text-input): Fix deletion at the start of the field, too.
4193 (eww-mode): Revert mistanken removal of `buffer-disable-undo'.
4194 (eww-process-text-input): Try to keep track of the size more reliably.
4195
4196 * dom.el (dom-pp): New function.
4197
4198 2014-11-27 Eli Zaretskii <eliz@gnu.org>
4199
4200 * vc/vc-bzr.el (vc-bzr-print-log, vc-bzr-expanded-log-entry):
4201 Don't assume --long is the default for "bzr log", always specify
4202 it explicitly, in case the user defined an alias for 'log' that
4203 uses some other format.
4204
4205 2014-11-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
4206
4207 * progmodes/python.el (python-eldoc--get-doc-at-point):
4208 Strip shell output before returning. (bug#18794)
4209
4210 2014-11-27 Dmitry Gutov <dgutov@yandex.ru>
4211
4212 Fix indentation before `!=' and after `+='. Originally reported
4213 in https://github.com/mooz/js2-mode/issues/174.
4214 * progmodes/js.el (js--indent-operator-re): Make assignments and
4215 (in)equality operator a separate case.
4216 (js--continued-expression-p): Escape the second `+' in the regexp.
4217
4218 2014-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4219
4220 * window.el (handle-select-window): Deactivate shift-region (bug#19003).
4221
4222 2014-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4223
4224 * net/nsm.el (nsm-new-fingerprint-ok-p): Display the certificate
4225 when querying about new certificates.
4226
4227 * net/shr.el (shr-make-table-1): dom.el changes for table rendering.
4228
4229 * dom.el (dom-by-tag): Use `equal' for comparisons so that tags
4230 can be strings.
4231 (dom-elements): Protect against non-text nodes.
4232 (dom-non-text-children): New function.
4233
4234 * net/eww.el (eww-tag-title): Use `dom-text'.
4235
4236 2014-11-26 Sam Steingold <sds@gnu.org>
4237
4238 * textmodes/sgml-mode.el (sgml-validate-command): Pass -utf8 to tidy.
4239
4240 2014-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4241
4242 * net/eww.el (eww-highest-readability): More dom.el fixes.
4243
4244 2014-11-26 Ulf Jasper <ulf.jasper@web.de>
4245
4246 * net/newst-backend.el (newsticker--parse-generic-items):
4247 Take care of UIDs when adding elements to cache.
4248
4249 2014-11-26 Alan Mackenzie <acm@muc.de>
4250
4251 Remove spurious reference to symbol category_properties.
4252 * progmodes/cc-engine.el (c-state-pp-to-literal): Fix here.
4253
4254 2014-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4255
4256 * net/eww.el: Use the new dom.el accessors throughout.
4257
4258 * net/shr.el: Ditto.
4259
4260 * dom.el: New file.
4261
4262 2014-11-26 Glenn Morris <rgm@gnu.org>
4263
4264 * arc-mode.el (archive-visit-single-files): Add :version.
4265
4266 2014-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
4267
4268 * net/nsm.el (nsm-format-certificate): Don't bug out on missing
4269 elements.
4270 (nsm-warnings-ok-p): The new version of this function always
4271 returned nil when everything was OK.
4272
4273 2014-11-25 Teodor Zlatanov <tzz@lifelogs.com>
4274
4275 * net/gnutls.el (gnutls): Set :group to 'comm so it's near NSM.
4276
4277 * net/nsm.el (nsm-check-tls-connection, nsm-save-host)
4278 (nsm-warnings-ok-p): Use `gnutls-peer-status-warning-describe'.
4279
4280 2014-11-20 Nicolas Richard <theonewiththeevillook@yahoo.fr>
4281
4282 * emacs-lisp/byte-run.el (function-put): Match argument names to
4283 docstring.
4284
4285 2014-11-24 Sam Steingold <sds@gnu.org>
4286
4287 * vc/vc-hooks.el (vc-directory-exclusion-list):
4288 Fix a trivial typo (bug#19171).
4289
4290 2014-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4291
4292 * vc/vc-hooks.el (vc-state-base-face): Don't override
4293 mode-line-inactive.
4294
4295 2014-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4296
4297 * net/eww.el (eww-set-character-encoding): Use `read-coding-system'.
4298 (eww-process-text-input): Inhibit read only so that input fields
4299 don't get shortened (bug#19085).
4300
4301 2014-11-24 Leo Liu <sdl.web@gmail.com>
4302
4303 * emacs-lisp/macroexp.el (macroexp-let2*): New macro.
4304
4305 * window.el (with-temp-buffer-window)
4306 (with-current-buffer-window, with-displayed-buffer-window):
4307 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin):
4308 * emacs-lisp/cl-lib.el (substring):
4309 * emacs-lisp/cl-extra.el (cl-getf): Use it.
4310
4311 2014-11-24 Eli Zaretskii <eliz@gnu.org>
4312
4313 * isearch.el (isearch-update): Don't assume
4314 pos-visible-in-window-p will return nil when point is hscrolled
4315 out of view. (Bug#19157)
4316
4317 2014-11-20 Andrey Kotlarski <m00naticus@gmail.com>
4318
4319 * net/eww.el (eww-browse-url): Optionally create new eww buffer.
4320 (eww-follow-link): Follow in new buffer in case of prefix
4321 argument, open externally with double prefix (bug#19130).
4322
4323 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4324
4325 * net/eww.el (eww-display-html): Decode the document-defined charset.
4326 (eww): Pop to the *eww* buffer immediately after executing the
4327 `M-x eww' command to avoid having buffers pop up later.
4328 (eww-display-html): Don't pop the *eww* buffer.
4329 (eww-display-raw): Ditto.
4330 (eww-display-image): Ditto.
4331 (eww-follow-link): Make going to #targets in the page work again.
4332
4333 2014-11-23 Ivan Shmakov <ivan@siamics.net>
4334
4335 * net/eww.el (eww-suggest-uris): New variable.
4336 (eww-suggested-uris): New function.
4337 (eww): Default to URL under point.
4338 (eww-links-at-point): New function.
4339
4340 2014-11-20 Mark Oteiza <mvoteiza@udel.edu> (tiny change)
4341
4342 * net/eww.el (eww-add-bookmark): Fix bookmark titles.
4343
4344 2014-11-17 Mark Oteiza <mvoteiza@udel.edu> (tiny change)
4345
4346 * net/eww.el (eww-mode-map): Bind backtab to shr-previous-link.
4347
4348 2014-11-23 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
4349
4350 * net/eww.el (eww-set-character-encoding): New command and keystroke.
4351 (eww-display-raw): Use it (bug#16225).
4352
4353 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4354
4355 * net/nsm.el (network-security-level): Rename from
4356 `nsm-security-level' and documented.
4357
4358 * mail/smtpmail.el (smtpmail-via-smtp): Warn unless encrypted and
4359 we're sending a password.
4360
4361 * net/nsm.el: New file that implements a Network Security Manager.
4362
4363 * net/network-stream.el (open-network-stream): Add a new
4364 :warn-unless-encrypted parameter.
4365 (network-stream-open-plain): Allow warning unless encrypted.
4366 (network-stream-open-starttls): Call the Network Security Manager.
4367 (network-stream-open-tls): Ditto.
4368
4369 2014-11-23 Leo Liu <sdl.web@gmail.com>
4370
4371 * calendar/cal-china.el (calendar-chinese-from-absolute-for-diary)
4372 (calendar-chinese-to-absolute-for-diary)
4373 (calendar-chinese-mark-date-pattern, diary-chinese-anniversary):
4374 Handle leap months in Chinese calendar. (Bug#18953)
4375
4376 2014-11-22 Alan Mackenzie <acm@muc.de>
4377
4378 Fix error with `mark-defun' and "protected:" in C++ Mode.
4379 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Handle a
4380 return code of (label) from c-beginning-of-decl-1. (Bug#19134)
4381
4382 2014-11-22 Ulf Jasper <ulf.jasper@web.de>
4383
4384 * net/newst-backend.el (newsticker--sentinel-work):
4385 Tell `libxml-parse-xml-region' to discard comments. (Bug#18787)
4386
4387 2014-11-22 Michael Albinus <michael.albinus@gmx.de>
4388
4389 * net/tramp-sh.el (tramp-sh-handle-start-file-process)
4390 (tramp-sh-handle-process-file): Propagate `process-environment'.
4391
4392 * vc/vc-hg.el (vc-hg-state): No special handling for remote files;
4393 Tramp propagates environment variables now.
4394
4395 2014-11-22 Eric S. Raymond <esr@snark>
4396
4397 * vc/vc-filewise.el: New file to isolate code used only by the
4398 file-oriented back ends (SCCS/RCS/CVS/SRC) which should not
4399 live in vc.el and certainly not in vc-hooks.el.
4400
4401 * vc/vc-hooks.el, vc-rcs.el, vc-sccs.el: vc-name -> vc-master-name.
4402 This is preparatory to isolating all the 'master' functions
4403 used only by the file-oriented back ends. With this done first,
4404 the substantive diffs will be easier to read.
4405
4406 2014-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
4407
4408 * play/morse.el (nato-alphabet): Mark URL in docstring in a way
4409 that is recognized by `help-mode'.
4410
4411 2014-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4412
4413 * desktop.el (desktop-create-buffer): Use activate-mark to set
4414 `mark-active' (bug#19058).
4415
4416 2014-11-21 Eric S. Raymond <esr@snark>
4417
4418 * vc/vc-src.el (vc-src-state): Fix bug that produced spurious
4419 nil state.
4420
4421 2014-11-21 Eli Zaretskii <eliz@gnu.org>
4422
4423 * vc/vc.el (vc-deduce-fileset): Support invocation from
4424 *vc-change-log* buffer. (Bug#19084)
4425
4426 2014-11-13 Matthew Leach <matthew@mattleach.net>
4427
4428 * arc-mode.el (archive-visit-single-files): New.
4429 (archive-mode): Visit file if archive contains a single file.
4430 (Bug#1702)
4431
4432 2014-11-21 Ulrich Müller <ulm@gentoo.org>
4433
4434 * vc/vc.el: Fix a typo in the commentary.
4435
4436 2014-11-20 Eric S. Raymond <esr@snark.thyrsus.com>
4437
4438 * vc/vc-src.el, vc/vc.el: Added support for SRC. Needs more
4439 testing and a real log-view mode.
4440
4441 * vc/vc-bzr.el, vc/vc-cvs.el, vc/vc-dav.el, vc/vc-git.el:
4442 * vc/vc-hg.el, vc/vc-mtn.el, vc/vc-rcs.el, vc/vc-sccs.el:
4443 * vc/vc-svn.el, vc/vc.el: Remove editable argument from the backend
4444 checkout methods; where it matters (which is only in SCCS and RCS)
4445 files are always checked out editable. This may actually have
4446 been dynamically true already - it looks like the vc-next-action
4447 code evolved past visiting the other case. Tested with RCS.
4448
4449 * vc/vc-arch.el, vc/vc-bzr.el, vc/vc-cvs.el, vc/vc-dav.el:
4450 * vc/vc-git.el, vc/vc-hg.el, vc/vc-mtn.el, vc/vc-rcs.el:
4451 * vc/vc-sccs.el, vc/vc-svn.el, vc/vc.el: Remove never-used rev
4452 argument from the backend checkin methods. Only the RCS, SCCS,
4453 and CVS back ends tried to do anything with it, and that code was
4454 never exercised. Chiseling away the cruft of decades...
4455
4456 2014-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4457
4458 * net/eww.el (eww-render): Remove a no-op :title setting.
4459
4460 2014-11-19 Ivan Shmakov <ivan@siamics.net>
4461
4462 * net/eww.el (eww-history-limit): New variable.
4463 (eww-save-history): Use it (bug#19105).
4464 (eww-reload): Reload the page in the right buffer.
4465
4466 2014-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4467
4468 * net/eww.el (eww-desktop-misc-data): Use `cl-remove-duplicates'.
4469
4470 2014-11-19 Ivan Shmakov <ivan@siamics.net>
4471
4472 * net/eww.el (eww-desktop-remove-duplicates)
4473 (eww-restore-desktop, eww-restore-reload-prompt): New variables.
4474 (eww-mode): Set up desktop mode (bug#18010).
4475 (eww-desktop-data-save, eww-desktop-data-1)
4476 (eww-desktop-history-duplicate, eww-desktop-misc-data)
4477 (eww-restore-desktop): New functions.
4478
4479 2014-11-19 Eli Zaretskii <eliz@gnu.org>
4480
4481 * vc/vc.el (vc-log-internal-common): Turn on log-view-mode in the
4482 correct buffer. (Bug#19101)
4483
4484 2014-11-19 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
4485
4486 * vc/vc-git.el (vc-git-diff): Use "difftool -x diff" with
4487 `diff-switches' if `vc-git-diff-switches' is nil. (Bug#19099)
4488
4489 2014-11-19 Artur Malabarba <bruce.connor.am@gmail.com>
4490
4491 * ido.el (ido-bury-buffer-at-head): New command.
4492 (ido-buffer-completion-map): Bind it to C-S-b.
4493
4494 2014-11-18 Juri Linkov <juri@linkov.net>
4495
4496 * simple.el (next-line-or-history-element): Wrap next-line
4497 in with-no-warnings.
4498 (previous-line-or-history-element): Wrap previous-line
4499 in with-no-warnings.
4500
4501 2014-11-18 Juri Linkov <juri@linkov.net>
4502
4503 * progmodes/grep.el (grep-compute-defaults):
4504 Compute grep-highlight-matches before its use.
4505
4506 2014-11-18 Juri Linkov <juri@linkov.net>
4507
4508 * replace.el (query-replace-from-to-separator): Turn defvar into
4509 defcustom. Wrap char-displayable-p in ignore-errors because an
4510 attempt to autoload char-displayable-p fails during pre-loading.
4511 Move (propertize "\0" ... 'separator t) out of customizable part
4512 to query-replace-read-from.
4513 (query-replace-read-from): Call custom-reevaluate-setting on
4514 query-replace-from-to-separator to reevaluate the separator
4515 depending on the return value of char-displayable-p.
4516 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00466.html
4517
4518 2014-11-18 Juri Linkov <juri@linkov.net>
4519
4520 * bindings.el (minibuffer-local-map): Rebind [down] from
4521 next-history-element to next-line-or-history-element, and [up]
4522 from previous-history-element to previous-line-or-history-element.
4523
4524 * simple.el (next-line-or-history-element)
4525 (previous-line-or-history-element): New commands.
4526 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00822.html
4527
4528 2014-11-18 Leo Liu <sdl.web@gmail.com>
4529
4530 * emacs-lisp/nadvice.el (define-advice): New macro.
4531 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4532 Add define-advice.
4533 (lisp-font-lock-keywords-1): Add define-advice.
4534
4535 2014-11-18 Daiki Ueno <ueno@gnu.org>
4536
4537 * epg.el (epg-context): New slot EDIT-CALLBACK.
4538 (epg--process-filter): Call EDIT-CALLBACK when editing a key.
4539 (epg-reset): Reset EDIT-CALLBACK of the context.
4540 (epg-start-edit-key): New function.
4541 (epg-edit-key): New function.
4542
4543 2014-11-18 Paul Eggert <eggert@cs.ucla.edu>
4544
4545 Port new time stamp handling to Emacs 23.2.
4546 This fix is for Gnus. Reported by Katsumi Yamaoka.
4547 * calendar/time-date.el (time-add, time-subtract, time-less-p):
4548 Use eval-and-compile, not eval-when-compile.
4549
4550 2014-11-18 Daiki Ueno <ueno@gnu.org>
4551
4552 * epg.el (epg-context-set-passphrase-callback)
4553 (epg-context-set-progress-callback): Check if the CALLBACK
4554 argument is a function, instead of a cons.
4555
4556 2014-11-18 Daiki Ueno <ueno@gnu.org>
4557
4558 * epa-file.el (epa-file-insert-file-contents)
4559 (epa-file-write-region): Remove redundant check of
4560 epa-pinentry-mode.
4561 * epa.el (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
4562 (epa-sign-region, epa-encrypt-region): Remove redundant check of
4563 epa-pinentry-mode.
4564
4565 2014-11-18 Daiki Ueno <ueno@gnu.org>
4566
4567 * epa-file.el (epa-file-insert-file-contents): Don't show
4568 "*Error*" buffer if input file does not exist.
4569 Reported by Herbert J. Skuhra.
4570
4571 2014-11-18 Paul Pogonyshev <pogonyshev@gmail.com>
4572 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
4573
4574 * progmodes/cc-langs.el: Support some of the new keywords in C++11.
4575 An alternative version of the patch from bug#13871.
4576 (c-operators): Add "alignof".
4577 (c-primitive-type-kwds): Add "char16_t", "char32_t".
4578 (c-type-modifier-kwds): Add "constexpr", "noexcept".
4579 (c-modifier-kwds): Add "thread_local".
4580 (c-constant-kwds): Add "nullptr".
4581
4582 2014-11-17 Michal Nazarewicz <mina86@mina86.com>
4583
4584 * textmodes/tildify.el (tildify-pattern, tildify-space-string):
4585 New variables for specifying tildify pattern and representation of
4586 a hard space -- a no-break space by default -- respectively.
4587 Being buffer-local they are much easier to handle than
4588 `tildify-string-alist' and `tildify-pattern-alist' respectively
4589 that have been used so far. They also works better with derived
4590 modes.
4591 (tildify-foreach-region-function): New variable specifying
4592 a function determining portions of buffer that should be
4593 tildified. It allows major modes to create a filtering function
4594 more elaborate than a set of regular expressions. Initialized to
4595 `tildify--deprecated-ignore-evironments' by default to handle now
4596 deprecated `tildify-ignored-environments-alist' variable.
4597 (tildify--foreach-region): A new function that takes
4598 `tildify-foreach-region-function' into account and calls callback
4599 for regions of the buffer that should be tildified.
4600 (tildify-foreach-ignore-environments): A new function which can be
4601 partially applied and used as `tildify-foreach-region-function'.
4602 (tildify-ignored-environments-alist, tildify-pattern)
4603 (tildify-string-alist, tildify--pick-alist-entry): Mark as obsolete.
4604 (tildify--find-env): Rename from `tildify-find-env' and mark as
4605 obsolete.
4606 (tildify--deprecated-ignore-evironments): New function,
4607 immediately marked as obsolete, used to handle deprecated
4608 `tildify-ignored-environments-alist'.
4609
4610 * textmodes/tex-mode.el (tex-common-initialization):
4611 Set `tildify-space-string' and `tildify-foreach-region-function'
4612 variables in all variants of TeX mode since `tildify-string-alist'
4613 and `tildify-ignored-environments-alist' are now empty by default.
4614
4615 * nxml/nxml-mode.el (nxml-mode): Ditto in `nxml-mode'.
4616 If encoding supports it use no-break space instead of character
4617 entity; this changes previous default which used a numeric
4618 reference.
4619
4620 * textmodes/sgml-mode.el (sgml-mode): ditto in `sgml-mode'.
4621 If encoding does not support no-break space, use numeric reference;
4622 this changes previous default which used named entity (“&nbsp;”)
4623 in HTML mode.
4624
4625 2014-11-17 Ulf Jasper <ulf.jasper@web.de>
4626
4627 * calendar/icalendar.el (icalendar-export-alarms):
4628 New customizable variable. (Bug#5433)
4629 (icalendar-export-region): Export alarms as specified in
4630 `icalendar-export-alarms'.
4631 (icalendar--create-ical-alarm, icalendar--do-create-ical-alarm):
4632 New functions for exporting alarms.
4633
4634 2014-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4635
4636 * bindings.el (search-map): Move `eww-search-words' to `M-s M-w'.
4637
4638 2014-11-17 Paul Eggert <eggert@cs.ucla.edu>
4639
4640 Port new time stamp handling to old Emacs and to XEmacs.
4641 This is needed for Gnus, which copies time-date.el and which
4642 runs on older Emacs implementations.
4643 * calendar/time-date.el (with-decoded-time-value):
4644 Handle 'nil' and floating-point arg more compatibly with new Emacs.
4645 (encode-time-value, with-decoded-time-value):
4646 Obsolete only if new Emacs.
4647 (time-add, time-subtract, time-less-p): Define if not new Emacs.
4648
4649 Improve time stamp handling, and be more consistent about it.
4650 This implements a suggestion made in:
4651 http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00587.html
4652 Among other things, this means timer.el no longer needs to
4653 autoload the time-date module.
4654 * allout-widgets.el (allout-elapsed-time-seconds): Doc fix.
4655 * arc-mode.el (archive-ar-summarize):
4656 * calendar/time-date.el (seconds-to-time, days-to-time, time-since):
4657 * emacs-lisp/timer.el (timer-relative-time, timer-event-handler)
4658 (run-at-time, with-timeout-suspend, with-timeout-unsuspend):
4659 * net/tramp.el (tramp-time-less-p, tramp-time-subtract):
4660 * proced.el (proced-time-lessp):
4661 * timezone.el (timezone-time-from-absolute):
4662 * type-break.el (type-break-schedule, type-break-time-sum):
4663 Simplify by using new functionality.
4664 * calendar/cal-dst.el (calendar-next-time-zone-transition):
4665 Do not return time values in obsolete and undocumented (HI . LO)
4666 format; use (HI LO) instead.
4667 * calendar/time-date.el (with-decoded-time-value):
4668 Treat 'nil' as current time. This is mostly for XEmacs.
4669 (encode-time-value, with-decoded-time-value): Obsolete.
4670 (time-add, time-subtract, time-less-p): Use no-op autoloads, for
4671 XEmacs. Define only if XEmacs, as they're now C builtins in Emacs.
4672 * ldefs-boot.el: Update to match new time-date.el
4673 * proced.el: Do not require time-date.
4674
4675 2014-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4676
4677 * net/eww.el (eww-mode): Make the buffer read-only.
4678 (eww-form-text): Inhibit read-only-ness in text input fields
4679 (bug#16476).
4680
4681 2014-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4682
4683 * simple.el (execute-extended-command--shorter): Cut search here.
4684 (execute-extended-command): Instead of here.
4685
4686 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
4687
4688 * progmodes/python.el (python-mode): Avoid use of set-local to
4689 keep Emacs 24.x compatibility.
4690
4691 2014-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4692
4693 * net/shr.el (shr): Move to the new defgroup `web'.
4694
4695 * net/eww.el (eww): Ditto.
4696
4697 * simple.el (execute-extended-command): Don't show the help
4698 message if the binding isn't significantly shorter than the
4699 M-x command the user typed (bug#19013).
4700
4701 2014-11-16 Ulf Jasper <ulf.jasper@web.de>
4702
4703 * calendar/icalendar.el (icalendar--convert-tz-offset):
4704 Return complete cons when offsets of standard time and daylight saving
4705 time are equal.
4706 (icalendar-export-region): Fix unbound variable warning.
4707
4708 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
4709
4710 * progmodes/python.el (run-python): Allow CMD to be optional and
4711 default it to a safe command, even for Windows. (bug#18596)
4712
4713 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
4714
4715 * progmodes/python.el (python-shell-calculate-command):
4716 Rename from python-shell-parse-command. Cleanup.
4717 (run-python, run-python-internal): Use it.
4718 (python-shell-calculate-pythonpath): Rename from
4719 python-new-pythonpath.
4720 (python-shell-calculate-process-environment): Use it.
4721 (python-shell-calculate-exec-path): Add comment.
4722
4723 2014-11-16 Thierry Banel <tbanelwebmin@free.fr> (tiny change)
4724
4725 * calc/calc-arith.el (math-max-list, math-min-list): Fix bug
4726 for date handling.
4727
4728 2014-11-16 Andreas Schwab <schwab@linux-m68k.org>
4729
4730 * version.el (emacs-repository-get-version): Use git rev-parse
4731 instead of git log.
4732
4733 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
4734
4735 * progmodes/python.el (python-indent-calculate-levels):
4736 Fix indentation behavior multiline dedenter statement. (Bug#18432)
4737
4738 2014-11-16 Fabián Ezequiel Gallina <fgallina@gnu.org>
4739
4740 * progmodes/python.el (python-indent-region):
4741 Use python-indent-line and skip special cases. (Bug#18843)
4742
4743 2014-11-16 Peder O. Klingenberg <peder@klingenberg.no>
4744
4745 * mail/emacsbug.el (report-emacs-bug): Make a better guess at
4746 envelope-from when reporting through sendmail (bug#19054).
4747
4748 2014-11-16 Oscar Fuentes <ofv@wanadoo.es>
4749
4750 Add faces for the VC modeline state indicator.
4751 * vc/vc-hooks.el:
4752 (vc-state-faces, vc-state-base-face)
4753 (vc-up-to-date-state, vc-needs-update-state)
4754 (vc-locked-state, vc-locally-added-state)
4755 (vc-conflict-state, vc-removed-state)
4756 (vc-missing-state, vc-edited-state):
4757 New faces.
4758 (vc-default-mode-line-string): Use them
4759
4760 2014-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4761
4762 * emacs-lisp/backquote.el (backquote-process): Optimize away ",'".
4763
4764 2014-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4765
4766 * net/eww.el (eww-search-words): Mention `eww-search-prefix'.
4767
4768 2014-11-15 Fabián Ezequiel Gallina <fgallina@gnu.org>
4769
4770 * progmodes/python.el (python-eldoc-setup-code): Enhance string
4771 type checks, simplify printing. (Bug#18962)
4772
4773 2014-11-14 Ivan Andrus <darthandrus@gmail.com>
4774
4775 * progmodes/python.el (python-shell-font-lock-kill-buffer):
4776 (python-shell-font-lock-with-font-lock-buffer)
4777 (python-shell-get-buffer, python-ffap-module-path):
4778 Use `derived-mode-p' instead of equality test on `major-mode'.
4779
4780 2014-11-14 Fabián Ezequiel Gallina <fgallina@gnu.org>
4781
4782 * progmodes/python.el (python-shell-virtualenv-root): Rename from
4783 python-shell-virtualenv-path.
4784 (python-shell-internal-get-process-name)
4785 (python-shell-calculate-process-environment)
4786 (python-shell-calculate-exec-path): Use it.
4787
4788 2014-11-14 Eli Zaretskii <eliz@gnu.org>
4789
4790 * bindings.el (search-map): Fix last change: don't use 'kbd' in
4791 bindings.el, since it is not yet loaded when bindings.el is
4792 preloaded.
4793
4794 2014-11-14 Fabián Ezequiel Gallina <fgallina@gnu.org>
4795
4796 * progmodes/python.el (python-shell-completion-get-completions):
4797 Fix previous merge.
4798
4799 2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4800
4801 * net/eww.el (eww-render): Don't set the title to the URL.
4802
4803 2014-11-13 Ulrich Müller <ulm@gentoo.org>
4804
4805 * version.el (emacs-repository-get-version): Call `git log'
4806 command with proper format argument (bug#19049).
4807
4808 2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4809
4810 * bindings.el (search-map): Bind M-s M-s to `eww-search-words'.
4811
4812 2014-11-14 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4813
4814 * net/eww.el (eww-search-words): New command (bug#16258).
4815
4816 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4817
4818 * net/shr.el (shr-inhibit-images): Add a doc string.
4819
4820 * net/eww.el (eww-after-render-hook): New variable.
4821 (eww-render): Use it.
4822
4823 * net/shr.el (shr-descend): Don't descend further than
4824 `max-specpdl-size' allows (bug#16587).
4825 (shr-depth): New variable.
4826 (shr-warning): New variable.
4827
4828 2014-11-13 Ivan Shmakov <ivan@siamics.net>
4829
4830 * net/shr.el (shr-parse-base): Handle <base href=""> correctly.
4831 (shr-expand-url): Expand absolute URLs correctly (bug#17958).
4832
4833 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4834
4835 * net/eww.el (eww): Add comment to clarify.
4836
4837 * net/shr.el (shr-parse-image-data): Remove blocked bits from
4838 external SVG images.
4839 (shr-tag-object): Display images in <object> forms (bug#16244).
4840 (shr-tag-table): Also insert <objects> after the tables.
4841
4842 2014-11-13 Michael Albinus <michael.albinus@gmx.de>
4843
4844 * vc/vc-hg.el (vc-hg-state): Disable pager. (Bug#18940)
4845
4846 2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4847
4848 * net/eww.el (eww-form-file): Fix version number.
4849
4850 2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4851
4852 * net/eww.el (eww-form-file): :type isn't a valid `defface' keyword.
4853
4854 2014-11-10 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
4855
4856 * net/eww.el(eww-form-file(defface)): New defface of file upload form.
4857 (eww-submit-file): New key map of file upload.
4858 (eww-form-file): New file upload button and file name context.
4859 (eww-select-file): Select file and display selected file name.
4860 (eww-tag-input): Handle input tag of file type.
4861 (eww-update-field): Add point offset.
4862 (eww-submit): Add submit with multipart/form-data.
4863
4864 2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4865
4866 * net/eww.el (eww-render, eww-display-html, eww-setup-buffer):
4867 Allow taking a buffer to render data in. This allows using several
4868 eww buffers (bug#16211).
4869
4870 2014-11-10 Charles Rendleman <carendle@gmail.com> (tiny change)
4871
4872 * net/eww.el (eww-download-callback): Save only the file contents,
4873 not the headers.
4874
4875 2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4876
4877 * net/eww.el (eww-data): New plist to store all the data relevant
4878 to a single page, used throughout the file instead of the
4879 variables `eww-current-url', `eww-current-dom',
4880 `eww-current-source', and `eww-current-title'.
4881 (eww-readable): Copy over pertinent data from the parent page.
4882 (eww-save-history): Don't let the history grow infinitely.
4883
4884 * net/eww.el: Remove `eww-next-url', `eww-previous-url',
4885 `eww-up-url', `eww-home-url', `eww-start-url' and
4886 `eww-contents-url' and put the data into the `eww-data' plist.
4887 This allow restoring these values after going back in the history.
4888
4889 2014-11-10 Sylvain Chouleur <sylvain.chouleur@gmail.com> (tiny change)
4890
4891 Allow VTIMEZONE where daylight and standard time zones are equal.
4892 See: http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00494.html
4893 * calendar/icalendar.el (icalendar--convert-tz-offset):
4894 Support timezone without daylight saving time.
4895
4896 2014-11-10 Glenn Morris <rgm@gnu.org>
4897
4898 * startup.el (command-line): Handle nil elements in load-path.
4899
4900 2014-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4901
4902 * help.el (view-lossage): Include the actual commands run.
4903
4904 2014-11-10 Dmitry Gutov <dgutov@yandex.ru>
4905
4906 * vc/vc-dir.el (vc-dir-hide-state): Also hide `ignored' items when
4907 no state is specified. (Bug#18964)
4908
4909 2014-11-09 Eric Ludlam <zappo@gnu.org>
4910
4911 * emacs-lisp/eieio-custom.el (eieio-customize-object):
4912 Set eieio-cog (current group) to g, which is an improved form of input
4913 group.
4914
4915 2014-11-09 Juri Linkov <juri@jurta.org>
4916
4917 * isearch.el (isearch-message-prefix): Show "Multi-file" and
4918 "Multi-buffer" instead of "Multi". (Bug#13592)
4919
4920 * misearch.el (multi-isearch-file-list):
4921 Autoload multi-isearch-buffer-list and multi-isearch-file-list.
4922 (multi-isearch-end): Reset multi-isearch-buffer-list and
4923 multi-isearch-file-list to nil.
4924
4925 2014-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4926
4927 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
4928 Don't call byte-compile-preprocess since the result will go through
4929 cconv.
4930 (byte-compile-output-docform): Handle uninterned `name' correctly.
4931 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Use interned name
4932 to circumvent byte-compiler bug.
4933
4934 * emacs-lisp/macroexp.el (macroexp--expand-all): Fix typo.
4935 (macroexp--compiler-macro): Remove left-over debug code.
4936
4937 * emacs-lisp/cl-extra.el (cl-get): Silence compiler warning.
4938
4939 2014-11-08 Juri Linkov <juri@jurta.org>
4940
4941 * simple.el (shell-command): Use buffer-name when output-buffer is
4942 a buffer. (Bug#18096)
4943
4944 2014-11-08 Juri Linkov <juri@jurta.org>
4945
4946 * minibuffer.el (minibuffer-completion-help): Compare this-command
4947 with completion-at-point. (Bug#17809)
4948
4949 2014-11-08 Glenn Morris <rgm@gnu.org>
4950
4951 * emacs-lisp/bytecomp.el (byte-compile-report-error):
4952 Allow the argument to be a string. Due to the vague doc,
4953 it was already being used this way.
4954
4955 2014-11-08 Michael Albinus <michael.albinus@gmx.de>
4956
4957 * net/tramp.el (tramp-check-cached-permissions): Include hop in
4958 the constructed Tramp file name. (Bug#18943)
4959
4960 2014-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4961
4962 * emulation/cua-base.el (cua--select-keymaps): Use region-active-p
4963 (bug#18952).
4964 (cua-set-mark, cua--post-command-handler-1):
4965 * emulation/cua-gmrk.el (cua-cancel-global-mark): Same.
4966
4967 2014-11-08 Michael Albinus <michael.albinus@gmx.de>
4968
4969 * files.el (file-name-non-special): Wrap the call of
4970 `insert-file-contents' by `unwind-protect', in order to set the
4971 buffer's file name anyway. (Bug#18891)
4972
4973 2014-11-08 Alan Mackenzie <acm@muc.de>
4974
4975 Fix wrong bound to c-font-lock-declarators.
4976 * progmodes/cc-fonts.el (c-font-lock-declarations):
4977 Pass "(point-max)" as bound to c-font-lock-declarators, not "limit", as
4978 the buffer is sometimes narrowed to less than "limit" (e.g., in
4979 the presence of macros). (Bug#18948)
4980
4981 2014-11-08 Michael Albinus <michael.albinus@gmx.de>
4982
4983 * net/tramp.el (tramp-error-with-buffer): Show connection buffer
4984 only when message appeared in minibuffer. (Bug#18891)
4985
4986 * net/tramp-adb.el (tramp-adb-handle-file-attributes):
4987 * net/tramp-gvfs.el (tramp-gvfs-handle-file-attributes):
4988 * net/tramp-sh.el (tramp-sh-handle-file-attributes): Return nil in
4989 case of errors.
4990
4991 2014-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4992
4993 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
4994 Don't compile before eval in `eval-and-compile'.
4995 (byte-compile-arglist-warn): Add check for defining macros after their
4996 first use. Check call use even if the function is fboundp.
4997
4998 2014-11-08 Richard Stallman <rms@gnu.org>
4999
5000 * mail/rmail.el (rmail-epa-decrypt): Detect armor with line prefixes.
5001 Check more carefully for mime-part specified character set.
5002 Check for mime-part Content Transfer Encoding.
5003 Notify if no armor found.
5004
5005 2014-11-08 Martin Rudalics <rudalics@gmx.at>
5006
5007 * faces.el (face-set-after-frame-default): Enable running
5008 `window-configuration-change-hook'.
5009
5010 2014-11-07 Juri Linkov <juri@jurta.org>
5011
5012 * replace.el: History for query replace pairs.
5013 (query-replace-defaults): Promote to a list of cons cell. Doc fix.
5014 (query-replace-from-to-separator): New variable.
5015 (query-replace-read-from): Let-bind query-replace-from-to-history
5016 to a list of FROM-TO strings created from query-replace-defaults
5017 and separated by query-replace-from-to-separator. Use it as
5018 the history while reading from the minibuffer. Split the returned
5019 string by the separator to get FROM and TO parts, and add them
5020 to the history variables.
5021 (query-replace-read-to): Add FROM-TO pairs to query-replace-defaults.
5022 (query-replace-regexp-eval): Let-bind query-replace-defaults to nil.
5023 http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg00253.html
5024
5025 * isearch.el (isearch-text-char-description): Keep characters
5026 intact and put formatted strings with the `display' property.
5027
5028 2014-11-07 Martin Rudalics <rudalics@gmx.at>
5029
5030 * cus-start.el (frame-resize-pixelwise): Fix group.
5031 (frame-inhibit-implied-resize): Add entry.
5032
5033 2014-11-07 Daiki Ueno <ueno@gnu.org>
5034
5035 * epa.el (epa-pinentry-mode): New user option.
5036 (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
5037 (epa-sign-region, epa-encrypt-region): Respect epa-pinentry-mode.
5038 * epa-file.el (epa-file-insert-file-contents)
5039 (epa-file-write-region): Respect epa-pinentry-mode.
5040
5041 2014-11-07 Daiki Ueno <ueno@gnu.org>
5042
5043 * epg.el (epg--list-keys-1): Ignore fields after the 15th field
5044 (bug#18979). Reported by Hideki Saito.
5045
5046 2014-11-06 Daiki Ueno <ueno@gnu.org>
5047
5048 * emacs-lisp/package.el (package--display-verify-error): New function.
5049 (package--check-signature): Use it to display output sent to stderr.
5050
5051 2014-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
5052
5053 * subr.el (pop): Don't call the getter twice (bug#18968).
5054
5055 * emacs-lisp/macroexp.el (macroexp--expand-all): Optimize away trivial
5056 uses of `funcall'.
5057
5058 2014-11-06 Daiki Ueno <ueno@gnu.org>
5059
5060 * epa.el (epa-error-buffer): New variable.
5061 (epa-display-error): New function.
5062 (epa-decrypt-file, epa-verify-file, epa-verify-region)
5063 (epa-delete-keys, epa-import-keys): Display output sent to stderr.
5064 (epa-sign-file, epa-sign-region, epa-encrypt-region)
5065 (epa-export-keys, epa-insert-keys): Display output sent to stderr.
5066 Use setf instead of epg-context-set-*.
5067 * epa-file.el (epa-file-insert-file-contents):
5068 Use epa-display-error instead of epa-display-info. Mimic the behavior
5069 of jka-compr when decryption program is not found.
5070 (epa-file-write-region): Use epa-display-error instead of
5071 epa-display-info.
5072
5073 2014-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
5074
5075 * vc/vc.el (vc-region-history): New command.
5076 (vc-print-log-internal): Use cl-some.
5077
5078 * vc/vc-git.el (vc-git-region-history): New function.
5079 (vc-git-region-history-mode-map)
5080 (vc-git--log-view-long-font-lock-keywords)
5081 (vc-git-region-history-font-lock-keywords): New vars.
5082 (vc-git-region-history-font-lock): New function.
5083 (vc-git-region-history-mode): New major mode.
5084
5085 2014-11-05 Tassilo Horn <tsdh@gnu.org>
5086
5087 * net/eww.el (subr-x): Require subr-x at compile-time because eww
5088 uses string-trim.
5089
5090 2014-11-05 Daiki Ueno <ueno@gnu.org>
5091
5092 * epg.el (epg-context): Add new slot ERROR-OUTPUT.
5093 (epg-error-output): New buffer-local variable.
5094 (epg--start): Initialize epg-error-output.
5095 (epg--process-filter): Record output lines sent to stderr, in
5096 epg-error-output.
5097 (epg-wait-for-completion): Copy epg-error-output to ERROR-OUTPUT
5098 slot of context.
5099 * epa-file.el (epa-file-insert-file-contents): On error, display
5100 output sent to stderr.
5101 (epa-file-write-region): Likewise.
5102
5103 2014-11-05 Eli Zaretskii <eliz@gnu.org>
5104
5105 * jit-lock.el (jit-lock-stealth-fontify): Be tolerant to nil being
5106 returned by load-average.
5107
5108 2014-11-05 Michael Albinus <michael.albinus@gmx.de>
5109
5110 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Don't use
5111 a local copy; setting `inhibit-file-name-handlers' proper might be
5112 more performant. (Bug#18751)
5113
5114 2014-11-05 Glenn Morris <rgm@gnu.org>
5115
5116 * mail/emacsbug.el (report-emacs-bug): No longer include
5117 recent-keys in the report. (Bug#18900)
5118
5119 2014-11-04 Paul Eggert <eggert@cs.ucla.edu>
5120
5121 * mouse.el (mouse-drag-line): Fix misspelling of "right-fringe".
5122
5123 2014-11-04 Teodor Zlatanov <tzz@lifelogs.com>
5124
5125 * net/eww.el (eww): Trim URL with `string-trim'.
5126 Suggested by Vibhav Pant <vibhavp@gmail.com>.
5127
5128 2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5129
5130 * net/eww.el (eww-score-readability): Don't count comments positively.
5131
5132 * net/shr.el (shr-retransform-dom): Typo fix.
5133
5134 * net/eww.el (eww-score-readability): Parse SVC images correctly.
5135 (eww-display-html): Don't leave point inside forms.
5136
5137 * net/shr.el: Ditto.
5138
5139 2014-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5140
5141 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string): Assume that
5142 edebug-prin1-to-string already handles circularity.
5143
5144 * emacs-lisp/byte-run.el (defun-declarations-alist): Fix compiler-macro
5145 autoloading when specified as a lambda.
5146
5147 * simple.el (execute-extended-command--last-typed): New var.
5148 (read-extended-command): Set it.
5149 Don't complete obsolete commands.
5150 (execute-extended-command--shorter-1)
5151 (execute-extended-command--shorter): New functions.
5152 (execute-extended-command): Use them to suggest shorter names.
5153 (indicate-copied-region, deactivate-mark): Use region-active-p.
5154
5155 2014-11-03 Michael Albinus <michael.albinus@gmx.de>
5156
5157 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer): Use a
5158 local copy of FILENAME, when it is remote. (Bug#18751)
5159
5160 * net/tramp-adb.el (tramp-adb-handle-process-file): Do not raise
5161 an error when the command fails; the return code must indicate.
5162 (tramp-adb-send-command-and-check): Fix docstring.
5163
5164 2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5165
5166 * net/shr.el (shr-retransform-dom): Don't ignore elements that
5167 have no children like <br />.
5168
5169 * net/eww.el (eww-display-html): Clear `url-queue'.
5170 (eww-display-pdf): New function.
5171 (eww-render): Display PDFs with `doc-view'.
5172 (url-queue): Require `url-queue' to avoid compilation warning.
5173 (eww-colorize-region): Remove duplicate function.
5174 (eww-tag-body): Use `shr-colorize-region'.
5175
5176 2014-11-03 Yoni Rabkin <yrk@gnu.org>
5177
5178 * net/eww.el (eww-list-bookmarks): Autoload.
5179
5180 2014-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
5181
5182 * net/shr.el (shr-retransform-dom): Allow several text sub-nodes.
5183
5184 * net/eww.el (eww-display-html): The charset is called `utf-8',
5185 not `utf8'.
5186 (eww-readable): Decode the saved text correctly.
5187 (eww-readable): Save the history before displaying so that we can
5188 go back to the non-readable version.
5189 (eww-display-html): Don't try to decode the text if we've been
5190 passed in a pre-parsed DOM.
5191 (eww-tag-title): Remove newlines and extra whitespace from the
5192 displayed title.
5193
5194 2014-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
5195
5196 * net/eww.el (eww-readable): New command and keystroke.
5197
5198 * net/shr.el (shr-retransform-dom): New function.
5199
5200 * net/eww.el (eww-display-html): Set `eww-current-source' in the
5201 correct buffer.
5202 (eww-view-source): Use it.
5203
5204 2014-11-02 Ivan Shmakov <ivan@siamics.net>
5205
5206 * net/eww.el (eww): Recognize colon-delimited IPv6 addresses.
5207 (Bug#18603).
5208
5209 2014-11-02 Brian McKenna <brian@brianmckenna.org> (tiny change)
5210
5211 * net/eww.el (eww-submit): Encode empty form values as "". (Bug#17785).
5212
5213 2014-11-02 Ivan Shmakov <ivan@siamics.net>
5214
5215 * net/eww.el (eww): Allow "file:/file/name" URLs. (Bug#18825).
5216
5217 2014-11-02 Ivan Shmakov <ivan@siamics.net>
5218
5219 * net/eww.el (eww-mode-map): Remove mentions of `eww-quit'.
5220 (Bug#18834).
5221
5222 2014-11-02 Eric Abrahamsen <eric@ericabrahamsen.net>
5223
5224 * emacs-lisp/eieio.el (eieio-edebug-prin1-to-string): Adjust for
5225 use as advice.
5226 (edebug-setup-hook): Advise `edebug-prin1-to-string'. (Bug#18897)
5227
5228 2014-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5229
5230 * emacs-lisp/pp.el (pp-macroexpand-expression): Use macroexpand-1
5231 (bug#18821).
5232 * progmodes/elisp-mode.el (emacs-lisp-macroexpand): Idem.
5233
5234 2014-11-01 Michael R. Mauger <michael@mauger.com>
5235
5236 * sql.el (sql-mode-oracle-font-lock-keywords): Correct regexp
5237 syntax, add new keywords, and parse longer keywords first.
5238 (sql-redirect-one): Protect against empty command.
5239 (sql-mode, sql-interactive-mode): Set `custom-mode-group' property
5240 to SQL. (Bug#14759)
5241
5242 2014-11-01 Michael R. Mauger <michael@mauger.com>
5243
5244 * sql.el (sql-interactive-mode, sql-stop): Correct fix for
5245 Bug#16814 with let-bind of comint-input-ring variables around read
5246 and save functions.
5247
5248 2014-11-01 Michael Albinus <michael.albinus@gmx.de>
5249
5250 * net/tramp-cache.el (tramp-get-file-property)
5251 (tramp-set-file-property): Check that `tramp-cache-get-count-*'
5252 and `tramp-cache-set-count-*' are bound. Otherwise, there might
5253 be compiler warnings.
5254
5255 * net/tramp-sh.el (tramp-get-remote-uid, tramp-get-remote-gid):
5256 Return -1 respective "UNKNOWN", if uid or gid cannot be determined.
5257
5258 2014-11-01 Eli Zaretskii <eliz@gnu.org>
5259
5260 * progmodes/compile.el (compilation-mode): Turn off deferred
5261 fontifications locally. (Bug#18856)
5262
5263 2014-11-01 Wolfgang Jenkner <wjenkner@inode.at>
5264
5265 * net/tramp-sh.el (tramp-send-command): Fix the case where the
5266 remote-echo connection property is non-nil (bug#18858).
5267
5268 2014-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5269
5270 * simple.el (newline): Add assertions to try and help catch bug#18913.
5271
5272 * emulation/cua-base.el (cua-delete-region): Use delete-active-region
5273 (bug#18886).
5274 (cua--last-deleted-region-pos, cua--last-deleted-region-text): Remove.
5275
5276 2014-11-01 Kim F. Storm <storm@cua.dk>
5277
5278 Restore cua-delete-copy-to-register-0 and M-v command (bug#18886).
5279 * delsel.el (delete-selection-save-to-register)
5280 (delsel--replace-text-or-position): New vars.
5281 (delete-active-region): Use them.
5282 (delete-selection-repeat-replace-region): New command, moved from
5283 cua-base.el.
5284 * emulation/cua-base.el (cua--repeat-replace-text): Remove var.
5285 (cua-repeat-replace-region): Move command to delsel.el.
5286 (cua--init-keymaps): Update binding accordingly.
5287 (cua-mode): Set delete-selection-save-to-register.
5288
5289 2014-11-01 Alan Mackenzie <acm@muc.de>
5290
5291 Make blink-parens work with a closing template delimiter.
5292 * progmodes/cc-cmds.el (c-electric-lt-gt): Cause a redisplay
5293 before calling blink-paren-function, so as to apply syntax-table
5294 properties to the ">".
5295
5296 2014-11-01 Jan Djärv <jan.h.d@swipnet.se>
5297
5298 * select.el (gui-get-selection): Comment: data-type ignored on NS.
5299
5300 2014-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5301
5302 * emacs-lisp/macroexp.el (macroexpand-1): New function (bug#18821).
5303 (macroexp--expand-all): Unrelated tweaks.
5304
5305 * emacs-lisp/gv.el (gv-get): Use macroexpand-1.
5306
5307 2014-10-30 Glenn Morris <rgm@gnu.org>
5308
5309 * startup.el (command-line): Remove pointless attempt to avoid
5310 statting the file-system (which expand-file-name doesn't do).
5311
5312 2014-10-30 Daniel Colascione <dancol@dancol.org>
5313
5314 Add "enum class" support to C++ mode.
5315 * progmodes/cc-langs.el (c-after-brace-list-decl-kwds)
5316 (c-after-brace-list-key): New language consts/variables.
5317 * progmodes/cc-engine.el (c-looking-at-decl-block):
5318 Exclude spurious match of "enum struct" from decl-block recognition.
5319 (c-backward-colon-prefixed-type): New function.
5320 (c-backward-over-enum-header): Call above function to extend
5321 recognition of enum structure.
5322
5323 2014-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5324
5325 * progmodes/cc-defs.el (c--macroexpand-all): New function (bug#18845).
5326 (c-lang-defconst):
5327 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use it.
5328
5329 2014-10-30 Eli Zaretskii <eliz@gnu.org>
5330
5331 * progmodes/compile.el (compilation-start):
5332 If compilation-scroll-output is non-nil, don't force window-start of
5333 the compilation buffer to be at beginning of buffer. (Bug#18874)
5334
5335 * startup.el (fancy-about-text): Read the entire tutorial, not
5336 just its first 256 bytes. (Bug#18760)
5337
5338 2014-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5339
5340 * emacs-lisp/bytecomp.el: Require cl-extra (bug#18804).
5341 * emacs-lisp/cl-extra.el: Add missing provide.
5342
5343 * emacs-lisp/bytecomp.el (byte-compile-and-folded): Optimize case where
5344 all args are copyable (bug#18767).
5345 (=, <, >, <=, >=): Re-enable the optimization.
5346
5347 2014-10-29 Glenn Morris <rgm@gnu.org>
5348
5349 * net/rcirc.el (rcirc-fill-column): Unbump :version. Mark :risky.
5350
5351 * version.el (emacs-bzr-version, emacs-bzr-get-version):
5352 Revert 2014-10-26 change.
5353
5354 2014-10-29 Paul Eggert <eggert@cs.ucla.edu>
5355
5356 Simplify use of current-time and friends.
5357 * allout-widgets.el (allout-widgets-hook-error-handler):
5358 * calendar/appt.el (appt-display-message):
5359 * calendar/icalendar.el (icalendar--convert-float-to-ical):
5360 * calendar/timeclock.el (timeclock-in, timeclock-when-to-leave)
5361 (timeclock-last-period, timeclock-day-base):
5362 * eshell/em-ls.el (eshell-ls-file):
5363 * eshell/esh-util.el (eshell-parse-ange-ls):
5364 * generic-x.el (named-database-print-serial):
5365 * net/newst-backend.el (newsticker--get-news-by-url-callback)
5366 (newsticker-get-news, newsticker--sentinel-work)
5367 (newsticker--image-get, newsticker--image-sentinel):
5368 * net/tramp-sh.el (tramp-get-remote-touch):
5369 * progmodes/opascal.el (opascal-debug-log):
5370 * textmodes/remember.el (remember-mail-date)
5371 (remember-store-in-files):
5372 * vc/vc-annotate.el (vc-annotate-display-autoscale)
5373 (vc-default-annotate-current-time):
5374 * vc/vc-bzr.el (vc-bzr-shelve-snapshot):
5375 * vc/vc-cvs.el (vc-cvs-annotate-current-time):
5376 * vc/vc-rcs.el (vc-rcs-annotate-current-time):
5377 Omit unnecessary call to current-time.
5378 * calendar/time-date.el (time-to-seconds) [!float-time]:
5379 * vc/vc-annotate.el (vc-annotate-convert-time):
5380 Use current time if arg is nil, to be compatible with float-time.
5381 (time-date--day-in-year): New function, with most of the guts of
5382 the old time-to-day-in-year.
5383 (time-to-day-in-year): Use it.
5384 (time-to-days): Use it, to avoid decoding the same time stamp twice.
5385 * calendar/timeclock.el (timeclock-time-to-date):
5386 Arg is now optional, like current-time-string.
5387 (timeclock-update-mode-line):
5388 Don't call current-time twice to get the current time stamp,
5389 as this can lead to inconsistent results.
5390 * completion.el (cmpl-hours-since-origin):
5391 * ido.el (ido-time-stamp):
5392 * vc/vc-annotate.el (vc-annotate-convert-time):
5393 Simplify by using float-time.
5394 * completion.el (save-completions-to-file):
5395 Rename local var to avoid confusion.
5396 * net/rcirc.el (rcirc-float-time): Simplify to an alias because
5397 time-to-seconds now behaves like float-time with respect to nil arg.
5398 * subr.el (progress-reporter-do-update):
5399 Don't call float-time unless needed.
5400
5401 2014-10-29 Leo Liu <sdl.web@gmail.com>
5402
5403 * net/rcirc.el (rcirc-fill-column): Use function.
5404 (rcirc-markup-fill): Remove adjustment.
5405
5406 2014-10-28 Christopher Schmidt <ch@ristopher.com>
5407
5408 * calc/calc.el (quick-calc):
5409 * calc/calc-aent.el (calc-do-quick-calc): New argument INSERT.
5410
5411 2014-10-28 Sam Steingold <sds@gnu.org>
5412
5413 * net/rcirc.el (rcirc-fill-column): Allow any symbolic value for
5414 the sake of `window-body-width' (in addition to `frame-width').
5415
5416 2014-10-26 Eric S. Raymond <esr@thyrsus.com>
5417
5418 * version.el: Fix some fallback values to conform to the actual
5419 release number.
5420
5421 2014-10-25 Eric S. Raymond <esr@thyrsus.com>
5422
5423 * Makefile.in: Change some production names so they're neutral
5424 about the repository type.
5425
5426 2014-10-25 Michael Albinus <michael.albinus@gmx.de>
5427
5428 * net/tramp-gvfs.el (tramp-gvfs-methods-mounttracker)
5429 (tramp-gvfs-mountlocation-signature): Check `tramp-gvfs-enabled'
5430 during initialization. (Bug#18774)
5431
5432 2014-10-25 Vincent Belaïche <vincentb1@users.sourceforge.net>
5433
5434 * ses.el (macroexp): Add require for this package, so that
5435 function `ses--cell' gets macroexp-quote --- this change was
5436 supposed to be in my previous commit, but left out by mistake.
5437 (ses--cell): Do not make formula a macroexp-quote of value when
5438 value, not formula, is *skip*.
5439
5440 2014-10-24 Vincent Belaïche <vincentb1@users.sourceforge.net>
5441
5442 * ses.el (macroexp): Add require for this package, so that function
5443 `ses--cell gets macroexp-quote.
5444 (ses--cell): Makes formula a macroexp-quote of value when formula
5445 is nil. The rationale of this changr is to allow in the future
5446 shorter SES files, e.g. we could have only `(ses-cell A1 1.0)'
5447 instead of `(ses-cell A1 1.0 1.0 nil REFLIST)'. In such a case
5448 reference list REFLIST would be re-computed after load --- thus
5449 trading off load time against file size.
5450
5451 * emacs-lisp/package.el (package--alist-to-plist-args):
5452 Use macroexp-quote instead of a lambda expression which has the same
5453 content as macroexp-quote.
5454 (macroexp): Add require for this package, so that function
5455 `package--alist-to-plist-args' gets macroexp-quote.
5456
5457 * emacs-lisp/macroexp.el (macroexp-quote): New defun.
5458
5459 2014-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5460
5461 * term/ns-win.el (ns-store-cut-buffer-internal)
5462 (ns-copy-including-secondary): Use gui-set-selection (bug#18816).
5463
5464 2014-10-24 Martin Rudalics <rudalics@gmx.at>
5465
5466 * mouse.el (mouse-drag-line): Don't use mouse-pixel-position.
5467 Calculate increment from last position instead of window edge.
5468 Add right- and bottom-divider bindings to transient map.
5469
5470 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5471
5472 * emacs-lisp/cl-macs.el (cl-defstruct): Define an internal predicate
5473 even if :predicate was nil, for the benefit of typep.
5474 Record the name of the predicate for typep's use.
5475 (cl--make-type-test): Use pcase. Obey new
5476 cl-deftype-satisfies property.
5477
5478 * epg.el: Use cl-defstruct.
5479 (epg-make-data-from-file, epg-make-data-from-string, epg-data-file)
5480 (epg-data-string): Define via cl-defstruct.
5481 (epg--gv-nreverse): New macro.
5482 (epg-context--make): New constructor (provided vi cl-defstruct).
5483 (epg-make-context): Rewrite using it.
5484 (epg-context-protocol, epg-context-program)
5485 (epg-context-home-directory, epg-context-armor, epg-context-textmode)
5486 (epg-context-include-certs, epg-context-cipher-algorithm)
5487 (epg-context-digest-algorithm, epg-context-compress-algorithm)
5488 (epg-context-passphrase-callback, epg-context-progress-callback)
5489 (epg-context-signers, epg-context-sig-notations, epg-context-process)
5490 (epg-context-output-file, epg-context-result, epg-context-operation)
5491 (epg-context-pinentry-mode): Define using cl-defstruct.
5492 (epg-context-set-protocol, epg-context-set-program)
5493 (epg-context-set-include-certs, epg-context-set-cipher-algorithm)
5494 (epg-context-set-digest-algorithm)
5495 (epg-context-set-sig-notations, epg-context-set-process)
5496 (epg-context-set-output-file, epg-context-set-result)
5497 (epg-context-set-operation, epg-context-set-pinentry-mode)
5498 (epg-context-set-compress-algorithm): Remove. Use setf instead.
5499 (epg-context-set-armor, epg-context-set-textmode)
5500 (epg-context-set-signers): Redefine using setf
5501 and declare as obsolete.
5502 (epg-context-set-passphrase-callback)
5503 (epg-context-set-progress-callback): Use setf.
5504 (epg-signature-notations): Rename from epg-sig-notations.
5505 (epg-make-signature, epg-signature-status, epg-signature-key-id)
5506 (epg-signature-validity, epg-signature-fingerprint)
5507 (epg-signature-creation-time, epg-signature-expiration-time)
5508 (epg-signature-pubkey-algorithm, epg-signature-digest-algorithm)
5509 (epg-signature-class, epg-signature-version): Define vi cl-defstruct.
5510 (epg-signature-set-status, epg-signature-set-key-id)
5511 (epg-signature-set-validity, epg-signature-set-fingerprint)
5512 (epg-signature-set-creation-time, epg-signature-set-expiration-time)
5513 (epg-signature-set-pubkey-algorithm)
5514 (epg-signature-set-digest-algorithm, epg-signature-set-class)
5515 (epg-signature-set-version, epg-signature-set-notations): Remove.
5516 Use setf instead.
5517 (epg-make-new-signature, epg-new-signature-type)
5518 (epg-new-signature-pubkey-algorithm)
5519 (epg-new-signature-digest-algorithm, epg-new-signature-class)
5520 (epg-new-signature-creation-time, epg-new-signature-fingerprint):
5521 Define using cl-defstruct.
5522 (epg-make-key, epg-key-owner-trust, epg-key-sub-key-list)
5523 (epg-key-user-id-list): Define using cl-defstruct.
5524 (epg-key-set-sub-key-list, epg-key-set-user-id-list): Remove.
5525 Use setf instead.
5526 (epg-make-sub-key, epg-sub-key-validity, epg-sub-key-capability)
5527 (epg-sub-key-secret-p, epg-sub-key-algorithm, epg-sub-key-length)
5528 (epg-sub-key-id, epg-sub-key-creation-time)
5529 (epg-sub-key-expiration-time, epg-sub-key-fingerprint): Define using
5530 cl-defstruct.
5531 (epg-sub-key-set-fingerprint): Remove. Use setf instead.
5532 (epg-make-user-id, epg-user-id-validity, epg-user-id-string)
5533 (epg-user-id-signature-list): Define using cl-defstruct.
5534 (epg-user-id-set-signature-list): Remove. Use setf instead.
5535 (epg-make-key-signature, epg-key-signature-validity)
5536 (epg-key-signature-pubkey-algorithm, epg-key-signature-key-id)
5537 (epg-key-signature-creation-time, epg-key-signature-expiration-time)
5538 (epg-key-signature-user-id, epg-key-signature-class)
5539 (epg-key-signature-exportable-p): Define using cl-defstruct.
5540 (epg-make-sig-notation, epg-sig-notation-name)
5541 (epg-sig-notation-value, epg-sig-notation-human-readable)
5542 (epg-sig-notation-critical): Define using cl-defstruct.
5543 (epg-sig-notation-set-value): Remove. Use setf instead.
5544 (epg-make-import-status, epg-import-status-fingerprint)
5545 (epg-import-status-reason, epg-import-status-new)
5546 (epg-import-status-user-id, epg-import-status-signature)
5547 (epg-import-status-sub-key, epg-import-status-secret): Define using
5548 cl-defstruct.
5549 (epg-make-import-result, epg-import-result-considered)
5550 (epg-import-result-no-user-id, epg-import-result-imported)
5551 (epg-import-result-imported-rsa, epg-import-result-unchanged)
5552 (epg-import-result-new-user-ids, epg-import-result-new-sub-keys)
5553 (epg-import-result-new-signatures, epg-import-result-new-revocations)
5554 (epg-import-result-secret-read, epg-import-result-secret-imported)
5555 (epg-import-result-secret-unchanged, epg-import-result-not-imported)
5556 (epg-import-result-imports): Define using cl-defstruct.
5557
5558 * emacs-lisp/package.el: Require EPG during macroexpansion.
5559 (package--check-signature, package-import-keyring): Use setf instead of
5560 epg-context-set-home-directory.
5561
5562 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5563
5564 * emacs-lisp/bytecomp.el (byte-compile--use-old-handlers): Change default.
5565
5566 2014-10-23 Leo Liu <sdl.web@gmail.com>
5567
5568 * progmodes/cfengine.el (cfengine3-defun-full-re): New var.
5569 (cfengine3-create-imenu-index): Use it and use ` ' for separation.
5570 (cfengine3-current-defun): New function.
5571 (cfengine3-mode): Set add-log-current-defun-function.
5572
5573 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
5574
5575 * select.el: Use lexical-binding.
5576 (gui-set-selection): Provide an implementation for non-GUI frames
5577 (bug#18791).
5578 * term/x-win.el: Use lexical-binding.
5579 (x-clipboard-yank): Fix up missed renamings.
5580 * term/w32-win.el (libgif-version, libjpeg-version): Silence compiler.
5581 (w32--set-selection): Fix up var names.
5582 * term/pc-win.el: Use lexical-binding.
5583 (w16-selection-exists-p): Silence compiler warning.
5584 (w16-selection-owner-p): Fix up missed renamings.
5585
5586 * emacs-lisp/bytecomp.el (byte-compile-form): Remove left-over debug.
5587
5588 * frame.el (frame-notice-user-settings): Fix excessive quoting.
5589
5590 2014-10-22 Tassilo Horn <tsdh@gnu.org>
5591
5592 * doc-view.el (doc-view-open-text): View the document's plain text
5593 in the current buffer instead of a new one.
5594 (doc-view-toggle-display): Handle the case where the current
5595 buffer contains the plain text contents of the document.
5596 (doc-view-initiate-display): Don't switch to fallback mode if the
5597 user wants to view the doc's plain text.
5598 (doc-view-set-doc-type): Use assoc-string instead of
5599 assoc-ignore-case.
5600
5601 2014-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5602
5603 * subr.el (read-key): Fix clicks on the mode-line.
5604 (set-transient-map): Return exit function.
5605
5606 * mouse.el (mouse-drag-line): Use set-transient-map (bug#18015).
5607 (mouse--down-1-maybe-follows-link): Remove unused var `this-event'.
5608 (mouse-yank-secondary): Use gui-get-selection.
5609 (mouse--down-1-maybe-follows-link): Use read-key.
5610
5611 * xt-mouse.el: Add `event-kind' property on the fly from
5612 xterm-mouse-translate-1 rather than statically at the outset.
5613
5614 2014-10-21 Daniel Colascione <dancol@dancol.org>
5615
5616 * vc/vc-dispatcher.el (vc-resynch-window): Tell view-mode not to
5617 change window configuration when we turn it off.
5618
5619 2014-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5620
5621 Get rid of backend-dependent selection-handling functions for kill/yank
5622 and make it generic instead by relying on the lower-level selection
5623 management functions.
5624
5625 * select.el (select-enable-clipboard): Rename from
5626 gui-select-enable-clipboard.
5627 (select-enable-primary): Move from x-win.el and rename from
5628 x-select-enable-primary.
5629 (gui-last-selected-text): Remove.
5630 (gui--last-selected-text-clipboard, gui--last-selected-text-primary):
5631 New vars.
5632 (gui-select-text): Rewrite, based on x-win.el's old x-select-text.
5633 (gui-select-text-alist, gui-selection-value-alist): Remove.
5634 (x-select-request-type): Move from x-win.el.
5635 (gui--selection-value-internal): New function, taken from x-win's
5636 x-selection-value-internal.
5637 (gui-selection-value): Rewrite, based on x-win.el's old x-selection-value.
5638 (gui-set-selection-alist): Rename from gui-own-selection-alist and
5639 extend it to handle a nil value as a "disown" request.
5640 (gui-disown-selection-alist): Remove.
5641 (xselect-convert-to-delete): Adjust accordingly.
5642 (gui-set-selection): Simplify accordingly as well. Use dotimes.
5643
5644 * term/x-win.el (x-last-selected-text-primary)
5645 (x-select-enable-primary): Remove (moved to select.el).
5646 (x-select-request-type): Move to select.el.
5647 (x-selection-value-internal, x--selection-value): Remove functions.
5648 (gui-selection-value, gui-select-text): Remove moethods.
5649 (gui-set-selection): Merge own and disown methods.
5650
5651 * term/w32-win.el (w32--select-text, w32--get-selection-value):
5652 Delete function (move functionality into w32--set-selection and
5653 w32--get-selection).
5654 (gui-select-text, gui-selection-value): Don't define methods.
5655 (w32--set-selection, w32--get-selection, w32--selection-owner-p):
5656 New functions.
5657 (gui-get-selection, gui-selection-owner-p, gui-selection-exists-p):
5658 Use them.
5659 (gui-selection-exists-p): Adjust to new name of C primitive.
5660
5661 * term/pc-win.el (w16-get-selection-value): Add dummy argument and drop
5662 test of gui-select-enable-clipboard, to make it usable as
5663 a gui-get-selection method.
5664 (gui-selection-exists-p): Adjust to new name of C primitive.
5665 (gui-set-selection): Merge own and disown methods.
5666 (gui-select-text, gui-selection-value): Delete methods.
5667 (w16--select-text): Delete function.
5668
5669 * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard)
5670 (ns-selection-value): Remove functions.
5671 (gui-select-text, gui-selection-value): Don't define method any more.
5672 (gui-set-selection): Merge the old own and disown methods.
5673 (gui-selection-exists-p, gui-get-selection): Adjust to new name of
5674 underlying C primitive.
5675
5676 * startup.el (command-line): Adjust now that `gui-method' expects nil
5677 for ttys.
5678
5679 * frame.el (gui-method): Use window-system rather than framep.
5680 (gui-method-declare): The tty case is now nil rather than t.
5681 (make-frame): Adjust accordingly.
5682
5683 2014-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5684
5685 * net/newst-reader.el (newsticker--image-read): Simplify.
5686 (newsticker--icon-read): Use dolist and fix free var error.
5687
5688 * imenu.el (imenu--menubar-keymap): New var.
5689 (imenu-add-to-menubar): Set it to remember the keymap we used.
5690 (imenu-update-menubar): Use it instead of asking lookup-key.
5691
5692 * obsolete/cc-compat.el: Make obsolete (bug#18561).
5693
5694 * epg-config.el (epg-gpg-program): Don't use absolute names by default.
5695
5696 * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
5697 case (bug#18767).
5698
5699 2014-10-21 Glenn Morris <rgm@gnu.org>
5700
5701 * Merge in all changes up to version 24.4 release.
5702
5703 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5704
5705 * emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
5706 case (bug#18767).
5707
5708 2014-10-20 Glenn Morris <rgm@gnu.org>
5709
5710 * Merge in all changes up to 24.4 release.
5711
5712 2014-10-20 Ulf Jasper <ulf.jasper@web.de>
5713
5714 * net/newst-backend.el
5715 (newsticker--image-download-by-url-callback): Make this function
5716 actually work: Check status properly, then save image.
5717
5718 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5719
5720 * mouse.el (mouse--down-1-maybe-follows-link): Remove unused var
5721 `this-event'.
5722 (mouse-drag-line): Unless there's no actual mouse, use the event's
5723 position info.
5724
5725 2014-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5726
5727 * textmodes/css-mode.el (scss-mode): New major-mode.
5728 (css-mode-syntax-table): Use d style comment, to ease the scss case.
5729 (css-ident-re): Allow things like @-moz-keyframes.
5730 (scss--hash-re): New const.
5731 (css--font-lock-keywords): New function, extracted from
5732 css-font-lock-keywords.
5733
5734 2014-10-19 Ulf Jasper <ulf.jasper@web.de>
5735
5736 * net/newst-backend.el: Require url-parse.
5737 (newsticker--get-news-by-wget): Store feed name as process property.
5738 (newsticker--sentinel): Read feed name from process property.
5739 (newsticker--sentinel-work): Rename argument name to feed-name.
5740 Rename variable imageurl to image-url. Pick icon url from Atom
5741 1.0 data. Launch download of feed icon.
5742 (newsticker--get-icon-url-atom-1.0): New.
5743 (newsticker--unxml)
5744 (newsticker--unxml-node)
5745 (newsticker--unxml-attribute): Documentation.
5746 (newsticker--icons-dir): New.
5747 (newsticker--image-get): New arguments FILENAME and DIRECTORY.
5748 Use `url-retrieve' if `newsticker-retrieval-method' is 'intern.
5749 (newsticker--image-download-by-wget): New. Use process properties
5750 for storing informations.
5751 (newsticker--image-sentinel): Read informations from process properties.
5752 (newsticker--image-save)
5753 (newsticker--image-remove)
5754 (newsticker--image-download-by-url)
5755 (newsticker--image-download-by-url-callback): New.
5756 (newsticker-opml-export): Handle url list entries containing a
5757 function instead of an url string.
5758
5759 * net/newst-reader.el (newsticker-html-renderer): Whitespace.
5760 (newsticker--print-extra-elements)
5761 (newsticker--do-print-extra-element):
5762 Documentation (newsticker--image-read): Optionally limit image height.
5763 Use imagemagick if possible.
5764 (newsticker--icon-read): New.
5765
5766 * net/newst-treeview.el (newsticker--treeview-item-show): Limit height of feed logo.
5767 (newsticker--treeview-tree-expand): Use feed icons in treeview.
5768 (newsticker--tree-widget-icon-create): New. Set the tree widget icon.
5769 (newsticker--tree-widget-leaf-icon): Use feed icon.
5770
5771 2014-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
5772
5773 * emacs-lisp/eieio-opt.el (eieio-lambda-arglist): Remove.
5774 Use help-function-arglist instead.
5775
5776 * emacs-lisp/eieio-core.el (eieio-compiled-function-arglist): Remove.
5777 (eieio--with-scoped-class): Use `declare'.
5778 (eieio-defclass): Remove compatibility code.
5779 (no-method-definition, no-next-method, inconsistent-class-hierarchy)
5780 (invalid-slot-type, unbound-slot, invalid-slot-name): Use define-error.
5781
5782 2014-10-18 Jan Djärv <jan.h.d@swipnet.se>
5783
5784 * cus-start.el (x-gtk-whole-detached-tool-bar): Remove.
5785
5786 * term/x-win.el (x-gtk-stock-map): Add icon names suggested as
5787 replacements to stock names before stock names in a list.
5788 Cdr may be a list, each name is tried in turn until one is found.
5789
5790 2014-10-18 Alan Mackenzie <acm@muc.de>
5791
5792 Check that a "macro" found near point-min isn't a ## operator.
5793 * progmodes/cc-engine.el (c-macro-is-genuine-p): New function.
5794 (c-beginning-of-macro): Use the above new function. (Bug#18749)
5795
5796 2014-10-18 Teodor Zlatanov <tzz@lifelogs.com>
5797
5798 * net/gnutls.el (gnutls-negotiate): Don't use cl-mapcan; pass
5799 correct data to `gnutls-boot' (Bug#18664).
5800 Reported by Toke Høiland-Jørgensen <toke@toke.dk>.
5801
5802 2014-10-18 Michal Nazarewicz <mina86@mina86.com>
5803
5804 * whitespace.el (whitespace-style, whitespace-big-indent)
5805 (whitespace-big-indent-regexp, whitespace-style-value-list)
5806 (whitespace-toggle-option-alist, whitespace-interactive-char)
5807 (whitespace-toggle-options)
5808 (global-whitespace-toggle-options, whitespace-help-text)
5809 (whitespace-style-face-p, whitespace-color-on): Add a 'big-indent
5810 style to `whitespace-mode' to indicate that the line indentation
5811 is too deep. By default, 32 SPACEs or four TABs are considered
5812 too many but `whitespace-big-indent-regexp' can be configured.
5813
5814 2014-10-17 Michal Nazarewicz <mina86@mina86.com>
5815
5816 * textmodes/tildify.el (tildify--pick-alist-entry): Rename from
5817 tildify-mode-alist.
5818
5819 2014-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5820
5821 * emacs-lisp/eieio.el: Use lexical-binding drop non-GV fallback.
5822 (defclass, defgeneric, defmethod): Add doc-string position.
5823 (with-slots): Require cl-lib.
5824
5825 * emacs-lisp/eieio-core.el: Use lexical-binding and cl-lib.
5826 (list-of): New type.
5827 (eieio--typep): Remove.
5828 (eieio-perform-slot-validation): Use cl-typep instead.
5829
5830 * emacs-lisp/eieio-base.el: Use lexical-binding and cl-lib.
5831
5832 * emacs-lisp/cl-macs.el (cl--make-type-test): Avoid ((lambda ..) ..).
5833
5834 2014-10-16 Alan Mackenzie <acm@muc.de>
5835
5836 Trigger showing when point is in the "periphery" of a line or just
5837 inside a paren.
5838 * paren.el (show-paren-style, show-paren-delay)
5839 (show-paren-priority, show-paren-ring-bell-on-mismatch):
5840 Remove superfluous :group specifications.
5841 (show-paren-when-point-inside-paren)
5842 (show-paren-when-point-in-periphery): New customizable variables.
5843 (show-paren-highlight-openparen): Make into a defcustom.
5844 (show-paren--unescaped-p, show-paren--categorize-paren)
5845 (show-paren--locate-near-paren): New defuns.
5846 (show-paren--default): Refaactor and trigger on more paren
5847 positions.
5848 (show-paren-function): Small consequential changes.
5849
5850 2014-10-16 Tom Tromey <tom@tromey.com>
5851
5852 * files.el (auto-mode-alist): Use javascript-mode for .jsm
5853 (bug #18719).
5854
5855 2014-10-16 Eli Zaretskii <eliz@gnu.org>
5856
5857 * international/characters.el (bracket-type): Force pre-loading of
5858 uni-brackets.el.
5859
5860 2014-10-16 Alan Mackenzie <acm@muc.de>
5861
5862 * cus-edit.el (custom-command-apply): Specify the return value in
5863 the doc string.
5864 (Custom-reset-standard): Save custom-file (e.g. .emacs) only when
5865 custom-command-apply has returned non-nil.
5866
5867 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5868
5869 * emacs-lisp/eldoc.el (global-eldoc-mode): Enable by default.
5870 Remove incorrect handling of eldoc-print-after-edit.
5871 (eldoc-message-commands, eldoc-last-data): Use defvar.
5872 * loadup.el (emacs-lisp/eldoc): Load it.
5873
5874 * progmodes/m4-mode.el (m4-syntax-propertize): New var.
5875 (m4-mode): Use it.
5876 (m4--quoted-p): New function.
5877 (m4-font-lock-keywords): Don't handle #..\n comments any more.
5878 (m4-mode-syntax-table): Use punctuation syntax (according to m4 manual)
5879 for most special characters.
5880
5881 * progmodes/compile.el (compilation--previous-directory): Simplify.
5882 (compilation-next-error): Ensure the parse before we look at
5883 compilation-message property.
5884
5885 2014-10-15 Eli Zaretskii <eliz@gnu.org>
5886
5887 * simple.el (what-cursor-position):
5888 * descr-text.el (describe-char): Update to support the new bidi
5889 characters.
5890
5891 * emacs-lisp/tabulated-list.el (tabulated-list-mode):
5892 Force bidi-paragraph-direction to 'left-to-right'. This fixes
5893 buffer-menu display when the first buffer happens to start with
5894 R2L letter.
5895
5896 2014-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
5897
5898 * progmodes/elisp-mode.el (elisp--local-variables-1):
5899 Handle quoted expressions (bug#18688).
5900
5901 2014-10-14 Jérémy Compostella <jeremy.compostella@intel.com>
5902 Michael Albinus <michael.albinus@gmx.de>
5903
5904 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
5905 Reduce the amount of set environment variable commands.
5906
5907 2014-10-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
5908
5909 Fix import completion. (Bug#18582)
5910 * progmodes/python.el (python-shell-completion-get-completions):
5911 Fix import case regexp.
5912
5913 2014-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5914
5915 * progmodes/bat-mode.el (bat-font-lock-keywords): Fix \\<_ typo
5916 (bug#18622). Reported by Arni Magnusson <arnima@hafro.is>.
5917 * progmodes/prolog.el (prolog-electric--underscore): Same.
5918
5919 2014-10-12 Michael Albinus <michael.albinus@gmx.de>
5920
5921 * net/tramp-sh.el (tramp-get-remote-id): Check also for "gid".
5922
5923 2014-10-11 Jan Djärv <jan.h.d@swipnet.se>
5924
5925 * cus-start.el (all): Add missing ns and boolean to
5926 ns-use-fullscreen-animation.
5927
5928 2014-10-11 Leo Liu <sdl.web@gmail.com>
5929
5930 * progmodes/cfengine.el (cfengine3-defuns, cfengine3-vartypes):
5931 Use strings.
5932 (cfengine3-create-imenu-index): New function.
5933 (cfengine3-mode): Use it for `imenu-create-index-function'.
5934 (cfengine-auto-mode): Improve and prefer cfengine3-mode when
5935 buffer is empty.
5936
5937 2014-10-11 Jan Djärv <jan.h.d@swipnet.se>
5938
5939 * cus-start.el (all): Add ns-use-fullscreen-animation.
5940
5941 2014-10-11 Glenn Morris <rgm@gnu.org>
5942
5943 * calendar/diary-lib.el (diary-display-function):
5944 Drop support for deprecated nil and list forms.
5945 (diary-list-entries): Update for the above.
5946 * calendar/cal-x.el (calendar-dedicate-diary): Simplify accordingly.
5947
5948 2014-10-10 Leo Liu <sdl.web@gmail.com>
5949
5950 * window.el (temp-buffer-window-show): Make BUFFER a required arg.
5951 (Bug#18656)
5952
5953 2014-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5954
5955 * select.el (gui-selection-exists-p-alist): New method.
5956 * menu-bar.el (menu-bar-edit-menu, clipboard-yank):
5957 * simple.el (deactivate-mark): Use it.
5958 * term/x-win.el (gui-selection-exists-p):
5959 * term/w32-win.el (gui-selection-exists-p):
5960 * term/pc-win.el (gui-selection-exists-p):
5961 * term/ns-win.el (gui-selection-exists-p): Provide a backend instance.
5962
5963 2014-10-10 Glenn Morris <rgm@gnu.org>
5964
5965 * info.el (Info-fontify-maximum-menu-size): Bump to 400k. (Bug#16227)
5966 Fix :type. Allow t to mean no limit.
5967 (Info-fontify-node): Handle Info-fontify-maximum-menu-size = t.
5968
5969 2014-10-09 Glenn Morris <rgm@gnu.org>
5970
5971 * frame.el (display-monitor-attributes-list): Doc tweaks.
5972
5973 2014-10-09 Eli Zaretskii <eliz@gnu.org>
5974
5975 * faces.el (display-grayscale-p): Mention in the doc string that
5976 the argument can be either a display name or a frame.
5977
5978 * frame.el (display-pixel-height, display-pixel-width)
5979 (display-mm-height, display-mm-width, display-backing-store)
5980 (display-save-under, display-planes, display-color-cells)
5981 (display-visual-class, display-monitor-attributes-list)
5982 (display-screens): Mention in the doc string that the argument can
5983 be either a display name or a frame. Improve the docs of the
5984 monitor attributes. (Bug#18636)
5985
5986 2014-10-09 Martin Rudalics <rudalics@gmx.at>
5987
5988 * term.el (term-window-width): Subtract 1 from the width when
5989 any fringe has zero width, not just the right fringe. (Bug#18601)
5990
5991 2014-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5992
5993 * frame.el (make-frame): Use t rather than nil for `w' (bug#18653).
5994
5995 2014-10-08 Leo Liu <sdl.web@gmail.com>
5996
5997 * emacs-lisp/cl-extra.el (cl-fresh-line): New function.
5998
5999 2014-10-08 Glenn Morris <rgm@gnu.org>
6000
6001 * calendar/cal-x.el (calendar-dedicate-diary):
6002 Drop support for recently deleted aliases.
6003
6004 2014-10-08 Leo Liu <sdl.web@gmail.com>
6005
6006 * progmodes/cfengine.el (cfengine3-make-syntax-cache):
6007 Always return a syntax. Replace call-process-shell-command with
6008 process-file. Ensure cfengine-mode-syntax-functions-regex is
6009 always set. Ensure cache when cfengine-cf-promises fails.
6010 (Bug#18620)
6011
6012 2014-10-07 Glenn Morris <rgm@gnu.org>
6013
6014 * font-lock.el (font-lock-fontify-buffer): Fix interactive-only markup.
6015
6016 2014-10-07 Wilson Snyder <wsnyder@wsnyder.org>
6017
6018 Sync with upstream verilog-mode revision c075a492.
6019 * progmodes/verilog-mode.el (verilog-mode-version): Bump.
6020 (verilog-menu): Add AUTOINSERTLAST.
6021 (verilog-no-indent-begin-re): When `verilog-indent-begin-after-if'
6022 is nil, fix indenting initial/final to match always statements, bug825.
6023 Reported by Tim Clapp.
6024 (verilog-extended-complete-re): Fix indentation of DPI-C imports,
6025 bug557. Reported by ZeDong Mao and Jason Forkey.
6026 (verilog-read-decls): Fix parsing typed interfaces.
6027 Fix AUTOINOUTMODPORT missing types. Reported by Stephan Bourduas.
6028 (verilog-auto-arg-ports): Fix verilog-auto-arg-format single.
6029 (verilog-auto-output-every): Add regexp to AUTOOUTPUTEVERY, bug793.
6030 Reported by Pierre-David Pfister.
6031 (verilog-auto-insert-lisp): Doc fix.
6032 (verilog-auto-insert-last, verilog-auto): Add AUTOINSERTLAST to
6033 allow post-AUTO user fixups, bug826. Reported by Dennis Muhlestein.
6034 (verilog-sk-ovm-class, verilog-sk-uvm-object)
6035 (verilog-sk-uvm-component): Fix missing string keyword in class
6036 skeletons, bug824. Reported by eldad faruhi.
6037
6038 2014-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
6039
6040 * term/w32-win.el: Move all code from 32-common-fns.el here.
6041 (gui-select-text, gui-selection-value): Use w32 handlers in the w32
6042 console as well (bug#18629).
6043 * w32-common-fns.el: Remove.
6044 * loadup.el: Don't load w32-common-fns.el.
6045 * w32-fns.elc: Don't require w32-common-fns.
6046
6047 * icomplete.el: Move Iswitchb autoload here. Much simpler.
6048 * obsolete/iswitchb.el (iswitchb-mode): Use normal autoload cookie.
6049 Remove redundant obsolescence thingy.
6050 * loadup.el: Don't load obsolete/loaddefs.el.
6051 * Makefile.in (obsolete-autoloads): Remove.
6052 (AUTOGENEL): Remove obsolete/loaddefs.el.
6053
6054 2014-10-06 Glenn Morris <rgm@gnu.org>
6055
6056 * Makefile.in (obsolete-autoloads): Write to a separate file,
6057 to workaround autoloads bug. (Bug#17407)
6058 (AUTOGENEL): Add obsolete/loaddefs.el.
6059 * loadup.el: Load obsolete/loaddefs.el if present.
6060 * subr.el (do-after-load-evaluation):
6061 Don't warn about obsolete/loaddefs.el.
6062
6063 * menu-bar.el (menu-bar-games-menu): Remove landmark.
6064 It has zero relationship to a game.
6065
6066 2014-10-06 Leo Liu <sdl.web@gmail.com>
6067
6068 * imenu.el (imenu): Re-write for clarity.
6069
6070 2014-10-06 Glenn Morris <rgm@gnu.org>
6071
6072 Remove calendar code obsolete since at least version 23.1.
6073 * calendar/cal-bahai.el (calendar-absolute-from-bahai)
6074 (calendar-print-bahai-date, calendar-bahai-prompt-for-date)
6075 (calendar-goto-bahai-date, list-bahai-diary-entries)
6076 (mark-bahai-calendar-date-pattern, mark-bahai-diary-entries)
6077 (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
6078 (insert-yearly-bahai-diary-entry):
6079 * calendar/cal-china.el (chinese-calendar-time-zone)
6080 (chinese-calendar-location-name)
6081 (chinese-calendar-daylight-time-offset)
6082 (chinese-calendar-standard-time-zone-name)
6083 (chinese-calendar-daylight-time-zone-name)
6084 (chinese-calendar-daylight-savings-starts)
6085 (chinese-calendar-daylight-savings-ends)
6086 (chinese-calendar-daylight-savings-starts-time)
6087 (chinese-calendar-daylight-savings-ends-time)
6088 (chinese-calendar-celestial-stem)
6089 (chinese-calendar-terrestrial-branch)
6090 (calendar-absolute-from-chinese, calendar-print-chinese-date)
6091 (calendar-goto-chinese-date):
6092 * calendar/cal-coptic.el (calendar-absolute-from-coptic)
6093 (calendar-print-coptic-date, coptic-prompt-for-date)
6094 (calendar-goto-coptic-date, calendar-absolute-from-ethiopic)
6095 (calendar-print-ethiopic-date, calendar-goto-ethiopic-date):
6096 * calendar/cal-french.el (calendar-absolute-from-french)
6097 (calendar-print-french-date, calendar-goto-french-date):
6098 * calendar/cal-hebrew.el (diary-sabbath-candles-minutes)
6099 (calendar-absolute-from-hebrew, calendar-print-hebrew-date)
6100 (hebrew-calendar-yahrzeit, calendar-goto-hebrew-date)
6101 (holiday-rosh-hashanah-etc, holiday-hanukkah)
6102 (holiday-passover-etc, holiday-tisha-b-av-etc)
6103 (list-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
6104 (mark-hebrew-diary-entries, insert-hebrew-diary-entry)
6105 (insert-monthly-hebrew-diary-entry)
6106 (insert-yearly-hebrew-diary-entry, list-yahrzeit-dates)
6107 (diary-omer, diary-yahrzeit, diary-rosh-hodesh, diary-parasha)
6108 (diary-sabbath-candles):
6109 * calendar/cal-islam.el (calendar-absolute-from-islamic)
6110 (calendar-print-islamic-date, calendar-goto-islamic-date)
6111 (list-islamic-diary-entries, mark-islamic-calendar-date-pattern)
6112 (mark-islamic-diary-entries, insert-islamic-diary-entry)
6113 (insert-monthly-islamic-diary-entry)
6114 (insert-yearly-islamic-diary-entry):
6115 * calendar/cal-iso.el (calendar-absolute-from-iso)
6116 (calendar-print-iso-date, calendar-iso-read-args)
6117 (calendar-goto-iso-date, calendar-goto-iso-week):
6118 * calendar/cal-julian.el (calendar-absolute-from-julian)
6119 (calendar-print-julian-date, calendar-goto-julian-date)
6120 (calendar-absolute-from-astro, calendar-print-astro-day-number)
6121 (calendar-goto-astro-day-number):
6122 * calendar/cal-mayan.el (calendar-print-mayan-date)
6123 (calendar-next-haab-date, calendar-previous-haab-date)
6124 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
6125 (calendar-next-calendar-round-date)
6126 (calendar-previous-calendar-round-date)
6127 (calendar-absolute-from-mayan-long-count)
6128 (calendar-goto-mayan-long-count-date):
6129 * calendar/cal-move.el (scroll-calendar-left)
6130 (scroll-calendar-right, scroll-calendar-left-three-months)
6131 (scroll-calendar-right-three-months):
6132 * calendar/cal-persia.el (calendar-absolute-from-persian)
6133 (calendar-print-persian-date, persian-prompt-for-date)
6134 (calendar-goto-persian-date):
6135 * calendar/cal-x.el (calendar-after-frame-setup-hooks):
6136 * calendar/calendar.el (view-diary-entries-initially)
6137 (mark-diary-entries-in-calendar, calendar-today-face)
6138 (diary-face, holiday-face, view-calendar-holidays-initially)
6139 (mark-holidays-in-calendar, initial-calendar-window-hook)
6140 (today-visible-calendar-hook, today-invisible-calendar-hook)
6141 (hebrew-diary-entry-symbol, islamic-diary-entry-symbol)
6142 (bahai-diary-entry-symbol, american-date-diary-pattern)
6143 (european-date-diary-pattern, european-calendar-display-form)
6144 (american-calendar-display-form, holidays-in-diary-buffer)
6145 (all-hebrew-calendar-holidays, all-christian-calendar-holidays)
6146 (all-islamic-calendar-holidays, all-bahai-calendar-holidays)
6147 (fancy-diary-buffer, increment-calendar-month)
6148 (extract-calendar-month, extract-calendar-day)
6149 (extract-calendar-year, exit-calendar, calendar-date-is-legal-p)
6150 (mark-visible-calendar-date, calendar-version):
6151 * calendar/diary-lib.el (diary-button-face, sexp-diary-entry-symbol)
6152 (diary-display-hook, list-diary-entries-hook)
6153 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
6154 (nongregorian-diary-marking-hook, print-diary-entries-hook)
6155 (abbreviated-calendar-year, number-of-diary-entries)
6156 (view-other-diary-entries, add-to-diary-list)
6157 (include-other-diary-files, simple-diary-display)
6158 (fancy-diary-display, print-diary-entries, mark-diary-entries)
6159 (mark-sexp-diary-entries, mark-included-diary-files)
6160 (mark-calendar-days-named, mark-calendar-month)
6161 (mark-calendar-date-pattern, sort-diary-entries)
6162 (list-sexp-diary-entries, make-diary-entry, insert-diary-entry)
6163 (insert-weekly-diary-entry, insert-monthly-diary-entry)
6164 (insert-yearly-diary-entry, insert-anniversary-diary-entry)
6165 (insert-block-diary-entry, insert-cyclic-diary-entry)
6166 (fancy-diary-font-lock-keywords, fancy-diary-display-mode):
6167 * calendar/holidays.el (general-holidays, oriental-holidays)
6168 (local-holidays, other-holidays, hebrew-holidays)
6169 (christian-holidays, islamic-holidays, bahai-holidays)
6170 (solar-holidays, list-calendar-holidays)
6171 (check-calendar-holidays, mark-calendar-holidays)
6172 (filter-visible-calendar-holidays):
6173 * calendar/lunar.el (calendar-phases-of-moon, phases-of-moon)
6174 (diary-phases-of-moon): Remove obsolete aliases.
6175 * calendar/cal-menu.el (cal-menu-load-hook): Remove obsolete hook.
6176 * calendar/cal-x.el (calendar-one-frame-setup)
6177 (calendar-only-one-frame-setup, calendar-two-frame-setup):
6178 Remove obsolete functions.
6179 (cal-x-load-hook): Remove obsolete hook.
6180 * calendar/calendar.el (european-calendar-style):
6181 Remove obsolete variable.
6182 (calendar-date-style): No longer consult european-calendar-style.
6183 * calendar/calendar.el (european-calendar, american-calendar):
6184 Remove obsolete commands.
6185 * calendar/calendar.el (calendar-for-loop): Remove obsolete macro.
6186 * calendar/diary-lib.el (diary-face): Remove obsolete variable.
6187 (diary-font-lock-date-forms, diary-fancy-font-lock-keywords):
6188 Use the face `diary' instead of the variable `diary-face'.
6189 * calendar/holidays.el (hebrew-holidays-1, hebrew-holidays-2)
6190 (hebrew-holidays-3, hebrew-holidays-4): Remove obsolete variables.
6191 * calendar/icalendar.el (icalendar--date-style): Remove function.
6192 Replace all uses with calendar-date-style.
6193 * textmodes/remember.el (calendar-date-style): Declare.
6194 (remember-diary-convert-entry):
6195 No longer consult european-calendar-style.
6196
6197 2014-10-05 Leo Liu <sdl.web@gmail.com>
6198
6199 * imenu.el (imenu-default-goto-function): Fix typo.
6200
6201 2014-10-04 Thomas Fitzsimmons <fitzsim@fitzsim.org>
6202
6203 * net/ntlm.el (ntlm-build-auth-request):
6204 Add NTLM2 Session support. (Bug#15603)
6205
6206 2014-10-04 Glenn Morris <rgm@gnu.org>
6207
6208 * apropos.el (apropos-symbols-internal):
6209 Avoid error with non-symbol properties. (Bug#18337#16)
6210
6211 * startup.el (command-line):
6212 Handle altered user-emacs-directory in load-path warning. (Bug#18512)
6213
6214 2014-10-04 Martin Rudalics <rudalics@gmx.at>
6215
6216 * window.el (window-full-height-p): Make it behave correctly for
6217 minibuffer window.
6218 (window-current-scroll-bars): Fix code.
6219 (fit-frame-to-buffer): Use window-scroll-bar-height instead of
6220 window-scroll-bars.
6221 * frame.el (frame-current-scroll-bars): Fix doc-string.
6222 * scroll-bar.el (toggle-horizontal-scroll-bar): New command.
6223
6224 2014-10-04 Mark Oteiza <mvoteiza@udel.edu> (tiny change)
6225
6226 * files.el (auto-mode-alist): Use sh-mode for .zsh files. (Bug#18488)
6227
6228 2014-10-04 Glenn Morris <rgm@gnu.org>
6229
6230 * frame.el (frame-monitor-attributes)
6231 (display-monitor-attributes-list): Doc fixes.
6232
6233 2014-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6234
6235 Merge trivially safe differences from standalone CC-mode.
6236 * progmodes/cc-mode.el (c-initialize-cc-mode): Don't quote a symbol
6237 just to then pass it to `symbol-value'.
6238 (prog-mode): Provide fallback definition, if needed.
6239 * progmodes/cc-langs.el: Always load `cl'. Don't load `cl-lib'.
6240 Remove "cl-" prefix accordingly.
6241 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Use integerp or
6242 characterp depending on the type of characters.
6243 (c-font-lock-enum-tail): Remove unused var `start'.
6244 * progmodes/cc-engine.el: Load CL at compile-time.
6245 (c-declare-lang-variables): Use mapcan.
6246 (c-append-to-state-cache): Remove unused var `ce+1'.
6247 (c-parse-state-state): Make buffer-local.
6248 (c-ssb-lit-begin): Remove unused var `pps-end-pos'.
6249 (c-just-after-func-arglist-p): Remove unused var `end'.
6250 * progmodes/cc-defs.el: Load cc-fix if delete-dups is undefined.
6251 (c-<-as-paren-syntax, c->-as-paren-syntax): Move definition earlier.
6252 (c-make-keywords-re): Use delete-dups.
6253 (c-get-current-file): Avoid file-name-base.
6254 * progmodes/cc-cmds.el (c-electric-lt-gt): Remove unused var
6255 `close-paren-inserted'.
6256 * progmodes/cc-awk.el (c-forward-sws): Remove unused declaration.
6257
6258 * progmodes/python.el: Avoid building unneeded markers.
6259 (python-font-lock-keywords, python-indent-dedent-line)
6260 (python-fill-paren, python-shell-completion-complete-or-indent):
6261 Prefer point over point-marker.
6262 (inferior-python-mode): Remove redundant completion settings.
6263
6264 2014-10-03 Dmitry Gutov <dgutov@yandex.ru>
6265
6266 * vc/vc-svn.el (vc-svn-ignore-completion-table): Implement.
6267 (vc-svn-ignore): Use it. (Bug#18619)
6268
6269 2014-10-03 Martin Rudalics <rudalics@gmx.at>
6270
6271 * frame.el (toggle-frame-maximized, toggle-frame-fullscreen):
6272 In doc-string mention need to set `frame-resize-pixelwise'.
6273
6274 2014-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6275
6276 * vc/vc-svn.el (vc-svn-after-dir-status): Fix the non-remote regexp,
6277 similarly to Rogers's 2010-06-16 change for the remote case
6278 (bug#18605).
6279
6280 2014-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6281
6282 New gui-selection-value consolidating x-selection-value.
6283 * select.el (gui-selection-value-alist): New method.
6284 (gui-selection-value): New function.
6285 (x-selection-value): Make it an obsolete alias.
6286 * simple.el (interprogram-paste-function): Default to
6287 gui-selection-value.
6288 * w32-common-fns.el (w32-get-selection-value): Simplify.
6289 (x-selection-value): Remove alias.
6290 (interprogram-paste-function): Don't set.
6291 (gui-selection-value): Define for w32.
6292 * term/x-win.el (gui-selection-value): Define for x.
6293 (x--selection-value): Rename from x--selection-value.
6294 (interprogram-paste-function): Don't set.
6295 * term/pc-win.el (w16-get-selection-value): Simplify.
6296 (msdos-initialize-window-system): Don't set
6297 interprogram-paste-function.
6298 (gui-selection-value): Define for pc.
6299 * term/ns-win.el (x-selection-value): Remove.
6300 (gui-selection-value): Define for ns, instead.
6301 * term/common-win.el (x-setup-function-keys): Don't set
6302 interprogram-paste-function.
6303 * obsolete/mouse-sel.el (mouse-sel-get-selection-function):
6304 Use gui-selection-value.
6305
6306 2014-10-02 David Raynes <rayners@gmail.com> (tiny change)
6307
6308 * term/ns-win.el: Add functions to ns frame, not x frame (bug#18614).
6309
6310 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6311
6312 * obsolete/lucid.el (read-number): Remove, redundant.
6313 * obsolete/cl-compat.el (cl-floor, cl-ceiling, cl-round, cl-truncate):
6314 Remove, broken.
6315
6316 2014-10-02 Glenn Morris <rgm@gnu.org>
6317
6318 * emacs-lisp/package.el (package-import-keyring):
6319 Create gnupg directory private. (Bug#17625#155)
6320
6321 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6322
6323 * progmodes/python.el (python-shell-completion-get-completions):
6324 Use python-shell--prompt-calculated-input-regexp from the
6325 process buffer (bug#18582).
6326 Don't assume that `line' comes from the process buffer.
6327
6328 2014-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
6329
6330 * frame.el: Use lexical-binding (bug#18598).
6331 (make-frame): Use t rather than nil for tty's window-system.
6332 * startup.el (command-line): Use gui-method.
6333
6334 Consolidate management/ownership of selections.
6335 * select.el (gui-get-selection-alist): New method.
6336 (gui-get-selection): Use it. Rename from x-get-selection.
6337 (x-get-selection): Define as obsolete alias.
6338 (x-get-clipboard): Mark obsolete.
6339 (gui-get-primary-selection): New function.
6340 (x-get-selection-value): Mark obsolete.
6341 (gui-own-selection-alist, gui-disown-selection-alist)
6342 (gui-selection-owner-p-alist): New methods.
6343 (gui-set-selection): Use them. Rename from x-set-selection.
6344 (x-set-selection): Define as obsolete alias.
6345 (gui--valid-simple-selection-p): Rename from
6346 x-valid-simple-selection-p.
6347 * w32-common-fns.el (gui-own-selection, gui-disown-selection)
6348 (gui-selection-owner-p, gui-get-selection): Define for w32.
6349 (w32-get-selection-value): Rename from x-get-selection-value.
6350 Use the new gui-last-selected-text.
6351 * term/x-win.el (x-get-selection-value): Remove.
6352 (x-clipboard-yank): Declare obsolete.
6353 (gui-own-selection, gui-disown-selection, gui-get-selection)
6354 (gui-selection-owner-p): Define for x.
6355 * term/w32-win.el (w32-win-suspend-error): Rename from
6356 x-win-suspend-error.
6357 * term/pc-win.el (w16-get-selection-value): Rename from
6358 x-get-selection-value.
6359 (w16-selection-owner-p): Rename from x-selection-owner-p.
6360 (gui-own-selection, gui-disown-selection, gui-get-selection)
6361 (gui-selection-owner-p): Define for pc.
6362 (w16--select-text): New function.
6363 * term/ns-win.el (gui-own-selection, gui-disown-selection)
6364 (gui-get-selection, gui-selection-owner-p): Define for ns.
6365 * term.el (term-mouse-paste):
6366 * mouse.el (mouse-yank-primary): Use gui-get-primary-selection.
6367
6368 2014-10-02 H. Dieter Wilhelm <dieter@duenenhof-wilhelm.de>
6369
6370 * calc/calc-help.el (calc-describe-thing): Quote strings
6371 which could look like regexps.
6372
6373 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6374
6375 Consolidate x-select-text.
6376 * frame.el (gui-method, gui-method-define, gui-method-declare)
6377 (gui-call): New macros.
6378 (gui-method--name): New function.
6379 (frame-creation-function-alist): Use gui-method-declare.
6380 (make-frame): Use gui-method.
6381 * select.el (gui-select-enable-clipboard): Rename from
6382 x-select-enable-clipboard and move here.
6383 (x-select-enable-clipboard): Define as obsolete alias.
6384 (gui-last-selected-text): New var, to replace x-last-selected-text.
6385 (gui-select-text): New GUI method.
6386 (gui-select-text): New function.
6387 (x-select-text): Define as obsolete alias.
6388 * term/common-win.el (x-select-enable-clipboard, x-select-text):
6389 Move to select.el.
6390 * simple.el (interprogram-cut-function): Change default to
6391 x-select-text.
6392 (interprogram-paste-function): Change default to `ignore'.
6393 * w32-common-fns.el (interprogram-cut-function): Don't modify.
6394 * term/x-win.el (interprogram-cut-function): Don't modify.
6395 (gui-select-text): Add method for x.
6396 * term/w32-win.el (gui-select-text): Add method for w32.
6397 * term/pc-win.el (x-last-selected-text): Remove, use
6398 gui-last-selected-text instead.
6399 (msdos-initialize-window-system): Don't set interprogram-cut-function.
6400 (gui-select-text): Add method for pc.
6401 * term/ns-win.el (ns-last-selected-text): Remove, use
6402 gui-last-selected-text instead.
6403 (gui-select-text): Add method for ns.
6404 (x-setup-function-keys): Don't change interprogram-cut-function.
6405 * loadup.el ("startup"): Load after "frame".
6406 * subr.el (package--builtin-versions, package--description-file):
6407 Move from startup.el.
6408 * startup.el (package--builtin-versions, package--description-file):
6409 Move to subr.el.
6410 (handle-args-function-alist, window-system-initialization-alist):
6411 Use gui-method-declare.
6412 (command-line): Use gui-method.
6413
6414 2014-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6415
6416 * subr.el (alist-get): New accessor.
6417 * emacs-lisp/gv.el (alist-get): Provide expander.
6418 * winner.el (winner-remember):
6419 * tempo.el (tempo-use-tag-list):
6420 * progmodes/gud.el (minor-mode-map-alist):
6421 * international/mule-cmds.el (define-char-code-property):
6422 * frameset.el (frameset-filter-params):
6423 * files.el (dir-locals-set-class-variables):
6424 * register.el (get-register, set-register):
6425 * calc/calc-yank.el (calc-set-register): Use it.
6426 * ps-print.el (ps-get, ps-put, ps-del): Mark as obsolete.
6427 * tooltip.el (tooltip-set-param): Mark as obsolete.
6428 (tooltip-show): Use alist-get instead.
6429 * ses.el (ses--alist-get): Remove. Use alist-get instead.
6430
6431 2014-10-01 Ulf Jasper <ulf.jasper@web.de>
6432
6433 * net/newst-backend.el: Remove Time-stamp. Rename variable
6434 `newsticker--download-logos' to `newsticker-download-logos' and
6435 make it customizable.
6436 (newsticker--sentinel-work): Move xml-workarounds to function
6437 `newsticker--do-xml-workarounds', call unless libxml-parser is
6438 used. Allow single quote in regexp for encoding.
6439 Use libxml-parser if available, else fall back to `xml-parse-region'.
6440 Take care of possibly missing namespace prefixes (like "RDF"
6441 instead of "rdf:RDF") when checking xml nodes and attributes (as
6442 libxml correctly removes the prefixes). Always use Atom 1.0 as
6443 fallback feed type. Rename `newsticker--download-logos' to
6444 `newsticker-download-logos'
6445 (newsticker--unxml, newsticker--unxml-node)
6446 (newsticker--unxml-attribute): New.
6447 (newsticker--parse-atom-1.0): Call `unxml' in case that embedded
6448 HTML code has become part of the xml parse tree.
6449 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0): Take care
6450 of possibly missing namespace prefixes.
6451 (newsticker--parse-generic-items): Code formatting. Typo.
6452 (newsticker--images-dir): Add trailing slash.
6453 (newsticker--image-get): Fix error message.
6454
6455 * net/newst-plainview.el: Remove Time-stamp.
6456
6457 * net/newst-reader.el: Remove Time-stamp.
6458 (newsticker-download-logos): Rename variable
6459 `newsticker--download-logos' to `newsticker-download-logos' and
6460 make it customizable.
6461 (newsticker--print-extra-elements): Add optional parameter
6462 'htmlish for using html markup. Amend list of ignored elements.
6463 (newsticker--do-print-extra-element): Add parameter 'htmlish for
6464 using html markup.
6465
6466 * net/newst-ticker.el: Remove Time-stamp.
6467
6468 * net/newst-treeview.el (newsticker--treeview-item-show): Use html
6469 for formatting extra elements.
6470
6471 * net/newsticker.el: Remove Time-stamp, Version.
6472 (newsticker-version): Make obsolete.
6473
6474 2014-09-30 Leonardo Nobrega <leonobr@gmail.com> (tiny change)
6475
6476 * progmodes/python.el (python-fill-paren): Don't inf-loop at EOB
6477 (bug#18462).
6478
6479 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6480
6481 * emacs-lisp/package.el (package-check-signature): Default to nil if
6482 GPG is not available.
6483 (package-refresh-contents): Don't mess with the keyring if we won't
6484 check the signatures anyway.
6485
6486 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6487
6488 * ses.el (ses--row, ses--col): New dyn-scoped vars, to replace row&col.
6489 (ses-center, ses-center-span): Use them.
6490 (ses-print-cell): Bind them while calling the printer.
6491 (row, col, maxrow, maxcol): Don't declare as dynamically scoped.
6492 (ses-dorange): Revert last change.
6493 (ses-calculate-cell): Don't bind row&col dynamically while evaluating
6494 the formula.
6495 (ses-set-cell): Avoid `eval'.
6496 (ses--time-check): Rename it from ses-time-check and turn it into
6497 a macro.
6498
6499 * ses.el (ses-setup): Don't assume modifying the iteration var of
6500 dotimes affects the iteration (bug#18191).
6501
6502 2014-09-30 Vincent Belaïche <vincentb1@users.sourceforge.net>
6503
6504 * ses.el (ses-calculate-cell): Bind row and col dynamically to
6505 their values with 'cl-progv'.
6506 (ses-dorange): Bind row, col, maxrow and maxcol dynamically to
6507 their values with 'cl-progv', also use non-interned symbols for
6508 row, minrow, maxrow, mincol and maxcol.
6509 (maxrow maxcol): New defvar, to make the compiler happy.
6510
6511 2014-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6512
6513 * minibuffer.el (completion-at-point): Emit warning for ill-behaved
6514 completion functions.
6515
6516 2014-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6517
6518 * ses.el (ses--letref): Quote value before it gets re-evaluated.
6519
6520 2014-09-28 Thien-Thi Nguyen <ttn@gnu.org>
6521
6522 Font-lock `cl-flet*', too.
6523 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2):
6524 Add "flet*" to intermediate var `cl-lib-kw'.
6525
6526 2014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6527
6528 * epg-config.el (epg-gpg-program): Use the plain program names rather
6529 than their absolute file name.
6530
6531 * subr.el (track-mouse): New macro.
6532 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form):
6533 Remove track-mouse case.
6534 * emacs-lisp/bytecomp.el (byte-compile-track-mouse): Remove.
6535
6536 2014-09-27 Leo Liu <sdl.web@gmail.com>
6537
6538 * progmodes/elisp-mode.el (elisp--eldoc-last-data): Use defvar.
6539
6540 * emacs-lisp/eldoc.el (eldoc-mode): Fix thinko.
6541
6542 2014-09-27 Stefan Monnier <monnier@iro.umontreal.ca>
6543
6544 * emacs-lisp/pcase.el (pcase--split-match, pcase--app-subst-match):
6545 Handle the case where `match' is :pcase--succeed or :pcase--fail
6546 (bug#18554).
6547
6548 Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el.
6549 * emacs-lisp/eldoc.el (global-eldoc-mode): New minor mode.
6550 (eldoc-schedule-timer): Obey it.
6551 (eldoc-documentation-function): Default to nil.
6552 (eldoc-mode): Don't enable if eldoc-documentation-function is not set.
6553 (eldoc-documentation-function-default, eldoc-get-fnsym-args-string)
6554 (eldoc-highlight-function-argument, eldoc-get-var-docstring)
6555 (eldoc-last-data-store, eldoc-docstring-first-line)
6556 (eldoc-docstring-format-sym-doc, eldoc-fnsym-in-current-sexp)
6557 (eldoc-beginning-of-sexp, eldoc-current-symbol)
6558 (eldoc-function-argstring): Move to elisp-mode.el.
6559 (eldoc-symbol-function): Remove, unused.
6560 * progmodes/elisp-mode.el: New file. Rename all "eldoc-*" to "elisp--*".
6561 (elisp-completion-at-point): Rename from lisp-completion-at-point.
6562 (elisp--preceding-sexp): Rename from preceding-sexp.
6563 * loadup.el: Load new file progmodes/elisp-mode.
6564 * ielm.el (inferior-emacs-lisp-mode): Set eldoc-documentation-function.
6565 * emacs-lisp/lisp.el (lisp--local-variables-1, lisp--local-variables)
6566 (lisp--local-variables-completion-table, lisp--expect-function-p)
6567 (lisp--form-quoted-p, lisp--company-doc-buffer)
6568 (lisp--company-doc-string, lisp--company-location)
6569 (lisp-completion-at-point): Move to elisp-mode.el.
6570 * emacs-lisp/lisp-mode.el (lisp--mode-syntax-table): New syntax-table,
6571 extracted from emacs-lisp-mode-syntax-table.
6572 (emacs-lisp-mode-abbrev-table, emacs-lisp-mode-syntax-table): Move to
6573 elisp-mode.el.
6574 (lisp-imenu-generic-expression): Add comments to document what comes
6575 from which Lisp dialect.
6576 (emacs-lisp-mode-map, emacs-lisp-byte-compile)
6577 (emacs-lisp-byte-compile-and-load, emacs-lisp-mode-hook)
6578 (emacs-lisp-mode, emacs-list-byte-code-comment-re)
6579 (emacs-lisp-byte-code-comment)
6580 (emacs-lisp-byte-code-syntax-propertize, emacs-lisp-byte-code-mode)
6581 (lisp-interaction-mode-map, lisp-interaction-mode)
6582 (eval-print-last-sexp, last-sexp-setup-props)
6583 (last-sexp-toggle-display, prin1-char, preceding-sexp)
6584 (eval-last-sexp-1, eval-last-sexp-print-value)
6585 (eval-last-sexp-fake-value, eval-sexp-add-defvars, eval-last-sexp)
6586 (eval-defun-1, eval-defun-2, eval-defun): Move to elisp-mode.el.
6587
6588 2014-09-26 Paul Eggert <eggert@cs.ucla.edu>
6589
6590 * progmodes/grep.el (grep-regexp-alist): Use more-accurate regexp.
6591 Do not match file names that end in '/', as they cannot be 'grep'
6592 hits nowadays. This prevents confusion when 'grep -r' reports a
6593 match in a file whose basename is ':12345:'. Conversely, do not
6594 require exactly the same sequence of spaces and tabs after both
6595 colons, and allow spaces or tabs before the second colon, as per
6596 the POSIX spec for 'grep' output.
6597
6598 2014-09-26 Leo Liu <sdl.web@gmail.com>
6599
6600 Add cl-parse-integer based on parse-integer (Bug#18557)
6601 * calendar/parse-time.el (parse-time-digits): Remove.
6602 (digit-char-p, parse-integer) Moved to cl-lib.el.
6603 (parse-time-tokenize, parse-time-rules, parse-time-string):
6604 Use cl-parse-integer.
6605
6606 * emacs-lisp/cl-extra.el (cl-parse-integer): New function.
6607
6608 * emacs-lisp/cl-lib.el (cl-digit-char-table): New var.
6609 (cl-digit-char-p): New function.
6610
6611 2014-09-25 Juri Linkov <juri@jurta.org>
6612
6613 * vc/add-log.el (change-log-next-buffer): Don't create an empty
6614 buffer "ChangeLog" when the current buffer doesn't match ChangeLog.[0-9].
6615 Return the current buffer if no files match the default pattern
6616 ChangeLog.[0-9]. Signal "end of multi" when file is nil. (Bug#18547)
6617
6618 2014-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6619
6620 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Don't modify
6621 the global vc-handled-backends (bug#18535).
6622
6623 2014-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
6624
6625 * find-cmd.el (find-cmd): Use grep's `find-program' (bug#18518).
6626 Suggested by <lompik@voila.fr>.
6627
6628 2014-09-24 Ulf Jasper <ulf.jasper@web.de>
6629
6630 * net/newst-treeview.el (newsticker--treeview-do-get-node-by-id):
6631 Rename from `newsticker--treeview-do-get-node'.
6632 (newsticker--treeview-get-node-by-id):
6633 Rename from `newsticker--treeview-get-node'.
6634 (newsticker--treeview-buffer-init)
6635 (newsticker--treeview-buffer-init): Disable buffer undo.
6636 (newsticker--treeview-unfold-node): Adapt to modified
6637 `newsticker--group-find-parent-group'.
6638 (newsticker--group-do-find-group):
6639 Rename from `newsticker--group-do-find-group-for-feed'.
6640 Now works for both, groups and feeds.
6641 (newsticker--group-find-parent-group):
6642 Rename from `newsticker--group-find-group-for-feed'.
6643 Now works for both, groups and feeds.
6644 (newsticker--group-do-get-parent-group)
6645 (newsticker--group-get-parent-group): Remove.
6646 (newsticker-group-add-group): Change interactive prompts.
6647 (newsticker-group-add-group): Finally jump to added group.
6648 (newsticker-group-delete-group): Finally jump to current feed.
6649 (newsticker--group-do-rename-group, newsticker-group-rename-group)
6650 (newsticker--get-group-names, newsticker--group-names): New.
6651 (newsticker-group-move-feed): Finally jump to moved feed.
6652 (newsticker-group-shift-feed-down, newsticker-group-shift-feed-up)
6653 (newsticker-group-shift-group-down)
6654 (newsticker-group-shift-group-up, newsticker--group-shift): New.
6655 (newsticker-treeview-mode-map): New keybindings for new shift commands.
6656
6657 * net/newst-backend.el (newsticker--item-list)
6658 (newsticker--item-position, newsticker--prev-message)
6659 (newsticker--scrollable-text): Move to newst-ticker.el.
6660
6661 * net/newst-ticker.el (newsticker--item-list)
6662 (newsticker--item-position, newsticker--prev-message)
6663 (newsticker--scrollable-text): Move from newst-backend.el.
6664
6665 2014-09-22 Kan-Ru Chen <kanru@kanru.info>
6666
6667 * window.el (fit-window-to-buffer): When counting buffer width,
6668 count the whole visible buffer. Correctly convert the body-height
6669 to pixel size for window-text-pixel-size (Bug#18498).
6670
6671 2014-09-22 Sam Steingold <sds@gnu.org>
6672
6673 * progmodes/sql.el (sql-product-alist): Improve the Vertica entry.
6674 (sql-execute): Use `special-mode'.
6675
6676 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6677
6678 Add pcase-defmacro, as well as `quote' and `app' patterns.
6679 * loadup.el: Increase max-lisp-eval-depth when macroexpanding macroexp.
6680 * emacs-lisp/pcase.el: Allow (F . ARGS) in `app' patterns.
6681 (pcase--funcall, pcase--eval): New functions.
6682 (pcase--u1): Use them for guard, pred, let, and app.
6683 (\`): Use the new feature to generate better code for vector patterns.
6684 * emacs-lisp/pcase.el: Use pcase-defmacro to handle backquote.
6685 (pcase--upat): Remove.
6686 (pcase--macroexpand): Don't hardcode handling of `.
6687 (pcase--split-consp, pcase--split-vector): Remove.
6688 (pcase--split-equal): Disregard ` since it's expanded away.
6689 (pcase--split-member): Optimize for quote rather than for `.
6690 (pcase--split-pred): Optimize for quote rather than for `.
6691 (pcase--u1): Remove handling of ` (and of `or' and `and').
6692 Quote non-selfquoting values when passing them to `eq'.
6693 Drop `app's let-binding if the variable is not used.
6694 (pcase--q1): Remove.
6695 (`): Define as a pattern macro.
6696 * emacs-lisp/pcase.el (pcase--match): New smart-constructor function.
6697 (pcase--expand pcase--q1, pcase--app-subst-match): Use it.
6698 (pcase--macroexpand): Handle self-quoting patterns here, expand them to
6699 quote patterns.
6700 (pcase--split-match): Don't hoist or/and here any more.
6701 (pcase--split-equal): Optimize quote patterns as well as ` patterns.
6702 (pcase--flip): New helper macro.
6703 (pcase--u1): Optimize the memq case directly.
6704 Don't handle neither self-quoting nor and/or patterns any more.
6705 * emacs-lisp/pcase.el (pcase-defmacro): New macro.
6706 (pcase--macroexpand): New function.
6707 (pcase--expand): Use it.
6708 * emacs-lisp/pcase.el (pcase--app-subst-match, pcase--app-subst-rest):
6709 New optimization functions.
6710 (pcase--u1): Add support for `quote' and `app'.
6711 (pcase): Document them in the docstring.
6712
6713 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6714
6715 Use lexical-bindin in Ibuffer.
6716 * ibuffer.el (ibuffer-do-toggle-read-only): `arg' is unused.
6717 (ibuffer-compile-format): Simplify.
6718 (ibuffer-clear-summary-columns): Simplify.
6719 * ibuf-ext.el (ibuffer-generate-filter-groups): Don't use the third
6720 elem of dotimes when we don't refer to the iteration var from it.
6721 (ibuffer-toggle-sorting-mode): Avoid add-to-list.
6722 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-op):
6723 Silence byte-compiler.
6724
6725 2014-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6726
6727 * font-lock.el (font-lock-compile-keyword): Don't confuse a lambda
6728 expression for a list.
6729
6730 * emacs-lisp/bytecomp.el (byte-compile-lambda): Don't add fundoc usage
6731 for functions with no arguments.
6732
6733 * mpc.el (mpc-data-directory): Use locate-user-emacs-file.
6734 (mpc-volume-refresh): Make sure the corresponding header-line is updated.
6735
6736 2014-09-17 Tom Willemse <tom@ryuslash.org> (tiny change)
6737
6738 * simple.el (clone-indirect-buffer): Mention the return value
6739 (bug#18478).
6740
6741 * progmodes/prog-mode.el (prog-mode-hook): Replace reference to
6742 Text mode in docstring (bug#18464).
6743
6744 2014-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
6745
6746 * progmodes/perl-mode.el (perl-syntax-propertize-function):
6747 Accept underscores in identifiers after "sub" (bug#18502).
6748
6749 2014-09-21 Tassilo Horn <tsdh@gnu.org>
6750
6751 * textmodes/reftex-sel.el (reftex-select-label-mode)
6752 (reftex-select-bib-mode, reftex-insert-docstruct): Derive modes
6753 from special-mode (instead of fundamental-mode) and propertize
6754 with font-lock-face instead of just face. (Bug#18496)
6755
6756 * textmodes/reftex-toc.el (reftex-toc-mode, reftex-toc): Ditto.
6757
6758 2014-09-19 Dmitry Gutov <dgutov@yandex.ru>
6759
6760 * emacs-lisp/lisp.el (lisp-completion-at-point): Only calculate
6761 `table-etc' when `end' is non-nil.
6762 (lisp-completion-at-point): Move `end' back if it's after quote.
6763 If in comment or string, only complete when after backquote.
6764 (Bug#18265)
6765 (lisp-completion-at-point): Don't use
6766 `lisp--local-variables-completion-table' in the
6767 `lisp--form-quoted-p' case.
6768
6769 2014-09-19 Dmitry Gutov <dgutov@yandex.ru>
6770
6771 * emacs-lisp/lisp.el (lisp--expect-function-p)
6772 (lisp--form-quoted-p): New functions.
6773 (lisp-completion-at-point): Use them to see if we're completing a
6774 variable reference, a function name, or just any symbol.
6775 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00229.html
6776
6777 2014-09-18 Ivan Kanis <ivan@kanis.fr>
6778
6779 * net/shr.el, net/eww.el: Don't override `shr-width', but
6780 introduce a new variable `shr-internal-width'. This allows users
6781 to specify a width themselves.
6782
6783 2014-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6784
6785 * image-mode.el (image-toggle-display-image): If we have a
6786 `fit-width' or a `fit-height', don't limit the size of the image
6787 to the window size, because that doesn't preserve the aspect ratio.
6788 * image-mode.el: Move defvars earlier to avoid a byte-compilation
6789 warning.
6790
6791 2014-09-17 Reuben Thomas <rrt@sc3d.org>
6792
6793 * progmodes/js.el: Add interpreter-mode-alist support for various
6794 JavaScript interpreters.
6795
6796 2014-09-17 Paul Eggert <eggert@cs.ucla.edu>
6797
6798 Don't assume 'grep' supports GREP_OPTIONS.
6799 The GREP_OPTIONS environment variable is planned to be marked
6800 obsolescent in GNU grep, due to problems in its use, so stop
6801 relying on it.
6802 * progmodes/grep.el (grep-highlight-matches): Document this.
6803 (grep-process-setup): Do not set GREP_OPTIONS.
6804 (grep-compute-defaults): Use an explicit --color option if supported.
6805
6806 2014-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
6807
6808 * msb.el (msb--make-keymap-menu, msb-menu-bar-update-buffers):
6809 Don't add outdated key-shortcut cache (bug#18482).
6810
6811 2014-09-15 Glenn Morris <rgm@gnu.org>
6812
6813 * image.el (image-multi-frame-p): Fix thinko - do not force
6814 a delay if none was specified. (Bug#18334)
6815
6816 2014-09-15 Kan-Ru Chen <kanru@kanru.info>
6817
6818 * window.el (fit-window-to-buffer): Doc fix.
6819
6820 2014-09-15 Ivan Shmakov <ivan@siamics.net>
6821
6822 * desktop.el (desktop-create-buffer): Check that buffers are still live
6823 before burying them (bug#18373).
6824
6825 2014-09-15 Glenn Morris <rgm@gnu.org>
6826
6827 * calendar/diary-lib.el (diary-list-entries):
6828 Restore 24.3 display behavior. (Bug#18381)
6829
6830 2014-09-15 Eli Zaretskii <eliz@gnu.org>
6831
6832 * mouse.el (mouse-drag-line): On text-mode frames, count the mode
6833 line and header line as 1 pixel. This fixes the 1-"pixel" (row)
6834 discrepancy between window-pixel-edges and mouse events, and
6835 avoids moving mode line up when the mouse click is on the modeline
6836 and no drag is attempted.
6837
6838 2014-09-14 Daniel Colascione <dancol@dancol.org>
6839
6840 * register.el (insert-register): Change default interactive
6841 insertion mode.
6842
6843 2014-09-14 Michael Albinus <michael.albinus@gmx.de>
6844
6845 * net/tramp-cache.el (tramp-flush-file-function): Simplify check.
6846 Suppress debug messages.
6847
6848 * net/tramp.el (tramp-file-name-handler):
6849 * net/tramp-gvfs.el (tramp-gvfs-url-file-name): Apply `cons' where
6850 appropriate.
6851
6852 2014-09-13 Christopher Schmidt <ch@ristopher.com>
6853
6854 * calendar/calendar.el (calendar-update-mode-line):
6855 Do not overwrite mode-line-format if calendar-mode-line-format is
6856 nil. (Bug#18467)
6857
6858 2014-09-13 Leo Liu <sdl.web@gmail.com>
6859
6860 * emacs-lisp/pcase.el (pcase--dontwarn-upats): New var.
6861 (pcase--expand): Use it.
6862 (pcase-exhaustive): New macro. (Bug#16567)
6863
6864 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
6865 Add pcase-exhaustive.
6866
6867 2014-09-13 Eli Zaretskii <eliz@gnu.org>
6868
6869 * mail/rmailmm.el (rmail-mime-insert-html): Decode the HTML part
6870 using the specified transfer-encoding, if any, or 'undecided'.
6871 (rmail-mime-render-html-shr): Bind shr-width to nil, so lines are
6872 broken at the window margin.
6873
6874 2013-12-27 Ken Olum <kdo@cosmos.phy.tufts.edu>
6875
6876 Support rendering of HTML parts in Rmail (bug#4258).
6877 * mail/rmailmm.el (rmail-mime-process): Handle text/html
6878 separately from other text/ types. Suppress tagline for
6879 multipart body.
6880 (rmail-mime-parse): Don't change visibility of tagline here.
6881 (rmail-mime-set-bulk-data, rmail-mime-insert-bulk):
6882 Handle text/html specially.
6883 (rmail-mime-render-html-function,rmail-mime-prefer-html): New variables.
6884 (rmail-mime-insert-html, rmail-mime-render-html-shr)
6885 (rmail-mime-render-html-lynx): New functions.
6886 (rmail-mime-fix-inserted-faces): New function.
6887 (rmail-mime-process-multipart): Find the best part to show
6888 following rmail-mime-prefer-html if set.
6889 (rmail-mime-searching): New variable.
6890 (rmail-search-mime-message): Bind rmail-mime-searching to
6891 suppress rendering while searching.
6892
6893 2014-09-12 Sam Steingold <sds@gnu.org>
6894
6895 * progmodes/sql.el (sql-product-alist): Add vertica.
6896 (sql-vertica-program, sql-vertica-options)
6897 (sql-vertica-login-params, sql-comint-vertica, sql-vertica):
6898 New functions and variables to support Vertica.
6899 Inspired by code by Roman Scherer <roman@burningswell.com>.
6900
6901 2014-09-11 Paul Eggert <eggert@cs.ucla.edu>
6902
6903 * ses.el (ses-file-format-extend-parameter-list): Rename from
6904 ses-file-format-extend-paramter-list, to correct a misspelling.
6905 All uses changed.
6906
6907 2014-09-10 Alan Mackenzie <acm@muc.de>
6908
6909 CC Mode: revert recent changes and fix bug 17463 (cc-langs.elc
6910 gets loaded at run-time).
6911 * progmodes/cc-langs.el (c-no-parens-syntax-table): Rename the
6912 c-lang-const to c-make-no-parens-syntax-table and correct the
6913 logic.
6914 (c-no-parens-syntax-table): Correct the logic of the
6915 c-lang-defvar.
6916
6917 2014-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6918
6919 CC-mode: Set open-paren-in-column-0-is-defun-start to nil;
6920 plus misc cleanup.
6921 * progmodes/cc-mode.el (c-basic-common-init):
6922 Set open-paren-in-column-0-is-defun-start.
6923 (adaptive-fill-first-line-regexp, font-lock-syntactic-keywords):
6924 Remove declarations, unused.
6925 (run-mode-hooks): Remove declaration.
6926 (font-lock-defaults): Use plain `defvar' to declare.
6927 (c-run-mode-hooks): Test existence of run-mode-hooks with fboundp.
6928 * progmodes/cc-langs.el (c-filter-ops): Avoid `setq'.
6929 (c-make-mode-syntax-table): Don't micro-optimize.
6930 (c-keywords, c-keyword-member-alist): Simplify.
6931 (c-kwds-lang-consts): Don't eval at compile-time.
6932 (c-primary-expr-regexp): Comment out unused vars.
6933 * progmodes/cc-fonts.el (c-font-lock-context): Declare at top-level.
6934 (c-font-byte-compile): New var.
6935 (c--compile): New function. Use it instead of `byte-compile'.
6936 (c-cpp-matchers): Quote the value returned by
6937 `c-make-syntactic-matcher' in case it's not self-evaluating.
6938 (c-basic-matchers-before): Avoid a plain MATCHER as keyword, wrap it in
6939 parentheses instead (in case MATCHER happens to be a list).
6940 (c-font-lock-enum-tail): Remove unused var `start'.
6941 (c-font-lock-objc-methods): Silence byte-compiler warnings.
6942 * progmodes/cc-engine.el (c-syntactic-re-search-forward): Sink an `if'
6943 test into an argument.
6944 * progmodes/cc-defs.el (c-point, c-major-mode-is, c-put-char-property)
6945 (c-get-char-property): Don't use `eval' just to unquote a constant.
6946 (c-use-extents): Remove. Use (featurep 'xemacs), compiled
6947 more efficiently.
6948 (c-put-char-property-fun): Don't call `byte-compile' by hand.
6949 (c-clear-char-property, c-clear-char-properties): Check that `property'
6950 is a quoted constant.
6951 (c-emacs-features): Remove `infodock', `syntax-properties', and
6952 `pps-extended-state' (never used), `8-bit' and `1-bit' (use (featurep
6953 'xemacs) instead). Use `with-temp-buffer' and let-bind vars after
6954 changing buffer, so we don't have to setq them again afterwards.
6955 (c-lang-const): Remove redundant symbolp assertions.
6956 (c-find-assignment-for-mode): Use `or'.
6957 * Makefile.in (compile-one-process): Remove cc-mode dependency.
6958
6959 2014-09-09 Sam Steingold <sds@gnu.org>
6960
6961 * progmodes/sql.el (sql-default-directory): Fix type annotation.
6962
6963 2014-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6964
6965 * progmodes/cc-awk.el: Remove unneeded cc-bytecomp use.
6966 Change doc comments into docstrings.
6967 * Makefile.in: Remove cc-awk dependency.
6968
6969 2014-09-08 Sam Steingold <sds@gnu.org>
6970
6971 * progmodes/sql.el (sql-send-line-and-next): New command,
6972 bound to C-c C-n.
6973 (sql-show-sqli-buffer): Display the buffer instead of its name and
6974 bind the command to C-c C-z.
6975 (sql-default-directory): New user option.
6976 (sql-product-interactive): Bind `default-directory' to it to
6977 enable remote connections using Tramp.
6978 (sql-set-sqli-buffer): Call `sql-product-interactive' when no
6979 suitable buffer is available.
6980
6981 2014-09-08 Glenn Morris <rgm@gnu.org>
6982
6983 * calendar/calendar.el (calendar-basic-setup):
6984 Fix calendar-view-holidays-initially-flag and fancy display.
6985 * calendar/diary-lib.el (diary-live-p): Doc fix.
6986
6987 * calendar/calendar.el (calendar-basic-setup):
6988 Avoid clobbering calendar with diary. (Bug#18381)
6989
6990 2014-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
6991
6992 * vc/vc-dir.el (vc-dir-update): Don't burp in corner case.
6993
6994 2014-09-08 Lars Ljung <lars@matholka.se> (tiny change)
6995
6996 * isearch.el (isearch-yank-word-or-char): Obey superword-mode
6997 as well (bug#18400).
6998
6999 2014-09-08 Eli Zaretskii <eliz@gnu.org>
7000
7001 * subr.el (posn-actual-col-row): Doc fix. (Bug#18385)
7002
7003 2014-09-06 Leo Liu <sdl.web@gmail.com>
7004
7005 * emacs-lisp/pcase.el (pcase): Doc fix.
7006 (pcase--split-vector): New function.
7007 (pcase--q1): Support vector qpattern. (Bug#18327)
7008
7009 2014-09-05 Sam Steingold <sds@gnu.org>
7010
7011 * textmodes/tex-mode.el (tex-print-file-extension): New user
7012 option.
7013 (tex-print): Use it instead of the hard-coded string.
7014
7015 2014-09-05 Michael Albinus <michael.albinus@gmx.de>
7016
7017 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
7018 Expand `default-directory'.
7019
7020 2014-09-05 Martin Rudalics <rudalics@gmx.at>
7021
7022 * scroll-bar.el (horizontal-scroll-bars-available-p):
7023 New function.
7024 (horizontal-scroll-bar-mode): Rewrite using
7025 horizontal-scroll-bars-available-p.
7026 * menu-bar.el (menu-bar-showhide-scroll-bar-menu): Rewrite using
7027 horizontal-scroll-bars-available-p.
7028
7029 2014-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
7030
7031 * subr.el (call-process-shell-command, process-file-shell-command):
7032 Make the `args' obsolete (bug#18409).
7033 (start-process-shell-command, start-file-process-shell-command):
7034 Use `declare'.
7035
7036 2014-09-05 Jay Belanger <jay.p.belanger@gmail.com>
7037
7038 * calc/calc-forms.el (math-normalize-hms): Do a better check for
7039 "negative" hms forms.
7040
7041 2014-09-04 Rasmus Pank Roulund <emacs@pank.eu>
7042
7043 * vc/vc-git.el (vc-git-conflicted-files): Fix bug when git status
7044 returns nil (bug#18391).
7045
7046 2014-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
7047
7048 * emacs-lisp/eldoc.el (eldoc-function-argstring): Don't strip
7049 terminating paren (bug#18352).
7050 (eldoc-last-data-store): Return cached data.
7051 (eldoc-get-var-docstring): Avoid setq.
7052 (eldoc-get-fnsym-args-string): Clarify data flow.
7053
7054 2014-09-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7055
7056 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Handle the
7057 case where we're currently providing part of the &rest arg after some
7058 &key args, as in define-ibuffer-op (bug#18048).
7059
7060 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7061
7062 * progmodes/which-func.el (which-func-ff-hook): Obey pre-existing
7063 buffer-local setting of which-func-mode.
7064 (which-func-mode): Use defvar-local.
7065 (which-function-mode): Don't reset which-func-mode in each buffer since
7066 it might have been set by someone else.
7067 (which-func-update-ediff-windows): Check which-function-mode.
7068
7069 2014-09-03 Martin Rudalics <rudalics@gmx.at>
7070
7071 * frame.el (frame-initialize): Remove horizontal-scroll-bars
7072 from frame-initial-frame-alist.
7073 * scroll-bar.el (previous-horizontal-scroll-bar-mode)
7074 (horizontal-scroll-bar-mode-explicit)
7075 (set-horizontal-scroll-bar-mode, get-horizontal-scroll-bar-mode)
7076 (toggle-horizontal-scroll-bar): Remove.
7077 (horizontal-scroll-bar-mode): Remove defcustom.
7078 (horizontal-scroll-bar-mode): Fix doc-string.
7079 (scroll-bar-toolkit-scroll)
7080 (scroll-bar-toolkit-horizontal-scroll): Add doc-strings stubs.
7081
7082 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7083
7084 * emacs-lisp/package.el (package-generate-description-file):
7085 Properly quote the arguments (bug#18332). Change second arg.
7086 (package--alist-to-plist-args): Rename from package--alist-to-plist and
7087 quote the elements.
7088 (package--make-autoloads-and-stuff): Fix the test for pre-existence of
7089 the *-pkg.el file. Adjust to new calling convention of
7090 package-generate-description-file.
7091
7092 * progmodes/gud.el (gud-gdb-completion-at-point): Add hack (bug#18282).
7093 (gud-gdb-completions): Remove obsolete workaround.
7094
7095 2014-09-03 Eli Zaretskii <eliz@gnu.org>
7096
7097 * subr.el (posn-col-row): Revert the change from commit
7098 2010-11-13T21:07:58Z!eliz@gnu.org, which
7099 was inadvertently merged from emacs-23 release branch in 2010-11-18T03:54:14Z!monnier@iro.umontreal.ca
7100 monnier@iro.umontreal.ca-20101118035414-yvlg7k7dk4k4l3q, and
7101 introduced an off-by-one error in the reported row when there is a
7102 header line. (Bug#18384)
7103
7104 2014-09-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
7105
7106 * progmodes/python.el (python-indent-post-self-insert-function):
7107 Avoid electric colon at beginning-of-defun. (Bug#18228)
7108
7109 2014-09-03 Glenn Morris <rgm@gnu.org>
7110
7111 * tutorial.el (tutorial--display-changes):
7112 Fix 2014-08-01 change. (Bug#18382)
7113
7114 2014-09-03 Ken Brown <kbrown@cornell.edu>
7115
7116 * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
7117 the Cygwin-w32 build. (Bug#18347)
7118
7119 2014-09-03 Glenn Morris <rgm@gnu.org>
7120
7121 * tar-mode.el (tar--extract, tar-extract):
7122 Avoid permanently disabling undo in extracted buffers. (Bug#18344)
7123
7124 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
7125
7126 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Try to better
7127 handle multiline elements (bug#18380).
7128
7129 2014-09-01 Eli Zaretskii <eliz@gnu.org>
7130
7131 * ls-lisp.el (ls-lisp-use-string-collate)
7132 (ls-lisp-UCA-like-collation): New defcustoms.
7133 (ls-lisp-string-lessp): Use them to control sorting by file
7134 names. (Bug#18051)
7135 (ls-lisp-version-lessp): New function.
7136 (ls-lisp-handle-switches): Use it to implement the -v switch of
7137 GNU ls.
7138 (ls-lisp--insert-directory): Mention the -v switch in the doc string.
7139
7140 2014-08-31 Christoph Scholtes <cschol2112@gmail.com>
7141
7142 * ibuffer.el: Replace mode-specific quit function with
7143 `quit-window' via `special-mode'.
7144 (ibuffer-mode-map): Use keybindings from special-mode-map instead
7145 of local overrides.
7146 (ibuffer): Don't store previous windows configuration.
7147 Let `quit-window' handle restoring.
7148 (ibuffer-quit): Remove function. Use `quit-window' instead.
7149 (ibuffer-restore-window-config-on-quit): Remove variable.
7150 (ibuffer-prev-window-config): Remove variable.
7151
7152 2014-08-29 Michael Heerdegen <michael_heerdegen@web.de>
7153
7154 * emacs-lisp/easy-mmode.el (define-minor-mode): Use mode function
7155 name instead of variable name in hook docstring. (Bug#18349)
7156
7157 2014-08-29 Martin Rudalics <rudalics@gmx.at>
7158
7159 * window.el (display-buffer-at-bottom): Prefer bottom-left
7160 window to other bottom windows. Reuse a bottom window if it
7161 shows the buffer already. Suggested by Juri Linkov
7162 <juri@jurta.org> in discussion of (Bug#18181).
7163
7164 2014-08-29 Leo Liu <sdl.web@gmail.com>
7165
7166 * files.el (minibuffer-with-setup-hook): Allow (:append FUN) to
7167 append to minibuffer-setup-hook. (Bug#18341)
7168
7169 2014-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7170
7171 * progmodes/cc-defs.el: Expose c-lanf-defconst's expressions to the
7172 byte-compiler.
7173 (lookup-syntax-properties): Silence byte-compiler.
7174 (c-lang-defconst): Quote the code with `lambda' rather than with
7175 `quote'.
7176 (c-lang-const): Avoid unneeded setq.
7177 (c-lang-constants-under-evaluation): Add docstring.
7178 (c-lang--novalue): New constant.
7179 (c-find-assignment-for-mode): Use it instead of c-lang-constants.
7180 (c-get-lang-constant): Same here.
7181 Get the mode's value using `funcall' now that the code is quoted
7182 with `lambda'.
7183
7184 2014-08-28 Michael Albinus <michael.albinus@gmx.de>
7185
7186 * net/tramp.el (tramp-handle-shell-command): Use `display-buffer'.
7187 (Bug#18326)
7188
7189 2014-08-28 Martin Rudalics <rudalics@gmx.at>
7190
7191 * scroll-bar.el (scroll-bar-horizontal-drag-1): Handle new
7192 interpretation of `portion-whole'.
7193
7194 2014-08-28 Michael Albinus <michael.albinus@gmx.de>
7195
7196 * net/tramp-adb.el: Spell author name correctly.
7197
7198 2014-08-28 João Távora <joaotavora@gmail.com>
7199
7200 * net/shr.el (shr-expand-url): Plain expand-file-name is not enough;
7201 use url-expand-file-name. (Bug#18310)
7202
7203 2014-08-28 Glenn Morris <rgm@gnu.org>
7204
7205 * emulation/cua-rect.el (cua--highlight-rectangle):
7206 Avoid error at point-min. (Bug#18309)
7207
7208 2014-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7209
7210 * progmodes/python.el (python-shell-prompt-detect): Remove redundant
7211 executable-find (bug#18244).
7212
7213 * simple.el (self-insert-uses-region-functions): Defvar.
7214
7215 2014-08-28 Glenn Morris <rgm@gnu.org>
7216
7217 * subr.el (remq): Revert 2014-08-25 doc change (not always true).
7218
7219 2014-08-27 Dmitry Antipov <dmantipov@yandex.ru>
7220
7221 * startup.el (normal-top-level): Now use internal--top-level-message.
7222
7223 2014-08-26 Dmitry Antipov <dmantipov@yandex.ru>
7224
7225 * startup.el (normal-top-level): Use top-level-message.
7226
7227 2014-08-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7228
7229 * net/shr.el (shr-copy-url): Encode copied URL to avoid getting
7230 URLs containing spaces and the like.
7231
7232 2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
7233
7234 * subr.el (remq): Fix docstring (Bug#18253).
7235
7236 2014-08-25 Christoph Scholtes <cschol2112@gmail.com>
7237
7238 * replace.el (query-replace): Fix typo in docstring (Bug#18320).
7239
7240 2014-08-24 Alan Mackenzie <acm@muc.de>
7241
7242 Handle C++11's "auto" and "decltype" constructions.
7243 * progmodes/cc-engine.el (c-forward-type): Enhance to recognise
7244 and return 'decltype.
7245 (c-forward-decl-or-cast-1): New let variables backup-kwd-sym,
7246 prev-kwd-sym, new-style-auto. Enhance to handle the new "auto"
7247 keyword.
7248 * progmodes/cc-fonts.el (c-font-lock-declarations): Handle the
7249 "decltype" keyword.
7250 (c-font-lock-c++-new): Handle "decltype" constructions.
7251 * progmodes/cc-langs.el (c-auto-ops, c-auto-ops-re):
7252 New c-lang-defconsts/defvars.
7253 (c-haskell-op, c-haskell-op-re): New c-lang-defconsts/defvars.
7254 (c-typeof-kwds, c-typeof-key): New c-lang-defconsts/defvars.
7255 (c-typeless-decl-kwds): Append "auto" onto the C++ value.
7256 (c-not-decl-init-keywords): Also exclude c-typeof-kwds from value.
7257
7258 Make ">>" act as double template ender in C++ Mode. (Bug#11386)
7259 * progmodes/cc-langs.el (c->-op-cont-tokens): New lang-const split
7260 off from c->-op-cont-re.
7261 (c->-op-cont-tokens): Change to use the above.
7262 (c->-op-without->-cont-regexp): New lang-const.
7263 * progmodes/cc-engine.el (c-forward-<>-arglist-recur):
7264 Use c->-op-without->-cont-regexp in place of c->-op-cont-tokens.
7265
7266
7267 2014-08-23 Alan Mackenzie <acm@muc.de>
7268
7269 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix infinite
7270 loop, bug #18306. The bug was introduced on 2014-08-02.
7271
7272 2014-08-21 Eli Zaretskii <eliz@gnu.org>
7273
7274 * textmodes/texnfo-upd.el (texinfo-specific-section-type):
7275 Don't recognize a Top node if there are other sectioning commands
7276 earlier in the Texinfo file. This fixes a bug in
7277 texinfo-make-menu and avoids inflooping in
7278 texinfo-all-menus-update when they are invoked on texinfo.texi.
7279
7280 2014-08-21 Martin Rudalics <rudalics@gmx.at>
7281
7282 * window.el (window--side-window-p): New function.
7283 (split-window, window-splittable-p): Use window--side-window-p to
7284 determine whether WINDOW can be split (Bug#18304).
7285 * calendar/calendar.el (calendar-basic-setup): Fix one call of
7286 `window-splittable-p' and add another (Bug#18304).
7287
7288 2014-08-20 Sam Steingold <sds@gnu.org>
7289
7290 * progmodes/python.el (python-new-pythonpath): Extract from
7291 `python-shell-calculate-process-environment'.
7292
7293 2014-08-18 Thierry Volpiatto <thierry.volpiatto@gmail.com>
7294
7295 * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): Add support
7296 for &key args (bug#18048).
7297
7298 2014-08-18 Stefan Monnier <monnier@iro.umontreal.ca>
7299
7300 * emacs-lisp/eldoc.el (eldoc-argument-case): Obsolete and change default.
7301 (eldoc-function-argstring-format): Remove.
7302 (eldoc-function-argstring): Always return upcase args.
7303 Use help-make-usage. Don't add parens.
7304 (eldoc-get-fnsym-args-string): Don't obey eldoc-argument-case since
7305 it's too late to do it right (bug#18048).
7306
7307 2014-08-18 Eli Zaretskii <eliz@gnu.org>
7308
7309 * scroll-bar.el (scroll-bar-horizontal-drag-1)
7310 (scroll-bar-toolkit-horizontal-scroll): When determining the
7311 paragraph direction, use the buffer of the window designated in
7312 the event.
7313
7314 2014-08-16 Andreas Schwab <schwab@linux-m68k.org>
7315
7316 * vc/diff-mode.el (diff-fixup-modifs): Handle empty line in
7317 context of unified diff.
7318
7319 2014-08-16 Paul Eggert <eggert@cs.ucla.edu>
7320
7321 Add dependencies to fix loaddefs race during parallel builds.
7322 Without this, for example, 'make -j bootstrap' can fail and report
7323 "Opening input file: no such file or directory,
7324 .../lisp/calendar/diary-loaddefs.el ... recipe for target
7325 'calendar/hol-loaddefs.el' failed", where the hol-loaddefs.el rule
7326 got confused because diary-loaddefs.el was being built in parallel.
7327 * Makefile.in ($(CAL_DIR)/diary-loaddefs.el):
7328 Depend on $(CAL_DIR)/cal-loaddefs.el.
7329 ($(CAL_DIR)/hol-loaddefs.el): Depend on $(CAL_DIR)/diary-loaddefs.el.
7330
7331 2014-08-16 Martin Rudalics <rudalics@gmx.at>
7332
7333 * scroll-bar.el (scroll-bar-horizontal-drag-1): Use cdr of
7334 portion-whole for scrolling right-to-left text.
7335
7336 2014-08-15 Leo Liu <sdl.web@gmail.com>
7337
7338 * speedbar.el (speedbar-generic-list-tag-p): Allow special
7339 elements from imenu.
7340
7341 2014-08-15 Glenn Morris <rgm@gnu.org>
7342
7343 * subr.el (with-output-to-temp-buffer): Doc fix; from elisp manual.
7344
7345 2014-08-13 Jan Nieuwenhuizen <janneke@gnu.org>
7346
7347 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7348 Add Guile regexpses.
7349
7350 2014-08-13 Jan Nieuwenhuizen <janneke@gnu.org>
7351
7352 * progmodes/gud.el (guiler): New function. Starts the Guile REPL;
7353 add Guile debugger support for GUD.
7354
7355 2014-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
7356
7357 * obsolete/mouse-sel.el (mouse-sel-mode): Use add/remove-function.
7358 (mouse-sel--ignore): New function.
7359 (mouse-sel-has-been-enabled, mouse-sel-original-bindings)
7360 (mouse-sel-original-interprogram-cut-function)
7361 (mouse-sel-original-interprogram-paste-function): Remove.
7362
7363 2014-08-13 Eric S. Raymond <esr@thyrsus.com>
7364
7365 * vc/vc-git.el (vc-git-resolve-when-done): New function.
7366 Call "git add" when there are no longer conflict markers.
7367
7368 2014-08-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7369
7370 * vc/vc-git.el (vc-git-find-file-hook): New function.
7371 Adds support for calling smerge (and resolve) on a conflicted file.
7372 (vc-git-conflicted-files): New function.
7373 Useful in itself and a step towards better smerge support.
7374
7375 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7376
7377 * mpc.el (mpc-reorder): Don't bother splitting the "active" elements
7378 to the first part if they're the same as the selection.
7379
7380 2014-08-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7381
7382 * image-mode.el (image-transform-reset): New command and menu item.
7383 (image-mode-map): Rearrange the menu items to put presumably more
7384 obscure items at the end.
7385
7386 2014-08-12 Juri Linkov <juri@jurta.org>
7387
7388 * vc/vc-annotate.el (vc-annotate-background-mode):
7389 Use `with-demoted-errors' instead of `ignore-errors'. (Bug#18189)
7390
7391 2014-08-12 Stefan Monnier <monnier@iro.umontreal.ca>
7392
7393 * files.el (out-of-memory-warning-percentage): Turn it off by default.
7394
7395 2014-08-11 Sam Steingold <sds@gnu.org>
7396
7397 * textmodes/sgml-mode.el (sgml-validate-command): Set depending on
7398 the presence of known validators (tidy, (o)nsgmls).
7399
7400 2014-08-11 Ulf Jasper <ulf.jasper@web.de>
7401
7402 Newsticker: introduce `newsticker-treeview-date-format'. (Bug#17227)
7403 * net/newst-treeview.el (newsticker-treeview-date-format): New.
7404 (newsticker--treeview-list-add-item):
7405 Use `newsticker-treeview-date-format'.
7406
7407 2014-08-11 Glenn Morris <rgm@gnu.org>
7408
7409 * files.el (basic-save-buffer-2): Revert 2013-01-31 change, which
7410 chose coding system for writing before backing up, since it causes
7411 a more serious problem than the one it solves. (Closes Bug#18141,
7412 reopens Bug#13522.)
7413
7414 2014-08-11 Martin Rudalics <rudalics@gmx.at>
7415
7416 * window.el (window-total-size): Make doc-string more self-contained.
7417
7418 * window.el (display-buffer-below-selected): Restore original
7419 behavior if buffer is already displayed in the window below the
7420 selected one (Bug#18181).
7421
7422 2014-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7423
7424 * mouse.el (mouse--down-1-maybe-follows-link): Don't convert the down
7425 event (bug#18212).
7426
7427 2014-08-11 Eli Zaretskii <eliz@gnu.org>
7428
7429 * info.el (info): Doc fix.
7430
7431 2014-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7432
7433 * info.el (Info-mode-map): Override a global down-mouse-2 binding
7434 (bug#18212).
7435
7436 2014-08-11 Eli Zaretskii <eliz@gnu.org>
7437
7438 * simple.el (default-line-height): A floating-point value of
7439 line-spacing means a fraction of the default frame font's height,
7440 not of the font currently used by the 'default' face.
7441 Truncate the pixel value, like the display engine does.
7442 (window-screen-lines): Use window-inside-pixel-edges for
7443 determining the window height in pixels. (Bug#18195)
7444
7445 2014-08-11 Grégoire Jadi <daimrod@gmail.com>
7446
7447 * leim/quail/latin-post.el: Transform " __" into " _". (Bug#18023)
7448
7449 2014-08-10 Ulf Jasper <ulf.jasper@web.de>
7450
7451 Enumerate evaluated sexp diary entries (Bug#7911).
7452 * calendar/icalendar.el (icalendar-export-sexp-enumerate-all)
7453 (icalendar-export-sexp-enumeration-days): New.
7454 (icalendar-export-region): Now `icalendar--convert-to-ical'
7455 returns a cons cell or a list of cons cells.
7456 (icalendar--convert-to-ical): Take care of
7457 `icalendar-export-sexp-enumerate-all'. Return (a list of) cons cells.
7458 (icalendar--convert-ordinary-to-ical)
7459 (icalendar--convert-weekly-to-ical, icalendar--convert-yearly-to-ical)
7460 (icalendar--convert-block-to-ical, icalendar--convert-block-to-ical)
7461 (icalendar--convert-float-to-ical, icalendar--convert-cyclic-to-ical)
7462 (icalendar--convert-anniversary-to-ical): Return cons cell.
7463 (icalendar--convert-sexp-to-ical): Enumerate evaluated sexp
7464 entries. Return (list of) cons cells.
7465
7466 2014-08-09 Juri Linkov <juri@jurta.org>
7467
7468 * vc/vc-annotate.el (vc-annotate-background-mode): Add :set
7469 to reevaluate `vc-annotate-color-map'. (Bug#18189)
7470
7471 2014-08-09 Alan Mackenzie <acm@muc.de>
7472
7473 * progmodes/cc-fonts.el (c-font-lock-declarators): Remove check
7474 for top-level that can cause unacceptable slow-down in scrolling.
7475 See email Subject: Huge {...} blocks in C/C++ again, from Dmitry
7476 Antipov from 2013-10-14 in emacs-devel.
7477
7478 2014-08-08 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7479
7480 * ibuffer.el (ibuffer-mode-map): Use toggle button for
7481 `ibuffer-auto-mode' menu entry.
7482 (ibuffer-mode-hook): Add `ibuffer-auto-mode' customization option.
7483
7484 2014-08-08 Matthias Meulien <orontee@gmail.com>
7485
7486 * progmodes/prog-mode.el (prog-mode-hook): Make customizable.
7487 (Bug#16394)
7488
7489 2014-08-07 Martin Rudalics <rudalics@gmx.at>
7490
7491 * window.el (window--min-size-1): Explicitly set WINDOW arg in
7492 calls of window-min-pixel-height and window-min-pixel-width.
7493
7494 2014-08-07 Reuben Thomas <rrt@sc3d.org>
7495
7496 * progmodes/ada-mode.el:
7497 * net/tramp.el (tramp-handle-file-symlink-p):
7498 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Remove a comment
7499 about VMS, which we no longer support.
7500 * progmodes/ada-xref.el (ada-xref-current): Remove mention of VMS,
7501 and fix a FIXME, using convert-standard-filename in place of
7502 removed ada-convert-file-name.
7503
7504 2014-08-07 Eli Zaretskii <eliz@gnu.org>
7505
7506 * files.el (auto-mode-alist): Remove support for VMS from a pattern.
7507
7508 2014-08-07 Reuben Thomas <rrt@sc3d.org>
7509
7510 Refer to MS-DOS using the same name everywhere.
7511 * arc-mode.el, files.el, frame.el: ``MS-DOG'', ``MSDOG'' and
7512 ``msdog'' become ``MS-DOS''.
7513
7514 2014-08-07 Michael Albinus <michael.albinus@gmx.de>
7515
7516 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
7517 Use cached "remote-copy-args" value, if available. (Bug#18199)
7518
7519 2014-08-07 Leo Liu <sdl.web@gmail.com>
7520
7521 * help.el (temp-buffer-setup-hook,temp-buffer-show-hook):
7522 Revert change on 2014-03-22.
7523
7524 2014-08-06 Ulf Jasper <ulf.jasper@web.de>
7525
7526 * calendar/icalendar.el (icalendar--diarytime-to-isotime)
7527 (icalendar--convert-ordinary-to-ical): Allow for missing minutes
7528 (Bug#13750).
7529
7530
7531 2014-08-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7532
7533 * image-mode.el (image-toggle-display-image): Always rescale images
7534 to not be bigger than the current window.
7535
7536 2014-08-05 Eric Brown <brown@fastmail.fm> (tiny change)
7537
7538 * net/eww.el (eww-bookmarks-directory): New variable.
7539 (eww-write-bookmarks): Use it.
7540 (eww-read-bookmarks): Ditto.
7541
7542 2014-08-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
7543
7544 * net/shr.el (shr-copy-url): Also copy the image URL.
7545
7546 2014-08-05 Michael Albinus <michael.albinus@gmx.de>
7547
7548 * net/tramp-cache.el (tramp-flush-file-function): Suppress function
7549 also for Tramp working buffers.
7550
7551 2014-08-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
7552
7553 * progmodes/python.el: Fix completions inside (i)pdb.
7554 (python-shell-completion-pdb-string-code): Make obsolete.
7555 (python-shell-completion-get-completions):
7556 Use python-shell-completion-string-code resending setup code
7557 continuously for (i)pdb.
7558
7559 2014-08-04 Paul Eggert <eggert@cs.ucla.edu>
7560
7561 * rect.el (rectangle--default-line-number-format): Rename
7562 from misspelled rectange--default-line-number-format (Bug#18045).
7563 All uses changed.
7564
7565 2014-08-03 Paul Eggert <eggert@cs.ucla.edu>
7566
7567 Don't mishandle year-9999 dates (Bug#18176).
7568 * calendar/parse-time.el (parse-time-rules):
7569 Allow years up to most-positive-fixnum.
7570 * calendar/time-date.el (date-to-time):
7571 Pass "Specified time is not representable" errors through.
7572
7573 2014-08-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
7574
7575 * progmodes/python.el: Completion code cleanups.
7576 (python-shell-completion-get-completions): Detect and send import
7577 statements directly to completion function.
7578 (python-shell-completion-at-point): Simplify prompt calculation
7579 and import vs input completion logic.
7580
7581 2014-08-02 Alan Mackenzie <acm@muc.de>
7582
7583 Fix confusion in C++ file caused by comma in "= {1,2},".
7584 Bug #17756.
7585 * progmodes/cc-engine.el (c-beginning-of-statement-1): In checking
7586 for a statement boundary marked by "}", check there's no "="
7587 before the "{".
7588 (c-guess-basic-syntax CASE 9B): Call c-beginning-of-statement with
7589 non-nil `comma-delim' argument.
7590 * progmodes/cc-fonts.el (c-font-lock-declarators): Parse an
7591 initializer expression more accurately.
7592
7593 Correct loop termination condition in c-syntactic-skip-backward.
7594 * progmodes/cc-engine.el (c-syntactic-skip-backward): Correct for
7595 the situation where, after moving back out of a literal,
7596 skip-chars-backward doesn't move further, yet checks have still to
7597 be done.
7598
7599 2014-08-01 Eli Zaretskii <eliz@gnu.org>
7600
7601 * tutorial.el (tutorial--display-changes): Accept punctuation
7602 characters before the key binding. (Bug#18146)
7603
7604 2014-07-31 Fabián Ezequiel Gallina <fgallina@gnu.org>
7605
7606 * progmodes/python.el: Shell output capture enhancements.
7607 (python-shell-accept-process-output): New function.
7608 (inferior-python-mode)
7609 (python-shell-send-setup-code): Use it.
7610
7611 2014-07-30 Christophe Deleuze <christophe.deleuze@free.fr> (tiny change)
7612
7613 * calendar/icalendar.el (icalendar--decode-isodatetime):
7614 Use actual current-time-zone when converting to local time. (Bug#15408)
7615
7616 2014-07-29 Martin Rudalics <rudalics@gmx.at>
7617
7618 * window.el (window--state-put-2): Handle horizontal scroll
7619 bars, if present.
7620
7621 2014-07-29 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
7622
7623 * menu-bar.el (menu-bar-update-buffers): Update item list format
7624 in `buffers-menu' to confirm with changes to `get_keyelt'
7625 (r117463). (Bug#18016)
7626
7627 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
7628
7629 * progmodes/python.el (inferior-python-mode): Make input prompts
7630 read-only.
7631
7632 2014-07-28 Emilio C. Lopes <eclig@gmx.net>
7633
7634 * net/tramp-sh.el (tramp-get-remote-python): Also search for
7635 executables named "python2" or "python3".
7636 (tramp-get-remote-uid-with-python): Use parentheses around
7637 arguments to `print' to make it compatible with Python 3.
7638 (tramp-get-remote-gid-with-python): Ditto. (Bug#18118)
7639
7640 2014-07-28 Eli Zaretskii <eliz@gnu.org>
7641
7642 * window.el (window--pixel-to-total): Use FRAME's root window, not
7643 that of the selected frame. (Bug#18112, Bug#16674)
7644
7645 2014-07-28 Andreas Schwab <schwab@linux-m68k.org>
7646
7647 * textmodes/tex-mode.el (tex-font-lock-verb): Doc fix.
7648 (Bug#18117)
7649
7650 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
7651
7652 * progmodes/python.el (inferior-python-mode): Doc fix.
7653
7654 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
7655
7656 * calendar/todo-mode.el (todo-edit-item--next-key): If next key is
7657 not a character, ignore it instead of raising an error.
7658
7659 * calendar/todo-mode.el: Fix handling of marked items and make
7660 minor code improvements.
7661 (todo-edit-item): If there are marked items, ensure user can only
7662 invoke editing commands that work with marked items.
7663 (todo-edit-item--text): When there are marked items, make it a
7664 noop if invoked with point not on an item; otherwise, ensure it
7665 applies only to item at point.
7666 (todo-item-undone): If there are marked not-done items, return
7667 point to its original position before signaling user error.
7668 (todo--user-error-if-marked-done-item): New function.
7669 (todo-edit-item--header, todo-edit-item--diary-inclusion)
7670 (todo-item-done): Use it.
7671
7672 2014-07-28 Glenn Morris <rgm@gnu.org>
7673
7674 * files.el (toggle-read-only): Re-add basic doc-string.
7675 * vc/vc-hooks.el (vc-toggle-read-only): Tweak obsolescence mesage.
7676
7677 * progmodes/prolog.el (prolog-mode-keybindings-edit):
7678 Replace missing `switch-to-prolog' with `run-prolog'.
7679 (switch-to-prolog): Define as (obsolete) alias, as in 23.4.
7680
7681 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
7682
7683 * calendar/todo-mode.el (todo-set-top-priorities): Fix overwriting
7684 of file-wide setting when changing category-wide setting.
7685
7686 2014-07-28 Stephen Berman <stephen.berman@gmx.net>
7687
7688 * doc-view.el (doc-view-open-text): Don't require that the
7689 document is saved in a file (e.g., email attachment).
7690
7691 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
7692
7693 Parse completion input in a iPython friendly way. (Bug#18084)
7694 * progmodes/python.el
7695 (python-shell-completion-at-point): Rename from
7696 python-shell-completion-complete-at-point.
7697 (inferior-python-mode): Use it.
7698 (python-completion-at-point): Rename from
7699 python-completion-complete-at-point. Parse input up to first
7700 backward occurrence of whitespace, open-paren, close-paren or
7701 string delimiter.
7702 (python-mode): Use it.
7703
7704 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
7705
7706 * progmodes/python.el
7707 (python-shell-with-shell-buffer): New macro.
7708 (python-shell-font-lock-get-or-create-buffer)
7709 (python-shell-font-lock-kill-buffer)
7710 (python-shell-font-lock-with-font-lock-buffer)
7711 (python-shell-font-lock-cleanup-buffer)
7712 (python-shell-font-lock-toggle): Use it.
7713 (python-shell-font-lock-turn-on)
7714 (python-shell-font-lock-turn-off): Use it. Make command.
7715
7716 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
7717
7718 Grab all Python process output before inferior-python-mode hooks.
7719 * progmodes/python.el (inferior-python-mode):
7720 Call accept-process-output and sit-for to ensure all output for process
7721 has been received before running hooks.
7722 (python-shell-internal-get-or-create-process):
7723 Cleanup accept-process-output and sit-for calls.
7724
7725 2014-07-28 Fabián Ezequiel Gallina <fgallina@gnu.org>
7726
7727 More robust shell startup and code setup.
7728 * progmodes/python.el (python-shell-make-comint):
7729 Remove accept-process-output call.
7730 (python-shell-get-buffer): Return current buffer if major-mode is
7731 inferior-python-mode.
7732 (python-shell-get-or-create-process): Use it.
7733 (python-shell-send-setup-code): Send all setup code in one string,
7734 output success message and accept-process-output.
7735
7736 2014-07-27 Eli Zaretskii <eliz@gnu.org>
7737
7738 * scroll-bar.el (scroll-bar-toolkit-horizontal-scroll):
7739 Add rudimentary support for bidirectional text.
7740
7741 2014-07-27 Martin Rudalics <rudalics@gmx.at>
7742
7743 * frame.el (frame-notice-user-settings): Rewrite using
7744 frame-initial-frame-tool-bar-height.
7745 * menu-bar.el (menu-bar-horizontal-scroll-bar)
7746 (menu-bar-no-horizontal-scroll-bar): New functions.
7747 (menu-bar-showhide-scroll-bar-menu): Add bindings for horizontal
7748 scroll bars.
7749 * scroll-bar.el (scroll-bar-lines)
7750 (set-horizontal-scroll-bar-mode)
7751 (get-horizontal-scroll-bar-mode, horizontal-scroll-bar-mode)
7752 (scroll-bar-horizontal-drag-1, scroll-bar-horizontal-drag)
7753 (scroll-bar-toolkit-horizontal-scroll): New functions.
7754 (horizontal-scroll-bar-mode)
7755 (previous-horizontal-scroll-bar-mode)
7756 (horizontal-scroll-bar-mode-explicit): New variables.
7757 (horizontal-scroll-bar-mode): New option.
7758 (toggle-horizontal-scroll-bar): Do something.
7759 (top-level): Bind horizontal-scroll-bar mouse-1.
7760 * startup.el (tool-bar-originally-present): Remove variable.
7761 (command-line): Don't set tool-bar-originally-present.
7762 * window.el (window-min-height): Update doc-string.
7763 (window--dump-frame): Dump horizontal scroll bar values.
7764 (window--min-size-1): Handle minibuffer window separately.
7765 Count in margins and horizontal scroll bar. Return safe value
7766 iff IGNORE equals 'safe.
7767 (frame-windows-min-size): New function (used by frame resizing
7768 routines).
7769 (fit-frame-to-buffer, fit-window-to-buffer): Count in horizontal
7770 scroll bars.
7771 (window--sanitize-window-sizes): New function.
7772 (window-split-min-size): Remove.
7773 (split-window): Count divider-width. Don't use
7774 `window-split-min-size' any more. Reword error messages.
7775 Sanitize windows sizes after splitting.
7776
7777 2014-07-27 Thien-Thi Nguyen <ttn@gnu.org>
7778
7779 Use `defvar-local' more.
7780 * progmodes/hideshow.el
7781 (hs-c-start-regexp, hs-block-start-regexp)
7782 (hs-block-start-mdata-select, hs-block-end-regexp)
7783 (hs-forward-sexp-func, hs-adjust-block-beginning): ...here;
7784 remove corresponding `make-variable-buffer-local' top-level calls.
7785
7786 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
7787
7788 Cleanup error signals. (Bug#18067)
7789 * progmodes/python.el
7790 (python-indent-shift-left): Use user-error instead.
7791 (python-shell-prompt-detect): Use lwarn with python group.
7792 (python-completion-complete-at-point)
7793 (python-eldoc--get-doc-at-point): Don't signal error.
7794
7795 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
7796
7797 Support for packages in Python shell. (Bug#13570)
7798 * progmodes/python.el (python-shell--package-depth): New var.
7799 (python-shell-package-enable): New command.
7800 (python-util-list-directories, python-util-list-files)
7801 (python-util-list-packages): New functions.
7802
7803 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
7804
7805 Faster comint output. (Bug#16875)
7806 * progmodes/python.el:
7807 (python-comint-output-filter-function): Make obsolete.
7808 (python-comint-postoutput-scroll-to-bottom): New function.
7809 (inferior-python-mode): Set comint-output-filter-functions to a
7810 minimum.
7811
7812 2014-07-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
7813
7814 * progmodes/python.el (python-shell-font-lock-post-command-hook):
7815 Safeguard current point and undo history.
7816
7817 2014-07-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
7818
7819 Robust shell syntax highlighting. (Bug#18084, Bug#16875)
7820 * progmodes/python.el:
7821 (python-shell-prompt-input-regexps): Add iPython block prompt.
7822 (python-shell-output-syntax-table): Delete var.
7823 (python-shell-font-lock-with-font-lock-buffer): New macro.
7824 (python-shell-font-lock-get-or-create-buffer)
7825 (python-shell-font-lock-kill-buffer)
7826 (python-shell-font-lock-cleanup-buffer)
7827 (python-shell-font-lock-post-command-hook)
7828 (python-shell-font-lock-turn-off): New functions.
7829 (python-shell-font-lock-turn-on): New function.
7830 (inferior-python-mode): Use it.
7831 (python-shell-font-lock-toggle): New command.
7832 (python-shell-font-lock-enable): Rename from
7833 python-shell-enable-font-lock.
7834 (run-python-internal): Use it.
7835 (python-shell-font-lock-comint-output-filter-function): New function.
7836 (python-shell-comint-end-of-output-p): New function.
7837 (python-shell-output-filter): Use it.
7838 (python-util-comint-last-prompt): New function.
7839 (python-util-text-properties-replace-name): New function.
7840
7841 2014-07-25 Glenn Morris <rgm@gnu.org>
7842
7843 * vc/ediff-init.el (ediff-toggle-read-only-function):
7844 * vc/ediff-util.el (ediff-toggle-read-only):
7845 Replace obsolete toggle-read-only with read-only-mode.
7846
7847 2014-07-24 Michael Albinus <michael.albinus@gmx.de>
7848
7849 * net/tramp-cache.el (tramp-flush-file-function): Wrap the code
7850 with `save-match-data'. (Bug#18095)
7851
7852 2014-07-21 Vincent Belaïche <vincentb1@users.sourceforge.net>
7853
7854 * ses.el (ses-truncate-cell): Use cl-progv instead of eval in
7855 order to ensure that row and col are lexically bound inside the
7856 evaluated sexp.
7857
7858 2014-07-21 Glenn Morris <rgm@gnu.org>
7859
7860 * progmodes/hideif.el (hide-ifdef-mode-submap):
7861 Also substitute read-only-mode.
7862 * bindings.el (mode-line-toggle-read-only):
7863 * bs.el (bs-toggle-readonly):
7864 * buff-menu.el (Buffer-menu-toggle-read-only):
7865 * dired.el (dired-toggle-read-only):
7866 * files.el (view-read-only, find-file-read-only)
7867 (find-file-read-only-other-window)
7868 (find-file-read-only-other-frame):
7869 * progmodes/hideif.el (hide-ifdef-toggle-outside-read-only):
7870 Doc fixes re toggle-read-only.
7871
7872 2014-07-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
7873
7874 * progmodes/python.el: Add comment about pipe buffering and
7875 solutions for missing/delayed output in inferior Python shells.
7876 (Bug#17304)
7877
7878 * progmodes/python.el (python-mode): Don't set
7879 mode-require-final-newline. (Bug#17990)
7880
7881 Make python.el work with IPython automatically. (Bug#15510)
7882 * progmodes/python.el:
7883 (python-shell-completion-setup-code): New value supporting iPython.
7884 (python-shell-completion-string-code): New value supporting iPython.
7885 (python-shell-completion-get-completions): Use them.
7886 (python-shell-completion-module-string-code): Make obsolete.
7887 (python-shell-prompt-input-regexps)
7888 (python-shell-prompt-output-regexps): Add safeguard for ipdb.
7889 (python-shell-output-filter): Fix comment typo.
7890
7891 Fix Python shell prompts detection for remote hosts.
7892 * progmodes/python.el (python-shell-prompt-detect):
7893 Replace call-process with process-file and make it more robust.
7894
7895 Autodetect Python shell prompts. (Bug#17370)
7896 * progmodes/python.el:
7897 (python-shell-interpreter-interactive-arg)
7898 (python-shell-prompt-detect-enabled)
7899 (python-shell-prompt-detect-failure-warning)
7900 (python-shell-prompt-input-regexps)
7901 (python-shell-prompt-output-regexps): New vars.
7902 (python-shell-prompt-calculated-input-regexp)
7903 (python-shell-prompt-calculated-output-regexp): New vars.
7904 (python-shell-get-process-name)
7905 (python-shell-internal-get-process-name)
7906 (python-shell-output-filter)
7907 (python-shell-completion-get-completions): Use them.
7908 (python-shell-prompt-detect)
7909 (python-shell-prompt-validate-regexps): New functions.
7910 (python-shell-prompt-set-calculated-regexps): New function.
7911 (inferior-python-mode): Use it. Also honor overriden
7912 python-shell-interpreter and python-shell-interpreter-args.
7913 (python-shell-make-comint): Honor overriden
7914 python-shell-interpreter and python-shell-interpreter-args.
7915 (python-shell-get-or-create-process): Make it testable by allowing
7916 to call run-python non-interactively.
7917 (python-util-valid-regexp-p): New function.
7918 (python-shell-prompt-regexp, python-shell-prompt-block-regexp)
7919 (python-shell-prompt-output-regexp)
7920 (python-shell-prompt-pdb-regexp): Use it as defcustom :safe.
7921
7922 2014-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7923
7924 * emacs-lisp/smie.el (smie-config--guess-1): Split from
7925 smie-config--guess.
7926 (smie-config--guess): Use it.
7927
7928 * emacs-lisp/edebug.el: Use nadvice.
7929 (edebug-original-read): Remove.
7930 (edebug--read): Rename from edebug-read and add `orig' arg.
7931 (edebug-uninstall-read-eval-functions)
7932 (edebug-install-read-eval-functions): Use nadvice.
7933 (edebug-read-sexp, edebug-read-storing-offsets, edebug-read-symbol)
7934 (edebug-read-and-maybe-wrap-form1, edebug-instrument-callee)
7935 (edebug-read-string, edebug-read-function): Use just `read'.
7936 (edebug-original-debug-on-entry): Remove.
7937 (edebug--debug-on-entry): Rename from edebug-debug-on-entry and add
7938 `orig' arg.
7939 (debug-on-entry): Override with nadvice.
7940
7941 * mouse.el (tear-off-window): Rename from mouse-tear-off-window since
7942 it also makes sense to bind it to a non-mouse event.
7943
7944 * vc/vc-bzr.el (vc-bzr-shelve): Make it operate on fileset.
7945
7946 2014-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7947
7948 * xt-mouse.el (xterm-mouse-event): Don't assume last-click is non-nil
7949 (bug#18015).
7950
7951 * rect.el (rectangle--string-preview): Don't assume there
7952 a non-nil default (bug#17984).
7953
7954 2014-07-16 Glenn Morris <rgm@gnu.org>
7955
7956 * desktop.el (after-init-hook): Disable startup frame restoration
7957 in non-graphical situations. (Bug#17693)
7958
7959 * vc/vc-dispatcher.el (vc-log-edit): Do set up the log buffer
7960 if it was "empty", or used for a different set of files. (Bug#17884)
7961
7962 2014-07-16 Eli Zaretskii <eliz@gnu.org>
7963
7964 * bindings.el (mode-line-remote): If default-directory is not a
7965 string, don't call file-remote-p on it; instead state in the
7966 help-echo that it is nil. (Bug#17986)
7967
7968 2014-07-14 Daniel Colascione <dancol@dancol.org>
7969
7970 * progmodes/cc-langs.el: Change comments from `cl-macroexpand-all'
7971 to `macroexpand-all'
7972
7973 * progmodes/cc-defs.el (c-lang-defconst-eval-immediately):
7974 Use `macroexpand-all' instead of `cl-macroexpand-all'.
7975
7976 2014-07-12 Paul Eggert <eggert@cs.ucla.edu>
7977
7978 Fix bug: C-x v v discarded existing log message (Bug#17884).
7979 * vc/vc-dispatcher.el (vc-log-edit):
7980 Don't clobber an already-existing log message.
7981
7982 2014-07-12 Glenn Morris <rgm@gnu.org>
7983
7984 * vc/log-edit.el (log-edit-changelog-entries):
7985 Check for a visited-but-never-saved ChangeLog.
7986
7987 2014-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
7988
7989 * vc/log-edit.el (log-edit-changelog-entries): Don't both visiting
7990 a non-existing file (bug#17970).
7991
7992 * faces.el (face-name): Undo last change.
7993 (x-resolve-font-name): Don't call face-name (bug#17956).
7994
7995 2014-07-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
7996
7997 Fix dedenters and electric colon handling. (Bug#15163)
7998 * progmodes/python.el
7999 (python-rx-constituents): Add dedenter and block-ender.
8000 (python-indent-dedenters, python-indent-block-enders): Delete.
8001 (python-indent-context): Return new case for dedenter-statement.
8002 (python-indent-calculate-indentation): Handle new case.
8003 (python-indent-calculate-levels): Fix levels calculation for
8004 dedenter statements.
8005 (python-indent-post-self-insert-function): Fix colon handling.
8006 (python-info-dedenter-opening-block-message): New function.
8007 (python-indent-line): Use it.
8008 (python-info-closing-block)
8009 (python-info-closing-block-message): Remove.
8010 (python-info-dedenter-opening-block-position)
8011 (python-info-dedenter-opening-block-positions)
8012 (python-info-dedenter-statement-p): New functions.
8013
8014 2014-07-11 Dmitry Antipov <dmantipov@yandex.ru>
8015
8016 * files.el (out-of-memory-warning-percentage): New defcustom.
8017 (warn-maybe-out-of-memory): Use it.
8018
8019 2014-07-11 Michael Albinus <michael.albinus@gmx.de>
8020
8021 * subr.el (read-passwd): Use `read-hide-char' if non-nil. Bind it
8022 when calling `read-string'. (Bug#17839)
8023
8024 2014-07-10 Eli Zaretskii <eliz@gnu.org>
8025
8026 * files.el (warn-maybe-out-of-memory): Fix the wording of the
8027 warning.
8028
8029 2014-07-10 Dmitry Antipov <dmantipov@yandex.ru>
8030
8031 * files.el (warn-maybe-out-of-memory): New function.
8032 (find-file-noselect): Use it.
8033
8034 2014-07-09 Sam Steingold <sds@gnu.org>
8035
8036 * progmodes/cperl-mode.el (cperl-block-p): Treat the perl keyword
8037 `constant' like `bless', `return' &c
8038
8039 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8040
8041 * rect.el (apply-on-rectangle): Check forward-line really moved to the
8042 next line.
8043
8044 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8045
8046 * progmodes/sh-script.el (sh-smie-sh-rules): Don't align with a && in
8047 the middle of a line (bug#17896).
8048
8049 2014-07-09 Juri Linkov <juri@jurta.org>
8050
8051 * startup.el (command-line): Append displaying the warning about
8052 the errors in the init file to the end of `after-init-hook'.
8053 (Bug#17927)
8054
8055 * faces.el (face-name): Return input arg `face' as-is
8056 when it's not a symbol.
8057 (x-resolve-font-name): Don't check if the face is a symbol.
8058 (Bug#17956)
8059
8060 * facemenu.el (list-colors-print): In help-echo format use %.2f
8061 instead of %d because now HSV values are floating-point components
8062 between 0.0 and 1.0.
8063
8064 2014-07-09 Glenn Morris <rgm@gnu.org>
8065
8066 * emulation/cua-rect.el (cua--activate-rectangle):
8067 Avoid setting cua--rectangle to nil. (Bug#17877)
8068
8069 2014-07-09 Stephen Berman <stephen.berman@gmx.net>
8070
8071 * calendar/todo-mode.el: Fix wrong-type-argument error when
8072 marking multiple consecutive items.
8073 (todo-toggle-mark-item): Don't try to mark the empty lines at the
8074 end of the todo and done items sections. Note in doc string that
8075 items marked by passing a numeric prefix argument can include the
8076 last todo and first done items.
8077 (todo-mark-category): Don't try to mark the empty line between the
8078 todo and done items sections.
8079
8080 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8081
8082 * emacs-lisp/edebug.el (edebug-eval-defun): Print result using
8083 proper Lisp quoting (bug#17934).
8084
8085 * progmodes/ruby-mode.el (ruby-mode-variables): Don't meddle with
8086 require-final-newline since prog-mode already took care of it (bug#17947).
8087
8088 2014-07-09 Stephen Berman <stephen.berman@gmx.net>
8089
8090 * calendar/todo-mode.el: Fix two bugs. Shorten Commentary and
8091 refer to the Todo mode Info manual. Update the comment on
8092 requiring cl-lib.
8093 (todo-find-filtered-items-file): Add todo-prefix overlays.
8094 (todo-filter-items): Reorder a let-bound variable to avoid a
8095 wrong-type-argument error on canceling the file choice dialog.
8096
8097 2014-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8098
8099 * progmodes/octave.el (inferior-octave-mode):
8100 Set comint-input-ring-size to a number (bug#17912).
8101
8102 2014-07-09 Juri Linkov <juri@jurta.org>
8103
8104 * desktop.el (desktop-minor-mode-table): Add `defining-kbd-macro'
8105 and `isearch-mode' associated with nil. (Bug#17849)
8106
8107 2014-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
8108
8109 * linum.el (linum--face-height): New function (bug#17813).
8110 (linum-update-window): Use it to adjust margin to linum's width.
8111
8112 * leim/quail/sisheng.el (sisheng-list): Don't bother with-case-table.
8113 * eshell/em-smart.el (eshell-smart-scroll-window):
8114 Use with-selected-window.
8115
8116 * xt-mouse.el (xterm-mouse-translate-1): Intern drag event (bug#17894).
8117 Remove also pointless window&mark manipulation.
8118
8119 * progmodes/perl-mode.el: Use syntax-ppss; fix one indentation case.
8120 (perl-indent-line): Use syntax-ppss to detect we're in a doc-section.
8121 (perl-continuation-line-p): Don't skip over anything else than labels.
8122 Return the previous char.
8123 (perl-calculate-indent): Use syntax-ppss instead of parse-start
8124 and update callers accordingly. For continuation lines, check the
8125 the case of array hashes.
8126 (perl-backward-to-noncomment): Make it non-interactive.
8127 (perl-backward-to-start-of-continued-exp): Rewrite.
8128
8129 2014-07-08 Sam Steingold <sds@gnu.org>
8130
8131 * progmodes/inf-lisp.el (lisp-eval-paragraph, lisp-eval-form-and-next):
8132 New user commands.
8133
8134 2014-07-08 Juri Linkov <juri@jurta.org>
8135
8136 * vc/vc-annotate.el (vc-annotate-background-mode): New defcustom.
8137 (vc-annotate-color-map): Use less saturated colors (20%) for
8138 background-mode.
8139 (vc-annotate-very-old-color): Add default value for background-mode.
8140 (vc-annotate-background): Set default value to nil since now text on
8141 the default backgrounds should be legible in light and dark modes.
8142 (vc-annotate-lines): Use `vc-annotate-background-mode'. Doc fix.
8143 (Bug#17808)
8144
8145 2014-07-08 Juri Linkov <juri@jurta.org>
8146
8147 * simple.el (transpose-chars): Don't move point into read-only area.
8148 (Bug#17829)
8149
8150 2014-07-08 Juri Linkov <juri@jurta.org>
8151
8152 * window.el (with-displayed-buffer-window): New macro.
8153 (with-temp-buffer-window, with-current-buffer-window):
8154 Use `macroexp-let2' to evaluate and bind variables
8155 in the same order as macro arguments.
8156 (display-buffer--action-function-custom-type):
8157 Add `display-buffer-below-selected' and `display-buffer-at-bottom'.
8158
8159 * minibuffer.el (minibuffer-completion-help): Replace
8160 `with-output-to-temp-buffer' with `with-displayed-buffer-window'
8161 with actions that display *Completions* at-bottom when called
8162 from the minibuffer, or below-selected in a normal buffer.
8163 Associate `window-height' with `fit-window-to-buffer'.
8164 Let-bind `pop-up-windows' to nil.
8165
8166 * dired.el (dired-mark-pop-up): Use `with-displayed-buffer-window'
8167 instead of `with-current-buffer-window'. (Bug#17809)
8168
8169 2014-07-07 Luke Lee <luke.yx.lee@gmail.com>
8170
8171 * progmodes/hideif.el (hide-ifdef-env): Change to global.
8172 (hide-ifdef-env-backup): New variable.
8173 (hide-ifdef-expand-reinclusion-protection, hide-ifdef-header-regexp):
8174 New customizable variables.
8175 (hif-clear-all-ifdef-defined): New defun.
8176 (hif-merge-ifdef-region, hide-ifdef-region-internal, hide-ifdef-region)
8177 (hif-show-ifdef-region): Merge hidden regions to prevent continuous "...".
8178 (hif-tokenize): Fix for MS-DOS/Win EOL style.
8179 (hif-endif-to-ifdef, hif-make-range, hif-find-range, hif-possibly-hide):
8180 Fix bug to hide the correct #elif region(s).
8181 (hif-range-elif): New defun.
8182 (hif-recurse-level): New var.
8183 (hif-evaluate-region, hif-evaluate-macro): New defun.
8184 (hide-ifdef-guts): Prevent reinclusion protected C/C++ headers from
8185 fully hidden.
8186 (hide-ifdef-define, hide-ifdefs, hide-ifdef-block, show-ifdef-block):
8187 Better interaction.
8188
8189 2014-07-04 Michael Albinus <michael.albinus@gmx.de>
8190
8191 * net/dbus.el (dbus-peer-handler): New defun.
8192 (dbus-register-service): Register it. (Bug#17858)
8193 (dbus-managed-objects-handler): Fix docstring.
8194
8195 2014-07-04 Phil Sainty <psainty@orcon.net.nz>
8196
8197 * emacs-lisp/lisp.el (narrow-to-defun-include-comments): New var.
8198 (narrow-to-defun): New arg include-comments, defaulting to it
8199 (bug#16328).
8200
8201 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
8202
8203 * rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with
8204 different calling convention to rectangle--unhighlight-for-redisplay.
8205
8206 2014-07-03 Michael Albinus <michael.albinus@gmx.de>
8207
8208 * net/tramp.el (tramp-call-process): Handle error strings.
8209
8210 * net/tramp-adb.el (tramp-adb-sh-fix-ls-output): Use `bolp'.
8211
8212 * net/tramp-sh.el (tramp-sh-handle-set-visited-file-modtime)
8213 (tramp-sh-handle-verify-visited-file-modtime): Use `point-at-eol'.
8214
8215 * net/trampver.el: Update release number.
8216
8217 2014-07-03 Juri Linkov <juri@jurta.org>
8218
8219 * desktop.el (desktop-save): Rename arg `auto-save' to
8220 `only-if-changed'. Doc fix. (Bug#17873)
8221
8222 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
8223
8224 * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8225 Use insert-for-yank (bug#17271).
8226
8227 2014-07-03 Leo Liu <sdl.web@gmail.com>
8228
8229 * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
8230 Support lexical-binding.
8231
8232 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
8233
8234 * vc/log-edit.el (log-edit-goto-eoh): New function.
8235 (log-edit--match-first-line): Use it (bug#17861).
8236
8237 2014-07-03 Glenn Morris <rgm@gnu.org>
8238
8239 * vc/log-edit.el (log-edit-hook): Add missing :version.
8240
8241 2014-07-03 Fabián Ezequiel Gallina <fgallina@gnu.org>
8242
8243 * progmodes/python.el (python-indent-post-self-insert-function):
8244 Enhancements to electric indentation behavior inside
8245 parens. (Bug#17658)
8246
8247 2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
8248
8249 * ps-def.el (ps-generate-postscript-with-faces1): Don't mess with
8250 buffer-invisibility-spec (bug#17867).
8251
8252 2014-07-03 Andreas Schwab <schwab@linux-m68k.org>
8253
8254 * vc/vc-git.el (vc-git-checkin): When operating on the whole tree
8255 pass "-a".
8256
8257 2014-07-03 Glenn Morris <rgm@gnu.org>
8258
8259 * cus-edit.el (help):
8260 * finder.el (finder-known-keywords):
8261 * help.el (help-for-help-internal):
8262 * vc/ediff-mult.el (ediff-meta-buffer-verbose-message)
8263 (ediff-redraw-registry-buffer):
8264 * vc/ediff-ptch.el (ediff-patch-file-internal):
8265 Doc fixes re "online" help. (Bug#17803)
8266
8267 * progmodes/idlwave.el (idlwave): Update url-link for custom group.
8268 (idlwave-mode): Doc URL update.
8269
8270 2014-07-01 Juri Linkov <juri@jurta.org>
8271
8272 * man.el: Display man pages immediately and use process-filter
8273 to format them asynchronously.
8274 (Man-width): Doc fix.
8275 (man): Doc fix.
8276 (Man-start-calling): Use `with-selected-window' to get
8277 `frame-width' and `window-width'.
8278 (Man-getpage-in-background): Call `Man-notify-when-ready'
8279 immediately after creating a new buffer. Call `Man-mode' and set
8280 `mode-line-process' in the created buffer. Set process-filter to
8281 `Man-bgproc-filter' in start-process branch. In call-process branch
8282 call either `Man-fontify-manpage' or `Man-cleanup-manpage'.
8283 Use `Man-start-calling' inside `with-current-buffer'.
8284 (Man-fontify-manpage): Don't print messages. Fix boundary condition.
8285 (Man-cleanup-manpage): Don't print messages.
8286 (Man-bgproc-filter): New function.
8287 (Man-bgproc-sentinel): Add `save-excursion' to keep point when
8288 user moved it during asynchronous formatting. Move calls of
8289 `Man-fontify-manpage' and `Man-cleanup-manpage' to
8290 `Man-bgproc-filter'. Move the call of `Man-mode' to
8291 `Man-getpage-in-background'. Use `quit-restore-window'
8292 instead of `kill-buffer'. Use `message' instead of `error'
8293 because errors are caught by process sentinel.
8294 (Man-mode): Move calls of `Man-build-page-list',
8295 `Man-strip-page-headers', `Man-unindent', `Man-goto-page' to
8296 `Man-bgproc-sentinel'. Doc fix. (Bug#2588, bug#5054, bug#9084, bug#17831)
8297
8298 * man.el (Man-bgproc-sentinel): Use `Man-page-from-arguments'
8299 for the message about the man page cleaned up.
8300
8301 2014-07-01 Mario Lang <mlang@delysid.org>
8302
8303 * net/gnutls.el (gnutls-negotiate): Prevent destructive modification of
8304 cosutomization option `gnutls-verify-error'.
8305
8306 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca>
8307
8308 * simple.el (deactivate-mark, set-mark-command, handle-shift-selection):
8309 Don't keep transient-mark-mode buffer-local when not needed (bug#6316).
8310
8311 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
8312 (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal
8313 is suspended (bug#17857).
8314
8315 2014-07-01 Michael Albinus <michael.albinus@gmx.de>
8316
8317 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
8318 Prefer utf-8 coding. (Bug#17859)
8319
8320 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
8321
8322 * emacs-lisp/subr-x.el (string-reverse): Define as obsolete alias
8323 for `reverse'.
8324
8325 2014-06-30 Glenn Morris <rgm@gnu.org>
8326
8327 * emacs-lisp/autoload.el (autoload-ensure-writable): New variable.
8328 (autoload-ensure-default-file): Maybe make existing output writable.
8329 * Makefile.in (AUTOGEN_VCS): Remove.
8330 (autoloads): Use autoload-ensure-writable rather than AUTOGEN_VCS.
8331
8332 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
8333
8334 * emacs-lisp/subr-x.el (string-reverse): Use `reverse'.
8335
8336 2014-06-30 Fabián Ezequiel Gallina <fgallina@gnu.org>
8337
8338 New if-let, when-let, thread-first and thread-last macros.
8339
8340 * emacs-lisp/subr-x.el
8341 (internal--listify, internal--check-binding)
8342 (internal--build-binding-value-form, internal--build-binding)
8343 (internal--build-bindings): New functions.
8344 (internal--thread-argument, thread-first, thread-last)
8345 (if-let, when-let): New macros.
8346
8347 2014-06-30 Grégoire Jadi <daimrod@gmail.com>
8348
8349 * net/rcirc.el (rcirc-buffer-process): Restore previous
8350 behaviour. (Bug#17772)
8351
8352 2014-06-29 Alan Mackenzie <acm@muc.de>
8353
8354 Don't call c-parse-state when c++-template-syntax-table is active.
8355 * progmodes/cc-engine.el (c-guess-continued-construct CASE G)
8356 (c-guess-basic-syntax CASE 5D.3): Rearrange so that
8357 c-syntactic-skip-backwards isn't called with the pertinent syntax table.
8358
8359 2014-06-28 Stephen Berman <stephen.berman@gmx.net>
8360
8361 * calendar/todo-mode.el (todo-set-top-priorities): Fix logic to
8362 account for file-wide setting of todo-top-priorities-overrides.
8363 Make code a bit cleaner.
8364
8365 2014-06-28 Glenn Morris <rgm@gnu.org>
8366
8367 * net/eww.el (eww-mode) <eww-current-title>: Make local. (Bug#17860)
8368
8369 2014-06-28 Stephen Berman <stephen.berman@gmx.net>
8370
8371 * calendar/todo-mode.el (todo-prefix-overlays): If there is no
8372 category-wide setting of todo-top-priorities-overrides, check for
8373 a file-wide setting and fontify accordingly.
8374
8375 2014-06-28 Glenn Morris <rgm@gnu.org>
8376
8377 * subr.el (read-passwd): Warn about batch mode. (Bug#17839)
8378
8379 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8380
8381 * progmodes/hideif.el: Use lexical-binding. Fix up cl-lib usage.
8382
8383 2014-06-28 K. Handa <handa@gnu.org>
8384
8385 Fix Bug#17739.
8386
8387 * composite.el: Setup composition-function-table for dotted circle.
8388 (compose-gstring-for-dotted-circle): New function.
8389
8390 * international/characters.el: Add category "^" to all
8391 non-spacing characters.
8392
8393 2014-06-28 Glenn Morris <rgm@gnu.org>
8394
8395 * Makefile.in (doit): Remove force rule.
8396 (custom-deps, finder-data, autoloads, update-subdirs)
8397 (compile-one-process): PHONY targets do not need force rules.
8398
8399 * Makefile.in (compile-main, compile, compile-always):
8400 No need to explicitly pass variables to ourself in recursive calls.
8401
8402 2014-06-28 Stefan Monnier <monnier@iro.umontreal.ca>
8403
8404 * files.el (minibuffer-with-setup-hook): Evaluate the first arg eagerly.
8405
8406 2014-06-26 Glenn Morris <rgm@gnu.org>
8407
8408 * Makefile.in (update-authors): Update for moved authors.el.
8409
8410 2014-06-26 Leo Liu <sdl.web@gmail.com>
8411
8412 * skeleton.el (skeleton-end-hook): Default to nil and move the
8413 work to skeleton-insert. (Bug#17850)
8414
8415 2014-06-26 Dmitry Antipov <dmantipov@yandex.ru>
8416
8417 * calc/calc-alg.el (math-beforep):
8418 * progmodes/cc-guess.el (c-guess-view-reorder-offsets-alist-in-style):
8419 Simplify because string-lessp can accept symbols as args.
8420
8421 2014-06-26 Daiki Ueno <ueno@gnu.org>
8422
8423 * emacs-lisp/package.el (package--check-signature):
8424 If package-check-signature is allow-unsigned, don't signal error when
8425 we can't verify signature because of missing public key
8426 (bug#17625).
8427
8428 2014-06-26 Glenn Morris <rgm@gnu.org>
8429
8430 * emacs-lisp/cl-macs.el (help-add-fundoc-usage):
8431 Remove outdated declaration.
8432
8433 * emacs-lisp/authors.el (authors-valid-file-names)
8434 (authors-renamed-files-alist): Additions.
8435
8436 2014-06-26 Leo Liu <sdl.web@gmail.com>
8437
8438 * textmodes/picture.el (picture-set-tab-stops):
8439 * ruler-mode.el (ruler-mode-mouse-add-tab-stop)
8440 (ruler-mode-ruler): Fix to work with nil tab-stop-list.
8441
8442 * progmodes/asm-mode.el (asm-calculate-indentation):
8443 Use indent-next-tab-stop.
8444
8445 * indent.el (indent-accumulate-tab-stops): New function.
8446
8447 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8448
8449 * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625).
8450 (package-desc-status): Obey it.
8451
8452 2014-06-26 Stephen Berman <stephen.berman@gmx.net>
8453
8454 * calendar/todo-mode.el: Fix two bugs.
8455 (todo-insert-item--basic): If user cancels item insertion to
8456 another category before setting priority, show original category
8457 whether it is in the same or a different file.
8458 (todo-set-item-priority): After selecting category, instead of
8459 moving point to top, which extends an active region, restore it.
8460
8461 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8462
8463 * help-fns.el (describe-function-1): Check file-name is a string before
8464 calling help-fns--autoloaded-p (bug#17564).
8465
8466 2014-06-26 Juri Linkov <juri@jurta.org>
8467
8468 * desktop.el (desktop-auto-save-enable)
8469 (desktop-auto-save-disable): New functions.
8470 (desktop-save-mode, desktop-auto-save-timeout): Use them.
8471 (desktop-read): Disable the autosave before loading the desktop,
8472 and enable afterwards. (Bug#17351)
8473
8474 2014-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8475
8476 Fix some indentation problem with \; and pipes (bug#17842).
8477 * progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&.
8478 (sh-smie--default-forward-token, sh-smie--default-backward-token):
8479 New functions.
8480 (sh-smie-sh-forward-token, sh-smie-sh-backward-token)
8481 (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them.
8482 (sh-smie-sh-rules): Fix indentation of a pipe at BOL.
8483
8484 2014-06-26 Glenn Morris <rgm@gnu.org>
8485
8486 * emacs-lisp/find-func.el (find-function-C-source-directory):
8487 Use file-accessible-directory-p.
8488
8489 * ps-samp.el: Make it slightly less awful.
8490 (ps-rmail-mode-hook, ps-gnus-article-prepare-hook, ps-vm-mode-hook):
8491 (ps-gnus-summary-setup, ps-info-mode-hook): Use [print] key.
8492 Only set local values.
8493 (ps-article-subject, ps-article-author): Use standard functions
8494 like mail-fetch-field.
8495 (ps-info-file, ps-info-node): Use match-string.
8496 (ps-jts-ps-setup, ps-jack-setup): Remove, merging into...
8497 (ps-samp-ps-setup): ... new function.
8498
8499 * progmodes/idlw-shell.el (idlwave-shell-make-temp-file):
8500 Optimize away code unneeded on any modern Emacs.
8501
8502 * emacs-lisp/authors.el: Move to ../admin.
8503
8504 * emacs-lisp/ert.el (ert-summarize-tests-batch-and-exit): New.
8505
8506 2014-06-26 Luke Lee <luke.yx.lee@gmail.com>
8507
8508 * progmodes/hideif.el (hif-string-to-number): Fix return value bug.
8509 (hif-simple-token-only, hif-tokenize): Comment in detail mainly for
8510 performance enhancements.
8511 (hif-parse-if-exp): Rename to `hif-parse-exp'. Enhance for macro
8512 expansion.
8513 (hif-factor, hif-string-concatenation, intern-safe): Support string
8514 concatenation and argumented macro expansion.
8515 (hif-if-valid-identifier-p, hif-define-operator, hif-flatten)
8516 (hif-expand-token-list, hif-get-argument-list, hif-define-macro)
8517 (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize)
8518 (hif-canonicalize-tokens, hif-place-macro-invocation)
8519 (hif-parse-macro-arglist): Mostly new functions for supporting
8520 argumented macro expansion.
8521 (hif-string-concatenation, hif-stringify, hif-token-concat)
8522 (hif-token-stringification, hif-token-concatenation):
8523 Stringification and concatenation.
8524 (hif-find-next-relevant): Fix comments.
8525 (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for
8526 some cases involving #elif.
8527 (hif-find-define, hif-add-new-defines): New functions for automatically
8528 scanning of defined symbols.
8529 (hide-ifdef-guts): Fix for defined symbol auto scanning.
8530 (hide-ifdef-undef): Fix behavior to match CPP.
8531
8532 2014-06-25 Glenn Morris <rgm@gnu.org>
8533
8534 * Makefile.in ($(lisp)/progmodes/cc-defs.elc)
8535 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
8536 ($(lisp)/progmodes/cc-vars.elc): Drop hand-written deps on non-cc
8537 files. They are not relevant to the original issue (bug#1004),
8538 and cause unnecessary recompilation (bug#2151).
8539
8540 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8541
8542 * play/landmark.el: Use lexical-binding and avoid `intangible'.
8543 (landmark--last-pos): New var.
8544 (landmark--intangible-chars): New const.
8545 (landmark--intangible): New function.
8546 (landmark-mode, landmark-move): Use it.
8547 (landmark-mode): Remove properties.
8548 (landmark-plot-square, landmark-point-square, landmark-goto-xy)
8549 (landmark-cross-qtuple):
8550 Don't worry about `intangible' any more.
8551 (landmark-click, landmark-point-y): Same; and don't assume point-min==1.
8552 (landmark-init-display): Don't set `intangible' and `point-entered'.
8553 (square): Remove. Inline it instead.
8554 (landmark--distance): Rename from `distance'.
8555 (landmark-calc-distance-of-robot-from): Rename from
8556 calc-distance-of-robot-from.
8557 (landmark-calc-smell-internal): Rename from calc-smell-internal.
8558
8559 2014-06-25 Dmitry Antipov <dmantipov@yandex.ru>
8560
8561 * files.el (dir-locals-find-file, file-relative-name):
8562 * info.el (Info-complete-menu-item):
8563 * minibuffer.el (completion-table-subvert): Prefer string-prefix-p
8564 to compare-strings to avoid out-of-range errors.
8565 * subr.el (string-prefix-p): Adjust to match strict range
8566 checking in compare-strings.
8567
8568 2014-06-24 Leonard Randall <leonard.a.randall@gmail.com> (tiny change)
8569
8570 * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search
8571 for comment lines non-greedy and stopping at newlines to fix stack
8572 overflows with large files.
8573
8574 2014-06-24 Eli Barzilay <eli@barzilay.org>
8575
8576 * calculator.el (calculator-last-input): Drop 'ascii-character property
8577 lookup.
8578
8579 2014-06-24 Leo Liu <sdl.web@gmail.com>
8580
8581 * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
8582 tab-stop-list to nil. (Bug#16381)
8583
8584 * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
8585 (indent-rigidly-left-to-tab-stop)
8586 (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
8587 (move-to-tab-stop): Change callers.
8588
8589 2014-06-24 Eli Zaretskii <eliz@gnu.org>
8590
8591 * skeleton.el (skeleton-insert): Yet another fix of the doc string
8592 wrt behavior of \n as the first/last element of a skeleton.
8593
8594 2014-06-24 Michael Albinus <michael.albinus@gmx.de>
8595
8596 * net/tramp-adb.el (tramp-adb-handle-process-file):
8597 * net/tramp-sh.el (tramp-sh-handle-process-file):
8598 * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise
8599 the output buffer when DISPLAY is non-nil. (Bug#17815)
8600
8601 2014-06-24 Glenn Morris <rgm@gnu.org>
8602
8603 * play/landmark.el (landmark-move-down, landmark-move-up):
8604 Fix 2007-10-20 change - preserve horizontal position.
8605
8606 2014-06-23 Sam Steingold <sds@gnu.org>
8607
8608 * simple.el (kill-append): Remove undo boundary depending on ...
8609 (kill-append-merge-undo): New user option.
8610
8611 2014-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8612
8613 * simple.el (handle-shift-selection, exchange-point-and-mark)
8614 (activate-mark): Set transient-mark-mode buffer-locally (bug#6316).
8615 (transient-mark-mode): Use&set the global value.
8616 * mouse.el (mouse-set-region-1, mouse-drag-track): Idem.
8617 * emulation/edt.el (edt-emulation-off): Save&restore the global
8618 transient-mark-mode setting.
8619 * obsolete/pc-select.el (pc-selection-mode): Use the
8620 transient-mark-mode function.
8621
8622 2014-06-23 Eli Zaretskii <eliz@gnu.org>
8623
8624 * international/fontset.el (script-representative-chars):
8625 Add representative characters for scripts added in Unicode 7.0.
8626 (otf-script-alist): Synchronize with the latest registry of OTF
8627 script tags.
8628
8629 * international/characters.el (char-script-table): Update for
8630 scripts added and codepoint ranges changed in Unicode 7.0.
8631
8632 2014-06-23 Eli Barzilay <eli@barzilay.org>
8633
8634 * calculator.el (calculator-standard-displayer): Fix bug in use of
8635 `calculator-groupize-number'.
8636 (calculator-funcall): Fix broken `cl-flet' use by moving it into the
8637 `eval' code, so it works in v24.3.1 too.
8638 (calculator-last-input): Comment to clarify purpose.
8639
8640 2014-06-22 Mario Lang <mlang@delysid.org>
8641
8642 * textmodes/rst.el (rst-comment-region): From from -> from.
8643
8644 * net/tramp-adb.el (tramp-adb-send-command-and-check): And and -> and.
8645
8646 2013-06-22 Dmitry Antipov <dmantipov@yandex.ru>
8647
8648 * electric.el (electric-layout-post-self-insert-function):
8649 * emacs-lisp/ert.el (ert--insert-infos):
8650 * obsolete/vi.el (vi-set-mark):
8651 * term.el (term-handle-scroll):
8652 * textmodes/bibtex.el (bibtex-fill-field, bibtex-fill-entry):
8653 * wid-edit.el (widget-editable-list-value-create):
8654 Prefer point-marker to copy-marker of point.
8655
8656 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
8657
8658 Fix completion retrieval parsing (bug#17209).
8659 * progmodes/python.el (python-mode):
8660 (python-util-strip-string): New function.
8661 (python-shell-completion-get-completions): Use it.
8662
8663 2014-06-21 Eli Zaretskii <eliz@gnu.org>
8664
8665 * skeleton.el (skeleton-insert): Fix last change.
8666
8667 2014-06-21 Fabián Ezequiel Gallina <fgallina@gnu.org>
8668
8669 Enhancements for outline integration (bug#17796).
8670 * progmodes/python.el (python-mode): Properly set
8671 outline-heading-end-regexp so that comments after colons for
8672 defuns are supported.
8673
8674 2014-06-21 Eli Zaretskii <eliz@gnu.org>
8675
8676 * skeleton.el (skeleton-insert): Doc fix.
8677
8678 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8679
8680 * emacs-lisp/smie.el (smie-config--guess): Fix typo.
8681 (smie-config-guess): Use smie-config-local so the rules are obeyed
8682 (bug#17818).
8683
8684 * mouse.el (mouse-drag-line): Don't re-add to unread-comment-events,
8685 since it's already done inside the loop (bug#17819).
8686
8687 2014-06-21 Martin Rudalics <rudalics@gmx.at>
8688
8689 * mouse.el (mouse-drag-line): Re-remove code initially removed
8690 on 2013-03-09 and inadvertently reintroduced on 2013-11-30
8691 (Bug#17819).
8692
8693 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8694
8695 * progmodes/sh-script.el (sh-smie-sh-rules): For { after &&, don't
8696 align with the surrounding parent (bug#17721).
8697
8698 2014-06-21 Eli Zaretskii <eliz@gnu.org>
8699
8700 * textmodes/texinfo.el (texinfo-mode): Set skeleton-end-newline
8701 locally to nil.
8702 (texinfo-insert-block, texinfo-insert-@end)
8703 (texinfo-insert-@example, texinfo-insert-@quotation): Adjust to
8704 local setting of skeleton-end-newline by adding an explicit \n to
8705 the skeletons where appropriate. (Bug#17801)
8706
8707 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8708
8709 * emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
8710 (smie-indent--hanging-p): Use it.
8711 * progmodes/sh-script.el (sh-set-shell): Set it (bug#17621).
8712
8713 2014-06-21 Leo Liu <sdl.web@gmail.com>
8714
8715 * simple.el (read-quoted-char): Don't let help chars pop up help
8716 buffer. (Bug#16617)
8717
8718 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8719
8720 * progmodes/sh-script.el (sh-smie-sh-rules): Use same rule for && as
8721 for | (bug#17621).
8722
8723 * xt-mouse.el (xterm-mouse--read-event-sequence-1000):
8724 Drop unknown events instead of burping.
8725
8726 2014-06-21 Eli Zaretskii <eliz@gnu.org>
8727
8728 * term/w32-win.el (dynamic-library-alist): Support giflib 5.1.0
8729 and later. (Bug#17790)
8730
8731 2014-06-21 Juri Linkov <juri@jurta.org>
8732
8733 * dired.el (dired-mark-pop-up): Let-bind display-buffer-mark-dedicated
8734 to `soft'. (Bug#17554)
8735
8736 2014-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8737
8738 * delsel.el (electric-newline-and-maybe-indent): Mark it as well
8739 (bug#17737).
8740
8741 2014-06-21 Dmitry Gutov <dgutov@yandex.ru>
8742
8743 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Don't fontify
8744 `!' in `!~' with `font-lock-negation-char-face'. (Bug#17732)
8745
8746 2014-06-21 Michael Albinus <michael.albinus@gmx.de>
8747
8748 * net/dbus.el (dbus-call-method): Push only non D-Bus events into
8749 `unread-command-events'.
8750
8751 2014-06-19 William Xu <william.xwl@gmail.com>
8752
8753 * progmodes/hideif.el (hif-string-to-number): Don't return float for
8754 hex integer constants (bug#17807).
8755
8756 2014-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
8757
8758 * international/mule-util.el (truncate-string-ellipsis): New var.
8759 (truncate-string-to-width): Use it.
8760
8761 2014-06-19 Robert Brown <robert.brown@gmail.com> (tiny change)
8762
8763 * emacs-lisp/lisp-mode.el (lisp-string-after-doc-keyword-p): New fun.
8764 (lisp-string-in-doc-position-p): New function, extracted from
8765 lisp-font-lock-syntactic-face-function.
8766 (lisp-font-lock-syntactic-face-function): Use them (bug#9130).
8767
8768 2014-06-19 Grégoire Jadi <daimrod@gmail.com>
8769
8770 * net/rcirc.el (rcirc-omit-mode): Fix recenter error. (Bug#17769)
8771
8772 2014-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8773
8774 * play/bubbles.el (bubbles--initialize, bubbles--show-scores)
8775 (bubbles--game-over): Don't add `intangible' properties since they
8776 didn't work anyway.
8777
8778 2014-06-18 Juri Linkov <juri@jurta.org>
8779
8780 * vc/ediff-init.el (ediff-current-diff-Ancestor)
8781 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
8782 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
8783 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
8784 Add `min-colors 88' version with removed black/white foregrounds.
8785 (Bug#10181)
8786
8787 2014-06-18 Juri Linkov <juri@jurta.org>
8788
8789 * vc/diff-mode.el (diff-changed): Empty face definition to use
8790 `diff-removed' and `diff-added' on tty as well. (Bug#10181)
8791 (diff-context): Use darker color on light background and
8792 lighter color on dark background.
8793
8794 2014-06-18 Juri Linkov <juri@jurta.org>
8795
8796 * vc/diff-mode.el (diff-refine-changed): Rename from
8797 `diff-refine-change' for consistency with `diff-changed'.
8798 (diff-refine-change): Add obsolete face alias. (Bug#10181)
8799
8800 * vc/smerge-mode.el (smerge-refined-changed): Rename from
8801 `smerge-refined-change'.
8802 (smerge-refined-change): Add obsolete face alias.
8803
8804 2014-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
8805
8806 * rect.el (rectangle-preview): New custom.
8807 (rectangle): New group.
8808 (rectangle--pos-cols): Add `window' argument.
8809 (rectangle--string-preview-state, rectangle--string-preview-window):
8810 New vars.
8811 (rectangle--string-flush-preview, rectangle--string-erase-preview)
8812 (rectangle--space-to, rectangle--string-preview): New functions.
8813 (string-rectangle): Use them.
8814 (rectangle--inhibit-region-highlight): New var.
8815 (rectangle--highlight-for-redisplay): Obey it. Make sure
8816 `apply-on-region' uses the point-crutches of the right window.
8817 Use :align-to rather than multiple spaces.
8818
8819 2014-06-16 Andrea Rossetti <andrea.rossetti@gmail.com> (tiny change)
8820
8821 * ruler-mode.el (ruler-mode-window-col)
8822 (ruler-mode-mouse-set-left-margin)
8823 (ruler-mode-mouse-set-right-margin): Fix calculation of column
8824 from mouse position (Bug#17768).
8825
8826 2014-06-16 Ron Schnell <ronnie@driver-aces.com>
8827
8828 * play/dunnet.el (dun-doassign): Fix bug where UNIX variable assignment
8829 without varname or rhs causes crash.
8830 (dun-ftp): Fix bug where blank ftp password is allowed, making it
8831 impossible to win endgame.
8832 (dun-unix-verbs): Add ssh as alias to rlogin, because nobody knows what
8833 rlogin is anymore.
8834 (dun-help): Bump version number; update contact info.
8835
8836 2014-06-15 Eli Barzilay <eli@barzilay.org>
8837
8838 * calculator.el (calculator-prompt, calculator-remove-zeros)
8839 (calculator-mode-hook, calculator-operators, calculator-stack)
8840 (calculator-mode): Tweak docstring.
8841 (calculator-user-operators): Tweak docstring, fix a bug in the last
8842 example.
8843 (calculator-displayer): `std' case has an optional boolean.
8844 (calculator-displayers): Use the new boolean to group in decimal mode.
8845 (calculator-mode-map, calculator, calculator-message)
8846 (calculator-op-arity, calculator-add-operators)
8847 (calculator-string-to-number, calculator-displayer-prev)
8848 (calculator-displayer-next, calculator-remove-zeros)
8849 (calculator-eng-display, calculator-number-to-string)
8850 (calculator-update-display, calculator-last-input)
8851 (calculator-clear-fragile, calculator-digit, calculator-decimal)
8852 (calculator-exp, calculator-saved-move, calculator-clear)
8853 (calculator-copy, calculator-put-value, calculator-help)
8854 (calculator-expt, calculator-truncate): Minor code improvements.
8855 (calculator-need-3-lines): New function pulling out code from
8856 `calculator'.
8857 (calculator-get-display): Rename from `calculator-get-prompt', and
8858 improved.
8859 (calculator-push-curnum): Rename from `calculator-curnum-value', and
8860 extended for all uses of it. All callers changed.
8861 (calculator-groupize-number): New utility for splitting a number into
8862 groups.
8863 (calculator-standard-displayer): Improve code, new optional argument to
8864 use comma-split groups, make second argument optional too to use with
8865 'left/'right inputs. All callers changed.
8866 (calculator-reduce-stack-once): New utility, doing the meat of what
8867 `calculator-reduce-stack' used to do, much improved (mostly using
8868 `pcase' for conciseness and clarity).
8869 (calculator-reduce-stack): Now doing just the reduction loop using
8870 `calculator-reduce-stack-once'.
8871 (calculator-funcall): Improve code, make it work in v24.3.1 too.
8872 (calculator-last-input): Improve code, remove some old cruft.
8873 (calculator-quit): Kill `calculator-buffer' in electric mode too.
8874 (calculator-integer-p): Remove.
8875 (calculator-fact): Improve code, make it work on non-integer values
8876 too (using truncated numbers).
8877
8878 2014-06-15 Michael Albinus <michael.albinus@gmx.de>
8879
8880 Sync with Tramp 2.2.10.
8881
8882 * net/tramp.el (tramp-methods): Tweak docstring.
8883 (tramp-handle-file-accessible-directory-p): Check for
8884 `file-readable-p' instead of `file-executable-p'.
8885 (tramp-check-cached-permissions):
8886 Use `tramp-compat-file-attributes'.
8887 (tramp-call-process): Add new argument VEC. Adapt callees in all
8888 tramp*.el files.
8889
8890 * net/tramp-adb.el (tramp-adb-handle-write-region): Improve messages.
8891 (tramp-adb-maybe-open-connection): Don't set
8892 `tramp-current-*' variables.
8893
8894 * net/tramp-cache.el (tramp-flush-file-function): Do not flush
8895 file properties of temporary buffers.
8896
8897 * net/tramp-ftp.el (top): Remove special handling for URL syntax.
8898
8899 * net/tramp-gvfs.el (tramp-gvfs-methods) <sftp>: Add.
8900 (tramp-gvfs-handle-delete-file): Flush file
8901 properties, not directory properties.
8902 (tramp-gvfs-handle-file-attributes): Use `string-to-number' when
8903 reading "unix::mode".
8904 (tramp-gvfs-handle-file-name-all-completions):
8905 Use "-h" option for "gvfs-ls".
8906 (tramp-gvfs-url-file-name): `user' and `localname' could be nil.
8907 (tramp-gvfs-send-command): Simplify traces.
8908
8909 * net/tramp-sh.el (vc-handled-backends, vc-bzr-program)
8910 (vc-git-program, vc-hg-program): Declare.
8911 (tramp-methods) <sftp>: Remove. It has never worked satisfactorily.
8912 (tramp-methods) <nc>: Add new method.
8913 (tramp-methods) <telnet>: Redirect stderr to "/dev/null".
8914 (tramp-methods) <plink, plinkx, pscp, psftp>: Improve
8915 `tramp-login-args'.
8916 (tramp-default-user-alist): Add "nc".
8917 (top): Remove completion function for "sftp". Add completion
8918 functions for "nc" and "psftp".
8919 (tramp-do-copy-or-rename-file-out-of-band): Tweak docstring.
8920 Implement support for "nc" method.
8921 (tramp-sh-handle-expand-file-name, tramp-local-coding-commands)
8922 (tramp-remote-coding-commands, tramp-call-local-coding-command):
8923 Tweak docstring.
8924 (tramp-sh-handle-write-region): Tweak error message.
8925 (tramp-sh-handle-vc-registered): Remove backends when the remote
8926 binary does not exist.
8927 (tramp-find-inline-encoding): Do not raise an error.
8928 (tramp-make-copy-program-file-name): Tweak docstring. Handle also
8929 the "nc" case. Quote result also locally.
8930
8931 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
8932 (tramp-smb-handle-set-file-acl): Use `start-process'.
8933 (tramp-smb-handle-insert-directory): Use progress reporter.
8934 (tramp-smb-handle-rename-file): Flush also file properties of
8935 FILENAME.
8936
8937 * net/trampver.el: Update release number.
8938
8939 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8940
8941 * ses.el: Miscellaneous cleanups; use lexical-binding; avoid
8942 add-to-list.
8943 (ses-localvars): Remove ses--local-printer-list, unused.
8944 (ses--metaprogramming): New macro. Use it to defvar variables.
8945 (ses-set-localvars): Simplify.
8946 (ses--locprn, ses-cell): Use defstruct. Change ses-cell's
8947 property-list into an alist.
8948 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
8949 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number):
8950 Remove; use defstruct accessors/setters instead.
8951 (ses-cell-formula-aset, ses-cell-printer-aset)
8952 (ses-cell-references-aset): Remove, use setf instead.
8953 (ses--alist-get): New function.
8954 (ses-cell-property): Rename from ses-cell-property-get and rewrite.
8955 Use an alist instead of a plist and don't do move-to-front since the
8956 list is always short.
8957 (ses-cell-property-get-fun, ses-cell-property-delq-fun)
8958 (ses-cell-property-set-fun, ses-cell-property-set)
8959 (ses-cell-property-pop-fun, ses-cell-property-get-handle)
8960 (ses-cell-property-handle-car, ses-cell-property-handle-setcar): Remove.
8961 (ses--letref): New macro.
8962 (ses-cell-property-pop): Rewrite.
8963 (ses--cell): Rename from ses-cell and make it into a function.
8964 Make `formula' fallback on `value' if nil.
8965 (ses--local-printer): Rename from ses-local-printer and make it into
8966 a function.
8967 (ses-set-cell): Turn it into a macro so finding the accessor from the
8968 field name is done at compile time.
8969 (ses-repair-cell-reference-all): Test presence of `sym' rather than
8970 `ref' before adding `sym' to :ses-repair-reference.
8971 (ses-calculate-cell): Use ses--letref rather than
8972 ses-cell-property-get-handle.
8973 (ses-write-cells): Use a single prin1-to-string.
8974 (ses-setter-with-undo): New function.
8975 (ses-aset-with-undo, ses-set-with-undo): Rewrite using it.
8976 (ses-unset-with-undo): Remove.
8977 (ses-load): Prefer apply' over `eval'.
8978 (ses-read-printer, ses-set-column-width): Use standard "(default
8979 foo)" format.
8980
8981 2014-06-15 Glenn Morris <rgm@gnu.org>
8982
8983 * Makefile.in (leim, semantic): Use `make -C' rather than `cd && make'.
8984
8985 * progmodes/cc-langs.el: Require cl-lib. (Bug#17463)
8986 Replace delete-duplicates and mapcan by cl- versions throughout.
8987 And cl-macroexpand-all by macroexpand-all.
8988 (delete-duplicates, mapcan, cl-macroexpand-all): No need to declare.
8989
8990 2014-06-15 Eli Zaretskii <eliz@gnu.org>
8991
8992 * subr.el (posn-col-row): Doc fix. (Bug#17768)
8993
8994 2014-06-15 Juri Linkov <juri@jurta.org>
8995
8996 * bindings.el: Put `ascii-character' property on keypad keys
8997 mapped to characters. (Bug#17759)
8998
8999 2014-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9000
9001 * emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
9002 bumping forward into a closing paren (bug#17761).
9003
9004 * term/xterm.el (xterm--version-handler): Work around for OSX
9005 Terminal.app (bug#17607).
9006
9007 2014-06-14 Ron Schnell <ronnie@driver-aces.com>
9008
9009 * play/dunnet.el (dun-describe-room, dun-mode):
9010 If a lamp is in the room, you won't be eaten by a grue.
9011
9012 2014-06-13 Glenn Morris <rgm@gnu.org>
9013
9014 * Makefile.in ($(lisp)/cus-load.el, $(lisp)/finder-inf.el)
9015 (autoloads, $(lisp)/subdirs.el, compile-main, leim, semantic, compile)
9016 (compile-always): GNU make automatically passes
9017 command-line arguments to sub-makes.
9018
9019 * calendar/calendar.el (calendar-generate-window):
9020 Remove pointless call to font-lock-fontify-buffer.
9021
9022 2014-06-13 Matthias Meulien <orontee@gmail.com>
9023
9024 * simple.el (completion-list-mode-map): Navigate with tab and backtab
9025 (bug#17767).
9026
9027 2014-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9028
9029 * simple.el (set-mark-command): Simplify a bit.
9030
9031 2014-06-12 Nicolas Richard <theonewiththeevillook@yahoo.fr>
9032
9033 * help.el (help--key-binding-keymap): New function.
9034 (help--binding-locus): New function.
9035 (describe-key): Mention the keymap in which the binding was
9036 found. (bug#13948)
9037
9038 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9039
9040 * hippie-exp.el (he--all-buffers): New function.
9041 (try-expand-line-all-buffers, try-expand-list-all-buffers)
9042 (try-expand-dabbrev-all-buffers): Use it.
9043
9044 2014-06-12 Emilio C. Lopes <eclig@gmx.net>
9045
9046 * hippie-exp.el (try-expand-line-all-buffers)
9047 (try-expand-list-all-buffers, try-expand-dabbrev-all-buffers):
9048 Read hippie-expand-only-buffers and hippie-expand-ignore-buffers in the
9049 original buffer, in case they're buffer-local.
9050
9051 2014-06-12 Vincent Belaïche <vincentb1@users.sourceforge.net>
9052
9053 * ses.el (ses-initial-global-parameters-re): New defconst, a
9054 specific regexp is needed now that ses.el can handle both
9055 file-format 2 --- ie. no local printers --- and 3 --- i.e. may have
9056 local printers.
9057 (ses-localvars): Add local variables needed for local printer handling.
9058 (ses-set-localvars): Handle hashmap initialization.
9059 (ses-paramlines-plist): Add param-line for number of local printers.
9060 (ses-paramfmt-plist): New defconst, needed for code factorization
9061 between functions `ses-set-parameter' and
9062 `ses-file-format-extend-paramter-list'
9063 (ses-make-local-printer-info): New defsubst.
9064 (ses-locprn-get-compiled, ses-locprn-compiled-aset)
9065 (ses-locprn-get-def, ses-locprn-def-aset, ses-locprn-get-number)
9066 (ses-cell-printer-aset): New defmacro.
9067 (ses-local-printer-compile): New defun.
9068 (ses-local-printer): New defmacro.
9069 (ses-printer-validate, ses-call-printer): Add support for local
9070 printer functions.
9071 (ses-file-format-extend-paramter-list): New defun.
9072 (ses-set-parameter): Use const `ses-paramfmt-plist' for code
9073 factorization.
9074 (ses-load): Add support for local printer functions.
9075 (ses-read-printer): Update docstring and add support for local printer
9076 functions.
9077 (ses-refresh-local-printer, ses-define-local-printer): New defun.
9078 (ses-safe-printer): Add support for local printer functions.
9079
9080 2014-06-12 Ivan Andrus <darthandrus@gmail.com>
9081
9082 * ffap.el (ffap-lax-url): New var (bug#17723).
9083 (ffap-url-at-point): Use it.
9084 (ffap-file-at-point): Avoid returning just "/".
9085
9086 2014-06-12 Matthias Meulien <orontee@gmail.com>
9087
9088 * progmodes/python.el (import skeleton): New skeleton (bug#17672).
9089 (python-mode-map): Bind it.
9090
9091 * progmodes/python.el (class skeleton): Don't erase last char of class
9092 name (bug#17683).
9093
9094 2014-06-12 Cameron Desautels <camdez@gmail.com> (tiny change)
9095
9096 * help.el (where-is): Use `default' arg of completing-read (bug#17705).
9097
9098 2014-06-12 Kevin Ryde <user42_kevin@yahoo.com.au>
9099
9100 * files.el (auto-mode-alist): Map .ad files to xdefaults-mode
9101 (bug#17745).
9102
9103 2014-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9104
9105 * international/mule-cmds.el: Use lexical-binding.
9106 (ucs-names): Simplify.
9107
9108 2014-05-18 Eric Hanchrow <eric.hanchrow@gmail.com>
9109
9110 * progmodes/python.el (run-python): Use read-shell-command.
9111
9112 2014-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9113
9114 * rect.el: Make it possible to move bounds past EOL or into TABs.
9115 (operate-on-rectangle): Use apply-on-rectangle.
9116 (rectangle--mark-crutches): New var.
9117 (rectangle--pos-cols, rectangle--col-pos, rectangle--point-col)
9118 (rectangle--crutches, rectangle--reset-crutches): New functions.
9119 (apply-on-rectangle): Obey crutches. Avoid setq.
9120 Fix missing final iteration if end is at EOB&BOL.
9121 (rectangle-mark-mode-map): Add remap bindings for
9122 exchange-point-and-mark and char/line movements.
9123 (rectangle--*-char): New function.
9124 (rectangle-exchange-point-and-mark, rectangle-right-char)
9125 (rectangle-left-char, rectangle-forward-char)
9126 (rectangle-backward-char, rectangle-next-line)
9127 (rectangle-previous-line): New commands.
9128 (rectangle--place-cursor): New function.
9129 (rectangle--highlight-for-redisplay): Use it. Use apply-on-rectangle.
9130
9131 2014-06-08 Glenn Morris <rgm@gnu.org>
9132
9133 * startup.el (initial-buffer-choice): Doc fix.
9134 Reset :version (adding an option does not merit a :version bump).
9135
9136 * bookmark.el (bookmark-load):
9137 * uniquify.el (uniquify-buffer-name-style): Doc fixes.
9138
9139 2014-06-08 Juri Linkov <juri@jurta.org>
9140
9141 * desktop.el: Activate auto-saving on window configuration changes.
9142 (desktop-save-mode, desktop-auto-save-timeout): Add/remove
9143 `desktop-auto-save-set-timer' to/from
9144 `window-configuration-change-hook'.
9145 (desktop-auto-save-set-timer): Change REPEAT arg of
9146 `run-with-idle-timer' from t to nil.
9147 http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
9148
9149 2014-06-08 Santiago Payà i Miralta <santiagopim@gmail.com>
9150
9151 * vc/vc-hg.el (vc-hg-working-revision): Use "hg parent" and
9152 vc-hg-command (bug#17570).
9153
9154 2014-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9155
9156 * international/mule-cmds.el (ucs-names): Add special entry for BEL
9157 (bug#17702).
9158
9159 2014-06-08 Glenn Morris <rgm@gnu.org>
9160
9161 * startup.el (window-setup-hook): Doc fix.
9162
9163 * emacs-lisp/package.el (package-check-signature)
9164 (package-unsigned-archives): Doc fixes.
9165
9166 2014-06-08 Martin Rudalics <rudalics@gmx.at>
9167
9168 * window.el (display-buffer-use-some-window): Don't make window
9169 used smaller than it was before (Bug#17671).
9170
9171 2014-06-08 Eli Zaretskii <eliz@gnu.org>
9172
9173 * menu-bar.el (menu-bar-open): Fix last change: use the PC
9174 'redisplay' instead of '(sit-for 0)'.
9175
9176 2014-06-08 Michael Albinus <michael.albinus@gmx.de>
9177
9178 * net/tramp.el (tramp-ssh-controlmaster-options):
9179 Improve search regexp. (Bug#17653)
9180
9181 2014-06-08 Glenn Morris <rgm@gnu.org>
9182
9183 * emacs-lisp/package.el (package-pinned-packages): Doc fix.
9184
9185 2014-06-08 Eli Zaretskii <eliz@gnu.org>
9186
9187 * menu-bar.el (menu-bar-open): Fix invocation via M-x.
9188
9189 2014-06-06 Santiago Payà i Miralta <santiagopim@gmail.com>
9190
9191 * vc/vc-hg.el (vc-hg-create-tag, vc-hg-retrieve-tag): New functions
9192 (bug#17586).
9193
9194 * vc/vc-hg.el (vc-hg-log-graph): New var.
9195 (vc-hg-print-log): Use it.
9196 (vc-hg-root-log-format): Include branch name and bookmarks; ignore
9197 graph output (bug#17515).
9198
9199 2014-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9200
9201 * mouse.el (mouse-posn-property): Ignore buffer position info when the
9202 even happened elsewhere.
9203
9204 2014-06-06 Mario Lang <mlang@delysid.org>
9205
9206 * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call
9207 `recenter' if `current-buffer' is equal to `window-buffer'.
9208
9209 2014-06-05 Leo Liu <sdl.web@gmail.com>
9210
9211 * emacs-lisp/cl-macs.el (cl-macrolet): Avoid excessive progn's.
9212
9213 2014-06-05 Michal Nazarewicz <mina86@mina86.com>
9214
9215 * textmodes/tildify.el (tildify-foreach-region-outside-env):
9216 New function which calls a callback on portions of the buffer that are
9217 outside of ignored environments.
9218 (tildify-build-regexp): Remove function since it is now
9219 incorporated in `tildify-foreach-region-outside-env' where it is
9220 optimized and simplified by the use of `mapconcat'.
9221 (tildify-tildify): Return number of substitutions made so that…
9222 (tildify-count): …can be removed.
9223 (tildify-find-env): Accept a new PAIRS argument which was
9224 previously looked up in `tildify-ignored-environments-alist' each
9225 time the function was called. With this change, the lookup is
9226 performed only once in `tildify-foreach-region-outside-env'.
9227 (tildify-region): Greatly simplify the function since now most of
9228 the work is done by `tildify-foreach-region-outside-env'.
9229 (tildify-mode-alist): Simplify slightly by avoiding if and setq
9230 and instead using or.
9231
9232 * textmodes/tildify.el (tildify-ignored-environments-alist):
9233 Optimize environments regexes
9234
9235 Each time beginning of an environment to ignore is found,
9236 `tildify-find-env' needs to identify regexp for the ending
9237 of the environment. This is done by trying all the opening
9238 regexes on matched text in a loop, so to speed that up, this
9239 loop should have fewer things to match, which can be done by
9240 using alternatives in the opening regexes.
9241
9242 Coincidentally, this should make matching of the opening
9243 regexp faster as well thanks to the use of `regexp-opt' and
9244 having common prefix pulled from many regexes.
9245
9246 * textmodes/tildify.el (tildify-string-alist)
9247 (tildify-ignored-environments-alist): Add `nxml-mode' to the list
9248 of supported modes since `xml-mode' is no longer a thing but just
9249 an alias to the former. Also include comments and insides of tags
9250 in `tildify-ignored-environments-alist' for XML modes. Finally,
9251 since XML does not define “&nbsp;”[1], use a numeric reference for
9252 a no-break space (namely “&#160;”)
9253
9254 [1] XML specification defines only a handful of predefined entities.
9255 The list is at <http://www.w3.org/TR/REC-xml/#sec-predefined-ent>
9256 and includes only &lt;, &gt;, &amp;, &apos; and &quot; (meaning <,
9257 >, &, ' and " respectively). This is in contrast to HTML and even
9258 XHTML which defined a whole bunch of entities including “&nbsp;”.
9259
9260 * textmodes/tildify.el (tildify-pattern-alist)
9261 (tildify-string-alist, tildify-ignored-environments-alist):
9262 Improve defcustom's types by adding more tags explaining what each
9263 value means and replace “sexp” used in
9264 `tildify-ignored-environments-alist' with a full type declaration.
9265
9266 * textmodes/tildify.el (tildify-find-env): Fix matched group
9267 indexes in end-regex building
9268
9269 When looking for a start of an ignore-environment, the regex is built
9270 by concatenating regexes of all the environments configured in
9271 `tildify-ignored-environments-alist'. So for example, the following
9272 list could be used to match TeX's \verb and \verb* commands:
9273
9274 (("\\\\verb\\(.\\)" . (1))
9275 ("\\\\verb\\*\\(.\\)" . (1)))
9276
9277 This would result in the following regex being used to find the start
9278 of any of the variants of the \verb command:
9279
9280 \\\\verb\\(.\\)\\|\\\\verb\\*\\(.\\)
9281
9282 But now, if “\\\\verb\\*\\(.\\)” matches, the first capture group
9283 won't match anything, and thus (match-string 1) will be nil, which
9284 will cause building of the end-matching regex to fail.
9285
9286 Fix this by using capture groups from the time when the opening
9287 regexes are matched individually.
9288
9289 * textmodes/tildify.el (tildify-find-env): Fix end-regex building
9290 in `tildify-find-env'
9291
9292 The `tildify-ignored-environments-alist' allows the end-regex to
9293 be provided not as a static string but mix of strings and indexes
9294 of groups matched the begin-regex. For example, the “\verb!…!”
9295 TeX-command (where “!” is an arbitrary character) is handled
9296 using:
9297
9298 ("\\\\verb\\*?\\(.\\)" . (1))
9299
9300 In the same way, the following should be supported as well:
9301
9302 ("open-\\(.\\)" . ("end-" 1))
9303
9304 However the tildify-find-env function fails at
9305
9306 (concat result
9307 (if (stringp (setq aux (car expression)))
9308 expression ; BUG: expression is a list
9309 (regexp-quote (match-string aux))))
9310
9311 where the string part is handled incorrectly.
9312
9313 The most trivial fix would be to replace `expression' in the
9314 true-part of the if-statement with `aux', but instead, this commit
9315 optimizes `tildify-find-env' by changing it to use `mapconcat'
9316 rather than open-coded while-loop.
9317
9318 2014-06-05 Mario Lang <mlang@delysid.org>
9319
9320 * woman.el (woman-mapcan): Remove.
9321 (woman-parse-colon-path): Use cl-mapcan instead.
9322
9323 2014-06-03 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
9324
9325 * register.el: Add link to Emacs manual in Commentary.
9326
9327 2014-06-02 Sam Steingold <sds@gnu.org>
9328
9329 * menu-bar.el (lookup-key-ignore-too-long): Extract from...
9330 (popup-menu): ...here.
9331 (menu-bar-open): Use it to avoid an error when `lookup-key'
9332 returns a number.
9333
9334 2014-06-02 Michael Albinus <michael.albinus@gmx.de>
9335
9336 * net/tramp.el (tramp-call-process): Add traces.
9337 (tramp-handle-unhandled-file-name-directory): Return "/".
9338
9339 2014-06-02 Wilson Snyder <wsnyder@wsnyder.org>
9340
9341 Sync with upstream verilog-mode revision 3cd8144.
9342 * progmodes/verilog-mode.el (verilog-mode-version): Bump.
9343 (verilog-auto-arg-format): New option, to support newlines in AUTOARG.
9344 (verilog-type-font-keywords): Add nor.
9345 (verilog-batch-execute-func): Force reading of Local Variables.
9346 Fix printing "no changes to be saved" with verilog-batch.
9347 (verilog-auto-arg-ports): Doc fix.
9348 Add verilog-auto-arg-format to support newlines in AUTOARG.
9349 (verilog-auto-arg): Doc fix.
9350
9351 2014-06-02 Glenn Morris <rgm@gnu.org>
9352
9353 * emulation/crisp.el, emulation/tpu-edt.el, emulation/tpu-extras.el:
9354 * emulation/tpu-mapper.el, emulation/vi.el, emulation/vip.el:
9355 * emulation/ws-mode.el: Move to obsolete/.
9356 * Makefile.in (AUTOGEN_VCS): Update for moved tpu-edu.el.
9357
9358 2014-06-02 Eli Zaretskii <eliz@gnu.org>
9359
9360 * simple.el (keyboard-quit): Force update of mode lines, to remove
9361 the "Def" indicator, if we were defining a macro. (Bug#17615)
9362
9363 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9364
9365 * minibuffer.el (minibuffer-force-complete-and-exit):
9366 Obey minibuffer-default (bug#17545).
9367
9368 * progmodes/js.el (js-indent-line): Don't mix columns and chars
9369 (bug#17619).
9370
9371 * subr.el (set-transient-map): Don't wait for some "nested"
9372 transient-map to finish if we're only supposed to be active for
9373 the next command (bug#17642).
9374
9375 2014-06-02 Leo Liu <sdl.web@gmail.com>
9376
9377 * emacs-lisp/gv.el (window-buffer, window-display-table)
9378 (window-dedicated-p, window-hscroll, window-point, window-start):
9379 Fix gv-expander. (Bug#17630)
9380
9381 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9382
9383 * mouse.el (mouse-posn-property): Ignore posn-point for mode-line
9384 clicks (bug#17633).
9385
9386 * leim/quail/latin-pre.el ("latin-2-prefix"): Use ",," rather than ", "
9387 for the single comma, since ", " is *very* common in normal French text
9388 (bug#17643).
9389
9390 2014-06-02 Glenn Morris <rgm@gnu.org>
9391
9392 * emacs-lisp/package.el (package-check-signature)
9393 (package-unsigned-archives): Fix :version.
9394
9395 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9396
9397 * subr.el (sit-for): Don't run input-methods (bug#15614).
9398
9399 2014-06-02 Glenn Morris <rgm@gnu.org>
9400
9401 * cus-start.el: Fix some :version numbers.
9402
9403 2014-06-02 Stefan Monnier <monnier@iro.umontreal.ca>
9404
9405 * simple.el (deactivate-mark): Set mark-active to nil even if
9406 deactivation is done via setting transient-mark-mode to nil,
9407 since one is buffer-local and the other is global.
9408
9409 * emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
9410 there can't be more than 2 arguments (bug#17584).
9411
9412 2014-06-02 Glenn Morris <rgm@gnu.org>
9413
9414 * simple.el (filter-buffer-substring-functions)
9415 (filter-buffer-substring-function, buffer-substring-filters)
9416 (filter-buffer-substring, buffer-substring--filter): Doc fixes.
9417
9418 * minibuffer.el (completion-in-region-functions, completion-in-region)
9419 (completion--in-region): Doc fixes.
9420
9421 * abbrev.el (abbrev-expand-functions, abbrev-expand-function)
9422 (expand-abbrev, abbrev--default-expand): Doc fixes.
9423
9424 2014-06-02 Paul Eggert <eggert@cs.ucla.edu>
9425
9426 Include sources used to create macuvs.h.
9427 * international/README: Refer to the Unicode Terms of Use rather
9428 than copying it bodily here, as that simplifies maintenance.
9429
9430 2014-06-01 Glenn Morris <rgm@gnu.org>
9431
9432 * loadup.el (load-prefer-newer): Set non-nil when dumping. (Bug#17629)
9433
9434 2014-05-31 Glenn Morris <rgm@gnu.org>
9435
9436 * files.el (locate-dominating-file): Expand file argument. (Bug#17641)
9437
9438 2014-05-30 Glenn Morris <rgm@gnu.org>
9439
9440 * loadup.el: Treat `command-line-args' more flexibly.
9441
9442 2014-05-30 Alan Mackenzie <acm@muc.de>
9443
9444 Guard (looking-at "\\s!") from XEmacs.
9445 * progmodes/cc-engine.el (c-state-pp-to-literal): Add guard form.
9446
9447 2014-05-30 Ken Olum <kdo@cosmos.phy.tufts.edu>
9448
9449 * mail/rmail.el (rmail-delete-forward, rmail-delete-backward):
9450 The argument COUNT is now optional, to be more backward-compatible.
9451 Doc fix. (Bug#17560)
9452
9453 2014-05-29 Reuben Thomas <rrt@sc3d.org>
9454
9455 * whitespace.el (whitespace-report-region):
9456 Simplify documentation.
9457 (whitespace-report-region): Allow report-if-bogus to take the
9458 value `never', for non-interactive use.
9459 (whitespace-report): Refer to whitespace-report-region's
9460 documentation.
9461
9462 2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9463
9464 * whitespace.el: Use font-lock-flush. Minimize refontifications.
9465 Side benefit: it works without jit-lock.
9466 (whitespace-point--used): New buffer-local var.
9467 (whitespace-color-on): Initialize it and flush it. Use font-lock-flush.
9468 (whitespace-color-off): Use font-lock-flush.
9469 (whitespace-point--used, whitespace-point--flush-used): New functions.
9470 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9471 (whitespace-empty-at-eob-regexp): Use them.
9472 (whitespace-post-command-hook): Rewrite.
9473
9474 * font-lock.el (font-lock-flush, font-lock-ensure): New functions.
9475 (font-lock-fontify-buffer): Mark interactive-only.
9476 (font-lock-multiline, font-lock-fontified, font-lock-set-defaults):
9477 Make buffer-local.
9478 (font-lock-specified-p): Remove redundant boundp check.
9479 (font-lock-flush-function, font-lock-ensure-function): New vars.
9480 (font-lock-turn-on-thing-lock): Set them.
9481 (font-lock-default-fontify-buffer): Obey font-lock-dont-widen.
9482 (font-lock-after-change-function): Make `old-len' optional.
9483 (font-lock-set-defaults): Remove redundant `set' of font-lock-defaults.
9484 Call font-lock-flush, just in case.
9485 * progmodes/verilog-mode.el (verilog-preprocess): Disable workaround in
9486 recent Emacsen.
9487 * progmodes/vera-mode.el (vera-fontify-buffer): Declare obsolete.
9488 (vera-mode-map, vera-mode-menu): Remove bindings to it.
9489 * progmodes/idlw-help.el (idlwave-help-fontify): Use font-lock-ensure
9490 and with-syntax-table.
9491 * textmodes/conf-mode.el (conf-quote-normal):
9492 * progmodes/sh-script.el (sh-set-shell):
9493 * progmodes/prog-mode.el (prettify-symbols-mode):
9494 * progmodes/f90.el (f90-font-lock-n):
9495 * progmodes/cwarn.el (cwarn-mode):
9496 * nxml/nxml-mode.el (nxml-toggle-char-ref-extra-display):
9497 * progmodes/compile.el (compilation-setup, compilation--unsetup):
9498 * hi-lock.el (hi-lock-mode, hi-lock-unface-buffer)
9499 (hi-lock-set-pattern, hi-lock-set-file-patterns): Use font-lock-flush.
9500 * mail/rmail.el (rmail-variables): Set font-lock-dont-widen instead of
9501 font-lock-fontify-buffer-function and
9502 font-lock-unfontify-buffer-function.
9503 (rmail-unfontify-buffer-function, rmail-fontify-message):
9504 Use with-silent-modifications.
9505 * htmlfontify.el (hfy-force-fontification): Use jit-lock-fontify-now
9506 and font-lock-ensure.
9507 * bs.el (bs-show-in-buffer): Use font-lock-ensure.
9508
9509 2014-05-28 Thien-Thi Nguyen <ttn@gnu.org>
9510
9511 * emacs-lisp/package.el (package-generate-autoloads):
9512 Inhibit backup files.
9513
9514 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9515
9516 * progmodes/hideshow.el (hs-hide-all): Call syntax-propertize
9517 (bug#17608).
9518
9519 2014-05-21 Michal Nazarewicz <mina86@mina86.com>
9520
9521 * textmodes/tildify.el (tildify-buffer, tildify-region):
9522 Add dont-ask option.
9523
9524 2014-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9525
9526 * subr.el (zerop): Move from C. Add compiler-macro (bug#17475).
9527 * emacs-lisp/byte-opt.el (byte-optimize-zerop): Remove.
9528
9529 * subr.el (internal--funcall-interactively): New.
9530 (internal--call-interactively): Remove.
9531 (called-interactively-p): Detect funcall-interactively instead of
9532 call-interactively.
9533 * simple.el (repeat-complex-command): Use funcall-interactively.
9534 (repeat-complex-command--called-interactively-skip): Remove.
9535
9536 2014-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9537
9538 * register.el (register-read-with-preview): Don't burp on
9539 frame switches (e.g. due to the frame we just popped).
9540
9541 * mouse.el (mouse-set-region): Handle spurious drag events (bug#17562).
9542 (mouse-drag-track): Annotate `mouse-drag-start' so we know we moved.
9543
9544 2014-05-26 Andreas Schwab <schwab@linux-m68k.org>
9545
9546 * cus-face.el (custom-face-attributes): Add :distant-foreground.
9547
9548 2014-05-26 Martin Rudalics <rudalics@gmx.at>
9549
9550 * window.el (window--dump-frame): Remove interactive specification.
9551
9552 2014-05-26 Glenn Morris <rgm@gnu.org>
9553
9554 * hippie-exp.el (he-line-search-regexp):
9555 Handle comint-prompt-regexp containing subgroups. (Bug#17529)
9556
9557 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
9558
9559 * calendar/todo-mode.el: Remove dependence on auto-mode-alist,
9560 to avoid errors when trying to create or visit a file foo.todo
9561 located outside to todo-directory, and to allow having such files
9562 without them being tied to Todo mode (bug#17482).
9563 (todo-show, todo-move-category, todo-merge-category, todo-find-archive)
9564 (todo-archive-done-item, todo-find-filtered-items-file)
9565 (todo-filter-items, todo-find-item, todo-diary-goto-entry)
9566 (todo-category-completions, todo-read-category): When visiting a
9567 Todo file, make sure we're in the right mode and the buffer local
9568 variables are set.
9569 (todo-make-categories-list, todo-reset-nondiary-marker)
9570 (todo-reset-done-string, todo-reset-comment-string):
9571 After processing all Todo files, kill the buffers of those files that
9572 weren't being visited before the processing.
9573 (todo-display-as-todo-file, todo-add-to-buffer-list)
9574 (todo-visit-files-commands): Comment out.
9575 (todo-modes-set-3, todo-mode): Comment out additions to find-file-hook.
9576 (auto-mode-alist): Remove add-to-list calls making Todo file
9577 extensions unrestrictedly tied to Todo modes.
9578
9579 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9580
9581 * emacs-lisp/nadvice.el (advice--member-p): Change second arg.
9582 (advice-function-member-p): Tell it to check both names and functions
9583 (bug#17531).
9584 (advice--add-function): Adjust call accordingly.
9585
9586 2014-05-26 Stephen Berman <stephen.berman@gmx.net>
9587
9588 * calendar/todo-mode.el: Miscellaneous bug fixes.
9589 (todo-delete-file): When deleting an archive but not its todo
9590 file, make sure to update the todo file's category sexp.
9591 (todo-move-category): Keep the moved category's name unless the
9592 file moved to already has a category with that name. If the
9593 numerically last category of the source file was moved, make the
9594 first category current to avoid selecting a nonexisting category.
9595 (todo-merge-category): Fix implementation to make merging to a
9596 category in another file work as documented. Eliminate now
9597 insufficient and unnecessary renaming of archive category, correct
9598 document string accordingly, and clarify it. If the numerically
9599 last category of the source file was merged, make the first
9600 category current to avoid selecting a nonexisting category.
9601 (todo-archive-done-item): When there are marked items and point
9602 happens to be on an unmarked item, ignore the latter. Don't leave
9603 point below last item after archiving marked items.
9604 (todo-unarchive-items): Fix logic to ensure unarchiving an item
9605 from an archive with only one category deletes the archive only
9606 when the category is empty after unarchiving. Make sure the todo
9607 file's category sexp is updated.
9608 (todo-read-file-name): Allow an existing file name even when it is
9609 not required (todo-move-category needs this to work as documented).
9610 (todo-add-file): Call todo-validate-name to reject the name of an
9611 existing todo file (needed due to fix in todo-read-file-name).
9612 (todo-reset-nondiary-marker): Also reset in filtered items files.
9613 (todo-reset-done-string, todo-reset-comment-string): Also reset in
9614 regexp filtered items files.
9615 (todo-reset-highlight-item): Also reset in filtered items files.
9616 Fix incorrect variable reference in document string.
9617
9618 2014-05-26 Glenn Morris <rgm@gnu.org>
9619
9620 * window.el (window--dump-frame): Avoid error in --without-x builds.
9621
9622 2014-05-26 Glenn Morris <rgm@gnu.org>
9623
9624 * nxml/nxml-mode.el (xml-mode): Only define this alias once.
9625
9626 2014-05-26 Eli Zaretskii <eliz@gnu.org>
9627
9628 * frame.el (set-frame-font): Doc fix.
9629
9630 * menu-bar.el (menu-set-font): Doc fix. (Bug#17532)
9631
9632 2014-05-26 Dmitry Gutov <dgutov@yandex.ru>
9633
9634 * emacs-lisp/package.el (package--download-one-archive):
9635 Use `write-region' instead of `save-buffer' to avoid running various
9636 hooks. (Bug#17155)
9637 (describe-package-1): Same. Insert newline at the end of the
9638 buffer if appropriate.
9639
9640 2014-05-26 Juri Linkov <juri@jurta.org>
9641
9642 * avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.
9643 (mouse-avoidance-ignore-p): Remove `switch-frame', add `focus-out'.
9644 Add more modifiers: meta, control, shift, hyper, super, alt.
9645 (Bug#17439)
9646
9647 * avoid.el (mouse-avoidance-banish-position): Fix defcustom :options
9648 to allow changing its value with `set-variable'.
9649
9650 2014-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9651
9652 * progmodes/scheme.el (scheme-mode-syntax-table): Remove hack for
9653 #; comments.
9654 (scheme-syntax-propertize, scheme-syntax-propertize-sexp-comment):
9655 New functions.
9656 (scheme-mode-variables): Set syntax-propertize-function instead of
9657 font-lock-syntactic-face-function.
9658 (scheme-font-lock-syntactic-face-function): Delete.
9659
9660 * emacs-lisp/lisp.el (end-of-defun): Ensure we move (bug#17274).
9661
9662 * emacs-lisp/timer.el (timer-event-handler): Don't run if canceled
9663 (bug#17392).
9664
9665 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
9666
9667 * net/tramp-sh.el (tramp-find-inline-encoding): Do not match "%%t"
9668 for a temporary file name.
9669
9670 2014-05-26 Eli Zaretskii <eliz@gnu.org>
9671
9672 * simple.el (line-move-ignore-invisible): Doc fix. (Bug#17511)
9673
9674 2014-05-26 Michael Albinus <michael.albinus@gmx.de>
9675
9676 * net/dbus.el (dbus-init-bus, dbus-call-method)
9677 (dbus-call-method-asynchronously, dbus-send-signal)
9678 (dbus-method-return-internal, dbus-method-error-internal):
9679 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
9680
9681 2014-05-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
9682
9683 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
9684 methods which do not have a doc string. (Bug#17490)
9685
9686 2014-05-25 Tassilo Horn <tsdh@gnu.org>
9687
9688 * textmodes/reftex-ref.el (reftex-format-special): Make it work
9689 also for AMS Math's \eqref macro.
9690
9691 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9692
9693 Arrange to never byte-compile the generated -pkg.el file.
9694
9695 * emacs-lisp/package.el (package-generate-description-file):
9696 Output first-line comment to set buffer-local var `no-byte-compile'.
9697 Suggested by Dmitry Gutov:
9698 <http://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00401.html>.
9699
9700 2014-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9701
9702 Fix bug: Properly quote args to generated -pkg.el `define-package'.
9703
9704 * emacs-lisp/package.el (package-generate-description-file):
9705 Inline `package--alist-to-plist'; rewrite to selectively
9706 quote alist values that are not self-quoting.
9707 (package--alist-to-plist): Delete func.
9708
9709 2014-05-25 Andreas Schwab <schwab@linux-m68k.org>
9710
9711 * term/xterm.el (xterm-function-map): Add mapping for shifted
9712 keypad keys.
9713
9714 2014-05-24 Daniel Colascione <dancol@dancol.org>
9715
9716 * progmodes/subword.el (subword-find-word-boundary): Move point to
9717 correct spot before search. (Bug#17580)
9718
9719 * emacs-lisp/nadvice.el (defun): Write in eval-and-compile to avoid
9720 breaking the build.
9721
9722 2014-05-24 Leo Liu <sdl.web@gmail.com>
9723
9724 * calc/calc.el (math-bignum): Handle most-negative-fixnum. (Bug#17556)
9725
9726 2014-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
9727
9728 * minibuffer.el (completion--sreverse): Remove.
9729 (completion--common-suffix): Use `reverse' instead.
9730 * emacs-lisp/regexp-opt.el (regexp-opt-group): Use `reverse' on strings.
9731
9732 2014-05-22 Glenn Morris <rgm@gnu.org>
9733
9734 * shell.el (shell-mode) <shell-dirstack-query>: Bypass bash aliases.
9735
9736 2014-05-21 Daniel Colascione <dancol@dancol.org>
9737
9738 * files.el (interpreter-mode-alist): Add mksh.
9739
9740 * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh
9741 derivative.
9742 (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to
9743 mksh. Improve custom spec; allow regular expressions.
9744 (sh-shell): Delegate name splitting to `sh-canonicalize-shell'.
9745 (sh-after-hack-local-variables): New function.
9746 (sh-mode): Use it; respect file-local `sh-shell' variable. (Bug#17333)
9747 (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding
9748 the normalization.
9749 (sh-canonicalize-shell): Rewrite to support regexes.
9750
9751 2014-05-21 Leo Liu <sdl.web@gmail.com>
9752
9753 * emacs-lisp/cl-lib.el (cl-endp): Fix last change.
9754
9755 2014-05-19 Leo Liu <sdl.web@gmail.com>
9756
9757 * emacs-lisp/cl-lib.el (cl-endp): Conform to CL's semantics.
9758
9759 2014-05-18 Glenn Morris <rgm@gnu.org>
9760
9761 * loadup.el:
9762 * play/gametree.el: `track-mouse' is always defined since 2012-11-24.
9763
9764 2014-05-14 Sam Steingold <sds@gnu.org>
9765
9766 * progmodes/python.el (python-shell-get-or-create-process):
9767 Do not bind `current-prefix-arg' so that C-c C-z does not talk
9768 back unless requested.
9769
9770 2014-05-14 Glenn Morris <rgm@gnu.org>
9771
9772 * subr.el (with-file-modes): New macro.
9773 * printing.el (pr-save-file-modes): Make obsolete.
9774 * eshell/esh-util.el (eshell-with-file-modes): Make obsolete.
9775 * emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
9776 Add with-file-modes.
9777 * doc-view.el (doc-view-make-safe-dir):
9778 * epg.el (epg--start):
9779 * files.el (locate-user-emacs-file, make-temp-file)
9780 (backup-buffer-copy, move-file-to-trash):
9781 * printing.el (pr-despool-print, pr-call-process, pr-text2ps):
9782 * eshell/esh-util.el (eshell-with-private-file-modes)
9783 (eshell-make-private-directory):
9784 * net/browse-url.el (browse-url-mosaic):
9785 * obsolete/mailpost.el (post-mail-send-it):
9786 * obsolete/pgg-pgp.el (pgg-pgp-verify-region):
9787 * obsolete/pgg-pgp5.el (pgg-pgp5-verify-region):
9788 Use with-file-modes.
9789
9790 * vc/emerge.el (emerge-make-temp-file): Simplify.
9791
9792 2014-05-14 Stephen Berman <stephen.berman@gmx.net>
9793 Stefan Monnier <monnier@iro.umontreal.ca>
9794
9795 * minibuffer.el (completion-pcm--merge-try): Merge trailing / with
9796 suffix (bug#15419).
9797
9798 2014-05-14 Glenn Morris <rgm@gnu.org>
9799
9800 * vc/emerge.el (emerge-temp-file-prefix):
9801 Make pointless option obsolete.
9802 (emerge-temp-file-mode): Make non-functional option obsolete.
9803
9804 2014-05-14 Michael Albinus <michael.albinus@gmx.de>
9805
9806 * net/browse-url.el (browse-url):
9807 Use `unhandled-file-name-directory' when setting `default-directory',
9808 in order to circumvent stalled remote connections. (Bug#17425)
9809
9810 2014-05-14 Glenn Morris <rgm@gnu.org>
9811
9812 * printing.el (subst-char-in-string, make-temp-file, pr-get-symbol):
9813 Optimize on Emacs, which has the relevant functions for ages.
9814
9815 2014-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9816
9817 * simple.el (undo-make-selective-list): Obey undo-no-redo.
9818
9819 2014-05-12 Sam Steingold <sds@gnu.org>
9820
9821 * calendar/time-date.el (seconds-to-string): New function to
9822 pretty print time delay in seconds.
9823
9824 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9825
9826 * mpc.el (mpc-format): Trim Date to the year.
9827 (mpc-songs-hashcons): Shorten the Date field.
9828
9829 * emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
9830 into autoloading just because of a silly indirection.
9831
9832 2014-05-12 Santiago Payà i Miralta <santiagopim@gmail.com>
9833
9834 * vc/vc-hg.el (vc-hg-unregister): New function. (Bug#17454)
9835
9836 2014-05-12 Glenn Morris <rgm@gnu.org>
9837
9838 * emacs-lisp/find-gc.el: Move to ../admin.
9839
9840 * printing.el (pr-version):
9841 * ps-print.el (ps-print-version): Also mention bug-gnu-emacs.
9842
9843 * net/browse-url.el (browse-url-mosaic):
9844 Create /tmp/Mosaic.PID as a private file.
9845
9846 2014-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
9847
9848 * emacs-lisp/nadvice.el: Support adding a given function multiple times.
9849 (advice--member-p): If name is given, only compare the name.
9850 (advice--remove-function): Don't stop at the first match.
9851 (advice--normalize-place): New function.
9852 (add-function, remove-function): Use it.
9853 (advice--add-function): Pass the name, if any, to
9854 advice--remove-function.
9855
9856 2014-05-12 Philipp Rumpf <prumpf@gmail.com> (tiny change)
9857
9858 * electric.el (electric-indent-post-self-insert-function): Don't use
9859 `pos' after modifying the buffer (bug#17449).
9860
9861 2014-05-12 Stephen Berman <stephen.berman@gmx.net>
9862
9863 * calendar/todo-mode.el (todo-insert-item-from-calendar):
9864 Correct argument list to conform to todo-insert-item--basic.
9865
9866 2014-05-12 Glenn Morris <rgm@gnu.org>
9867
9868 * files.el (cd-absolute): Test if directory is accessible
9869 rather than executable. (Bug#17330)
9870
9871 * progmodes/compile.el (recompile):
9872 Handle C-u M-x recompile from a non-compilation buffer. (Bug#17444)
9873
9874 * net/browse-url.el (browse-url-mosaic):
9875 Be careful when writing /tmp/Mosaic.PID. (Bug#17428)
9876 This is CVE-2014-3423.
9877
9878 2014-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
9879
9880 * mouse.el: Use the normal toplevel loop while dragging.
9881 (mouse-set-point): Handle multi-clicks.
9882 (mouse-set-region): Handle multi-clicks for drags.
9883 (mouse-drag-region): Update call accordingly.
9884 (mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
9885 Use the normal event loop instead of a local while/read-event loop.
9886 (global-map): Remove redundant bindings for double/triple-mouse-1.
9887 * xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
9888 Generate synthetic down events when the protocol only sends up events.
9889 (xterm-mouse-last): Remove.
9890 (xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
9891 terminal parameter instead.
9892 (xterm-mouse--set-click-count): New function.
9893 (xterm-mouse-event): Detect/generate double/triple clicks.
9894 * reveal.el (reveal-close-old-overlays): Don't close while dragging.
9895
9896 * info.el (Info-quoted): New face.
9897 (Info-mode-font-lock-keywords): New var.
9898 (Info-mode): Use it.
9899
9900 * emacs-lisp/lisp-mode.el (preceding-sexp): Exclude leading "," which
9901 are a hindrance for C-x C-e.
9902
9903 2014-05-11 Leo Liu <sdl.web@gmail.com>
9904
9905 * net/rcirc.el (rcirc-sentinel): Fix last change.
9906
9907 2014-05-08 Sam Steingold <sds@gnu.org>
9908
9909 * net/rcirc.el (rcirc-reconnect-delay): New user option.
9910 (rcirc-sentinel): Auto-reconnect to the server if
9911 `rcirc-reconnect-delay' is non-0 (but not more often than its
9912 value in case the host is off-line).
9913
9914 2014-05-09 Eli Zaretskii <eliz@gnu.org>
9915
9916 * progmodes/grep.el (lgrep): Fix a typo in last commit.
9917
9918 2014-05-09 Glenn Morris <rgm@gnu.org>
9919
9920 * files.el (file-expand-wildcards):
9921 * man.el (Man-support-local-filenames):
9922 * printing.el (pr-i-directory, pr-interface-directory):
9923 * progmodes/grep.el (lgrep, rgrep):
9924 * textmodes/ispell.el (ispell-call-process)
9925 (ispell-call-process-region, ispell-start-process)
9926 (ispell-init-process): Use file-accessible-directory-p.
9927
9928 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9929
9930 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
9931 (xterm-mouse--read-event-sequence-1000): Return nil if something
9932 looks fishy.
9933 (xterm-mouse-event): Propagate it.
9934 (xterm-mouse-translate-1): Handle it.
9935
9936 2014-05-08 Stephen Berman <stephen.berman@gmx.net>
9937
9938 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
9939 four slots of the parameter list are filled, make sure to pass it
9940 to the argument list of todo-insert-item--basic.
9941
9942 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9943
9944 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
9945 Add optional `seen' argument to detect and break infinite loops.
9946
9947 2014-05-08 Eli Zaretskii <eliz@gnu.org>
9948
9949 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
9950 (trace-unsafe, trace-use-tree): Make parentheses style be
9951 according to Emacs style.
9952
9953 2014-05-08 Michael Albinus <michael.albinus@gmx.de>
9954
9955 * net/tramp-sh.el (tramp-remote-process-environment):
9956 Remove HISTFILE and HISTSIZE; it's too late to set them here.
9957 Add :version entry.
9958 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
9959 Add "HISTFILE=/dev/null" to the shell's env arguments. Do not send
9960 extra "PSx=..." commands.
9961 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
9962 (Bug#17295)
9963
9964 (tramp-uudecode): Replace the hard-coded temporary file name by a
9965 format specifier.
9966 (tramp-remote-coding-commands): Enhance docstring.
9967 (tramp-find-inline-encoding): Replace "%t" by a temporary file
9968 name. (Bug#17415)
9969 This is CVE-2014-3424.
9970
9971 2014-05-08 Glenn Morris <rgm@gnu.org>
9972
9973 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
9974 (find-gc-source-files): Update some names.
9975 (trace-call-tree): Simplify and update.
9976 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
9977 This is CVE-2014-3422.
9978
9979 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9980
9981 * minibuffer.el (completion--try-word-completion): Revert fix for
9982 Bug#15980 (bug#17375).
9983
9984 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
9985 Always store button numbers in the same way in xterm-mouse-last;
9986 Don't burp is xterm-mouse-last is not set as expected.
9987 Never return negative indices.
9988
9989 2014-05-08 Dmitry Gutov <dgutov@yandex.ru>
9990
9991 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
9992 Backtrack one char if the global/char-literal var matcher hits
9993 inside a string. The next char could be the beginning of an
9994 expression expansion.
9995
9996 2014-05-08 Glenn Morris <rgm@gnu.org>
9997
9998 * help-fns.el (describe-function-1): Test for an autoload before a
9999 macro, since `macrop' works on autoloads. (Bug#17410)
10000
10001 2014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10002
10003 * electric.el (electric-indent-functions-without-reindent): Add yaml.
10004
10005 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
10006 Make sure the new point we return is within the new string (bug#17239).
10007
10008 2014-05-05 Daniel Colascione <dancol@dancol.org>
10009
10010 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10011 Port `gnu' pattern to rx.
10012
10013 2014-05-05 Jarek Czekalski <jarekczek@poczta.onet.pl>
10014
10015 Remove unneeded prompt when closing a buffer with active
10016 emacsclient ("Buffer ... still has clients"), #16548.
10017 * server.el (server-start): Remove the only call to:
10018 (server-kill-buffer-query-function): Remove.
10019
10020 2014-05-04 Leo Liu <sdl.web@gmail.com>
10021
10022 * calendar/diary-lib.el (calendar-chinese-month-name-array):
10023 Defvar to pacify compiler.
10024
10025 2014-05-04 Eli Zaretskii <eliz@gnu.org>
10026
10027 * mail/rmailsum.el (rmail-new-summary-1): Fix a typo in a comment.
10028
10029 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10030
10031 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
10032 Use nil rather than `default' for the "default" appearance (bug#17388).
10033 * vc/ediff-util.el (ediff-inferior-compare-regions)
10034 (ediff-toggle-autorefine, ediff-unselect-difference): Don't use
10035 a misleading `default' value when it's really a boolean.
10036 * vc/ediff-init.el (ediff-set-overlay-face): Don't set help-echo if the
10037 overlay is not visible.
10038
10039 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
10040
10041 * calendar/todo-mode.el (todo-edit-file): Use display-warning.
10042 (todo-menu): Uncomment and update.
10043
10044 2014-05-04 Stephen Berman <stephen.berman@gmx.net>
10045
10046 * calendar/todo-mode.el: Reimplement item editing to have the same
10047 basic user interface as item insertion, and make small UI and
10048 larger internal improvements to the latter.
10049 (todo-insert-item): Add reference to the Todo mode user manual to
10050 the documentation string.
10051 (todo-insert-item--basic): Rename from todo-basic-insert-item and
10052 adjust all callers. Change signature to combine diary and
10053 nonmarking arguments. Incorporate functionality of deleted item
10054 copying command and add error checking. Remove detailed
10055 descriptions of the arguments from the documentation string, since
10056 this is treated in the Todo mode user manual.
10057 (todo-copy-item, todo-edit-multiline-item)
10058 (todo-edit-done-item-comment, todo-edit-item-header)
10059 (todo-edit-item-time, todo-edit-item-date-from-calendar)
10060 (todo-edit-item-date-to-today, todo-edit-item-date-day-name)
10061 (todo-edit-item-date-year, todo-edit-item-date-month)
10062 (todo-edit-item-date-day, todo-edit-item-diary-nonmarking):
10063 Remove.
10064 (todo-edit-item): Reimplement as wrapper command for
10065 todo-edit-item--next-key and make it distinguish done and not done
10066 todo items.
10067 (todo-edit-item--text): New function, replacing old command
10068 todo-edit-item and incorporating deleted commands
10069 todo-edit-multiline-item and todo-edit-done-item-comment.
10070 (todo-edit-item--header): Rename from todo-basic-edit-item-header.
10071 Use only numeric value of prefix argument. Remove detailed
10072 descriptions of the arguments from the documentation string, since
10073 this is treated in the Todo mode user manual.
10074 (todo-edit-item--diary-inclusion): New function, replacing old
10075 command todo-edit-item-diary-inclusion and incorporating and fixing
10076 functionality of deleted command todo-edit-item-diary-nonmarking,
10077 making sure to remove todo-nondiary-marker when adding
10078 diary-nonmarking-symbol.
10079 (todo-edit-category-diary-inclusion): Make sure to delete
10080 diary-nonmarking-symbol when adding todo-nondiary-marker.
10081 (todo-edit-category-diary-nonmarking): Fix indentation.
10082 (todo-insert-item--parameters): Group diary and nonmarking
10083 parameters together.
10084 (todo-insert-item--apply-args): Adjust to signature of
10085 todo-insert-item--basic and incorporate copy parameter.
10086 Make small code improvements.
10087 (todo-insert-item--next-param): Improve prompt and adjust it to
10088 new parameter grouping. Remove obsolete code.
10089 (todo-edit-item--param-key-alist)
10090 (todo-edit-item--date-param-key-alist)
10091 (todo-edit-done-item--param-key-alist): New defconsts.
10092 (todo-edit-item--prompt): New variable.
10093 (todo-edit-item--next-key): New function.
10094 (todo-key-bindings-t): Bind "e" to todo-edit-item.
10095 Remove bindings of deleted commands.
10096
10097 2014-05-04 Leo Liu <sdl.web@gmail.com>
10098
10099 * emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
10100
10101 2014-05-04 Glenn Morris <rgm@gnu.org>
10102
10103 * allout-widgets.el (allout-widgets-tally)
10104 (allout-decorate-item-guides):
10105 * menu-bar.el (menu-bar-positive-p):
10106 * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
10107 * progmodes/gdb-mi.el (gdbmi-same-start, gdbmi-is-number):
10108 * progmodes/js.el (js--inside-param-list-p)
10109 (js--inside-dojo-class-list-p, js--forward-destructuring-spec):
10110 * progmodes/prolog.el (region-exists-p):
10111 * progmodes/verilog-mode.el (verilog-scan-cache-ok-p):
10112 * textmodes/reftex-parse.el (reftex-using-biblatex-p):
10113 Doc fixes (replace `iff').
10114
10115 2014-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
10116
10117 * mpc.el (mpc-volume-mouse-set): Don't burp at the boundaries.
10118
10119 2014-05-04 Leo Liu <sdl.web@gmail.com>
10120
10121 Support Chinese diary entries in calendar and diary. (Bug#17393)
10122 * calendar/cal-china.el (calendar-chinese-month-name-array): New var.
10123 (calendar-chinese-from-absolute-for-diary)
10124 (calendar-chinese-to-absolute-for-diary)
10125 (calendar-chinese-mark-date-pattern, diary-chinese-mark-entries)
10126 (diary-chinese-list-entries): New functions to list and mark
10127 Chinese diary entries in the calendar window.
10128 (diary-chinese-anniversary)
10129 (diary-chinese-insert-anniversary-entry)
10130 (diary-chinese-insert-entry, diary-chinese-insert-monthly-entry)
10131 (diary-chinese-insert-yearly-entry): New commands to insert
10132 Chinese diary entries.
10133
10134 * calendar/diary-lib.el (diary-font-lock-keywords):
10135 Support font-locking Chinese dates.
10136
10137 * calendar/cal-menu.el (cal-menu-diary-menu): Add entries for
10138 inserting Chinese diary entries.
10139
10140 * calendar/calendar.el (diary-chinese-entry-symbol):
10141 New customizable variable.
10142 (calendar-mode-map): Add bindings for inserting Chinese diary
10143 entries.
10144
10145 2014-05-03 Juri Linkov <juri@jurta.org>
10146
10147 * dired.el (dired-check-switches, dired-switches-recursive-p):
10148 New functions. (Bug#17218)
10149 (dired-switches-escape-p, dired-move-to-end-of-filename):
10150 Use `dired-check-switches'.
10151 (dired-insert-old-subdirs, dired-build-subdir-alist)
10152 (dired-sort-R-check): Use `dired-switches-recursive-p'.
10153
10154 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
10155
10156 * simple.el (undo-make-selective-list): New algorithm fixes
10157 incorrectness of position adjustments when undoing in region.
10158 (Bug#17235)
10159 (undo-elt-crosses-region): Make obsolete.
10160 (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos):
10161 New functions to adjust positions using undo-deltas.
10162
10163 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
10164
10165 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): Only highlight past
10166 the last consecutive closing paren (bug#17345).
10167
10168 2014-04-30 Reuben Thomas <rrt@sc3d.org>
10169
10170 * dired.el (dired-mode): make terminology for eXpunge command
10171 consistent. (Bug#17276)
10172
10173 2014-04-30 Eli Zaretskii <eliz@gnu.org>
10174
10175 * dired.el (dired-initial-position-hook, dired-initial-position):
10176 Doc string fixes.
10177
10178 2014-04-30 Glenn Morris <rgm@gnu.org>
10179
10180 * mail/rmail.el (rmail-quit): Handle killed summaries. (Bug#17283)
10181
10182 2014-04-30 Matthias Dahl <matthias.dahl@binary-island.eu>
10183
10184 * faces.el (face-spec-recalc): Apply X resources only after the
10185 defface spec has been applied. Thus, X resources are no longer
10186 overriden by the defface spec which also fixes issues on win32 where
10187 the toolbar coloring was wrong because it is set through X resources
10188 and was (wrongfully) overriden. (Bug#16694)
10189
10190 2014-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
10191
10192 * textmodes/rst.el (electric-pair-pairs): Declare.
10193 (rst-mode): Set it (bug#17131).
10194
10195 2014-04-30 Juri Linkov <juri@jurta.org>
10196
10197 * desktop.el (desktop-value-to-string): Let-bind `print-length'
10198 and `print-level' to nil. (Bug#17351)
10199
10200 2014-04-30 Nicolas Richard <theonewiththeevillook@yahoo.fr>
10201
10202 * battery.el (battery-update): Handle the case where battery
10203 status is "N/A" (bug#17319).
10204
10205 2014-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
10206
10207 * progmodes/ps-mode.el: Use SMIE. Move string and comment recognition
10208 to syntax-propertize.
10209 (ps-mode-auto-indent): Mark as obsolete.
10210 (ps-mode-font-lock-keywords-1): Remove string-or-comment handling.
10211 (ps-mode-font-lock-keywords-3): Use symbol regexp operators instead of
10212 word regexp operators.
10213 (ps-mode-map): Move initialization into declaration. Remove binding
10214 for TAB, RET, >, ], and }.
10215 (ps-mode-syntax-table): Move initialization into declaration.
10216 Don't give word syntax to non-word chars.
10217 (ps-run-mode-map): Move initialization into declaration.
10218 (ps-mode-menu-main): Remove auto-indent entry.
10219 (ps-mode-smie-rules): New function.
10220 (ps-mode): Setup smie, syntax-propertize, and electric-indent-mode.
10221 (ps-mode-looking-at-nested, ps-mode-match-string-or-comment): Remove.
10222 (ps-mode--string-syntax-table): New const.
10223 (ps-mode--syntax-propertize-special, ps-mode-syntax-propertize):
10224 New functions.
10225 (ps-mode-newline, ps-mode-tabkey, ps-mode-r-brace, ps-mode-r-angle)
10226 (ps-mode-r-gt, ps-mode-r-balance): Remove functions.
10227
10228 2014-04-27 Daniel Colascione <dancol@dancol.org>
10229
10230 * term/xterm.el (xterm-paste): Use large finite timeout when
10231 reading event to avoid putting keys in this-command-keys.
10232
10233 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10234
10235 * progmodes/perl-mode.el (perl--syntax-exp-intro-regexp): New var.
10236 (perl-syntax-propertize-function): Use it. Extend handling of
10237 here-docs to the unquoted case.
10238
10239 2014-04-25 Eli Zaretskii <eliz@gnu.org>
10240
10241 * tooltip.el (tooltip-show-help-non-mode, tooltip-show-help):
10242 Use equal-including-properties to compare help-echo strings (bug#17331).
10243
10244 2014-04-25 Leo Liu <sdl.web@gmail.com>
10245
10246 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10247 Fix syntax for @. (Bug#17325)
10248
10249 2014-04-25 Daniel Colascione <dancol@dancol.org>
10250
10251 * emacs-lisp/cl.el (gv): Require gv early to break eager
10252 macro-expansion cycles.
10253
10254 2014-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
10255
10256 * simple.el (region-active-p): Check there's a mark (bug#17324).
10257
10258 * simple.el (completion-list-mode-map): Use choose-completion for the
10259 mouse binding as well (bug#17302).
10260 (completion-list-mode, completion-setup-function): Adjust docstring and
10261 echo area message accordingly.
10262 * progmodes/idlwave.el (idlwave-choose-completion): Adjust to new
10263 calling convention of choose-completion.
10264 * comint.el (comint-dynamic-list-completions):
10265 * term.el (term-dynamic-list-completions): Accept choose-completion.
10266
10267 * progmodes/perl-mode.el (perl-syntax-propertize-function): Slash after
10268 &, |, +, - and * can't be a division (bug#17317).
10269
10270 * term/xterm.el (xterm--version-handler): Don't use modern xterm
10271 features on gnome-terminal (bug#16988).
10272
10273 2014-04-25 Thien-Thi Nguyen <ttn@gnu.org>
10274
10275 Improve Scheme font-locking for (define ((foo ...) ...) ...).
10276
10277 * progmodes/scheme.el (scheme-font-lock-keywords-1): To find
10278 the declared object, ignore zero or more parens, not zero or one.
10279
10280 2014-04-24 Leo Liu <sdl.web@gmail.com>
10281
10282 * progmodes/xscheme.el (xscheme-expressions-ring)
10283 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
10284 (xscheme-control-g-disabled-p, xscheme-process-filter-state)
10285 (xscheme-allow-output-p, xscheme-prompt)
10286 (xscheme-string-accumulator, xscheme-mode-string): Use defvar-local.
10287
10288 * progmodes/scheme.el (would-be-symbol, next-sexp-as-string):
10289 Comment out unused functions.
10290
10291 2014-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
10292
10293 * info.el: Use lexical-binding and cl-lib.
10294 Use defvar-local and setq-local instead of make-local-variable.
10295 (Info-apropos-matches): Avoid add-to-list.
10296 (Info-edit-mode-map): Fix obsolescence call to Info-edit-map.
10297
10298 2014-04-24 Daniel Colascione <dancol@dancol.org>
10299
10300 * progmodes/sh-script.el (sh-builtins): Add coproc to list of bash builtins.
10301
10302 2014-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10303
10304 * emacs-lisp/cl-macs.el (cl--loop-let): Fix last merge.
10305
10306 2014-04-22 Michael Heerdegen <michael_heerdegen@web.de>
10307
10308 * dired.el (dired-insert-set-properties): Do not consider
10309 subdirectory headings and empty lines to be information that
10310 `dired-hide-details-mode' should hide. (Bug#17228)
10311
10312 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
10313
10314 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
10315 Remove test messages.
10316 (tramp-do-copy-or-rename-file-out-of-band): Do not quote `source'
10317 and `target' twice.
10318
10319 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10320
10321 * dframe.el (dframe-get-focus): Remove `hook' argument (bug#17311).
10322 * speedbar.el (speedbar-get-focus): Run the "hook" afterwards instead.
10323
10324 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
10325
10326 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
10327
10328 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
10329 Set "IFS=" when using read builtin, in order to preserve spaces in
10330 the file name. Add test messages for hunting a bug on hydra.
10331 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
10332
10333 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10334
10335 * progmodes/prog-mode.el (prettify-symbols--compose-symbol):
10336 Don't prettify a word within a symbol.
10337
10338 2014-04-22 Michael Albinus <michael.albinus@gmx.de>
10339
10340 * net/tramp-sh.el (tramp-get-ls-command): Use "-b" argument if
10341 possible.
10342
10343 2014-04-22 Daniel Colascione <dancol@dancol.org>
10344
10345 * emacs-lisp/byte-run.el (function-put): Unbreak build: don't
10346 use defun to define `function-put'.
10347
10348 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10349
10350 * emacs-lisp/lisp-mode.el (lisp--match-hidden-arg): New function.
10351 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords-2): Use it.
10352 (lisp-mode-variables): Set font-lock-extra-managed-props.
10353
10354 * emacs-lisp/byte-run.el (function-put): New function.
10355 (defun-declarations-alist): Use it. Add `pure' and `side-effect-free'.
10356 * emacs-lisp/cl-macs.el (cl-defstruct, cl-struct-sequence-type)
10357 (cl-struct-slot-info, cl-struct-slot-offset, cl-struct-slot-value):
10358 Use them.
10359
10360 2014-04-22 Daniel Colascione <dancol@dancol.org>
10361
10362 * emacs-lisp/macroexp.el (internal-macroexpand-for-load):
10363 Add `full-p' parameter; when nil, call `macroexpand' instead of
10364 `macroexpand-all'.
10365
10366 * emacs-lisp/byte-run.el (eval-when-compile, eval-and-compile):
10367 Improve docstrings.
10368
10369 * emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
10370 Use lambda function values, not quoted lambdas.
10371 (byte-compile-recurse-toplevel): Remove extraneous &optional.
10372
10373 * emacs-lisp/cl-macs.el
10374 (cl-struct-sequence-type, cl-struct-slot-info): Declare pure.
10375 (cl-struct-slot-value): Conditionally use aref or nth so that the
10376 compiler produces optimal code.
10377
10378 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10379
10380 * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure.
10381 (inline): Don't inline cl--set-elt.
10382 (cl-struct-slot-value): Remove explicit gv-setter and compiler-macro.
10383 Define as inlinable instead.
10384 (cl-struct-set-slot-value): Remove.
10385
10386 * emacs-lisp/cl-lib.el (cl--set-elt): Remove.
10387 * emacs-lisp/cl-seq.el (cl-replace, cl-substitute, cl-nsubstitute):
10388 Use setf instead.
10389
10390 2014-04-21 Daniel Colascione <dancol@dancol.org>
10391
10392 * emacs-lisp/cl-macs.el (cl--const-expr-val): We didn't need the
10393 last two parameters after all.
10394 (cl--expr-contains,cl--compiler-macro-typep,cl--compiler-macro-member)
10395 (cl--compiler-macro-assoc,cl-struct-slot-value)
10396 (cl-struct-set-slot-value): Stop using them.
10397
10398 (2014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
10399
10400 * image-mode.el (image-mode-window-put): Don't assume there's a `t'
10401 entry in image-mode-winprops-alist.
10402
10403 2014-04-21 Daniel Colascione <dancol@dancol.org>
10404
10405 * emacs-lisp/bytecomp.el (byte-compile-recurse-toplevel): New function.
10406 (byte-compile-recurse-toplevel, byte-compile-initial-macro-environment)
10407 (byte-compile-toplevel-file-form): Use it.
10408
10409 * emacs-lisp/cl-macs.el:
10410 (cl--loop-let): Properly destructure `while' clauses.
10411
10412 2014-04-20 Daniel Colascione <dancol@dancol.org>
10413
10414 * vc/vc.el (vc-root-dir): New public autoloaded function for
10415 generically finding the current VC root.
10416 * vc/vc-hooks.el (vc-not-supported): New error.
10417 (vc-call-backend): Signal `vc-not-supported' instead of generic error.
10418
10419 2014-04-20 Daniel Colascione <dancol@dancol.org>
10420
10421 * emacs-lisp/cl-macs.el (cl-the): Make `cl-the' assert its type
10422 argument.
10423 (cl--const-expr-val): cl--const-expr-val should macroexpand its
10424 argument in case we're inside a symbol-macrolet.
10425 (cl--do-arglist, cl--compiler-macro-typep)
10426 (cl--compiler-macro-member, cl--compiler-macro-assoc): Pass macro
10427 environment to `cl--const-expr-val'.
10428 (cl-struct-sequence-type,cl-struct-slot-info)
10429 (cl-struct-slot-offset, cl-struct-slot-value)
10430 (cl-struct-set-slot-value): New functions.
10431
10432 2014-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
10433
10434 * progmodes/sh-script.el (sh-smie--sh-keyword-p): Handle variable
10435 assignments such as "case=hello" (bug#17297).
10436
10437 2014-04-18 Michael Albinus <michael.albinus@gmx.de>
10438
10439 * net/tramp.el (tramp-run-real-handler, tramp-file-name-handler):
10440 Do not autoload.
10441 (tramp-file-name-handler, tramp-completion-file-name-handler):
10442 Revert patch from 2014-04-10, it isn't necessary anymore.
10443 (tramp-autoload-file-name-handler)
10444 (tramp-register-autoload-file-name-handlers): New defuns.
10445 (top): Autoload call of `tramp-register-autoload-file-name-handlers'.
10446 (tramp-register-file-name-handlers): Remove also
10447 `tramp-autoload-file-name-handler' from `file-name-handler-list'.
10448 Do not autoload its invocation, but eval it after loading of 'tramp.
10449
10450 * net/tramp-adb.el (tramp-unload-hook): Unload `tramp-adb'.
10451
10452 * net/tramp-compat.el (tramp-unload-hook): Unload `tramp-loaddefs'.
10453
10454 2014-04-17 Daniel Colascione <dancol@dancol.org>
10455
10456 Add support for bracketed paste mode; add infrastructure for
10457 managing terminal mode enabling and disabling automatically.
10458
10459 * xt-mouse.el:
10460 (xterm-mouse-mode): Simplify.
10461 (xterm-mouse-tracking-enable-sequence)
10462 (xterm-mouse-tracking-disable-sequence): New constants.
10463 (turn-on-xterm-mouse-tracking-on-terminal)
10464 (turn-off-xterm-mouse-tracking-on-terminal):
10465 Use tty-mode-set-strings and tty-mode-reset-strings terminal
10466 parameters instead of random hooks.
10467 (turn-on-xterm-mouse-tracking)
10468 (turn-off-xterm-mouse-tracking): Delete.
10469
10470 * term/xterm.el (xterm-extra-capabilities): Fix bitrotted comment.
10471 (xterm-paste-ending-sequence): New constant.
10472 (xterm-paste): New command used for bracketed paste support.
10473
10474 (xterm-modify-other-keys-terminal-list): Delete obsolete variable.
10475 (terminal-init-xterm-bracketed-paste-mode): New function.
10476 (terminal-init-xterm): Call it.
10477 (terminal-init-xterm-modify-other-keys): Use tty-mode-set-strings
10478 and tty-mode-reset-strings instead of random hooks.
10479 (xterm-turn-on-modify-other-keys)
10480 (xterm-turn-off-modify-other-keys)
10481 (xterm-remove-modify-other-keys): Delete obsolete functions.
10482
10483 * term/screen.el: Rewrite to just use the xterm code.
10484 Add copyright notice. Mention tmux.
10485
10486 2014-04-17 Ian D <dunni@gnu.org> (tiny change)
10487
10488 * image-mode.el (image-mode-window-put): Also update the property of
10489 the "default window".
10490 * doc-view.el (doc-view-new-window-function): If no window
10491 exists, move to the last known page.
10492
10493 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10494
10495 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
10496 here-documents (bug#17262).
10497
10498 2014-04-16 Eli Zaretskii <eliz@gnu.org>
10499
10500 * term/pc-win.el (x-list-fonts, x-get-selection-value):
10501 Provide doc strings, as required by snarf-documentation.
10502
10503 2014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10504
10505 * ps-def.el (ps-generate-postscript-with-faces1): Use the new `sorted'
10506 arg of overlays-at. Use `invisible-p'.
10507
10508 * obsolete/lucid.el (extent-at):
10509 * htmlfontify.el (hfy-overlay-props-at): Use the new `sorted' arg of
10510 overlays-at.
10511 (hfy-fontify-buffer): Remove unused var `orig-ovls'.
10512
10513 2014-04-16 João Távora <joaotavora@gmail.com>
10514
10515 * net/shr.el (shr-expand-url): Use `expand-file-name' for relative
10516 links. (Bug#17217).
10517
10518 2014-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10519
10520 * vc/ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer):
10521 Use mapc to loop over a vector. (Bug#17257).
10522
10523 2014-04-16 Michael Albinus <michael.albinus@gmx.de>
10524
10525 * net/tramp-sh.el (tramp-sh-handle-file-truename): Revert previous
10526 patch, there are new problems with file names containing spaces.
10527 Get rid of backticks. (Bug#17238)
10528
10529 2014-04-16 João Távora <joaotavora@gmail.com>
10530
10531 * elec-pair.el (electric-pair--syntax-ppss): Simplify and fix
10532 possible bug.
10533
10534 2014-04-16 Eli Zaretskii <eliz@gnu.org>
10535
10536 * frame.el (blink-cursor-blinks, blink-cursor-blinks-done): Doc fixes.
10537 (blink-cursor-mode): Mention customization variables and the
10538 effect of 'blink-cursor-blinks'.
10539
10540 2014-04-16 Barry O'Reilly <gundaetiapo@gmail.com>
10541
10542 * simple.el (undo): Prevent insertion of identity mapping into
10543 undo-equiv-table so as undo-only does not inf loop in the presence
10544 of consecutive nils in undo list.
10545
10546 2014-04-16 Matthias Dahl <matthias.dahl@binary-island.eu>
10547
10548 * faces.el (make-face): Deprecate optional argument as it is no
10549 longer needed/used since the conditional X resources handling
10550 has been pushed down to make-face-x-resource-internal itself.
10551 (make-empty-face): Don't pass optional argument to make-face.
10552
10553 2014-04-16 Karl Fogel <kfogel@red-bean.com>
10554
10555 * savehist.el (savehist-save): Remove workaround for a read-passwd
10556 bug that was fixed before 24.3. Thanks to Juanma Barranquero for
10557 noticing that the shim was still present.
10558
10559 2014-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10560
10561 * doc-view.el (doc-view-set-doc-type): Ignore file name case; add .pps.
10562
10563 2014-04-14 Juanma Barranquero <lekktu@gmail.com>
10564
10565 * faces.el (face-set-after-frame-default): Remove unused local variable.
10566
10567 2014-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10568
10569 * progmodes/grep.el: Use lexical-binding.
10570 (grep-expand-template): Pass explicit lexical env to `eval'.
10571 (zrgrep): Let-bind grep-find-template explicitly.
10572
10573 * emacs-lisp/cl-lib.el (current-case-table): Remove setter.
10574 * leim/quail/sisheng.el (sisheng-list): Use with-case-table.
10575
10576 2014-04-12 Eli Zaretskii <eliz@gnu.org>
10577
10578 * international/characters.el <standard-case-table>: Add entries
10579 for letters from the Coptic block u+2C80-u+2CFF. (Bug#17243)
10580 Set category of Coptic characters be 'g' (Greek).
10581
10582 2014-04-12 Leo Liu <sdl.web@gmail.com>
10583
10584 * progmodes/octave.el (completion-table-with-cache):
10585 Define if not available.
10586 (octave-goto-function-definition, octave-sync-function-file-names)
10587 (octave-find-definition-default-filename):
10588 Backquote upattern for compatibility.
10589
10590 2014-04-12 Michael Albinus <michael.albinus@gmx.de>
10591
10592 * net/tramp-sh.el (tramp-sh-handle-file-truename): Quote the file
10593 name twice due to backticks. (Bug#17238)
10594
10595 2014-04-12 Glenn Morris <rgm@gnu.org>
10596
10597 * term/w32-win.el (x-win-suspend-error):
10598 * term/x-win.el (x-win-suspend-error): Sync docs.
10599
10600 2014-04-12 Matthias Dahl <matthias.dahl@binary-island.eu>
10601
10602 * faces.el (make-face): Remove deprecated optional argument.
10603 The conditional application of X resources is handled directly by
10604 make-face-x-resource-internal since Emacs 24.4.
10605 (make-empty-face): Don't pass optional argument to make-face.
10606
10607 2014-04-11 Glenn Morris <rgm@gnu.org>
10608
10609 * Makefile.in (EMACSDATA, EMACSDOC, EMACSPATH): Unexport. (Bug#16429)
10610
10611 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10612
10613 Ediff's overlay priorities cause more trouble than they solve.
10614 * vc/ediff-init.el (ediff-shadow-overlay-priority): Remove variable.
10615 (ediff-highest-priority): Remove function (bug#17234).
10616 * vc/ediff-util.el (ediff-highlight-diff-in-one-buffer):
10617 * vc/ediff-diff.el (ediff-set-diff-overlays-in-one-buffer)
10618 (ediff-set-fine-diff-properties-in-one-buffer): Don't mess with
10619 overlay priorities.
10620
10621 2014-04-11 Feng Li <fengli@gmail.com> (tiny change)
10622
10623 * progmodes/pascal.el (pascal-font-lock-keywords): Fix incorrect format
10624 entry; use symbol boundaries to avoid mis-matches.
10625
10626 2014-04-11 Michael Albinus <michael.albinus@gmx.de>
10627
10628 * net/tramp.el (tramp-file-name-handler)
10629 (tramp-completion-file-name-handler): Avoid recursive loading.
10630
10631 * net/tramp-sh.el (tramp-make-copy-program-file-name):
10632 Quote result also locally.
10633
10634 2014-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10635
10636 * emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):
10637 Remove left-over code.
10638
10639 * newcomment.el (comment-indent-new-line): Sink code where it's used.
10640 Reuse the previous comment's indentation unconditionally if it's on its
10641 own line.
10642
10643 2014-04-09 Daniel Colascione <dancol@dancol.org>
10644
10645 * emacs-lisp/lisp.el (backward-up-list): Add `escape-strings',
10646 `no-syntax-crossing' arguments. Forward to `up-list'.
10647 (up-list): Add `escape-strings', `no-syntax-crossing' arguments.
10648 Implement logic for escaping from strings. Use narrowing to deal
10649 with corner cases.
10650
10651 2014-04-09 Leo Liu <sdl.web@gmail.com>
10652
10653 * net/rcirc.el (rcirc-connection-info): New variable.
10654 (rcirc-connect): Use it to store connection info.
10655 (rcirc-buffer-process): Avoid get-buffer-process which returns nil
10656 for killed process.
10657 (rcirc-cmd-reconnect): New command. (Bug#17045)
10658 (rcirc-mode, set-rcirc-encode-coding-system)
10659 (set-rcirc-decode-coding-system, rcirc-connect): Use setq-local.
10660
10661 2014-04-09 Daniel Colascione <dancol@dancol.org>
10662
10663 * emacs-lisp/cl-indent.el: Add comment claiming
10664 facility is also good for elisp.
10665 (lisp-indent-find-method): New function.
10666 (common-lisp-indent-function): Recognize cl-loop.
10667 (common-lisp-indent-function-1): Recognize cl constructs; use
10668 `lisp-indent-find-method' instead of `get' directly.
10669 (if): Use else-body style for elisp.
10670
10671 2014-04-09 Dmitry Gutov <dgutov@yandex.ru>
10672
10673 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
10674 Module methods. (Bug#17216)
10675
10676 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10677
10678 * help.el (describe-bindings): Fix buffer handling (bug#17210).
10679 (describe-bindings-internal): Mark obsolete.
10680
10681 2014-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10682
10683 * subr.el (with-silent-modifications): Don't bind deactivate-mark,
10684 buffer-file-name, and buffer-file-truename any more.
10685
10686 2014-04-08 Leo Liu <sdl.web@gmail.com>
10687
10688 Use lexical-binding and require cl-lib.
10689 * net/rcirc.el (rcirc, rcirc-handler-ctcp-KEEPALIVE)
10690 (rcirc-handler-generic, rcirc-fill-paragraph)
10691 (rcirc-format-response-string, rcirc-target-buffer)
10692 (rcirc-last-line, rcirc-record-activity, rcirc-split-activity)
10693 (rcirc-activity-string, rcirc-make-trees, rcirc-cmd-ctcp)
10694 (rcirc-ctcp-sender-PING, rcirc-browse-url)
10695 (rcirc-markup-timestamp, rcirc-markup-attributes)
10696 (rcirc-markup-my-nick, rcirc-markup-urls)
10697 (rcirc-markup-bright-nicks, rcirc-markup-fill)
10698 (rcirc-check-auth-status, rcirc-handler-WALLOPS)
10699 (rcirc-handler-JOIN, rcirc-handler-PART-or-KICK)
10700 (rcirc-handler-PART, rcirc-handler-KICK, rcirc-handler-QUIT)
10701 (rcirc-handler-NICK, rcirc-handler-PING, rcirc-handler-PONG)
10702 (rcirc-handler-TOPIC, rcirc-handler-301, rcirc-handler-317)
10703 (rcirc-handler-332, rcirc-handler-333, rcirc-handler-477)
10704 (rcirc-handler-MODE, rcirc-handler-353, rcirc-handler-366)
10705 (rcirc-authenticate, rcirc-handler-INVITE, rcirc-handler-ERROR)
10706 (rcirc-handler-ctcp-VERSION, rcirc-handler-ctcp-TIME)
10707 (rcirc-handler-CTCP-response): Fix unused arguments warnings and
10708 use cl-lib.
10709
10710 2014-04-07 João Távora <joaotavora@gmail.com>
10711
10712 * elec-pair.el (electric-pair--syntax-ppss):
10713 When inside comments parse from comment beginning.
10714 (electric-pair--balance-info): Fix typo in comment.
10715 (electric-pair--in-unterminated-string-p): Delete.
10716 (electric-pair--unbalanced-strings-p): New function.
10717 (electric-pair-string-bound-function): New var.
10718 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
10719 according to `electric-pair--in-unterminated-string-p'
10720
10721 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
10722 Inhibit quote pairing if point-max is inside an unterminated string.
10723 (electric-pair--looking-at-unterminated-string-p): Delete.
10724 (electric-pair--in-unterminated-string-p): New function.
10725
10726 2014-04-07 Glenn Morris <rgm@gnu.org>
10727
10728 * shell.el (shell-directory-tracker):
10729 Go back to just ignoring failures. (Bug#17159)
10730
10731 2014-04-07 João Távora <joaotavora@gmail.com>
10732
10733 Fix `electric-pair-delete-adjacent-pairs' in modes binding
10734 backspace. (Bug#16981)
10735 * elec-pair.el (electric-pair-backward-delete-char): Delete.
10736 (electric-pair-backward-delete-char-untabify): Delete.
10737 (electric-pair-mode-map): Bind backspace to a menu item filtering
10738 a new `electric-pair-delete-pair' command.
10739 (electric-pair-delete-pair): New command.
10740
10741 * progmodes/python.el (python-electric-pair-string-delimiter):
10742 Fix triple-quoting electricity. (Bug#17192)
10743
10744 * elec-pair.el (electric-pair-post-self-insert-function):
10745 Don't skip whitespace when `electric-pair-text-pairs' and
10746 `electric-pair-pairs' were used. syntax to
10747 electric-pair--skip-whitespace. (Bug#17183)
10748
10749 2014-04-07 Eli Zaretskii <eliz@gnu.org>
10750
10751 * leim/quail/ipa.el (ipa-x-sampa): Fix the character produced for
10752 "<F>". (Bug#17199)
10753
10754 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10755
10756 * mpc.el (mpc--status-timer-run): Disable timer if not displayed.
10757 (mpc--status-idle-timer-run): Use mpc--status-timer-run.
10758
10759 2014-04-07 Glenn Morris <rgm@gnu.org>
10760
10761 * help.el (view-lossage): Doc tweak.
10762
10763 2014-04-07 Matthias Dahl <ml_emacs-lists@binary-island.eu>
10764
10765 * faces.el (face-spec-recalc): Call make-face-x-resource-internal
10766 only when inhibit-x-resources is nil, and do that earlier in the
10767 function. Doc fix. (Bug#16694)
10768 (face-spec-choose): Accept additional optional argument, whose
10769 value is returned if no matching attributes are found.
10770 (face-spec-recalc): Use the new optional argument when calling
10771 face-spec-choose. (Bug#16378)
10772 (make-face-x-resource-internal): Do nothing when
10773 inhibit-x-resources is non-nil. Don't touch the default face if
10774 reversed video is given--as was done in previous versions of Emacs.
10775 (face-set-after-frame-default): Don't call
10776 make-face-x-resource-internal here. (Bug#16434)
10777
10778 2014-04-07 Tassilo Horn <tsdh@gnu.org>
10779
10780 * doc-view.el (doc-view-bookmark-jump):
10781 Use `bookmark-after-jump-hook' to jump to the right page after the
10782 buffer is shown in a window. (bug#16090)
10783
10784 2014-04-07 Eli Zaretskii <eliz@gnu.org>
10785
10786 * international/characters.el (mirroring): Fix last change:
10787 instead of loading uni-mirrored.el explicitly, do that implicitly
10788 by creating the 'mirroring' uniprop table. This avoids announcing
10789 the loading of uni-mirrored.el.
10790
10791 2014-04-07 Glenn Morris <rgm@gnu.org>
10792
10793 * files.el (buffer-stale--default-function)
10794 (buffer-stale-function, revert-buffer--default):
10795 * autorevert.el (auto-revert-buffers): Doc tweaks.
10796
10797 2014-04-07 Eli Zaretskii <eliz@gnu.org>
10798
10799 * international/characters.el: Preload uni-mirrored.el. (Bug#17169)
10800
10801 2014-04-07 Glenn Morris <rgm@gnu.org>
10802
10803 * files.el (make-backup-file-name-function)
10804 (make-backup-file-name, make-backup-file-name--default-function)
10805 (make-backup-file-name-1, find-backup-file-name)
10806 (revert-buffer-function, revert-buffer-insert-file-contents-function)
10807 (buffer-stale--default-function, buffer-stale-function)
10808 (before-revert-hook, after-revert-hook, revert-buffer-in-progress-p)
10809 (revert-buffer, revert-buffer--default)
10810 (revert-buffer-insert-file-contents--default-function):
10811 Doc fixes related to defaults no longer being nil.
10812 (make-backup-file-name-function): Bump :version.
10813 Restore nil as a valid but deprecated custom type.
10814
10815 2014-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10816
10817 * progmodes/perl-mode.el (perl-syntax-propertize-function):
10818 Handle $' used as a variable (bug#17174).
10819
10820 * progmodes/perl-mode.el (perl-indent-new-calculate):
10821 Handle forward-sexp failure (bug#16985).
10822 (perl-syntax-propertize-function): Add "foreach" and "for" statement
10823 modifiers introducing expressions (bug#17116).
10824
10825 2014-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
10826
10827 * dired-aux.el (dired-file-set-difference): Use lexical-scoping.
10828
10829 2014-04-05 Leo Liu <sdl.web@gmail.com>
10830
10831 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
10832 Add define-compilation-mode.
10833
10834 2014-04-04 João Távora <joaotavora@gmail.com>
10835
10836 * elec-pair.el (electric-pair--syntax-ppss): When inside comments
10837 parse from comment beginning.
10838 (electric-pair--balance-info): Fix typo in comment.
10839 (electric-pair--in-unterminated-string-p): Delete.
10840 (electric-pair--unbalanced-strings-p): New function.
10841 (electric-pair-string-bound-function): New var.
10842 (electric-pair-inhibit-if-helps-balance): Decide quote pairing
10843 according to `electric-pair--in-unterminated-string-p'.
10844
10845 2014-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10846
10847 * textmodes/reftex-parse.el (reftex--index-tags): Rename `index-tags'.
10848 Move declaration before first use.
10849 (reftex-move-to-next-arg): Silence compiler warning.
10850
10851 2014-04-04 Joost Kremers <joostkremers@fastmail.fm> (tiny change)
10852
10853 * textmodes/reftex-toc.el (reftex-toc, reftex-re-enlarge):
10854 Use `window-total-width' instead of `window-width'.
10855
10856 2014-04-03 Daniel Colascione <dancol@dancol.org>
10857
10858 * subr.el (set-transient-map): Remove rms's workaround entirely;
10859 use new `suspicious-object' subr to mark our lambda for closer
10860 scrutiny during gc.
10861
10862 2014-04-02 Richard Stallman <rms@gnu.org>
10863
10864 * subr.el (set-transient-map): Comment out previous change.
10865
10866 2014-04-02 Glenn Morris <rgm@gnu.org>
10867
10868 * menu-bar.el (menu-bar-file-menu):
10869 * vc/ediff.el (ediff-current-file):
10870 Update for revert-buffer-function no longer being nil by default.
10871
10872 * simple.el (command-execute): Respect nil disabled-command-function.
10873
10874 2014-04-02 Nicolas Richard <theonewiththeevillook@yahoo.fr>
10875
10876 * simple.el (command-execute): Do not execute the command when it
10877 is disabled; fixes thinko in 2013-02-20 conversion from C. (Bug#17151)
10878
10879 2014-04-02 Juri Linkov <juri@jurta.org>
10880
10881 * dired-aux.el (dired-compress-file): Don't use string-match-p
10882 because its match data is used afterwards.
10883
10884 2014-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
10885
10886 * emacs-lisp/package.el (package-built-in-p): Treat a min-version of
10887 0 like nil.
10888
10889 2014-04-02 João Távora <joaotavora@gmail.com>
10890
10891 * elec-pair.el (electric-pair-inhibit-if-helps-balance):
10892 Inhibit quote pairing if point-max is inside an unterminated string.
10893 (electric-pair--looking-at-unterminated-string-p):
10894 Delete.
10895 (electric-pair--in-unterminated-string-p): New function.
10896
10897 2014-04-01 Daniel Colascione <dancol@dancol.org>
10898
10899 * minibuffer.el (minibuffer-complete): Prevent assertion failure
10900 when trying to complete the prompt.
10901
10902 2014-03-31 Leo Liu <sdl.web@gmail.com>
10903
10904 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
10905 Refactor out eldoc-documentation-function-default.
10906 (eldoc-documentation-function-default): New function.
10907 (eldoc-documentation-function): Change value.
10908
10909 2014-03-31 Glenn Morris <rgm@gnu.org>
10910
10911 * simple.el (cycle-spacing--context, cycle-spacing): Doc tweaks.
10912
10913 * progmodes/vhdl-mode.el (vhdl-speedbar-select-mra)
10914 (vhdl-compose-components-package, vhdl-compose-configuration):
10915 Abbreviate default-directory (missing from some previous upstream sync).
10916
10917 2014-03-31 Reto Zimmermann <reto@gnu.org>
10918
10919 Sync with upstream vhdl mode v3.35.2.
10920 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
10921 (top-level): No longer require assoc.
10922 (vhdl-asort, vhdl-anot-head-p, vhdl-aput, vhdl-adelete, vhdl-aget):
10923 New functions. Use throughout to replace aget etc.
10924 (vhdl-aput-delete-if-nil): Rename from vhdl-aput.
10925 (vhdl-update-file-contents): Update for vhdl-aput-delete-if-nil rename.
10926 (vhdl-template-replace-header-keywords): Fix bug for "<title string>".
10927 (vhdl-compile-init): Do not initialize regexps for Emacs 22+.
10928 (vhdl-error-regexp-emacs-alist): Remove regexps from all compilers
10929 except `vhdl-compiler'.
10930 (vhdl-error-regexp-add-emacs): Remove all other compilers,
10931 when appropriate.
10932
10933 2014-03-31 Glenn Morris <rgm@gnu.org>
10934
10935 * progmodes/vhdl-mode.el (vhdl-expand-abbrev, vhdl-expand-paren):
10936 Revert 2014-03-26 merge goof; go back to using defalias.
10937
10938 2014-03-30 Daniel Colascione <dancol@dancol.org>
10939
10940 * comint.el (comint-send-input):
10941 Deactivate completion-in-region-mode before we send comint input.
10942 (Bug#17139).
10943
10944 * simple.el (keyboard-quit): Deactivate completion-in-region-mode
10945 on keyboard-quit.
10946
10947 2014-03-29 Glenn Morris <rgm@gnu.org>
10948
10949 * textmodes/reftex.el: Manage most autoloads automatically.
10950 * textmodes/reftex-auc.el, textmodes/reftex-cite.el:
10951 * textmodes/reftex-dcr.el, textmodes/reftex-global.el:
10952 * textmodes/reftex-index.el, textmodes/reftex-parse.el:
10953 * textmodes/reftex-ref.el, textmodes/reftex-sel.el:
10954 * textmodes/reftex-toc.el: Set generated-autoload-file,
10955 and add autoload cookies for reftex.el.
10956 * Makefile.in (AUTOGEN_VCS): Add textmodes/reftex.el.
10957
10958 2014-03-28 Glenn Morris <rgm@gnu.org>
10959
10960 * cus-start.el (report-emacs-bug-address): Set custom properties.
10961 * mail/emacsbug.el (report-emacs-bug-address):
10962 Variable is now defined in emacs.c.
10963
10964 * mail/emacsbug.el (report-emacs-bug):
10965 Include system-configuration-features.
10966
10967 2014-03-28 Michal Nazarewicz <mina86@mina86.com>
10968
10969 * simple.el (cycle-spacing): Never delete spaces on first run by
10970 default, but do so in a new 'fast mode and if there are already
10971 N spaces (the previous behavior).
10972 Compare N with its value in previous invocation so that changing
10973 prefix argument restarts `cycle-spacing' sequence.
10974 The idea is that with this change, binding M-SPC to
10975 `cycle-spacing' should not introduce any changes in behavior of
10976 the binding so long as users do not type M-SPC twice in a raw with
10977 the same prefix argument or lack thereof.
10978
10979 2014-03-28 Glenn Morris <rgm@gnu.org>
10980
10981 * faces.el (term-file-aliases): New variable.
10982 (tty-run-terminal-initialization): Respect term-file-aliases.
10983 * term/apollo.el, term/vt102.el, term/vt125.el, term/vt201.el:
10984 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el:
10985 * term/vt400.el, term/vt420.el: Remove files, replaced by aliases.
10986
10987 2014-03-27 Glenn Morris <rgm@gnu.org>
10988
10989 * startup.el (inhibit-startup-hooks): Doc tweak.
10990 (normal-top-level): Simplify running of hooks.
10991 For window-setup-hook, respect inhibit-startup-hooks.
10992 (command-line-1): Don't set window-setup-hook to nil.
10993
10994 Allow selective autoloading from obsolete/ directory.
10995 * Makefile.in (obsolete-autoloads): New rule.
10996 (autoloads): Run obsolete-autoloads.
10997 * obsolete/iswitchb.el (iswitchb-mode): Use obsolete-autoload.
10998 * simple.el (iswitchb-mode): Remove hand-written autoloads.
10999
11000 2014-03-27 Dmitry Gutov <dgutov@yandex.ru>
11001
11002 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11003 Highlight special globals with font-lock-builtin-face. (Bug#17057)
11004
11005 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
11006 Don't propertize `?' or `!' as symbol constituent when after
11007 colon. (Bug#17097)
11008
11009 2014-03-27 Juanma Barranquero <lekktu@gmail.com>
11010
11011 * frameset.el (frameset--restore-frame): Remove workaround for bug#14795
11012 which is no longer needed and causes trouble in GTK builds (bug#17046).
11013
11014 * emacs-lisp/package-x.el (package--archive-contents-from-url):
11015 Use url-insert-file-contents; package-handle-response no longer exists.
11016
11017 2014-03-26 Daniel Colascione <dancol@dancol.org>
11018
11019 * simple.el (process-menu-mode-map): New variable.
11020 (process-menu-delete-process): New command.
11021
11022 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
11023
11024 * emacs-lisp/package.el: Fix bug#16733 (again).
11025 (url-http-parse-response, url-http-end-of-headers, url-recreate-url)
11026 (url-http-target-url): Remove unused declarations.
11027 (package-handle-response): Remove.
11028 (package--with-work-buffer): Use url-insert-file-contents and simplify.
11029 (package--download-one-archive): Use current-buffer instead of
11030 dynamic binding of `buffer'.
11031 (describe-package-1): Do not decode readme-string.
11032
11033 2014-03-26 Michael Albinus <michael.albinus@gmx.de>
11034
11035 * net/tramp.el (tramp-methods, tramp-connection-timeout): Fix docstring.
11036
11037 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Revert change
11038 from 2014-03-07, it decreases performance unnecessarily. Let-bind
11039 `remote-file-name-inhibit-cache' to nil in the second pass.
11040 (tramp-find-executable): Do not call "which" on SunOS.
11041 (tramp-send-command-and-check): Fix docstring.
11042 (tramp-do-copy-or-rename-file-directly): In the `rename' case,
11043 check whether source directory has set the sticky bit.
11044
11045 2014-03-26 Barry O'Reilly <gundaetiapo@gmail.com>
11046
11047 * simple.el (primitive-undo): Only process marker adjustments
11048 validated against their corresponding (TEXT . POS). Issue warning
11049 for lone marker adjustments in undo history. (Bug#16818)
11050 (undo-make-selective-list): Add marker adjustments to selective
11051 undo list based on whether their corresponding (TEXT . POS) is in
11052 the region. Remove variable adjusted-markers, which was unused
11053 and only non nil during undo-make-selective-list.
11054 (undo-elt-in-region): Return nil when passed a marker adjustment
11055 and explain in function doc.
11056
11057 2014-03-26 Nicolas Richard <theonewiththeevillook@yahoo.fr>
11058
11059 * align.el (align-region): Do not fail when end-mark is nil (bug#17088).
11060
11061 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
11062
11063 * progmodes/ruby-mode.el (ruby-expression-expansion-re):
11064 Match special global variables without curlies, too.
11065 (ruby-font-lock-keywords): Simplify the matcher for special global
11066 variables. Don't require a non-word character after the variable.
11067 (Bug#17057)
11068
11069 2014-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11070
11071 * simple.el (redisplay-highlight-region-function): Increase priority of
11072 overlay to make sure boundaries are visible (bug#15899).
11073
11074 2014-03-26 Juanma Barranquero <lekktu@gmail.com>
11075
11076 * frameset.el (frameset--initial-params): Fix typo in parameter name.
11077 (frameset-restore): Compare display strings with equal.
11078
11079 * frame.el (make-frame): Don't quote display name in error message,
11080 it is already a string.
11081
11082 2014-03-26 Thierry Volpiatto <thierry.volpiatto@gmail.com>
11083
11084 * net/tramp.el (tramp-read-passwd): Suspend the timers while reading
11085 the password.
11086
11087 2014-03-26 Dmitry Gutov <dgutov@yandex.ru>
11088
11089 * emacs-lisp/package.el (package--add-to-archive-contents):
11090 Include already installed and built-in packages in
11091 `package-archive-contents'.
11092 (package-install): Don't include already installed packages in the
11093 options during interactive invocation. (Bug#16762)
11094 (package-show-package-list): If the buffer is already displayed in
11095 another window, switch to that window.
11096
11097 2014-03-26 Reto Zimmermann <reto@gnu.org>
11098
11099 Sync with upstream vhdl mode v3.35.1.
11100 * progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update.
11101 (vhdl-compiler-alist): Doc fix.
11102 (vhdl-goto-line): Remove.
11103 (vhdl-mode-abbrev-table-init): Add XEmacs compat.
11104 (vhdl-mode) <paragraph-start>: Fix value.
11105 (vhdl-fix-statement-region): Not `for' in wait-statement.
11106 (vhdl-beautify-region): Also (un)tabify.
11107 (vhdl-get-visible-signals):
11108 Scan declarative part of generate statements.
11109 (vhdl-template-record): Fix indentation for record type declaration.
11110 (vhdl-expand-abbrev, vhdl-expand-paren):
11111 Revert to using fset again rather than defalias.
11112 (vhdl-scan-directory-contents): Tweak.
11113 (vhdl-speedbar-find-file, vhdl-speedbar-port-copy)
11114 (vhdl-compose-components-package):
11115 Replace vhdl-goto-line with forward-line.
11116 (top-level): Tweak speedbar frame selection.
11117 (vhdl-generate-makefile-1): Support for compilers with no
11118 unit-to-file name mapping (create directory with dummy files).
11119
11120 2014-03-26 Wilson Snyder <wsnyder@wsnyder.org>
11121
11122 Sync with upstream verilog-mode revision 702457d.
11123 * progmodes/verilog-mode.el (verilog-mode-version): Update.
11124 (create-lockfiles): Declare.
11125 (verilog-read-decls): Fix module header imports, bug709.
11126 Reported by Victor Lau.
11127 Fix parsing 'var' in AUTOs, msg1294. Reported by Dominique Chen.
11128 (verilog-auto-inout-module): Fix AUTOINOUTMODULE not inserting
11129 interface-only modules, bug721. Reported by Dean Hoyt.
11130
11131 2014-03-26 Glenn Morris <rgm@gnu.org>
11132
11133 * obsolete/gulp.el: Move here from emacs-lisp/.
11134
11135 * files.el (lock-buffer, unlock-buffer, file-locked-p):
11136 Remove fallback aliases, since they are always defined now.
11137
11138 2014-03-24 Daniel Colascione <dancol@dancol.org>
11139
11140 * emacs-lisp/cl-macs.el (cl--do-arglist): Use `plist-member'
11141 instead of cl-loop search function.
11142
11143 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
11144
11145 * calendar/parse-time.el (parse-time-iso8601-regexp)
11146 (parse-iso8601-time-string): Copy from `url-dav' so that we can use
11147 it more generally.
11148
11149 2014-03-23 Lars Ingebrigtsen <larsi@gnus.org>
11150
11151 * net/dns.el (network-interface-list): Define for XEmacs.
11152
11153 2014-03-23 Magnus Henoch <magnus.henoch@gmail.com>
11154
11155 * net/dns.el (dns-servers-up-to-date-p): New function to see whether
11156 the network interfaces changed.
11157 (dns-query): Use it to flush the data.
11158
11159 2014-03-23 Juanma Barranquero <lekktu@gmail.com>
11160
11161 * vc/vc.el (vc-rollback): Use set-buffer-modified-p.
11162
11163 2014-03-23 Daniel Colascione <dancol@dancol.org>
11164
11165 Change subword-mode to use `find-word-boundary-function-table' and
11166 replace `capitalized-words-mode'. Also, convert to lexical binding.
11167 * progmodes/cap-words.el: Delete now-obsolete file.
11168 * progmodes/subword.el: Reimplement using
11169 `find-word-boundary-function-table'.
11170 (subword-mode-map): Hollow out.
11171 (capitalized-words-mode): Define as obsolete alias for
11172 `subword-mode'.
11173 (subword-mode, superword-mode): Tweak documentation to reflect new
11174 implementation; call `subword-setup-buffer'.
11175 (subword-forward, subword-capitalize): Add underscore to indicate
11176 unused variable.
11177 (subword-find-word-boundary-function-table): New constant.
11178 (subword-empty-char-table): New constant.
11179 (subword-setup-buffer): New function.
11180 (subword-find-word-boundary): New function.
11181
11182 2014-03-23 Daniel Colascione <dancol@dancol.org>
11183
11184 * emacs-lisp/cl-macs.el (cl--do-arglist): Use a little `cl-loop'
11185 list to look for keyword arguments instead of `memq', fixing
11186 (Bug#3647) --- unfortunately, only for freshly-compiled code.
11187 Please make bootstrap.
11188
11189 2014-03-22 Glenn Morris <rgm@gnu.org>
11190
11191 * dired.el (dired-read-regexp): Make obsolete.
11192 (dired-mark-files-regexp, dired-mark-files-containing-regexp)
11193 (dired-flag-files-regexp):
11194 * dired-aux.el (dired-mark-read-regexp):
11195 * dired-x.el (dired-mark-unmarked-files): Use read-regexp directly.
11196
11197 * startup.el (fancy-startup-text):
11198 * help.el (describe-gnu-project): Visit online info about GNU project.
11199
11200 * help-fns.el (help-fns--interactive-only): New function.
11201 (help-fns-describe-function-functions): Add the above function.
11202 * simple.el (beginning-of-buffer, end-of-buffer, insert-buffer)
11203 (next-line, previous-line): Remove hand-written interactive-only
11204 information from doc strings, it is auto-generated now.
11205 * bookmark.el (bookmark-write):
11206 * epa-mail.el (epa-mail-decrypt, epa-mail-verify, epa-mail-sign)
11207 (epa-mail-import-keys): Mark interactive-only,
11208 and remove hand-written interactive-only information from doc strings.
11209 * epa.el (epa-decrypt-armor-in-region, epa-verify-region)
11210 (epa-verify-cleartext-in-region, epa-sign-region, epa-encrypt-region):
11211 * files.el (not-modified):
11212 * simple.el (mark-whole-buffer): Mark interactive-only.
11213
11214 * emacs-lisp/byte-run.el (defun-declarations-alist):
11215 Add interactive-only. Doc tweak.
11216 (macro-declarations-alist): Doc tweak.
11217 * subr.el (declare): Doc tweak (add xref to manual).
11218 * comint.el (comint-run):
11219 * files.el (insert-file-literally, insert-file):
11220 * replace.el (replace-string, replace-regexp):
11221 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
11222 (delete-forward-char, goto-line, insert-buffer, next-line)
11223 (previous-line): Set interactive-only via declare.
11224
11225 2014-03-22 Dmitry Gutov <dgutov@yandex.ru>
11226
11227 * emacs-lisp/package.el (package-desc): Use the contents of the
11228 quoted form, not its cdr. (Bug#16873)
11229
11230 2014-03-22 Juanma Barranquero <lekktu@gmail.com>
11231
11232 * w32-common-fns.el (x-selection-owner-p): Add empty docstring for the
11233 benefit of doc.c; change parameter profile to match the X function.
11234
11235 2014-03-22 Leo Liu <sdl.web@gmail.com>
11236
11237 * help.el (temp-buffer-setup-hook): Remove help-mode-setup.
11238 (temp-buffer-show-hook): Remove help-mode-finish. (Bug#16038)
11239
11240 2014-03-21 Richard Stallman <rms@gnu.org>
11241
11242 * battery.el (battery-linux-sysfs): Search for each field
11243 from the beginning of the buffer.
11244
11245 * subr.el (set-transient-map): Clear out function and value
11246 of the temporary symbol when we're done with it.
11247
11248 * mail/rmailsum.el (rmail-summary-delete-forward):
11249 Optimize case of reaching end and handling count.
11250 (rmail-summary-mark-deleted): Optimize when N is current msg.
11251 Don't create new summary line.
11252 (rmail-summary-undelete): Pass arg to rmail-undelete-previous-message.
11253 (rmail-summary-undelete-many): Rewrite for speed.
11254 (rmail-summary-msg-number): New function.
11255
11256 * mail/rmail.el (rmail-delete-message): Update summary.
11257 (rmail-undelete-previous-message): Handle repeat count arg.
11258 (rmail-delete-backward, rmail-delete-forward): Likewise.
11259
11260 2014-03-21 Daniel Colascione <dancol@dancol.org>
11261
11262 * mail/emacsbug.el (report-emacs-bug): Include memory usage
11263 information in bug reports.
11264
11265 2014-03-21 Michael Albinus <michael.albinus@gmx.de>
11266
11267 * net/tramp.el (tramp-methods): Add docstring for `tramp-login-env'
11268 and `tramp-copy-env'.
11269
11270 * net/tramp-sh.el (tramp-methods) <sudo>: Add `tramp-login-env'.
11271 (tramp-maybe-open-connection): Handle `tramp-login-env'.
11272
11273 2014-03-21 Glenn Morris <rgm@gnu.org>
11274
11275 * electric.el (electric-indent-post-self-insert-function): Add doc.
11276
11277 2014-03-21 Dmitry Gutov <dgutov@yandex.ru>
11278
11279 * emacs-lisp/package.el (package-compute-transaction):
11280 Use `version-list-<=' to compare the requirement version against
11281 the version of package already to be installed. Update the error
11282 message. (Bug#16826)
11283
11284 * progmodes/ruby-mode.el (ruby-smie-rules):
11285 Add indentation rule for ` @ '. (Bug#17050)
11286
11287 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
11288
11289 * align.el (align-regexp): Remove superfluous backslash.
11290
11291 * ffap.el (ffap-ftp-default-user, ffap-url-regexp)
11292 (ffap-pass-wildcards-to-dired, dired-at-point-require-prefix)
11293 (ffap-rfc-path, ffap-ftp-sans-slash-regexp, ffap-menu-regexp):
11294 Fix docstring typos.
11295 (ffap-next): Use C-u in docstring.
11296 (ffap-machine-p, ffap-list-env, ffap-alist, ffap-alist)
11297 (ffap-string-at-point-mode-alist, ffap-menu, ffap-menu-ask):
11298 Remove superfluous backslashes.
11299 (ffap-string-at-point): Reflow docstring.
11300
11301 * server.el (server-host): Reflow docstring.
11302 (server-unload-function): Fix docstring typo.
11303 (server-eval-at): Remove superfluous backslash.
11304
11305 * skeleton.el (skeleton-insert): Remove superfluous backslash.
11306 (skeleton-insert): Doc fix.
11307 (skeleton-insert): Reflow docstring.
11308
11309 * term/tty-colors.el (tty-color-alist, tty-modify-color-alist)
11310 (tty-color-approximate, tty-color-by-index, tty-color-values)
11311 (tty-color-desc): Remove superfluous backslashes.
11312
11313 2014-03-21 Glenn Morris <rgm@gnu.org>
11314
11315 * cus-start.el (history-length): Bump :version.
11316
11317 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
11318 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
11319 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
11320 Don't set `make-backup-files'.
11321
11322 * info.el (info--prettify-description): New function,
11323 to give info-finder descriptions consistent case, punctuation.
11324 (Info-finder-find-node): Use it. Sort packages.
11325 Refer to "description" rather than "commentary".
11326
11327 2014-03-21 Juanma Barranquero <lekktu@gmail.com>
11328
11329 * frameset.el (frameset--print-register): New function.
11330 (frameset-to-register): Use it.
11331
11332 2014-03-20 Juanma Barranquero <lekktu@gmail.com>
11333
11334 * progmodes/hideif.el (hif-string-to-number): New function.
11335 (hif-tokenize): Use it to understand non-decimal floats.
11336
11337 * emacs-lisp/cl-extra.el (cl--map-overlays): Remove obsolete code.
11338
11339 * skeleton.el (skeleton-autowrap): Mark as obsolete. Doc fix.
11340
11341 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11342
11343 * electric.el (electric-newline-and-maybe-indent): New command.
11344 Bind it globally to C-j.
11345 (electric-indent-mode): Don't mess with the global map any more.
11346 Don't drop the post-self-insert-hook is some buffer is still using it
11347 (bug#16770).
11348
11349 * bindings.el (global-map): Remove C-j binding.
11350
11351 * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find
11352 the docstring of functions advised before dumping (bug#16993).
11353
11354 2014-03-19 Stefan-W. Hahn <stefan.hahn@s-hahn.de> (tiny change)
11355
11356 * ps-print.el (ps-generate-postscript-with-faces):
11357 Explicitly deactivate the mark (bug#16866).
11358 * simple.el (deactivate-mark): Update region highlight.
11359
11360 2014-03-19 Juanma Barranquero <lekktu@gmail.com>
11361
11362 * emacs-lisp/package.el (describe-package-1):
11363 Decode commentary (bug#16733).
11364
11365 2014-03-18 Juanma Barranquero <lekktu@gmail.com>
11366
11367 * custom.el (defcustom): Doc fix: recommend avoiding destructive
11368 modification of the value argument of :set (bug#16755).
11369
11370 2014-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
11371
11372 * simple.el (newline-and-indent): Do autofill (bug#17031).
11373
11374 2014-03-18 Dmitry Gutov <dgutov@yandex.ru>
11375
11376 * newcomment.el (comment-normalize-vars): Only add escaping check
11377 to `comment-start-skip' if not `comment-use-syntax'. (Bug#16971)
11378 (comment-beginning): Use `narrow-to-region' instead of moving back
11379 one character.
11380 (http://lists.gnu.org/archive/html/emacs-devel/2014-03/msg00488.html)
11381 (comment-start-skip): Update the docstring.
11382
11383 2014-03-18 Richard Stallman <rms@gnu.org>
11384
11385 * dired.el (dired-display-file): Force use of other window.
11386
11387 2014-03-18 Daniel Colascione <dancol@dancol.org>
11388
11389 * startup.el (tty-handle-args): Remove debug message from 2007.
11390
11391 2014-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11392
11393 * emacs-lisp/nadvice.el (advice--interactive-form): New function.
11394 (advice--make-interactive-form): Use it to avoid (auto)loading function.
11395 (advice--make-1, advice-add, advice-remove):
11396 Remove braindead :advice-pending hack.
11397
11398 2014-03-17 Glenn Morris <rgm@gnu.org>
11399
11400 * calendar/calendar.el (calendar-generate-month): Apply weekend
11401 face to the right days; fixes 2013-08-06 change. (Bug#17028)
11402
11403 2014-03-17 Michael Albinus <michael.albinus@gmx.de>
11404
11405 * net/tramp.el (tramp-action-out-of-band): Read pending output.
11406 (tramp-call-process): Trace also DESTINATION.
11407
11408 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band):
11409 Quote file names when they are local. Remove superfluous trace.
11410
11411 2014-03-17 Dmitry Gutov <dgutov@yandex.ru>
11412
11413 * newcomment.el (comment-beginning): If `comment-start-skip'
11414 doesn't match, move back one char and try again. (Bug#16971)
11415
11416 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11417 Set `comment-use-syntax' to t to avoid the unnecessary runtime check.
11418 Set `comment-start-skip' to a simpler value that doesn't try to
11419 check if the semicolon is escaped (this is handled by
11420 `syntax-ppss' now). (Bug#16971)
11421
11422 * progmodes/scheme.el (scheme-mode-variables): Same.
11423
11424 2014-03-16 Martin Rudalics <rudalics@gmx.at>
11425
11426 Fix behavior of with-temp-buffer-window (Bug#16816, Bug#17007).
11427 * window.el (with-temp-buffer-window): Don't make BUFFER-OR-NAME
11428 current (Bug#16816, Bug#17007).
11429 (with-current-buffer-window): New macro doing the same as
11430 `with-temp-buffer-window' but with BUFFER-OR-NAME current.
11431 * help.el (help-print-return-message): Warn in doc-string to not
11432 use this in `with-help-window'.
11433 (describe-bindings-internal): Call `describe-buffer-bindings'
11434 from within help buffer. See Juanma's scenario in (Bug#16816).
11435 (with-help-window): Update doc-string.
11436 * dired.el (dired-mark-pop-up):
11437 * files.el (save-buffers-kill-emacs):
11438 * register.el (register-preview): Use `with-current-buffer-window'
11439 instead of `with-temp-buffer-window'.
11440
11441 2014-03-16 Juanma Barranquero <lekktu@gmail.com>
11442
11443 * textmodes/rst.el (rst-arabic-to-roman, rst-roman-to-arabic):
11444 Implement inserting into current buffer, documented in their docstrings.
11445 (rst-define-key, rst-compare-adornments, rst-insert-list-new-item)
11446 (rst-section-tree-point, rst-forward-section, rst-indent)
11447 (rst-compute-tabs, rst-font-lock-find-unindented-line-end)
11448 (rst-font-lock-find-unindented-line-limit, rst-adornment-level)
11449 (rst-font-lock-handle-adornment-pre-match-form)
11450 (rst-repeat-last-character): Reflow docstrings.
11451 (rst-preferred-adornments, rst-update-section, rst-find-title-line)
11452 (rst-adjust-adornment-work, rst-initial-items, rst-insert-list)
11453 (rst-toc-insert-style, rst-toc-insert-node, rst-goto-section)
11454 (rst-compile, rst-imenu-convert-cell, rst-imenu-create-index):
11455 Fix docstring typos.
11456 (rst-all-sections, rst-section-hierarchy, rst-adjust): Doc fixes.
11457 (rst-uncomment-region, rst-font-lock-find-unindented-line-match)
11458 (rst-font-lock-handle-adornment-matcher): Mark unused arguments.
11459
11460 2014-03-15 Juanma Barranquero <lekktu@gmail.com>
11461
11462 * term/ns-win.el (x-command-line-resources): Rename from ns-... version,
11463 for compatibility with other ports.
11464 (ns-initialize-window-system): Use it. It is set in term/common-win.el
11465 from the -xrm command line argument, but in the Nextstep port its value
11466 is irrelevant because nsfns.m:Fx_open_connection ignores it for now.
11467
11468 * progmodes/python.el (defconst, python-syntax-count-quotes)
11469 (python-indent-region, python-indent-shift-right)
11470 (python-indent-dedent-line-backspace, python-nav-backward-sexp)
11471 (python-nav-backward-sexp-safe, python-nav-backward-up-list)
11472 (python-shell-prompt-block-regexp, python-shell-prompt-output-regexp)
11473 (python-shell-prompt-pdb-regexp, python-shell-enable-font-lock)
11474 (inferior-python-mode, python-shell-make-comint, run-python-internal)
11475 (python-shell-buffer-substring, python-shell-send-buffer)
11476 (python-pdbtrack-activate, python-pdbtrack-stacktrace-info-regexp)
11477 (python-completion-complete-at-point, python-fill-docstring-style)
11478 (python-eldoc-function, python-imenu-format-item-label)
11479 (python-imenu-format-parent-item-label)
11480 (python-imenu-format-parent-item-jump-label)
11481 (python-imenu--build-tree, python-imenu-create-index)
11482 (python-imenu-create-flat-index): Fix docstring typos.
11483 (python-indent-context, python-shell-prompt-regexp, run-python):
11484 Remove superfluous backslashes.
11485 (python-indent-line, python-nav-beginning-of-defun)
11486 (python-shell-get-buffer, python-shell-get-process)
11487 (python-info-current-defun, python-info-current-line-comment-p)
11488 (python-info-current-line-empty-p, python-util-popn): Doc fixes.
11489 (python-indent-post-self-insert-function, python-shell-send-file)
11490 (python-shell-completion-get-completions)
11491 (python-shell-completion-complete-or-indent)
11492 (python-eldoc--get-doc-at-point): Reflow docstrings.
11493
11494 2014-03-14 Glenn Morris <rgm@gnu.org>
11495
11496 * emacs-lisp/package.el (package-menu-mode-map):
11497 Replace use of obsolete function alias. Tweak menu item text.
11498
11499 * info.el (Info-finder-find-node):
11500 Ignore the `emacs' metapackage. (Bug#10813)
11501
11502 * finder.el (finder-list-matches): Include unversioned packages
11503 in the result of a keyword search.
11504
11505 * finder.el (finder--builtins-descriptions): New constant.
11506 (finder-compile-keywords): Use finder--builtins-descriptions.
11507
11508 2014-03-14 Dmitry Gutov <dgutov@yandex.ru>
11509
11510 * simple.el (blink-matching-paren): Describe the new value,
11511 `jump', enabling the old behavior.
11512 (blink-matching-open): Use that value. (Bug#17008)
11513
11514 2014-03-14 Glenn Morris <rgm@gnu.org>
11515
11516 * finder.el (finder-no-scan-regexp): Add leim-list.
11517 (finder-compile-keywords):
11518 Don't skip files with same basename. (Bug#14010)
11519 * Makefile.in (setwins_finder): New, excluding leim.
11520 (finder-data): Use setwins_finder.
11521
11522 * help-fns.el (help-split-fundoc, help-add-fundoc-usage)
11523 (help-function-arglist, help-make-usage): Move from here...
11524 * help.el (help-split-fundoc, help-add-fundoc-usage)
11525 (help-function-arglist, help-make-usage): ... to here. (Bug#17001)
11526 * emacs-lisp/bytecomp.el (byte-compile-lambda): Do not load help-fns.
11527
11528 2014-03-14 Juanma Barranquero <lekktu@gmail.com>
11529
11530 * net/socks.el (socks, socks-override-functions)
11531 (socks-find-services-entry):
11532 * progmodes/hideif.el (hif-set-var, hif-nexttoken, hif-comma)
11533 (hif-find-ifdef-block):
11534 * progmodes/modula2.el (m2-indent): Fix docstring typos.
11535
11536 * net/tls.el (tls-program): Reflow docstring.
11537
11538 * progmodes/pascal.el (pascal-mode-abbrev-table)
11539 (pascal-imenu-generic-expression, pascal-auto-endcomments)
11540 (pascal-mark-defun, pascal-comment-area, pascal-indent-level)
11541 (pascal-outline-mode): Fix docstring typos.
11542 (pascal-mode): Let define-derived-mode document mode hook.
11543 (pascal-uncomment-area): Reflow.
11544 (pascal-exclude-str-start, pascal-exclude-str-end): Add docstring.
11545
11546 * progmodes/opascal.el (opascal-compound-block-indent)
11547 (opascal-case-label-indent): Fix docstring typos.
11548 (opascal-mode): Fix typos; let defined-derived-mode document mode hook.
11549
11550 2014-03-13 Dmitry Gutov <dgutov@yandex.ru>
11551
11552 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11553 Fontify multiple adjacent negation chars. (Bug#17004)
11554
11555 2014-03-13 Tom Willemse <tom@ryuslash.org> (tiny change)
11556
11557 * emacs-lisp/package.el (package--prepare-dependencies):
11558 Accept requirements without explicit version (bug#14941).
11559
11560 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
11561
11562 * register.el (register-separator, copy-to-register): Doc fixes.
11563 (register-preview-default): Remove unnecessary call to concat.
11564
11565 * frameset.el (frameset-restore): When checking for a visible frame,
11566 use the action map instead of calling visible-frame-list.
11567
11568 2014-03-12 Jonas Bernoulli <jonas@bernoul.li>
11569
11570 * emacs-lisp/eieio.el (with-slots): Use cl-symbol-macrolet (bug#16998).
11571
11572 2014-03-12 Martin Rudalics <rudalics@gmx.at>
11573
11574 * window.el (fit-frame-to-buffer): Get maximum width from
11575 display's width instead of height.
11576
11577 2014-03-12 Glenn Morris <rgm@gnu.org>
11578
11579 * desktop.el (desktop-restore-frames)
11580 (desktop-restore-in-current-display, desktop-restore-forces-onscreen)
11581 (desktop-restore-reuses-frames): Doc tweaks.
11582
11583 * electric.el (electric-indent-mode): Doc fix.
11584
11585 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
11586
11587 * vc/pcvs.el (cvs-temp-buffer, defun-cvs-mode, cvs-get-cvsroot)
11588 (cvs-checkout, cvs-mode-checkout, cvs-update-filter, cvs-mode-mark)
11589 (cvs-mode-diff-head, cvs-mode-diff-repository, cvs-mode-diff-yesterday)
11590 (cvs-mode-diff-vendor, cvs-mode-do, cvs-change-cvsroot)
11591 (cvs-dired-use-hook): Fix docstring typos.
11592 (cvs-mode-view-file-other-window, cvs-mode-byte-compile-files):
11593 Doc fixes.
11594
11595 * vc/pcvs-defs.el (cvs-auto-remove-handled)
11596 (cvs-auto-remove-directories, cvs-default-ignore-marks)
11597 (cvs-idiff-imerge-handlers, cvs-reuse-cvs-buffer)
11598 (cvs-execute-single-dir): Fix docstring typos.
11599
11600 * vc/pcvs-info.el (cvs-status-map, cvs-states): Fix docstring typos.
11601 (cvs-fileinfo-pp, cvs-fileinfo-from-entries): Doc fixes.
11602
11603 * vc/pcvs-parse.el (cvs-parsed-fileinfo): Reflow docstring.
11604
11605 * vc/pcvs-util.el (cvs-flags-query, cvs-flags-set, cvs-prefix-set):
11606 Fix docstring typos.
11607
11608 2014-03-12 Juanma Barranquero <lekktu@gmail.com>
11609
11610 * frameset.el (frameset--jump-to-register): Add autoload; it could be
11611 called from jump-to-register after unloading the frameset package.
11612
11613 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
11614
11615 * simple.el (set-mark): Ensure mark-active is nil if the mark is nil
11616 (bug#16975). Deactivate the mark before setting it to nil.
11617 (activate-mark): Do nothing if region is already active.
11618
11619 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
11620
11621 * frameset.el (frameset--target-display): Remove definition; declare.
11622 (frameset-save, frameset-restore): Let-bind frameset--target-display.
11623
11624 2014-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
11625
11626 * emacs-lisp/nadvice.el (advice--make-1): Fix autoloading avoidance.
11627 (advice-add): Add a :advice--pending marker, so advice--make-1 knows
11628 when the advice is pending.
11629 (advice-remove): Remove this marker when not needed any more.
11630
11631 2014-03-11 Juanma Barranquero <lekktu@gmail.com>
11632
11633 * frameset.el: Separate options for reusing frames and cleaning up.
11634 (frameset--reuse-list): Remove definition; declare.
11635 (frameset--action-map): Declare.
11636 (frameset--find-frame-if): Doc fix.
11637 (frameset--restore-frame): Cache frame action.
11638 (frameset-restore): New keyword arg CLEANUP-FRAMES, allows to select
11639 how to clean up the frame list after restoring. Remove cleaning
11640 options from REUSE-FRAMES. Change all keyword values to symbols.
11641 (frameset--jump-to-register): Simplify by using CLEANUP-FRAMES.
11642
11643 * desktop.el (desktop-restore-forces-onscreen)
11644 (desktop-restore-reuses-frames): Use non-keyword values.
11645 (desktop-restore-frameset): Use CLEANUP-FRAMES arg of frameset-restore.
11646
11647 2014-03-10 Glenn Morris <rgm@gnu.org>
11648
11649 * files.el (find-file): Doc fix: update info node name.
11650
11651 * emacs-lisp/advice.el (ad-add-advice, defadvice):
11652 Doc fix: remove references to deleted info nodes.
11653
11654 2014-03-10 Michael Albinus <michael.albinus@gmx.de>
11655
11656 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
11657 Do not add nil to the environment, when there's no remote `locale'.
11658 (tramp-find-inline-encoding): Check, that the remote host has
11659 installed perl, before sending scripts.
11660
11661 2014-03-10 Leo Liu <sdl.web@gmail.com>
11662
11663 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
11664 Clear eldoc-last-message. (Bug#16920)
11665
11666 2014-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11667
11668 * desktop.el (desktop-create-buffer): Don't run activate-mark-hook
11669 (bug#14430).
11670
11671 2014-03-09 Juri Linkov <juri@jurta.org>
11672
11673 * ansi-color.el (ansi-color-names-vector): Copy default colors
11674 from `xterm-standard-colors' that look well on the default white
11675 background (and also on the black background) to avoid illegible
11676 color combinations like yellow-on-white and white-on-white.
11677 http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html
11678
11679 2014-03-08 Juanma Barranquero <lekktu@gmail.com>
11680
11681 * frameset.el (frameset-restore): When no frame is visible, do not
11682 generate a list of frames, just make visible the selected one.
11683
11684 2014-03-08 Dmitry Gutov <dgutov@yandex.ru>
11685
11686 * vc/vc-git.el (vc-git-command): Turn FILE-OR-LIST into nil when
11687 it only contains the repository root. (Bug#16897)
11688
11689 2014-03-07 Michael Albinus <michael.albinus@gmx.de>
11690
11691 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Run first pass
11692 only when `remote-file-name-inhibit-cache' is nil.
11693 (tramp-sh-file-name-handler): Use `tramp-error'. Simplify code.
11694
11695 2014-03-06 Martin Rudalics <rudalics@gmx.at>
11696
11697 * window.el (fit-frame-to-buffer, fit-frame-to-buffer-margins):
11698 Fix doc-strings.
11699 (fit-frame-to-buffer): New argument ONLY. Remove dependency on
11700 fit-frame-to-buffer variable. Fix doc-string.
11701 (fit-window-to-buffer): Set ONLY argument in call of
11702 fit-frame-to-buffer. Fix doc-string.
11703
11704 2014-03-06 Michael Albinus <michael.albinus@gmx.de>
11705
11706 * net/tramp.el (tramp-error): VEC-OR-PROC can be nil.
11707 (tramp-action-password): Clear password cache if needed.
11708 (tramp-read-passwd): Do not clear password cache.
11709
11710 * net/tramp-gvfs.el (tramp-gvfs-handler-askpassword): Clear password
11711 cache unless it is the first password request.
11712
11713 2014-03-06 Glenn Morris <rgm@gnu.org>
11714
11715 * simple.el (newline): Doc tweak.
11716
11717 * emacs-lisp/shadow.el (load-path-shadows-find):
11718 Ignore dir-locals. (Bug#12357)
11719
11720 2014-03-05 Glenn Morris <rgm@gnu.org>
11721
11722 * files.el (interpreter-mode-alist):
11723 * progmodes/sh-script.el (sh-ancestor-alist): Add dash. (Bug#16938)
11724
11725 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
11726
11727 * frameset.el (frameset--initial-params): Filter out null entries.
11728
11729 2014-03-05 Martin Rudalics <rudalics@gmx.at>
11730
11731 * window.el (window-min-height, window-min-width):
11732 Rewrite doc-strings.
11733 (window-body-size): Add PIXELWISE argument to make it consistent
11734 with its callees.
11735
11736 2014-03-05 Juanma Barranquero <lekktu@gmail.com>
11737
11738 * finder.el (finder-mode-map, finder-mode-syntax-table):
11739 Revert part of 2014-02-28 change.
11740
11741 2014-03-05 Lars Ingebrigtsen <larsi@gnus.org>
11742
11743 * net/eww.el (eww-mode-map): [tab] doesn't work on tty.
11744 (eww-setup-buffer): Clear next/prev/etc more reliably.
11745 (eww-textarea-map): [tab] doesn't work on tty.
11746 Reported by Mario Lang.
11747
11748 * net/shr.el (shr-map): Ditto.
11749
11750 2014-03-04 Glenn Morris <rgm@gnu.org>
11751
11752 * minibuffer.el (completion-hilit-commonality):
11753 Revert 2014-03-01 short-cut, which changed the return value. (Bug#16933)
11754
11755 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
11756
11757 * hilit-chg.el (hilit-chg-unload-function): New function.
11758 (highlight-changes-mode, highlight-changes-visible-mode): Fix typos.
11759 (hilit-chg-map-changes): Prefer cardinal number to digit.
11760 (hilit-chg-display-changes): Reflow docstring.
11761 (highlight-changes-rotate-faces): Remove superfluous backslash.
11762
11763 2014-03-04 Michael Albinus <michael.albinus@gmx.de>
11764
11765 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Do not call
11766 `tramp-send-command-and-check'.
11767
11768 2014-03-04 Juanma Barranquero <lekktu@gmail.com>
11769
11770 * hexl.el (hexl-address-region, hexl-ascii-region)
11771 (hexl-goto-hex-address, hexl-backward-char, hexl-forward-char)
11772 (hexl-backward-short, hexl-forward-short, hexl-backward-word)
11773 (hexl-forward-word, hexl-previous-line, hexl-next-line):
11774 Use "Hexl mode" for non-hyperlinked hexl-mode references in docstrings.
11775 (hexl-mode): Doc fix.
11776 (hexl-ascii-start-column, hexl-beginning-of-line, hexl-end-of-line)
11777 (hexl-mode-ruler): Fix typos in docstrings.
11778
11779 * strokes.el (strokes-xpm-header, strokes-rate-stroke): Fix typos.
11780 (strokes-character, strokes-get-grid-position, strokes-list-strokes):
11781 Remove superfluous backslashes.
11782 (strokes-last-stroke, strokes-global-map, strokes-mode):
11783 Reflow docstrings.
11784 (strokes-xpm-for-stroke, strokes-xpm-to-compressed-string)
11785 (strokes-xpm-for-compressed-string): Use quotes with buffer name.
11786 (strokes-distance-squared, strokes-global-set-stroke)
11787 (strokes-global-set-stroke-string): Doc fixes.
11788 (strokes-help): Fix typos; reflow docstring.
11789
11790 2014-03-04 Martin Rudalics <rudalics@gmx.at>
11791
11792 * window.el (window-in-direction): Fix doc-string.
11793
11794 2014-03-04 Glenn Morris <rgm@gnu.org>
11795
11796 * emacs-lisp/smie.el (smie-config-guess): Doc fix.
11797 Explicit error if no grammar.
11798 (smie-config-save): Doc fix. Fix quote typo.
11799
11800 2014-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
11801
11802 * progmodes/cc-mode.el (c-initialize-cc-mode): Only hook into
11803 electric-indent-mode-hook if we obey electric-indent-mode.
11804 (c-basic-common-init): Use (fboundp 'electric-indent-local-mode) to
11805 decide whether we obey electric-indent-mode.
11806 (c-change-set-fl-decl-start, c-extend-after-change-region):
11807 Silence warnings.
11808 (c-electric-indent-mode-hook): Assume we do want to obey
11809 electric-indent-mode.
11810
11811 * electric.el (electric-indent-mode-has-been-called): Remove.
11812 (electric-indent-mode): Fix accordingly.
11813
11814 * files.el (hack-local-variables): Mention file name in warning.
11815
11816 * htmlfontify.el (hfy-fontify-buffer): Drop `invis-range' message.
11817
11818 2014-03-04 Michal Nazarewicz <mina86@mina86.com>
11819
11820 * bindings.el: Add comment describing why C-d binds to `delete-char'.
11821 * simple.el (delete-forward-char): Mark as interactive-only.
11822
11823 2014-03-03 Juanma Barranquero <lekktu@gmail.com>
11824
11825 * icomplete.el (icomplete-completions):
11826 Follow-up to 2014-03-01 change.
11827
11828 * icomplete.el: Miscellaneous doc fixes.
11829 Use Icomplete everywhere instead of icomplete for consistency.
11830 (icomplete-max-delay-chars): Fix typo.
11831 (icomplete-mode): Use \[].
11832 (icomplete-tidy, icomplete-exhibit): Reflow.
11833 (icomplete-minibuffer-setup-hook, icomplete-completions):
11834 Remove superfluous backlashes.
11835
11836 * ido.el: Miscellaneous doc fixes.
11837 Use Ido everywhere instead of ido or `ido' for consistency.
11838 (ido-record-ftp-work-directories, ido-merge-ftp-work-directories)
11839 (ido-cache-ftp-work-directory-time, ido-slow-ftp-hosts)
11840 (ido-slow-ftp-host-regexps, ido-reread-directory): Upcase "ftp".
11841 (ido-separator): Extract obsolescence info from docstring and declare
11842 with make-obsolete-variable.
11843 (ido-minibuffer-setup-hook): Simplify example.
11844 (ido-text, ido-text-init, ido-input-stack, ido-report-no-match)
11845 (ido-wide-find-file, ido-wide-find-dir, ido-wide-find-dir-or-delete-dir)
11846 (ido-completion-help, ido-completing-read): Fix typos in docstrings.
11847 (ido-everywhere): Reflow docstring.
11848 (ido-toggle-vc): Doc fix.
11849 (ido-switch-buffer, ido-find-file): Use tabs to improve legibility
11850 of long list of keybindings.
11851
11852 2014-03-03 Glenn Morris <rgm@gnu.org>
11853
11854 * frame.el (display-pixel-height, display-pixel-width)
11855 (display-mm-dimensions-alist, display-mm-height)
11856 (display-mm-width): Doc tweaks.
11857
11858 2014-03-02 Barry O'Reilly <gundaetiapo@gmail.com>
11859
11860 * simple.el (undo-elt-in-region): Fix buffer corruption for edge
11861 case of undo in region.
11862
11863 2014-03-02 Martin Rudalics <rudalics@gmx.at>
11864
11865 * window.el (fit-window-to-buffer): Fix argument in window-size
11866 call when window is horizontally combined.
11867
11868 2014-03-02 Juanma Barranquero <lekktu@gmail.com>
11869
11870 * icomplete.el (icomplete-completions): Use string-width.
11871 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11872
11873 2014-03-01 Dmitry Gutov <dgutov@yandex.ru>
11874
11875 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
11876 Highlight regexp options. (Bug#16914)
11877
11878 2014-03-01 Martin Rudalics <rudalics@gmx.at>
11879
11880 * window.el (window--max-delta-1): Round down when calculating
11881 how many lines/columns we can get from a window.
11882
11883 2014-03-01 Glenn Morris <rgm@gnu.org>
11884
11885 * isearch.el (search-invisible): Doc fix.
11886
11887 * minibuffer.el (completion-hilit-commonality):
11888 Make `base-size' argument optional. Short-cut if `prefix-len' is 0.
11889 * comint.el (comint-dynamic-list-completions): Doc fix.
11890 * comint.el (comint-dynamic-list-completions):
11891 * filecache.el (file-cache-minibuffer-complete):
11892 * tempo.el (tempo-display-completions):
11893 * eshell/em-hist.el (eshell-list-history):
11894 Replace use of obsolete argument of display-completion-list.
11895
11896 2014-03-01 Juanma Barranquero <lekktu@gmail.com>
11897
11898 * icomplete.el (icomplete-completions):
11899 Revert back to using "..." when ?… cannot be displayed.
11900
11901 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
11902
11903 * finder.el (finder-unload-function): New function.
11904
11905 2014-02-28 Juanma Barranquero <lekktu@gmail.com>
11906
11907 * dframe.el (dframe-detach):
11908 * find-dired.el (find-dired, find-name-dired):
11909 * finder.el (finder-mode-map, finder-mode-syntax-table)
11910 (finder-headmark, finder-select, finder-mouse-select):
11911 Fix docstring typos.
11912
11913 2014-02-28 Martin Rudalics <rudalics@gmx.at>
11914
11915 Revert recent with-temp-buffer-window change (Bug#16816, Bug#16882).
11916 * window.el (with-temp-buffer-window): Revert change from 2014-02-21.
11917 Suggested by Thierry Volpiatto <thierry.volpiatto@gmail.com>.
11918 Fix doc-string based on a suggestion by Nicolas Richard
11919 <theonewiththeevillook@yahoo.fr>.
11920 * help.el (with-help-window): Fix doc-string.
11921
11922 2014-02-28 Ivan Kanis <ivan@kanis.fr>
11923
11924 * net/shr.el (shr-image-animate): New option.
11925 (shr-put-image): Respect shr-image-animate.
11926
11927 2014-02-28 Michael Albinus <michael.albinus@gmx.de>
11928
11929 * net/tramp-adb.el (tramp-adb-parse-device-names):
11930 Use `accept-process-output'.
11931 (tramp-adb-handle-file-truename): Cache the localname only.
11932 (tramp-adb-handle-make-directory)
11933 (tramp-adb-handle-delete-directory): Flush file properties correctly.
11934 (tramp-adb-handle-set-file-modes): Do not raise an error when file
11935 modes cannot be changed.
11936
11937 * net/tramp-cache.el (tramp-flush-directory-property): Remove also
11938 file properties of symlinks.
11939
11940 2014-02-28 Per Starbäck <starback@stp.lingfil.uu.se>
11941
11942 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Update
11943 required/optional fields to match development biblatex. (Bug#16781)
11944
11945 2014-02-28 Andy Sawyer <andy.sawyer@gmail.com> (tiny change)
11946
11947 * saveplace.el (toggle-save-place):
11948 Fix argument handling. (Bug#16673)
11949
11950 2014-02-28 Glenn Morris <rgm@gnu.org>
11951
11952 * minibuffer.el (completions-first-difference)
11953 (completions-common-part, completion-hilit-commonality): Doc fixes.
11954
11955 2014-02-28 Karl Berry <karl@gnu.org>
11956
11957 * info.el (Info-mode-map): Add H for describe-mode,
11958 to synchronize with standalone Info.
11959
11960 2014-02-28 Emilio C. Lopes <eclig@gmx.net>
11961
11962 * progmodes/sql.el (sql-interactive-mode):
11963 Avoid setting global comint-input-ring-separator. (Bug#16814)
11964
11965 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
11966
11967 * net/dbus.el (dbus--init-bus): Declare function.
11968 (dbus-path-local, dbus-interface-local): New defconst.
11969 (dbus-init-bus): Use them.
11970 (dbus-return-values-table): Extend doc.
11971 (dbus-handle-bus-disconnect): Extend error message.
11972
11973 2014-02-27 Juanma Barranquero <lekktu@gmail.com>
11974
11975 * subr.el (y-or-n-p): Fix double space issue in message.
11976
11977 2014-02-27 Michael Albinus <michael.albinus@gmx.de>
11978
11979 * net/tramp.el (tramp-call-process): Improve trace message.
11980 (tramp-handle-insert-file-contents): Trace error case.
11981
11982 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
11983 <insert-directory>: Use `tramp-handle-insert-directory'.
11984 (tramp-adb-handle-insert-directory): Remove function.
11985 (tramp-adb-send-command-and-check): New defun, replacing
11986 `tramp-adb-command-exit-status'. Change all callees.
11987 (tramp-adb-handle-file-attributes)
11988 (tramp-adb-handle-directory-files-and-attributes): Use it.
11989 (tramp-adb-ls-output-name-less-p):
11990 Use `directory-listing-before-filename-regexp'.
11991 (tramp-adb-handle-delete-directory): Flush also file properties of
11992 the truename of directory.
11993 (tramp-adb-handle-file-name-all-completions): Add "./" and "../".
11994 (tramp-adb-handle-file-local-copy): Make the local copy readable.
11995 (tramp-adb-handle-write-region): Implement APPEND.
11996 (tramp-adb-handle-rename-file): Make it more robust. Flush file
11997 properties correctly.
11998 (tramp-adb-maybe-open-connection): Set `tramp-current-*'
11999 variables. Check for connected devices only when needed.
12000
12001 2014-02-27 Glenn Morris <rgm@gnu.org>
12002
12003 * minibuffer.el (completion-table-dynamic)
12004 (completion-table-with-cache): Doc fixes.
12005
12006 * emacs-lisp/crm.el (crm-default-separator, crm-separator)
12007 (completing-read-multiple): Doc fixes.
12008
12009 2014-02-27 Daniel Colascione <dancol@dancol.org>
12010
12011 * minibuffer.el (completion--nth-completion): Fix indentation.
12012
12013 * net/tramp-sh.el (tramp-get-remote-path): Don't signal error when
12014 explicit tramp path is empty.
12015
12016 2014-02-27 Glenn Morris <rgm@gnu.org>
12017
12018 * emacs-lisp/crm.el (completing-read-multiple):
12019 Empower help-enable-auto-load.
12020
12021 2014-02-26 Glenn Morris <rgm@gnu.org>
12022
12023 * startup.el (command-line): Don't init the tty in daemon mode.
12024
12025 Avoid calling tty-setup-hook twice, eg if a term file
12026 explicitly calls tty-run-terminal-initialization. (Bug#16859)
12027 * faces.el (tty-run-terminal-initialization): Add run-hook argument.
12028 (tty-create-frame-with-faces): Use it.
12029 * startup.el (command-line): Pass run-hook argument
12030 to tty-run-terminal-initialization.
12031
12032 * dired.el (dired-restore-desktop-buffer): Demote errors;
12033 eg in case a glob match fails. (Bug#16884)
12034
12035 2014-02-26 Dmitry Gutov <dgutov@yandex.ru>
12036
12037 * emacs-lisp/lisp.el (lisp--local-variables): Catch `end-of-file'
12038 error from `read-from-string'. (Bug#16850)
12039
12040 * emacs-lisp/ert.el (ert-run-tests-interactively): `read' the
12041 result of `completing-read' in the interactive form. (Bug#16854)
12042
12043 2014-02-25 Glenn Morris <rgm@gnu.org>
12044
12045 * image.el (image-animate, image-animate-timeout):
12046 Stop animating images in dead buffers. (Bug#16878)
12047
12048 * emacs-lisp/edebug.el (defmacro): Fix debug spec. (Bug#16868)
12049
12050 * faces.el (tty-setup-hook, tty-run-terminal-initialization):
12051 Doc fixes.
12052 * startup.el (term-setup-hook): Doc fix. Make obsolete.
12053 * term/sun.el (sun-raw-prefix-hooks):
12054 Use tty-setup-hook instead of term-setup-hook.
12055 (terminal-init-sun): Construct message from bytecomp plist.
12056 * term/wyse50.el (enable-arrow-keys): Doc fix.
12057
12058 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
12059
12060 * term/sun.el (kill-region-and-unmark, sun-raw-prefix-hooks):
12061 Fix docstring typos.
12062
12063 2014-02-24 Michael Albinus <michael.albinus@gmx.de>
12064
12065 * net/tramp-sh.el (tramp-sh-handle-file-truename): Improve last fix.
12066
12067 2014-02-24 Nicolas Richard <theonewiththeevillook@yahoo.fr>
12068
12069 * minibuffer.el (completion--try-word-completion):
12070 Fix error when completing M-x commands (bug#16808).
12071
12072 2014-02-24 Leo Liu <sdl.web@gmail.com>
12073
12074 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix debug spec.
12075
12076 2014-02-24 Juanma Barranquero <lekktu@gmail.com>
12077
12078 * apropos.el (apropos-print): Avoid formatting error when
12079 apropos-do-all and apropos-compact-layout are both t.
12080
12081 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
12082
12083 * apropos.el (apropos-property, apropos-all-words-regexp)
12084 (apropos-true-hit, apropos-variable, apropos-print):
12085 Fix docstring typos, and remove obsolete comment.
12086
12087 2014-02-23 Michael Albinus <michael.albinus@gmx.de>
12088
12089 * net/tramp-sh.el (tramp-sh-handle-file-truename):
12090 Preserve trailing "/". (Bug#16851)
12091
12092 2014-02-23 Dmitry Gutov <dgutov@yandex.ru>
12093
12094 * progmodes/ruby-mode.el (ruby-smie-rules): Don't indent specially
12095 after `=>' (bug#16811).
12096 (ruby-smie-rules): Handle the inconsistent second element of the
12097 list returned by `smie-indent--parent'.
12098 (ruby-font-lock-keywords): Disqualify any identifier before `=' as
12099 method call.
12100
12101 2014-02-23 Juanma Barranquero <lekktu@gmail.com>
12102
12103 * elec-pair.el (electric-pair-text-syntax-table)
12104 (electric-pair-syntax-info, electric-pair--syntax-ppss)
12105 (electric-pair--balance-info, electric-pair-mode): Fix docstring typos.
12106 (electric-pair--looking-at-unterminated-string-p): Doc fix.
12107 (electric-pair--inside-string-p): Doc fix. Use `let', not `let*'.
12108
12109 2014-02-22 Glenn Morris <rgm@gnu.org>
12110
12111 * imenu.el (imenu--generic-function): Doc fix.
12112
12113 * register.el (frame-configuration-to-register): Make obsolete.
12114
12115 2014-02-22 Juanma Barranquero <lekktu@gmail.com>
12116
12117 * desktop.el (desktop-save-buffer-p): Do not fail when
12118 desktop-files-not-to-save is nil. Return t for true result
12119 as the doc says.
12120
12121 2014-02-22 Daniel Colascione <dancol@dancol.org>
12122
12123 * net/secrets.el (secrets-create-item, secrets-search-items):
12124 Check that attribute values are strings, avoiding the construction
12125 of invalid dbus messages.
12126
12127 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
12128
12129 * emacs-lisp/gv.el: Avoid duplicating gv-expander and gv-setter in
12130 defun-declarations-alist.
12131
12132 2014-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
12133
12134 * emacs-lisp/cl-macs.el (cl-define-compiler-macro): Add indent rule
12135 (bug#16829).
12136
12137 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
12138
12139 * whitespace.el (whitespace-space, whitespace-hspace, whitespace-tab)
12140 (whitespace-newline, whitespace-trailing, whitespace-line)
12141 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
12142 (whitespace-space-after-tab): Fix typo in docstrings.
12143
12144 2014-02-21 Dmitry Gutov <dgutov@yandex.ru>
12145
12146 * progmodes/ruby-mode.el (auto-mode-alist): Add missing "or".
12147
12148 * electric.el (electric-indent-functions-without-reindent):
12149 Add `yaml-indent-line'.
12150
12151 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
12152
12153 * w32-vars.el (w32-enable-synthesized-fonts): Mark as obsolete.
12154 It has done nothing for years; should be removed after the release.
12155
12156 * simple.el (choose-completion): Fix docstring typo.
12157 (read-quoted-char-radix): Remove unneeded * in docstring.
12158 (process-file, kill-whole-line, pop-to-mark-command, set-mark-command):
12159 Don't escape parentheses unnecessarily in docstrings.
12160
12161 2014-02-21 Martin Rudalics <rudalics@gmx.at>
12162
12163 Fix handling of window-min-height/-width (Bug#16738).
12164 * window.el (window--dump-window, window--dump-frame):
12165 New functions.
12166 (window--min-size-1): Account for window dividers.
12167 When window-resize-pixelwise is nil, delay rounding till after the
12168 sum of the window components has been calculated.
12169 (window--min-delta-1, window--max-delta-1): When PIXELWISE is
12170 nil make sure at least one text line and two text columns remain
12171 fully visible.
12172 (window-resize): Signal an error when window-resize-apply fails.
12173 (window--resize-child-windows): Fix calculation of by how many
12174 pixels a window can still be shrunk via window-new-normal.
12175 (adjust-window-trailing-edge): Call window--resizable with
12176 correct TRAIL argument.
12177
12178 (with-temp-buffer-window): Don't evaluate BODY within
12179 with-current-buffer (Bug#16816).
12180
12181 2014-02-21 Michael Albinus <michael.albinus@gmx.de>
12182
12183 * net/tramp.el (tramp-check-cached-permissions):
12184 Call `file-attributes' with `suffix' being a symbol but a string.
12185
12186 2014-02-21 Daniel Colascione <dancol@dancol.org>
12187
12188 * net/dbus.el (dbus-init-bus-1): Declare new subr.
12189 (dbus-init-bus): New function: call into dbus-init-bus-1
12190 and installs a handler for the disconnect signal.
12191 (dbus-call-method): Rewrite to look for result in cons.
12192 (dbus-call-method-handler): Store result in cons.
12193 (dbus-check-event): Recognize events with nil sender as valid.
12194 (dbus-handle-bus-disconnect): New function. React to bus
12195 disconnection signal by synthesizing dbus error for each
12196 pending synchronous or asynchronous call.
12197 (dbus-notice-synchronous-call-errors): New function.
12198 (dbus-handle-event): Raise errors directly only when `dbus-debug'
12199 is true, not all the time.
12200
12201 2014-02-21 Juanma Barranquero <lekktu@gmail.com>
12202
12203 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
12204 Remove obsolescence declarations, these variables do not exist anymore.
12205
12206 * savehist.el (savehist-save-minibuffer-history)
12207 (savehist-additional-variables, savehist-file, savehist-mode-hook)
12208 (savehist-save-hook, savehist-coding-system, savehist-loaded)
12209 (savehist-load, savehist-install, savehist-autosave): Fix typos;
12210 mostly, refer to "Savehist mode" when talking about the mode,
12211 and not the function.
12212
12213 * saveplace.el (save-place): Remove redundant info in docstring.
12214 (save-place-forget-unreadable-files, toggle-save-place)
12215 (save-place-forget-unreadable-files, save-place-dired-hook):
12216 Fix typos and remove unneeded backslashes.
12217
12218 2014-02-20 Michael Albinus <michael.albinus@gmx.de>
12219
12220 * net/tramp.el (ls-lisp-use-insert-directory-program): Declare.
12221 (tramp-handle-insert-directory): New defun, taken from tramp-gvfs.el.
12222
12223 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
12224 <insert-directory>: Use `tramp-handle-insert-directory'.
12225 (tramp-gvfs-handle-insert-directory): Remove function.
12226
12227 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
12228 Call `tramp-handle-insert-directory'.
12229
12230 2014-02-20 Juanma Barranquero <lekktu@gmail.com>
12231
12232 * elec-pair.el (electric-pair-syntax-info): Do not check syntax
12233 before the start of buffer/region (bug#16799).
12234
12235 2014-02-20 Glenn Morris <rgm@gnu.org>
12236
12237 * isearch.el (search-invisible): Doc fix.
12238
12239 2014-02-20 W. Trevor King <wking@tremily.us> (tiny change)
12240
12241 * term/xterm.el (xterm--version-handler): Adapt to xterm-280's output
12242 (bug#16657).
12243
12244 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
12245
12246 * frameset.el (frameset-restore): Delay removing an old frame's
12247 duplicate id until the new frame has been correctly created.
12248
12249 2014-02-19 Michael Albinus <michael.albinus@gmx.de>
12250
12251 * net/tramp.el (tramp-handle-make-symbolic-link): New defun.
12252 (tramp-check-cached-permissions): Call `file-attributes' if the
12253 cache is empty.
12254
12255 * net/tramp-adb.el (tramp-adb-file-name-handler-alist)
12256 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
12257
12258 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
12259 <make-symbolic-link>: Use `tramp-handle-make-symbolic-link'.
12260 (tramp-gvfs-maybe-open-connection): Set always connection
12261 properties, even if target is mounted already.
12262
12263 * net/tramp-sh.el (tramp-color-escape-sequence-regexp):
12264 Set tramp-autoload cookie.
12265 (tramp-get-remote-touch): New defun.
12266 (tramp-sh-handle-set-file-times): Use it.
12267 (tramp-sh-handle-directory-files-and-attributes):
12268 Use `tramp-handle-directory-files-and-attributes' if neither stat
12269 nor perl are available on the remote host.
12270
12271 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Mark trailing
12272 "/". Write long listing only when "l" belongs to the switches.
12273
12274 * net/trampver.el: Update release number.
12275
12276 2014-02-19 Juanma Barranquero <lekktu@gmail.com>
12277
12278 * frameset.el (frameset--reuse-frame): Remove workaround for bug#16793.
12279
12280 2014-02-19 Martin Rudalics <rudalics@gmx.at>
12281
12282 * window.el (window-state-put): Allow WINDOW to refer to an
12283 internal window (Bug#16793).
12284
12285 2014-02-19 Glenn Morris <rgm@gnu.org>
12286
12287 * textmodes/remember.el: Move provide statement to end.
12288 (remember-mode-map, remember-notes-mode-map, remember-notes-mode)
12289 (remember-notes): Doc fixes.
12290
12291 2014-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12292
12293 * delsel.el (delete-char): Restore incorrectly erased property
12294 (bug#16795).
12295
12296 2014-02-18 Juanma Barranquero <lekktu@gmail.com>
12297
12298 * frameset.el (frameset--restore-frame): When a frame is being reused
12299 and its root window is not alive, delete all the frame's windows before
12300 restoring the window state. This works around the issue in bug#16793.
12301
12302 2014-02-18 Glenn Morris <rgm@gnu.org>
12303
12304 * textmodes/remember.el (remember-data-directory)
12305 (remember-directory-file-name-format, remember-store-in-files)
12306 (remember-notes-initial-major-mode, remember-notes-bury-on-kill)
12307 (remember-notes-save-and-bury-buffer)
12308 (remember-notes--kill-buffer-query): Doc fixes.
12309
12310 * desktop.el (desktop-save-mode, desktop-auto-save-timeout): Doc fixes.
12311
12312 2014-02-17 Alan Mackenzie <acm@muc.de>
12313
12314 Connect electric-indent-mode up with CC Mode. Bug #15478.
12315 * progmodes/cc-mode.el (c-initialize-cc-mode): Add CC Mode hooks
12316 to electric-indent-{,local-}-mode.
12317 (c-basic-common-init): Set electric-indent-inhibit.
12318 Initialize c-electric-flag from electric-indent-mode.
12319 (c-electric-indent-mode-hook, c-electric-indent-local-mode-hook):
12320 New hook functions which propagate electric-indent-mode to CC mode.
12321
12322 * progmodes/cc-cmds.el (c-toggle-electric-state): When C-c C-l is
12323 hit, toggle electric-indent-local-mode.
12324
12325 * electric.el (electric-indent-mode-has-been-called):
12326 New variable.
12327
12328 2014-02-17 Juanma Barranquero <lekktu@gmail.com>
12329
12330 * frameset.el (frameset-cfg-id): New function.
12331 (frameset--reuse-frame, frameset-restore): Use it.
12332 (frameset--jump-to-register): Try harder to reuse frames (bug#16748).
12333
12334 2014-02-17 Stefan Monnier <monnier@iro.umontreal.ca>
12335
12336 * ido.el (ido-file-internal): Remove unused var `d'.
12337 Use \` for to match BoS. Fit within 80n columns.
12338
12339 2014-02-17 Daniel Colascione <dancol@dancol.org>
12340
12341 * net/dbus.el (dbus-call-method): Work around bug#16775 by having
12342 dbus-call-method check for completion using a busy-wait loop with
12343 gradual backoff.
12344
12345 2014-02-16 Michael Albinus <michael.albinus@gmx.de>
12346
12347 Sync with Tramp 2.2.9.
12348
12349 * net/trampver.el: Update release number.
12350
12351 2014-02-16 Dmitry Gutov <dgutov@yandex.ru>
12352
12353 * ido.el (ido-file-internal): Don't add the name of an existing
12354 directory twice. (Bug#16747)
12355
12356 2014-02-16 Glenn Morris <rgm@gnu.org>
12357
12358 * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
12359 Do not use ediff-defvar-local on pre-defined variables. (Bug#16744)
12360
12361 2014-02-15 Michael R. Mauger <michael@mauger.com>
12362
12363 * progmodes/sql.el: Version 3.4
12364 (sql-oracle-options): New default value ("-L").
12365 (sql-mode-oracle-font-lock-keywords): Add placeholder highlighting.
12366 (sql-placeholders-filter): Correct placeholder pattern.
12367 (sql-read-table-name): Bug fix. Detect absence of SQLi process.
12368 (sql-login-delay): New variable.
12369 (sql-product-interactive): Use it.
12370
12371 2014-02-15 Juanma Barranquero <lekktu@gmail.com>
12372
12373 * frameset.el (frameset--jump-to-register): Check that buffer is live
12374 (bug#16749).
12375
12376 2014-02-15 Glenn Morris <rgm@gnu.org>
12377
12378 * info.el (info-initialize): Revert 2014-01-10 change.
12379
12380 2014-02-14 Glenn Morris <rgm@gnu.org>
12381
12382 * replace.el (map-query-replace-regexp)
12383 (read-regexp-defaults-function, read-regexp): Doc fixes.
12384
12385 * dired.el (dired-read-regexp):
12386 * faces.el (list-faces-display):
12387 * misearch.el (multi-isearch-read-matching-buffers)
12388 (multi-isearch-read-matching-files):
12389 * play/cookie1.el (cookie-apropos):
12390 * progmodes/grep.el (grep-read-regexp): Doc fixes.
12391
12392 * textmodes/remember.el (remember): Use frameset-to-register
12393 rather than frame-configuration-to-register.
12394
12395 2014-02-14 Jay Belanger <jay.p.belanger@gmail.com>
12396
12397 * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
12398 incorrect keybinding.
12399
12400 2014-02-13 Daniel Colascione <dancol@dancol.org>
12401
12402 * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
12403 when adding overlays so that line numbers from compiler match line
12404 numbers we use.
12405
12406 2014-02-13 Glenn Morris <rgm@gnu.org>
12407
12408 * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
12409
12410 * jit-lock.el (jit-lock-mode): Doc fix.
12411
12412 2014-02-13 Juanma Barranquero <lekktu@gmail.com>
12413
12414 * apropos.el (apropos-read-pattern): When the user passes an empty
12415 string, give a more helpful error message than "Wrong type
12416 argument: stringp, nil".
12417
12418 2014-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
12419
12420 * jit-lock.el (jit-lock-mode): Keep it disabled in indirect buffers.
12421
12422 2014-02-13 Glenn Morris <rgm@gnu.org>
12423
12424 * finder.el (finder-known-keywords, finder-mode-map): Doc fixes.
12425
12426 2014-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
12427
12428 * emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them as
12429 shift-select commands.
12430
12431 2014-02-12 Dmitry Gutov <dgutov@yandex.ru>
12432
12433 * progmodes/js.el (js-indent-line): Don't widen.
12434 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00276.html
12435
12436 2014-02-12 Glenn Morris <rgm@gnu.org>
12437
12438 * icomplete.el (icomplete): Add info-link to defgroup.
12439 (icomplete-with-completion-tables, icomplete-minibuffer-setup-hook)
12440 (icomplete-minibuffer-map, icomplete-mode)
12441 (icomplete-simple-completing-p, icomplete-completions): Doc fixes.
12442
12443 * emacs-lisp/package.el (package-menu-mode-map): Tweak menu.
12444 (package-menu-filter): Rename from package-menu-filter-interactive.
12445 Doc fix.
12446
12447 2014-02-11 Juanma Barranquero <lekktu@gmail.com>
12448
12449 * frameset.el (frameset--jump-to-register): Select the required
12450 window and buffer before restoring position (bug#16696).
12451
12452 2014-02-11 Lars Ingebrigtsen <larsi@gnus.org>
12453
12454 * dired.el (dired-get-marked-files): Clarify doc (bug#11534).
12455
12456 2014-02-10 Glenn Morris <rgm@gnu.org>
12457
12458 * jit-lock.el (jit-lock-force-redisplay): Doc fix. (Bug#14394)
12459
12460 2014-02-10 Eli Zaretskii <eliz@gnu.org>
12461
12462 * w32-common-fns.el (x-get-selection): Doc fix.
12463 * select.el (x-get-selection): Doc fix. (Bug#15109)
12464
12465 * face-remap.el (face-remap-add-relative)
12466 (face-remap-remove-relative, face-remap-reset-base)
12467 (face-remap-set-base): Call force-mode-line-update to redisplay
12468 the current buffer due to potential change in faces. (Bug#16709)
12469
12470 2014-02-10 Michael Albinus <michael.albinus@gmx.de>
12471
12472 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Apply heredoc
12473 script more robustly.
12474
12475 2014-02-10 Lars Ingebrigtsen <larsi@gnus.org>
12476
12477 * dired.el (dired-get-marked-files): Doc fix (bug#11534).
12478
12479 * simple.el (choose-completion): Doc fix (bug#14160).
12480
12481 * subr.el (event-start): Say what a nil EVENT value means.
12482
12483 * kmacro.el (kmacro-bind-to-key): Say that the parameter is unused
12484 (bug#14197).
12485
12486 * progmodes/grep.el (find-program): Doc fix (bug#14289).
12487
12488 * files.el (confirm-kill-emacs): Clarify doc (bug#15455).
12489
12490 * emacs-lisp/lisp.el (up-list): Doc fix (bug#15832).
12491
12492 * files.el (confirm-kill-emacs): Allow specifying an arbitrary
12493 predicate function (bug#15455).
12494
12495 2014-02-10 Dmitry Gutov <dgutov@yandex.ru>
12496
12497 * ielm.el (inferior-emacs-lisp-mode): Instead of
12498 `comment-use-global-state', set `comment-use-syntax'.
12499
12500 2014-02-10 Glenn Morris <rgm@gnu.org>
12501
12502 * emacs-lisp/gulp.el (gulp-discard): Add emacs-devel.
12503
12504 2014-02-09 Alan Mackenzie <acm@muc.de>
12505
12506 Fix c-invalidate-state-cache on narrowed buffers.
12507 * progmodes/cc-defs.el (c-with-all-but-one-cpps-commented-out):
12508 Widen when setting and clearing the CPP delimiter properties.
12509
12510 2014-02-09 Lars Ingebrigtsen <larsi@gnus.org>
12511
12512 * help.el (describe-bindings): Doc fix (bug#9888).
12513
12514 * files.el (save-buffer): Use ARG as the parameter name for
12515 consistency (bug#10346).
12516 (save-buffer): Clarify the 0 argument (bug#10346).
12517
12518 * cus-edit.el (customize-apropos): Fix error string.
12519 (custom-buffer-create): Doc fix (bug#11122).
12520 (custom-sort-items): Doc fix (bug#11121).
12521
12522 * repeat.el (repeat-message-function): Reword doc slightly (bug#11619).
12523
12524 * icomplete.el (icomplete-with-completion-tables): Doc fix (bug#11654).
12525 (icomplete-simple-completing-p): Mention the previous variable.
12526
12527 * font-lock.el (font-lock-value-in-major-mode): Clarify the
12528 meaning of the parameter (bug#12282).
12529
12530 * files.el (find-file-noselect): Clarify prompt when changing
12531 readedness (bug#13261).
12532 (locate-file): Suffixes aren't returned, so don't say that they
12533 are (bug#12674).
12534 (backup-inhibited): Doc clarification (bug#12525).
12535
12536 * dired.el (dired-internal-do-deletions): Don't say "Deleting..."
12537 before we actually start to delete things (bug#16331).
12538
12539 * subr.el (event-start): Doc fix (bug#14228).
12540 (event-end): Ditto.
12541
12542 2014-02-09 Glenn Morris <rgm@gnu.org>
12543
12544 * emacs-lisp/warnings.el (lwarn):
12545 Empower help-enable-auto-load. (Bug#15940)
12546
12547 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
12548
12549 * vc/log-edit.el (log-edit-comment-to-change-log): Doc fix.
12550 (Bug#16690)
12551
12552 2014-02-08 Michael Albinus <michael.albinus@gmx.de>
12553
12554 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
12555 Insert output at end of buffer. (Bug#16120)
12556
12557 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
12558
12559 * simple.el (choose-completion-string-functions): Document new
12560 calling convention (bug#14153).
12561 (execute-extended-command): Clarify doc string (bug#13373).
12562
12563 * kmacro.el (kmacro-exec-ring-item): Doc fix (bug#14198).
12564
12565 * find-dired.el (find-name-dired): Doc fix (bug#14290).
12566 (find-grep-dired): Doc fix (bug#14288).
12567
12568 2014-02-08 Juri Linkov <juri@jurta.org>
12569
12570 * isearch.el (isearch-quote-char): Check character validity
12571 like in `quoted-insert' (bug#16677).
12572
12573 2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
12574
12575 * files.el (find-file-visit-truename): Doc clarification (bug#14697).
12576
12577 * isearch.el (isearch-hide-immediately): Doc clarification
12578 (bug#14723).
12579
12580 * simple.el (line-move): Document utility function used many
12581 places in the Emacs sources (bug#14843).
12582
12583 * dired.el (dired-mode-map): Make :help text more accurate (bug#14893).
12584 (dired-prev-marked-file): Doc fix (bug#14855).
12585 (dired-up-directory): Doc fix (bug#14848).
12586
12587 * minibuffer.el (read-file-name): Doc clarification (bug#15096).
12588
12589 * files.el (file-relative-name): Doc fix (bug#15159).
12590
12591 * fringe.el (fringe-styles): Doc fix (bug#15239).
12592
12593 * isearch.el (isearch-filter-predicate): Documentation typo fix
12594 (bug#15474).
12595
12596 * info-look.el (info-lookup-symbol): Document MODE (bug#15498).
12597
12598 * isearch.el (isearch-cmds): Doc clarification (bug#15547).
12599
12600 * replace.el (replace-match-maybe-edit): Doc clarification
12601 (bug#15632).
12602
12603 * subr.el (add-to-list): Refill the paragraphs (bug#15791).
12604
12605 * macros.el (insert-kbd-macro): Doc fix (bug#16025).
12606
12607 2014-02-08 Glenn Morris <rgm@gnu.org>
12608
12609 * help-fns.el (describe-variable):
12610 Check {file,dir}-local-variables-alist, and buffer-file-name,
12611 in the correct buffer.
12612
12613 2014-02-08 Ingo Lohmar <i.lohmar@gmail.com>
12614
12615 * help-fns.el (describe-variable): Fix the case where
12616 a value is directory-local with no dir-locals file. (Bug#16635)
12617
12618 2014-02-08 Glenn Morris <rgm@gnu.org>
12619
12620 * abbrev.el (edit-abbrevs-mode):
12621 Derive from fundamental-mode. (Bug#16682)
12622
12623 2014-02-07 Juanma Barranquero <lekktu@gmail.com>
12624
12625 * simple.el (quoted-insert): Check character validity (bug#16677).
12626
12627 2014-02-07 Juri Linkov <juri@jurta.org>
12628
12629 * desktop.el (desktop-read): Claim the lock when the owner is not
12630 the current process. (Bug#16157)
12631
12632 2014-02-07 Juri Linkov <juri@jurta.org>
12633
12634 * desktop.el (desktop-buffers-not-to-save): Change default from nil
12635 to "\\` ". (Bug#16651)
12636
12637 2014-02-07 Juri Linkov <juri@jurta.org>
12638
12639 * desktop.el (desktop-save-mode): Call `desktop-auto-save-set-timer'
12640 when enabling, and `desktop-auto-save-cancel-timer' when disabling.
12641 (desktop-auto-save-cancel-timer): New function with some code from
12642 `desktop-auto-save-set-timer'.
12643 (after-init-hook): Don't call `desktop-auto-save-set-timer'.
12644 Instead of setting `desktop-save-mode' to nil, call
12645 `desktop-save-mode' with arg 0. (Bug#16630)
12646
12647 2014-02-07 Glenn Morris <rgm@gnu.org>
12648
12649 * hi-lock.el (hi-lock-auto-select-face, hi-lock-line-face-buffer)
12650 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
12651 (hi-lock-face-symbol-at-point, hi-lock-read-face-name): Doc tweaks.
12652
12653 * obsolete/iswitchb.el: Move to obsolete/.
12654 * simple.el (iswitchb-mode): Add manual autoloads to ease transition,
12655 since obsolete/ is not scanned for autoloads.
12656 * emacs-lisp/authors.el (authors-valid-file-names):
12657 Add iswitchb.el.
12658
12659 * obsolete/meese.el: Restore as obsolete (deleted 2014-01-11).
12660 Disable now non-functional find-file-hook.
12661
12662 2014-02-06 Michael Albinus <michael.albinus@gmx.de>
12663
12664 * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use "&&"
12665 instead of ";" in order to avoid additional prompts. Let heredoc
12666 scripts read from tty. (Bug#16582)
12667 (tramp-send-command): No special handling of heredocs, it isn't
12668 necessary anymore.
12669
12670 2014-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
12671
12672 * emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
12673 with a space (bug#16664). Limit the symbols considered to the ones
12674 that are bound or fbound (bug#16646).
12675
12676 2014-02-06 Glenn Morris <rgm@gnu.org>
12677
12678 * epa.el (epa-mail-aliases): Doc fix.
12679
12680 2014-02-06 Dmitry Gutov <dgutov@yandex.ru>
12681
12682 * emacs-lisp/lisp.el (lisp-completion-at-point):
12683 Use `completion-table-merge' instead of `completion-table-in-turn'
12684 (bug#16604).
12685
12686 * minibuffer.el (completion-table-merge): New function.
12687
12688 2014-02-05 Michael Albinus <michael.albinus@gmx.de>
12689
12690 * net/tramp-sh.el (tramp-end-of-heredoc): New defconst.
12691 (tramp-sh-handle-set-file-acl)
12692 (tramp-sh-handle-start-file-process)
12693 (tramp-sh-handle-write-region, tramp-sh-handle-vc-registered)
12694 (tramp-find-executable, tramp-send-command): Use it.
12695
12696 2014-02-05 Glenn Morris <rgm@gnu.org>
12697
12698 * epa.el (epa-mail-aliases): Fix custom type. Doc tweak.
12699
12700 2014-02-04 Fabián Ezequiel Gallina <fgallina@gnu.org>
12701
12702 * progmodes/python.el (python-shell-send-string)
12703 (python-shell-send-string-no-output): Fix docstring (Bug#16547).
12704
12705 2014-02-04 Anders Lindgren <andlind@gmail.com>
12706
12707 * emacs-lisp/ert.el (ert--activate-font-lock-keywords): Allow dashes in
12708 the names (bug#16620).
12709
12710 2014-02-03 Martin Rudalics <rudalics@gmx.at>
12711
12712 * faces.el (window-divider): New default value. Rewrite doc-string.
12713 (window-divider-first-pixel, window-divider-last-pixel): New faces.
12714
12715 2014-02-03 Dmitry Gutov <dgutov@yandex.ru>
12716
12717 * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
12718 `protected' and `public' can also be called without arguments.
12719
12720 2014-02-03 Glenn Morris <rgm@gnu.org>
12721
12722 * register.el (window-configuration-to-register)
12723 (frame-configuration-to-register): Unadvertise unused argument.
12724 * frameset.el (frameset-to-register): Remove unused argument.
12725
12726 * frameset.el (frameset-to-register):
12727 * kmacro.el (kmacro-to-register):
12728 * register.el (increment-register):
12729 * calc/calc-yank.el (calc-copy-to-register, calc-insert-register)
12730 (calc-append-to-register, calc-prepend-to-register):
12731 * play/gametree.el (gametree-layout-to-register)
12732 (gametree-apply-register-layout):
12733 * textmodes/picture.el (picture-clear-rectangle-to-register)
12734 (picture-yank-rectangle-from-register):
12735 * vc/emerge.el (emerge-combine-versions-register):
12736 Use register-read-with-preview to read registers.
12737
12738 2014-02-03 João Távora <joaotavora@gmail.com>
12739
12740 * elec-pair.el (electric-pair-backward-delete-char): Don't error
12741 when at beginning of (possibly narrowed) buffer.
12742
12743 2014-02-02 Daniel Colascione <dancol@dancol.org>
12744
12745 * help-at-pt.el (help-at-pt-string, help-at-pt-maybe-display):
12746 Also try to display local help from just before point.
12747
12748 2014-02-02 Alan Mackenzie <acm@muc.de>
12749
12750 c-parse-state. Don't "append-lower-brace-pair" in certain
12751 circumstances. Also fix an obscure bug where "\\s!" shouldn't be
12752 recognised as a comment.
12753
12754 * progmodes/cc-engine.el (c-state-pp-to-literal): Check for "\\s!"
12755 as well as normal comment starter.
12756 (c-parse-state-get-strategy): Extra return possibility
12757 'back-and-forward.
12758 (c-remove-stale-state-cache): Extra element CONS-SEPARATED in
12759 return value list to indicate replacement of a brace-pair cons
12760 with its car.
12761 (c-parse-state-1): With 'back-and-forward, only call
12762 c-append-lower-brace-pair-to state-cache when cons-separated.
12763
12764 2014-02-02 Jan Djärv <jan.h.d@swipnet.se>
12765
12766 * term/ns-win.el (ns-suspend-error): New function.
12767 (ns-initialize-window-system): Add ns-suspend-error to
12768 suspend-hook (Bug#16612).
12769
12770 2014-02-02 Daniel Colascione <dancol@dancol.org>
12771
12772 * progmodes/cc-defs.el (c-find-assignment-for-mode):
12773 Make loading cc-mode silent.
12774
12775 2014-02-02 Daniel Colascione <dancol@dancol.org>
12776
12777 * comint.el (comint-prompt-read-only): Change doc to suggest
12778 remap keybinding.
12779
12780 2014-02-02 Glenn Morris <rgm@gnu.org>
12781
12782 * register.el (register-read-with-preview, point-to-register)
12783 (window-configuration-to-register, frame-configuration-to-register)
12784 (jump-to-register, number-to-register, view-register, insert-register)
12785 (copy-to-register, append-to-register, prepend-to-register)
12786 (copy-rectangle-to-register): Doc fixes.
12787
12788 2014-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12789
12790 * help-fns.el (help-C-file-name): Handle advised functions (bug#16478).
12791 * emacs-lisp/find-func.el (find-function-C-source): Idem.
12792 * emacs-lisp/nadvice.el (advice--cd*r): New function.
12793 * help-fns.el (describe-function-1): Use it.
12794
12795 2014-02-02 Glenn Morris <rgm@gnu.org>
12796
12797 * register.el (register-preview-default): New function,
12798 split from register-preview.
12799 (register-preview-function): Rename from register-preview-functions,
12800 make it not a hook.
12801 (register-preview): Use register-preview-function.
12802 (register-read-with-preview): Error on non-character event. (Bug#16595)
12803
12804 2014-02-01 Dmitry Gutov <dgutov@yandex.ru>
12805
12806 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Check for
12807 `:' before binary operators (bug#16609). Don't check for `:'
12808 before `[' and `(', or their syntax status. A percent literal
12809 can't end with either.
12810 (ruby-font-lock-keywords): For built-ins that require arguments,
12811 check that they're followed by something that looks like argument
12812 (bug#16610).
12813
12814 2014-02-01 Lars Ingebrigtsen <larsi@gnus.org>
12815
12816 * subr.el (butlast): Document what an omitted N means (bug#13437).
12817 (nbutlast): Ditto.
12818
12819 2014-01-31 Lars Ingebrigtsen <larsi@gnus.org>
12820
12821 * net/shr.el (shr-generic): Make into a defsubst to make the stack
12822 depth shallower (bug#16587).
12823 (shr-tag-svg): Respect `shr-inhibit-images'.
12824 (shr-dom-to-xml): Respect `shr-blocked-images' (bug#15882).
12825
12826 2014-01-31 Dmitry Gutov <dgutov@yandex.ru>
12827
12828 * progmodes/ruby-mode.el (ruby-align-chained-calls): New option.
12829 (ruby-smie-grammar): Make "." right-associative. Make its priority
12830 lower than the ternary and all binary operators.
12831 (ruby-smie-rules): Indent "(" relative to the first non-"."
12832 parent, or the first "." parent at indentation.
12833 Use `ruby-align-chained-calls' for indentation of "." tokens.
12834 (Bug#16593)
12835
12836 2014-01-31 Juri Linkov <juri@jurta.org>
12837
12838 * sort.el (delete-duplicate-lines): Remove `:weakness 'key'
12839 from `make-hash-table'.
12840
12841 * textmodes/ispell.el (ispell-init-process): Change message format
12842 to be consistent with other messages.
12843
12844 2014-01-31 Glenn Morris <rgm@gnu.org>
12845
12846 * delsel.el (delete-selection-mode): Doc fix.
12847
12848 * emacs-lisp/trace.el (trace--read-args, trace-function-foreground)
12849 (trace-function-background): Doc fixes.
12850
12851 * ido.el (ido-use-virtual-buffers): Doc fix.
12852 Reset :version, since the default value has not changed.
12853
12854 * register.el (register-preview-delay, register-read-with-preview):
12855 Doc fixes.
12856
12857 * mail/reporter.el (reporter-dump-variable): In case of void-variable,
12858 do not mess with mail-buffer position (fixes 2009-11-03 change).
12859 * progmodes/cc-mode.el (c-submit-bug-report):
12860 Check auto-fill-mode is bound. (Bug#16592)
12861
12862 2014-01-31 Darren Hoo <darren.hoo@gmail.com>
12863
12864 * startup.el (fancy-splash-image-file): New function,
12865 split from fancy-splash-head.
12866 (fancy-splash-head, use-fancy-splash-screens-p): Use it,
12867 so that we are both using the same image. (Bug#16574)
12868
12869 2014-01-30 Glenn Morris <rgm@gnu.org>
12870
12871 * simple.el (eval-expression): Doc fix.
12872
12873 * hexl.el (hexl-mode-hook):
12874 * ielm.el (ielm-mode-hook):
12875 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-hook)
12876 (lisp-interaction-mode-hook):
12877 * progmodes/cfengine.el (cfengine3-documentation-function):
12878 Replace obsolete alias `turn-on-eldoc-mode' with `eldoc-mode'.
12879
12880 2014-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
12881
12882 * emacs-lisp/eieio-opt.el (eieio-help-generic): Don't assume `generic'
12883 is a symbol (bug#16584).
12884
12885 2014-01-30 Glenn Morris <rgm@gnu.org>
12886
12887 * help.el (help-for-help-internal): Add "P" to text.
12888
12889 2014-01-29 Glenn Morris <rgm@gnu.org>
12890
12891 * simple.el (just-one-space, cycle-spacing): Doc fixes.
12892
12893 2014-01-28 Martin Rudalics <rudalics@gmx.at>
12894
12895 * window.el (fit-frame-to-buffer): Fix calculations for margins and
12896 height constraints.
12897
12898 2014-01-28 Luke Lee <luke.yx.lee@gmail.com>
12899
12900 * progmodes/hideif.el: Extend to full CPP expression syntax.
12901 (hif-token-alist): Add missing tokens.
12902 (hif-token-regexp): Add support for float/octal/hex immediates.
12903 (hif-string-literal-regexp): New const.
12904 (hif-tokenize): Recognize strings and float/octal/hex immediates.
12905 (hif-exprlist): New function.
12906 (hif-parse-if-exp): Use it.
12907 (hif-logior-expr, hif-logxor-expr, hif-logand-expr, hif-comp-expr)
12908 (hif-logshift-expr, hif-muldiv-expr, hif-lognot, hif-shiftleft)
12909 (hif-shiftright, hif-multiply, hif-divide, hif-modulo, hif-equal)
12910 (hif-logxor, hif-comma): New functions.
12911
12912 2014-01-28 Glenn Morris <rgm@gnu.org>
12913
12914 * textmodes/fill.el (fill-single-char-nobreak-p): Doc tweak.
12915
12916 * indent.el (tab-stop-list): Doc fix. Add :version.
12917
12918 * vc/pcvs.el (vc-editable-p, vc-checkout): Remove unused declarations.
12919 (cvs-append-to-ignore): Add compatibility alias.
12920
12921 2014-01-27 Glenn Morris <rgm@gnu.org>
12922
12923 * dired.el (dired-hide-details-mode): Don't autoload it,
12924 since it cannot be used outside Dired buffers anyway.
12925
12926 * emulation/cua-base.el (cua-mode): Doc fix.
12927
12928 * dired.el (dired-hide-details-hide-symlink-targets)
12929 (dired-hide-details-hide-information-lines)
12930 (dired-hide-details-mode): Doc fixes.
12931
12932 * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
12933 * strokes.el (strokes-file): Doc fix. Bump :version.
12934 (strokes-help): Doc fix.
12935 * emulation/viper-init.el (viper-vi-style-in-minibuffer): Doc fix.
12936 * emulation/viper.el (viper): Doc fix for custom group.
12937 (top-level): Remove oh-so-no-longer-relevant text about vip.
12938 * obsolete/otodo-mode.el (todo-prefix): Doc fix.
12939
12940 * ido.el (ido-save-directory-list-file):
12941 * saveplace.el (save-place-file):
12942 * calendar/timeclock.el (timeclock-file):
12943 * net/quickurl.el (quickurl-url-file):
12944 * obsolete/otodo-mode.el (todo-file-do, todo-file-done, todo-file-top):
12945 * progmodes/idlwave.el (idlwave-config-directory):
12946 * textmodes/remember.el (remember-data-file):
12947 Bump :version.
12948
12949 2014-01-26 Glenn Morris <rgm@gnu.org>
12950
12951 * progmodes/opascal.el (opascal-tab-always-indents, opascal-tab):
12952 Doc fix. Make obsolete.
12953 (opascal-mode): No longer mention opascal-tab-always-indents in doc.
12954
12955 * sort.el (delete-duplicate-lines): Doc fix.
12956
12957 2014-01-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
12958
12959 * progmodes/ada-mode.el (ada):
12960 * woman.el (woman): Link to info manual and Commentary section.
12961
12962 * progmodes/flymake.el (flymake):
12963 * nxml/nxml-mode.el (nxml):
12964 * net/eww.el (eww):
12965 * speedbar.el (speedbar, speedbar-faces, speedbar-vc):
12966 * htmlfontify.el (htmlfontify):
12967 * ses.el (ses):
12968 * epa.el (epa):
12969 * ido.el (ido): Link to info manual.
12970
12971 2014-01-25 Leo Liu <sdl.web@gmail.com>
12972
12973 * progmodes/flymake.el (flymake-make-overlay): No rear advance.
12974
12975 2014-01-25 Adam Sjøgren <asjo@koldfront.dk>
12976
12977 * net/shr.el (shr-tag-img): Prefer the title over the alt text
12978 (bug#16537).
12979
12980 2014-01-24 Juanma Barranquero <lekktu@gmail.com>
12981
12982 * net/eww.el (eww-download-callback):
12983 Fix reference to eww-download-directory.
12984
12985 * emacs-lisp/bytecomp.el (byte-compile-file):
12986 Remove unused local variable `file-name'.
12987
12988 2014-01-24 Glenn Morris <rgm@gnu.org>
12989
12990 * woman.el (woman-default-faces, woman-monochrome-faces):
12991 Fix obsolescence specification.
12992
12993 * subr.el (with-demoted-errors): Doc fix.
12994
12995 2014-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12996
12997 * emacs-lisp/cl-macs.el: Improve type->predicate mapping (bug#16520).
12998 (cl--macroexp-fboundp): New function.
12999 (cl--make-type-test): Use it.
13000
13001 2014-01-23 Glenn Morris <rgm@gnu.org>
13002
13003 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp):
13004 * simple.el (eval-expression): Doc fixes.
13005
13006 2014-01-22 Glenn Morris <rgm@gnu.org>
13007
13008 * emacs-lisp/authors.el (authors-fixed-entries): Addition.
13009
13010 2014-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13011
13012 * emacs-lisp/package.el: Write files silently.
13013 (package-autoload-ensure-default-file, package--write-file-no-coding)
13014 (package-generate-description-file, package--download-one-archive)
13015 (package-install-from-archive): Tell `write-region' to stay quiet.
13016 (package-menu-mode, package-menu--print-info): Omit the Archive column
13017 if there's only one archive.
13018 (package-all-keywords, package--has-keyword-p): Remove dead code.
13019
13020 2014-01-22 Glenn Morris <rgm@gnu.org>
13021
13022 * version.el (emacs-bzr-version-bzr): Fix typo.
13023
13024 * version.el (emacs-repository-get-version):
13025 Check either .bzr or .git, but not both.
13026 Make the git case actually use the DIR argument, and return nil
13027 rather than the empty string.
13028 Avoid error if .git exists but the git executable is not found.
13029
13030 2014-01-22 Martin Rudalics <rudalics@gmx.at>
13031
13032 Fixes in window size functions around Bug#16430 and Bug#16470.
13033 * window.el (window-total-size, window-size): New argument ROUND.
13034 (window--min-delta-1, window-min-delta, window--max-delta-1):
13035 Be more conservative when calculating the numbers of lines or
13036 columns a window can shrink (Bug#16430).
13037 (fit-window-to-buffer): Simplify code.
13038 * term.el (term-window-width): Call window-body-width again.
13039
13040 2014-01-22 Glenn Morris <rgm@gnu.org>
13041
13042 * image.el (image-format-suffixes): Doc fix.
13043
13044 * international/quail.el (quail-define-package): Doc fix.
13045
13046 * emacs-lisp/authors.el (authors-valid-file-names)
13047 (authors-renamed-files-alist): Additions.
13048
13049 * vc/vc-git.el (vc-git-print-log): Remove --follow;
13050 reverts 2014-01-09 change. (Bug#16422)
13051
13052 * calc/calc-embed.el (thing-at-point-looking-at):
13053 * emacs-lisp/map-ynp.el (x-popup-dialog):
13054 * obsolete/lmenu.el (x-popup-dialog):
13055 * emacs-lisp/package.el (url-recreate-url):
13056 * mail/mailclient.el (clipboard-kill-ring-save):
13057 * subr.el (x-popup-dialog): Update declaration.
13058 * mail/rmail.el (rmail-mime-message-p):
13059 * window.el (tool-bar-lines-needed): Remove unnecessary declaration.
13060
13061 2014-01-21 Daniel Colascione <dancol@dancol.org>
13062
13063 * progmodes/sh-script.el (sh--inside-noncommand-expression):
13064 Correctly detect when we're inside an arithmetic expansion form
13065 containing nested parenthesis.
13066 (sh--maybe-here-document): Use `sh--inside-noncommand-expression'
13067 to detect cases where we shouldn't expand "<<" to a heredoc
13068 skeleton.
13069
13070 2014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
13071
13072 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
13073 (eldoc--message-command-p): New function.
13074 (eldoc-display-message-p): Use it.
13075 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
13076 message is not automatically erased for us.
13077 (eldoc-print-current-symbol-info): Erase previous message, if any.
13078
13079 2014-01-21 Tassilo Horn <tsdh@gnu.org>
13080
13081 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
13082 specify it's an interactive function.
13083
13084 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
13085 Fix regex used for scanning for citation keys which failed for
13086 citations with optional arguments.
13087
13088 2014-01-21 Leo Liu <sdl.web@gmail.com>
13089
13090 * simple.el (read--expression): Don't enable eldoc-mode.
13091
13092 2014-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
13093
13094 * simple.el (move-beginning-of-line): Make sure we don't move forward
13095 (bug#16497).
13096
13097 2014-01-20 Juri Linkov <juri@jurta.org>
13098
13099 * saveplace.el (toggle-save-place, save-place-to-alist)
13100 (save-places-to-alist, save-place-dired-hook): Add (derived-mode-p
13101 'dired-mode) before checking for dired-directory. (Bug#16477)
13102
13103 2014-01-20 Juri Linkov <juri@jurta.org>
13104
13105 * indent.el (indent-line-to): Use backward-to-indentation
13106 instead of back-to-indentation. (Bug#16461)
13107
13108 2014-01-20 Paul Eggert <eggert@cs.ucla.edu>
13109
13110 Revert some of the CANNOT_DUMP fix (Bug#16494).
13111 Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes,
13112 but fixing this can wait until after the next release.
13113 * Makefile.in (emacs): Keep EMACSLOADPATH empty.
13114
13115 2014-01-19 Michael Albinus <michael.albinus@gmx.de>
13116
13117 * eshell/esh-mode.el (eshell-password-prompt-regexp):
13118 Use `password-word-equivalents'.
13119 (eshell-watch-for-password-prompt): Let-bind `case-fold-search'
13120 to t. (Bug#5664, Bug#13124)
13121
13122 2014-01-19 Alan Mackenzie <acm@muc.de>
13123
13124 Bind open-paren-in-column-0-is-defun-start to nil at some entry
13125 points.
13126 * progmodes/cc-engine.el (c-invalidate-state-cache-1)
13127 (c-parse-state-1, c-guess-basic-syntax): Bind it here.
13128 * progmodes/cc-mode.el (c-before-change, c-after-change)
13129 (c-font-lock-fontify-region): Bind it here.
13130
13131 2014-01-19 Martin Rudalics <rudalics@gmx.at>
13132
13133 * term.el (term-window-width): Call window-text-width instead of
13134 window-width (Bug#16470).
13135
13136 2014-01-18 Paul Eggert <eggert@cs.ucla.edu>
13137
13138 * simple.el (password-word-equivalents): Remove duplicates.
13139 Sort, to make this easier next time.
13140 Downcase. Omit ": " after "jelszó".
13141
13142 2014-01-18 Jan Djärv <jan.h.d@swipnet.se>
13143
13144 * term/common-win.el (saved-region-selection): Defvar it.
13145 (x-select-text): Set saved-region-selection (Bug#16382).
13146
13147 2014-01-18 Glenn Morris <rgm@gnu.org>
13148
13149 * emacs-lisp/authors.el (authors-aliases)
13150 (authors-renamed-files-alist): Add some entries.
13151
13152 2014-01-17 Michael Albinus <michael.albinus@gmx.de>
13153
13154 * net/tramp.el (tramp-password-prompt-regexp):
13155 Use `password-word-equivalents' if available.
13156 (tramp-action-password, tramp-process-one-action)
13157 (tramp-read-passwd): Let-bind `case-fold-search' to t. (Bug#13124)
13158
13159 2014-01-17 Chong Yidong <cyd@gnu.org>
13160
13161 * simple.el (password-word-equivalents): New defcustom.
13162 * comint.el (comint-password-prompt-regexp): Use it. Bump version
13163 to 24.4.
13164 (comint-watch-for-password-prompt): Let-bind `case-fold-search'
13165 to t. (Bug#13124)
13166
13167 2014-01-17 Dmitry Gutov <dgutov@yandex.ru>
13168
13169 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
13170 (ruby-align-to-stmt-keywords): Change the default value.
13171 Use `ruby-alignable-keywords' to generate the possible customization
13172 choices.
13173 (ruby-smie-rules): Instead of using a hardcoded list of alignable
13174 keywords, check against the value of `ruby-alignable-keywords'
13175 (http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01439.html).
13176
13177 2014-01-17 Glenn Morris <rgm@gnu.org>
13178
13179 * emacs-lisp/authors.el (authors-aliases): Remove unnecessary entries.
13180
13181 Make M-x authors return zero *Authors Errors* from current logs.
13182 * emacs-lisp/authors.el (authors-obsolete-files-regexps)
13183 (authors-ignored-files): Add some entries, remove others.
13184 (authors-ambiguous-files, authors-valid-file-names):
13185 Add some entries.
13186 (authors-renamed-files-alist): Add, remove, and adjust entries.
13187 (authors-renamed-files-regexps): Add some entries.
13188 Remove some very broad ones. Make some entries `lax'.
13189 (authors-lax-changelogs): New constant.
13190 (authors-disambiguate-file-name): Treat top-level specially.
13191 (authors-lax-changelog-p): New function.
13192 (authors-canonical-file-name): Check file as written against
13193 authors-valid-file-names. Do not special-case etc/.
13194 Handle `lax' logs and authors-renamed-files-regexps elements.
13195
13196 2014-01-16 Dmitry Gutov <dgutov@yandex.ru>
13197
13198 * emacs-lisp/package.el (package-desc--keywords): Use `cdr' with
13199 `assoc'. Use `nth' instead of `cdr'. Make private. Update all
13200 callers.
13201
13202 2014-01-16 Stefan Monnier <monnier@iro.umontreal.ca>
13203
13204 * follow.el (follow-adjust-window): Remove `dest' argument (bug#16426).
13205 Assume we're already in the proper buffer.
13206 Inspired by Anders Lindgren <andlind@gmail.com>.
13207 (follow-post-command-hook): Call it from the right buffer.
13208 (follow-comint-scroll-to-bottom): Adjust call.
13209 (follow-all-followers): Use get-buffer-window-list.
13210
13211 2014-01-15 Daniel Colascione <dancol@dancol.org>
13212
13213 * emacs-lisp/bytecomp.el (byte-compile-file): Use whole
13214 `buffer-file-name' in interactive-form so that we don't leave
13215 pathless file names in `file-name-history'.
13216
13217 2014-01-15 Juri Linkov <juri@jurta.org>
13218
13219 * indent.el (indent-rigidly): Set deactivate-mark to nil
13220 in transient indentation mode. (Bug#16438)
13221
13222 2014-01-15 Dmitry Gutov <dgutov@yandex.ru>
13223
13224 * emacs-lisp/package.el (package-desc-keywords): New function
13225 (Bug#16222).
13226 (describe-package-1, package-all-keywords)
13227 (package--has-keyword-p): Use it.
13228
13229 2014-01-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
13230
13231 * simple.el (define-alternatives): When creating the
13232 COMMAND-alternatives variable, assign COMMAND as its definition
13233 name so that `describe-variable' can relocate it.
13234
13235 2014-01-14 Matthew Leach <matthew@mattleach.net>
13236
13237 * font-lock.el (font-lock-keywords): Fix typo in docstring
13238 (bug#16307).
13239
13240 2014-01-14 Agustín Martín Domingo <agustin.martin@hispalinux.es>
13241
13242 * textmodes/ispell.el (ispell-region): Reset `in-comment' for new
13243 line instead of wrongly reset `add-coment' (bug#13577).
13244
13245 2014-01-14 Daiki Ueno <ueno@gnu.org>
13246
13247 * epa-file.el (epa-file-write-region): Encode the region according
13248 to `buffer-file-format'. Problem reported at:
13249 <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=32917>.
13250
13251 2014-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
13252
13253 * emacs-lisp/edebug.el (edebug--display): Move protective let-binding
13254 so it applies in the right buffer (bug#16410).
13255
13256 2014-01-13 Daniel Colascione <dancol@dancol.org>
13257
13258 * textmodes/rst.el (rst-define-key): Provide deprecated
13259 keybindings through named functions instead of anonymous ones so
13260 that "??" doesn't appear in describe-mode output.
13261
13262 2014-01-13 Bastien Guerry <bzg@gnu.org>
13263
13264 * simple.el (define-alternatives): Call the selected command
13265 interactively. When setting `COMMAND--implementation' for the
13266 first time, tell the user how to chose another implementation.
13267 Enhance the docstring.
13268
13269 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
13270
13271 * vc/log-edit.el: Fix highlighting of summary when it's the first line.
13272 (log-edit--match-first-line): New function.
13273 (log-edit-font-lock-keywords): Use it.
13274 (log-edit-mode): Make jit-lock-defer-multiline work.
13275
13276 2014-01-13 Bastien Guerry <bzg@gnu.org>
13277
13278 * rect.el (rectangle-mark-mode): When the region is not active,
13279 display a message saying that the mark as been set and that
13280 rectangle mode is in use.
13281 (rectangle--highlight-for-redisplay): Only put an overlay with a
13282 visible vertical bar when (display-graphic-p) is non-nil.
13283 This partially fixes Bug#16403.
13284
13285 2014-01-13 Juri Linkov <juri@jurta.org>
13286
13287 * info.el (Info-find-file): Go to DIR before displaying the error
13288 about a nonexistent file if no previous Info file is visited.
13289 Use `user-error' instead of `error' for "Info file %s does not exist".
13290 (Info-find-node-2): In case of a nonexistent node in unwind forms
13291 go to the Top node if there is no previous node to revert to.
13292 (Bug#16405)
13293
13294 2014-01-13 Martin Rudalics <rudalics@gmx.at>
13295
13296 fit-frame/window-to-buffer code fixes including one for Bug#14096.
13297 * window.el (fit-frame-to-buffer): Fix doc-string.
13298 Respect window-min-height/-width. Fit pixelwise when
13299 frame-resize-pixelwise is non-nil. Adjust right/bottom edge
13300 when avoiding that frame goes partially off-screen.
13301 (fit-window-to-buffer): Respect window-min-height/-width
13302 (Bug#14096).
13303
13304 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
13305
13306 * indent.el (indent-according-to-mode): Flush to column 0 in text-mode
13307 after an empty line.
13308
13309 2014-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
13310
13311 * net/shr.el (shr-render-region): Autoload.
13312
13313 2014-01-12 Xue Fuqiao <xfq.free@gmail.com>
13314
13315 * net/eww.el (eww-download-directory): Rename from
13316 `eww-download-path' (Bug#16419).
13317
13318 2014-01-12 Leo Liu <sdl.web@gmail.com>
13319
13320 * dired-x.el (dired-mode-map): Fix last change.
13321
13322 * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally.
13323
13324 2014-01-12 Paul Eggert <eggert@cs.ucla.edu>
13325
13326 Spelling fixes.
13327 * emacs-lisp/generic.el (generic--normalize-comments):
13328 Rename from generic--normalise-comments. All uses changed.
13329 * play/bubbles.el (bubbles--neighborhood-score)
13330 (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood)
13331 (bubbles--neighborhood-available)
13332 (bubbles--update-neighborhood-score):
13333 Rename from names with 'neighbourhood'. All uses changed.
13334
13335 2014-01-12 Leo Liu <sdl.web@gmail.com>
13336
13337 Re-implement the feature of showing eldoc info after editing.
13338 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove.
13339 (eldoc-edit-message-commands): New function.
13340 (eldoc-print-after-edit): New variable.
13341 (eldoc-pre-command-refresh-echo-area): Emit message only by
13342 eldoc-message-commands.
13343 (eldoc-mode): Restrict eldoc-message-commands to editing commands
13344 if eldoc-print-after-edit is set. (Bug#16346)
13345 * simple.el (read--expression): Enable eldoc-mode.
13346 * progmodes/octave.el (octave-mode-menu): Adapt to change in eldoc.
13347
13348 2014-01-11 Dani Moncayo <dmoncayo@gmail.com>
13349 Eric S. Raymond <esr@thyrsus.com>
13350
13351 * version.el (emacs-repository-get-version): Enhance so the
13352 function works correctly in either a Bazaar or Git repo.
13353
13354 2014-01-11 Eric S. Raymond <esr@thyrsus.com>
13355
13356 * play/meese.el: It's 2014 and Ed Meese is justly forgotten.
13357 Goes with removal of the joke manpages from /etc.
13358
13359 2014-01-10 Kenichi Handa <handa@gnu.org>
13360
13361 * mail/rmail.el (rmail-get-coding-system):
13362 Check rmail-get-coding-function before "funcall"ing it.
13363
13364 2014-01-10 Glenn Morris <rgm@gnu.org>
13365
13366 * emacs-lisp/authors.el (authors-fixed-entries):
13367 Update for files that no longer exist.
13368
13369 2014-01-10 Eric S. Raymond <esr@thyrsus.com>
13370
13371 * version.el (emacs-bzr-get-version): Restore compatibilty with
13372 24.3 (Tested).
13373
13374 2014-01-10 Bozhidar Batsov <bozhidar@batsov.com>
13375
13376 * progmodes/ruby-mode.el (auto-mode-alist): Add .podspec
13377 and Podfile.
13378
13379 2014-01-10 Eli Zaretskii <eliz@gnu.org>
13380
13381 * emacs-lisp/authors.el (authors-fixed-entries): Update my entry.
13382
13383 2014-01-10 Chong Yidong <cyd@gnu.org>
13384
13385 * progmodes/octave.el (octave-mode-menu): Don't assume eldoc is loaded.
13386
13387 2014-01-10 Anders Lindgren <andlind@gmail.com>
13388
13389 * follow.el (follow-cache-command-list): Include right-char and
13390 left-char.
13391
13392 2014-01-10 Paul Eggert <eggert@cs.ucla.edu>
13393
13394 Spelling fixes.
13395 * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
13396 * woman.el (woman-mark-horizontal-position):
13397 Rename from woman-mark-horizonal-position. Use changed.
13398
13399 2014-01-10 Glenn Morris <rgm@gnu.org>
13400
13401 * info.el (info-initialize): If running uninstalled, ensure our
13402 own info files are always found first, even if INFOPATH is set.
13403
13404 * help.el (view-order-manuals): Open emacs.info rather than ORDERS.
13405
13406 2014-01-09 David Engster <deng@randomsample.de>
13407
13408 * emacs-lisp/eieio-custom.el:
13409 * emacs-lisp/eieio-opt.el: Set generated autoload file to
13410 'eieio.el'. This was accidentally removed in 2012-10-01T18:10:29Z!cyd@gnu.org.
13411 * emacs-lisp/eieio.el: Regenerate autoloads.
13412
13413 2014-01-09 Eric S. Raymond <esr@thyrsus.com>
13414
13415 * vc/vc-git.el (vc-git-print-log): Add --follow option to command,
13416 following renames. (Bug#8756)
13417
13418 2014-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
13419
13420 * simple.el (deactivate-mark, activate-mark): Force-mode-line-update
13421 (bug#16382).
13422 (activate-mark): Add `no-tmm' argument.
13423 (set-mark, push-mark-command): Use it instead of running
13424 activate-mark-hook by hand.
13425
13426 2014-01-08 Eric S. Raymond <esr@thyrsus.com>
13427
13428 In preparation for the move to git, sanitize out some
13429 Bazaar-specific names.
13430
13431 * emacs-lisp/authors.el: INSTALL.BZR renamed to INSTALL.REPO.
13432
13433 * version.el (emacs-bzr-version): Name changed to
13434 emacs-repository-version. Obsolete-variable alias made.
13435 * loadup.el: Follow through on this name change.
13436 * mail/emacsbug.el (report-emacs-bug): Factor out any
13437 assumption about the version control system in use.
13438
13439 2014-01-08 David Engster <deng@randomsample.de>
13440
13441 * help-fns.el (help-fns-describe-function-functions):
13442 New variable to call functions for augmenting help buffers.
13443 (describe-function-1): Remove explicit calls to
13444 `help-fns--compiler-macro', `help-fns--parent-mode' and
13445 `help-fns--obsolete'. Put them in above new variable instead, and
13446 call them through `run-hook-with-args'.
13447 * emacs-lisp/eieio-opt.el (eieio-help-class): Rename from
13448 `eieio-describe-class'. Not meant for interactive use anymore,
13449 but to augment existing help buffers. Remove optional second
13450 argument. Create proper button for file location.
13451 Rewrite function to use `insert' instead of `princ' and `prin1' where
13452 possible.
13453 (eieio-help-class-slots): Rename from `eieio-describe-class-slots'.
13454 (eieio-method-def, eieio-class-def): Move further up.
13455 (describe-method, describe-generic, eieio-describe-method):
13456 Remove aliases.
13457 (eieio-help-constructor, eieio-help-generic): Rename from
13458 `eieio-describe-constructor' and `eieio-describe-generic', resp.
13459 Rewrite to use `insert' in the current buffer and use proper help
13460 buttons.
13461 (eieio-help-find-method-definition)
13462 (eieio-help-find-class-definition): Also accept symbols as
13463 arguments.
13464 (eieio-help-mode-augmentation-maybee): Remove.
13465 (eieio-describe-class-sb): Use `describe-function'.
13466 * emacs-lisp/eieio.el (help-fns-describe-function-functions):
13467 Add `eieio-help-generic' and `eieio-help-constructor'.
13468
13469 2014-01-08 Paul Eggert <eggert@cs.ucla.edu>
13470
13471 Spelling fixes.
13472 * language/china-util.el (hz-ascii-designation):
13473 Rename from hz-ascii-designnation.
13474 (hz-ascii-designation): Rename from hz-ascii-designnation.
13475 All uses changed.
13476
13477 2014-01-08 Stefan Monnier <monnier@iro.umontreal.ca>
13478
13479 * emacs-lisp/package.el (package-delete): Only remove pkg-desc from
13480 package-alist.
13481
13482 2014-01-08 Bastien Guerry <bzg@gnu.org>
13483
13484 * emacs-lisp/package.el (package-delete):
13485 Correctly delete the package from package-alist.
13486
13487 2014-01-08 Daiki Ueno <ueno@gnu.org>
13488
13489 * emacs-lisp/package.el (url-recreate-url): Declare.
13490 (url-http-target-url): Declare.
13491 (package-handle-response): Include requested URL in the error message.
13492 (package--check-signature): Don't re-signal errors from
13493 package--with-work-buffer. Suggested by Stefan Monnier.
13494
13495 2014-01-07 Bastien Guerry <bzg@gnu.org>
13496
13497 * minibuffer.el (completion--try-word-completion): When both a
13498 hyphen and a space are possible candidates for the character
13499 following a word, display both candidates. (Bug#15980)
13500
13501 2014-01-07 Martin Rudalics <rudalics@gmx.at>
13502
13503 * window.el (balance-windows-2): While rounding don't give a
13504 window more than the remainder. Bug#16351, bug#16383.
13505
13506 2014-01-07 Glenn Morris <rgm@gnu.org>
13507
13508 * menu-bar.el (menu-bar-help-extra-packages): Remove.
13509 (menu-bar-help-menu): Use view-external-packages instead.
13510
13511 2014-01-07 Bastien Guerry <bzg@gnu.org>
13512
13513 * emacs-lisp/package.el (package-delete): Also delete the package
13514 name from `package-alist', not its description only.
13515
13516 2014-01-07 Glenn Morris <rgm@gnu.org>
13517
13518 * help.el (view-external-packages):
13519 * menu-bar.el (menu-bar-help-extra-packages):
13520 Visit efaq.info rather than etc/MORE.STUFF.
13521
13522 2014-01-07 Juri Linkov <juri@jurta.org>
13523
13524 * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
13525 isearch-exit and isearch-delete-char resp. (Bug#16342, bug#16035)
13526
13527 * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
13528 that shadows RET. (Bug#16342)
13529
13530 2014-01-07 Chong Yidong <cyd@gnu.org>
13531
13532 * isearch.el (isearch-yank-char, isearch-yank-word)
13533 (isearch-yank-line): Doc fix.
13534
13535 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
13536
13537 * abbrev.el (define-abbrev): Beware new meaning of fboundp.
13538 * emacs-lisp/elint.el (elint-find-builtins):
13539 * emacs-lisp/eldoc.el (eldoc-symbol-function):
13540 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
13541 (byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
13542 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
13543 * apropos.el (apropos-safe-documentation):
13544 * subr.el (symbol-file): Remove redundant fboundp.
13545 * progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
13546
13547 2014-01-06 Bastien Guerry <bzg@gnu.org>
13548
13549 * hl-line.el (global-hl-line-overlay): Make a local variable.
13550 (global-hl-line-overlays): New variable to store all overlays.
13551 (global-hl-line-mode): Don't delete overlays from the current
13552 buffer when `global-hl-line-sticky-flag' is non-nil.
13553 (global-hl-line-highlight): Add new overlays to
13554 `global-hl-line-overlays'.
13555 (global-hl-line-unhighlight-all): New function to delete all
13556 overlays when turning off `global-hl-line-mode'.
13557 This fixes Bug#16183.
13558
13559 2014-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
13560
13561 * subr.el (set-transient-map): Fix nested case and docstring.
13562
13563 2014-01-06 Tassilo Horn <tsdh@gnu.org>
13564
13565 * textmodes/reftex-vars.el (reftex-label-alist-builtin): Add a
13566 `Texinfo' entry.
13567
13568 2014-01-06 Daniel Colascione <dancol@dancol.org>
13569
13570 Fix defun navigation in vc log view.
13571
13572 * vc/log-view.el (log-view-beginning-of-defun): Rewrite to behave
13573 like `beginning-of-defun'.
13574 (log-view-end-of-defun, log-view-end-of-defun-1): Rename old
13575 log-view-end-of-defun to log-view-end-of-defun-1. Replace
13576 log-view-end-of-defun with wrapper that behaves like `end-of-defun'.
13577 (log-view-extract-comment): Call `log-view-current-entry' directly
13578 instead of relying on broken `log-view-beginning-of-defun' behavior.
13579
13580 2014-01-06 Paul Eggert <eggert@cs.ucla.edu>
13581
13582 Spelling fixes.
13583 * calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
13584 * emacs-lisp/debug.el (cancel-debug-on-entry):
13585 * epg.el (epg-error-to-string):
13586 * files.el (recover-file):
13587 * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
13588 * mail/emacsbug.el (report-emacs-bug-hook):
13589 * mail/sendmail.el (mail-recover):
13590 * ses.el (ses-yank-resize):
13591 * term/ns-win.el (ns-print-buffer):
13592 Spelling fixes in diagnostics, mostly for "canceled" with one L.
13593 * epg.el (epg-key-capability-alist): Rename from misspelled version.
13594 All uses changed.
13595 * obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
13596
13597 2014-01-06 Leo Liu <sdl.web@gmail.com>
13598
13599 * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o
13600 to avoid shadowing global key. (Bug#16354)
13601
13602 2014-01-06 Daniel Colascione <dancol@dancol.org>
13603
13604 * textmodes/rst.el (rst-mode): Set electric-indent-inhibit for
13605 rst-mode.
13606
13607 2014-01-05 Martin Rudalics <rudalics@gmx.at>
13608
13609 * window.el (balance-windows): Add mising t to fix Bug#16351.
13610
13611 2014-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
13612
13613 * net/shr.el (shr-descend): Don't bug out if the anchor is empty
13614 (bug#16285).
13615 (shr-insert): If we have a word that's longer than `shr-width',
13616 break after it anyway. Otherwise we'll do no breaking once we get
13617 such a long word.
13618
13619 2014-01-05 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
13620
13621 * net/eww.el (eww): Support single/double quote for search.
13622 * net/eww.el (eww-list-histories, eww-history-browse): Fixup.
13623 (eww-history-quit): Delete and use quit-window.
13624 (eww-history-kill): Delete, because it doesn't work well and
13625 not necessary.
13626 (eww-history-mode-map): Delete some keys and add easy-menu.
13627
13628 2014-01-05 Paul Eggert <eggert@cs.ucla.edu>
13629
13630 Fix misspelling of 'chinese' in rx (Bug#16237).
13631 * emacs-lisp/rx.el (rx-categories): Correct spelling of
13632 chinese-two-byte.
13633
13634 Change subword regexps back to vars (Bug#16296).
13635 * progmodes/subword.el (subword-forward-regexp)
13636 (subword-backward-regexp): Change these back to variables.
13637
13638 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13639
13640 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't bother with
13641 syntax-begin-function (bug#16247).
13642
13643 2014-01-03 Chong Yidong <cyd@gnu.org>
13644
13645 * emacs-lisp/nadvice.el (advice--make-docstring): Change args.
13646 (advice--docstring): Delete variable.
13647 (advice--make-1): Leave the docstring empty.
13648 (advice-add): Use function-documentation for advised docstring.
13649
13650 * emacs-lisp/advice.el (ad--make-advised-docstring): Change args.
13651 Ignore function-documentation property when getting documentation.
13652 (ad-activate-advised-definition): Use function-documentation
13653 generate the docstring.
13654 (ad-make-advised-definition): Don't call
13655 ad-make-advised-definition-docstring.
13656 (ad-make-advised-definition-docstring, ad-advised-definition-p):
13657 Delete functions.
13658
13659 * progmodes/sql.el (sql-help): Use function-documentation instead
13660 of dynamic-docstring-function property. No need to autoload now.
13661 (sql--help-docstring): New variable.
13662 (sql--make-help-docstring): Use it.
13663
13664 2014-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13665
13666 * ielm.el (ielm-tab): Retarget.
13667 (ielm-map): Use ielm-tab for tab.
13668 (ielm-complete-filename): Use comint-filename-completion.
13669 (ielm-complete-symbol): Remove.
13670 (inferior-emacs-lisp-mode): Use lisp-completion-at-point instead and
13671 remove ielm-tab from completion-at-point-functions (bug#16224).
13672
13673 * emacs-lisp/pcase.el (pcase--split-equal, pcase--split-member):
13674 Beware signals raised by predicates (bug#16201).
13675
13676 2014-01-02 Richard Stallman <rms@gnu.org>
13677
13678 * dired-aux.el (dired-do-print): Handle printer-name.
13679
13680 * mail/rmailmm.el (rmail-mime-message-p): Move to rmail.el.
13681 * mail/rmail.el (rmail-mime-message-p): Move from rmailmm.el.
13682 (rmail-epa-decrypt): Turn off mime processing.
13683
13684 * mail/rmail.el (rmail-make-in-reply-to-field):
13685 Add parens in message-id.
13686
13687 * mail/rmail.el (rmail-get-coding-function): Variable.
13688 (rmail-get-coding-system): Use it.
13689
13690 2013-12-31 Eli Zaretskii <eliz@gnu.org>
13691
13692 * international/mule-conf.el: Unify the charset indian-is13194.
13693 (indian-is13194): Specify unify-map.
13694
13695 2013-12-31 Leo Liu <sdl.web@gmail.com>
13696
13697 * subr.el (set-temporary-overlay-map): Obsolete alias. (Bug#16305)
13698
13699 2013-12-30 Daniel Colascione <dancol@dancol.org>
13700
13701 * term/x-win.el ([XF86WakeUp]): Ignore the XF86WakeUp key instead
13702 of printing a useless when we resume from sleep.
13703
13704 * progmodes/sh-script.el
13705 (sh-smie-sh-forward-token, sh-smie-rc-forward-token): Fix infloop
13706 in indentation code. (Bug#16233)
13707
13708 2013-12-28 João Távora <joaotavora@gmail.com>
13709
13710 * elec-pair.el (electric-pair-post-self-insert-function):
13711 Don't open extra newlines at beginning of buffer. (Bug#16272)
13712
13713 2013-12-28 Eli Zaretskii <eliz@gnu.org>
13714
13715 * frame.el (window-system-for-display): Don't allow to create a
13716 GUI frame from a -nw session on MS-Windows. (Bug#14739)
13717
13718 2013-12-28 Glenn Morris <rgm@gnu.org>
13719
13720 * mail/hashcash.el (hashcash-program): Rename from hashcash-path.
13721 Update callers.
13722
13723 * apropos.el (apropos-match-face):
13724 * calculator.el (calculator-displayer):
13725 * dabbrev.el (dabbrev-search-these-buffers-only):
13726 * face-remap.el (buffer-face-mode-face):
13727 * simple.el (yank-handled-properties):
13728 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
13729 * mail/footnote.el (footnote-mode-line-string, footnote-prefix):
13730 * mail/hashcash.el (hashcash-accept-resources, hashcash-program)
13731 (hashcash-double-spend-database):
13732 * progmodes/ruby-mode.el (ruby-deep-indent-paren)
13733 (ruby-deep-indent-paren-style):
13734 * textmodes/flyspell.el (flyspell-auto-correct-binding):
13735 * textmodes/rst.el (rst-toc-indent, rst-toc-insert-style)
13736 (rst-toc-insert-number-separator, rst-toc-insert-max-level):
13737 * vc/pcvs-defs.el (cvs-minor-mode-prefix):
13738 Specify custom types.
13739
13740 * emacs-lisp/smie.el (smie-config): Add type, version, initialize.
13741 * bookmark.el (bookmark-bmenu-use-header-line):
13742 * doc-view.el (doc-view-scale-internally):
13743 * pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
13744 * register.el (register-preview-delay):
13745 * net/shr.el (shr-bullet):
13746 * progmodes/cfengine.el (cfengine-cf-promises)
13747 (cfengine-parameters-indent):
13748 * progmodes/octave.el (inferior-octave-error-regexp-alist):
13749 * textmodes/reftex-vars.el (reftex-label-regexps):
13750 * vc/log-edit.el (log-edit-setup-add-author): Add version.
13751
13752 * net/tls.el (tls-certtool-program): Fix default value.
13753
13754 * desktop.el (desktop-restore-in-current-display):
13755 * newcomment.el (comment-empty-lines):
13756 * progmodes/idlwave.el (idlwave-scan-all-buffers-for-routine-info)
13757 (idlwave-pad-keyword):
13758 * progmodes/tcl.el (tcl-tab-always-indent):
13759 * textmodes/reftex-vars.el (reftex-index-default-tag):
13760 * elec-pair.el (electric-pair-skip-whitespace):
13761 * progmodes/cfengine.el (cfengine-cf-promises): Fix custom types.
13762
13763 * emacs-lisp/authors.el (authors-ignored-files)
13764 (authors-valid-file-names, authors-renamed-files-alist): Additions.
13765
13766 2013-12-27 Jarek Czekalski <jarekczek@poczta.onet.pl>
13767
13768 * shell.el (shell-dynamic-complete-command): Doc fix.
13769 (shell--command-completion-data): Shell completion now matches
13770 executable filenames from the current buffer's directory, on
13771 systems in which this behavior is the default (windows-nt, ms-dos).
13772
13773 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
13774
13775 * net/shr.el (shr-insert): Don't infloop if the width is zero.
13776
13777 2013-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
13778
13779 * icomplete.el (icomplete-show-matches-on-no-input): Default to nil
13780 (bug#16251).
13781
13782 * electric.el: Move all electric-pair-* to elec-pair.el.
13783 * elec-pair.el: New file, split from electric.el.
13784
13785 2013-12-27 Lars Ingebrigtsen <larsi@gnus.org>
13786
13787 * net/shr.el (shr-find-fill-point): Don't try to fill if the
13788 indentation level is larger than the width, because that will
13789 infloop.
13790 (shr-insert): Fill repeatedly long texts, so that Japanese is
13791 formatted correctly (bug#16263).
13792 (shr-find-fill-point): Off by one error in comparison with the
13793 indentation.
13794
13795 2013-12-26 João Távora <joaotavora@gmail.com>
13796
13797 * electric.el (electric-pair-mode): More flexible engine for skip-
13798 and inhibit predicates, new options for pairing-related functionality.
13799 (electric-pair-preserve-balance): Pair/skip parentheses and quotes
13800 if that keeps or improves their balance in buffers.
13801 (electric-pair-delete-adjacent-pairs): Delete the pair when
13802 backspacing over adjacent matched delimiters.
13803 (electric-pair-open-extra-newline): Open extra newline when
13804 inserting newlines between adjacent matched delimiters.
13805 (electric--sort-post-self-insertion-hook):
13806 Sort post-self-insert-hook according to priority values when
13807 minor-modes are activated.
13808 * simple.el (newline-and-indent): Call newline with interactive
13809 set to t.
13810 (blink-paren-post-self-insert-function): Set priority to 100.
13811 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13812 Use electric-pair-text-pairs to pair backtick-and-quote in strings and
13813 comments. Locally set electric-pair-skip-whitespace to 'chomp and
13814 electric-pair-open-newline-between-pairs to nil.
13815
13816 2013-12-26 Fabián Ezequiel Gallina <fgallina@gnu.org>
13817
13818 * progmodes/python.el: Use lexical-binding.
13819 (python-nav-beginning-of-defun): Stop searching ASAP.
13820
13821 2013-12-25 Xue Fuqiao <xfq.free@gmail.com>
13822
13823 * vc/vc.el (vc-ignore): Use `vc-responsible-backend'.
13824 Fix interactive spec. Doc fix. (Bug#15754)
13825
13826 2013-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
13827
13828 * emacs-lisp/byte-run.el (eval-when-compile):
13829 * progmodes/cc-defs.el (cc-eval-when-compile):
13830 Fix edebug spec (bug#16184).
13831
13832 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
13833
13834 * net/shr.el (shr-visit-file): Remove debugging function.
13835 (shr-insert): Don't infloop if we can't find a good place to break
13836 the line (bug#16256).
13837
13838 2013-12-25 Fabián Ezequiel Gallina <fgallina@gnu.org>
13839
13840 * progmodes/python.el (python-nav--lisp-forward-sexp): New function.
13841 (python-nav--lisp-forward-sexp-safe): Use it. Rename from
13842 python-nav-lisp-forward-sexp-safe.
13843 (python-nav--forward-sexp): New argument SAFE allows switching
13844 forward sexp movement behavior for parens.
13845 (python-nav-forward-sexp): Throw errors on unterminated parens
13846 (Bug#16191).
13847 (python-nav-backward-sexp, python-nav-forward-sexp-safe)
13848 (python-nav-backward-sexp-safe): New functions.
13849 (python-shell-buffer-substring):
13850 Use `python-nav-forward-sexp-safe'.
13851
13852 2013-12-25 Lars Ingebrigtsen <larsi@gnus.org>
13853
13854 * net/shr.el (shr-find-fill-point): Don't break lines before a
13855 quotation mark.
13856 (shr-char-kinsoku-bol-p): The quotation mark isn't a kinsoky BOL char.
13857 (shr-find-fill-point): Remove the special checks for the quotation
13858 mark, since `shr-char-kinsoku-bol-p' should now return the right thing.
13859
13860 2013-12-25 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
13861
13862 * net/eww.el (eww-form-textarea): Use a different face for
13863 textareas than text input since they have different keymaps
13864 (bug#16142).
13865
13866 2013-12-24 Fabián Ezequiel Gallina <fgallina@gnu.org>
13867
13868 * progmodes/python.el (python-nav-beginning-of-statement):
13869 Speed up (Bug#15295).
13870
13871 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
13872
13873 * net/eww.el (eww-bookmark-browse): Use `quit-window' to restore
13874 the window configuration.
13875
13876 2013-12-24 Eli Zaretskii <eliz@gnu.org>
13877
13878 * net/eww.el (eww-open-file): Ensure 3 slashes after "file:" when
13879 we run on MS-Windows or MS-DOS.
13880
13881 2013-12-24 Martin Rudalics <rudalics@gmx.at>
13882
13883 * window.el (balance-windows-area): Call window-size instead of
13884 window-height and window-width. Bug#16241.
13885
13886 2013-12-24 Lars Ingebrigtsen <larsi@gnus.org>
13887
13888 * net/eww.el (eww-bookmark-quit): Remove.
13889 (eww-bookmark-browse): Restore the window configuration when you
13890 choose a bookmark (bug#16144).
13891
13892 2013-12-24 Daniel Colascione <dancol@dancol.org>
13893
13894 * icomplete.el: Remove redundant :group arguments to `defcustom'
13895 throughout.
13896 (icomplete-show-matches-on-no-input): New customizable variable.
13897 (icomplete-minibuffer-setup): Call `icomplete-exhibit' on setup if
13898 we have something to show.
13899 (icomplete-exhibit): Compute completions even if we have no user input.
13900
13901 2013-12-23 Daniel Colascione <dancol@dancol.org>
13902
13903 * icomplete.el: Move `provide' to end of file.
13904
13905 2013-12-23 Teodor Zlatanov <tzz@lifelogs.com>
13906
13907 * net/gnutls.el (gnutls-verify-error): Add version tag.
13908
13909 2013-12-23 Chong Yidong <cyd@gnu.org>
13910
13911 * subr.el (set-transient-map): Rename from
13912 set-temporary-overlay-map. Doc fix.
13913
13914 * face-remap.el (text-scale-adjust):
13915 * indent.el (indent-rigidly):
13916 * kmacro.el (kmacro-call-macro):
13917 * minibuffer.el (minibuffer-force-complete):
13918 * repeat.el (repeat):
13919 * simple.el (universal-argument--mode):
13920 * calendar/todo-mode.el (todo-insert-item--next-param):
13921 * progmodes/f90.el (f90-abbrev-start): Callers changed.
13922
13923 * indent.el (indent-rigidly): Use substitute-command-keys.
13924
13925 2013-12-22 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
13926
13927 * net/eww.el (eww-tag-select): Add text-property to jump to next
13928 select field.
13929 (eww): Add non-supported ftp error.
13930
13931 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
13932
13933 * progmodes/ruby-mode.el (ruby--electric-indent-p): Improve the
13934 comments. Handle electric indent after typing `?' and `!'.
13935
13936 2013-12-22 Chong Yidong <cyd@gnu.org>
13937
13938 * faces.el (face-spec-recalc): If the theme specs are not
13939 applicable to a frame, fall back on the defface spec.
13940 This prevents themes from obliterating faces on low-color terminals.
13941
13942 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
13943
13944 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
13945 after `{'. We need it after block openers, and it doesn't seem
13946 to hurt after hash openers.
13947
13948 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
13949
13950 * progmodes/ruby-mode.el (ruby--at-indentation-p): New function,
13951 extracted from `ruby-smie-rules'.
13952 (ruby--electric-indent-chars): New variable.
13953 (ruby--electric-indent-p): New function.
13954 (ruby-mode): Use `electric-indent-functions' instead of
13955 `electric-indent-chars'.
13956
13957 2013-12-22 Dmitry Gutov <dgutov@yandex.ru>
13958
13959 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords): Tweak the
13960 docstring.
13961 (ruby-smie-rules): Indent plus one level after `=>'.
13962
13963 2013-12-21 Richard Stallman <rms@gnu.org>
13964
13965 * simple.el (newline): Doc fix.
13966
13967 2013-12-21 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
13968
13969 * net/eww.el (eww-list-histories, eww-list-histories)
13970 (eww-history-browse, eww-history-quit, eww-history-kill)
13971 (eww-history-mode-map, eww-history-mode): New command and
13972 functions to list browser histories.
13973 (eww-form-text): Support text form with disabled
13974 and readonly attributes.
13975 (eww-checkbox-map): Fix wrong key bind to `eww-toggle-checkbox'.
13976
13977 2013-12-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
13978
13979 * net/eww.el (eww-back-url, eww-forward-url, eww-next-url)
13980 (eww-previous-url, eww-up-url, eww-top-url, eww-add-bookmark)
13981 (eww-bookmark-prepare, eww-bookmark-kill, eww-bookmark-yank)
13982 (eww-bookmark-browse, eww-next-bookmark, eww-previous-bookmark):
13983 Use `user-error'.
13984 (eww-bookmark-mode-map): Add menu.
13985 (eww-render, eww-mode): Use `setq-local'.
13986 (eww-tool-bar-map): New variable.
13987 (eww-mode): Set `tool-bar-map'.
13988 (eww-view-source): Check for `html-mode' with `fboundp'.
13989
13990 2013-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
13991
13992 * net/shr.el (shr--extract-best-source): Don't bug out on audio
13993 elements with text inside. Also remove debugging.
13994
13995 2013-12-21 Jan Djärv <jan.h.d@swipnet.se>
13996
13997 * cus-start.el (all): Add ns-use-srgb-colorspace.
13998
13999 2013-12-21 Chong Yidong <cyd@gnu.org>
14000
14001 * custom.el (custom-theme-recalc-face): Do nothing if the face is
14002 undefined. Thus, theme settings for undefined faces do not take
14003 effect until the faces are defined with defface, the same as with
14004 theme variables.
14005
14006 * faces.el (face-spec-set): Use face-spec-recalc in all cases.
14007 (face-spec-reset-face): Don't assign extra properties in temacs.
14008 (face-spec-recalc): Apply X resources too.
14009
14010 2013-12-21 Chong Yidong <cyd@gnu.org>
14011
14012 * faces.el (face-spec-set):
14013 * cus-face.el (custom-theme-set-faces, custom-set-faces):
14014 * custom.el (defface): Doc fixes (Bug#16203).
14015
14016 * indent.el (indent-rigidly-map): Add docstring, and move commands
14017 into named functions.
14018 (indent-rigidly-left, indent-rigidly-right)
14019 (indent-rigidly-left-to-tab-stop)
14020 (indent-rigidly-right-to-tab-stop): New functions. Decide on
14021 indentation direction based on bidi direction, and accumulate
14022 sequential commands in a single undo boundary.
14023 (indent-rigidly--pop-undo): New utility function.
14024
14025 2013-12-20 Juanma Barranquero <lekktu@gmail.com>
14026
14027 * faces.el (read-face-name): Require crm.el when using crm-separator.
14028
14029 2013-12-20 Daniel Colascione <dancol@dancol.org>
14030
14031 * progmodes/sh-script.el (sh-mode): Tweak paragraph-separate
14032 so that we don't reflow comments into the shebang line.
14033
14034 2013-12-20 Juri Linkov <juri@jurta.org>
14035
14036 * saveplace.el (save-place-to-alist): Add `dired-filename' as
14037 a position when `dired-directory' is non-nil. Check integer
14038 positions with `integerp'.
14039 (toggle-save-place, save-places-to-alist): Add check for
14040 `dired-directory'.
14041 (save-place-find-file-hook): Check integer positions with
14042 `integerp'.
14043 (save-place-dired-hook): Use `dired-goto-file' when
14044 `dired-filename' is found in the assoc list. Check integer
14045 positions with `integerp'.
14046 (dired-initial-position-hook): Rename from `dired-initial-point-hook'.
14047
14048 * dired.el (dired-initial-position-hook): Rename back from
14049 `dired-initial-point-hook'.
14050 (dired-initial-position): Rename `dired-initial-point-hook' to
14051 `dired-initial-position-hook'.
14052 (dired-file-name-at-point): Doc fix. (Bug#15329)
14053
14054 2013-12-20 Juri Linkov <juri@jurta.org>
14055
14056 * replace.el (read-regexp-defaults-function): New defcustom (bug#14405).
14057 (read-regexp-suggestions): New function.
14058 (read-regexp): Use `read-regexp-defaults-function' to get default values.
14059 Use `read-regexp-suggestions'. Add non-empty default to history
14060 for empty input.
14061 (occur-read-regexp-defaults-function): Remove function.
14062 (occur-read-primary-args): Use `regexp-history-last' instead of
14063 `occur-read-regexp-defaults-function'.
14064
14065 * hi-lock.el (hi-lock-read-regexp-defaults-function): Remove function.
14066 (hi-lock-line-face-buffer, hi-lock-face-buffer)
14067 (hi-lock-face-phrase-buffer): Use `regexp-history-last' instead of
14068 `hi-lock-read-regexp-defaults-function'. Doc fix.
14069 (hi-lock-face-symbol-at-point): Replace `find-tag-default-as-regexp'
14070 with `find-tag-default-as-symbol-regexp'. Doc fix.
14071 (hi-lock-read-regexp-defaults): Remove function.
14072 (hi-lock-regexp-okay): Add check for null.
14073
14074 * progmodes/grep.el (grep-read-regexp): Use `grep-tag-default' for
14075 the arg DEFAULTS. Move formatting of the prompt to `read-regexp'.
14076
14077 * subr.el (find-tag-default-as-symbol-regexp): New function.
14078 (find-tag-default-as-regexp): Move symbol regexp formatting to
14079 `find-tag-default-as-symbol-regexp'.
14080
14081 2013-12-20 E Sabof <esabof@gmail.com> (tiny change)
14082
14083 * hi-lock.el (hi-lock-set-pattern): Check for `font-lock-specified-p'.
14084 (Bug#14179)
14085
14086 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
14087
14088 * calendar/todo-mode.el: New implementation of item insertion
14089 commands and key bindings.
14090 (todo-key-prompt): New face.
14091 (todo-insert-item): New command.
14092 (todo-insert-item--parameters): New defconst, replacing defvar
14093 todo-insertion-commands-args-genlist.
14094 (todo-insert-item--param-key-alist): New defconst, replacing
14095 defvar todo-insertion-commands-arg-key-list.
14096 (todo-insert-item--keyof, todo-insert-item--this-key): New defsubsts.
14097 (todo-insert-item--argsleft, todo-insert-item--apply-args)
14098 (todo-insert-item--next-param): New functions.
14099 (todo-insert-item--args, todo-insert-item--argleft)
14100 (todo-insert-item--argsleft, todo-insert-item--newargsleft):
14101 New variables.
14102 (todo-key-bindings-t): Change binding of "i" from
14103 todo-insertion-map to todo-insert-item.
14104 (todo-powerset, todo-gen-arglists, todo-insertion-commands-args)
14105 (todo-insertion-command-name, todo-insertion-commands-names)
14106 (todo-define-insertion-command, todo-insertion-commands)
14107 (todo-insertion-key-bindings, todo-insertion-map): Remove.
14108
14109 2013-12-20 Stephen Berman <stephen.berman@gmx.net>
14110
14111 * calendar/todo-mode.el: Bug fixes and new features (bug#15225).
14112 (todo-toggle-item-highlighting): Use eval-and-compile instead of
14113 eval-when-compile.
14114 (todo-move-category): Allow choosing a non-existing todo file to
14115 move the category to, and create that file.
14116 (todo-default-priority): New user option.
14117 (todo-set-item-priority): Use it.
14118 (todo-desktop-save-buffer, todo-restore-desktop-buffer): New functions.
14119 (desktop-restore-file-buffer): Declare.
14120 (desktop-buffer-mode-handlers): Add todo-restore-desktop-buffer.
14121 (todo-modes-set-2): Locally set desktop-save-buffer to
14122 todo-desktop-save-buffer.
14123 (todo-mode, todo-archive-mode, todo-filtered-items-mode)
14124 (auto-mode-alist): Add autoload cookie.
14125
14126 2013-12-20 Bozhidar Batsov <bozhidar@batsov.com>
14127
14128 * emacs-lisp/subr-x.el: Renamed from helpers.el.
14129 helpers.el was a poor choice of name.
14130 (string-remove-prefix): New function.
14131 (string-remove-suffix): New function.
14132
14133 2013-12-20 Martin Rudalics <rudalics@gmx.at>
14134
14135 Fix assignment for new window total sizes.
14136 * window.el (window--pixel-to-size): Remove function.
14137 (window--pixel-to-total-1, window--pixel-to-total):
14138 Fix calculation of new total sizes.
14139
14140 2013-12-20 Vitalie Spinu <spinuvit@gmail.com>
14141
14142 * comint.el (comint-output-filter): Fix rear-nonsticky property
14143 placement (Bug#16010).
14144
14145 2013-12-20 Chong Yidong <cyd@gnu.org>
14146
14147 * faces.el (read-color): Minor fix for completion function.
14148
14149 2013-12-20 Dmitry Gutov <dgutov@yandex.ru>
14150
14151 * progmodes/ruby-mode.el (ruby-align-to-stmt-keywords):
14152 New option. (Bug#16182)
14153 (ruby-smie--indent-to-stmt-p): Use it.
14154 (ruby-smie-rules): Revert the logic in the handling of `when'.
14155 Expand the begin clause to handle `ruby-align-to-stmt-keywords'.
14156 (ruby-deep-arglist, ruby-deep-indent-paren)
14157 (ruby-deep-indent-paren-style): Update docstrings to note that the
14158 vars don't have any effect with SMIE.
14159
14160 2013-12-20 Jay Belanger <jay.p.belanger@gmail.com>
14161
14162 * calc/calc.el (calc-enter, calc-pop): Use the variable
14163 `calc-context-sensitive-enter'.
14164
14165 2013-12-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
14166
14167 * net/shr.el (shr-insert): Protect against infloops in degenerate
14168 tables.
14169
14170 2013-12-20 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14171
14172 * progmodes/octave.el (octave): Add link to manual and octave
14173 homepage.
14174 (octave-mode-menu): Link to octave-mode manual.
14175
14176 2013-12-20 Leo Liu <sdl.web@gmail.com>
14177
14178 * skeleton.el (skeleton-pair-insert-maybe): Disable newline
14179 insertion using skeleton-end-newline. (Bug#16138)
14180
14181 2013-12-20 Juri Linkov <juri@jurta.org>
14182
14183 * replace.el (occur-engine): Use `add-face-text-property'
14184 to add the face property to matches and titles. (Bug#14645)
14185
14186 * hi-lock.el (hi-green): Use lighter color "light green" closer to
14187 the palette of other hi-lock colors.
14188 (hi-lock-set-pattern): Prepend hi-lock face to the existing face.
14189
14190 2013-12-19 Juri Linkov <juri@jurta.org>
14191
14192 * isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
14193 Put :advertised-binding on `M-s c', `M-s r', `M-s e'. (Bug#16035)
14194 (minibuffer-history-symbol): Move variable declaration closer to
14195 its usage.
14196
14197 * isearchb.el (isearchb): Add `event-basic-type' on `last-command-event'.
14198 (Bug#14785)
14199
14200 2013-12-19 Juri Linkov <juri@jurta.org>
14201
14202 * vc/log-edit.el (log-edit-insert-filenames-without-changelog):
14203 New function.
14204 (log-edit-hook): Add it to :options. (Bug#16170)
14205
14206 2013-12-19 Juri Linkov <juri@jurta.org>
14207
14208 * simple.el (eval-expression-print-format): Don't check for
14209 command names and the last command. Always display additional
14210 formats of the integer result in the echo area, and insert them
14211 to the current buffer only with a zero prefix arg.
14212 Display character when char-displayable-p is non-nil.
14213 (eval-expression): With a zero prefix arg, set `print-length' and
14214 `print-level' to nil, and insert the integer values from
14215 `eval-expression-print-format' at the end. Doc fix. (Bug#12985)
14216
14217 * emacs-lisp/lisp-mode.el (eval-print-last-sexp): Add arg
14218 `eval-last-sexp-arg-internal'. Doc fix.
14219 (eval-last-sexp-1): Pass arg `eval-last-sexp-arg-internal' to
14220 `eval-last-sexp-print-value'. Doc fix.
14221 (eval-last-sexp-print-value): Add arg `eval-last-sexp-arg-internal'.
14222 Set `print-length' and `print-level' to nil when arg is zero.
14223 (eval-last-sexp): Doc fix.
14224 (eval-defun-2): Print the integer values from
14225 `eval-expression-print-format' at the end.
14226
14227 * emacs-lisp/edebug.el (edebug-eval-defun): Print the integer
14228 values from `eval-expression-print-format' at the end.
14229
14230 * ielm.el (ielm-eval-input): Print the integer
14231 values from `eval-expression-print-format' at the end.
14232
14233 2013-12-19 Teodor Zlatanov <tzz@lifelogs.com>
14234
14235 * net/eww.el (eww-exit, eww-close, eww-mode-map): Revert change of
14236 2013-12-11T19:01:44Z!tzz@lifelogs.com.
14237
14238 2013-12-19 Stefan Monnier <monnier@iro.umontreal.ca>
14239
14240 * hl-line.el (hl-line-make-overlay): New fun. Set priority (bug#16192).
14241 (hl-line-highlight, global-hl-line-highlight): Use it.
14242 (hl-line-overlay): Use defvar-local.
14243
14244 2013-12-19 Jan Djärv <jan.h.d@swipnet.se>
14245
14246 * term/ns-win.el: Require dnd.
14247 (global-map): Remove drag items.
14248 (ns-insert-text, ns-set-foreground-at-mouse)
14249 (ns-set-background-at-mouse):
14250 Remove (ns-drag-n-drop, ns-drag-n-drop-other-frame)
14251 (ns-drag-n-drop-as-text, ns-drag-n-drop-as-text-other-frame):
14252 New functions.
14253
14254 2013-12-19 Glenn Morris <rgm@gnu.org>
14255
14256 * emacs-lisp/ert.el (ert-select-tests):
14257 Fix string/symbol mixup. (Bug#16121)
14258
14259 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
14260
14261 * progmodes/ruby-mode.el (ruby-smie-rules): Indent middle-of-block
14262 keywords to their parent.
14263
14264 2013-12-19 Dmitry Gutov <dgutov@yandex.ru>
14265
14266 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Allow the
14267 first arg to be a string (fixed dead code), or an operator symbol.
14268 (ruby-smie--forward-token): Tokenize ` @ ' before strings and
14269 operator symbols.
14270 (ruby-smie-rules): Remove parent token check in the `.' clause, it
14271 did nothing. Don't respond to `(:after ".")', it will be called
14272 with :before anyway. Remove the ` @ ' rule, it didn't seem to
14273 change anything. Only return indentation for binary operators
14274 when they are hanging. De-dent opening paren when its parent is
14275 `.', otherwise it looks bad when the dot is not at bol or eol
14276 (bug#16182).
14277
14278 2013-12-19 Juri Linkov <juri@jurta.org>
14279
14280 * replace.el (query-replace-read-args): Split a non-negative arg
14281 and a negative arg into separate elements.
14282 (query-replace, query-replace-regexp, replace-string)
14283 (replace-regexp): Add arg `backward'. Doc fix.
14284 (replace-match-maybe-edit): When new arg `backward' is non-nil,
14285 move point to the beginning of the match.
14286 (replace-search, replace-highlight): Use new arg `backward'
14287 to set the value of `isearch-forward'.
14288 (perform-replace): Add arg `backward' and use it to perform
14289 replacement backward. (Bug#14979)
14290
14291 * isearch.el (isearch-query-replace): Use a negative prefix arg
14292 to call `perform-replace' with a non-nil arg `backward'.
14293
14294 2013-12-18 Juri Linkov <juri@jurta.org>
14295
14296 * vc/log-edit.el (log-edit-hook): Add `log-edit-insert-message-template'
14297 to the default list. Move `log-edit-show-files' to the end.
14298 Add more available functions to options.
14299 (log-edit): Move default specific settings to
14300 `log-edit-insert-message-template'. Don't move point.
14301 (log-edit-insert-message-template): New function.
14302 (log-edit-insert-changelog): Add `save-excursion' and don't move point.
14303 (Bug#16170)
14304
14305 2013-12-18 Juri Linkov <juri@jurta.org>
14306
14307 * help-mode.el (help-mode-map): Bind "l" to help-go-back,
14308 and "r" to help-go-forward for compatibity with Info. (Bug#16178)
14309
14310 2013-12-18 Leo Liu <sdl.web@gmail.com>
14311
14312 * eshell/em-prompt.el (eshell-emit-prompt): Fix last change.
14313 (Bug#16186)
14314
14315 2013-12-18 Eli Zaretskii <eliz@gnu.org>
14316
14317 * ls-lisp.el (ls-lisp-insert-directory): Don't modify %d and %f
14318 formats for displaying file sizes when the -s switch is given.
14319 Instead, compute a separate format for displaying the size in
14320 blocks, which is displayed in addition to the "regular" size.
14321 When -h is given in addition to -s, produce size in blocks in
14322 human-readable form as well. (Bug#16179)
14323
14324 2013-12-18 Tassilo Horn <tsdh@gnu.org>
14325
14326 * textmodes/reftex-vars.el (reftex-label-alist-builtin):
14327 Reference tables with ~\ref{...} instead of only \ref{...}.
14328
14329 2013-12-18 Chong Yidong <cyd@gnu.org>
14330
14331 * cus-edit.el (custom-magic-alist): Fix "themed" description
14332 (Bug#14348).
14333
14334 * custom.el (custom-push-theme): If custom--inhibit-theme-enable
14335 is non-nil, do not create a new entry in the symbol's theme-value
14336 or theme-face property; update theme-settings only (Bug#14664).
14337 (custom-available-themes): Doc fix.
14338
14339 * cus-theme.el (custom-new-theme-mode-map): Add bindings
14340 (Bug#15674).
14341
14342 * replace.el (occur-engine): Avoid infloop (Bug#7593).
14343
14344 2013-12-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
14345
14346 * progmodes/make-mode.el (makefile-fill-paragraph): Fix infloop
14347 (Bug#13914).
14348
14349 2013-12-18 Shigeru Fukaya <shigeru.fukaya@gmail.com>
14350
14351 * apropos.el (apropos-words-to-regexp): Fix algorithm (Bug#13946).
14352
14353 2013-12-18 Glenn Morris <rgm@gnu.org>
14354
14355 * Makefile.in (BYTE_COMPILE_FLAGS): Set load-prefer-newer to t.
14356 * cus-start.el (load-prefer-newer): New option.
14357
14358 2013-12-18 Le Wang <l26wang@gmail.com>
14359
14360 * comint.el (comint-previous-matching-input-from-input):
14361 Retain point (Bug#13404).
14362
14363 2013-12-18 Chong Yidong <cyd@gnu.org>
14364
14365 * simple.el (append-next-kill): Doc fix (Bug#15995, Bug#16016).
14366
14367 2013-12-18 Glenn Morris <rgm@gnu.org>
14368
14369 * mail/emacsbug.el (report-emacs-bug):
14370 Only mention enable-multibyte-characters if non-standard.
14371
14372 2013-12-17 Juri Linkov <juri@jurta.org>
14373
14374 * arc-mode.el (archive-extract-by-file): Check if directory exists
14375 before deletion to not show irrelevant errors if it doesn't exist.
14376
14377 2013-12-17 Juri Linkov <juri@jurta.org>
14378
14379 * menu-bar.el (menu-bar-tools-menu): Add `browse-web'.
14380 (Bug#14751)
14381
14382 * net/eww.el (browse-web): Add alias to `eww'.
14383 (eww-mode-map): Bind "r" to `eww-forward-url' like in Info.
14384 Bind "S-SPC" to `scroll-down-command'. (Bug#16178)
14385
14386 * net/browse-url.el (browse-url-browser-function): Move `eww'
14387 closer to similar functions.
14388
14389 * startup.el (fancy-startup-screen, fancy-about-screen):
14390 Set browse-url-browser-function to eww-browse-url locally.
14391 (Bug#14751)
14392
14393 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
14394
14395 * window.el (window--pixel-to-total): Remove unused `mini' var.
14396 (maximize-window, minimize-window): Remove unused `pixelwise' arg.
14397 (split-window): Remove unused `new' var.
14398 (window--display-buffer): Remove unused `frame' and `delta' vars.
14399 (fit-window-to-buffer): Remove unused vars `frame', `display-height',
14400 and display-width'.
14401
14402 2013-12-17 Martin Rudalics <rudalics@gmx.at>
14403
14404 * dired.el (dired-mark-pop-up):
14405 * register.el (register-preview): Don't bind
14406 split-height-threshold here since it's now done in
14407 display-buffer-below-selected.
14408
14409 2013-12-17 oblique <psyberbits@gmail.com> (tiny change)
14410
14411 * term/rxvt.el (rxvt-rgb-convert-to-16bit): Standardize with
14412 xterm-rgb-convert-to-16bit.
14413 (rxvt-register-default-colors): Standardize with
14414 xterm-register-default-colors (Bug#14078).
14415
14416 2013-12-17 Dima Kogan <dima@secretsauce.net> (tiny change)
14417
14418 * simple.el (kill-region): Pass mark first, then point, so that
14419 kill-append works right (Bug#12819).
14420 (copy-region-as-kill, kill-ring-save): Likewise.
14421
14422 2013-12-17 Leo Liu <sdl.web@gmail.com>
14423
14424 * net/rcirc.el (rcirc-add-face):
14425 * eshell/em-prompt.el (eshell-emit-prompt):
14426 * eshell/em-ls.el (eshell-ls-decorated-name): Use font-lock-face.
14427 (Bug#16167)
14428
14429 2013-12-17 Chong Yidong <cyd@gnu.org>
14430
14431 * files.el (break-hardlink-on-save): Doc fix (Bug#13801).
14432 Suggested by Xue Fuqiao.
14433
14434 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
14435
14436 * progmodes/ruby-mode.el (ruby-smie-rules): Indent ternary if.
14437
14438 2013-12-17 Stefan Monnier <monnier@iro.umontreal.ca>
14439
14440 * net/shr.el (shr-insert-document): Remove unused var
14441 `shr-preliminary-table-render'.
14442 (shr-rescale-image): Remove unused arg `force'.
14443 (shr-put-image): Update calls accordingly.
14444 (shr-tag-a): Use `cont' rather than dyn-bound `dom'.
14445
14446 2013-12-17 Dmitry Gutov <dgutov@yandex.ru>
14447
14448 * emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
14449 (smie-indent-close): Call `smie-indent--rule-1' with METHOD
14450 :close-all, to see which indentation method to use (Bug#16116).
14451 (smie-rules-function): Document the method :close-all.
14452
14453 2013-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
14454
14455 * net/shr.el (shr-tag-a): Support zero-length <a name="foo"> elements.
14456
14457 * net/eww.el (eww-display-html): If we can't find the anchor we're
14458 looking for, then go to point-min.
14459
14460 2013-12-16 Paul Eggert <eggert@cs.ucla.edu>
14461
14462 Fix problems with CANNOT_DUMP and EMACSLOADPATH.
14463 * Makefile.in (emacs): Add lisp src to EMACSLOADPATH.
14464 * loadup.el: Check for src/bootstrap-emacs only when Emacs can dump.
14465 Expand dir too, in case it's relative.
14466
14467 2013-12-16 Juri Linkov <juri@jurta.org>
14468
14469 * desktop.el (desktop-auto-save-timeout): Change default to
14470 `auto-save-timeout'. Doc fix.
14471 (desktop-save): Skip the timestamp in desktop-saved-frameset
14472 when checking for auto-save changes.
14473 (desktop-auto-save): Don't call desktop-auto-save-set-timer since
14474 `desktop-auto-save' is called repeatedly by the idle timer.
14475 (desktop-auto-save-set-timer): Replace `run-with-timer' with
14476 `run-with-idle-timer' and a non-nil arg REPEAT. Doc fix.
14477 (Bug#15331)
14478
14479 2013-12-16 Juri Linkov <juri@jurta.org>
14480
14481 * isearch.el (isearch-mode-map): Remove [escape] key bindinds.
14482 (Bug#16035)
14483 (isearch-pre-command-hook): Check `this-command' for symbolp.
14484
14485 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
14486
14487 * emacs-lisp/gv.el (gv-ref): Mention lexbind restriction (bug#16153).
14488
14489 2013-12-16 Teodor Zlatanov <tzz@lifelogs.com>
14490
14491 * progmodes/cfengine.el (cfengine3--current-word): Remove.
14492 (cfengine3--current-function): Bring in the current-function
14493 functionality from `cfengine3--current-word'.
14494 (cfengine3-completion-function): Bring in the
14495 bounds-of-current-word functionality from
14496 `cfengine3--current-word'.
14497
14498 2013-12-16 Martin Rudalics <rudalics@gmx.at>
14499
14500 * window.el (display-buffer-below-selected):
14501 Bind split-height-threshold to 0 as suggested by Juri Linkov.
14502
14503 2013-12-16 Leo Liu <sdl.web@gmail.com>
14504
14505 * progmodes/compile.el (compile-goto-error): Do not push-mark.
14506 Remove NOMSG arg and all uses changed.
14507
14508 2013-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
14509
14510 * emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.
14511 (cua--deactivate-rectangle): Don't deactivate the mark.
14512 (cua-set-rectangle-mark): Don't set mark-active since
14513 cua--activate-rectangle already does it for us.
14514 (cua--rectangle-highlight-for-redisplay): Unhighlight a previous
14515 non-rectangular region.
14516
14517 * emulation/cua-base.el (cua-repeat-replace-region):
14518 Use with-current-buffer.
14519
14520 * net/gnutls.el: Use cl-lib.
14521 (gnutls-negotiate): `mapcan' -> cl-mapcan.
14522
14523 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
14524
14525 * emacs-lisp/package.el (package-built-in-p): Support both
14526 built-in and the package.el converted package descriptions.
14527 (package-show-package-list): Allow keywords.
14528 (package-keyword-button-action): Use it instead of
14529 `finder-list-matches'.
14530 (package-menu-filter-interactive): Interactive filtering (by
14531 keyword) function.
14532 (package-menu--generate): Support keywords and change keymappings
14533 and headers when they are given.
14534 (package--has-keyword-p): Helper function.
14535 (package-menu--refresh): Use it.
14536 (package--mapc): Helper function.
14537 (package-all-keywords): Use it.
14538 (package-menu-mode-map): Set up menu items and keybindings to
14539 provide a filtering UI.
14540
14541 2013-12-14 Teodor Zlatanov <tzz@lifelogs.com>
14542
14543 * net/gnutls.el (gnutls-verify-error): New defcustom to control
14544 the behavior when a certificate fails validation. Defaults to
14545 old behavior: never abort, just warn.
14546 (gnutls-negotiate): Use it.
14547
14548 2013-12-14 Martin Rudalics <rudalics@gmx.at>
14549
14550 * window.el (display-buffer-below-selected): Never split window
14551 horizontally. Suggested by Juri Linkov <juri@jurta.org>.
14552
14553 2013-12-14 Tom Willemse <tom@ryuslash.org> (tiny change)
14554
14555 * emacs-lisp/package.el (package--prepare-dependencies): New function.
14556 (package-buffer-info): Use it (bug#15108).
14557
14558 2013-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
14559
14560 * icomplete.el (icomplete-completions): Make sure the prefix is already
14561 displayed elsewhere before hiding it (bug#16219).
14562
14563 2013-12-14 Dmitry Gutov <dgutov@yandex.ru>
14564
14565 * progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
14566 open-paren tokens when preceded by a open-paren, too.
14567 (ruby-smie-rules): Handle virtual indentation after open-paren
14568 tokens specially. If there is code between it and eol, return the
14569 column where is starts (Bug#16118).
14570
14571 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
14572
14573 * progmodes/cfengine.el: Fix `add-hook' doc.
14574 (cfengine-mode-syntax-functions-regex): Initialize sensibly.
14575 (cfengine3--current-word): Fix parameters.
14576 (cfengine3-make-syntax-cache): Simplify further.
14577 (cfengine3-completion-function, cfengine3--current-function):
14578 Use `assq' for symbols.
14579 (cfengine3--current-function): Fix `cfengine3--current-word' call.
14580
14581 2013-12-13 Glenn Morris <rgm@gnu.org>
14582
14583 * loadup.el (load-path): Warn if site-load or site-init changes it.
14584 No more need to reset it when bootstrapping.
14585
14586 2013-12-13 Teodor Zlatanov <tzz@lifelogs.com>
14587
14588 * progmodes/cfengine.el (cfengine-cf-promises): Add more default
14589 locations for cf-promises.
14590 (cfengine-mode-syntax-functions-regex): New caching variable.
14591 (cfengine3-fallback-syntax): Fallback syntax for cases where
14592 cf-promises doesn't run.
14593 (cfengine3--current-word): Reimplement using
14594 `cfengine-mode-syntax-functions-regex'.
14595 (cfengine3-completion-function, cfengine3--current-function):
14596 Use `cfengine3-make-syntax-cache' directly.
14597 (cfengine3-clear-syntax-cache): New function.
14598 (cfengine3-make-syntax-cache): Simplify and create
14599 `cfengine-mode-syntax-functions-regex' on demand.
14600 (cfengine3-format-function-docstring): Don't call
14601 `cfengine3-make-syntax-cache' explicitly.
14602
14603 2013-12-13 Martin Rudalics <rudalics@gmx.at>
14604
14605 Fix windmove-find-other-window broken after pixelwise resizing
14606 (Bug#16017).
14607 * windmove.el (windmove-other-window-loc): Revert change from
14608 2013-12-04.
14609 (windmove-find-other-window): Call window-in-direction.
14610 * window.el (window-in-direction): New arguments SIGN, WRAP and
14611 MINI to emulate original windmove-find-other-window behavior.
14612
14613 2013-12-13 Dmitry Gutov <dgutov@yandex.ru>
14614
14615 * simple.el (blink-matching--overlay): New variable.
14616 (blink-matching-open): Instead of moving point, highlight the
14617 matching paren with an overlay
14618 (http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00333.html).
14619
14620 * faces.el (paren-showing-faces, show-paren-match)
14621 (show-paren-mismatch): Move from paren.el.
14622
14623 2013-12-13 Leo Liu <sdl.web@gmail.com>
14624
14625 * indent.el (indent-region): Disable progress reporter in
14626 minibuffer. (Bug#16108)
14627
14628 * bindings.el (visual-order-cursor-movement): Fix version.
14629
14630 2013-12-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
14631
14632 * progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):
14633 Also match after beginning of line.
14634 (python-pdbtrack-set-tracked-buffer): Fix logic for remote
14635 files. Thanks to Russell Sim. (Bug#15378)
14636
14637 2013-12-13 Juri Linkov <juri@jurta.org>
14638
14639 * simple.el <Keypad support>: Remove key bindings duplicated
14640 with bindings.el. (Bug#14397)
14641
14642 2013-12-13 Juri Linkov <juri@jurta.org>
14643
14644 * comint.el (comint-mode-map): Replace `delete-char' with
14645 `delete-forward-char'. (Bug#16109)
14646
14647 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
14648
14649 * progmodes/python.el (python-indent-calculate-indentation):
14650 Fix de-denters cornercase. (Bug#15731)
14651
14652 2013-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14653
14654 * emacs-lisp/nadvice.el: Add `depth' property to manage ordering.
14655 (advice--make): Pay attention to `depth'.
14656 (advice--make-1): Don't autoload commands eagerly.
14657 * emacs-lisp/elp.el (elp-instrument-function):
14658 * emacs-lisp/trace.el (trace-function-internal):
14659 * emacs-lisp/debug.el (debug-on-entry): Keep them "first".
14660
14661 * iswitchb.el (iswitchb-mode): Don't belittle ido.
14662
14663 2013-12-12 Eli Zaretskii <eliz@gnu.org>
14664
14665 * term/w32-win.el (w32-handle-dropped-file):
14666 * startup.el (normal-top-level):
14667 * net/browse-url.el (browse-url-file-url):
14668 * dnd.el (dnd-get-local-file-name): On MS-Windows, encode and
14669 decode file names using 'utf-8' rather than
14670 file-name-coding-system.
14671
14672 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org>
14673
14674 * progmodes/python.el (python-indent-context)
14675 (python-indent-calculate-indentation): Fix auto-identation
14676 behavior for comment blocks. (Bug#15916)
14677
14678 2013-12-12 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
14679
14680 * progmodes/python.el (python-indent-calculate-indentation):
14681 When determining indentation, don't treat "return", "pass", etc., as
14682 operators when they are just string constituents. (Bug#15812)
14683
14684 2013-12-12 Juri Linkov <juri@jurta.org>
14685
14686 * uniquify.el (uniquify-buffer-name-style): Change default to
14687 `post-forward-angle-brackets'.
14688
14689 * menu-bar.el (menu-bar-options-menu): Don't require preloaded
14690 `uniquify'. Change default to `post-forward-angle-brackets'.
14691
14692 2013-12-11 Glenn Morris <rgm@gnu.org>
14693
14694 * emacs-lisp/package.el (finder-list-matches):
14695 Autoload rather than falsely declaring.
14696
14697 2013-12-11 Teodor Zlatanov <tzz@lifelogs.com>
14698
14699 * net/eww.el (eww-exit, eww-close): Add UI convenience wrappers.
14700 (eww-mode-map): Use them.
14701
14702 2013-12-11 Martin Rudalics <rudalics@gmx.at>
14703
14704 * window.el (display-buffer-in-side-window): Fix doc-string
14705 (Bug#16115).
14706
14707 2013-12-11 Juanma Barranquero <lekktu@gmail.com>
14708
14709 * vc/vc-git.el: Silence byte-compiler warnings.
14710 (vc-git-dir-extra-headers): Rename arg _dir which is no longer ignored.
14711 (log-edit-set-header): Declare.
14712
14713 2013-12-11 Eli Zaretskii <eliz@gnu.org>
14714
14715 * Makefile.in (custom-deps, finder-data): Run output file names
14716 through unmsys--file-name. (Bug#16099)
14717
14718 2013-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
14719
14720 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't bother matching
14721 comment-start-skip, which fails when that uses submatch 1 (bug#16041).
14722
14723 * emulation/cua-base.el (cua-paste): Add `delete-selection' property
14724 instead of deleting the selection "by hand" (bug#16098).
14725 Rely on insert-for-yank to yank rectangles.
14726 (cua-highlight-region-shift-only): Mark obsolete.
14727 (cua-mode): Don't enable/disable transient-mark-mode,
14728 shift-select-mode (cua-mode works both with and without them), and
14729 pc-selection-mode (obsolete).
14730 * emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
14731 (cua--deactivate-rectangle): Deactivate it.
14732
14733 * delsel.el (delete-selection-mode): Don't enable transient-mark-mode.
14734 (delete-selection-helper): Make sure yank starts at the top of the
14735 deleted region.
14736 (minibuffer-keyboard-quit): Use region-active-p.
14737
14738 * emacs-lisp/trace.el (trace-make-advice): Don't deactivate the mark.
14739
14740 * simple.el (normal-erase-is-backspace-mode): Map kp-delete identically
14741 to `delete' (bug#16109).
14742
14743 2013-12-11 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
14744
14745 * progmodes/octave.el (octave-mode, inferior-octave-mode): Link to
14746 info manual and show keybindings and set `:group' keyword.
14747
14748 2013-12-11 Juri Linkov <juri@jurta.org>
14749
14750 * delsel.el (delete-active-region): Let-bind `this-command'
14751 to prevent `kill-region' from changing its original value.
14752 (delete-selection-helper): Handle `overwrite-mode' for the type
14753 `kill' exactly the same way as for the type `t'.
14754 (insert-char, quoted-insert, reindent-then-newline-and-indent):
14755 Support more commands. (Bug#13312)
14756
14757 2013-12-11 Juri Linkov <juri@jurta.org>
14758
14759 * bindings.el: Map kp keys to non-kp keys systematically
14760 with basic modifiers control, meta and shift. (Bug#14397)
14761
14762 2013-12-11 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
14763
14764 * net/eww.el (eww-mode-map): Instead of "Quit" show "Exit" and
14765 "Close browser" menu items. Fix wrong function of "List
14766 bookmarks".
14767
14768 2013-12-11 Juri Linkov <juri@jurta.org>
14769
14770 * misearch.el (multi-isearch-buffers): Set the value of
14771 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
14772 arg of isearch-forward to t.
14773 (multi-isearch-buffers-regexp): Set the value of
14774 `multi-isearch-buffer-list' globally. Set NO-RECURSIVE-EDIT
14775 arg of isearch-forward-regexp to t.
14776 (multi-isearch-files): Set the value of
14777 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
14778 arg of isearch-forward to t.
14779 (multi-isearch-files-regexp): Set the value of
14780 `multi-isearch-file-list' globally. Set NO-RECURSIVE-EDIT
14781 arg of isearch-forward-regexp to t. (Bug#16035)
14782
14783 * dired-aux.el (dired-isearch-filenames): Set NO-RECURSIVE-EDIT
14784 arg of isearch-forward to t.
14785 (dired-isearch-filenames-regexp): Set NO-RECURSIVE-EDIT
14786 arg of isearch-forward-regexp to t.
14787 (dired-isearch-filter-filenames): Remove unnecessary check for
14788 `dired-isearch-filenames'.
14789
14790 * comint.el (comint-history-isearch-backward):
14791 Set NO-RECURSIVE-EDIT arg of isearch-backward to t.
14792 (comint-history-isearch-backward-regexp):
14793 Set NO-RECURSIVE-EDIT arg of isearch-backward-regexp to t.
14794
14795 2013-12-10 Eli Zaretskii <eliz@gnu.org>
14796
14797 * Makefile.in (autoloads): Run $(srcdir)/loaddefs.el through
14798 unmsys--file-name. (Bug#16099)
14799
14800 2013-12-10 Teodor Zlatanov <tzz@lifelogs.com>
14801
14802 * emacs-lisp/package.el (package-keyword-button-action):
14803 Remove finder.el require dependency.
14804
14805 2013-12-09 Teodor Zlatanov <tzz@lifelogs.com>
14806
14807 * emacs-lisp/package.el: Require finder.el.
14808 (describe-package-1): Add keyword buttons.
14809 (package-make-button): New convenience function.
14810 (package-keyword-button-action): Keyword button action using
14811 `finder-list-matches'.
14812
14813 2013-12-09 Eli Zaretskii <eliz@gnu.org>
14814
14815 * autorevert.el (auto-revert-notify-add-watch): Fix a thinko in
14816 last commit.
14817
14818 2013-12-09 Michael Albinus <michael.albinus@gmx.de>
14819
14820 * autorevert.el (auto-revert-notify-add-watch): Do not handle
14821 symlinked files.
14822
14823 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
14824
14825 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Return t
14826 after the end of a percent literal.
14827
14828 2013-12-09 Cameron Desautels <camdez@gmail.com> (tiny change)
14829
14830 * progmodes/ruby-mode.el (ruby-forward-string): Document.
14831 Handle caret-delimited strings (Bug#16079).
14832
14833 2013-12-09 Dmitry Gutov <dgutov@yandex.ru>
14834
14835 * progmodes/ruby-mode.el (ruby-accurate-end-of-block):
14836 When `ruby-use-smie' is t, use `smie-forward-sexp' instead of
14837 `ruby-parse-partial' (Bug#16078).
14838
14839 2013-12-09 Leo Liu <sdl.web@gmail.com>
14840
14841 * subr.el (read-passwd): Disable show-paren-mode. (Bug#16091)
14842
14843 2013-12-08 Dmitry Gutov <dgutov@yandex.ru>
14844
14845 * progmodes/js.el (js-auto-indent-flag): Remove, was unused.
14846 (js-switch-indent-offset): New option.
14847 (js--proper-indentation): Use it. And handle the case when
14848 "default" is actually a key in an object literal.
14849 (js--same-line): New function.
14850 (js--multi-line-declaration-indentation): Use it.
14851 (js--indent-in-array-comp, js--array-comp-indentation):
14852 New functions.
14853 (js--proper-indentation): Use them, to handle array comprehension
14854 continuations.
14855
14856 2013-12-08 Leo Liu <sdl.web@gmail.com>
14857
14858 * progmodes/flymake.el (flymake-highlight-line): Re-write.
14859 (flymake-make-overlay): Remove arg MOUSE-FACE.
14860 (flymake-save-string-to-file, flymake-read-file-to-string): Remove.
14861
14862 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14863
14864 * emulation/cua-rect.el (cua--rectangle-highlight-for-redisplay):
14865 New function.
14866 (redisplay-highlight-region-function): Use it.
14867
14868 * emulation/cua-base.el (cua--explicit-region-start)
14869 (cua--last-region-shifted): Remove.
14870 (cua--deactivate): Use deactivate-mark.
14871 (cua--pre-command-handler-1): Don't handle shift-selection.
14872 (cua--post-command-handler-1): Don't change transient-mark-mode.
14873 (cua--select-keymaps): Use region-active-p rather than
14874 cua--explicit-region-start or cua--last-region-shifted.
14875 (cua-mode): Enable shift-select-mode.
14876
14877 2013-12-08 Leo Liu <sdl.web@gmail.com>
14878
14879 * progmodes/flymake.el (flymake-popup-current-error-menu):
14880 Rename from flymake-display-err-menu-for-current-line. Reimplement.
14881 (flymake-posn-at-point-as-event, flymake-popup-menu)
14882 (flymake-make-emacs-menu): Remove. (Bug#16077)
14883
14884 2013-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
14885
14886 * rect.el (rectangle-mark-mode): Activate mark even if
14887 transient-mark-mode is off (bug#16066).
14888 (rectangle--highlight-for-redisplay): Fix boundary condition when point
14889 is > mark and at bolp.
14890
14891 * emulation/cua-rect.el (cua--rectangle-region-extract): New function.
14892 (region-extract-function): Use it.
14893 (cua-mouse-save-then-kill-rectangle): Use cua-copy-region.
14894 (cua-copy-rectangle, cua-cut-rectangle, cua-delete-rectangle):
14895 Delete functions.
14896 (cua--init-rectangles): Don't re-remap copy-region-as-kill,
14897 kill-ring-save, kill-region, delete-char, delete-forward-char.
14898 Ignore self-insert-iso.
14899
14900 * emulation/cua-gmrk.el (cua--init-global-mark):
14901 Ignore `self-insert-iso'.
14902
14903 * emulation/cua-base.el (cua--prefix-copy-handler)
14904 (cua--prefix-cut-handler): Rely on region-extract-function rather than
14905 checking cua--rectangle.
14906 (cua-delete-region): Use region-extract-function.
14907 (cua-replace-region): Delete function.
14908 (cua-copy-region, cua-cut-region): Obey region-extract-function.
14909 (cua--pre-command-handler-1): Don't do the delete-selection thing.
14910 (cua--self-insert-char-p): Ignore `self-insert-iso'.
14911 (cua--init-keymaps): Don't remap delete-selection commands.
14912 (cua-mode): Use delete-selection-mode instead of rolling our own
14913 (bug#16085).
14914
14915 * menu-bar.el (clipboard-kill-ring-save, clipboard-kill-region):
14916 Obey region-extract-function.
14917
14918 Make registers and delete-selection-mode work on rectangles.
14919 * register.el (describe-register-1): Don't modify the register's value.
14920 (copy-to-register): Obey region-extract-function.
14921 * delsel.el (delete-active-region): Obey region-extract-function.
14922
14923 2013-12-08 Leo Liu <sdl.web@gmail.com>
14924
14925 * progmodes/flymake.el (flymake, flymake-error-bitmap)
14926 (flymake-warning-bitmap, flymake-fringe-indicator-position)
14927 (flymake-compilation-prevents-syntax-check)
14928 (flymake-start-syntax-check-on-newline)
14929 (flymake-no-changes-timeout, flymake-gui-warnings-enabled)
14930 (flymake-start-syntax-check-on-find-file, flymake-log-level)
14931 (flymake-xml-program, flymake-master-file-dirs)
14932 (flymake-master-file-count-limit)
14933 (flymake-allowed-file-name-masks): Relocate.
14934 (flymake-makehash, flymake-float-time)
14935 (flymake-replace-regexp-in-string, flymake-split-string)
14936 (flymake-get-temp-dir): Remove.
14937 (flymake-popup-menu, flymake-nop, flymake-make-xemacs-menu)
14938 (flymake-current-row, flymake-selected-frame)
14939 (flymake-get-point-pixel-pos): Remove xemacs compatibity and
14940 related functions. (Bug#16077)
14941
14942 2013-12-07 Bozhidar Batsov <bozhidar@batsov.com>
14943
14944 * emacs-lisp/helpers.el (string-blank-p): Use `string-match-p'.
14945
14946 2013-12-07 Tassilo Horn <tsdh@gnu.org>
14947
14948 * help-fns.el (describe-function-1): Use new advice-* functions
14949 rather than old ad-* functions. Fix function type description and
14950 source links for advised functions and subrs.
14951
14952 2013-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
14953
14954 * net/shr.el (shr-tag-img): Don't bug out on <img src=""> data.
14955
14956 2013-12-06 Michael Albinus <michael.albinus@gmx.de>
14957
14958 * progmodes/compile.el (compilation-start):
14959 * progmodes/grep.el (rgrep): Revert change 2012-12-20T11:15:38Z!michael.albinus@gmx.de.
14960
14961 * net/tramp-sh.el (tramp-sh-handle-start-file-process):
14962 Handle long command lines, lasting from "sh -c ...". (Bug#16045)
14963
14964 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
14965
14966 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
14967 Touch up the last change.
14968
14969 2013-12-06 Leo Liu <sdl.web@gmail.com>
14970
14971 * progmodes/octave.el (inferior-octave-prompt): Use shy groups.
14972 (inferior-octave-startup): Always use "octave> " for prompt.
14973 (octave-goto-function-definition)
14974 (octave-sync-function-file-names)
14975 (octave-find-definition-default-filename): Remove redundant backquotes.
14976
14977 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
14978
14979 * progmodes/ruby-mode.el (ruby-mode-syntax-table): Don't modify
14980 syntax for `?'.
14981 (ruby-expr-beg): Expect that `!' will have syntax class "symbol"
14982 where appropriate already.
14983 (ruby-syntax-propertize-function): Propertize `?' and `!' at the
14984 end of method names (Bug#15874).
14985
14986 2013-12-06 Juri Linkov <juri@jurta.org>
14987
14988 * isearch.el (isearch--saved-overriding-local-map):
14989 New internal variable.
14990 (isearch-mode): Set it to the initial value of
14991 `overriding-terminal-local-map'.
14992 (isearch-pre-command-hook): Compare `overriding-terminal-local-map'
14993 with `isearch--saved-overriding-local-map'. (Bug#16035)
14994
14995 2013-12-06 Dmitry Gutov <dgutov@yandex.ru>
14996
14997 * progmodes/octave.el (inferior-octave-completion-table):
14998 Turn back into function, use `completion-table-with-cache'
14999 (Bug#11906). Update all references.
15000
15001 * minibuffer.el (completion-table-with-cache): New function.
15002
15003 2013-12-05 Cameron Desautels <camdez@gmail.com> (tiny change)
15004
15005 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Fix ^ (bug#16046).
15006
15007 2013-12-05 Teodor Zlatanov <tzz@lifelogs.com>
15008
15009 * net/eww.el (eww-current-source): New variable to store page
15010 source.
15011 (eww-display-html, eww-mode, eww-save-history)
15012 (eww-restore-history): Use it.
15013 (eww-view-source): New command to view page source.
15014 Opportunistically uses `html-mode' to highlight the buffer.
15015 (eww-mode-map): Install it.
15016
15017 2013-12-05 Michael Albinus <michael.albinus@gmx.de>
15018
15019 * net/dbus.el (dbus-unregister-service)
15020 (dbus-escape-as-identifier, dbus-unescape-from-identifier):
15021 Fix docstring.
15022 (dbus-unregister-service): Skip :serial entries in
15023 `dbus-registered-objects-table'.
15024 (dbus-byte-array-to-string): New optional arg MULTIBYTE.
15025
15026 2013-12-04 Teodor Zlatanov <tzz@lifelogs.com>
15027
15028 * emacs-lisp/lisp-mnt.el (lm-keywords-list): Trim whitespace
15029 around keywords with extra `split-string' argument.
15030
15031 2013-12-04 Martin Rudalics <rudalics@gmx.at>
15032
15033 * windmove.el (windmove-other-window-loc): Handle navigation
15034 between windows (excluding the minibuffer window - Bug#16017).
15035
15036 2013-12-04 Michael Albinus <michael.albinus@gmx.de>
15037
15038 * net/dbus.el (dbus-byte-array-to-string): Accept also byte arrays
15039 in D-Bus type syntax.
15040 (dbus-unescape-from-identifier): Use `byte-to-string' in order to
15041 preserve unibyte strings. (Bug#16048)
15042
15043 2013-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
15044
15045 * emacs-lisp/eldoc.el (eldoc-minibuffer-message):
15046 Call force-mode-line-update is the proper buffer (bug#16042).
15047
15048 2013-12-04 Dmitry Gutov <dgutov@yandex.ru>
15049
15050 * vc/log-edit.el (log-edit-add-new-comment): Rename to
15051 `log-edit-remember-comment', make argument optional. Adjust all
15052 callers.
15053 (log-edit-mode): Add `log-edit-remember-comment' to
15054 `kill-buffer-hook' locally.
15055 (log-edit-kill-buffer): Don't remember comment explicitly since
15056 the buffer is killed anyway.
15057
15058 2013-12-04 Juri Linkov <juri@jurta.org>
15059
15060 * isearch.el (isearch-mode, isearch-done): Don't set arg LOCAL in
15061 add-hook and remove-hook for multi-buffer search. (Bug#16035)
15062
15063 2013-12-03 Tom Regner <tom@goochesa.de> (tiny change)
15064
15065 * notifications.el (notifications-close-notification): Call the
15066 D-Bus method with ID being a `:uint32'. (Bug#16030)
15067
15068 2013-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
15069
15070 * net/eww.el (eww-render): Don't pass arg to eww-display-image.
15071
15072 2013-12-03 Juri Linkov <juri@jurta.org>
15073
15074 * progmodes/compile.el (compilation-start): Rename window alist
15075 entry `no-display-ok' to `allow-no-window'.
15076
15077 * simple.el (shell-command): Add window alist entry
15078 `allow-no-window' to `display-buffer'.
15079 (async-shell-command): Doc fix.
15080
15081 * window.el (display-buffer-no-window): New action function.
15082 (display-buffer-alist, display-buffer): Doc fix. (Bug#13594)
15083
15084 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
15085
15086 * vc/log-edit.el (log-edit-set-header): Extract from
15087 `log-edit-toggle-header'.
15088 (log-edit-extract-headers): Separate the summary, when extracted
15089 from header, from the rest of the message with an empty line.
15090
15091 * vc/vc-git.el (vc-git-log-edit-toggle-amend): Move the summary
15092 line, if present, to the Summary header.
15093
15094 2013-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
15095
15096 * epa-file.el (epa-file-insert-file-contents): Ensure we insert text
15097 in current-buffer (bug#16029).
15098
15099 2013-12-02 Helmut Eller <eller.helmut@gmail.com>
15100
15101 * emacs-lisp/debug.el (debugger-toggle-locals): New command.
15102 (debugger-mode-map): Bind it.
15103 (debugger--backtrace-base): New function.
15104 (debugger-eval-expression): Use it.
15105 (debugger-frame-number): Skip local vars when present.
15106 (debugger--locals-visible-p, debugger--insert-locals)
15107 (debugger--show-locals, debugger--hide-locals): New functions.
15108
15109 2013-12-02 Michael Albinus <michael.albinus@gmx.de>
15110
15111 * net/tramp-sh.el (tramp-remote-process-environment): Do not set
15112 "LC_ALL".
15113 (tramp-get-remote-locale): New defun.
15114 (tramp-open-connection-setup-interactive-shell): Use it.
15115
15116 2013-12-02 Leo Liu <sdl.web@gmail.com>
15117
15118 * subr.el (process-live-p): Return nil for non-process. (Bug#16023)
15119
15120 * progmodes/sh-script.el (sh-shell-process):
15121 * progmodes/octave.el (inferior-octave-process-live-p):
15122 * progmodes/gdb-mi.el (gdb-delchar-or-quit)
15123 (gdb-inferior-io-sentinel):
15124 * emacs-lock.el (emacs-lock-live-process-p): All uses changed.
15125
15126 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
15127
15128 * vc/log-edit.el (log-edit-kill-buffer): Move the use of
15129 `save-selected-window' to `log-edit-hide-buf'. This makes
15130 `log-edit-show-files' idempotent.
15131 (log-edit-show-files): Mark the new window as dedicated.
15132
15133 2013-12-02 Dmitry Gutov <dgutov@yandex.ru>
15134
15135 * vc/log-edit.el (log-edit-mode-map): Add binding for
15136 `log-edit-kill-biffer'.
15137 (log-edit-hide-buf): Add a FIXME comment.
15138 (log-edit-add-new-comment): New function, extracted from
15139 `log-edit-done'.
15140 (log-edit-done, log-edit-add-to-changelog): Use it.
15141 (log-edit-kill-buffer): New command.
15142
15143 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15144
15145 * net/eww.el (eww-mode-map): Have `q' do a normal `quit-window'
15146 instead of killing the buffer.
15147
15148 2013-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
15149
15150 * simple.el (newline): Mention `electric-indent-mode' (bug#16015).
15151
15152 2013-12-01 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
15153
15154 * net/eww.el (eww-form-checkbox-selected-symbol)
15155 (eww-form-checkbox-symbol): New customizable variable.
15156 (eww-form-checkbox, eww-toggle-checkbox):
15157 Use `eww-form-checkbox-selected-symbol' and `eww-form-checkbox-symbol'.
15158
15159 * net/shr.el (shr-prefer-media-type-alist): New customizable variable.
15160 (shr--get-media-pref, shr--extract-best-source): New function.
15161 (shr-tag-video, shr-tag-audio): Use `shr--extract-best-source' when
15162 no :src tag was specified.
15163
15164 * net/eww.el (eww-use-external-browser-for-content-type): New variable.
15165 (eww-render): Handle `eww-use-external-browser-for-content-type'.
15166 Use \\` to match beginning of string instead of ^.
15167 (eww-browse-with-external-browser): Provide optional URL parameter.
15168 (eww-render): Set `eww-current-title' back to "".
15169
15170 * net/shr.el (shr-tag-video): Display content for video if no
15171 poster is available.
15172 (shr-tag-audio): Add support for <audio> tag.
15173
15174 * net/eww.el (eww-text-input-types): New const.
15175 (eww-process-text-input): Treat input types in
15176 `eww-text-input-types' as text.
15177
15178 * net/shr.el (shr-tag-table): Fix comment typo.
15179
15180 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15181
15182 * net/eww.el (eww-follow-link): New command to avoid reloading
15183 pages when we follow #target links (bug#15243).
15184 (eww-quit): Special mode buffers shouldn't query before exiting.
15185
15186 2013-12-01 Kenjiro NAKAYAMA <nakayamakenjiro@gmail.com>
15187
15188 * net/eww.el (eww-tag-select): Support <optgroup> tags in <select>
15189 forms.
15190
15191 2013-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15192
15193 * net/eww.el (eww-restore-history): Update the window title after
15194 moving in the history.
15195 (eww-current-dom): New variable used to save the current DOM.
15196
15197 2013-12-01 Dmitry Gutov <dgutov@yandex.ru>
15198
15199 * vc/log-edit.el (log-edit-mode-map): Add binding for
15200 `log-edit-beginning-of-line'.
15201 (log-edit-setup-add-author): New user option.
15202 (log-edit-beginning-of-line): New command.
15203 (log-edit): Move major mode call above the contents setup so that
15204 the local variable values are already applied.
15205 (log-edit): Only insert "Author: " when
15206 `log-edit-setup-add-author' is non-nil.
15207 (log-edit): When SETUP is non-nil, position point after ": "
15208 instead of point-min.
15209
15210 2013-12-01 Glenn Morris <rgm@gnu.org>
15211
15212 * startup.el (command-line): Warn if ~/emacs.d is in load-path.
15213
15214 2013-11-30 Eli Zaretskii <eliz@gnu.org>
15215
15216 * startup.el (fancy-splash-frame): On MS-Windows, trigger
15217 redisplay to make sure the initial frame gets a chance to become
15218 visible. (Bug#16014)
15219
15220 2013-11-30 Martin Rudalics <rudalics@gmx.at>
15221
15222 Support resizing frames and windows pixelwise.
15223 * cus-start.el (frame-resize-pixelwise)
15224 (window-resize-pixelwise): New entries.
15225 * emacs-lisp/debug.el (debug): Use window-total-height instead
15226 of window-total-size.
15227 * frame.el (tool-bar-lines-needed): Defalias to tool-bar-height.
15228 * help.el (describe-bindings-internal): Use help-buffer as
15229 argument for with-help-window.
15230 (temp-buffer-max-width): New option.
15231 (resize-temp-buffer-window, help-window-setup)
15232 (with-help-window): Rewrite.
15233 * mouse.el (mouse-drag-line): Rewrite. Add key bindings for
15234 dragging dividers.
15235 * window.el (frame-char-size, window-min-pixel-height)
15236 (window-safe-min-pixel-height, window-safe-min-pixel-width)
15237 (window-min-pixel-width, window-safe-min-pixel-size)
15238 (window-combination-p, window-safe-min-size)
15239 (window-resizable-p, window--size-to-pixel)
15240 (window--pixel-to-size, window--resize-apply-p): New functions.
15241 (window-safe-min-height): Fix doc-string.
15242 (window-size, window-min-size, window--min-size-1)
15243 (window-sizable, window-sizable-p, window--min-delta-1)
15244 (window-min-delta, window--max-delta-1, window-max-delta)
15245 (window--resizable, window--resizable-p, window-resizable)
15246 (window-full-height-p, window-full-width-p, window-at-side-p)
15247 (window--in-direction-2, window-in-direction)
15248 (window--resize-reset-1, window--resize-mini-window)
15249 (window-resize, window-resize-no-error)
15250 (window--resize-child-windows-normal)
15251 (window--resize-child-windows, window--resize-siblings)
15252 (window--resize-this-window, window--resize-root-window)
15253 (window--resize-root-window-vertically)
15254 (adjust-window-trailing-edge, enlarge-window, shrink-window)
15255 (maximize-window, minimize-window, delete-window)
15256 (quit-restore-window, window-split-min-size, split-window)
15257 (balance-windows-2, balance-windows)
15258 (balance-windows-area-adjust, balance-windows-area)
15259 (window--state-get-1, window-state-get, window--state-put-1)
15260 (window--state-put-2, window-state-put)
15261 (display-buffer-record-window, window--display-buffer):
15262 Make functions handle pixelwise sizing of windows.
15263 (display-buffer--action-function-custom-type)
15264 (display-buffer-fallback-action):
15265 Add display-buffer-in-previous-window.
15266 (display-buffer-use-some-window): Resize window to height it had
15267 before.
15268 (fit-window-to-buffer-horizontally): New option.
15269 (fit-frame-to-buffer): Describe new values.
15270 (fit-frame-to-buffer-bottom-margin): Replace with
15271 fit-frame-to-buffer-margins.
15272 (window--sanitize-margin): New function.
15273 (fit-frame-to-buffer, fit-window-to-buffer): Rewrite completely
15274 using window-text-pixel-size.
15275
15276 2013-11-30 Glenn Morris <rgm@gnu.org>
15277
15278 * emacs-lisp/bytecomp.el (byte-compile-form):
15279 Make the `interactive-only' warning like the `obsolete' one.
15280 * comint.el (comint-run):
15281 * files.el (insert-file-literally, insert-file):
15282 * replace.el (replace-string, replace-regexp):
15283 * simple.el (beginning-of-buffer, end-of-buffer, delete-backward-char)
15284 (goto-line, insert-buffer, next-line, previous-line):
15285 Tweak `interactive-only' spec.
15286
15287 Stop keeping (most) generated cedet grammar files in the repository.
15288 * Makefile.in (semantic): New.
15289 (compile-main): Depend on semantic.
15290
15291 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15292
15293 * net/newst-reader.el (newsticker-html-renderer): Default to SHR if
15294 available. Suggested by Clément B. <barthele1u@etu.univ-lorraine.fr>.
15295
15296 * uniquify.el (uniquify-buffer-name-style): Change default.
15297
15298 * loadup.el: Preload "uniquify".
15299
15300 * time.el (display-time-update): Update all mode lines (bug#15999).
15301
15302 * electric.el (electric-indent-mode): Enable by default.
15303 * loadup.el: Preload "electric".
15304
15305 2013-11-29 Bozhidar Batsov <bozhidar@batsov.com>
15306
15307 * emacs-lisp/helpers.el (string-empty-p): New function.
15308 (string-blank-p): New function.
15309
15310 2013-11-29 Andreas Politz <politza@hochschule-trier.de>
15311
15312 * imenu.el (imenu--index-alist): Add missing dot to the docstring
15313 (Bug#14029).
15314
15315 2013-11-29 Andreas Politz <politza@fh-trier.de>
15316 * imenu.el (imenu--subalist-p): Don't error on non-conses and
15317 allow non-lambda lists as functions.
15318 (imenu--in-alist): Don't recurse into non-subalists.
15319 (imenu): Don't pass function itself as an argument (Bug#14029).
15320
15321 2013-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
15322
15323 * progmodes/python.el (python-mode-map): Remove binding for ":".
15324 (python-indent-electric-colon): Remove command.
15325 (python-indent-post-self-insert-function): Integrate the previous code
15326 of python-indent-electric-colon. Make it conditional on
15327 electric-indent-mode.
15328 (python-mode): Add ?: to electric-indent-chars.
15329 Move python-indent-post-self-insert-function to the end of
15330 post-self-insert-hook.
15331
15332 2013-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
15333
15334 * doc-view.el (doc-view-goto-page): Update mode-line.
15335
15336 * vc/vc-dispatcher.el (vc-log-edit): Setup the Summary&Author headers.
15337
15338 2013-11-27 Glenn Morris <rgm@gnu.org>
15339
15340 * international/charprop.el, international/uni-bidi.el:
15341 * international/uni-category.el, international/uni-combining.el:
15342 * international/uni-comment.el, international/uni-decimal.el:
15343 * international/uni-decomposition.el, international/uni-digit.el:
15344 * international/uni-lowercase.el, international/uni-mirrored.el:
15345 * international/uni-name.el, international/uni-numeric.el:
15346 * international/uni-old-name.el, international/uni-titlecase.el:
15347 * international/uni-uppercase.el:
15348 Remove generated files from VCS repository.
15349
15350 2013-11-27 Eli Zaretskii <eliz@gnu.org>
15351
15352 * filenotify.el (file-notify-add-watch): Don't special-case
15353 w32notify when computing the directory to watch.
15354
15355 2013-11-27 Glenn Morris <rgm@gnu.org>
15356
15357 Make bootstrap without generated uni-*.el files possible again.
15358 * loadup.el: Update command-line-args checking for unidata-gen.
15359 Add vc to load-path to allow loading vc-bzr when writing uni-*.el.
15360 * composite.el, international/characters.el:
15361 Handle unicode tables being undefined.
15362
15363 Move ja-dic, quail, leim-list.el from ../leim to a leim subdirectory.
15364 * Makefile.in (setwins_for_subdirs): Skip leim/ directory.
15365 (compile-main): Depend on leim rule.
15366 (leim): New rule.
15367 * loadup.el: Move leim-list.el to leim/ subdirectory.
15368 * startup.el (normal-top-level): No more leim directory.
15369 * international/ja-dic-cnv.el (skkdic-convert):
15370 Disable version-control and autoloads in output files.
15371 * international/titdic-cnv.el (titdic-convert, miscdic-convert):
15372 Disable version-control and autoloads in output files.
15373 * leim/quail: Move here from ../leim.
15374 * leim/quail/hangul.el (hangul-input-method-activate):
15375 Add autoload cookie.
15376 (generated-autoload-load-name): Set file-local value.
15377 * leim/quail/uni-input.el (ucs-input-activate): Add autoload cookie.
15378 (generated-autoload-load-name): Set file-local value.
15379
15380 2013-11-26 Kenjiro NAKAYAMA <knakayam@redhat.com>
15381
15382 * net/eww.el (eww-bookmark-browse): Use 'eww-browse-url'.
15383 (eww-add-bookmark): Ask confirmation when add to bookmarks.
15384 (eww-quit): Ask confirmation before quitting eww.
15385
15386 2013-11-26 Eli Zaretskii <eliz@gnu.org>
15387
15388 * vc/vc.el (vc-diff-internal): Use *-dos coding-system when
15389 reading output from Diff on MS-Windows and MS-DOS.
15390
15391 2013-11-26 Bozhidar Batsov <bozhidar@batsov.com>
15392
15393 * emacs-lisp/helpers.el (string-reverse): New function.
15394
15395 2013-11-26 Michael Albinus <michael.albinus@gmx.de>
15396
15397 * net/tramp.el (tramp-file-name-regexp-unified): Support IPv6 host
15398 names on MS Windows, like "/[::1]:".
15399
15400 * net/tramp-sh.el (tramp-sh-handle-insert-directory): Accept nil
15401 SWITCHES.
15402
15403 2013-11-26 Glenn Morris <rgm@gnu.org>
15404
15405 * progmodes/python.el (python-indent-guess-indent-offset):
15406 Avoid corner-case error. (Bug#15975)
15407
15408 Preload leim-list.el. (Bug#4789)
15409 * loadup.el: Load leim-list.el when found.
15410 * startup.el (normal-top-level): Skip re-loading leim/leim-list.el.
15411
15412 2013-11-25 Bozhidar Batsov <bozhidar@batsov.com>
15413
15414 * emacs-lisp/bytecomp.el (byte-compile-form): Fix a typo.
15415
15416 * emacs-lisp/helpers.el (string-join): New function.
15417
15418 2013-11-25 Sebastian Wiesner <lunaryorn@gmail.com> (tiny change)
15419
15420 * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15421 Mark as obsolete and replace it with a symbol property.
15422 (byte-compile-form): Use new 'interactive-only property.
15423 * comint.el, files.el, replace.el, simple.el:
15424 Apply new 'interactive-only properly.
15425
15426 2013-11-25 Martin Rudalics <rudalics@gmx.at>
15427
15428 * window.el (display-buffer-at-bottom): Make sure that
15429 split-window-sensibly creates the new window on bottom
15430 (Bug#15961).
15431
15432 2013-11-23 David Kastrup <dak@gnu.org>
15433
15434 * vc/smerge-mode.el (smerge-ediff): Choose default buffer names based
15435 on the conflict markers when available.
15436 (smerge--get-marker): New function.
15437 (smerge-end-re, smerge-base-re): Add subgroup.
15438
15439 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15440
15441 * frame.el (handle-focus-in, handle-focus-out): Add missing
15442 interactive spec.
15443
15444 2013-11-25 Michael Albinus <michael.albinus@gmx.de>
15445
15446 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
15447 `tramp-current-connection' only when KEEP-PASSWORD is non-nil.
15448
15449 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
15450
15451 * play/gomoku.el: Don't use intangible property. Use lexical-binding.
15452 (gomoku--last-pos): New var.
15453 (gomoku--intangible-chars): New const.
15454 (gomoku--intangible): New function.
15455 (gomoku-mode): Use it. Derive from special-mode.
15456 (gomoku-move-up): Adjust line count.
15457 (gomoku-click, gomoku-point-y, gomoku-point-square, gomoku-goto-xy)
15458 (gomoku-plot-square, gomoku-init-display, gomoku-cross-qtuple):
15459 Simplify accordingly.
15460
15461 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
15462 Remove blink-cursor code.
15463 (blink-cursor-timer-function, blink-cursor-suspend):
15464 Don't special-case GUIs.
15465 (blink-cursor-mode): Use focus-in/out-hook.
15466
15467 2013-11-25 Dmitry Gutov <dgutov@yandex.ru>
15468
15469 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
15470 work when annotation is invisible (Bug#13886).
15471
15472 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change)
15473
15474 * json.el (json-alist-p): Only return non-nil if the alist has
15475 simple keys (Bug#13518).
15476
15477 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change)
15478
15479 * progmodes/js.el (js--ctrl-statement-indentation): Fix indent
15480 when control-statement is the first statement in a buffer (Bug#15956).
15481
15482 2013-11-24 Dmitry Gutov <dgutov@yandex.ru>
15483
15484 * imenu.el (imenu-generic-skip-comments-and-strings):
15485 New option (Bug#15560).
15486 (imenu--generic-function): Use it.
15487
15488 2013-11-24 Jorgen Schaefer <contact@jorgenschaefer.de>
15489
15490 * minibuffer.el (completion--in-region-1): Scroll the correct window.
15491 (Bug#13898)
15492
15493 2013-11-24 Bozhidar Batsov <bozhidar@batsov.com>
15494
15495 * emacs-lisp/helpers.el: Add some string helpers.
15496 (string-trim-left): Removes leading whitespace.
15497 (string-trim-right): Removes trailing whitespace.
15498 (string-trim): Removes leading and trailing whitespace.
15499
15500 * subr.el (string-suffix-p): New function.
15501
15502 2013-11-23 Glenn Morris <rgm@gnu.org>
15503
15504 * progmodes/python.el (python-shell-send-file):
15505 Add option to delete file when done. (Bug#15647)
15506 (python-shell-send-string, python-shell-send-region): Use it.
15507
15508 2013-11-23 Ivan Shmakov <ivan@siamics.net>
15509
15510 * vc/diff-mode.el (diff-mode): Only allow diff-default-read-only
15511 to set buffer-read-only to t, never to nil. (Bug#15938)
15512
15513 * textmodes/tex-mode.el (latex-noindent-environments):
15514 Add safe-local-variable property. (Bug#15936)
15515
15516 2013-11-23 Glenn Morris <rgm@gnu.org>
15517
15518 * textmodes/enriched.el (enriched-mode): Doc fix.
15519 * emacs-lisp/authors.el (authors-renamed-files-alist):
15520 Add enriched.doc -> enriched.txt.
15521
15522 * Makefile.in (emacs): Empty EMACSLOADPATH rather than unsetting.
15523
15524 2013-11-22 Leo Liu <sdl.web@gmail.com>
15525
15526 * progmodes/octave.el (inferior-octave-startup): Spit out error
15527 message.
15528
15529 2013-11-22 Bozhidar Batsov <bozhidar@batsov.com>
15530
15531 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
15532 Improve docstring.
15533 Add :version.
15534 (ruby-encoding-magic-comment-style): Add :version.
15535
15536 2013-11-22 Leo Liu <sdl.web@gmail.com>
15537
15538 * progmodes/octave.el (octave-operator-regexp): Exclude newline.
15539 (Bug#15076)
15540 (octave-help-mode): Adapt to change to help-mode-finish to use
15541 derived-mode-p on 2013-09-17.
15542 (inferior-octave-prompt): Also match octave-gui.
15543 (octave-kill-process): Don't ask twice. (Bug#10564)
15544
15545 2013-11-22 Leo Liu <sdl.web@gmail.com>
15546
15547 * progmodes/octave.el (inferior-octave-process-live-p): New helper.
15548 (inferior-octave-startup, inferior-octave-check-process)
15549 (inferior-octave-track-window-width-change)
15550 (octave-completion-at-point, octave-eldoc-function): Use it.
15551 (octave-kill-process): Provide confirmation. (Bug#10564)
15552
15553 2013-11-21 Leo Liu <sdl.web@gmail.com>
15554
15555 * progmodes/octave.el (octave-mode, inferior-octave-mode):
15556 Fix obsolete variable comment-use-global-state.
15557
15558 2013-11-21 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
15559
15560 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
15561 Add `octave-source-file'.
15562 (octave-source-file): New function. (Bug#15935)
15563
15564 2013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com>
15565
15566 * net/eww.el (eww-local-regex): New variable.
15567 (eww): Use it to detect localhost and similar.
15568
15569 2013-11-21 Leo Liu <sdl.web@gmail.com>
15570
15571 Add completion for command `ag'.
15572 * pcmpl-x.el (pcmpl-x-ag-options): New variable.
15573 (pcomplete/ag): New function.
15574 (pcmpl-x-ag-options): New function. Handle `[no]' in long options.
15575
15576 2013-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
15577
15578 * emacs-lisp/byte-run.el (eval-when-compile): Fix edebug spec
15579 (bug#14646).
15580 (make-obsolete): Remove interactive spec.
15581
15582 2013-11-21 Glenn Morris <rgm@gnu.org>
15583
15584 * startup.el (command-line-1): Use path-separator with -L.
15585
15586 2013-11-20 Teodor Zlatanov <tzz@lifelogs.com>
15587
15588 * emacs-lisp/package.el (describe-package-1): Add package archive
15589 to shown fields.
15590
15591 2013-11-20 Bozhidar Batsov <bozhidar@batsov.com>
15592
15593 * progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template):
15594 Change default to "# encoding: %s" to differentiate it from the
15595 default Ruby encoding comment template.
15596
15597 2013-11-20 Era Eriksson <era+emacsbugs@iki.fi>
15598
15599 * ses.el (ses-mode): Doc fix. (Bug#14748)
15600
15601 2013-11-20 Leo Liu <sdl.web@gmail.com>
15602
15603 * window.el (display-buffer-alist): Doc fix. (Bug#13594)
15604
15605 2013-11-19 Dan Nicolaescu <dann@gnu.org>
15606
15607 * vc/vc-git.el (vc-git-dir-extra-headers): Add headers
15608 when rebase or bisect are in progress.
15609
15610 2013-11-19 Xue Fuqiao <xfq.free@gmail.com>
15611
15612 * filenotify.el (file-notify-add-watch): Doc fix.
15613
15614 2013-11-19 Leo Liu <sdl.web@gmail.com>
15615
15616 * obsolete/rcompile.el: Mark obsolete.
15617
15618 * progmodes/compile.el (compilation-start)
15619 (compilation-goto-locus, compilation-find-file):
15620 Pass no-display-ok and handle nil value from display-buffer.
15621 (Bug#13594)
15622
15623 * window.el (display-buffer-alist, display-buffer): Document the
15624 new parameter no-display-ok. Return either a window or nil
15625 but never a non-window value.
15626
15627 2013-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
15628
15629 * electric.el (electric-indent-mode-map): Remove.
15630 (electric-indent-mode): Change the global-map instead (bug#15915).
15631
15632 * textmodes/text-mode.el (paragraph-indent-minor-mode):
15633 Use add-function.
15634
15635 2013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
15636
15637 * emacs-lisp/nadvice.el (remove-function): Align with
15638 add-function's behavior.
15639
15640 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
15641 (gdb--string-regexp): New constant.
15642 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
15643 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
15644 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
15645 submatch 1.
15646 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
15647 Adjust use accordingly.
15648 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
15649
15650 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
15651
15652 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at
15653 interpolation curlies (Bug#15914).
15654
15655 2013-11-17 Jay Belanger <jay.p.belanger@gmail.com>
15656
15657 * calc/calc.el (calc-context-sensitive-enter): New variable.
15658 (calc-enter): Use `calc-context-sensitive-enter'.
15659
15660 2013-11-16 Teodor Zlatanov <tzz@lifelogs.com>
15661
15662 * progmodes/cfengine.el: Version bump.
15663 (cfengine-cf-promises): New defcustom to locate cf-promises.
15664 (cfengine3-vartypes): Add new "data" type.
15665 (cfengine3--current-word): New function to get current name-like
15666 word or its bounds.
15667 (cfengine3--current-function): New function to look up a CFEngine
15668 function's definition.
15669 (cfengine3-format-function-docstring): New function.
15670 (cfengine3-make-syntax-cache): New function.
15671 (cfengine3-documentation-function): New function: ElDoc glue.
15672 (cfengine3-completion-function): New function: completion glue.
15673 (cfengine3-mode): Set `compile-command',
15674 `eldoc-documentation-function', and add to
15675 `completion-at-point-functions'.
15676
15677 2013-11-16 Michael Albinus <michael.albinus@gmx.de>
15678
15679 * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
15680 `tramp-current-connection'.
15681
15682 2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
15683
15684 * progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
15685 nil/self/true/false with "end of symbol".
15686
15687 2013-11-15 Bozhidar Batsov <bozhidar@batsov.com>
15688
15689 * subr.el (version-regexp-alist): Fix a typo.
15690
15691 2013-11-15 Michael Albinus <michael.albinus@gmx.de>
15692
15693 * net/tramp-sh.el (tramp-remote-process-environment): Set "LC_ALL" to
15694 "en_US.utf8" and "LC_CTYPE" to "".
15695 (tramp-maybe-open-connection): Set "LC_ALL" to "en_US.utf8".
15696 (tramp-sh-handle-insert-directory): Don't set "LC_ALL" and "LC_CTYPE".
15697
15698 2013-11-15 Leo Liu <sdl.web@gmail.com>
15699
15700 * loadhist.el (read-feature): Get rid of fake feature nil. (Bug#15889)
15701
15702 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
15703
15704 * progmodes/gud.el (ctl-x-map):
15705 Remove C-x SPC binding. (Bug#12342)
15706 (gud-jdb-find-source-using-classpath): Remove ((lambda (..)..)..).
15707
15708 2013-11-14 Bozhidar Batsov <bozhidar@batsov.com>
15709
15710 * subr.el (version-regexp-alist):
15711 Recognize hg, svn and darcs versions as snapshot versions.
15712
15713 * progmodes/ruby-mode.el (ruby--detect-encoding): Make aware of
15714 'always-utf8 value of `ruby-insert-encoding-magic-comment'.
15715 (ruby--encoding-comment-required-p): Extract from
15716 `ruby-mode-set-encoding'.
15717 (ruby-mode-set-encoding): Add the ability to always insert an
15718 utf-8 encoding comment. Fix and simplify coding comment update
15719 logic.
15720
15721 2013-11-14 Michael Albinus <michael.albinus@gmx.de>
15722
15723 * net/tramp-gvfs.el (top): Run init code only when
15724 `tramp-gvfs-enabled' is not nil.
15725 (tramp-gvfs-enabled): Check also :system bus.
15726
15727 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
15728
15729 Sync with upstream verilog-mode revision 78e66ba.
15730 * progmodes/verilog-mode.el (verilog-end-of-defun)
15731 (verilog-type-completion, verilog-get-list): Remove unused funcs.
15732 (verilog-get-end-of-defun): Remove unused argument.
15733 (verilog-comment-depth): Remove unused local `e'.
15734 (verilog-read-decls, verilog-read-sub-decls, verilog-read-instants):
15735 Don't pass arg to verilog-get-end-of-defun.
15736
15737 2013-11-14 Glenn Morris <rgm@gnu.org>
15738
15739 * obsolete/assoc.el (aget): Prefix dynamic variable.
15740
15741 * allout-widgets.el (allout-widgets): No need to autoload defgroup.
15742
15743 2013-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
15744
15745 * widget.el, hfy-cmap.el: Remove bogus package version number.
15746
15747 2013-11-13 Glenn Morris <rgm@gnu.org>
15748
15749 * replace.el (replace-eval-replacement):
15750 Try to give more helpful error message. (Bug#15836)
15751
15752 * arc-mode.el (archive-7z-extract, archive-7z-expunge)
15753 (archive-7z-update): Avoid custom type mismatches.
15754
15755 * vc/vc.el (vc-diff-knows-L): Remove; unused since 2007-10-10.
15756
15757 2013-11-13 Michael Albinus <michael.albinus@gmx.de>
15758
15759 * net/tramp.el (tramp-remote-file-name-spec-regexp): An IPv6
15760 address can be empty.
15761
15762 * net/tramp-gvfs.el (tramp-gvfs-handle-insert-directory):
15763 Accept nil SWITCHES.
15764 (tramp-gvfs-handle-write-region): Implement APPEND.
15765
15766 2013-11-12 Dmitry Gutov <dgutov@yandex.ru>
15767
15768 * progmodes/ruby-mode.el (ruby-smie-grammar): Disambiguate between
15769 binary "|" operator and closing block args delimiter.
15770 Remove FIXME comment referring to Ruby 1.8-only syntax.
15771 (ruby-smie--implicit-semi-p): Not after "|" operator.
15772 (ruby-smie--closing-pipe-p): New function.
15773 (ruby-smie--forward-token, ruby-smie--backward-token): Use it.
15774 (ruby-smie-rules): Indent after "|".
15775
15776 2013-11-12 Glenn Morris <rgm@gnu.org>
15777
15778 * ps-print.el (ps-face-attribute-list):
15779 Handle anonymous faces. (Bug#15827)
15780
15781 2013-11-12 Martin Rudalics <rudalics@gmx.at>
15782
15783 * window.el (display-buffer-other-frame): Fix doc-string.
15784 (Bug#15868)
15785
15786 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
15787
15788 * subr.el (force-mode-line-update): Delete, move to buffer.c.
15789
15790 2013-11-11 Michael Albinus <michael.albinus@gmx.de>
15791
15792 * net/tramp-sh.el (tramp-do-copy-or-rename-file-via-buffer)
15793 (tramp-sh-handle-file-local-copy): Don't write a message when
15794 saving temporary files.
15795
15796 * net/tramp-smb.el (tramp-smb-handle-copy-directory): Fix bug when
15797 both directories are remote.
15798 (tramp-smb-handle-directory-files): Do not return double entries.
15799 Do not expand full file names.
15800 (tramp-smb-handle-insert-directory): Accept nil SWITCHES.
15801 (tramp-smb-handle-write-region): Implement APPEND.
15802 (tramp-smb-get-stat-capability): Fix a stupid bug.
15803
15804 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
15805
15806 * bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
15807
15808 2013-11-11 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
15809
15810 * emacs-lisp/cconv.el (cconv-convert): Print warning instead of
15811 throwing error over malformed let/let* (bug#15814).
15812
15813 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
15814
15815 * iswitchb.el (iswitchb-mode): Mark obsolete.
15816
15817 2013-11-11 Glenn Morris <rgm@gnu.org>
15818
15819 * international/uni-bidi.el, international/uni-category.el:
15820 * international/uni-name.el, international/uni-numeric.el:
15821 Regenerate for Unicode 6.3.0.
15822
15823 2013-11-10 Michael Albinus <michael.albinus@gmx.de>
15824
15825 * net/tramp.el (tramp-methods):
15826 * net/tramp-sh.el (tramp-compute-multi-hops): Revert change of
15827 2013-10-29 (2013-10-29T02:50:24Z!dancol@dancol.org).
15828
15829 2013-11-09 Andreas Schwab <schwab@linux-m68k.org>
15830
15831 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15832 Force highlighting text after Summary keyword in doc face for rpm.
15833
15834 2013-11-09 Dmitry Gutov <dgutov@yandex.ru>
15835
15836 * textmodes/ispell.el (ispell-lookup-words): When `look' is not
15837 available and the word has no wildcards, append one to the grep pattern.
15838 http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00258.html
15839 (ispell-complete-word): Call `ispell-lookup-words' with the value
15840 independent of `ispell-look-p'.
15841
15842 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
15843
15844 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p):
15845 Not after "||".
15846 (ruby-smie-rules): Indent non-hanging "begin" blocks as part of
15847 their parent.
15848
15849 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15850
15851 * progmodes/ruby-mode.el: Don't require cl any more. Use pcase instead.
15852 (ruby-font-lock-keywords): Use backquote.
15853
15854 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
15855
15856 * progmodes/ruby-mode.el (ruby-smie--forward-token)
15857 (ruby-smie--backward-token): Only consider full-string matches.
15858
15859 2013-11-08 Jan Djärv <jan.h.d@swipnet.se>
15860
15861 * faces.el (describe-face): Add distant-foreground.
15862
15863 2013-11-08 Bozhidar Batsov <bozhidar@batsov.com>
15864
15865 * progmodes/ruby-mode.el: Improve encoding comment handling.
15866 (ruby-encoding-magic-comment-style): New option.
15867 (ruby-custom-encoding-magic-comment-template): New option.
15868 (ruby--insert-coding-comment, ruby--detect-encoding):
15869 New functions extracted from `ruby-mode-set-encoding'.
15870 (ruby-mode-set-encoding): Use `ruby-encoding-magic-comment-style'
15871 to control the style of the auto-inserted encoding comment.
15872
15873 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
15874
15875 * progmodes/ruby-mode.el (ruby-smie--indent-to-stmt):
15876 Use `smie-backward-sexp' with token argument.
15877
15878 2013-11-08 Michael Albinus <michael.albinus@gmx.de>
15879
15880 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
15881 Remove instrumentation code.
15882
15883 2013-11-08 Glenn Morris <rgm@gnu.org>
15884
15885 * progmodes/autoconf.el (autoconf-mode):
15886 Tweak comment-start-skip. (Bug#15822)
15887
15888 2013-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
15889
15890 * progmodes/sh-script.el (sh-smie--sh-keyword-in-p): Don't inf-loop
15891 at bobp (bug#15826).
15892 (sh-smie--sh-keyword-in-p): Recognize keywords at bobp.
15893
15894 2013-11-08 Darren Hoo <darren.hoo@gmail.com>
15895
15896 * man.el (Man-start-calling): New macro, extracted from
15897 Man-getpage-in-background.
15898 (Man-getpage-in-background): Use it.
15899 (Man-update-manpage): New command.
15900 (Man-mode-map): Bind it.
15901
15902 2013-11-08 Dmitry Gutov <dgutov@yandex.ru>
15903
15904 * progmodes/ruby-mode.el (ruby-smie-grammar): Improve precedences
15905 of "and", "or", "&&" and "||".
15906 (ruby-smie--args-separator-p): Prohibit keyword "do" as the first
15907 argument. Prohibit opening curly brace because it could only be a
15908 block opener in that position.
15909 (ruby-smie--forward-token, ruby-smie--backward-token):
15910 Separate "|" from "&" or "*" going after it. That can happen in block
15911 arguments.
15912 (ruby-smie--indent-to-stmt): New function, seeks the end of
15913 previous statement or beginning of buffer.
15914 (ruby-smie-rules): Use it.
15915 (ruby-smie-rules): Check if there's a ":" before a curly block
15916 opener candidate; if there is, it's a hash.
15917
15918 2013-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
15919
15920 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Use macroexp-progn.
15921 (cl--block-wrapper): Fix last accidental change.
15922
15923 2013-11-07 Michael Albinus <michael.albinus@gmx.de>
15924
15925 * net/tramp-sh.el (tramp-set-remote-path, tramp-get-ls-command):
15926 Instrument, in order to hunt failure on hydra.
15927
15928 2013-11-05 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
15929
15930 * emacs-lisp/cl-macs.el (cl-symbol-macrolet): Print warning for
15931 malformed bindings form (bug#15814).
15932
15933 2013-11-07 Dmitry Gutov <dgutov@yandex.ru>
15934
15935 * progmodes/ruby-mode.el (ruby-smie-grammar): Lower priority of
15936 "." compared to " @ ". This incidentally fixes some indentation
15937 examples with "do".
15938 (ruby-smie--implicit-semi-p): No implicit semi after "^", "and" or "or".
15939 (ruby-smie-grammar): New tokens: "and" and "or".
15940 (ruby-smie--args-separator-p): Fix the check for tokens at POS.
15941 Exclude "and" and "or". Remove "do" in order to work around token
15942 priorities.
15943 (ruby-smie-rules): Add all infix tokens. Handle the case of
15944 beginning-of-buffer.
15945
15946 2013-11-06 Glenn Morris <rgm@gnu.org>
15947
15948 * Makefile.in (setwins_almost, setwins_for_subdirs):
15949 Avoid accidental matches.
15950
15951 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
15952
15953 * menu-bar.el (popup-menu): Use key-binding.
15954
15955 2013-11-06 Eli Zaretskii <eliz@gnu.org>
15956
15957 * menu-bar.el (popup-menu, menu-bar-open): When displaying TTY
15958 menus, support also the menus produced by minor modes.
15959 (Bug#15817)
15960
15961 2013-11-06 Leo Liu <sdl.web@gmail.com>
15962
15963 * thingatpt.el (thing-at-point-looking-at): Add optional arg
15964 DISTANCE to bound the search. All uses changed. (Bug#15808)
15965
15966 2013-11-06 Glenn Morris <rgm@gnu.org>
15967
15968 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs): Simplify.
15969 (setwins_almost, setwins_for_subdirs): Don't assume called from srcdir.
15970 (custom-deps, finder-data, autoloads, update-subdirs): No need to cd.
15971
15972 2013-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
15973
15974 * electric.el (electric-indent-just-newline): New command.
15975 (electric-indent-mode-map): New keymap.
15976 (electric-indent-mode, electric-pair-mode, electric-layout-mode):
15977 Re-add :group which weren't redundant.
15978
15979 * electric.el (electric-indent-local-mode): New minor mode.
15980 (electric-indent-functions-without-reindent): New var.
15981 (electric-indent-post-self-insert-function): Use it.
15982 * emacs-lisp/gv.el (buffer-local-value): Add setter.
15983
15984 2013-11-05 Eli Zaretskii <eliz@gnu.org>
15985
15986 * international/quail.el (quail-help): Be more explicit about the
15987 meaning of the labels shown on the keys. (Bug#15800)
15988
15989 * startup.el (normal-top-level): Load the subdirs.el files before
15990 setting the locale environment. (Bug#15805)
15991
15992 2013-11-05 Stefan Monnier <monnier@iro.umontreal.ca>
15993
15994 * vc/vc-rcs.el (vc-rcs-parse): Make `gather' get e, b, and @-holes
15995 via arguments so as to get the right ones (bug#15418).
15996
15997 * net/rcirc.el (rcirc-record-activity): Don't abuse add-to-list.
15998
15999 2013-11-05 Michael Albinus <michael.albinus@gmx.de>
16000
16001 Fix problems found while writing a test suite.
16002
16003 * net/tramp-compat.el (tramp-compat-load): New defun.
16004 * net/tramp.el (tramp-handle-load): Use it.
16005
16006 * net/tramp-sh.el (tramp-sh-handle-add-name-to-file): Handle the case
16007 "(numberp ok-if-already-exists)" correctly.
16008
16009 2013-11-05 Xue Fuqiao <xfq.free@gmail.com>
16010
16011 * international/characters.el (glyphless-char-display-control):
16012 Add usage note.
16013
16014 2013-11-05 Bozhidar Batsov <bozhidar@batsov.com>
16015
16016 * progmodes/python.el (python-mode):
16017 * progmodes/scheme.el (scheme-mode):
16018 * progmodes/prolog.el (prolog-mode):
16019 * progmodes/ruby-mode.el (ruby-mode):
16020 * emacs-lisp/lisp-mode.el (lisp-mode, lisp-interaction-mode)
16021 (emacs-lisp-mode): Remove incorrect and redundant text from docstring.
16022
16023 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16024
16025 * rect.el (rectangle--highlight-for-redisplay):
16026 * emacs-lisp/smie.el (smie--next-indent-change):
16027 Use buffer-chars-modified-tick.
16028
16029 * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
16030
16031 * electric.el (electric-indent-post-self-insert-function):
16032 Only delete trailing whitepsace if it is indeed trailing (bug#15767).
16033
16034 2013-11-04 Helmut Eller <eller.helmut@gmail.com>
16035
16036 * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
16037
16038 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
16039
16040 * emacs-lisp/cconv.el (cconv-convert): Check form of let binding
16041 (bug#15786).
16042
16043 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16044
16045 * emacs-lisp/helpers.el: Move from helpers.el. Use lexical-binding.
16046
16047 * progmodes/python.el: Fix up last change.
16048 (python-shell--save-temp-file): New function.
16049 (python-shell-send-string): Use it. Remove `msg' arg. Don't assume
16050 `string' comes from the current buffer.
16051 (python-shell-send-string-no-output): Remove `msg' arg.
16052 (python--use-fake-loc): New var.
16053 (python-shell-buffer-substring): Obey it. Try to compensate for the
16054 extra coding line added by python-shell--save-temp-file.
16055 (python-shell-send-region): Use python-shell--save-temp-file and
16056 python-shell-send-file directly. Add `nomain' argument.
16057 (python-shell-send-buffer): Use python-shell-send-region.
16058 (python-electric-pair-string-delimiter): New function.
16059 (python-mode): Use it.
16060
16061 2013-11-04 Eli Zaretskii <eliz@gnu.org>
16062
16063 * startup.el (normal-top-level): Move setting eol-mnemonic-unix,
16064 eol-mnemonic-mac, eol-mnemonic-dos, and also setup of the locale
16065 environment and decoding all of the default-directory's to here
16066 from command-line.
16067 (command-line): Decode also argv[0].
16068
16069 * loadup.el: Error out if default-directory is a multibyte string
16070 when we are dumping.
16071
16072 * Makefile.in (emacs): Don't set LC_ALL=C. (Bug#15260)
16073
16074 2013-11-04 Teodor Zlatanov <tzz@lifelogs.com>
16075
16076 * emacs-lisp/package.el (package-menu-mode)
16077 (package-menu--print-info, package-menu--archive-predicate):
16078 Add Archive column to package list.
16079
16080 2013-11-04 Michael Albinus <michael.albinus@gmx.de>
16081
16082 Fix problems found while writing a test suite.
16083
16084 * net/tramp.el (tramp-file-name-regexp-unified): Simplify.
16085 (tramp-file-name-for-operation): Use `tramp-tramp-file-p'.
16086 (tramp-handle-substitute-in-file-name): Let-bind `process-environment'
16087 to nil when running original file name handler. Otherwise,
16088 there are problems with constructs like "$$FOO".
16089
16090 * net/tramp-sh.el (tramp-do-copy-or-rename-file): Use correct prefix
16091 for `localname'.
16092
16093 2013-11-04 Bozhidar Batsov <bozhidar@batsov.com>
16094
16095 * progmodes/ruby-mode.el (ruby-mode): Clean up docstring.
16096
16097 * subr.el (version<, version<=, version=):
16098 Update docstrings with information for snapshot versions.
16099
16100 * helpers.el: New library for misc helper functions.
16101 (hash-table-keys): New function returning a list of hash keys.
16102 (hash-table-values): New function returning a list of hash values.
16103
16104 2013-11-04 Dmitry Gutov <dgutov@yandex.ru>
16105
16106 * progmodes/ruby-mode.el (ruby-smie--forward-token)
16107 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
16108
16109 2013-11-04 Michal Nazarewicz <mina86@mina86.com>
16110
16111 * textmodes/fill.el (fill-single-char-nobreak-p): New function
16112 checking whether point is after a 1-letter word.
16113
16114 2013-11-04 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
16115
16116 * progmodes/cperl-mode.el (cperl-font-lock-fontify-region-function):
16117 Don't infloop when expanding region over `multiline' syntax-type that
16118 begins a line (bug#15778).
16119
16120 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
16121
16122 * rect.el (rectangle-mark-mode): Rename from rectangle-mark.
16123 Make it into a proper minor mode.
16124 (rectangle--region): (Implicitly) rename to rectangle-mark-mode.
16125 (rectangle-mark-mode-map): New keymap.
16126 (rectangle--highlight-for-redisplay): Fix some corner cases (bug#15796).
16127
16128 2013-11-04 Glenn Morris <rgm@gnu.org>
16129
16130 * startup.el (command-line-1): Allow `-L :...' to append to load-path.
16131
16132 2013-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
16133
16134 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign): Remove.
16135 (ruby-smie-rules): Use smie-rule-parent instead.
16136
16137 * emacs-lisp/smie.el (smie-rule-parent): Always call
16138 smie-indent-virtual rather than only for hanging tokens.
16139 (smie--next-indent-change): New helper command.
16140
16141 2013-11-03 Glenn Morris <rgm@gnu.org>
16142
16143 * Makefile.in (abs_srcdir): Remove.
16144 (emacs): Unset EMACSLOADPATH.
16145
16146 2013-11-02 Glenn Morris <rgm@gnu.org>
16147
16148 * Makefile.in (EMACS): Use a relative filename.
16149 (abs_top_builddir): Remove.
16150 (custom-deps, finder-data, autoloads): Use --chdir.
16151
16152 * Makefile.in (abs_lisp): Remove, replace by abs_srcdir.
16153
16154 Use relative filenames in TAGS files.
16155 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
16156 (lisptagsfiles4, TAGS): Use relative file names.
16157 (TAGS-LISP): Remove.
16158 (maintainer-clean): No more TAGS-LISP file.
16159
16160 * Makefile.in (lisptagsfiles1, lisptagsfiles2, lisptagsfiles3)
16161 (lisptagsfiles4): Use absolute filenames again.
16162 (TAGS, TAGS-LISP): Not everything needs to run in one line.
16163 Remove all *loaddefs files, not just the first. Remove esh-groups.
16164 (maintainer-clean): Delete TAGS, TAGS-LISP.
16165
16166 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
16167
16168 * emacs-lisp/package.el (package-version-join):
16169 Recognize snapshot versions.
16170
16171 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
16172
16173 * subr.el (version-regexp-alist): Add support for snapshot versions.
16174
16175 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
16176
16177 * progmodes/ruby-mode.el (ruby-smie--rule-parent-skip-assign):
16178 New function, replacement for `smie-rule-parent' for when we want to
16179 skip over our direct parent if it's an assignment token..
16180 (ruby-smie-rules): Use it.
16181
16182 2013-11-02 Dmitry Gutov <dgutov@yandex.ru>
16183
16184 * progmodes/ruby-mode.el: Use `syntax-propertize-function'
16185 unconditionally. Remove now unnecessary forward declarations.
16186 Remove XEmacs-specific setup.
16187 (ruby-here-doc-end-re, ruby-here-doc-beg-match)
16188 (ruby-font-lock-syntactic-keywords)
16189 (ruby-comment-beg-syntax, ruby-in-here-doc-p)
16190 (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
16191 (ruby-here-doc-end-syntax): Remove.
16192 (ruby-mode): Don't check whether `syntax-propertize-rules' is
16193 defined as function.
16194
16195 2013-11-02 Bozhidar Batsov <bozhidar@batsov.com>
16196
16197 * progmodes/ruby-mode.el (ruby-mode-variables, ruby-mode): Use `setq-local'.
16198
16199 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
16200
16201 * progmodes/ruby-mode.el (ruby-mode-variables): Don't set syntax
16202 table and abbrev table, `define-derived-mode' does that for us
16203 anyway.
16204
16205 2013-11-01 Glenn Morris <rgm@gnu.org>
16206
16207 * Makefile.in: Remove manual mh-e dependencies (writing .elc
16208 files is atomic for some time, so no parallel compilation issues).
16209
16210 2013-11-01 Jan Djärv <jan.h.d@swipnet.se>
16211
16212 * faces.el (face-x-resources): Add :distant-foreground.
16213 (region): Use :distant-foreground for gtk and ns.
16214
16215 2013-11-01 Tassilo Horn <tsdh@gnu.org>
16216
16217 Allow multiple bibliographies when BibLaTeX is used rather than
16218 BibTeX.
16219 * textmodes/reftex-parse.el (reftex-using-biblatex-p): New function.
16220 (reftex-locate-bibliography-files): Us it.
16221
16222 2013-11-01 Claudio Bley <claudio.bley@googlemail.com>
16223
16224 * image.el (image-type-header-regexps): Fix the 'pbm' part to
16225 allow comments in pbm files.
16226
16227 * term/w32-win.el (dynamic-library-alist): Support newer versions
16228 of libjpeg starting with v7: look only for the DLL from the
16229 version against which Emacs was built.
16230 Support versions of libpng beyond 1.4.x.
16231 Support libtiff v4.x.
16232
16233 2013-11-01 Bozhidar Batsov <bozhidar@batsov.com>
16234
16235 * progmodes/ruby-mode.el (ruby-indent-tabs-mode)
16236 (ruby-indent-level, ruby-comment-column, ruby-deep-arglist):
16237 Add property :safe.
16238 (ruby-deep-arglist): Add property :type.
16239
16240 2013-10-31 Glenn Morris <rgm@gnu.org>
16241
16242 * Makefile.in (custom-deps, finder-data): No need to setq the target
16243 variables, we are in the right directory and the defaults work fine.
16244
16245 2013-10-30 Glenn Morris <rgm@gnu.org>
16246
16247 * Makefile.in (autoloads): Do not use abs_lisp.
16248
16249 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
16250 `newline' does not respect `standard-output', so use `princ'.
16251
16252 2013-10-30 Alp Aker <alp.tekin.aker@gmail.com>
16253
16254 Ensure unmarking in buffer menu clears 'S' marks. (Bug#15761)
16255 * buff-menu.el (Buffer-menu--unmark): New function.
16256 (Buffer-menu-unmark, Buffer-menu-backup-unmark): Use it.
16257
16258 2013-10-30 Glenn Morris <rgm@gnu.org>
16259
16260 * Makefile.in (AUTOGENEL): Add org/org-loaddefs.el.
16261
16262 * emacs-lisp/package.el (lm-homepage): Declare.
16263
16264 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
16265 Fix doc typos.
16266
16267 * vc/pcvs.el (cvs-status-cvstrees): Autoload to silence compiler.
16268
16269 * Makefile.in (finder-data, autoloads, update-subdirs)
16270 (compile-main, compile-clean, compile-always, bootstrap-clean):
16271 Check return value of cd.
16272 (compile-calc): Remove.
16273
16274 2013-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
16275
16276 * simple.el (copy-region-as-kill): Fix call to region-extract-function.
16277
16278 * emacs-lisp/bytecomp.el (byte-defop-compiler): Add new `2-and' handler.
16279 (byte-compile-and-folded): New function.
16280 (=, <, >, <=, >=): Use it.
16281
16282 * dos-w32.el (minibuffer-history-case-insensitive-variables)
16283 (path-separator, null-device, buffer-file-coding-system)
16284 (lpr-headers-switches): Check system-type before modifying them.
16285 (find-buffer-file-type-coding-system): Mark obsolete.
16286 (w32-find-file-not-found-set-buffer-file-coding-system): Rename from
16287 find-file-not-found-set-buffer-file-coding-system.
16288 (w32-untranslated-filesystem-list, w32-untranslated-canonical-name)
16289 (w32-add-untranslated-filesystem, w32-remove-untranslated-filesystem)
16290 (w32-direct-print-region-use-command-dot-com, w32-untranslated-file-p)
16291 (w32-direct-print-region-helper, w32-direct-print-region-function)
16292 (w32-direct-ps-print-region-function): Rename by adding a "w32-" prefix.
16293 * startup.el (normal-top-level-add-subdirs-to-load-path):
16294 * ps-print.el (ps-print-region-function):
16295 * lpr.el (print-region-function): Use new name.
16296
16297 * subr.el (custom-declare-variable-early): Remove function.
16298 (custom-declare-variable-list): Remove var.
16299 (error, user-error): Remove `while' loop.
16300 (read-quoted-char-radix, read-quoted-char): Move to simple.el.
16301 (user-emacs-directory-warning, locate-user-emacs-file):
16302 Move to files.el.
16303 * simple.el (read-quoted-char-radix, read-quoted-char):
16304 * files.el (user-emacs-directory-warning, locate-user-emacs-file):
16305 Move from subr.el.
16306 * custom.el (custom-declare-variable-list): Don't process
16307 custom-declare-variable-list.
16308
16309 * progmodes/python.el (python-shell-get-buffer): New function.
16310 (python-shell-get-process): Use it.
16311 (python-shell-send-string): Always use utf-8 and add a cookie to tell
16312 Python which encoding was used. Don't split-string since we only care
16313 about the first line. Return the temp-file, if applicable.
16314 (python-shell-send-region): Tell compile.el how to turn locations in
16315 the temp-file into locations in the source buffer.
16316
16317 2013-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
16318
16319 * subr.el (undefined): Add missing behavior from the C code for
16320 unbound keys.
16321
16322 * rect.el: Use lexical-binding. Add new rectangular region support.
16323 (rectangle-mark): New command.
16324 (rectangle--region): New var.
16325 (deactivate-mark-hook): Reset rectangle--region.
16326 (rectangle--extract-region, rectangle--insert-for-yank)
16327 (rectangle--highlight-for-redisplay)
16328 (rectangle--unhighlight-for-redisplay): New functions.
16329 (region-extract-function, redisplay-unhighlight-region-function)
16330 (redisplay-highlight-region-function): Use them to handle
16331 rectangular region.
16332 * simple.el (region-extract-function): New var.
16333 (delete-backward-char, delete-forward-char, deactivate-mark): Use it.
16334 (kill-new, kill-append): Remove obsolete `yank-handler' argument.
16335 (kill-region): Replace obsolete `yank-handler' arg with `region'.
16336 (copy-region-as-kill, kill-ring-save): Add `region' argument.
16337 (redisplay-unhighlight-region-function)
16338 (redisplay-highlight-region-function): New vars.
16339 (redisplay--update-region-highlight): New function.
16340 (pre-redisplay-function): Use it.
16341 (exchange-point-and-mark): Don't deactivate the mark before
16342 reactivate-it anyway.
16343 * comint.el (comint-kill-region): Remove yank-handler argument.
16344 * delsel.el (delete-backward-char, backward-delete-char-untabify)
16345 (delete-char): Remove property, since it's now part of their
16346 default behavior.
16347 (self-insert-iso): Remove property since this command doesn't exist.
16348
16349 * emacs-lisp/package.el (package--download-one-archive)
16350 (describe-package-1): Don't query the user about final newline.
16351
16352 2013-10-29 Daniel Colascione <dancol@dancol.org>
16353
16354 * net/tramp.el (tramp-methods): Document new functionality.
16355 * net/tramp-sh.el (tramp-compute-multi-hops): Punt to
16356 tramp-hostname-checker if method provides one instead of scanning
16357 argument list for "%h" to decide hostname acceptability.
16358
16359 2013-10-28 Michael Albinus <michael.albinus@gmx.de>
16360
16361 * net/tramp-sh.el (tramp-sh-handle-copy-directory):
16362 * net/tramp-smb.el (tramp-smb-handle-copy-directory):
16363 Handle COPY-CONTENTS. (Bug#15737)
16364
16365 2013-10-28 Daiki Ueno <ueno@gnu.org>
16366
16367 * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
16368 Document that this option has no effect with GnuPG 2.0 (bug#15552).
16369
16370 2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
16371
16372 * image.el (defimage, image-load-path): Doc fixes.
16373
16374 2013-10-27 Alan Mackenzie <acm@muc.de>
16375
16376 Indent statements in macros following "##" correctly.
16377 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
16378 Modify the "#" arm of a cond form to handle "#" and "##" operators.
16379
16380 2013-10-27 Nathan Trapuzzano <nbtrap@nbtrap.com> (tiny change)
16381
16382 * linum.el (linum-update-window): Fix boundary test (bug#13446).
16383
16384 2013-10-27 Dmitry Gutov <dgutov@yandex.ru>
16385
16386 * progmodes/ruby-mode.el (ruby-smie--bosp): Anything that goes
16387 after `=' is probably a new expression.
16388
16389 2013-10-27 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
16390
16391 * man.el (man-imenu-title): New option.
16392 (Man-mode-map): Add menu. (Bug#15722)
16393 (Man-mode): Add imenu to menu.
16394
16395 2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
16396
16397 * progmodes/ruby-mode.el (ruby-smie--args-separator-p): Be more
16398 specific in what the first arg can be: a non-keyword word,
16399 string/regexp/percent literal opener, opening paren, or unary
16400 operator followed directly by word.
16401
16402 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16403
16404 * progmodes/prolog.el: Remove old indent; use post-self-insert-hook.
16405 (prolog-align-comments-flag, prolog-indent-mline-comments-flag)
16406 (prolog-object-end-to-0-flag, prolog-electric-newline-flag)
16407 (prolog-electric-tab-flag, prolog-use-prolog-tokenizer-flag):
16408 Remove vars, they do not apply any more.
16409 (prolog-mode-abbrev-table): Remove redundant declaration.
16410 (prolog-upper-case-string, prolog-lower-case-string): Remove.
16411 (prolog-use-smie): Remove.
16412 (prolog-smie-rules): Add indentation rule for the if-then-else layout
16413 supported by prolog-electric-if-then-else-flag.
16414 (prolog-mode-variables, prolog-menu): Use setq-local.
16415 (prolog-mode-keybindings-edit): Don't rebind M-C-p and M-C-n.
16416 Remove binding to `Backspace' since this key doesn't exist anyway.
16417 Remove bindings for electric self-inserting keys.
16418 (prog-mode): Assume it's defined.
16419 (prolog-post-self-insert): New function.
16420 (prolog-mode): Use it.
16421 (prolog-indent-line, prolog-indent-level)
16422 (prolog-find-indent-of-matching-paren)
16423 (prolog-indentation-level-of-line, prolog-goto-comment-column)
16424 (prolog-paren-is-the-first-on-line-p, prolog-region-paren-balance)
16425 (prolog-goto-next-paren, prolog-in-string-or-comment)
16426 (prolog-tokenize, prolog-inside-mline-comment)
16427 (prolog-find-start-of-mline-comment): Remove functions.
16428 (prolog-find-unmatched-paren, prolog-clause-end)
16429 (prolog-guess-fill-prefix, prolog-get-predspec): Use syntax-ppss.
16430 (prolog-electric--if-then-else): Rename from
16431 prolog-insert-spaces-after-paren; use prolog-electric-if-then-else-flag.
16432 (prolog-tokenize-searchkey): Remove const.
16433 (prolog-clause-info): Use forward-sexp.
16434 (prolog-forward-list, prolog-backward-list, prolog-electric-delete)
16435 (prolog-electric-if-then-else): Remove commands.
16436 (prolog-electric--colon): Rename from prolog-electric-colon; adapt it
16437 for use in post-self-insert-hook.
16438 (prolog-electric--dash): Rename from prolog-electric-dash; adapt it
16439 for use in post-self-insert-hook.
16440 (prolog-electric--dot): Rename from prolog-electric-dot; adapt it
16441 for use in post-self-insert-hook.
16442 (prolog-electric--underscore): Rename from prolog-electric--underscore;
16443 adapt it for use in post-self-insert-hook.
16444
16445 2013-10-25 Michael Albinus <michael.albinus@gmx.de>
16446
16447 * emacs-lisp/ert.el (ert-run-tests-interactively):
16448 Use `completing-read'. (Bug#9756)
16449
16450 2013-10-25 Eli Zaretskii <eliz@gnu.org>
16451
16452 * simple.el (line-move): Call line-move-1 instead of
16453 line-move-visual when the current window hscroll is zero, but
16454 temporary-goal-column indicates we will need to hscroll as result
16455 of the movement. (Bug#15712)
16456
16457 2013-10-25 Dmitry Gutov <dgutov@yandex.ru>
16458
16459 * progmodes/ruby-mode.el (ruby-mode-menu): Use proper
16460 capitalization. Use :visible instead of :active.
16461 Fix `ruby-indent-exp' reference. Add menu items for the generic
16462 commands that are used with SMIE.
16463 (ruby-do-end-to-brace): Insert space after `{'.
16464
16465 2013-10-25 John Anthony <john@jo.hnanthony.com>
16466
16467 * progmodes/ruby-mode.el (ruby-mode-menu): Add a menu. (Bug#15600)
16468
16469 * progmodes/inf-lisp.el (inferior-lisp-menu): Add a menu. (Bug#15599)
16470
16471 2013-10-25 Glenn Morris <rgm@gnu.org>
16472
16473 * vc/vc.el (vc-print-log): Don't use a working revision unless
16474 one was explicitly specified. (Bug#15322)
16475
16476 2013-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
16477
16478 * subr.el (add-to-list): Preserve return value in compiler-macro
16479 (bug#15692).
16480
16481 2013-10-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
16482
16483 * progmodes/octave.el (octave-lookfor): Handle empty lookfor
16484 result. Ask user to retry using '-all' flag. (Bug#15701)
16485
16486 2013-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
16487
16488 * emacs-lisp/smie.el: New smie-config system.
16489 (smie-config): New defcustom.
16490 (smie-edebug, smie-config-show-indent, smie-config-set-indent)
16491 (smie-config-guess, smie-config-save): New commands.
16492 (smie-config--mode-local, smie-config--buffer-local)
16493 (smie-config--trace, smie-config--modefuns): New vars.
16494 (smie-config--advice, smie-config--mode-hook)
16495 (smie-config--setter, smie-config-local, smie-config--get-trace)
16496 (smie-config--guess-value, smie-config--guess): New functions.
16497 (smie-indent-forward-token, smie-indent-backward-token): Don't copy
16498 text properties. Treat "string fence" syntax like string syntax.
16499
16500 * progmodes/sh-script.el (sh-use-smie): Change default.
16501 (sh-smie-sh-rules, sh-smie-rc-rules): Obey legacy sh-indent-* vars.
16502 (sh-var-value): Simplify by CSE.
16503 (sh-show-indent, sh-set-indent, sh-learn-line-indent)
16504 (sh-learn-buffer-indent): Redirect to their SMIE equivalent when SMIE
16505 is used.
16506 (sh-guess-basic-offset): Use cl-incf.
16507 (sh-guess-basic-offset): Use push+nreverse to avoid O(n^2).
16508
16509 2013-10-24 Helmut Eller <eller.helmut@gmail.com>
16510
16511 * emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2): Fix cut&paste
16512 (bug#15699).
16513
16514 2013-10-24 Glenn Morris <rgm@gnu.org>
16515
16516 * Makefile.in (abs_top_srcdir): Remove.
16517 (update-subdirs): Use relative path to update-subdirs.
16518
16519 2013-10-24 Eli Zaretskii <eliz@gnu.org>
16520
16521 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
16522 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
16523 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
16524 Call unmsys--file-name before expand-file-name, not after it.
16525
16526 2013-10-24 Michael Albinus <michael.albinus@gmx.de>
16527
16528 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.
16529 (ert-test-skipped): New error.
16530 (ert-skip, ert-stats-skipped): New defuns.
16531 (ert--skip-unless): New macro.
16532 (ert-test-skipped): New struct.
16533 (ert--run-test-debugger, ert-test-result-type-p)
16534 (ert-test-result-expected-p, ert--stats, ert-stats-completed)
16535 (ert--stats-set-test-and-result, ert-char-for-test-result)
16536 (ert-string-for-test-result, ert-run-tests-batch)
16537 (ert--results-update-ewoc-hf, ert-run-tests-interactively):
16538 Handle skipped tests. (Bug#9803)
16539
16540 2013-10-24 Glenn Morris <rgm@gnu.org>
16541
16542 * Makefile.in (check-declare): Remove unnecessary path in -l argument.
16543
16544 * Makefile.in (abs_top_srcdir): New, set by configure.
16545 (update-subdirs): Correct build-aux location.
16546
16547 2013-10-24 Dmitry Gutov <dgutov@yandex.ru>
16548
16549 * vc/vc.el (vc-print-root-log): Always set `default-directory'
16550 value, whether we could auto-deduce `backend', or not.
16551
16552 * progmodes/ruby-mode.el (ruby-smie-rules): Fix the "curly block
16553 with parameters" example. Simplify the "is it block or is it
16554 hash" check, but also make it more thorough.
16555
16556 2013-10-23 Masashi Fujimoto <masfj.dev@gmail.com> (tiny change)
16557
16558 * battery.el (battery-pmset): Handle OS X Mavericks. (Bug#15694)
16559
16560 2013-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
16561
16562 * progmodes/ruby-mode.el (ruby-smie-rules): Only align with parent of
16563 { if it is hanging.
16564
16565 * progmodes/ruby-mode.el (ruby-smie-rules): Don't return 0 for
16566 :before ";".
16567
16568 2013-10-23 Jed Brown <jed@59A2.org> (tiny change)
16569
16570 * progmodes/compile.el (compilation-directory-matcher)
16571 (compilation-page-delimiter):
16572 Support GNU Make-4.0 directory quoting. (Bug#15678)
16573
16574 2013-10-23 Leo Liu <sdl.web@gmail.com>
16575
16576 * ido.el (ido-tidy): Handle read-only text.
16577
16578 2013-10-23 Glenn Morris <rgm@gnu.org>
16579
16580 * Makefile.in (abs_srcdir, abs_lisp): New, set by configure.
16581 (emacs, compile, compile-always):
16582 Quote entities that might contain whitespace.
16583 (custom-deps, finder-data, autoloads): Use abs_lisp.
16584 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
16585 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
16586 ($(CAL_DIR)/hol-loaddefs.el): Manually expand target file name.
16587
16588 2013-10-23 Dmitry Gutov <dgutov@yandex.ru>
16589
16590 * progmodes/ruby-mode.el (ruby-smie--at-dot-call):
16591 Use `following-char'.
16592
16593 2013-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
16594
16595 * emacs-lisp/smie.el (smie-rule-parent): Fix opener-test.
16596 * progmodes/ruby-mode.el (ruby-smie-rules):
16597 Remove corresponding workaround. Fix indentation rule of ";" so it
16598 also applies when ";" is the parent.
16599
16600 2013-10-22 Xue Fuqiao <xfq.free@gmail.com>
16601
16602 * frame.el (display-screens, display-pixel-height)
16603 (display-pixel-width, display-mm-width, display-backing-store)
16604 (display-save-under, display-planes, display-color-cells)
16605 (display-visual-class, display-monitor-attributes-list):
16606 Mention the optional ‘display’ argument in doc strings.
16607
16608 2013-10-22 Michael Gauland <mikelygee@amuri.net>
16609
16610 * progmodes/ebnf2ps.el (ebnf-prologue): Avoid PS error with some
16611 viewers such as evince when ebnf-production-name-p is nil. (Bug#15625)
16612
16613 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
16614
16615 * progmodes/ruby-mode.el (ruby-smie-grammar): Remove outdated
16616 TODO. Add "." after " @ ".
16617 (ruby-smie--at-dot-call): New function. Checks if point at method
16618 call with explicit target.
16619 (ruby-smie--forward-token, ruby-smie--backward-token): Prepend "."
16620 to the method name tokens when it precedes them.
16621 (ruby-smie--backward-id, ruby-smie--forward-id): Remove.
16622 (ruby-smie-rules): Add rule for indentation before and after "."
16623 token.
16624
16625 2013-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
16626
16627 * textmodes/remember.el (remember-diary-extract-entries):
16628 Avoid add-to-list.
16629
16630 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after + used as
16631 an instruction.
16632
16633 2013-10-21 Dmitry Gutov <dgutov@yandex.ru>
16634
16635 * progmodes/ruby-mode.el (ruby-smie-grammar):
16636 Add (almost) all infix operators.
16637 (ruby-smie--implicit-semi-p): Add new operator chars.
16638
16639 * progmodes/ruby-mode.el (ruby-mode-map): Add binding for
16640 `smie-down-list'.
16641 (ruby-smie--args-separator-p): Check that there's no newline
16642 between method call and its arguments.
16643
16644 2013-10-20 Alan Mackenzie <acm@muc.de>
16645
16646 Allow comma separated lists after Java "implements".
16647
16648 * progmodes/cc-engine.el (c-backward-over-enum-header):
16649 Parse commas.
16650 * progmodes/cc-fonts.el (c-basic-matchers-after): Remove comma
16651 from a "disallowed" list in enum fontification.
16652
16653 2013-10-20 Johan Bockgård <bojohan@gnu.org>
16654
16655 * startup.el (default-frame-background-mode): Remove unused defvar.
16656
16657 * progmodes/verilog-mode.el (verilog-mode): Don't set
16658 comment-indent-function globally.
16659
16660 2013-10-20 Jan Djärv <jan.h.d@swipnet.se>
16661
16662 * menu-bar.el: Put help-menu in menu-bar-final-items unconditionally.
16663 Move Info menu item creation to ns-win.el.
16664
16665 * term/ns-win.el (ns-initialize-window-system): Rename Help to Info
16666 in menu bar.
16667
16668 * menu-bar.el: Move GNUstep specific menus...
16669
16670 * term/ns-win.el (ns-initialize-window-system): ... to here.
16671
16672 2013-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
16673
16674 * simple.el (newline): Only run post-self-insert-hook when
16675 called interactively.
16676
16677 2013-10-19 Johan Bockgård <bojohan@gnu.org>
16678
16679 * icomplete.el (icomplete-with-completion-tables): Add :version.
16680
16681 2013-10-19 Alan Mackenzie <acm@muc.de>
16682
16683 Fix fontification bugs with constructors and const.
16684
16685 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): (Just after
16686 CASE 2) Remove the check for the absence of a suffix construct
16687 after a function declaration with only types (no identifiers) in
16688 the parentheses. Also, accept a function declaration with just a
16689 type inside the parentheses, if this type can be positively
16690 recognised as such, or if a prefix keyword like "explicit" nails
16691 down the construct as a declaration.
16692
16693 2013-10-19 Eli Zaretskii <eliz@gnu.org>
16694
16695 * menu-bar.el (tty-menu-navigation-map): Bind mouse-N to perform
16696 TTY menu actions and down-mouse-N to tty-menu-ignore. This solves
16697 the problem whereby selecting a menu item that leads to a
16698 minibuffer prompt moves the cursor out of the minibuffer window,
16699 making it hard to type at the prompt. Suggested by Stefan Monnier
16700 <monnier@iro.umontreal.ca>.
16701
16702 2013-10-19 Jan Djärv <jan.h.d@swipnet.se>
16703
16704 * menu-bar.el: Don't make Services menu.
16705
16706 2013-10-19 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
16707
16708 * ffap.el: Handle "/usr/include/c++/<version>" directories.
16709 (ffap-alist): Use ffap-c++-mode for c++-mode.
16710 (ffap-c++-path): New variable.
16711 (ffap-c++-mode): New function.
16712
16713 2013-10-19 Joe Vornehm Jr. <joe.vornehm@gmail.com> (tiny change)
16714
16715 * ido.el (dired-other-frame): Only list directories. (Bug#15638)
16716
16717 2013-10-18 Michael Albinus <michael.albinus@gmx.de>
16718
16719 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Fix an error
16720 introduced on 2013-09-08, which results in an infinite loop
16721 requesting a password.
16722
16723 2013-10-18 Glenn Morris <rgm@gnu.org>
16724
16725 * progmodes/verilog-mode.el (verilog-case-fold): Add :version.
16726
16727 2013-10-18 Wilson Snyder <wsnyder@wsnyder.org>
16728
16729 Sync with upstream verilog-mode revision 1a6ecec7.
16730 * progmodes/verilog-mode.el (verilog-mode-version): Update.
16731 (verilog-mode-release-date): Remove.
16732 (verilog-highlight-grouping-keywords, verilog-active-low-regexp)
16733 (verilog-auto-inst-param-value, verilog-auto-input-ignore-regexp)
16734 (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
16735 (verilog-auto-tieoff-ignore-regexp)
16736 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp)
16737 (verilog-scan-cache-preserving, verilog-mode, verilog-at-struct-p)
16738 (verilog-signals-with, verilog-dir-cache-preserving)
16739 (verilog-auto-inst, verilog-auto-inout-param, verilog-auto):
16740 Doc fixes.
16741 (verilog-case-fold): New option, to control case folding in
16742 regexp searches, bug597.
16743 (verilog-menu): Add verilog-sk-uvm-component, minor tweaks.
16744 (verilog-string-match-fold, verilog-in-paren-count)
16745 (verilog-in-struct-nested-p, verilog-at-struct-mv-p)
16746 (verilog-at-close-struct-p): New functions.
16747 (verilog-beg-block-re-ordered, verilog-extended-case-re)
16748 (verilog-forward-sexp, verilog-set-auto-endcomments)
16749 (verilog-leap-to-case-head): Handle "unique0" case.
16750 (verilog-in-constraint-re): New constant.
16751 (verilog-keywords, verilog-type-font-keywords):
16752 Add some SystemVerilog 1800-2012 keywords.
16753 (verilog-label-be): Remove unimplemented argument, bug669.
16754 (verilog-batch-execute-func): When batch expanding clear
16755 create-lockfiles to prevent spurious user locks when a file ends
16756 up not changing.
16757 (verilog-calculate-indent, verilog-calc-1)
16758 (verilog-at-close-constraint-p, verilog-at-constraint-p)
16759 (verilog-do-indent): Fix indentation of nested constraints
16760 and structures.
16761 (verilog-sig-tieoff, verilog-typedef-name-p, verilog-auto-inst)
16762 (verilog-auto-inst-param): Use verilog-string-match-fold.
16763 (verilog-read-inst-module-matcher):
16764 Fix AUTOINST on gate primitives with #1.
16765 (verilog-read-decls): Fix double-declaring user-defined typed signals.
16766 Reads all user-defined typed variables.
16767 (verilog-read-defines): Fix reading definitions inside comments, bug647.
16768 (verilog-signals-matching-regexp)
16769 (verilog-signals-not-matching-regexp, verilog-auto):
16770 Respect verilog-case-fold.
16771 (verilog-diff-report): Fix line count.
16772 (verilog-auto-assign-modport): Remove unused local `modi'.
16773 (verilog-auto-inst-port): Support [][] in AUTO_TEMPLATE to
16774 better handle multidimensional arrays.
16775 Fix packed array ports misadding bit index in AUTOINST, bug637.
16776 (verilog-auto-output, verilog-auto-input): Fix AUTOINPUT and AUTOOUTPUT
16777 to not double-declare existing outputs and inputs, respectively.
16778 (verilog-template-map): Bind U to verilog-sk-uvm-component.
16779 (verilog-sk-uvm-object): Rename from verilog-sk-uvm-class.
16780 (verilog-sk-uvm-component): New skeleton.
16781 (verilog-submit-bug-report): Add verilog-case-fold,
16782 remove verilog-mode-release-date.
16783
16784 2013-10-17 Barry O'Reilly <gundaetiapo@gmail.com>
16785
16786 * subr.el (sit-for): Call (input-pending-p t) so as to behave
16787 as before.
16788
16789 2013-10-18 Reuben Thomas <rrt@sc3d.org>
16790
16791 * textmodes/remember.el (remember): Set buffer-offer-save in
16792 remember buffers (bug#13566).
16793
16794 2013-10-18 Daniel Colascione <dancol@dancol.org>
16795
16796 When evaluating forms in ielm, direct standard output to ielm
16797 buffer. Add new ielm-return-for-effect command. Remove trailing
16798 whitespace throughout.
16799
16800 * ielm.el (ielm-map): Bind M-RET to ielm-return-for-effect.
16801 (ielm-return-for-effect): New command.
16802 (ielm-send-input): Accept optional `for-effect' parameter.
16803 (ielm-eval-input): Accept optional `for-effect' parameter.
16804 Bind `standard-output' to stream we create using
16805 `ielm-standard-output-impl'. Suppress printing result when
16806 `for-effect'.
16807 (ielm-standard-output-impl): New function.
16808 (inferior-emacs-lisp-mode): Explain new features in documentation.
16809
16810 2013-10-17 Michael Albinus <michael.albinus@gmx.de>
16811
16812 Code cleanup.
16813
16814 * net/tramp.el (tramp-debug-message): Do not check for connection
16815 buffer.
16816 (tramp-message): Use "vector" connection property.
16817
16818 * net/tramp.el (tramp-rfn-eshadow-update-overlay)
16819 (tramp-equal-remote, tramp-eshell-directory-change)
16820 * net/tramp-adb.el (tramp-adb-handle-copy-file)
16821 (tramp-adb-handle-rename-file)
16822 * net/tramp-cmds.el (tramp-list-remote-buffers)
16823 (tramp-cleanup-connection, tramp-cleanup-this-connection)
16824 * net/tramp-compat.el (tramp-compat-process-running-p)
16825 * net/tramp-ftp.el (tramp-ftp-file-name-handler)
16826 * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file)
16827 (tramp-gvfs-handle-rename-file)
16828 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
16829 (tramp-set-file-uid-gid)
16830 * net/tramp-smb.el (tramp-smb-handle-copy-file)
16831 (tramp-smb-handle-rename-file): Use `tramp-tramp-file-p' instead
16832 of `file-remote-p'.
16833
16834 * net/tramp.el (tramp-connectable-p, tramp-handle-file-remote-p)
16835 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
16836 (tramp-gw-aux-proc-sentinel, tramp-gw-process-filter)
16837 (tramp-gw-open-network-stream): Suppress unrelated traces.
16838
16839 * net/tramp-adb.el (tramp-adb-maybe-open-connection)
16840 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
16841 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
16842 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Set "vector"
16843 connection property.
16844
16845 * net/tramp-cache.el (top): Suppress traces when reading
16846 persistency file.
16847
16848 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
16849 Refactor common code. Improve debug message.
16850 (tramp-maybe-open-connection)
16851 * net/tramp-smb.el (tramp-smb-call-winexe): Do not request
16852 connection buffer too early.
16853
16854 * net/tramp-smb.el (tramp-smb-actions-get-acl): New defconst, renamed
16855 from `tramp-smb-actions-with-acl'.
16856 (tramp-smb-actions-set-acl): New defconst.
16857 (tramp-smb-handle-copy-directory)
16858 (tramp-smb-action-get-acl): New defun, renamed from
16859 `tramp-smb-action-with-acl'.
16860 (tramp-smb-action-set-acl): New defun.
16861 (tramp-smb-handle-set-file-acl): Rewrite.
16862
16863 2013-10-17 Glenn Morris <rgm@gnu.org>
16864
16865 * indent.el (indent-rigidly): Fix 2013-10-08 change. (Bug#15635)
16866
16867 2013-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
16868
16869 * skeleton.el (skeleton-newline): Remove.
16870 (skeleton-internal-1): Use (insert "\n") instead.
16871
16872 * emacs-lisp/lisp.el (lisp-completion-at-point): Complete var names for
16873 let-bindings.
16874
16875 * progmodes/sh-script.el (sh-find-prev-matching): Disable SMIE's
16876 forward-sexp-function while we redo its job (bug#15613).
16877
16878 2013-10-17 Jay Belanger <jay.p.belanger@gmail.com>
16879
16880 * calc/calc-comb.el (math-prime-test): Don't assume large integers are
16881 represented by lists.
16882
16883 2013-10-16 Glenn Morris <rgm@gnu.org>
16884
16885 * tmm.el (tmm--history): New dynamic variable.
16886 (tmm-prompt): Use tmm--history in place of `history'. (Bug#15623)
16887
16888 2013-10-16 Michael Albinus <michael.albinus@gmx.de>
16889
16890 * net/tramp-smb.el (tramp-smb-acl-program): New customer option.
16891 (tramp-smb-errors): Add error messages.
16892 (tramp-smb-actions-with-acl): New defconst.
16893 (tramp-smb-file-name-handler-alist) <set-file-acl>: Add handler.
16894 (tramp-smb-action-with-acl, tramp-smb-handle-set-file-acl): New defuns.
16895 (tramp-smb-handle-file-acl): Rewrite, using "smbcacls".
16896 (tramp-smb-handle-file-attributes): Simplify test for "stat" capability.
16897 (tramp-smb-get-stat-capability): Fix tests.
16898
16899 2013-10-16 Dima Kogan <dima@secretsauce.net> (tiny change)
16900
16901 * progmodes/subword.el (subword-capitalize): Fix Stefan's mess
16902 (bug#15580).
16903
16904 2013-10-16 Glenn Morris <rgm@gnu.org>
16905
16906 * ansi-color.el (ansi-color-drop-regexp):
16907 Add 1J, 1K, 2K. (Bug#15617)
16908
16909 * files.el (hack-local-variables--warned-lexical): New.
16910 (hack-local-variables):
16911 Warn about misplaced lexical-binding. (Bug#15616)
16912
16913 * net/eww.el (eww-render): Always set eww-current-url,
16914 and update header line. (Bug#15622)
16915 (eww-display-html): ... Rather than just doing it here.
16916
16917 2013-10-15 Eli Zaretskii <eliz@gnu.org>
16918
16919 * menu-bar.el (tty-menu-navigation-map): Bind mouse wheels to TTY
16920 menu navigations commands.
16921
16922 2013-10-14 Dima Kogan <dima@secretsauce.net> (tiny change)
16923
16924 * progmodes/subword.el (subword-capitalize): Be careful when
16925 the search for [[:alpha:]] fails (bug#15580).
16926
16927 2013-10-14 Eli Zaretskii <eliz@gnu.org>
16928
16929 * menu-bar.el (tty-menu-navigation-map): Bind shifted mouse clicks
16930 to commands that scroll the menu.
16931
16932 2013-10-14 Dmitry Gutov <dgutov@yandex.ru>
16933
16934 * progmodes/ruby-mode.el (ruby-smie--args-separator-p):
16935 Handle methods ending with `?' and `!'.
16936
16937 2013-10-14 Akinori MUSHA <knu@iDaemons.org>
16938
16939 * progmodes/ruby-mode.el (ruby-encoding-map): Add a mapping from
16940 `japanese-cp932' to `cp932' to fix the problem where saving a
16941 source file written in Shift_JIS twice would end up having
16942 `coding: japanese-cp932' which Ruby could not recognize.
16943 (ruby-mode-set-encoding): Add support for encodings mapped to nil
16944 in `ruby-encoding-map'.
16945 (ruby-encoding-map): Map `us-ascii' to nil by default, meaning it
16946 doesn't need to be explicitly declared in magic comment.
16947 (ruby-encoding-map): Add type declaration for better customize UI.
16948
16949 2013-10-13 Glenn Morris <rgm@gnu.org>
16950
16951 * progmodes/sh-script.el (sh-mark-line, sh-learn-buffer-indent):
16952 Occur buffers are read-only. http://bugs.debian.org/720775
16953
16954 * emacs-lisp/authors.el (authors-fixed-entries):
16955 Comment out old alpha stuff.
16956
16957 2013-10-13 Dmitry Gutov <dgutov@yandex.ru>
16958
16959 * progmodes/ruby-mode.el (ruby-mode): Add `ruby-mode-set-encoding'
16960 to `after-save-hook' instead of `before-save-hook'.
16961 (ruby-mode-set-encoding): Use the value of coding system used to
16962 write the file. Call `basic-save-buffer-1' after modifying the
16963 buffer.
16964
16965 2013-10-13 Alan Mackenzie <acm@muc.de>
16966
16967 Fix indentation/fontification of Java enum with
16968 "implements"/generic.
16969
16970 * progmodes/cc-engine.el (c-backward-over-enum-header):
16971 Extracted from the three other places and enhanced to handle generics.
16972 (c-inside-bracelist-p): Uses new function above.
16973 * progmodes/cc-fonts.el (c-font-lock-declarations): Uses new
16974 function above.
16975 (c-font-lock-enum-tail): Uses new function above.
16976
16977 2013-10-13 Kenichi Handa <handa@gnu.org>
16978
16979 * international/mule-cmds.el (select-safe-coding-system): Remove a
16980 superfluous condition in chekcing whether a coding system is safe
16981 or not.
16982
16983 2013-10-13 Oleh Krehel <ohwoeowho@gmail.com>
16984
16985 * replace.el (how-many): Fix rstart and !rend case. (Bug#15589)
16986
16987 2013-10-13 Andreas Politz <politza@hochschule-trier.de>
16988
16989 * progmodes/sql.el (sql-add-product): Fix paren typo. (Bug#15435)
16990
16991 2013-10-13 Glenn Morris <rgm@gnu.org>
16992
16993 * menu-bar.el (menu-bar-update-buffers):
16994 Unify Buffers menu prompt string. (Bug#15576)
16995
16996 * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434)
16997
16998 * emacs-lisp/authors.el (authors-aliases, authors-ignored-files):
16999 Add some entries.
17000 (authors-fixed-entries): Use accented form of name.
17001
17002 2013-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
17003
17004 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for paren-free
17005 method calls (bug#15594).
17006 (ruby-smie--args-separator-p): New function.
17007 (ruby-smie--forward-token, ruby-smie--backward-token): Use it to
17008 recognize paren-free method calls.
17009
17010 * isearch.el (isearch-pre-command-hook): Don't build in knowledge about
17011 internals of universal-argument.
17012
17013 2013-10-11 Eli Zaretskii <eliz@gnu.org>
17014
17015 * menu-bar.el (tty-menu-navigation-map): Remap F10 to tty-menu-exit.
17016 Bind all menu-bar sequences to tty-menu-exit -- this pops down a
17017 dropped menu on second mouse click on the menu bar.
17018
17019 2013-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
17020
17021 * progmodes/sh-script.el: Provide simpl(e|istic) completion.
17022 (explicit-shell-file-name): Declare.
17023 (sh--vars-before-point, sh--cmd-completion-table): New functions.
17024 (sh-completion-at-point-function): New function.
17025 (sh-mode): Use it.
17026 (sh-smie--keyword-p): Remove unused argument.
17027 (sh-smie-sh-backward-token, sh-smie-rc-backward-token): Remove unused
17028 vars.
17029 (sh-set-shell): Always setup SMIE, even if we use the
17030 old indentation code.
17031
17032 2013-10-11 Dmitry Gutov <dgutov@yandex.ru>
17033
17034 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Split the
17035 cases of ? and =.
17036 (ruby-smie-rules): Simplify the "do" rule. The cases when the
17037 predicate would return nil are almost non-existent.
17038 (ruby-smie--redundant-do-p): Include "until" and "for" statements.
17039
17040 * emacs-lisp/smie.el (smie--matching-block-data): Invalidate the
17041 cache also after commands that modify the buffer but don't move
17042 point.
17043
17044 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
17045
17046 * env.el (substitute-env-in-file-name): New function.
17047 (substitute-env-vars): Extend the meaning of the optional arg.
17048
17049 2013-10-10 Eli Zaretskii <eliz@gnu.org>
17050
17051 * term/w32-win.el (dynamic-library-alist): Define separate lists
17052 of GIF DLLs for versions before and after 5.0.0 of giflib.
17053 (Bug#15531)
17054
17055 2013-10-10 João Távora <joaotavora@gmail.com>
17056
17057 * vc/vc.el (vc-diff-build-argument-list-internal): If the file is
17058 not locked, use last revision and current source as
17059 defaults. (Bug#15569)
17060
17061 2013-10-10 Masatake YAMATO <yamato@redhat.com>
17062
17063 * menu-bar.el (menu-bar-open): Don't use popup-menu if
17064 menu-bar is hidden.
17065
17066 2013-10-10 Martin Rudalics <rudalics@gmx.at>
17067
17068 * window.el (pop-to-buffer-same-window): Fix doc-string.
17069 (Bug#15492)
17070
17071 2013-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
17072
17073 * menu-bar.el (tty-menu-navigation-map): Reduce redundancy.
17074
17075 2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
17076
17077 * calendar/icalendar.el (icalendar-import-file):
17078 Fix interactive spec. (Bug#15482)
17079
17080 2013-10-10 Glenn Morris <rgm@gnu.org>
17081
17082 * desktop.el (desktop-save): Default to saving in .emacs.d,
17083 since PWD is no longer in desktop-path by default. (Bug#15319)
17084
17085 * menu-bar.el (menu-bar-options-menu): Remove text-mode auto-fill,
17086 now that text mode has a menu with the same entry.
17087 (menu-bar-text-mode-auto-fill): Remove now unused func.
17088 * textmodes/text-mode.el (text-mode-map):
17089 Use auto-fill help text from menu-bar.el.
17090
17091 2013-10-10 John Anthony <john@jo.hnanthony.com>
17092
17093 * textmodes/text-mode.el (text-mode-map): Add a menu. (Bug#15562)
17094
17095 2013-10-09 Juri Linkov <juri@jurta.org>
17096
17097 * isearch.el (isearch-pre-command-hook): Use this-single-command-keys
17098 instead of this-command-keys. Add universal-argument-more and
17099 universal-argument-minus to the list of prefix commands. (Bug#15568)
17100
17101 2013-10-09 Glenn Morris <rgm@gnu.org>
17102
17103 * vc/vc-svn.el (vc-svn-create-repo):
17104 Expand paths in file://... url. (Bug#15446)
17105
17106 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
17107 Add some entries.
17108 (authors): Remove unused local variables.
17109
17110 2013-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
17111
17112 * profiler.el: Create a more coherent calltree from partial backtraces.
17113 (profiler-format): Hide the tail with `invisible' so that C-s can still
17114 find the hidden elements.
17115 (profiler-calltree-depth): Don't recurse so enthusiastically.
17116 (profiler-function-equal): New hash-table-test.
17117 (profiler-calltree-build-unified): New function.
17118 (profiler-calltree-build): Use it.
17119 (profiler-report-make-name-part): Indent the calltree less.
17120 (profiler-report-mode): Add visibility specs for profiler-format.
17121 (profiler-report-expand-entry, profiler-report-toggle-entry):
17122 Expand the whole subtree when provided with a prefix arg.
17123
17124 2013-10-09 Dmitry Gutov <dgutov@yandex.ru>
17125
17126 * progmodes/ruby-mode.el (ruby-smie-rules): Indent after hanging
17127 iuwu-mod token.
17128 (ruby-smie--implicit-semi-p): Prohibit implicit semicolon after
17129 hanging iuwu-mod token.
17130 (ruby-smie--forward-token): Do not include a dot after a token in
17131 that token.
17132 (ruby-smie--backward-token): Likewise.
17133
17134 2013-10-08 Juri Linkov <juri@jurta.org>
17135
17136 * isearch.el (isearch-help-map, isearch-mode-map): Don't bind [t]
17137 to isearch-other-control-char.
17138 (isearch-mode): Add isearch-pre-command-hook to pre-command-hook
17139 and isearch-post-command-hook to post-command-hook.
17140 (isearch-done): Remove isearch-pre-command-hook from pre-command-hook
17141 and isearch-post-command-hook from post-command-hook.
17142 (isearch-unread-key-sequence)
17143 (isearch-reread-key-sequence-naturally)
17144 (isearch-lookup-scroll-key, isearch-other-control-char)
17145 (isearch-other-meta-char): Remove functions.
17146 (isearch-pre-command-hook, isearch-post-command-hook):
17147 New functions based on isearch-other-meta-char rewritten
17148 relying on the new behavior of overriding-terminal-local-map
17149 that does not replace the local keymaps any more. (Bug#15200)
17150
17151 2013-10-08 Eli Zaretskii <eliz@gnu.org>
17152
17153 Support menus on text-mode terminals.
17154 * tmm.el (tmm-menubar): Adapt doc string to TTY menus
17155 functionality.
17156
17157 * tooltip.el (tooltip-mode): Don't error out on TTYs.
17158
17159 * menu-bar.el (popup-menu, popup-menu-normalize-position):
17160 Move here from mouse.el.
17161 (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b
17162 and arrow keys.
17163 (tty-menu-navigation-map): New map for TTY menu navigation.
17164
17165 * loadup.el ("tooltip"): Load even if x-show-tip is not available.
17166
17167 * frame.el (display-mouse-p): Report text-mode mouse as available
17168 on w32.
17169 (display-popup-menus-p): Report availability if mouse is
17170 available; don't condition on window-system.
17171
17172 * faces.el (tty-menu-enabled-face, tty-menu-disabled-face)
17173 (tty-menu-selected-face): New faces.
17174
17175 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17176
17177 * emacs-lisp/lisp-mode.el: Font-lock cl-lib constructs.
17178 (lisp-el-font-lock-keywords, lisp-el-font-lock-keywords-1)
17179 (lisp-el-font-lock-keywords-2, lisp-cl-font-lock-keywords)
17180 (lisp-cl-font-lock-keywords-1, lisp-cl-font-lock-keywords-2):
17181 New constants.
17182 (lisp-mode-variables): New `elisp' argument.
17183 (emacs-lisp-mode): Use it.
17184 * font-lock.el (lisp-font-lock-keywords, lisp-font-lock-keywords-1)
17185 (lisp-font-lock-keywords-2): Move to lisp-mode.el.
17186
17187 * indent.el: Use lexical-binding.
17188 (indent-region): Add progress reporter.
17189 (tab-stop-list): Make it implicitly extend to infinity by repeating the
17190 last step.
17191 (indent--next-tab-stop): New function to implement this behavior.
17192 (tab-to-tab-stop, move-to-tab-stop): Use it.
17193
17194 2013-10-08 Teemu Likonen <tlikonen@iki.fi>
17195
17196 * indent.el (indent-rigidly--current-indentation): New function.
17197 (indent-rigidly-map): New var.
17198 (indent-rigidly): Use it to provide interactive mode (bug#8196).
17199
17200 2013-10-08 Bastien Guerry <bzg@gnu.org>
17201
17202 * register.el (insert-register): Fix 2013-10-07 change.
17203
17204 2013-10-08 Stefan Monnier <monnier@iro.umontreal.ca>
17205
17206 * progmodes/perl-mode.el: Use lexical-binding.
17207 Remove redundant :group args.
17208 (perl-nochange): Change default to be closer to other major modes's
17209 standard behavior.
17210 (perl-indent-line): Don't consider text on current line as a
17211 valid beginning of function from which to indent.
17212
17213 * emacs-lisp/backquote.el (backquote-process): Catch uses of , and ,@
17214 with more than one argument (bug#15538).
17215
17216 * mpc.el (mpc-songs-jump-to): Adjust to different playlist format.
17217
17218 * vc/pcvs.el: Use lexical-binding.
17219 (cvs-temp-buffer, cvs-make-cvs-buffer): Pass some vars in the lexical
17220 environment of `eval'.
17221 (cvs-mode-run, cvs-mode-do): Change `postproc' to be a function rather
17222 than a list of expressions. Adjust callers.
17223 * vc/pcvs-defs.el (cvs-postprocess): Remove, unused.
17224
17225 2013-10-07 Dmitry Gutov <dgutov@yandex.ru>
17226
17227 * progmodes/ruby-mode.el (ruby-smie--implicit-semi-p): Handle the
17228 case of the dot in a chained method call being on the following line.
17229
17230 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
17231
17232 * electric.el (electric-indent-inhibit): New var.
17233 (electric-indent-post-self-insert-function): Use it.
17234 * progmodes/python.el (python-mode): Set it.
17235
17236 * progmodes/ruby-mode.el (ruby-smie-rules): Tweak handling of
17237 open braces.
17238
17239 * emacs-lisp/smie.el (smie-next-sexp): Refine last fix.
17240
17241 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
17242 (css-mode): Use electric-indent-chars.
17243
17244 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
17245 (font-lock-beg, font-lock-end): Move before first use.
17246 (nxml-mode): Use syntax-propertize-function.
17247 (nxml-after-change, nxml-after-change1): Adjust accordingly.
17248 (nxml-extend-after-change-region): Remove.
17249 * nxml/xmltok.el: Use lexical-binding.
17250 (xmltok-save): Use `declare'.
17251 (xmltok-unclosed-reparse-p, xmltok-semi-closed-reparse-p): Remove.
17252 * nxml/nxml-util.el: Use lexical-binding.
17253 (nxml-with-degradation-on-error, nxml-with-invisible-motion):
17254 Use `declare'.
17255 * nxml/nxml-ns.el: Use lexical-binding.
17256 (nxml-ns-save): Use `declare'.
17257 (nxml-ns-prefixes-for): Avoid add-to-list.
17258 * nxml/rng-match.el: Use lexical-binding.
17259 (rng--ipattern): Use cl-defstruct.
17260 (rng-compute-start-tag-open-deriv, rng-compute-start-attribute-deriv)
17261 (rng-cons-group-after, rng-subst-group-after)
17262 (rng-subst-interleave-after, rng-apply-after, rng-compute-data-deriv):
17263 Use closures instead of `(lambda...).
17264
17265 2013-10-07 Michael Albinus <michael.albinus@gmx.de>
17266
17267 * net/tramp.el (tramp-handle-insert-file-contents): Improve handling
17268 of BEG and END.
17269
17270 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
17271 Use `tramp-handle-insert-file-contents'.
17272 (tramp-gvfs-handle-insert-file-contents): Remove function.
17273
17274 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
17275 Use `save-restriction' in order to keep markers.
17276
17277 * net/trampver.el: Update release number.
17278
17279 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
17280
17281 * progmodes/compile.el (compilation-parse-errors):
17282 Use compilation--put-prop.
17283 (compilation--ensure-parse): Check compilation-multiline.
17284
17285 * emacs-lisp/easymenu.el (easy-menu-create-menu): Use closures.
17286
17287 * emacs-lisp/lisp-mode.el (eval-defun-2): Simplify, using
17288 lexical-binding.
17289
17290 * emacs-lisp/tq.el (tq-create): Use a closure instead of `(lambda...).
17291
17292 * progmodes/ruby-mode.el: Fix recently added tests.
17293 (ruby-smie-grammar): Add - and +.
17294 (ruby-smie--redundant-do-p, ruby-smie--forward-id)
17295 (ruby-smie--backward-id): New functions.
17296 (ruby-smie--forward-token, ruby-smie--backward-token): Use them.
17297 (ruby-smie-rules): Handle hanging do. Get rid of hack, not needed
17298 any more.
17299
17300 2013-10-07 Leo Liu <sdl.web@gmail.com>
17301
17302 * register.el (register-preview-delay)
17303 (register-preview-functions): New variables.
17304 (register-read-with-preview, register-preview)
17305 (register-describe-oneline): New functions.
17306 (point-to-register, window-configuration-to-register)
17307 (frame-configuration-to-register, jump-to-register)
17308 (number-to-register, view-register, insert-register)
17309 (copy-to-register, append-to-register, prepend-to-register)
17310 (copy-rectangle-to-register): Use register-read-with-preview to
17311 read register. (Bug#15525)
17312
17313 2013-10-06 Dato Simó <dato@net.com.org.es> (tiny change)
17314
17315 * net/network-stream.el (network-stream-open-starttls): Don't add
17316 --insecure if it's already present, because that gnutls-cli
17317 rejects getting that parameter twice.
17318
17319 2013-10-06 Dmitry Gutov <dgutov@yandex.ru>
17320
17321 * progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
17322 keyword, too.
17323
17324 2013-10-05 Dmitry Gutov <dgutov@yandex.ru>
17325
17326 * newcomment.el (comment-use-global-state): Change default value
17327 to t, mark obsolete (Bug#15251).
17328 (comment-beginning): In addition to `comment-to-syntax', check the
17329 value of `comment-use-global-state'.
17330
17331 2013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
17332
17333 * progmodes/ruby-mode.el (ruby-use-smie): Change default.
17334 (ruby-comment-column): Follow the global default, by default.
17335 (ruby-smie-grammar): Add assignment syntax.
17336 (ruby-smie--implicit-semi-p): No implicit semi-colon after an
17337 open-paren, a comma, or a \.
17338 (ruby-smie--forward-token, ruby-smie--backward-token): Handle heredocs,
17339 and line continuations.
17340 (ruby-smie-rules): Adjust handling of open-paren, now that it's never
17341 followed by implicit semi-colons. Add rule for string concatenation
17342 and for indentation at BOB.
17343 (ruby-forward-sexp, ruby-backward-sexp): Adjust for when SMIE is in use.
17344
17345 * emacs-lisp/smie.el (smie-next-sexp): Don't go back to pos before
17346 calling next-sexp, since next-token may have skipped chars which
17347 next-sexp doesn't know should be skipped!
17348
17349 2013-10-05 Leo Liu <sdl.web@gmail.com>
17350
17351 * progmodes/octave.el (octave-send-region):
17352 Call compilation-forget-errors.
17353
17354 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
17355
17356 * vc/vc-svn.el (vc-svn-find-admin-dir):
17357 * vc/vc-rcs.el (vc-rcs-find-admin-dir):
17358 * vc/vc-mtn.el (vc-mtn-find-admin-dir):
17359 * vc/vc-cvs.el (vc-cvs-find-admin-dir):
17360 * vc/vc-arch.el (vc-arch-find-admin-dir): New functions.
17361
17362 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
17363
17364 * textmodes/css-mode.el (css-smie-rules): Toplevel's a list (bug#15467).
17365
17366 2013-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
17367
17368 * subr.el (read-passwd): Hide chars even when called within a context
17369 where after-change-functions is disabled (bug#15501).
17370 (set-temporary-overlay-map): Don't remove oneself from pre-command-hook
17371 until we removed ourself from overriding-terminal-local-map.
17372
17373 2013-10-04 Leo Liu <sdl.web@gmail.com>
17374
17375 * progmodes/octave.el (inferior-octave-mode):
17376 Call compilation-forget-errors.
17377
17378 2013-10-04 Xue Fuqiao <xfq.free@gmail.com>
17379
17380 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
17381
17382 2013-10-04 Michael Albinus <michael.albinus@gmx.de>
17383
17384 * net/secrets.el (secrets-create-collection): Add optional
17385 argument ALIAS. Use proper Label keyword. Append ALIAS as
17386 dbus-call-method argument. (Bug#15516)
17387
17388 2013-10-04 Leo Liu <sdl.web@gmail.com>
17389
17390 * progmodes/octave.el (inferior-octave-error-regexp-alist)
17391 (inferior-octave-compilation-font-lock-keywords): New variables.
17392 (compilation-error-regexp-alist)
17393 (compilation-mode-font-lock-keywords): Defvar to pacify compiler.
17394 (inferior-octave-mode): Use compilation-shell-minor-mode.
17395
17396 2013-10-04 Jorgen Schaefer <forcer@forcix.cx>
17397
17398 * minibuffer.el (completion--replace): Be careful that `end' might be
17399 a marker.
17400
17401 2013-10-03 Daiki Ueno <ueno@gnu.org>
17402
17403 Add support for package signature checking.
17404 * emacs-lisp/package.el (url-http-file-exists-p)
17405 (epg-make-context, epg-context-set-home-directory)
17406 (epg-verify-string, epg-context-result-for)
17407 (epg-signature-status, epg-signature-to-string)
17408 (epg-check-configuration, epg-configuration)
17409 (epg-import-keys-from-file): Declare.
17410 (package-check-signature): New user option.
17411 (package-unsigned-archives): New user option.
17412 (package-desc): Add `signed' field.
17413 (package-load-descriptor): Set `signed' field if .signed file exists.
17414 (package--archive-file-exists-p): New function.
17415 (package--check-signature): New function.
17416 (package-install-from-archive): Check package signature.
17417 (package--download-one-archive): Check archive signature.
17418 (package-delete): Remove .signed file.
17419 (package-import-keyring): New command.
17420 (package-refresh-contents): Import default keyring.
17421 (package-desc-status): Add "unsigned" status.
17422 (describe-package-1, package-menu--print-info)
17423 (package-menu-mark-delete, package-menu--find-upgrades)
17424 (package-menu--status-predicate): Support "unsigned" status.
17425
17426 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17427
17428 * emacs-lisp/cconv.el (cconv-convert, cconv-analyse-form): Adjust for
17429 the new compilation scheme using the new byte-codes.
17430
17431 * emacs-lisp/bytecomp.el (byte-pushcatch, byte-pushconditioncase)
17432 (byte-pophandler): New byte codes.
17433 (byte-goto-ops): Adjust accordingly.
17434 (byte-compile--use-old-handlers): New var.
17435 (byte-compile-catch): Use new byte codes depending on
17436 byte-compile--use-old-handlers.
17437 (byte-compile-condition-case--old): Rename from
17438 byte-compile-condition-case.
17439 (byte-compile-condition-case--new): New function.
17440 (byte-compile-condition-case): New function that dispatches depending
17441 on byte-compile--use-old-handlers.
17442 (byte-compile-unwind-protect): Pass a function to byte-unwind-protect
17443 when we can.
17444
17445 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17446 Optimize under `condition-case' and `catch' if
17447 byte-compile--use-old-handlers is nil.
17448 (disassemble-offset): Handle new bytecodes.
17449
17450 2013-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
17451
17452 * subr.el (error): Use `declare'.
17453 (decode-char, encode-char): Use advertised-calling-convention instead
17454 of the docstring to discourage use of the `restriction' arg.
17455
17456 2013-10-03 Daiki Ueno <ueno@gnu.org>
17457
17458 * epg.el (epg-verify-file): Add a comment saying that it does not
17459 notify verification error as a return value nor a signal.
17460 (epg-verify-string): Ditto.
17461
17462 2013-10-02 Kevin Rodgers <kevin.d.rodgers@gmail.com>
17463
17464 * progmodes/compile.el (compilation-start): Try globbing the arg to
17465 `cd' (bug#15417).
17466
17467 2013-10-02 Michael Albinus <michael.albinus@gmx.de>
17468
17469 Sync with Tramp 2.2.8.
17470
17471 * net/tramp-cmds.el (tramp-bug, tramp-append-tramp-buffers):
17472 * net/tramp-cache.el (tramp-cache-print): Use `tramp-compat-funcall'.
17473 * net/trampver.el: Update release number.
17474
17475 2013-10-01 Jan Djärv <jan.h.d@swipnet.se>
17476
17477 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
17478 and default-process-coding-system for darwin only.
17479
17480 2013-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
17481
17482 * emacs-lisp/package.el (package-desc): Simplify (bug#15495).
17483
17484 2013-10-01 Mitchel Humpherys <mitch.special@gmail.com> (tiny change)
17485
17486 * vc/vc-git.el (vc-git-grep): Disable pager.
17487
17488 2013-10-01 Dmitry Gutov <dgutov@yandex.ru>
17489
17490 * emacs-lisp/package.el (package-buffer-info, describe-package-1):
17491 Use :url instead of :homepage, as per
17492 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html
17493
17494 * newcomment.el (comment-beginning): When `comment-use-syntax' is
17495 non-nil, use `syntax-ppss' (Bug#15251).
17496
17497 2013-09-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
17498
17499 * progmodes/octave.el (inferior-octave-startup-file):
17500 Prefer ~/.emacs.d/init_octave.m.
17501
17502 2013-09-29 Dmitry Gutov <dgutov@yandex.ru>
17503
17504 * emacs-lisp/package.el (package-desc-from-define):
17505 Accept additional arguments as plist, convert them to an alist and store
17506 them in the `extras' slot.
17507 (package-generate-description-file): Convert extras alist back to
17508 plist and append to the `define-package' form arguments.
17509 (package--alist-to-plist): New function.
17510 (package--ac-desc): Add `extras' slot.
17511 (package--add-to-archive-contents): Check if the archive-contents
17512 vector is long enough, and if it is, pass its `extras' slot value
17513 to `package-desc-create'.
17514 (package-buffer-info): Call `lm-homepage', pass the returned value
17515 to `package-desc-from-define'.
17516 (describe-package-1): Render the homepage button (Bug#13291).
17517
17518 * emacs-lisp/package-x.el (package-upload-buffer-internal):
17519 Pass `extras' slot from `package-desc' to `package-make-ac-desc'.
17520
17521 2013-09-29 Jan Djärv <jan.h.d@swipnet.se>
17522
17523 * term/ns-win.el (ns-initialize-window-system): Set locale-coding-system
17524 and default-process-coding-system to utf-8-unix (Bug#15402).
17525
17526 2013-09-29 Xue Fuqiao <xfq.free@gmail.com>
17527
17528 * subr.el (looking-back): Do not recommend using looking-back.
17529
17530 2013-09-28 Alan Mackenzie <acm@muc.de>
17531
17532 Fix indentation/fontification of Java enum with "implements".
17533
17534 * progmodes/cc-langs.el (c-postfix-decl-spec-key): New variable, a
17535 regexp which matches "implements", etc., in Java.
17536 * progmodes/cc-engine.el (c-inside-bracelist-p): Check for extra
17537 specifier clauses coming after "enum".
17538 * progmodes/cc-fonts.el (c-font-lock-declarations)
17539 (c-font-lock-enum-tail): Check for extra specifier clauses coming
17540 after "enum".
17541
17542 2013-09-28 Jan Djärv <jan.h.d@swipnet.se>
17543
17544 * faces.el (region): Change ns_selection_color to
17545 ns_selection_fg_color, add ns_selection_bg_color.
17546
17547 2013-09-28 Leo Liu <sdl.web@gmail.com>
17548
17549 * progmodes/octave.el (inferior-octave-completion-table)
17550 (inferior-octave-completion-at-point): Minor tweaks.
17551
17552 * textmodes/ispell.el (ispell-lookup-words): Rename from
17553 lookup-words. (Bug#15460)
17554 (lookup-words): Obsolete.
17555 (ispell-complete-word, ispell-command-loop): All uses changed.
17556
17557 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
17558
17559 * progmodes/octave.el (octave-mode-map): Bind octave-send-buffer.
17560 (octave-mode-menu): Add octave-send-buffer.
17561 (octave-send-buffer): New function.
17562
17563 2013-09-28 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
17564
17565 * progmodes/octave.el (octave-mode-map): Add key binding for
17566 octave-lookfor.
17567 (octave-mode-menu): Add octave-lookfor.
17568 (inferior-octave-mode-map, octave-help-mode-map): Bind C-ha to
17569 octave-lookfor.
17570 (octave-lookfor): New function.
17571
17572 2013-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
17573
17574 * emacs-lisp/cl-macs.el (cl--loop-destr-temps): Remove.
17575 (cl--loop-iterator-function): Rename from cl--loop-map-form and change
17576 its convention.
17577 (cl--loop-set-iterator-function): New function.
17578 (cl-loop): Adjust accordingly, so as not to use cl-subst.
17579 (cl--parse-loop-clause): Adjust all uses of cl--loop-map-form.
17580 Bind `it' with `let' instead of substituting it with `cl-subst'.
17581 (cl--unused-var-p): New function.
17582 (cl--loop-let): Don't use the cl--loop-destr-temps hack any more.
17583 Eliminate some unused variable warnings (bug#15326).
17584
17585 2013-09-27 Tassilo Horn <tsdh@gnu.org>
17586
17587 * doc-view.el (doc-view-scale-reset): Rename from
17588 `doc-view-reset-zoom-level'.
17589 (doc-view-scale-adjust): New command.
17590 (doc-view-mode-map): Remap `text-scale-adjust' bindings to
17591 `doc-view-scale-adjust'.
17592
17593 2013-09-26 Tassilo Horn <tsdh@gnu.org>
17594
17595 * doc-view.el (doc-view-reset-zoom-level): New command.
17596 (doc-view-mode-map): Remap text-scale-adjust bindings to doc-view
17597 zoom commands (bug#15466).
17598
17599 2013-09-26 Kenichi Handa <handa@gnu.org>
17600
17601 * international/quail.el (quail-help): Make it not a command.
17602
17603 2013-09-26 Leo Liu <sdl.web@gmail.com>
17604
17605 * minibuffer.el (completion-all-sorted-completions): Make args
17606 optional as they are.
17607
17608 2013-09-25 Daniel Colascione <dancol@dancol.org>
17609
17610 * emacs-lisp/cl-macs.el (cl-type-spec): Tell edebug what type
17611 specs are and that they're not evaluated.
17612
17613 2013-09-24 Sam Steingold <sds@gnu.org>
17614
17615 * midnight.el (clean-buffer-list-kill-regexps)
17616 (clean-buffer-list-kill-buffer-names): Update for the new Man
17617 buffer naming which includes the object name.
17618
17619 2013-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
17620
17621 * eshell/esh-cmd.el (eshell--sep-terms): New var.
17622 (eshell-parse-command, eshell-parse-pipeline): Use it since
17623 eshell-separate-commands requires a dynamic scoped var.
17624 Reported by Jan Moringen <jmoringe@techfak.uni-bielefeld.de>.
17625
17626 2013-09-23 Leo Liu <sdl.web@gmail.com>
17627
17628 * autoinsert.el (auto-insert-alist): Make the value of
17629 lexical-binding match its file setting.
17630
17631 2013-09-23 Juanma Barranquero <lekktu@gmail.com>
17632
17633 * vc/vc-sccs.el (vc-sccs-search-project-dir): Mark unused argument.
17634
17635 * autoarg.el (autoarg-kp-digit-argument):
17636 * electric.el (Electric-command-loop):
17637 * kmacro.el (kmacro-step-edit-insert):
17638 Do not set universal-argument-num-events.
17639
17640 2013-09-22 Leo Liu <sdl.web@gmail.com>
17641
17642 * files.el (interpreter-mode-alist): Add octave.
17643
17644 2013-09-21 Alan Mackenzie <acm@muc.de>
17645
17646 C++: fontify identifier in declaration following "public:" correctly.
17647 * progmodes/cc-langs.el (c-decl-start-colon-kwd-re): New lang var
17648 to match "public", etc.
17649 (c-decl-prefix-re): Add ":" into the C++ value.
17650 * progmodes/cc-engine.el (c-find-decl-prefix-search): Refactor a
17651 bit. Add a check for a ":" preceded by "public", etc.
17652
17653 2013-09-21 Eli Zaretskii <eliz@gnu.org>
17654
17655 * files.el (auto-mode-alist): Support OBJFILE-gdb.gdb script files
17656 recognized by GDB 7.5 and later.
17657
17658 2013-09-21 Xue Fuqiao <xfq.free@gmail.com>
17659
17660 * vc/vc-dir.el (vc-dir-mode-map): Add keybinding for vc-log-incoming.
17661
17662 2013-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
17663
17664 * subr.el (internal--call-interactively): New const.
17665 (called-interactively-p): Use it (bug#3984).
17666
17667 2013-09-20 Xue Fuqiao <xfq.free@gmail.com>
17668
17669 * vc/pcvs.el (cvs-mode-ignore):
17670 * vc/vc-cvs.el (vc-cvs-ignore, vc-cvs-append-to-ignore):
17671 Rename cvs-append-to-ignore to vc-cvs-append-to-ignore.
17672
17673 2013-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
17674
17675 * eshell/em-ls.el: Use advice. Remove redundant :group keywords.
17676 (eshell-ls-orig-insert-directory): Remove.
17677 (eshell-ls-unload-hook): Not a defcustom any more. Use advice-remove.
17678 (eshell-ls-use-in-dired): Use advice-add/remove.
17679 (eshell-ls--insert-directory): Rename from eshell-ls-insert-directory.
17680 Add `orig-fun' arg for use in :around advice.
17681 Make it check (redundantly) eshell-ls-use-in-dired.
17682
17683 2013-09-19 Glenn Morris <rgm@gnu.org>
17684
17685 * emacs-lisp/cl-macs.el (cl-defsubst): Remove unused local `pbody'.
17686
17687 * simple.el (x-selection-owner-p, x-selection-exists-p): Declare.
17688
17689 * emacs-lisp/eieio.el (class-parent): Undo previous change.
17690
17691 2013-09-19 Michael Albinus <michael.albinus@gmx.de>
17692
17693 * net/tramp-sh.el (tramp-get-remote-id): Do not raise an error.
17694 (tramp-get-remote-uid-with-id, tramp-get-remote-gid-with-id)
17695 (tramp-get-remote-python): New defuns.
17696 (tramp-get-remote-uid-with-perl)
17697 (tramp-get-remote-gid-with-perl): New defuns. Perl code
17698 contributed by yary <not.com@gmail.com> (tiny change).
17699 (tramp-get-remote-uid-with-python)
17700 (tramp-get-remote-gid-with-python): New defuns. Python code
17701 contributed by Andrey Tykhonov <atykhonov@gmail.com> (tiny change).
17702 (tramp-get-remote-uid, tramp-get-remote-gid): Use new defuns.
17703
17704 2013-09-19 Glenn Morris <rgm@gnu.org>
17705
17706 * emacs-lisp/eieio.el (class-parent): Don't use defalias with macros.
17707
17708 * eshell/em-unix.el (eshell-remove-entries):
17709 Rename argument to avoid name-clash with global `top-level'.
17710
17711 * eshell/esh-proc.el (eshell-kill-process-function):
17712 Remove eshell-reset-after-proc from eshell-kill-hook if present.
17713 (eshell-reset-after-proc): Remove unused arg `proc'.
17714
17715 * eshell/esh-util.el (eshell-read-hosts-file): Use `filename' arg.
17716 (directory-files-and-attributes): Mark unused arg.
17717
17718 * eshell/em-unix.el (eshell-remove-entries):
17719 Remove unused arg `path'. Update callers.
17720
17721 * eshell/em-hist.el (eshell-hist-parse-arguments):
17722 Remove unused arg `silent'. Update callers.
17723
17724 * eshell/em-ls.el (eshell-ls-use-in-dired): Use `symbol' arg.
17725 Fix (f)boundp mix-up.
17726
17727 * eshell/em-smart.el (eshell-smart-scroll-window)
17728 (eshell-disable-after-change):
17729 * eshell/em-term.el (eshell-term-sentinel): Mark unused arg.
17730
17731 2013-09-18 Alan Mackenzie <acm@muc.de>
17732
17733 Fix fontification of type when followed by "const".
17734 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Don't exclude
17735 "known" types from fontification.
17736
17737 2013-09-18 Glenn Morris <rgm@gnu.org>
17738
17739 * emacs-lisp/chart.el (x-display-color-cells): Declare.
17740 (chart-face-list): Drop Emacsen without display-color-p.
17741
17742 * net/eww.el (libxml-parse-html-region): Declare.
17743 (eww-display-html): Explicit error if no libxml2 support.
17744
17745 * doc-view.el (doc-view-mode): Silence --without-x compilation.
17746
17747 * image.el (image-type-from-buffer, image-multi-frame-p):
17748 Remove --without-x warning/error.
17749
17750 * mouse.el (mouse-yank-primary):
17751 * term.el (term-mouse-paste):
17752 Reorder to silence --without-x compilation.
17753
17754 * mpc.el (doc-view-mode): Silence --without-x compilation.
17755
17756 * mail/rmailmm.el (rmail-mime-set-bulk-data):
17757 Silence --without-x compilation.
17758
17759 * progmodes/gud.el (gud-find-file, gud-mode):
17760 Silence --without-x compilation.
17761 (tooltip-mode): Declare.
17762
17763 * wdired.el (dired-backup-overwrite): Remove declaration.
17764 (wdired-mode-map): Add doc string.
17765
17766 * custom.el (x-get-resource): Declare.
17767
17768 * eshell/em-glob.el (ange-cache):
17769 * eshell/em-unix.el (ange-cache): Declare.
17770
17771 * faces.el (x-display-list, x-open-connection, x-get-resource):
17772 Declare.
17773
17774 * follow.el (scroll-bar-toolkit-scroll, scroll-bar-drag)
17775 (scroll-bar-scroll-up, scroll-bar-scroll-down, mwheel-scroll):
17776 Declare.
17777
17778 * frame.el (x-display-grayscale-p, x-display-name): Declare.
17779
17780 * net/gnutls.el (gnutls-log-level): Declare.
17781
17782 * net/shr.el (image-size, image-animate): Declare.
17783
17784 * simple.el (font-info): Declare.
17785
17786 * subr.el (x-popup-dialog): Declare.
17787
17788 * term/common-win.el (x-select-enable-primary)
17789 (x-last-selected-text-primary, x-last-selected-text-clipboard):
17790 Declare.
17791
17792 * term/ns-win.el (x-handle-args): Declare.
17793
17794 * term/x-win.el (x-select-enable-clipboard): Declare.
17795
17796 * term/w32-win.el (create-default-fontset): Declare.
17797
17798 * w32-common-fns.el (x-server-version, x-select-enable-clipboard):
17799 Declare.
17800
17801 * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
17802 (fit-frame-to-buffer): Explicit error if --without-x.
17803 (mouse-autoselect-window-select): Silence compiler.
17804
17805 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape): Declare.
17806
17807 * eshell/em-cmpl.el (eshell-complete-parse-arguments):
17808 * eshell/em-hist.el (eshell/history, eshell-isearch-backward):
17809 * eshell/em-pred.el (eshell-parse-modifiers, eshell-pred-file-time):
17810 * eshell/esh-util.el (eshell-sublist):
17811 Remove unused local variables.
17812
17813 * eshell/esh-io.el (x-select-enable-clipboard): Declare.
17814
17815 * textmodes/two-column.el: Make 2C-split work for --without-x.
17816 (scroll-bar-columns): Autoload.
17817 (top-level): Require fringe when compiling.
17818
17819 2013-09-18 Leo Liu <sdl.web@gmail.com>
17820
17821 * subr.el (add-hook): Robustify to handle closure as well.
17822
17823 2013-09-17 Glenn Morris <rgm@gnu.org>
17824
17825 * simple.el (messages-buffer-mode-map): Unbind "g".
17826
17827 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
17828
17829 * help-mode.el (help-mode-finish): Use derived-mode-p.
17830 Remove obsolete highlighting.
17831
17832 * play/life.el (life-mode): Use define-derived-mode. Derive from
17833 special-mode.
17834 (life): Let-bind inhibit-read-only.
17835 (life-setup): Avoid `setq'. Use `life-mode'.
17836
17837 * emacs-lisp/package.el (package-generate-autoloads): Remove `require'
17838 which should not be needed any more.
17839 (package-menu-refresh, package-menu-describe-package): Use user-error.
17840
17841 * eshell/esh-cmd.el (eshell-post-rewrite-command-function): New var.
17842 (eshell-post-rewrite-command-hook): Make obsolete.
17843 (eshell-parse-command): Simplify.
17844 (eshell-structure-basic-command): Remove unused arg `vocal-test'.
17845 (eshell--cmd): Declare.
17846 (eshell-parse-pipeline): Remove unused var `final-p'.
17847 Pass a dynvar to eshell-post-rewrite-command-hook.
17848 Implement the new eshell-post-rewrite-command-function.
17849 (eshell-invoke-directly): Remove unused arg `input'.
17850 * eshell/esh-io.el (eshell-io-initialize):
17851 Use eshell-post-rewrite-command-function (bug#15399).
17852 (eshell--apply-redirections): Rename from eshell-apply-redirections;
17853 adjust to new calling convention.
17854 (eshell-create-handles): Rename args to avoid clashing with dynvar
17855 `standard-output'.
17856
17857 2013-09-17 Glenn Morris <rgm@gnu.org>
17858
17859 * simple.el (messages-buffer-mode): New major mode.
17860 (messages-buffer): New function.
17861 * startup.el (normal-top-level): Switch mode of *Messages* buffer.
17862 * emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
17863 (ert-run-test): Use `messages-buffer' function.
17864 (ert--force-message-log-buffer-truncation): Ignore read-only.
17865 * help.el (view-echo-area-messages): Use `messages-buffer' function.
17866 * mail/emacsbug.el (report-emacs-bug): Use `messages-buffer' function.
17867
17868 2013-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
17869
17870 * subr.el (eval-after-load): Preserve evaluation order (bug#15389).
17871
17872 * abbrev.el (abbrev--check-chars): Fix thinko (bug#15360).
17873
17874 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
17875
17876 * icomplete.el (icomplete-in-buffer): New var.
17877 (icomplete-pre-command-hook, icomplete-post-command-hook): Remove those
17878 vars and replace them with functions.
17879 (icomplete-minibuffer-setup): Adjust accordingly.
17880 (icomplete--completion-table, icomplete--completion-predicate)
17881 (icomplete--field-string, icomplete--field-beg, icomplete--field-end):
17882 New functions.
17883 (icomplete-forward-completions, icomplete-backward-completions)
17884 (icomplete-simple-completing-p, icomplete-exhibit)
17885 (icomplete-completions): Use them.
17886 (icomplete--in-region-buffer): New var.
17887 (icomplete--in-region-setup): New function.
17888 (icomplete-mode): Use it.
17889
17890 * eshell/esh-opt.el: Fix last change to set lexical-vars properly
17891 (bug#15379).
17892 (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun',
17893 return args and options.
17894 (eshell-eval-using-options): Use the new return value of
17895 eshell--do-opts to set the options's vars in their scope.
17896 (eshell--set-option): Rename from eshell-set-option.
17897 Add arg `opt-vals'.
17898 (eshell--process-option): Rename from eshell-process-option.
17899 Add arg `opt-vals'.
17900 (eshell--process-args): Use an `opt-vals' alist to store the options's
17901 values during their processing and return them additionally to the
17902 remaining args.
17903
17904 2013-09-15 Dmitry Gutov <dgutov@yandex.ru>
17905
17906 * progmodes/ruby-mode.el (ruby-operator-re): Consider line
17907 continuation character an operator, as far as indentation is
17908 concerned (Bug#15369).
17909
17910 2013-09-15 Martin Rudalics <rudalics@gmx.at>
17911
17912 * window.el (window--state-put-2): Don't process buffer state
17913 when buffer doesn't exist any more (Bug#15382).
17914
17915 2013-09-15 Glenn Morris <rgm@gnu.org>
17916
17917 * eshell/em-unix.el (eshell/rm):
17918 Make -f ignore missing files. (Bug#15373)
17919
17920 * eshell/esh-cmd.el (eshell--local-vars): New variable. (Bug#15372)
17921 (eshell-rewrite-for-command): Add for loop vars to eshell--local-vars.
17922 * eshell/esh-var.el (eshell-get-variable): Respect eshell--local-vars.
17923
17924 2013-09-14 Glenn Morris <rgm@gnu.org>
17925
17926 * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
17927
17928 2013-09-13 Glenn Morris <rgm@gnu.org>
17929
17930 * dired-x.el (dired-guess-shell-alist-user): Doc fix.
17931 (dired-guess-default): Make `file' available in the env. (Bug#15363)
17932
17933 2013-09-13 Dmitry Antipov <dmantipov@yandex.ru>
17934
17935 * frame.el (x-focus-frame): Mark as declared in frame.c.
17936
17937 2013-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
17938
17939 * ls-lisp.el: Use advice-add.
17940 (original-insert-directory): Remove.
17941 (ls-lisp--insert-directory): Rename from insert-directory; add
17942 `orig-fun' argument.
17943 (insert-directory): Advise.
17944
17945 2013-09-13 Eli Zaretskii <eliz@gnu.org>
17946
17947 * term.el (term-emulate-terminal): Decode the command string
17948 before passing it to term-command-hook. (Bug#15337)
17949
17950 2013-09-13 Glenn Morris <rgm@gnu.org>
17951
17952 * eshell/esh-util.el (ange-cache): Move declaration earlier.
17953
17954 * eshell/esh-ext.el (eshell-search-path): Declare.
17955
17956 * eshell/em-prompt.el (eshell/pwd): Autoload it.
17957 Otherwise an error occurs if eshell-dirs module not loaded.
17958
17959 * progmodes/gdb-mi.el (gud-cont, gud-step): Declare.
17960
17961 2013-09-13 Michael Albinus <michael.albinus@gmx.de>
17962
17963 * net/tramp.el (tramp-check-proper-method-and-host): Rename it from
17964 `tramp-check-proper-host'. Check for a valid method name.
17965
17966 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
17967 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
17968 * net/tramp-sh.el (tramp-maybe-open-connection):
17969 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Call it.
17970
17971 * net/tramp-cache.el (tramp-cache-print): Don't print text properties
17972 also for hash values.
17973
17974 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
17975
17976 * term/ns-win.el (parameters): Don't declare as dynamic.
17977 (before-make-frame-hook): Don't add ineffective function.
17978
17979 * eshell/*.el: Use lexical-binding (bug#15231).
17980
17981 2013-09-12 Kenichi Handa <handa@gnu.org>
17982
17983 * composite.el (compose-gstring-for-graphic): Handle enclosing mark.
17984
17985 2013-09-12 Glenn Morris <rgm@gnu.org>
17986
17987 * vc/vc-svn.el (vc-svn-dir-status-files, vc-svn-dir-extra-headers)
17988 (vc-svn-ignore, vc-svn-retrieve-tag): Mark unused arguments.
17989
17990 * subr.el (do-after-load-evaluation): Also give compiler warnings
17991 when obsolete files are used (except by obsolete files).
17992
17993 * vc/vc-svn.el (vc-svn-parse-status): If there are multiple files
17994 in the status output, assume `filename' is the first. (Bug#15322)
17995
17996 * vc/vc.el (vc-deduce-fileset): Doc fix.
17997
17998 * calc/calc-help.el (Info-goto-node):
17999 * progmodes/cperl-mode.el (Info-find-node):
18000 * vc/ediff.el (Info-goto-node): Update declarations.
18001
18002 * vc/vc-dispatcher.el (vc-dir-refresh): Declare.
18003
18004 * vc/vc-bzr.el (vc-compilation-mode): Declare.
18005 (vc-bzr-pull): Require vc-dispatcher.
18006 * vc/vc-git.el (vc-compilation-mode): Declare.
18007 (vc-git-pull): Require vc-dispatcher.
18008
18009 * progmodes/ruby-mode.el (ruby-syntax-propertize-function): Declare.
18010
18011 * progmodes/octave.el (help-button-action): Declare.
18012
18013 * shell.el (shell-directory-tracker): Output error as a message
18014 rather than just returning it as a string.
18015 (shell-process-pushd): Remove useless use of message.
18016
18017 * dframe.el (dframe-timer-fn):
18018 * files.el (dir-locals-read-from-file):
18019 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
18020 (mpc-format):
18021 * reveal.el (reveal-post-command):
18022 * saveplace.el (load-save-place-alist-from-file):
18023 * shell.el (shell-resync-dirs):
18024 * w32-common-fns.el (x-get-selection-value):
18025 * emacs-lisp/copyright.el (copyright-find-copyright):
18026 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
18027 * emulation/tpu-edt.el (tpu-copy-keyfile):
18028 * play/bubbles.el (bubbles--mark-neighbourhood):
18029 * progmodes/executable.el
18030 (executable-make-buffer-file-executable-if-script-p):
18031 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
18032
18033 2013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
18034
18035 Cleanup Eshell to rely less on dynamic scoping.
18036 * eshell/esh-opt.el (eshell-eval-using-options): Don't bind usage-msg,
18037 last-value, and ext-command here. Bind `args' closer to `body'.
18038 (temp-args, last-value, usage-msg, ext-command, args): Don't defvar.
18039 (eshell--args): Declare new dynamic var.
18040 (eshell-do-opt): Add argument `args'. Bind our own usage-msg,
18041 last-value, and ext-command. Pass `args' to `body'.
18042 (eshell-process-args): Bind eshell--args.
18043 (eshell-set-option): Use eshell--args.
18044 * eshell/eshell.el (eshell): Use derived-mode-p.
18045 * eshell/esh-var.el (eshell-parse-variable): Use backquote.
18046 (eshell-parse-variable-ref): Remove unused vars `end' and `err'.
18047 (eshell-glob-function): Declare.
18048 * eshell/esh-util.el: Require cl-lib.
18049 (eshell-read-hosts-file): Avoid add-to-list.
18050 * eshell/esh-cmd.el (eshell-parse-lisp-argument): Remove unused var
18051 `err'.
18052 * eshell/em-unix.el (compilation-scroll-output, locate-history-list):
18053 Declare.
18054 (eshell/diff): Remove unused var `err'.
18055 * eshell/em-rebind.el (eshell-delete-backward-char): Remove unused arg
18056 `killflag'.
18057 * eshell/em-pred.el (eshell-parse-modifiers): Remove unused var `err'.
18058 * eshell/em-ls.el (eshell-ls-highlight-alist): Move defvars before
18059 first use.
18060 * eshell/em-glob.el (eshell-glob-matches, message-shown):
18061 Move declaration before first use.
18062 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Use backquotes.
18063 * autorevert.el (auto-revert-notify-handler): Use `cl-dolist' since we
18064 rely on cl-return.
18065
18066 2013-09-12 Glenn Morris <rgm@gnu.org>
18067
18068 * term/ns-win.el (global-map): Remove binding for ispell-next,
18069 deleted 1999-05-29. (Bug#15357)
18070
18071 2013-09-11 Glenn Morris <rgm@gnu.org>
18072
18073 * echistory.el (electric-command-history): Remove call to deleted func.
18074
18075 * play/landmark.el (landmark-mode): Fix typos.
18076
18077 * vc/vc-cvs.el (cvs-append-to-ignore): Fix arg spec.
18078 Check cvs-sort-ignore-file is bound.
18079
18080 * savehist.el: No need for cl when compiling on Emacs.
18081
18082 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
18083
18084 * eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
18085 (bug#15338).
18086 (eshell-self-insert-command, eshell-send-invisible):
18087 Remove unused argument.
18088 (eshell-handle-control-codes): Remove unused var `orig'.
18089 Avoid delete-backward-char.
18090
18091 * files.el (set-auto-mode): Simplify a bit further.
18092
18093 2013-09-11 Glenn Morris <rgm@gnu.org>
18094
18095 * files.el (interpreter-mode-alist): Remove \\` \\' parts.
18096 (set-auto-mode): Don't regexp-quote elements.
18097 * progmodes/python.el (interpreter-mode-alist): Remove \\` \\'.
18098 * progmodes/cc-mode.el (interpreter-mode-alist):
18099 * progmodes/ruby-mode.el (interpreter-mode-alist):
18100 Revert previous change.
18101
18102 2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
18103
18104 * play/snake.el (snake-mode):
18105 * play/mpuz.el (mpuz-mode):
18106 * play/landmark.el (lm-mode):
18107 * play/blackbox.el (blackbox-mode):
18108 * play/5x5.el (5x5-mode):
18109 * obsolete/options.el (Edit-options-mode):
18110 * net/quickurl.el (quickurl-list-mode):
18111 * net/newst-treeview.el (newsticker-treeview-mode):
18112 * mail/rmailsum.el (rmail-summary-mode):
18113 * mail/mspools.el (mspools-mode):
18114 * locate.el (locate-mode):
18115 * ibuffer.el (ibuffer-mode):
18116 * emulation/ws-mode.el (wordstar-mode):
18117 * emacs-lisp/debug.el (debugger-mode):
18118 * array.el (array-mode):
18119 * net/eudc.el (eudc-mode): Use define-derived-mode.
18120 * net/mairix.el (mairix-searches-mode-font-lock-keywords):
18121 Move initialization into declaration.
18122 (mairix-searches-mode): Use define-derived-mode.
18123 * net/eudc-hotlist.el (eudc-hotlist-mode): Use define-derived-mode.
18124 (eudc-edit-hotlist): Use dolist.
18125 * man.el (Man-mode-syntax-table): Rename from man-mode-syntax-table.
18126 (Man-mode): Use define-derived-mode.
18127 * info.el (Info-edit-mode-map): Rename from Info-edit-map.
18128 (Info-edit-mode): Use define-derived-mode.
18129 (Info-cease-edit): Use Info-mode.
18130 * eshell/esh-mode.el (eshell-mode-syntax-table): Move initialization
18131 into declaration.
18132 (eshell-mode): Use define-derived-mode.
18133 * chistory.el (command-history-mode-map): Rename from
18134 command-history-map.
18135 (command-history-mode): Use define-derived-mode.
18136 (Command-history-setup): Remove function.
18137 * calc/calc.el (calc-trail-mode-map): New var.
18138 (calc-trail-mode): Use define-derived-mode.
18139 (calc-trail-buffer): Set calc-main-buffer manually.
18140 * bookmark.el (bookmark-insert-annotation): New function.
18141 (bookmark-edit-annotation): Use it.
18142 (bookmark-edit-annotation-mode): Make it a proper major mode.
18143 (bookmark-send-edited-annotation): Use derived-mode-p.
18144 * arc-mode.el (archive-mode): Move kill-all-local-variables a tiny bit
18145 closer to its ideal place. Use \' to match EOS.
18146
18147 * profiler.el (profiler-calltree-find): Use function-equal.
18148
18149 2013-09-10 Glenn Morris <rgm@gnu.org>
18150
18151 * files.el (interpreter-mode-alist): Convert to regexps.
18152 (set-auto-mode): Adapt for this. (Bug#15306)
18153 * progmodes/cperl-mode.el (cperl-clobber-mode-lists):
18154 Comment out unused variable.
18155 * progmodes/cc-mode.el (interpreter-mode-alist):
18156 * progmodes/python.el (interpreter-mode-alist):
18157 * progmodes/ruby-mode.el (interpreter-mode-alist): Convert to regexps.
18158 * progmodes/sh-script.el (sh-set-shell):
18159 No longer use interpreter-mode-alist to get list of shells.
18160
18161 * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
18162
18163 2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
18164
18165 * simple.el: Use set-temporary-overlay-map for universal-argument.
18166 (universal-argument-map): Don't use default-bindings (bug#15317).
18167 Bind switch-frame explicitly. Replace universal-argument-minus with
18168 a conditional binding.
18169 (universal-argument-num-events, saved-overriding-map): Remove.
18170 (restore-overriding-map): Remove.
18171 (universal-argument--mode): Rename from save&set-overriding-map,
18172 and rewrite.
18173 (universal-argument, universal-argument-more, negative-argument)
18174 (digit-argument): Adjust accordingly.
18175 (universal-argument-minus): Remove.
18176 (universal-argument-other-key): Remove.
18177
18178 * subr.el (with-demoted-errors): Add `format' argument.
18179
18180 2013-09-10 Michael Albinus <michael.albinus@gmx.de>
18181
18182 * net/tramp.el (tramp-cleanup): Remove. Functionality added to
18183 `tramp-cleanup-connection'.
18184
18185 * net/tramp-cmds.el (tramp-cleanup-connection): Add optional
18186 parameters KEEP-DEBUG and KEEP-PASSWORD.
18187
18188 * net/tramp.el (tramp-file-name-handler):
18189 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
18190 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
18191 (tramp-maybe-open-connection):
18192 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
18193 Use `tramp-cleanup-connection'.
18194
18195 * net/tramp-sh.el (tramp-maybe-open-connection):
18196 Catch 'uname-changed inside the progress reporter.
18197
18198 2013-09-10 Glenn Morris <rgm@gnu.org>
18199
18200 * simple.el (read-minibuffer): Unbreak it. (Bug#15318)
18201
18202 * dired-x.el (dired-mark-sexp): Unbreak for systems where ls
18203 returns "alternate access method" in mode (eg "-rw-r--r--.").
18204
18205 2013-09-08 Glenn Morris <rgm@gnu.org>
18206
18207 * saveplace.el (load-save-place-alist-from-file):
18208 Demote errors. (Bug#15305)
18209
18210 2013-09-08 Michael Albinus <michael.albinus@gmx.de>
18211
18212 Improve compatibility with older Emacsen, and XEmacs.
18213
18214 * net/tramp.el (tramp-find-method, tramp-find-user): Call `propertize'
18215 only if it is bound. It isn't for XEmacs.
18216 (with-tramp-progress-reporter): Do not let-bind `result'.
18217 This yields to scoping errors in XEmacs.
18218 (tramp-handle-make-auto-save-file-name): New function, moved from
18219 tramp-sh.el.
18220
18221 * net/tramp-adb.el (tramp-adb-file-name-handler-alist): Add handler
18222 for `make-auto-save-file-name'.
18223 (tramp-adb--gnu-switches-to-ash):
18224 Use `tramp-compat-replace-regexp-in-string'.
18225
18226 * net/tramp-cache.el (tramp-cache-print): Call
18227 `substring-no-properties' only if it is bound. It isn't for XEmacs.
18228
18229 * net/tramp-cmds.el (tramp-bug): Call `propertize' only if it is
18230 bound. It isn't for XEmacs.
18231
18232 * net/tramp-compat.el (tramp-compat-copy-file):
18233 Catch `wrong-number-of-arguments' error.
18234 (tramp-compat-replace-regexp-in-string): New defun.
18235
18236 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add handler
18237 for `make-auto-save-file-name'.
18238 (tramp-gvfs-handle-copy-file): Use `tramp-compat-funcall' for
18239 `copy-file'.
18240 (tramp-gvfs-file-gvfs-monitor-file-process-filter)
18241 (tramp-gvfs-file-name): Use `tramp-compat-replace-regexp-in-string'.
18242 (tramp-synce-list-devices): Use `push' instead of `pushnew'.
18243
18244 * net/tramp-gw.el (tramp-gw-open-network-stream):
18245 Use `tramp-compat-replace-regexp-in-string'.
18246
18247 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
18248 Call `tramp-handle-make-auto-save-file-name'.
18249 (tramp-sh-handle-make-auto-save-file-name): Move to tramp.el.
18250 (tramp-sh-file-gvfs-monitor-dir-process-filter)
18251 (tramp-sh-file-inotifywait-process-filter):
18252 Use `tramp-compat-replace-regexp-in-string'.
18253 (tramp-compute-multi-hops): Use `push' instead of `pushnew'.
18254
18255 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add handler
18256 for `make-auto-save-file-name'.
18257 (tramp-smb-handle-copy-directory):
18258 Call `tramp-compat-replace-regexp-in-string'.
18259 (tramp-smb-get-file-entries): Use `push' instead of `pushnew'.
18260 (tramp-smb-handle-copy-file): Improve error message.
18261 (tramp-smb-handle-rename-file): Rename directly only in case
18262 `newname' does not exist yet. This is a restriction of smbclient.
18263 (tramp-smb-maybe-open-connection): Rerun the function only when
18264 `auth-sources' is non-nil.
18265
18266 2013-09-08 Kenichi Handa <handa@gnu.org>
18267
18268 * international/characters.el: Set category "^" (Combining) for
18269 more characters.
18270
18271 2013-09-07 Alan Mackenzie <acm@muc.de>
18272
18273 Correctly fontify Java class constructors.
18274 * progmodes/cc-langs.el (c-type-decl-suffix-key): Now matches ")"
18275 in Java Mode.
18276 (c-recognize-typeless-decls): Set the Java value to t.
18277 * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
18278 While handling a "(", add a check for, effectively, Java, and handle a
18279 "typeless" declaration there.
18280
18281 2013-09-07 Roland Winkler <winkler@gnu.org>
18282
18283 * textmodes/bibtex.el (bibtex-biblatex-entry-alist): Add optional
18284 field subtitle for entry type book.
18285
18286 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18287
18288 * minibuffer.el: Make minibuffer-complete call completion-in-region
18289 rather than other way around.
18290 (completion--some, completion-pcm--find-all-completions):
18291 Don't delay signals when debugging.
18292 (minibuffer-completion-contents): Beware fields within the
18293 minibuffer contents.
18294 (completion-all-sorted-completions): Use defvar-local.
18295 (completion--do-completion, completion--cache-all-sorted-completions)
18296 (completion-all-sorted-completions, minibuffer-force-complete):
18297 Add args `beg' and `end'.
18298 (completion--in-region-1): New fun, extracted from minibuffer-complete.
18299 (minibuffer-complete): Use completion-in-region.
18300 (completion-complete-and-exit): New fun, extracted from
18301 minibuffer-complete-and-exit.
18302 (minibuffer-complete-and-exit): Use it.
18303 (completion--complete-and-exit): Rename from
18304 minibuffer--complete-and-exit.
18305 (completion-in-region--single-word): New function, extracted from
18306 minibuffer-complete-word.
18307 (minibuffer-complete-word): Use it.
18308 (display-completion-list): Make `common-substring' argument obsolete.
18309 (completion--in-region): Call completion--in-region-1 instead of
18310 minibuffer-complete.
18311 (completion-help-at-point): Pass boundaries to
18312 minibuffer-completion-help as args rather than via an overlay.
18313 (completion-pcm--string->pattern): Use `any-delim'.
18314 (completion-pcm--optimize-pattern): New function.
18315 (completion-pcm--pattern->regex): Handle `any-delim'.
18316 * icomplete.el (icomplete-forward-completions)
18317 (icomplete-backward-completions, icomplete-completions):
18318 Adjust calls to completion-all-sorted-completions and
18319 completion--cache-all-sorted-completions.
18320 (icomplete-with-completion-tables): Default to t.
18321 * emacs-lisp/crm.el (crm--current-element): Rename from
18322 crm--select-current-element. Don't put an overlay but return the
18323 boundaries instead.
18324 (crm--completion-command): Take two new args to bind to the boundaries.
18325 (crm-completion-help): Adjust accordingly.
18326 (crm-complete): Use completion-in-region.
18327 (crm-complete-word): Use completion-in-region--single-word.
18328 (crm-complete-and-exit): Use completion-complete-and-exit.
18329
18330 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18331
18332 * dired-x.el (dired-mark-sexp): Bind the vars lexically rather
18333 than dynamically.
18334
18335 2013-09-06 Juri Linkov <juri@jurta.org>
18336
18337 * info.el (Info-display-images-node): When image file doesn't exist
18338 display text version of the image if it's provided in the Info file.
18339 Otherwise, display the location of missing image from SRC attribute.
18340 Add help-echo text property from ALT attribute. (Bug#15279)
18341
18342 2013-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
18343
18344 * abbrev.el (edit-abbrevs-mode-map): Rename from edit-abbrevs-map.
18345 (edit-abbrevs-mode): Use define-derived-mode.
18346
18347 * epa.el (epa--encode-coding-string, epa--decode-coding-string)
18348 (epa--select-safe-coding-system, epa--derived-mode-p): Make it obvious
18349 that it's defined.
18350 (epa-key-list-mode, epa-key-mode, epa-info-mode):
18351 Use define-derived-mode.
18352
18353 * epg.el (epg-start-encrypt): Minor CSE simplification.
18354
18355 2013-09-06 William Xu <william.xwl@gmail.com>
18356
18357 * arc-mode.el: Add support for 7za (bug#15264).
18358 (archive-7z-program): New var.
18359 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
18360 (archive-zip-update-case, archive-7z-extract, archive-7z-expunge)
18361 (archive-7z-update, archive-zip-extract, archive-7z-summarize): Use it.
18362
18363 2013-09-06 Michael Albinus <michael.albinus@gmx.de>
18364
18365 Remove URL syntax.
18366
18367 * net/tramp.el (tramp-syntax, tramp-prefix-format)
18368 (tramp-postfix-method-format, tramp-prefix-ipv6-format)
18369 (tramp-postfix-ipv6-format, tramp-prefix-port-format)
18370 (tramp-postfix-host-format, tramp-file-name-regexp)
18371 (tramp-completion-file-name-regexp)
18372 (tramp-completion-dissect-file-name)
18373 (tramp-handle-substitute-in-file-name): Remove 'url case.
18374 (tramp-file-name-regexp-url)
18375 (tramp-completion-file-name-regexp-url): Remove constants.
18376
18377 2013-09-06 Glenn Morris <rgm@gnu.org>
18378
18379 * replace.el (replace-string): Doc fix re start/end. (Bug#15275)
18380
18381 2013-09-05 Dmitry Gutov <dgutov@yandex.ru>
18382
18383 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move "Perl-ish
18384 keywords" below "here-doc beginnings" (Bug#15270).
18385
18386 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
18387
18388 * subr.el (pop): Use `car-safe'.
18389 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove hack
18390 to detect unused `pop' return value.
18391
18392 * progmodes/python.el (python-nav-beginning-of-block): Remove unused
18393 var `block-regexp'.
18394 (python-nav--forward-sexp): Remove unused var `re-search-fn'.
18395 (python-fill-string): Remove unused var `marker'.
18396 (python-skeleton-add-menu-items): Remove unused var `items'.
18397
18398 * international/mule-cmds.el: Require CL.
18399 (find-coding-systems-for-charsets): Avoid add-to-list.
18400 (sanitize-coding-system-list): New function, extracted from
18401 select-safe-coding-system-interactively.
18402 (select-safe-coding-system-interactively): Use it.
18403 (read-input-method-name): Accept symbols for `default'.
18404
18405 * emacs-lisp/advice.el (defadvice): Add indent rule.
18406
18407 2013-09-05 Daniel Hackney <dan@haxney.org>
18408
18409 * dired-x.el:
18410 * net/ange-ftp.el:
18411 * net/browse-url.el:
18412 * net/dbus.el:
18413 * net/eudc.el:
18414 * net/eudcb-ldap.el:
18415 * net/eww.el:
18416 * net/imap.el:
18417 * printing.el:
18418 * vc/ediff-diff.el:
18419 * vc/ediff-init.el:
18420 * vc/ediff-merg.el:
18421 * vc/ediff-mult.el:
18422 * vc/ediff-util.el:
18423 * vc/ediff-wind.el:
18424 * vc/ediff.el:
18425 * vc/emerge.el:
18426 * vc/pcvs.el:
18427 * vc/vc-annotate.el: Prefix unused arguments with `_' to silence
18428 byte compiler. Remove some unused let-bound variables.
18429
18430 2013-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
18431
18432 * emacs-lisp/cconv.el: Use `car-safe' rather than `car' to access
18433 a "ref-cell", since it gets better optimized (bug#14883).
18434
18435 2013-09-05 Glenn Morris <rgm@gnu.org>
18436
18437 * progmodes/cc-awk.el (c-forward-sws): Declare.
18438
18439 2013-09-04 Glenn Morris <rgm@gnu.org>
18440
18441 * generic-x.el [rul-generic-mode]: Require cc-mode.
18442 (c++-mode-syntax-table): Declare.
18443 (rul-generic-mode-syntax-table): Init in the defvar.
18444
18445 2013-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
18446
18447 * vc/vc-dispatcher.el (vc-run-delayed): New macro.
18448 (vc-do-command, vc-set-async-update):
18449 * vc/vc-mtn.el (vc-mtn-dir-status):
18450 * vc/vc-hg.el (vc-hg-dir-status, vc-hg-dir-status-files)
18451 (vc-hg-pull, vc-hg-merge-branch):
18452 * vc/vc-git.el (vc-git-dir-status-goto-stage, vc-git-pull)
18453 (vc-git-merge-branch):
18454 * vc/vc-cvs.el (vc-cvs-print-log, vc-cvs-dir-status)
18455 (vc-cvs-dir-status-files):
18456 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch, vc-bzr-dir-status)
18457 (vc-bzr-dir-status-files):
18458 * vc/vc-arch.el (vc-arch-dir-status): Use vc-run-delayed.
18459 * vc/vc-annotate.el: Use lexical-binding.
18460 (vc-annotate-display-select, vc-annotate): Use vc-run-delayed.
18461 (vc-sentinel-movepoint): Declare.
18462 (vc-annotate): Don't use `goto-line'.
18463 * vc/vc.el (vc-diff-internal): Prefer a closure to `(lambda...).
18464 (vc-diff-internal, vc-log-internal-common): Use vc-run-delayed.
18465 (vc-sentinel-movepoint): Declare.
18466 * vc/vc-svn.el: Use lexical-binding.
18467 (vc-svn-dir-status, vc-svn-dir-status-files): Use vc-run-delayed.
18468 * vc/vc-sccs.el:
18469 * vc/vc-rcs.el: Use lexical-binding.
18470
18471 * autorevert.el (auto-revert-notify-handler): Explicitly ignore
18472 `deleted'. Don't drop errors silently.
18473
18474 * emacs-lisp/gv.el (gv-get): Warn about CL-compiled places.
18475
18476 2013-09-04 Xue Fuqiao <xfq.free@gmail.com>
18477
18478 * vc/vc.el (vc-ignore): Rewrite.
18479 (vc-default-ignore): New function.
18480 (vc-default-ignore-completion-table): Use find-ignore-file.
18481
18482 * vc/vc-bzr.el (vc-bzr-ignore, vc-bzr-ignore-completion-table):
18483 * vc/vc-git.el (vc-git-ignore, vc-git-ignore-completion-table):
18484 * vc/vc-hg.el (vc-hg-ignore, vc-hg-ignore-completion-table):
18485 Remove. Most code moved to vc.el.
18486
18487 2013-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
18488
18489 * net/tramp-gvfs.el (tramp-gvfs-mount-spec, tramp-synce-list-devices):
18490 * net/tramp-smb.el (tramp-smb-get-file-entries):
18491 * net/tramp-sh.el (tramp-sh-handle-insert-directory)
18492 (tramp-compute-multi-hops): Fix misuses of `add-to-list'.
18493
18494 * net/eww.el (eww-display-raw): Remove unused argument `charset'.
18495 Update call to it.
18496 (eww-change-select): Remove unused var `properties'.
18497 (eww-make-unique-file-name): Remove unused var `base'.
18498
18499 * finder.el (finder-compile-keywords): Don't mess with windows.
18500
18501 * calculator.el (calculator-funcall): Fix typo in last change.
18502
18503 * vc/vc-git.el (vc-git-checkin): Make it possible to commit a merge.
18504
18505 * emacs-lisp/package.el (package-activate-1): Don't let a missing
18506 <pkg>-autoloads.el file stop us.
18507
18508 * net/tramp.el (with-parsed-tramp-file-name): Silence compiler
18509 warnings, and factor out common code.
18510
18511 2013-09-03 Dmitry Gutov <dgutov@yandex.ru>
18512
18513 * progmodes/ruby-mode.el (ruby-calculate-indent): Consider
18514 two-character operators and whether the character preceding them
18515 changes their meaning (Bug#15208).
18516
18517 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
18518
18519 Format code sent to Python shell for robustness.
18520 * progmodes/python.el (python-shell-buffer-substring):
18521 New function.
18522 (python-shell-send-region, python-shell-send-buffer): Use it.
18523
18524 2013-09-02 Michael Albinus <michael.albinus@gmx.de>
18525
18526 * net/tramp-compat.el (tramp-compat-user-error): Move it ...
18527 * net/tramp.el (tramp-user-error): ... here.
18528 (tramp-find-method, tramp-check-proper-host)
18529 (tramp-dissect-file-name, tramp-debug-message)
18530 (tramp-handle-shell-command):
18531 * net/tramp-adb.el (tramp-adb-handle-shell-command):
18532 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler): Adapt callees.
18533
18534 * net/tramp-cache.el (tramp-cache-print): Don't print text properties.
18535
18536 2013-09-02 Martin Rudalics <rudalics@gmx.at>
18537
18538 * avoid.el (mouse-avoidance-point-position)
18539 (mouse-avoidance-too-close-p): Handle case where posn-at-point
18540 returns nil.
18541
18542 2013-09-02 Fabián Ezequiel Gallina <fgallina@gnu.org>
18543
18544 * progmodes/python.el (python-shell-completion-get-completions):
18545 Drop use of deleted `comint-last-prompt-overlay'.
18546 (python-nav-if-name-main): New command.
18547
18548 2013-09-01 Glenn Morris <rgm@gnu.org>
18549
18550 * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
18551 Avoid leading space in $wins. Otherwise the sed command used by
18552 eg compile-main ends up containing "/*.el". (Bug#15170)
18553
18554 * frame.el (frame-background-mode): Doc fix. (Bug#15226)
18555
18556 2013-08-30 Glenn Morris <rgm@gnu.org>
18557
18558 * emacs-lisp/bytecomp.el (byte-recompile-directory):
18559 Fix is-this-a-directory logic. (Bug#15220)
18560
18561 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
18562
18563 * textmodes/css-mode.el: Use SMIE.
18564 (css-smie-grammar): New var.
18565 (css-smie--forward-token, css-smie--backward-token)
18566 (css-smie-rules): New functions.
18567 (css-mode): Use them.
18568 (css-navigation-syntax-table): Remove var.
18569 (css-backward-sexp, css-forward-sexp, css-indent-calculate-virtual)
18570 (css-indent-calculate, css-indent-line): Remove functions.
18571
18572 Misc changes to reduce use of `(lambda...); and other cleanups.
18573 * cus-edit.el: Use lexical-binding.
18574 (customize-push-and-save, customize-apropos)
18575 (custom-buffer-create-internal): Use closures.
18576 * progmodes/bat-mode.el (bat-mode-syntax-table): "..." are strings.
18577 * progmodes/ada-xref.el: Use setq.
18578 * net/tramp.el (with-tramp-progress-reporter): Avoid setq.
18579 * dframe.el: Use lexical-binding.
18580 (dframe-frame-mode): Fix calling convention for hooks. Use a closure.
18581 * speedbar.el (speedbar-frame-mode): Adjust call accordingly.
18582 * descr-text.el: Use lexical-binding.
18583 (describe-text-widget, describe-text-sexp, describe-property-list):
18584 Use closures.
18585 * comint.el (comint-history-isearch-push-state): Use a closure.
18586 * calculator.el: Use lexical-binding.
18587 (calculator-number-to-string): Make it work with lexical-binding.
18588 (calculator-funcall): Same and use cl-letf.
18589
18590 * emacs-lisp/lisp.el (lisp--company-doc-buffer)
18591 (lisp--company-doc-string, lisp--company-location): New functions.
18592 (lisp-completion-at-point): Use them to improve Company support.
18593
18594 * progmodes/ruby-mode.el (ruby-smie-grammar): Add rule for formal
18595 params of lambda expressions.
18596 (ruby-smie--implicit-semi-p): Refine rule (bug#15208).
18597 (ruby-smie--opening-pipe-p): New function.
18598 (ruby-smie--forward-token, ruby-smie--backward-token): Handle Ruby
18599 symbols and matched |...| for formal params.
18600 (ruby-smie-rules): Don't let the formal params of a "do" prevent it
18601 from being treated as hanging. Handle "rescue".
18602
18603 2013-08-29 Glenn Morris <rgm@gnu.org>
18604
18605 * progmodes/cc-engine.el (c-pull-open-brace):
18606 Move definition before use.
18607
18608 2013-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
18609
18610 * emacs-lisp/cl-macs.el (cl-defsubst): Make it clear that args
18611 are immutable. Don't use `unsafe' any more.
18612 (cl--defsubst-expand): Don't substitute at the same time as keeping
18613 a residual unused let-binding. Don't use `unsafe' any more.
18614
18615 2013-08-29 Glenn Morris <rgm@gnu.org>
18616
18617 * calendar/cal-china.el (calendar-chinese-year-cache):
18618 Recenter on 2015.
18619
18620 * nxml/nxml-util.el (nxml-debug-clear-inside):
18621 Use cl-loop rather than loop.
18622
18623 * net/eww.el (eww-mode-map): Lower-case menu bar entries look bad.
18624
18625 * progmodes/sh-script.el (sh-builtins) <bash>: Add some bash4-isms.
18626
18627 2013-08-28 Glenn Morris <rgm@gnu.org>
18628
18629 * progmodes/antlr-mode.el: No need to require cc-mode twice.
18630
18631 * progmodes/cc-bytecomp.el (cc-require): Handle uncompiled case.
18632
18633 * progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.
18634
18635 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18636
18637 * simple.el (repeat-complex-command--called-interactively-skip):
18638 New function.
18639 (repeat-complex-command): Use it (bug#14136).
18640
18641 * progmodes/cc-mode.el: Minor cleanup of var declarations.
18642 (c-define-abbrev-table): Add `doc' argument.
18643 (c-mode-abbrev-table, c++-mode-abbrev-table)
18644 (objc-mode-abbrev-table, java-mode-abbrev-table)
18645 (idl-mode-abbrev-table, pike-mode-abbrev-table)
18646 (awk-mode-abbrev-table): Use it.
18647 (c-mode-syntax-table, c-mode-map, c++-mode-syntax-table)
18648 (c++-mode-map, objc-mode-syntax-table, objc-mode-map)
18649 (java-mode-syntax-table, java-mode-map, idl-mode-syntax-table)
18650 (idl-mode-map, pike-mode-syntax-table, pike-mode-map, awk-mode-map):
18651 Move initialization into the declaration; and remove any
18652 autoload cookie.
18653
18654 * epg.el (epg--process-filter): Use with-current-buffer, save-excursion
18655 and dynamic let binding.
18656
18657 * vc/smerge-mode.el: Remove redundant :group args.
18658
18659 * emacs-lisp/package.el (package-activate-1): Don't add unnecessarily
18660 to load-path.
18661
18662 2013-08-28 Juri Linkov <juri@jurta.org>
18663
18664 * isearch.el (isearch-reread-key-sequence-naturally): Use non-nil
18665 arg DONT-DOWNCASE-LAST of `read-key-sequence'.
18666 (isearch-other-meta-char): Handle an undefined shifted printing
18667 character by downshifting it. (Bug#15200)
18668
18669 2013-08-28 Juri Linkov <juri@jurta.org>
18670
18671 * isearch.el (isearch-search): Change regexp error message for
18672 non-regexp searches. (Bug#15166)
18673
18674 2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
18675
18676 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
18677 for portability to hosts where /bin/sh has problems.
18678
18679 2013-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
18680
18681 * emacs-lisp/cconv.el (cconv--analyse-function): Improve warning.
18682
18683 2013-08-27 Juri Linkov <juri@jurta.org>
18684
18685 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
18686 in the keyboard macro. (Bug#15126)
18687
18688 2013-08-27 Juri Linkov <juri@jurta.org>
18689
18690 * isearch.el (isearch-quote-char): Comment out converting unibyte
18691 to multibyte, thus syncing with its `quoted-insert' counterpart.
18692 (Bug#15166)
18693
18694 2013-08-27 Martin Rudalics <rudalics@gmx.at>
18695
18696 * window.el (display-buffer-use-some-window): Add missing
18697 argument in call of get-largest-window (Bug#15185).
18698 Reported by Stephen Leake.
18699
18700 2013-08-27 Glenn Morris <rgm@gnu.org>
18701
18702 * emacs-lisp/package.el (package-buffer-info): Fix message typo.
18703
18704 2013-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
18705
18706 * progmodes/python.el (python-font-lock-keywords): Don't return nil
18707 from a matcher-function unless there's no more matches (bug#15161).
18708
18709 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
18710
18711 * minibuffer.el: Revert change from 2013-08-20.
18712
18713 * net/tramp.el (tramp-find-method, tramp-find-user): Mark result
18714 with text property `tramp-default', if appropriate.
18715 (tramp-check-proper-host): New defun.
18716 (tramp-dissect-file-name): Do not check hostname. Revert change
18717 of 2013-03-18.
18718 (tramp-backtrace): Make VEC-OR-PROC optional.
18719
18720 * net/tramp-adb.el (tramp-adb-maybe-open-connection):
18721 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
18722 * net/tramp-sh.el (tramp-maybe-open-connection):
18723 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
18724 Apply `tramp-check-proper-host'.
18725
18726 2013-08-26 Tassilo Horn <tsdh@gnu.org>
18727
18728 * epa-hook.el (epa-file-encrypt-to): Quote `safe-local-variable'
18729 lambda expression in order to have `describe-variable' display it.
18730
18731 2013-08-26 Michael Albinus <michael.albinus@gmx.de>
18732
18733 * net/tramp-sh.el (tramp-sh-handle-verify-visited-file-modtime):
18734 BUF can be optional. (Bug#15186)
18735
18736 2013-08-25 Xue Fuqiao <xfq.free@gmail.com>
18737
18738 * progmodes/flymake.el (flymake-get-real-file-name-function):
18739 Fix broken customization. (Bug#15184)
18740
18741 2013-08-25 Alan Mackenzie <acm@muc.de>
18742
18743 Improve indentation of bracelists defined by macros (without "=").
18744
18745 * progmodes/cc-engine.el (c-inside-bracelist-p): When a macro
18746 expansion begins with "{", regard it as bracelist when it doesn't
18747 contain a ";".
18748
18749 Parse C++ inher-intro when there's a template split over 2 lines.
18750
18751 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5C): Code more
18752 rigorously the search for "class" etc. followed by ":".
18753
18754 * progmodes/cc-langs.el (c-opt-<>-sexp-key): Make the value for
18755 random languages a regexp which never matches rather than nil.
18756
18757 Handle "/"s more accurately in test for virtual semicolons (AWK Mode).
18758
18759 * progmodes/cc-awk.el (c-awk-one-line-possibly-open-string-re)
18760 (c-awk-regexp-one-line-possibly-open-char-list-re)
18761 (c-awk-one-line-possibly-open-regexp-re)
18762 (c-awk-one-line-non-syn-ws*-re): Remove.
18763 (c-awk-possibly-open-string-re, c-awk-non-/-syn-ws*-re)
18764 (c-awk-space*-/-re, c-awk-space*-regexp-/-re)
18765 (c-awk-space*-unclosed-regexp-/-re): New constants.
18766 (c-awk-at-vsemi-p): Reformulate better to recognize "/"s which
18767 aren't regexp delimiters.
18768
18769 * progmodes/cc-engine.el (c-crosses-statement-barrier-p): Add in
18770 handling for a rare situation in AWK Mode involving unterminated
18771 strings/regexps.
18772
18773 2013-08-23 Glenn Morris <rgm@gnu.org>
18774
18775 * files.el (auto-mode-alist): Use sh-mode for .bash_history.
18776
18777 * files.el (interpreter-mode-alist): Use tcl-mode for expect scripts.
18778
18779 * files.el (create-file-buffer): If the result would begin with
18780 spaces, prepend a "|" instead of removing them. (Bug#15162)
18781
18782 2013-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
18783
18784 * textmodes/fill.el (fill-match-adaptive-prefix): Don't throw away
18785 text-properties (bug#15155).
18786
18787 * calc/calc-keypd.el (calc-keypad-execute): `x-flush-mouse-queue' doesn't
18788 exist any more.
18789 (calc-keypad-redraw): Remove unused var `pad'.
18790 (calc-keypad-press): Remove unused var `menu'.
18791
18792 2013-08-23 Martin Rudalics <rudalics@gmx.at>
18793
18794 * window.el (display-buffer-pop-up-frame):
18795 Call pop-up-frame-function with BUFFER current so `make-frame' will
18796 use it as the new frame's buffer (Bug#15133).
18797
18798 2013-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
18799
18800 * calendar/timeclock.el: Minor cleanups.
18801 (timeclock-ask-before-exiting, timeclock-use-display-time):
18802 Use `symbol'.
18803 (timeclock-modeline-display): Define as alias before the
18804 actual definition.
18805 (timeclock-mode-line-display): Use define-minor-mode.
18806 (timeclock-day-list-template): Make it a function, add an argument.
18807 (timeclock-day-list-required, timeclock-day-list-length)
18808 (timeclock-day-list-debt, timeclock-day-list-span)
18809 (timeclock-day-list-break): Adjust calls accordingly.
18810
18811 2013-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
18812
18813 * emacs-lisp/pp.el (pp-eval-expression, pp-macroexpand-expression):
18814 Use read--expression so that completion works again.
18815
18816 2013-08-21 Sam Steingold <sds@gnu.org>
18817
18818 Add rudimentary inferior shell interaction
18819 * progmodes/sh-script.el (sh-shell-process): New buffer-local variable.
18820 (sh-set-shell): Reset it.
18821 (sh-show-shell, sh-cd-here, sh-send-line-or-region-and-step):
18822 New commands (bound to C-c C-z, C-c C-d, and C-c C-n).
18823
18824 2013-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
18825
18826 * align.el: Use lexical-binding.
18827 (align-region): Simplify accordingly.
18828
18829 2013-08-20 Michael Albinus <michael.albinus@gmx.de>
18830
18831 * minibuffer.el (completion--sifn-requote): Bind `non-essential'.
18832
18833 * rfn-eshadow.el (rfn-eshadow-update-overlay): Move binding of
18834 `non-essential' up.
18835
18836 2013-08-17 Michael Albinus <michael.albinus@gmx.de>
18837
18838 * net/tramp.el:
18839 * net/tramp-adb.el:
18840 * net/tramp-cmds.el:
18841 * net/tramp-ftp.el:
18842 * net/tramp-gvfs.el:
18843 * net/tramp-gw.el:
18844 * net/tramp-sh.el: Don't wrap external variable declarations by
18845 `eval-when-compile'.
18846
18847 2013-08-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
18848
18849 * net/shr.el (shr-rescale-image): Use ImageMagick even for GIFs
18850 now that Emacs supports ImageMagick animations.
18851
18852 2013-08-16 Michael Albinus <michael.albinus@gmx.de>
18853
18854 * net/tramp-cmds.el (top): Don't declare `buffer-name'.
18855 (tramp-append-tramp-buffers): Rewrite buffer local variables part.
18856
18857 2013-08-16 Martin Rudalics <rudalics@gmx.at>
18858
18859 * window.el (mouse-autoselect-window-select): Do autoselect when
18860 mouse pointer is on margin.
18861
18862 2013-08-16 William Parsons <wbparsons@alum.mit.edu> (tiny change)
18863
18864 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 500 EPSV. (Bug#1972)
18865
18866 2013-08-16 Glenn Morris <rgm@gnu.org>
18867
18868 * net/ange-ftp.el (ange-ftp-good-msgs, ange-ftp-get-pwd):
18869 Handle "Remote Directory" response of some clients. (Bug#15058)
18870
18871 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local):
18872 Tweak warning. (Bug#14926)
18873
18874 * menu-bar.el (send-mail-item-name, read-mail-item-name): Remove.
18875 (menu-bar-tools-menu): Simplify news and mail items. (Bug#15095)
18876
18877 * image-mode.el (image-mode-map): Add menu items to reverse,
18878 increase, decrease, reset animation speed.
18879 (image--set-speed, image-increase-speed, image-decrease-speed)
18880 (image-reverse-speed, image-reset-speed): New functions.
18881 (image-mode-map): Add bindings for speed commands.
18882
18883 * image.el (image-animate-get-speed, image-animate-set-speed):
18884 New functions.
18885 (image-animate-timeout): Respect image :speed property.
18886
18887 2013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
18888
18889 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
18890 previous line (bug#15101).
18891 (debugger-eval-expression, debugger-record-expression):
18892 Use read--expression (bug#15102).
18893
18894 2013-08-15 Michael Albinus <michael.albinus@gmx.de>
18895
18896 Remove byte compiler warnings, visible when compiling with
18897 `byte-compile-force-lexical-warnings' set to t.
18898
18899 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
18900 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
18901 (tramp-handle-unhandled-file-name-directory)
18902 (tramp-handle-file-notify-add-watch, tramp-action-login)
18903 (tramp-action-succeed, tramp-action-permission-denied)
18904 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
18905 arguments with "_".
18906
18907 * net/tramp-adb.el (tramp-adb-parse-device-names)
18908 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
18909 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
18910 (tramp-adb-handle-file-truename): Remove unused arguments.
18911
18912 * net/tramp-cache.el (tramp-flush-directory-property)
18913 (tramp-flush-connection-property, tramp-list-connections)
18914 (tramp-parse-connection-properties): Prefix unused arguments with "_".
18915
18916 * net/tramp-compat.el (tramp-compat-make-temp-file):
18917 Rename FILENAME to F.
18918
18919 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
18920 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
18921 (tramp-zeroconf-parse-workstation-device-names)
18922 (tramp-zeroconf-parse-webdav-device-names)
18923 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
18924
18925 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
18926 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
18927
18928 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
18929 arguments.
18930 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
18931 (tramp-sh-handle-insert-file-contents-literally)
18932 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
18933 with "_".
18934 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
18935 Remove unused variables.
18936
18937 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
18938 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
18939 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
18940
18941 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
18942 Make them a defconst.
18943 (tramp-uuencode-region): Remove unused variable.
18944
18945 2013-08-14 Juanma Barranquero <lekktu@gmail.com>
18946
18947 * frameset.el (frameset--prop-setter): New function.
18948 (frameset-prop): Add gv-setter declaration.
18949 (frameset-filter-minibuffer): Deal with the case that the minibuffer
18950 parameter was already set in FILTERED. Doc fix.
18951 (frameset--record-minibuffer-relationships): Allow saving a
18952 minibufferless frame without its corresponding minibuffer frame.
18953 (frameset--reuse-frame): Accept a match from an orphaned minibufferless
18954 frame, if the frame id matches.
18955 (frameset--minibufferless-last-p): Sort non-orphaned minibufferless
18956 frames before orphaned ones.
18957 (frameset-restore): Warn about orphaned windows, instead of error out.
18958
18959 2013-08-14 Martin Rudalics <rudalics@gmx.at>
18960
18961 * window.el (window-make-atom): Don't overwrite parameter
18962 already present.
18963 (display-buffer-in-atom-window): Handle special case where we
18964 split an already atomic window.
18965 (window--major-non-side-window, display-buffer-in-side-window)
18966 (window--side-check): Ignore minibuffer window when walking
18967 window tree.
18968 (window-deletable-p): Return 'frame only if no other frame uses
18969 our minibuffer window.
18970 (record-window-buffer): Run buffer-list-update-hook.
18971 (split-window): Make sure window--check-frame won't destroy an
18972 existing atomic window in case the new window gets nested
18973 inside.
18974 (display-buffer-at-bottom): Ignore minibuffer window when
18975 walking window tree. Don't split a side window.
18976 (pop-to-buffer): Don't set-buffer here, the select-window call
18977 should do that.
18978 (mouse-autoselect-window-select): Autoselect only if we are in the
18979 text portion of the window.
18980
18981 2013-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
18982
18983 * net/shr.el (shr-parse-image-data): New function to grab both the
18984 data itself and the Content-Type.
18985 (shr-put-image): Use it.
18986
18987 * net/eww.el (eww-display-image): Ditto.
18988
18989 * image.el (image-content-type-suffixes): New variable.
18990
18991 2013-08-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
18992
18993 * progmodes/python.el (python-imenu--build-tree)
18994 (python-imenu--put-parent): Simplify and Fix (GH bug 146).
18995
18996 2013-08-13 Xue Fuqiao <xfq.free@gmail.com>
18997
18998 * simple.el (backward-word): Mention the optional argument.
18999
19000 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
19001
19002 * frameset.el (frameset--make): Rename constructor from make-frameset.
19003 (frameset-p, frameset-valid-p): Don't autoload.
19004 (frameset-valid-p): Use normal accessors.
19005
19006 2013-08-13 Glenn Morris <rgm@gnu.org>
19007
19008 * progmodes/compile.el (compile-command): Tweak example in doc.
19009 * obsolete/scribe.el (scribe-mode):
19010 * progmodes/mixal-mode.el (mixal-mode): Quote buffer name. (Bug#15053)
19011
19012 * mail/feedmail.el (feedmail-confirm-outgoing)
19013 (feedmail-display-full-frame, feedmail-deduce-bcc-where): Fix types.
19014
19015 * cus-start.el (truncate-partial-width-windows): Fix type.
19016
19017 * emulation/viper-init.el (viper-search-scroll-threshold): Fix type.
19018
19019 * net/shr.el (shr-table-horizontal-line): Fix custom type.
19020
19021 2013-08-13 Stefan Monnier <monnier@iro.umontreal.ca>
19022
19023 * emacs-lisp/timer.el (timer--time-setter): New function.
19024 (timer--time): Use it as gv-setter.
19025
19026 * emacs-lisp/gv.el (gv-define-simple-setter): Output warning when
19027 setter is not a symbol.
19028
19029 2013-08-12 Grégoire Jadi <daimrod@gmail.com>
19030
19031 * mail/sendmail.el (sendmail-send-it): Don't kill the error buffer
19032 if sending fails. This makes debugging easier.
19033
19034 2013-08-12 Juanma Barranquero <lekktu@gmail.com>
19035
19036 * xml.el (xml-parse-tag-1): Use looking-at (this reverts change in
19037 2013-08-11T00:07:48Z!lekktu@gmail.com, which breaks the test suite).
19038 https://lists.gnu.org/archive/html/emacs-devel/2013-08/msg00263.html
19039
19040 2013-08-12 Eli Zaretskii <eliz@gnu.org>
19041
19042 * term/w32-win.el (dynamic-library-alist): Add DLLs for zlib.
19043
19044 2013-08-12 Glenn Morris <rgm@gnu.org>
19045
19046 * format.el (format-annotate-function):
19047 Handle read-only text properties in the source. (Bug#14887)
19048
19049 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
19050
19051 * net/eww.el (eww-display-html): Ignore coding system errors.
19052 One web site uses "utf-8lias" as the coding system.
19053
19054 2013-08-11 Juanma Barranquero <lekktu@gmail.com>
19055
19056 * frameset.el (frameset-valid-p): Fix check; STATES can indeed be nil.
19057
19058 2013-08-10 Juanma Barranquero <lekktu@gmail.com>
19059
19060 * tutorial.el (tutorial--describe-nonstandard-key): Use string-match-p.
19061 (tutorial--detailed-help): Remove unused local variables.
19062 (tutorial--save-tutorial-to): Use ignore-errors.
19063 (help-with-tutorial): Use looking-at-p.
19064
19065 * view.el (view-buffer-other-window, view-buffer-other-frame):
19066 Mark unused arguments.
19067
19068 * woman.el (woman-parse-colon-path, woman-parse-colon-path)
19069 (woman-select-symbol-fonts, woman, woman-find-file)
19070 (woman-insert-file-contents, woman-non-underline-faces):
19071 Use string-match-p.
19072 (woman1-unquote): Move declaration.
19073
19074 * xml.el (xml-parse-tag-1, xml-parse-string): Use looking-at-p.
19075 (xml-parse-dtd): Use looking-at-p, string-match-p. Mark unused
19076 argument. Remove unused local variable.
19077 (xml-parse-elem-type): Use string-match-p.
19078 (xml-substitute-numeric-entities): Use ignore-errors.
19079
19080 * calculator.el (calculator): Mark unused argument.
19081 (calculator-paste, calculator-quit, calculator-integer-p):
19082 Use ignore-errors.
19083 (calculator-string-to-number, calculator-decimal, calculator-exp)
19084 (calculator-op-or-exp): Use string-match-p.
19085
19086 * dired.el (dired-buffer-more-recently-used-p): Declare.
19087 (dired-insert-set-properties, dired-insert-old-subdirs):
19088 Use ignore-errors.
19089
19090 * dired-aux.el (dired-compress): Use ignore-errors.
19091 (dired-do-chxxx, dired-do-chmod, dired-trample-file-versions)
19092 (dired-do-async-shell-command, dired-do-shell-command)
19093 (dired-shell-stuff-it, dired-compress-file, dired-insert-subdir)
19094 (dired-insert-subdir-validate): Use string-match-p.
19095 (dired-map-dired-file-lines, dired-subdir-hidden-p): Use looking-at-p.
19096 (dired-add-entry): Use string-match-p, looking-at-p.
19097 (dired-insert-subdir-newpos): Remove unused local variable.
19098
19099 * filenotify.el (file-notify-callback): Remove unused local variable.
19100
19101 * filesets.el (filesets-error): Mark unused argument.
19102 (filesets-which-command-p, filesets-filter-dir-names)
19103 (filesets-directory-files, filesets-get-external-viewer)
19104 (filesets-ingroup-get-data): Use string-match-p.
19105
19106 * find-file.el (ff-other-file-name, ff-other-file-name)
19107 (ff-find-the-other-file, ff-cc-hh-converter):
19108 Remove unused local variables.
19109 (ff-get-file-name): Use string-match-p.
19110 (ff-all-dirs-under): Use ignore-errors.
19111
19112 * follow.el (follow-comint-scroll-to-bottom): Mark unused argument.
19113 (follow-select-if-visible): Remove unused local variable.
19114
19115 * forms.el (read-file-filter): Move declaration.
19116 (forms--make-format, forms--make-parser, forms-insert-record):
19117 Quote function with #'.
19118 (forms--update): Use string-match-p. Quote function with #'.
19119
19120 * help-mode.el (help-dir-local-var-def): Mark unused argument.
19121 (help-make-xrefs): Use looking-at-p.
19122 (help-xref-on-pp): Use looking-at-p, ignore-errors.
19123
19124 * ibuffer.el (ibuffer-ext-visible-p): Declare.
19125 (ibuffer-confirm-operation-on): Use string-match-p.
19126
19127 * msb.el (msb-item-handler, msb-dired-item-handler):
19128 Mark unused arguments.
19129
19130 * ses.el (ses-decode-cell-symbol)
19131 (ses-kill-override): Remove unused local variable.
19132 (ses-create-cell-variable, ses-relocate-formula): Use string-match-p.
19133 (ses-load): Use ignore-errors, looking-at-p.
19134 (ses-jump-safe): Use ignore-errors.
19135 (ses-export-tsv, ses-export-tsf, ses-unsafe): Mark unused arguments.
19136
19137 * tabify.el (untabify, tabify): Mark unused arguments.
19138
19139 * thingatpt.el (thing-at-point--bounds-of-well-formed-url):
19140 Mark unused argument.
19141 (bounds-of-thing-at-point, thing-at-point-bounds-of-list-at-point)
19142 (thing-at-point-newsgroup-p, form-at-point): Use ignore-errors.
19143
19144 * emacs-lisp/timer.el (timer--time): Define setter with
19145 gv-define-setter to avoid deprecation warning.
19146
19147 * completion.el: Remove stuff unused since revno:3176 (1993-05-27).
19148 (*record-cmpl-statistics-p*): Remove (was commented out).
19149 (cmpl-statistics-block): Remove (body was commented out).
19150 All callers changed.
19151 (add-completions-from-buffer, load-completions-from-file):
19152 Remove unused variables.
19153
19154 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
19155
19156 * filecache.el (file-cache-delete-file-list):
19157 Print message only when told so.
19158 (file-cache-files-matching): Use #' in mapconcat argument.
19159
19160 * ffap.el (ffap-url-at-point): Fix reference to variable
19161 thing-at-point-default-mail-uri-scheme.
19162
19163 2013-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
19164
19165 * subr.el (define-error): New function.
19166 * progmodes/ada-xref.el (ada-error-file-not-found): Rename from
19167 error-file-not-found and define with define-error.
19168 * emacs-lisp/cl-lib.el (cl-assertion-failed): Move here from subr.el
19169 and define with define-error.
19170 * userlock.el (file-locked, file-supersession):
19171 * simple.el (mark-inactive):
19172 * progmodes/js.el (js-moz-bad-rpc, js-js-error):
19173 * progmodes/ada-mode.el (ada-mode-errors):
19174 * play/life.el (life-extinct):
19175 * nxml/xsd-regexp.el (xsdre-invalid-regexp, xsdre-parse-error):
19176 * nxml/xmltok.el (xmltok-markup-declaration-parse-error):
19177 * nxml/rng-util.el (rng-error):
19178 * nxml/rng-uri.el (rng-uri-error):
19179 * nxml/rng-match.el (rng-compile-error):
19180 * nxml/rng-cmpct.el (rng-c-incorrect-schema):
19181 * nxml/nxml-util.el (nxml-error, nxml-file-parse-error):
19182 * nxml/nxml-rap.el (nxml-scan-error):
19183 * nxml/nxml-outln.el (nxml-outline-error):
19184 * net/soap-client.el (soap-error):
19185 * net/gnutls.el (gnutls-error):
19186 * net/ange-ftp.el (ftp-error):
19187 * mpc.el (mpc-proc-error):
19188 * json.el (json-error, json-readtable-error, json-unknown-keyword)
19189 (json-number-format, json-string-escape, json-string-format)
19190 (json-key-format, json-object-format):
19191 * jka-compr.el (compression-error):
19192 * international/quail.el (quail-error):
19193 * international/kkc.el (kkc-error):
19194 * emacs-lisp/ert.el (ert-test-failed):
19195 * calc/calc.el (calc-error, inexact-result, math-overflow)
19196 (math-underflow):
19197 * bookmark.el (bookmark-error-no-filename):
19198 * epg.el (epg-error): Define with define-error.
19199
19200 * time.el (display-time-event-handler)
19201 (display-time-next-load-average): Don't call sit-for since it seems
19202 unnecessary (bug#15045).
19203
19204 * emacs-lisp/checkdoc.el: Remove redundant :group keywords.
19205 Use #' instead of ' to quote functions.
19206 (checkdoc-output-mode): Use setq-local.
19207 (checkdoc-spellcheck-documentation-flag, checkdoc-ispell-lisp-words)
19208 (checkdoc-verb-check-experimental-flag, checkdoc-proper-noun-regexp)
19209 (checkdoc-common-verbs-regexp): Mark safe-local-variable (bug#15010).
19210 (checkdoc-ispell, checkdoc-ispell-current-buffer)
19211 (checkdoc-ispell-interactive, checkdoc-ispell-message-interactive)
19212 (checkdoc-ispell-message-text, checkdoc-ispell-start)
19213 (checkdoc-ispell-continue, checkdoc-ispell-comments)
19214 (checkdoc-ispell-defun): Remove unused arg `take-notes'.
19215
19216 * ido.el (ido-completion-help): Fix up compiler warning.
19217
19218 2013-08-09 Juanma Barranquero <lekktu@gmail.com>
19219
19220 * frameset.el (frameset-p): Add autoload cookie.
19221 (frameset--jump-to-register): New function, based on code moved from
19222 register.el.
19223 (frameset-to-register): Move from register.el. Adapt to `registerv'.
19224
19225 * register.el (frameset-frame-id, frameset-frame-with-id, frameset-p)
19226 (frameset-restore, frameset-save, frameset-session-filter-alist):
19227 Remove declarations.
19228 (register-alist): Doc fix.
19229 (frameset-to-register): Move to frameset.el.
19230 (jump-to-register, describe-register-1): Remove frameset-specific code.
19231
19232 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
19233
19234 * allout-widgets.el (allout-widgets-pre-command-business)
19235 (allout-widgets-post-command-business)
19236 (allout-widgets-after-change-handler)
19237 (allout-decorate-item-and-context, allout-set-boundary-marker)
19238 (allout-body-modification-handler)
19239 (allout-graphics-modification-handler): Mark ignored arguments.
19240 (allout-widgets-post-command-business)
19241 (allout-widgets-exposure-change-processor)
19242 (allout-widgets-exposure-undo-processor)
19243 (allout-decorate-item-and-context, allout-redecorate-visible-subtree)
19244 (allout-parse-item-at-point, allout-decorate-item-guides)
19245 (allout-decorate-item-cue, allout-item-span): Remove unused variables.
19246 * allout.el (epa-passphrase-callback-function): Declare.
19247 (allout-overlay-insert-in-front-handler)
19248 (allout-overlay-interior-modification-handler)
19249 (allout-isearch-end-handler, allout-chart-siblings)
19250 (allout-up-current-level, allout-end-of-level, allout-reindent-body)
19251 (allout-yank-processing, allout-process-exposed)
19252 (allout-latex-verb-quote, allout-latexify-one-item, outlineify-sticky)
19253 (allout-latex-verbatim-quote-curr-line): Remove unused variables.
19254 * emacs-lisp/lisp-mode.el (lisp-eval-defun, last-sexp-toggle-display)
19255 (lisp-indent-defform): Mark ignored arguments.
19256 (lisp-indent-line): Mark ignored arguments. Remove unused variables.
19257 (calculate-lisp-indent): Remove unused variables.
19258 * international/characters.el (indian-2-column, arabic-2-column)
19259 (tibetan): Mark ignored arguments.
19260 (use-cjk-char-width-table): Mark ignored arguments.
19261 Remove unused variables.
19262 * international/fontset.el (build-default-fontset-data)
19263 (x-compose-font-name, create-fontset-from-fontset-spec):
19264 Mark ignored arguments.
19265 (fontset-plain-name): Remove unused variables.
19266 * international/mule.el (charset-id, charset-bytes, generic-char-p)
19267 (keyboard-coding-system): Mark ignored arguments.
19268 (find-auto-coding): Remove unused variables. Use `ignore-errors'.
19269 * help.el (resize-temp-buffer-window):
19270 * window.el (display-buffer-in-major-side-window)
19271 (display-buffer-in-side-window, display-buffer-in-previous-window):
19272 Remove unused variables.
19273 * isearch.el (isearch-forward-symbol):
19274 * version.el (emacs-bzr-version-bzr):
19275 * international/mule-cmds.el (current-language-environment):
19276 * term/common-win.el (x-handle-iconic, x-handle-geometry)
19277 (x-handle-display):
19278 * term/pc-win.el (x-list-fonts, x-display-planes)
19279 (x-display-color-cells, x-server-max-request-size, x-server-vendor)
19280 (x-server-version, x-display-screens, x-display-mm-height)
19281 (x-display-mm-width, x-display-backing-store, x-display-visual-class)
19282 (x-selection-owner-p, x-own-selection-internal)
19283 (x-disown-selection-internal, x-get-selection-internal)
19284 (msdos-initialize-window-system):
19285 * term/tty-colors.el (tty-color-alist, tty-color-clear):
19286 * term/x-win.el (x-handle-no-bitmap-icon):
19287 * vc/vc-hooks.el (vc-mode, vc-default-make-version-backups-p)
19288 (vc-default-find-file-hook, vc-default-extra-menu):
19289 Mark ignored arguments.
19290
19291 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
19292
19293 * emacs-lisp/edebug.el (edebug-debugger): Use edebug-eval to run the
19294 break-condition in the context of the debugged code (bug#12685).
19295
19296 2013-08-08 Christopher Schmidt <christopher@ch.ristopher.com>
19297
19298 * comint.el:
19299 Do not use an overlay to highlight the last prompt. (Bug#14744)
19300 (comint-mode): Make comint-last-prompt buffer local.
19301 (comint-last-prompt): New variable.
19302 (comint-last-prompt-overlay): Remove. Superseded by
19303 comint-last-prompt.
19304 (comint-snapshot-last-prompt, comint-output-filter):
19305 Use comint-last-prompt.
19306
19307 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
19308
19309 * frameset.el (frameset-valid-p): Check vector length. Doc fix.
19310 (frameset-save): Check validity of the resulting frameset.
19311
19312 2013-08-08 Xue Fuqiao <xfq.free@gmail.com>
19313
19314 * ido.el (ido-record-command): Add doc string.
19315
19316 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
19317
19318 * frameset.el (frameset): Do not disable creation of the default
19319 frameset-p predicate. Doc fix.
19320 (frameset-valid-p): New function, copied from the old predicate-p.
19321 Add additional checks.
19322 (frameset-restore): Check with frameset-valid-p.
19323 (frameset-p, frameset-version, frameset-timestamp, frameset-app)
19324 (frameset-name, frameset-description, frameset-properties)
19325 (frameset-states): Add docstring.
19326 (frameset-session-filter-alist, frameset-persistent-filter-alist)
19327 (frameset-filter-alist): Doc fixes.
19328
19329 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
19330
19331 * frameset.el (frameset-p, frameset-prop): Doc fixes.
19332
19333 2013-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
19334
19335 * emacs-lisp/bytecomp.el (byte-compile-function-warn): New function,
19336 extracted from byte-compile-callargs-warn and byte-compile-normal-call.
19337 (byte-compile-callargs-warn, byte-compile-function-form): Use it.
19338 (byte-compile-normal-call): Remove obsolescence check.
19339
19340 2013-08-08 Juanma Barranquero <lekktu@gmail.com>
19341
19342 * frameset.el (frameset-restore): Doc fix.
19343
19344 * register.el (frameset-frame-id, frameset-frame-with-id)
19345 (frameset-p, frameset-restore, frameset-save): Declare.
19346 (register-alist): Document framesets.
19347 (frameset-session-filter-alist): Declare.
19348 (frameset-to-register): New function.
19349 (jump-to-register): Implement jumping to framesets. Doc fix.
19350 (describe-register-1): Describe framesets.
19351
19352 * bindings.el (ctl-x-r-map): Bind ?f to frameset-to-register.
19353
19354 2013-08-07 Juanma Barranquero <lekktu@gmail.com>
19355
19356 * desktop.el (desktop-save-frameset): Use new frameset-save args.
19357 Use lexical-binding.
19358
19359 * frameset.el (frameset): Use type vector, not list (incompatible
19360 change). Do not declare a new constructor, use the default one.
19361 Upgrade suggested properties `app', `name' and `desc' to slots `app',
19362 `name' and `description', respectively, and add read-only slot
19363 `timestamp'. Doc fixes.
19364 (frameset-copy, frameset-persistent-filter-alist)
19365 (frameset-filter-alist, frameset-switch-to-gui-p)
19366 (frameset-switch-to-tty-p, frameset-filter-tty-to-GUI)
19367 (frameset-filter-sanitize-color, frameset-filter-minibuffer)
19368 (frameset-filter-iconified, frameset-keep-original-display-p):
19369 Doc fixes.
19370 (frameset-filter-shelve-param, frameset-filter-unshelve-param):
19371 Rename from frameset-filter-(save|restore)-param. All callers changed.
19372 Doc fix.
19373 (frameset-p): Adapt to change to vector and be more thorough.
19374 Change arg name to OBJECT. Doc fix.
19375 (frameset-prop): Rename arg PROP to PROPERTY. Doc fix.
19376 (frameset-session-filter-alist): Rename from frameset-live-filter-alist.
19377 All callers changed.
19378 (frameset-frame-with-id): Rename from frameset-locate-frame-id.
19379 All callers changed.
19380 (frameset--record-minibuffer-relationships): Rename from
19381 frameset--process-minibuffer-frames. All callers changed.
19382 (frameset-save): Add new keyword arguments APP, NAME and DESCRIPTION.
19383 Use new default constructor (again). Doc fix.
19384 (frameset--find-frame-if): Rename from `frameset--find-frame'.
19385 All callers changed.
19386 (frameset--reuse-frame): Rename arg FRAME-CFG to PARAMETERS.
19387 (frameset--initial-params): Rename arg FRAME-CFG to PARAMETERS.
19388 Doc fix.
19389 (frameset--restore-frame): Rename args FRAME-CFG and WINDOW-CFG to
19390 PARAMETERS and WINDOW-STATE, respectively.
19391 (frameset-restore): Add new keyword argument PREDICATE.
19392 Reset frameset--target-display to nil. Doc fix.
19393
19394 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
19395
19396 * progmodes/bat-mode.el (bat--syntax-propertize): New var.
19397 (bat-mode): Use it.
19398 (bat-mode-syntax-table): Mark \n as end-of-comment.
19399 (bat-font-lock-keywords): Remove comment rule.
19400
19401 * progmodes/bat-mode.el: Rename from dos.el. Use "bat-" prefix.
19402 (dos-mode-help): Remove. Use describe-mode (C-h m) instead.
19403
19404 * emacs-lisp/bytecomp.el: Check existence of f in #'f.
19405 (byte-compile-callargs-warn): Use `push'.
19406 (byte-compile-arglist-warn): Ignore higher-order "calls".
19407 (byte-compile-file-form-autoload): Use `pcase'.
19408 (byte-compile-function-form): If quoting a symbol, check that it exists.
19409
19410 2013-08-07 Eli Zaretskii <eliz@gnu.org>
19411
19412 * progmodes/dos.el (dos-font-lock-keywords): Rename LINUX to UNIX
19413 and add a few popular commands found in batch files.
19414 (dos, dos-label-face, dos-cmd-help, dos-run, dos-run-args)
19415 (dos-mode): Doc fixes.
19416
19417 2013-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
19418
19419 * progmodes/dos.el (auto-mode-alist): Add entries for dos-mode.
19420 (dos-mode): Use setq-local. Add space after "rem".
19421 (dos-mode-syntax-table): Don't use "w" for symbol chars.
19422 (dos-font-lock-keywords): Try to adjust font-lock rules accordingly.
19423
19424 2013-08-07 Arni Magnusson <arnima@hafro.is>
19425
19426 * progmodes/dos.el: New file.
19427 * generic-x.el (bat-generic-mode): Redefine as an obsolete alias to
19428 dos-mode.
19429
19430 2013-08-06 Glenn Morris <rgm@gnu.org>
19431
19432 * calendar/calendar.el: Add new faces, and day-header-array.
19433 (calendar-weekday-header, calendar-weekend-header)
19434 (calendar-month-header): New faces.
19435 (calendar-day-header-construct): New function.
19436 (calendar-day-header-width): Also :set calendar-day-header-array.
19437 (calendar-american-month-header, calendar-european-month-header)
19438 (calendar-iso-month-header): Use calendar- faces.
19439 (calendar-generate-month):
19440 Use calendar-day-header-array for day headers; apply faces to them.
19441 (calendar-mode): Check calendar-font-lock-keywords non-nil.
19442 (calendar-abbrev-construct): Add optional maxlen argument.
19443 (calendar-day-name-array): Doc fix.
19444 (calendar-day-name-array, calendar-abbrev-length)
19445 (calendar-day-abbrev-array):
19446 Also :set calendar-day-header-array, and maybe redraw.
19447 (calendar-day-header-array): New option. (Bug#15007)
19448 (calendar-font-lock-keywords): Set to nil and make obsolete.
19449 (calendar-day-name): Add option to use header array.
19450
19451 2013-08-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
19452
19453 * net/shr.el (shr-render-td): Remove debugging.
19454 (shr-render-td): Make width computation consistent by defaulting
19455 all zero-width columns to 10 characters. This may not be optimal,
19456 but it's at least consistent.
19457 (shr-make-table-1): Redo last change to fix the real problem in
19458 colspan handling.
19459
19460 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
19461
19462 * files.el (cache-long-line-scans):
19463 Make obsolete alias to `cache-long-scans'.
19464
19465 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
19466
19467 * frameset.el (frameset, frameset-filter-alist)
19468 (frameset-filter-params, frameset-save, frameset--reuse-frame)
19469 (frameset--minibufferless-last-p, frameset-restore): Doc fixes.
19470 (frameset-compute-pos): Rename from frameset--compute-pos,
19471 and add docstring.
19472 (frameset-move-onscreen): Use frameset-compute-pos.
19473 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
19474
19475 * find-lisp.el (find-lisp-line-indent, find-lisp-find-dired-filter):
19476 Fix typos in docstrings.
19477
19478 2013-08-06 Dmitry Antipov <dmantipov@yandex.ru>
19479
19480 * frame.el (get-other-frame): Tiny cleanup.
19481
19482 2013-08-06 Juanma Barranquero <lekktu@gmail.com>
19483
19484 * vc/vc.el (vc-default-ignore-completion-table):
19485 Silence byte-compiler warning.
19486
19487 * frameset.el (frameset-p): Don't check non-nullness of the `properties'
19488 slot, which can indeed be nil.
19489 (frameset-live-filter-alist, frameset-persistent-filter-alist):
19490 Move entry for `left' from persistent to live filter alist.
19491 (frameset-filter-alist, frameset--minibufferless-last-p, frameset-save):
19492 Doc fixes.
19493 (frameset-filter-params): When restoring a frame, copy items added to
19494 `filtered', to avoid unwittingly modifying the original parameters.
19495 (frameset-move-onscreen): Rename from frameset--move-onscreen. Doc fix.
19496 (frameset--restore-frame): Fix reference to frameset-move-onscreen.
19497
19498 * dired.el (dired-insert-directory): Revert change in 2013-06-21T12:24:37Z!lekktu@gmail.com
19499 to use looking-at-p instead of looking-at. (Bug#15028)
19500
19501 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
19502
19503 Revert introduction of isearch-filter-predicates (bug#14714).
19504 Rely on add-function instead.
19505 * isearch.el (isearch-filter-predicates): Rename it back to
19506 isearch-filter-predicate.
19507 (isearch-message-prefix): Use advice-function-mapc and advice
19508 properties to get the isearch-message-prefix.
19509 (isearch-search, isearch-lazy-highlight-search): Revert to funcall
19510 instead of run-hook-with-args-until-failure.
19511 (isearch-filter-visible): Not obsolete any more.
19512 * loadup.el: Preload nadvice.
19513 * replace.el (perform-replace): Revert to funcall
19514 instead of run-hook-with-args-until-failure.
19515 * wdired.el (wdired-change-to-wdired-mode): Use add-function.
19516 * dired-aux.el (dired-isearch-filenames-mode): Rename from
19517 dired-isearch-filenames-toggle; make it into a proper minor mode.
19518 Use add/remove-function.
19519 (dired-isearch-filenames-setup, dired-isearch-filenames-end):
19520 Call the minor-mode rather than add/remove-hook.
19521 (dired-isearch-filter-filenames):
19522 Remove isearch-message-prefix property.
19523 * info.el (Info--search-loop): New function, extracted from Info-search.
19524 Funcall isearch-filter-predicate instead of
19525 run-hook-with-args-until-failure isearch-filter-predicates.
19526 (Info-search): Use it.
19527 (Info-mode): Use isearch-filter-predicate instead of
19528 isearch-filter-predicates.
19529
19530 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
19531
19532 Do not call to `selected-window' where it is assumed by default.
19533 Affected functions are `window-minibuffer-p', `window-dedicated-p',
19534 `window-hscroll', `window-width', `window-height', `window-buffer',
19535 `window-frame', `window-start', `window-point', `next-window'
19536 and `window-display-table'.
19537 * abbrev.el (abbrev--default-expand):
19538 * bs.el (bs--show-with-configuration):
19539 * buff-menu.el (Buffer-menu-mouse-select):
19540 * calc/calc.el (calc):
19541 * calendar/calendar.el (calendar-generate-window):
19542 * calendar/diary-lib.el (diary-simple-display, diary-show-all-entries)
19543 (diary-make-entry):
19544 * comint.el (send-invisible, comint-dynamic-complete-filename)
19545 (comint-dynamic-simple-complete, comint-dynamic-list-completions):
19546 * completion.el (complete):
19547 * dabbrev.el (dabbrev-expand, dabbrev--make-friend-buffer-list):
19548 * disp-table.el (describe-current-display-table):
19549 * doc-view.el (doc-view-insert-image):
19550 * ebuff-menu.el (Electric-buffer-menu-mouse-select):
19551 * ehelp.el (with-electric-help):
19552 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19553 * emacs-lisp/edebug.el (edebug-two-window-p, edebug-pop-to-buffer):
19554 * emacs-lisp/helper.el (Helper-help-scroller):
19555 * emulation/cua-base.el (cua--post-command-handler-1):
19556 * eshell/esh-mode.el (eshell-output-filter):
19557 * ffap.el (ffap-gnus-wrapper):
19558 * help-macro.el (make-help-screen):
19559 * hilit-chg.el (highlight-compare-buffers):
19560 * hippie-exp.el (hippie-expand, try-expand-dabbrev-visible):
19561 * hl-line.el (global-hl-line-highlight):
19562 * icomplete.el (icomplete-simple-completing-p):
19563 * isearch.el (isearch-done):
19564 * jit-lock.el (jit-lock-stealth-fontify):
19565 * mail/rmailsum.el (rmail-summary-scroll-msg-up):
19566 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
19567 * mpc.el (mpc-tagbrowser, mpc):
19568 * net/rcirc.el (rcirc-any-buffer):
19569 * play/gomoku.el (gomoku-max-width, gomoku-max-height):
19570 * play/landmark.el (landmark-max-width, landmark-max-height):
19571 * play/zone.el (zone):
19572 * progmodes/compile.el (compilation-goto-locus):
19573 * progmodes/ebrowse.el (ebrowse-view/find-file-and-search-pattern):
19574 * progmodes/etags.el (find-tag-other-window):
19575 * progmodes/fortran.el (fortran-column-ruler):
19576 * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
19577 * progmodes/verilog-mode.el (verilog-point-text):
19578 * reposition.el (reposition-window):
19579 * rot13.el (toggle-rot13-mode):
19580 * server.el (server-switch-buffer):
19581 * shell.el (shell-dynamic-complete-command)
19582 (shell-dynamic-complete-environment-variable):
19583 * simple.el (insert-buffer, set-selective-display)
19584 (delete-completion-window):
19585 * speedbar.el (speedbar-timer-fn, speedbar-center-buffer-smartly)
19586 (speedbar-recenter):
19587 * startup.el (fancy-splash-head):
19588 * textmodes/ispell.el (ispell-command-loop):
19589 * textmodes/makeinfo.el (makeinfo-compilation-sentinel-region):
19590 * tutorial.el (help-with-tutorial):
19591 * vc/add-log.el (add-change-log-entry):
19592 * vc/compare-w.el (compare-windows):
19593 * vc/ediff-help.el (ediff-indent-help-message):
19594 * vc/ediff-util.el (ediff-setup-control-buffer, ediff-position-region):
19595 * vc/ediff-wind.el (ediff-skip-unsuitable-frames)
19596 (ediff-setup-control-frame):
19597 * vc/emerge.el (emerge-position-region):
19598 * vc/pcvs-util.el (cvs-bury-buffer):
19599 * window.el (walk-windows, mouse-autoselect-window-select):
19600 * winner.el (winner-set-conf, winner-undo): Related users changed.
19601
19602 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
19603
19604 * frameset.el (frameset--set-id): Doc fix.
19605 (frameset-frame-id, frameset-frame-id-equal-p)
19606 (frameset-locate-frame-id): New functions.
19607 (frameset--process-minibuffer-frames, frameset--reuse-frame)
19608 (frameset-restore): Use them.
19609
19610 2013-08-05 Dmitry Antipov <dmantipov@yandex.ru>
19611
19612 Do not call to `selected-frame' where it is assumed by default.
19613 Affected functions are `raise-frame', `redraw-frame',
19614 `frame-first-window', `frame-terminal' and `delete-frame'.
19615 * calendar/appt.el (appt-disp-window):
19616 * epg.el (epg-wait-for-completion):
19617 * follow.el (follow-delete-other-windows-and-split)
19618 (follow-avoid-tail-recenter):
19619 * international/mule.el (set-terminal-coding-system):
19620 * mail/rmail.el (rmail-mail-return):
19621 * net/newst-plainview.el (newsticker--buffer-set-uptodate):
19622 * progmodes/f90.el (f90-add-imenu-menu):
19623 * progmodes/idlw-toolbar.el (idlwave-toolbar-toggle):
19624 * server.el (server-switch-buffer):
19625 * simple.el (delete-completion-window):
19626 * talk.el (talk):
19627 * term/xterm.el (terminal-init-xterm-modify-other-keys)
19628 (xterm-turn-on-modify-other-keys, xterm-remove-modify-other-keys):
19629 * vc/ediff-util.el (ediff-status-info, ediff-show-diff-output):
19630 * vc/ediff.el (ediff-documentation): Related users changed.
19631 * frame.el (selected-terminal): Remove the leftover.
19632
19633 2013-08-05 Glenn Morris <rgm@gnu.org>
19634
19635 * calendar/calendar.el (calendar-generate-month):
19636 Fix for calendar-column-width != 1 + calendar-day-digit-width.
19637 (calendar-generate-month, calendar-font-lock-keywords):
19638 Fix for calendar-day-header-width > length of any day name.
19639
19640 2013-08-05 Juanma Barranquero <lekktu@gmail.com>
19641
19642 * desktop.el (desktop-clear): Use new name of sort predicate.
19643
19644 * frameset.el (frameset): Add docstring. Move :version property to its
19645 own `version' slot.
19646 (frameset-copy): Rename from copy-frameset.
19647 (frameset-p): Check more thoroughly.
19648 (frameset-prop): Do not check for :version, which is no longer a prop.
19649 (frameset-live-filter-alist, frameset-persistent-filter-alist):
19650 Use new :never value instead of t.
19651 (frameset-filter-alist): Expand and clarify docstring.
19652 (frameset-filter-tty-to-GUI, frameset-filter-sanitize-color)
19653 (frameset-filter-minibuffer, frameset-filter-save-param)
19654 (frameset-filter-restore-param, frameset-filter-iconified):
19655 Add pointer to docstring of frameset-filter-alist.
19656 (frameset-filter-params): Rename filter values to be more meaningful:
19657 :never instead of t, and reverse the meanings of :save and :restore.
19658 (frameset--process-minibuffer-frames): Clarify error message.
19659 (frameset-save): Avoid unnecessary and confusing call to framep.
19660 Use new BOA constructor for framesets.
19661 (frameset--reuse-list): Doc fix.
19662 (frameset--restore-frame): Rename from frameset--get-frame. Doc fix.
19663 (frameset--minibufferless-last-p): Rename from frameset--sort-states.
19664 (frameset-minibufferless-first-p): Doc fix.
19665 Rename from frameset-sort-frames-for-deletion.
19666 (frameset-restore): Doc fixes. Use new function names.
19667 Most changes suggested by Drew Adams <drew.adams@oracle.com>.
19668
19669 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
19670
19671 * desktop.el (desktop-restore-forces-onscreen)
19672 (desktop-restore-reuses-frames): Document :keyword constant values.
19673 (desktop-filter-parameters-alist): Remove, now identical to
19674 frameset-filter-alist.
19675 (desktop--filter-tty*): Remove, moved to frameset.el.
19676 (desktop-save-frameset, desktop-restore-frameset):
19677 Do not pass :filters argument.
19678
19679 * frameset.el (frameset-live-filter-alist)
19680 (frameset-persistent-filter-alist): New variables.
19681 (frameset-filter-alist): Use them. Add autoload cookie.
19682 (frameset-filter-tty-to-GUI): Move from desktop.el and rename.
19683 (frameset--set-id, frameset--reuse-frame): Rename `frame-id' to
19684 `frameset--id' (it's supposed to be internal to frameset.el).
19685 (frameset--process-minibuffer-frames): Ditto. Doc fix.
19686 (frameset--initial-params): New function.
19687 (frameset--get-frame): Use it. Doc fix.
19688 (frameset--move-onscreen): Accept new PRED value for FORCE-ONSCREEN.
19689 Accept :all, not 'all.
19690 (frameset-restore): Add new predicate values for FORCE-ONSCREEN and
19691 FORCE-DISPLAY. Use :keywords for constant arguments to avoid collision
19692 with fbound symbols. Fix frame id matching, and remove matching ids if
19693 the frame being restored is deleted. Obey :delete.
19694
19695 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
19696
19697 * subr.el (macrop): New function.
19698 (text-clone--maintaining): New var.
19699 (text-clone--maintain): Rename from text-clone-maintain. Use it
19700 instead of inhibit-modification-hooks.
19701
19702 * emacs-lisp/nadvice.el (advice--normalize): For aliases to macros, use
19703 a proxy, so as handle autoloads and redefinitions of the target.
19704 (advice--defalias-fset, advice-remove): Use advice--symbol-function.
19705
19706 * emacs-lisp/pcase.el (pcase-mutually-exclusive-predicates):
19707 Remove bogus (arrayp . stringp) pair. Add entries for `vectorp'.
19708 (pcase--mutually-exclusive-p): New function.
19709 (pcase--split-consp): Use it.
19710 (pcase--split-pred): Use it. Optimize the case where `pat' is a qpat
19711 mutually exclusive with the current predicate.
19712
19713 * emacs-lisp/edebug.el (edebug-lookup-function): Remove function.
19714 (edebug-macrop): Remove. Use `macrop' instead.
19715 * emacs-lisp/advice.el (ad-subr-p): Remove. Use `subrp' instead.
19716 (ad-macro-p):
19717 * eshell/esh-cmd.el (eshell-macrop):
19718 * apropos.el (apropos-macrop): Remove. Use `macrop' instead.
19719
19720 2013-08-04 Stefan Monnier <monnier@iro.umontreal.ca>
19721
19722 * emacs-lisp/nadvice.el (advice-function-mapc): Rename from advice-mapc.
19723 (advice-mapc): New function, using it.
19724 (advice-function-member-p): New function.
19725 (advice--normalize): Store the cdr in advice--saved-rewrite since
19726 that's the part that will be changed.
19727 (advice--symbol-function): New function.
19728 (advice-remove): Handle removal before the function is defined.
19729 Adjust to new advice--saved-rewrite.
19730 (advice-member-p): Use advice-function-member-p and
19731 advice--symbol-function.
19732
19733 2013-08-04 Juanma Barranquero <lekktu@gmail.com>
19734
19735 * frameset.el (frameset-p, frameset-save): Fix autoload cookies.
19736 (frameset-filter-minibuffer): Doc fix.
19737 (frameset-restore): Fix autoload cookie. Fix typo in docstring.
19738 (frameset--set-id, frameset--process-minibuffer-frames)
19739 (frameset-restore): Rename parameter `frameset-id' to `frame-id'.
19740 (frameset--reuse-frame): Pass correct frame-id to frameset--find-frame.
19741
19742 * desktop.el (desktop-clear): Only delete frames when called
19743 interactively and desktop-restore-frames is non-nil. Doc fix.
19744 (desktop-read): Set desktop-saved-frameset to nil.
19745
19746 2013-08-04 Xue Fuqiao <xfq.free@gmail.com>
19747
19748 * vc/vc.el (vc-ignore): Rewrite.
19749 (vc-default-ignore-completion-table, vc--read-lines)
19750 (vc--add-line, vc--remove-regexp): New functions.
19751
19752 * vc/vc-svn.el (vc-svn-ignore): Doc fix.
19753 (vc-svn-ignore-completion-table): New function.
19754
19755 * vc/vc-hg.el (vc-hg-ignore): Rewrite.
19756 (vc-hg-ignore-completion-table)
19757 (vc-hg-find-ignore-file): New functions.
19758
19759 * vc/vc-git.el (vc-git-ignore): Rewrite.
19760 (vc-git-ignore-completion-table)
19761 (vc-git-find-ignore-file): New functions.
19762
19763 * vc/vc-dir.el (vc-dir-menu-map): Add menu for vc-dir-ignore.
19764
19765 * vc/vc-bzr.el (vc-bzr-ignore): Rewrite.
19766 (vc-bzr-ignore-completion-table)
19767 (vc-bzr-find-ignore-file): New functions.
19768
19769 2013-08-03 Juanma Barranquero <lekktu@gmail.com>
19770
19771 * frameset.el (frameset-prop): New function and setter.
19772 (frameset-save): Do not modify frame list passed by the caller.
19773
19774 2013-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
19775
19776 * emacs-lisp/package.el (package-desc-from-define): Ignore unknown keys.
19777
19778 2013-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
19779
19780 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode)
19781 (easy-mmode-define-navigation): Avoid ((lambda (..) ..) ...).
19782
19783 * custom.el (custom-initialize-default, custom-initialize-set)
19784 (custom-initialize-reset, custom-initialize-changed): Affect the
19785 toplevel-default-value (bug#6275, bug#14586).
19786 * emacs-lisp/advice.el (ad-compile-function): Undo previous workaround
19787 for bug#6275.
19788
19789 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
19790
19791 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
19792 Add cl-def* expressions.
19793
19794 * frameset.el (frameset-filter-params): Fix order of arguments.
19795
19796 2013-08-02 Juanma Barranquero <lekktu@gmail.com>
19797
19798 Move code related to saving frames to frameset.el.
19799 * desktop.el: Require frameset.
19800 (desktop-restore-frames): Doc fix.
19801 (desktop-restore-reuses-frames): Rename from
19802 desktop-restoring-reuses-frames.
19803 (desktop-saved-frameset): Rename from desktop-saved-frame-states.
19804 (desktop-clear): Clear frames too.
19805 (desktop-filter-parameters-alist): Set from frameset-filter-alist.
19806 (desktop--filter-tty*, desktop-save, desktop-read):
19807 Use frameset functions.
19808 (desktop-before-saving-frames-functions, desktop--filter-*-color)
19809 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
19810 (desktop--filter-save-desktop-parm, desktop--filter-iconified-position)
19811 (desktop-restore-in-original-display-p, desktop--filter-frame-parms)
19812 (desktop--process-minibuffer-frames, desktop-save-frames)
19813 (desktop--reuse-list, desktop--compute-pos, desktop--move-onscreen)
19814 (desktop--find-frame, desktop--select-frame, desktop--make-frame)
19815 (desktop--sort-states, desktop-restoring-frames-p)
19816 (desktop-restore-frames): Remove. Most code moved to frameset.el.
19817 (desktop-restoring-frameset-p, desktop-restore-frameset)
19818 (desktop--check-dont-save, desktop-save-frameset): New functions.
19819 (desktop--app-id): New constant.
19820 (desktop-first-buffer, desktop-buffer-ok-count)
19821 (desktop-buffer-fail-count): Move before first use.
19822 * frameset.el: New file.
19823
19824 2013-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
19825
19826 * files.el: Use lexical-binding.
19827 (dir-locals-read-from-file): Remove unused `err' variable.
19828 (hack-dir-local-variables--warned-coding): New var.
19829 (hack-dir-local-variables): Use it to avoid repeated warnings.
19830 (make-backup-file-name--default-function): New function.
19831 (make-backup-file-name-function): Use it as default.
19832 (buffer-stale--default-function): New function.
19833 (buffer-stale-function): Use it as default.
19834 (revert-buffer-insert-file-contents--default-function): New function.
19835 (revert-buffer-insert-file-contents-function): Use it as default.
19836 (insert-directory): Avoid add-to-list.
19837
19838 * autorevert.el (auto-revert-handler): Simplify.
19839 Use buffer-stale--default-function.
19840
19841 2013-08-01 Tassilo Horn <tsdh@gnu.org>
19842
19843 * speedbar.el (speedbar-query-confirmation-method): Doc fix.
19844
19845 * whitespace.el (whitespace-ensure-local-variables): New function.
19846 (whitespace-cleanup-region): Call it.
19847 (whitespace-turn-on): Call it.
19848
19849 2013-08-01 Michael Albinus <michael.albinus@gmx.de>
19850
19851 Complete file name handlers.
19852
19853 * net/tramp.el (tramp-handle-set-visited-file-modtime)
19854 (tramp-handle-verify-visited-file-modtime)
19855 (tramp-handle-file-notify-rm-watch): New functions.
19856 (tramp-call-process): Do not bind `default-directory'.
19857
19858 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
19859 Order alphabetically.
19860 <access-file, add-name-to-file, dired-call-process>:
19861 <dired-compress-file, file-acl, file-notify-rm-watch>:
19862 <file-ownership-preserved-p, file-selinux-context>:
19863 <make-directory-internal, make-symbolic-link, set-file-acl>:
19864 <set-file-selinux-context, set-visited-file-modtime>:
19865 <verify-visited-file-modtime>: Add handler.
19866 (tramp-adb-handle-write-region): Apply `set-visited-file-modtime'.
19867
19868 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist)
19869 <file-notify-add-watch, file-notify-rm-watch>:
19870 <set-file-times, set-visited-file-modtime>:
19871 <verify-visited-file-modtime>: Add handler.
19872 (with-tramp-gvfs-error-message)
19873 (tramp-gvfs-handle-set-visited-file-modtime)
19874 (tramp-gvfs-fuse-file-name): Remove.
19875 (tramp-gvfs-handle-file-notify-add-watch)
19876 (tramp-gvfs-file-gvfs-monitor-file-process-filter): New defuns.
19877 (tramp-gvfs-handle-write-region): Fix error in moving tmpfile.
19878
19879 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
19880 Order alphabetically.
19881 <file-notify-rm-watch>: Use default Tramp handler.
19882 <executable-find>: Remove private handler.
19883 (tramp-do-copy-or-rename-file-out-of-band): Do not bind
19884 `default-directory'.
19885 (tramp-sh-handle-executable-find)
19886 (tramp-sh-handle-file-notify-rm-watch): Remove functions.
19887 (tramp-sh-file-gvfs-monitor-dir-process-filter)
19888 (tramp-sh-file-inotifywait-process-filter, tramp-set-remote-path):
19889 Do not use `format' in `tramp-message'.
19890
19891 * net/tramp-smb.el (tramp-smb-file-name-handler-alist)
19892 <file-notify-rm-watch, set-visited-file-modtime>:
19893 <verify-visited-file-modtime>: Add handler.
19894 (tramp-smb-call-winexe): Do not bind `default-directory'.
19895
19896 2013-08-01 Xue Fuqiao <xfq.free@gmail.com>
19897
19898 * vc/vc-hooks.el (vc-menu-map): Fix menu entry for vc-ignore.
19899
19900 2013-07-31 Dmitry Gutov <dgutov@yandex.ru>
19901
19902 * vc/log-view.el (log-view-diff): Extract `log-view-diff-common',
19903 use it.
19904 (log-view-diff-changeset): Same.
19905 (log-view-diff-common): Call backend command `previous-revision'
19906 to find out the previous revision, in both cases. Swap the
19907 variables `to' and `fr', so that `fr' usually refers to the
19908 earlier revision (Bug#14989).
19909
19910 2013-07-31 Kan-Ru Chen <kanru@kanru.info>
19911
19912 * ibuf-ext.el (ibuffer-filter-by-filename):
19913 Make it work with dired buffers too.
19914
19915 2013-07-31 Dmitry Antipov <dmantipov@yandex.ru>
19916
19917 * emacs-lisp/re-builder.el (reb-color-display-p):
19918 * files.el (save-buffers-kill-terminal):
19919 * net/browse-url.el (browse-url):
19920 * server.el (server-save-buffers-kill-terminal):
19921 * textmodes/reftex-toc.el (reftex-toc, reftex-toc-revert):
19922 Prefer nil to selected-frame for the first arg of frame-parameter.
19923
19924 2013-07-31 Xue Fuqiao <xfq.free@gmail.com>
19925
19926 * vc/vc-hooks.el (vc-menu-map): Add menu entry for vc-ignore.
19927
19928 2013-07-30 Stephen Berman <stephen.berman@gmx.net>
19929
19930 * minibuffer.el (completion--twq-all): Try and preserve each
19931 completion's case choice (bug#14907).
19932
19933 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
19934
19935 * net/network-stream.el (open-network-stream): Mention the new
19936 :nogreeting parameter.
19937 (network-stream-open-starttls): Use the :nogreeting parameter
19938 (bug#14938).
19939
19940 * net/shr.el (shr-mouse-browse-url): Remove and use `shr-browse-url'.
19941
19942 * net/eww.el (eww-setup-buffer): Switching to the buffer seems
19943 more natural than popping.
19944
19945 * net/shr.el (shr-urlify): Put `follow-link' on URLs (bug#14815).
19946 (shr-urlify): Highlight under mouse.
19947
19948 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
19949
19950 * vc/vc-hooks.el (vc-prefix-map): Add key binding for vc-ignore.
19951
19952 * vc/vc-dir.el (vc-dir-mode-map): Change key binding for vc-dir-ignore.
19953
19954 * vc/vc-svn.el (vc-svn-ignore): Remove `interactive'. Use `*vc*'
19955 buffer for output.
19956
19957 * vc/vc-hg.el (vc-hg-ignore): Remove `interactive'. Do not assume
19958 point-min==1. Fix search string. Fix parentheses missing.
19959
19960 * vc/vc-git.el (vc-git-ignore): Remove `interactive'. Do not
19961 assume point-min==1. Fix search string. Fix parentheses missing.
19962
19963 * vc/vc-cvs.el (vc-cvs-ignore): Remove `interactive'.
19964
19965 * vc/vc-bzr.el (vc-bzr-ignore): Remove `interactive'. Use `*vc*'
19966 buffer for output.
19967
19968 2013-07-29 Eli Zaretskii <eliz@gnu.org>
19969
19970 * frame.el (frame-notice-user-settings): Avoid inflooping when the
19971 initial frame is minibuffer-less. (Bug#14841)
19972
19973 2013-07-29 Michael Albinus <michael.albinus@gmx.de>
19974
19975 * net/tramp.el (tramp-use-ssh-controlmaster-options): New customer
19976 option.
19977
19978 * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band)
19979 (tramp-maybe-open-connection): Use it.
19980
19981 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
19982
19983 * desktop.el (desktop--make-frame): Include `minibuffer' in the
19984 minimal set of parameters passed when creating a frame, because
19985 the minibuffer status of a frame cannot be changed later.
19986
19987 2013-07-28 Stephen Berman <stephen.berman@gmx.net>
19988
19989 * calendar/todo-mode.el (todo-rename-file): Fix incorrect use of
19990 replace-regexp-in-string and inadvertent omissions in previous change.
19991 (todo-filter-items): Ensure only file names are comma-separated in
19992 name of filtered items buffer.
19993
19994 2013-07-28 Juanma Barranquero <lekktu@gmail.com>
19995
19996 * desktop.el: Optionally force offscreen frames back onscreen.
19997 (desktop-restoring-reuses-frames): New option.
19998 (desktop--compute-pos, desktop--move-onscreen): New functions.
19999 (desktop--make-frame): Use desktop--move-onscreen.
20000
20001 2013-07-27 Alan Mackenzie <acm@muc.de>
20002
20003 Fontify a Java generic method as a function.
20004 * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
20005 value to t.
20006
20007 2013-07-27 Stephen Berman <stephen.berman@gmx.net>
20008
20009 * calendar/todo-mode.el: Add command to rename todo files.
20010 (todo-rename-file): New command.
20011 (todo-key-bindings-t): Add key binding for it. Change the
20012 bindings of todo-filter-regexp-items(-multifile) to use `x'
20013 instead of `r', since the latter is better suited to the new
20014 renaming command.
20015
20016 2013-07-27 Alan Mackenzie <acm@muc.de>
20017
20018 Make Java try-with-resources statement parse properly.
20019 * progmodes/cc-langs.el (c-block-stmt-1-2-kwds)
20020 (c-block-stmt-1-2-key): New language constants/variables.
20021 * progmodes/cc-engine.el (c-beginning-of-statement-1)
20022 (c-after-conditional): Adapt to deal with c-block-stmt-1-2-key.
20023 * progmodes/cc-fonts.el (c-font-lock-declarations): Adapt to deal
20024 with c-block-stmt-1-2-key.
20025
20026 2013-07-27 Juanma Barranquero <lekktu@gmail.com>
20027
20028 * desktop.el (desktop--make-frame): Apply most frame parameters after
20029 creating the frame to force (partially or totally) offscreen frames to
20030 be restored as such.
20031
20032 2013-07-26 Xue Fuqiao <xfq.free@gmail.com>
20033
20034 * vc/vc-dir.el (vc-dir-mode-map): Add binding for vc-root-diff.
20035 (Bug#14948)
20036
20037 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
20038
20039 * emacs-lisp/nadvice.el (advice--called-interactively-skip): Use the new
20040 `base' arg of backtrace-frame.
20041
20042 2013-07-26 Eli Zaretskii <eliz@gnu.org>
20043
20044 * simple.el (list-processes): Doc fix.
20045
20046 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
20047
20048 * desktop.el (desktop--select-frame):
20049 Try harder to reuse existing frames.
20050
20051 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
20052
20053 * emacs-lisp/edebug.el: Use backtrace-eval to handle lexical variables.
20054 (edebug-eval): Use backtrace-eval.
20055 (edebug--display, edebug--recursive-edit): Don't let-bind the
20056 edebug-outer-* vars that keep track of variables we locally let-bind.
20057 (edebug-outside-excursion): Don't restore outside values of locally
20058 let-bound vars.
20059 (edebug--display): Use user-error.
20060 (cl-lexical-debug, cl-debug-env): Remove.
20061
20062 2013-07-26 Juanma Barranquero <lekktu@gmail.com>
20063
20064 * desktop.el (desktop-restore-frames): Call `sit-for' once all frames
20065 are restored to be sure that they are visible before deleting any
20066 remaining ones.
20067
20068 2013-07-26 Matthias Meulien <orontee@gmail.com>
20069
20070 * vc/vc-dir.el (vc-dir-mode-map): Add binding for
20071 vc-print-root-log. (Bug#14948)
20072
20073 2013-07-26 Richard Stallman <rms@gnu.org>
20074
20075 Add aliases for encrypting mail.
20076 * epa.el (epa-mail-aliases): New option.
20077 * epa-mail.el (epa-mail-encrypt): Rewrite to be callable from programs.
20078 Bind inhibit-read-only so read-only text doesn't ruin everything.
20079 (epa-mail-default-recipients): New subroutine broken out.
20080 Handle epa-mail-aliases.
20081
20082 2013-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
20083
20084 Add support for lexical variables to the debugger's `e' command.
20085 * emacs-lisp/debug.el (debug): Don't let-bind the debugger-outer-*
20086 vars, except for debugger-outer-match-data.
20087 (debugger-frame-number): Move check for "on a function call" from
20088 callers into it. Add `skip-base' argument.
20089 (debugger-frame, debugger-frame-clear): Simplify accordingly.
20090 (debugger-env-macro): Only reset the state stored in non-variables,
20091 i.e. current-buffer and match-data.
20092 (debugger-eval-expression): Rewrite using backtrace-eval.
20093 * subr.el (internal--called-interactively-p--get-frame): Remove.
20094 (called-interactively-p):
20095 * emacs-lisp/edebug.el (edebug--called-interactively-skip): Use the new
20096 `base' arg of backtrace-frame instead.
20097
20098 2013-07-26 Glenn Morris <rgm@gnu.org>
20099
20100 * align.el (align-regexp): Doc fix. (Bug#14857)
20101 (align-region): Explicit error if subexpression missing/does not match.
20102
20103 * simple.el (global-visual-line-mode):
20104 Do not duplicate the mode lighter. (Bug#14858)
20105
20106 2013-07-25 Martin Rudalics <rudalics@gmx.at>
20107
20108 * window.el (display-buffer): In display-buffer bind
20109 split-window-keep-point to t, bug#14829.
20110
20111 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
20112
20113 * desktop.el: Rename internal "desktop-X" frame params to "desktop--X".
20114 (desktop-filter-parameters-alist, desktop--filter-restore-desktop-parm)
20115 (desktop--filter-save-desktop-parm, desktop--process-minibuffer-frames)
20116 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
20117 Change accordingly.
20118 (desktop--select-frame, desktop--sort-states, desktop-restore-frames):
20119 Use pcase-let, pcase-let* to deobfuscate access to desktop--mini values.
20120
20121 2013-07-25 Glenn Morris <rgm@gnu.org>
20122
20123 * dired-x.el (dired-mark-extension): Convert comment to doc string.
20124
20125 2013-07-25 Juanma Barranquero <lekktu@gmail.com>
20126
20127 * desktop.el (desktop--make-frame): Do not pass the `fullscreen'
20128 parameter to modify-frame-parameters if the value has not changed;
20129 this is a workaround for bug#14949.
20130 (desktop--make-frame): On cl-delete-if call, check parameter name,
20131 not full parameter.
20132
20133 2013-07-30 Xue Fuqiao <xfq.free@gmail.com>
20134
20135 * vc/vc.el (vc-ignore): New function.
20136
20137 * vc/vc-svn.el (vc-svn-ignore): New function.
20138
20139 * vc/vc-hg.el (vc-hg-ignore): New function.
20140
20141 * vc/vc-git.el (vc-git-ignore): New function.
20142
20143 * vc/vc-dir.el (vc-dir-mode-map): Add key binding for vc-dir-ignore
20144 (vc-dir-ignore): New function.
20145
20146 * vc/vc-cvs.el (vc-cvs-ignore): New function.
20147 (cvs-append-to-ignore): Move here from pcvs.el.
20148
20149 * vc/vc-bzr.el (vc-bzr-ignore): New function.
20150
20151 * vc/pcvs.el (vc-cvs): Require 'vc-cvs.
20152
20153 2013-07-24 Juanma Barranquero <lekktu@gmail.com>
20154
20155 * desktop.el (desktop-restoring-frames-p): Return a true boolean.
20156 (desktop-restore-frames): Warn when deleting an existing frame failed.
20157
20158 2013-07-24 Glenn Morris <rgm@gnu.org>
20159
20160 * ffap.el (ffap-machine-p): Handle "not known" response. (Bug#14929)
20161
20162 2013-07-24 Michael Albinus <michael.albinus@gmx.de>
20163
20164 * filenotify.el (file-notify-supported-p):
20165 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
20166 Remove functions.
20167
20168 * autorevert.el (auto-revert-use-notify)
20169 (auto-revert-notify-add-watch):
20170 * net/tramp.el (tramp-file-name-for-operation):
20171 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
20172 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
20173 * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
20174 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
20175 Remove `file-notify-supported-p' entry.
20176
20177 2013-07-24 Glenn Morris <rgm@gnu.org>
20178
20179 * printing.el: Replace all uses of deleted ps-windows-system,
20180 ps-lp-system, ps-flatten-list with lpr- versions.
20181
20182 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
20183
20184 * emacs-lisp/pcase.el (pcase--u1): Verify if self-quoting values can be
20185 checked with memq (bug#14935).
20186
20187 * files.el (revert-buffer-function): Use a non-nil default.
20188 (revert-buffer-preserve-modes): Declare var to
20189 provide access to the `preserve-modes' argument.
20190 (revert-buffer): Let-bind it.
20191 (revert-buffer--default): New function, extracted from revert-buffer.
20192
20193 2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
20194
20195 * lpr.el: Signal print errors more prominently.
20196 (print-region-function): Don't default to nil.
20197 (lpr-print-region): New function, extracted from print-region-1.
20198 Check lpr's return value and signal an error in case of problem.
20199 (print-region-1): Use it.
20200 * ps-print.el (ps-windows-system, ps-lp-system): Remove. Use the lpr-*
20201 versions instead.
20202 (ps-printer-name): Default to nil.
20203 (ps-printer-name-option): Default to lpr-printer-switch.
20204 (ps-print-region-function): Don't default to nil.
20205 (ps-postscript-code-directory): Simplify default.
20206 (ps-do-despool): Use lpr-print-region to properly check the outcome.
20207 (ps-string-list, ps-eval-switch, ps-flatten-list)
20208 (ps-flatten-list-1): Remove.
20209 (ps-multibyte-buffer): Avoid setq.
20210 * dos-w32.el (direct-print-region-helper): Use proper regexp operators.
20211 (print-region-function, ps-print-region-function): Don't set them here.
20212
20213 2013-07-24 Xue Fuqiao <xfq.free@gmail.com>
20214
20215 * ido.el (ido-fractionp, ido-cache-ftp-work-directory-time)
20216 (ido-max-prospects, ido-mode, ido-max-file-prompt-width)
20217 (ido-unc-hosts-cache, ido-max-directory-size, ido-max-dir-file-cache)
20218 (ido-decorations): Doc fix.
20219
20220 * ansi-color.el: Fix old URL.
20221
20222 2013-07-23 Michael R. Mauger <michael@mauger.com>
20223
20224 * progmodes/sql.el: Version 3.3
20225 (sql-product-alist): Improve oracle :prompt-cont-regexp.
20226 (sql-starts-with-prompt-re, sql-ends-with-prompt-re): New functions.
20227 (sql-interactive-remove-continuation-prompt): Rewrite, use
20228 functions above. Fix continuation prompt and complete output line
20229 handling.
20230 (sql-redirect-one, sql-execute): Use `read-only-mode' on
20231 redirected output buffer.
20232 (sql-mode): Restore deleted code (Bug#13591).
20233
20234 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
20235
20236 * desktop.el (desktop-clear, desktop-list*): Fix previous change.
20237
20238 2013-07-23 Michael Albinus <michael.albinus@gmx.de>
20239
20240 * net/tramp.el (tramp-handle-file-notify-add-watch): New defun.
20241
20242 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
20243 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
20244 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Use it.
20245
20246 2013-07-23 Juanma Barranquero <lekktu@gmail.com>
20247
20248 * desktop.el (desktop-clear): Simplify; remove useless checks
20249 against invalid buffer names.
20250 (desktop-list*): Use cl-list*.
20251 (desktop-buffer-info, desktop-create-buffer): Simplify.
20252
20253 2013-07-23 Leo Liu <sdl.web@gmail.com>
20254
20255 * bookmark.el (bookmark-make-record): Restore NAME as a default
20256 value. (Bug#14933)
20257
20258 2013-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
20259
20260 * emacs-lisp/autoload.el (autoload--setup-output): New function,
20261 extracted from autoload--insert-text.
20262 (autoload--insert-text): Remove.
20263 (autoload--print-cookie-text): New function, extracted from
20264 autoload--insert-cookie-text.
20265 (autoload--insert-cookie-text): Remove.
20266 (autoload-generate-file-autoloads): Adjust calls accordingly.
20267
20268 * winner.el (winner-hook-installed-p): Remove.
20269 (winner-mode): Simplify accordingly.
20270
20271 * subr.el (add-to-list): Fix compiler-macro when `append' is
20272 not constant. Don't use `cl-member' for the base case.
20273
20274 * progmodes/subword.el: Fix boundary case (bug#13758).
20275 (subword-forward-regexp): Make it a constant. Wrap optional \\W in its
20276 own group.
20277 (subword-backward-regexp): Make it a constant.
20278 (subword-forward-internal): Don't treat a trailing capital as the
20279 beginning of a word.
20280
20281 2013-07-22 Ari Roponen <ari.roponen@gmail.com> (tiny change)
20282
20283 * emacs-lisp/package.el (package-menu-mode): Don't modify the
20284 global value of tabulated-list-revert-hook (bug#14930).
20285
20286 2013-07-22 Juanma Barranquero <lekktu@gmail.com>
20287
20288 * desktop.el: Require 'cl-lib.
20289 (desktop-before-saving-frames-functions): New hook.
20290 (desktop--process-minibuffer-frames): Set desktop-mini parameter only
20291 for frames being saved. Rename from desktop--save-minibuffer-frames.
20292 (desktop-save-frames): Run hook desktop-before-saving-frames-functions.
20293 Do not save frames with non-nil `desktop-dont-save' parameter.
20294 Filter out deleted frames.
20295 (desktop--find-frame): Use cl-find-if.
20296 (desktop--select-frame): Use cl-(first|second|third) to access values
20297 of desktop-mini.
20298 (desktop--make-frame): Use cl-delete-if.
20299 (desktop--sort-states): Fix sorting of minibuffer-owning frames.
20300 (desktop-restore-frames): Use cl-(first|second|third) to access values
20301 of desktop-mini. Look for visible frame at the end, not while
20302 restoring frames.
20303
20304 * dired-x.el (dired-mark-unmarked-files, dired-virtual)
20305 (dired-guess-default, dired-mark-sexp, dired-filename-at-point):
20306 Use string-match-p, looking-at-p (bug#14927).
20307
20308 2013-07-21 Juanma Barranquero <lekktu@gmail.com>
20309
20310 * desktop.el (desktop-saved-frame-states):
20311 Rename from desktop--saved-states; all users changed.
20312 (desktop-save-frames): Rename from desktop--save-frames.
20313 Do not save state to desktop file.
20314 (desktop-save): Save desktop-saved-frame-states to desktop file
20315 and reset to nil.
20316 (desktop-restoring-frames-p): New function.
20317 (desktop-restore-frames): Use it. Rename from desktop--restore-frames.
20318 (desktop-read): Use desktop-restoring-frames-p. Do not try to fix
20319 buffer-lists when restoring frames. Suggested by Martin Rudalics.
20320
20321 * desktop.el: Correctly restore iconified frames.
20322 (desktop--filter-iconified-position): New function.
20323 (desktop-filter-parameters-alist): Add entries for `top' and `left'.
20324
20325 2013-07-20 Glenn Morris <rgm@gnu.org>
20326
20327 * progmodes/gdb-mi.el (gdb-delete-handler, gdb-stopped):
20328 Let `message' do the formatting.
20329 (def-gdb-preempt-display-buffer): Add explicit format.
20330
20331 * image-dired.el (image-dired-track-original-file):
20332 Use with-current-buffer.
20333 (image-dired-track-thumbnail): Use with-current-buffer.
20334 Avoid changing point of wrong window.
20335
20336 * image-dired.el (image-dired-track-original-file):
20337 Avoid changing point of wrong window. (Bug#14909)
20338
20339 2013-07-20 Richard Copley <rcopley@gmail.com> (tiny change)
20340
20341 * progmodes/gdb-mi.el (gdb-done-or-error):
20342 Guard against "%" in gdb output. (Bug#14127)
20343
20344 2013-07-20 Andreas Schwab <schwab@linux-m68k.org>
20345
20346 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
20347 (Bug#14826)
20348
20349 * international/mule.el (coding-system-iso-2022-flags): Fix last
20350 change.
20351
20352 2013-07-20 Kenichi Handa <handa@gnu.org>
20353
20354 * international/mule.el (coding-system-iso-2022-flags):
20355 Add `8-bit-level-4'. (Bug#8522)
20356
20357 2013-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
20358
20359 * net/shr.el (shr-mouse-browse-url): New command and keystroke
20360 (bug#14815).
20361
20362 * net/eww.el (eww-process-text-input): Allow inputting when the
20363 point is at the start of the line, as the properties aren't
20364 front-sticky.
20365
20366 * net/shr.el (shr-make-table-1): Ensure that we don't infloop on
20367 degenerate widths.
20368
20369 2013-07-19 Richard Stallman <rms@gnu.org>
20370
20371 * epa.el (epa-popup-info-window): Doc fix.
20372
20373 * subr.el (split-string): New arg TRIM.
20374
20375 2013-07-18 Juanma Barranquero <lekktu@gmail.com>
20376
20377 * frame.el (blink-cursor-timer-function, blink-cursor-suspend):
20378 Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se).
20379
20380 2013-07-18 Michael Albinus <michael.albinus@gmx.de>
20381
20382 * filenotify.el (file-notify--library): Rename from
20383 `file-notify-support'. Do not autoload. Adapt all uses.
20384 (file-notify-supported-p): New defun.
20385
20386 * autorevert.el (auto-revert-use-notify):
20387 Use `file-notify-supported-p' instead of `file-notify-support'.
20388 Adapt docstring.
20389 (auto-revert-notify-add-watch): Use `file-notify-supported-p'.
20390
20391 * net/tramp.el (tramp-file-name-for-operation):
20392 Add `file-notify-supported-p'.
20393
20394 * net/tramp-sh.el (tramp-sh-handle-file-notify-supported-p):
20395 New defun.
20396 (tramp-sh-file-name-handler-alist): Add it as handler for
20397 `file-notify-supported-p '.
20398
20399 * net/tramp-adb.el (tramp-adb-file-name-handler-alist):
20400 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
20401 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
20402 Add `ignore' as handler for `file-notify-*' functions.
20403
20404 2013-07-17 Eli Zaretskii <eliz@gnu.org>
20405
20406 * simple.el (line-move-partial, line-move): Don't start vscroll or
20407 scroll-up if the current line is not taller than the window.
20408 (Bug#14881)
20409
20410 2013-07-16 Dmitry Gutov <dgutov@yandex.ru>
20411
20412 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Do not
20413 highlight question marks in the method names as strings.
20414 (ruby-block-beg-keywords): Inline.
20415 (ruby-font-lock-keyword-beg-re): Extract from
20416 `ruby-font-lock-keywords'.
20417
20418 2013-07-16 Jan Djärv <jan.h.d@swipnet.se>
20419
20420 * frame.el (blink-cursor-blinks): New defcustom.
20421 (blink-cursor-blinks-done): New defvar.
20422 (blink-cursor-start): Set blink-cursor-blinks-done to 1.
20423 (blink-cursor-timer-function): Check if number of blinks has been
20424 done on X and NS.
20425 (blink-cursor-suspend, blink-cursor-check): New defuns.
20426
20427 2013-07-15 Glenn Morris <rgm@gnu.org>
20428
20429 * edmacro.el (edmacro-format-keys): Fix previous change.
20430
20431 2013-07-15 Paul Eggert <eggert@cs.ucla.edu>
20432
20433 * shell.el (explicit-bash-args): Remove obsolete hack for Bash 1.x.
20434 The hack didn't work outside English locales anyway.
20435
20436 2013-07-15 Juanma Barranquero <lekktu@gmail.com>
20437
20438 * simple.el (define-alternatives): Rename from alternatives-define,
20439 per RMS' suggestion.
20440
20441 2013-07-14 Juanma Barranquero <lekktu@gmail.com>
20442
20443 * desktop.el (desktop-restore-frames): Change default to t.
20444 (desktop-restore-in-current-display): Now offer more options.
20445 (desktop-restoring-reuses-frames): New customization option.
20446 (desktop--saved-states): Doc fix.
20447 (desktop-filter-parameters-alist): New variable, renamed and expanded
20448 from desktop--excluded-frame-parameters.
20449 (desktop--target-display): New variable.
20450 (desktop-switch-to-gui-p, desktop-switch-to-tty-p)
20451 (desktop--filter-tty*, desktop--filter-*-color)
20452 (desktop--filter-minibuffer, desktop--filter-restore-desktop-parm)
20453 (desktop--filter-save-desktop-parm)
20454 (desktop-restore-in-original-display-p): New functions.
20455 (desktop--filter-frame-parms): Use new desktop-filter-parameters-alist.
20456 (desktop--save-minibuffer-frames): New function, inspired by a similar
20457 function from Martin Rudalics.
20458 (desktop--save-frames): Call it; play nice with desktop-globals-to-save.
20459 (desktop--restore-in-this-display-p): Remove.
20460 (desktop--find-frame): Rename from desktop--find-frame-in-display
20461 and add predicate argument.
20462 (desktop--make-full-frame): Remove, integrated into desktop--make-frame.
20463 (desktop--reuse-list): New variable.
20464 (desktop--select-frame, desktop--make-frame, desktop--sort-states):
20465 New functions.
20466 (desktop--restore-frames): Add support for "minibuffer-special" frames.
20467
20468 2013-07-14 Michael Albinus <michael.albinus@gmx.de>
20469
20470 * net/tramp-sh.el (tramp-sh-handle-vc-registered): Use `ignore-error'.
20471
20472 2013-07-13 Dmitry Gutov <dgutov@yandex.ru>
20473
20474 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
20475 Highlight conversion methods on Kernel.
20476
20477 2013-07-13 Alan Mackenzie <acm@muc.de>
20478
20479 * progmodes/cc-engine.el (c-forward-decl-or-cast-1): Label CASE 13
20480 and comment it out. This out-commenting enables certain C++
20481 declarations to be parsed correctly.
20482
20483 2013-07-13 Eli Zaretskii <eliz@gnu.org>
20484
20485 * international/mule.el (define-coding-system): Doc fix.
20486
20487 * simple.el (default-font-height): Don't call font-info if the
20488 frame's default font didn't change since the frame was created.
20489 (Bug#14838)
20490
20491 2013-07-13 Leo Liu <sdl.web@gmail.com>
20492
20493 * ido.el (ido-read-file-name): Guard against non-symbol value.
20494
20495 2013-07-13 Fabián Ezequiel Gallina <fgallina@gnu.org>
20496
20497 * progmodes/python.el (python-imenu--build-tree): Fix corner case
20498 in nested defuns.
20499
20500 2013-07-13 Leo Liu <sdl.web@gmail.com>
20501
20502 * ido.el (ido-exhibit): Handle ido-enter-matching-directory before
20503 ido-set-matches call. (Bug#6852)
20504
20505 2013-07-12 Dmitry Gutov <dgutov@yandex.ru>
20506
20507 * progmodes/ruby-mode.el (ruby-percent-literals-beg-re)
20508 (ruby-syntax-expansion-allowed-p): Support array of symbols, for
20509 Ruby 2.0.
20510 (ruby-font-lock-keywords): Distinguish calls to functions with
20511 module-like names from module references. Highlight character
20512 literals.
20513
20514 2013-07-12 Sergio Durigan Junior <sergiodj@riseup.net> (tiny change)
20515
20516 * progmodes/gdb-mi.el (gdb-strip-string-backslash): New function.
20517 (gdb-send): Handle continued commands. (Bug#14847)
20518
20519 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
20520
20521 * desktop.el (desktop--v2s): Remove unused local variable.
20522 (desktop-save-buffer): Make defvar-local; adjust docstring.
20523 (desktop-auto-save-timeout, desktop-owner): Use ignore-errors.
20524 (desktop-clear, desktop-save-buffer-p): Use string-match-p.
20525
20526 2013-07-12 Andreas Schwab <schwab@linux-m68k.org>
20527
20528 * emacs-lisp/map-ynp.el (map-y-or-n-p): Fix last change.
20529
20530 2013-07-12 Eli Zaretskii <eliz@gnu.org>
20531
20532 * simple.el (next-line, previous-line): Document TRY-VSCROLL and ARG.
20533 (Bug#14842)
20534
20535 2013-07-12 Glenn Morris <rgm@gnu.org>
20536
20537 * doc-view.el: Require cl-lib at runtime too.
20538 (doc-view-remove-if): Remove.
20539 (doc-view-search-next-match, doc-view-search-previous-match):
20540 Use cl-remove-if.
20541
20542 * edmacro.el: Require cl-lib at runtime too.
20543 (edmacro-format-keys, edmacro-parse-keys): Use cl-mismatch, cl-subseq.
20544 (edmacro-mismatch, edmacro-subseq): Remove.
20545
20546 * shadowfile.el: Require cl-lib.
20547 (shadow-remove-if): Remove.
20548 (shadow-set-cluster, shadow-shadows-of-1, shadow-remove-from-todo):
20549 Use cl-remove-if.
20550
20551 * wid-edit.el: Require cl-lib.
20552 (widget-choose): Use cl-remove-if.
20553 (widget-remove-if): Remove.
20554
20555 * progmodes/ebrowse.el: Require cl-lib at runtime too.
20556 (ebrowse-delete-if-not): Remove.
20557 (ebrowse-browser-buffer-list, ebrowse-member-buffer-list)
20558 (ebrowse-tree-buffer-list, ebrowse-same-tree-member-buffer-list):
20559 Use cl-delete-if-not.
20560
20561 2013-07-12 Juanma Barranquero <lekktu@gmail.com>
20562
20563 * emacs-lisp/cl-macs.el (cl-multiple-value-bind, cl-multiple-value-setq)
20564 (cl-the, cl-declare, cl-defstruct): Fix typos in docstrings.
20565
20566 2013-07-12 Leo Liu <sdl.web@gmail.com>
20567
20568 * ido.el (dired-do-copy, dired): Set 'ido property. (Bug#11954)
20569
20570 2013-07-11 Glenn Morris <rgm@gnu.org>
20571
20572 * emacs-lisp/edebug.el: Require cl-lib at run-time too.
20573 (edebug-gensym-index, edebug-gensym):
20574 Remove reimplementation of cl-gensym.
20575 (edebug-make-enter-wrapper, edebug-make-form-wrapper): Use cl-gensym.
20576
20577 * thumbs.el: Require cl-lib at run-time too.
20578 (thumbs-gensym-counter, thumbs-gensym):
20579 Remove reimplementation of cl-gensym.
20580 (thumbs-temp-file): Use cl-gensym.
20581
20582 * emacs-lisp/ert.el: Require cl-lib at runtime too.
20583 (ert--cl-do-remf, ert--remprop, ert--remove-if-not)
20584 (ert--intersection, ert--set-difference, ert--set-difference-eq)
20585 (ert--union, ert--gensym-counter, ert--gensym-counter)
20586 (ert--coerce-to-vector, ert--remove*, ert--string-position)
20587 (ert--mismatch, ert--subseq): Remove reimplementations of cl funcs.
20588 (ert-make-test-unbound, ert--expand-should-1)
20589 (ert--expand-should, ert--should-error-handle-error)
20590 (should-error, ert--explain-equal-rec)
20591 (ert--plist-difference-explanation, ert-select-tests)
20592 (ert--make-stats, ert--remove-from-list, ert--string-first-line):
20593 Use cl-lib functions rather than reimplementations.
20594
20595 2013-07-11 Michael Albinus <michael.albinus@gmx.de>
20596
20597 * net/tramp.el (tramp-methods): Extend docstring.
20598 (tramp-connection-timeout): New defcustom.
20599 (tramp-error-with-buffer): Reset timestamp only when appropriate.
20600 (with-tramp-progress-reporter): Simplify.
20601 (tramp-process-actions): Improve messages.
20602
20603 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
20604 * net/tramp-sh.el (tramp-maybe-open-connection):
20605 Use `tramp-connection-timeout'.
20606 (tramp-methods) <su, sudo, ksu>: Add method specific timeouts.
20607 (Bug#14808)
20608
20609 2013-07-11 Leo Liu <sdl.web@gmail.com>
20610
20611 * ido.el (ido-read-file-name): Conform to the requirements of
20612 read-file-name. (Bug#11861)
20613 (ido-read-directory-name): Conform to the requirements of
20614 read-directory-name.
20615
20616 2013-07-11 Juanma Barranquero <lekktu@gmail.com>
20617
20618 * subr.el (delay-warning): New function.
20619
20620 2013-07-10 Eli Zaretskii <eliz@gnu.org>
20621
20622 * simple.el (default-line-height): New function.
20623 (line-move-partial, line-move): Use it instead of computing the
20624 line height inline.
20625 (line-move-partial): Always compute ROWH. If the last line is
20626 partially-visible, but its text is completely visible, allow
20627 cursor to enter such a partially-visible line.
20628
20629 2013-07-10 Michael Albinus <michael.albinus@gmx.de>
20630
20631 Improve error messages. (Bug#14808)
20632
20633 * net/tramp.el (tramp-current-connection): New defvar, moved from
20634 tramp-sh.el.
20635 (tramp-message-show-progress-reporter-message): Remove, not
20636 needed anymore.
20637 (tramp-error-with-buffer): Show message in minibuffer.
20638 Discard input before waiting. Reset connection timestamp.
20639 (with-tramp-progress-reporter): Improve messages.
20640 (tramp-process-actions): Use progress reporter. Delete process in
20641 case of error. Improve messages.
20642
20643 * net/tramp-sh.el (tramp-barf-if-no-shell-prompt): Use condition-case.
20644 Call `tramp-error-with-buffer' with vector and buffer.
20645 (tramp-current-connection): Remove.
20646 (tramp-maybe-open-connection): The car of
20647 `tramp-current-connection' are the first 3 slots of the vector.
20648
20649 2013-07-10 Teodor Zlatanov <tzz@lifelogs.com>
20650
20651 * progmodes/cfengine.el (cfengine3-indent-line): Do not indent
20652 inside continued strings.
20653
20654 2013-07-10 Paul Eggert <eggert@cs.ucla.edu>
20655
20656 Timestamp fixes for undo (Bug#14824).
20657 * files.el (clear-visited-file-modtime): Move here from fileio.c.
20658
20659 2013-07-10 Leo Liu <sdl.web@gmail.com>
20660
20661 * files.el (require-final-newline): Allow safe local value.
20662 (Bug#14834)
20663
20664 2013-07-09 Leo Liu <sdl.web@gmail.com>
20665
20666 * ido.el (ido-read-directory-name): Handle fallback.
20667 (ido-read-file-name): Update DIR to ido-current-directory.
20668 (Bug#1516)
20669 (ido-add-virtual-buffers-to-list): Robustify. (Bug#14552)
20670
20671 2013-07-09 Dmitry Gutov <dgutov@yandex.ru>
20672
20673 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Remove extra
20674 "autoload". Remove "warn lower camel case" section, previously
20675 commented out. Highlight negation char. Do not highlight the
20676 target in singleton method definitions.
20677
20678 2013-07-08 Stefan Monnier <monnier@iro.umontreal.ca>
20679
20680 * faces.el (tty-setup-hook): Declare the hook.
20681
20682 * emacs-lisp/pcase.el (pcase--split-pred): Add `vars' argument to try
20683 and detect when a guard/pred depends on local vars (bug#14773).
20684 (pcase--u1): Adjust caller.
20685
20686 2013-07-08 Eli Zaretskii <eliz@gnu.org>
20687
20688 * simple.el (line-move-partial, line-move): Account for
20689 line-spacing.
20690 (line-move-partial): Avoid setting vscroll when the last
20691 partially-visible line in window is of default height.
20692
20693 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
20694
20695 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
20696 been used a while.
20697
20698 2013-07-07 Juanma Barranquero <lekktu@gmail.com>
20699
20700 * subr.el (read-quoted-char): Remove unused local variable `char'.
20701
20702 2013-07-07 Michael Kifer <kifer@cs.stonybrook.edu>
20703
20704 * vc/ediff.el (ediff-version): Version update.
20705 (ediff-files-command, ediff3-files-command, ediff-merge-command)
20706 (ediff-merge-with-ancestor-command, ediff-directories-command)
20707 (ediff-directories3-command, ediff-merge-directories-command)
20708 (ediff-merge-directories-with-ancestor-command): New functions.
20709 All are command-line interfaces to ediff: to facilitate calling
20710 Emacs with the appropriate ediff functions invoked.
20711
20712 * emulation/viper-cmd.el (viper-del-forward-char-in-insert):
20713 New function.
20714 (viper-save-kill-buffer): Check if buffer is modified.
20715
20716 * emulation/viper.el (viper-version): Version update.
20717 (viper-emacs-state-mode-list): Add egg-status-buffer-mode.
20718
20719 2013-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
20720
20721 * faces.el (tty-run-terminal-initialization): Run new tty-setup-hook.
20722 * emulation/viper-cmd.el (viper-envelop-ESC-key): Remove function.
20723 (viper-intercept-ESC-key): Simplify.
20724 * emulation/viper-keym.el (viper-ESC-key): Make it a constant,
20725 don't use kbd.
20726 * emulation/viper.el (viper--tty-ESC-filter, viper--lookup-key)
20727 (viper-catch-tty-ESC, viper-uncatch-tty-ESC)
20728 (viper-setup-ESC-to-escape): New functions.
20729 (viper-go-away, viper-set-hooks): Call viper-setup-ESC-to-escape.
20730 (viper-set-hooks): Do not modify flyspell-mode-hook. (Bug#13793)
20731
20732 2013-07-07 Eli Zaretskii <eliz@gnu.org>
20733
20734 * simple.el (default-font-height, window-screen-lines):
20735 New functions.
20736 (line-move, line-move-partial): Use them instead of
20737 frame-char-height and window-text-height. This makes scrolling
20738 text smoother when the buffer's default face uses a font that is
20739 different from the frame's default font.
20740
20741 2013-07-06 Jan Djärv <jan.h.d@swipnet.se>
20742
20743 * files.el (write-file): Do not display confirm dialog for NS,
20744 it does its own dialog, which can't be canceled (Bug#14578).
20745
20746 2013-07-06 Eli Zaretskii <eliz@gnu.org>
20747
20748 * simple.el (line-move-partial): Adjust the row returned by
20749 posn-at-point for the current window-vscroll. (Bug#14567)
20750
20751 2013-07-06 Michael Albinus <michael.albinus@gmx.de>
20752
20753 * net/tramp-sh.el (tramp-sh-file-gvfs-monitor-dir-process-filter)
20754 (tramp-sh-file-inotifywait-process-filter): Handle file names with
20755 spaces.
20756
20757 2013-07-06 Martin Rudalics <rudalics@gmx.at>
20758
20759 * window.el (window-state-put-stale-windows): New variable.
20760 (window--state-put-2): Save list of windows without matching buffer.
20761 (window-state-put): Remove "bufferless" windows if possible.
20762
20763 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
20764
20765 * simple.el (alternatives-define): Remove leftover :group keyword.
20766 Tweak docstring.
20767
20768 2013-07-06 Leo Liu <sdl.web@gmail.com>
20769
20770 * ido.el (ido-use-virtual-buffers): Allow new value 'auto.
20771 (ido-enable-virtual-buffers): New variable.
20772 (ido-buffer-internal, ido-toggle-virtual-buffers)
20773 (ido-make-buffer-list): Use it.
20774 (ido-exhibit): Support turning on and off virtual buffers
20775 automatically.
20776
20777 2013-07-06 Juanma Barranquero <lekktu@gmail.com>
20778
20779 * simple.el (alternatives-define): New macro.
20780
20781 2013-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
20782
20783 * subr.el (read-quoted-char): Use read-key.
20784 (sit-for): Let read-event decode tty input (bug#14782).
20785
20786 2013-07-05 Stephen Berman <stephen.berman@gmx.net>
20787
20788 * calendar/todo-mode.el: Add handling of file deletion, both by
20789 mode command and externally. Fix various related bugs.
20790 Clarify Commentary and improve some documentation strings and code.
20791 (todo-delete-file): New command.
20792 (todo-check-file): New function.
20793 (todo-show): Handle external deletion of the file we're trying to
20794 show (bug#14688). Replace called-interactively-p by an optional
20795 prefix argument to avoid problematic interaction with catch form
20796 when byte compiled (bug#14702).
20797 (todo-quit): Handle external deletion of the archive's todo file.
20798 Make sure the buffer that was visiting the archive file is still
20799 live before trying to bury it.
20800 (todo-category-completions): Handle external deletion of any
20801 category completion files.
20802 (todo-jump-to-category, todo-basic-insert-item): Recalculate list
20803 of todo files, in case of external deletion.
20804 (todo-add-file): Replace unnecessary setq by let-binding.
20805 (todo-find-archive): Check whether there are any archives.
20806 Replace unnecessary setq by let-binding.
20807 (todo-archive-done-item): Use find-file-noselect to get the
20808 archive buffer whether or not the archive already exists.
20809 Remove superfluous code. Use file size instead of buffer-file-name to
20810 check if the archive is new; if it is, update list of archives.
20811 (todo-default-todo-file): Allow nil to be a valid value for when
20812 there are no todo files.
20813 (todo-reevaluate-default-file-defcustom): Use corrected definition
20814 of todo-default-todo-file.
20815 (todo-key-bindings-t+a+f): Add key binding for todo-delete-file.
20816 (todo-delete-category, todo-show-categories-table)
20817 (todo-category-number): Clarify comment.
20818 (todo-filter-items): Clarify documentation string.
20819 (todo-show-current-file, todo-display-as-todo-file)
20820 (todo-reset-and-enable-done-separator): Tweak documentation string.
20821 (todo-done-separator): Make separator length window-width, since
20822 bug#2749 is now fixed.
20823
20824 2013-07-05 Michael Albinus <michael.albinus@gmx.de>
20825
20826 * net/tramp-sh.el (tramp-sh-handle-file-notify-add-watch):
20827 Support both "gvfs-monitor-dir" and "inotifywait".
20828 (tramp-sh-file-inotifywait-process-filter): Rename from
20829 `tramp-sh-file-notify-process-filter'.
20830 (tramp-sh-file-gvfs-monitor-dir-process-filter)
20831 (tramp-get-remote-gvfs-monitor-dir): New defuns.
20832
20833 2013-07-05 Leo Liu <sdl.web@gmail.com>
20834
20835 * autoinsert.el (auto-insert-alist): Default to lexical-binding.
20836
20837 2013-07-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20838
20839 * frame.el (display-pixel-height, display-pixel-width)
20840 (display-mm-height, display-mm-width): Mention behavior on
20841 multi-monitor setups in docstrings.
20842 (w32-display-monitor-attributes-list): Declare function.
20843 (display-monitor-attributes-list): Use it.
20844
20845 2013-07-04 Michael Albinus <michael.albinus@gmx.de>
20846
20847 * filenotify.el: New package.
20848
20849 * autorevert.el (top): Require filenotify.el.
20850 (auto-revert-notify-enabled): Remove. Use `file-notify-support'
20851 instead.
20852 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
20853 (auto-revert-notify-handler): Use `file-notify-*' functions.
20854
20855 * subr.el (file-notify-handle-event): Move function to filenotify.el.
20856
20857 * net/tramp.el (tramp-file-name-for-operation):
20858 Handle `file-notify-add-watch' and `file-notify-rm-watch'.
20859
20860 * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Add handler
20861 for `file-notify-add-watch' and `file-notify-rm-watch'.
20862 (tramp-process-sentinel): Improve trace.
20863 (tramp-sh-handle-file-notify-add-watch)
20864 (tramp-sh-file-notify-process-filter)
20865 (tramp-sh-handle-file-notify-rm-watch)
20866 (tramp-get-remote-inotifywait): New defuns.
20867
20868 2013-07-03 Juri Linkov <juri@jurta.org>
20869
20870 * buff-menu.el (Buffer-menu-multi-occur): Add args and move the
20871 call of `occur-read-primary-args' to interactive spec.
20872
20873 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
20874 `ibuffer-do-occur' like in buff-menu.el. (Bug#14673)
20875
20876 2013-07-03 Matthias Meulien <orontee@gmail.com>
20877
20878 * buff-menu.el (Buffer-menu-mode-map): Bind "M-s a C-o" to
20879 `Buffer-menu-multi-occur'. Add it to the menu.
20880 (Buffer-menu-mode): Document it in docstring.
20881 (Buffer-menu-multi-occur): New command. (Bug#14673)
20882
20883 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
20884
20885 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
20886 keywords and built-ins.
20887
20888 2013-07-03 Glenn Morris <rgm@gnu.org>
20889
20890 * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
20891
20892 Make info-xref checks case-sensitive by default
20893 * info.el (Info-find-node, Info-find-in-tag-table)
20894 (Info-find-node-in-buffer, Info-find-node-2, Info-goto-node):
20895 Add option for exact case matching of nodes.
20896 * info-xref.el (info-xref): New custom group.
20897 (info-xref-case-fold): New option.
20898 (info-xref-goto-node-p): Pass info-xref-case-fold to Info-goto-node.
20899
20900 2013-07-03 Leo Liu <sdl.web@gmail.com>
20901
20902 * ido.el (ido-delete-file-at-head): Respect delete-by-moving-to-trash.
20903
20904 2013-07-03 Dmitry Gutov <dgutov@yandex.ru>
20905
20906 * progmodes/ruby-mode.el (ruby-move-to-block): When we're at a
20907 middle of block statement initially, lower the depth. Remove
20908 FIXME comment, not longer valid. Remove middle of block statement
20909 detection, no need to do that anymore since we've been using
20910 `ruby-parse-region' here.
20911
20912 2013-07-02 Jan Djärv <jan.h.d@swipnet.se>
20913
20914 * term/ns-win.el (display-format-alist): Use .* (Bug#14765).
20915
20916 2013-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
20917
20918 * wid-edit.el (widget-default-get): Don't modify widget (Bug#14738).
20919
20920 2013-07-01 Juanma Barranquero <lekktu@gmail.com>
20921
20922 * desktop.el (desktop-restore-frames): Rename from desktop-save-windows.
20923 (desktop-restore-in-current-display): New customization option.
20924 (desktop--excluded-frame-parameters): Add `font'.
20925 (desktop--save-frames): Rename from desktop--save-windows.
20926 (desktop--restore-in-this-display-p): New function.
20927 (desktop--make-full-frame): Remove unwanted width/height from
20928 full(width|height) frames.
20929 (desktop--restore-frames): Rename from desktop--restore-windows.
20930 Obey desktop-restore-current-display. Do not delete old frames or
20931 select a new frame unless we were able to restore at least one frame.
20932
20933 2013-06-30 Michal Nazarewicz <mina86@mina86.com>
20934
20935 * files.el (find-file-noselect): Simplify conditional expression.
20936
20937 * textmodes/remember.el (remember-append-to-file):
20938 Don't mix `find-buffer-visiting' and `get-file-buffer'.
20939
20940 Add `remember-notes' function to store random notes across Emacs
20941 restarts.
20942 * textmodes/remember.el (remember-data-file): Add :set callback to
20943 affect notes buffer (if any).
20944 (remember-notes): New command.
20945 (remember-notes-buffer-name, bury-remember-notes-on-kill):
20946 New defcustoms for the `remember-notes' function.
20947 (remember-notes-save-and-bury-buffer): New command.
20948 (remember-notes-mode-map): New variable.
20949 (remember-mode): New minor mode.
20950 (remember-notes--kill-buffer-query): New function.
20951 * startup.el (initial-buffer-choice): Add notes to custom type.
20952
20953 2013-06-30 Eli Zaretskii <eliz@gnu.org>
20954
20955 * bindings.el (right-char, left-char): Don't call sit-for, this is
20956 no longer needed. Use arithmetic comparison only for numerical
20957 arguments.
20958
20959 * international/mule-cmds.el (select-safe-coding-system):
20960 Handle the case of FROM being a string correctly. (Bug#14755)
20961
20962 2013-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
20963
20964 * net/shr.el (shr-make-table-1): Add a sanity check that allows
20965 progression on degenerate tables.
20966 (shr-rescale-image): ImageMagick animated images currently don't work.
20967
20968 2013-06-30 Juanma Barranquero <lekktu@gmail.com>
20969
20970 Some fixes and improvements for desktop frame restoration.
20971 It is still experimental and disabled by default.
20972 * desktop.el (desktop--save-windows): Put the selected frame at
20973 the head of the list.
20974 (desktop--make-full-frame): New function.
20975 (desktop--restore-windows): Try to re-select the frame that was
20976 selected upon saving. Do not abort if some frames fail to restore,
20977 just show an error message and continue. Set up maximized frames
20978 so they have default non-maximized dimensions.
20979
20980 2013-06-30 Dmitry Gutov <dgutov@yandex.ru>
20981
20982 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
20983 Don't start heredoc inside a string or comment.
20984
20985 2013-06-29 Eli Zaretskii <eliz@gnu.org>
20986
20987 * bindings.el (visual-order-cursor-movement): New defcustom.
20988 (right-char, left-char): Provide visual-order cursor motion by
20989 calling move-point-visually. Update the doc strings.
20990
20991 2013-06-28 Kenichi Handa <handa@gnu.org>
20992
20993 * international/mule.el (define-coding-system): New coding system
20994 properties :inhibit-null-byte-detection,
20995 :inhibit-iso-escape-detection, and :prefer-utf-8.
20996 (set-buffer-file-coding-system): If :charset-list property of
20997 CODING-SYSTEM is `emacs', do not check if CODING-SYSTEM is
20998 appropriate for setting.
20999
21000 * international/mule-cmds.el (select-safe-coding-system):
21001 If DEFAULT-CODING-SYSTEM is prefer-utf-8 and the buffer contains
21002 multibyte characters, return utf-8 (or one of its siblings).
21003
21004 * international/mule-conf.el (prefer-utf-8): New coding system.
21005 (file-coding-system-alist): Use prefer-utf-8 as default for Elisp
21006 files.
21007
21008 2013-06-28 Ivan Kanis <ivan@kanis.fr>
21009
21010 * net/shr.el (shr-render-region): New function.
21011
21012 * net/eww.el: Autoload `eww-browse-url'.
21013
21014 2013-06-27 Dmitry Gutov <dgutov@yandex.ru>
21015
21016 * emacs-lisp/package-x.el (package-upload-buffer-internal):
21017 Adapt to `package-desc-version' being a list.
21018 Use `package--ac-desc-version' to retrieve version from a package
21019 archive element.
21020
21021 2013-06-27 Juanma Barranquero <lekktu@gmail.com>
21022
21023 New experimental feature to save&restore window and frame setup.
21024 * desktop.el (desktop-save-windows): New defcustom.
21025 (desktop--saved-states): New var.
21026 (desktop--excluded-frame-parameters): New defconst.
21027 (desktop--filter-frame-parms, desktop--find-frame-in-display)
21028 (desktop--restore-windows, desktop--save-windows): New functions.
21029 (desktop-save): Call `desktop--save-windows'.
21030 (desktop-read): Call `desktop--restore-windows'.
21031
21032 2013-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
21033
21034 * net/shr.el (add-face-text-property): Remove compat definition.
21035
21036 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
21037
21038 * info.el (Info-try-follow-nearest-node): Move search for footnote
21039 above search for node name to prevent missing a footnote (bug#14717).
21040
21041 2013-06-27 Stephen Berman <stephen.berman@gmx.net>
21042
21043 * obsolete/otodo-mode.el: Add obsolescence info to file header.
21044
21045 2013-06-27 Leo Liu <sdl.web@gmail.com>
21046
21047 * net/eww.el (eww-read-bookmarks): Check file size.
21048
21049 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
21050
21051 * emacs-lisp/nadvice.el (advice--defalias-fset): Move advice back to
21052 advice--pending if newdef is nil or an autoload (bug#13820).
21053 (advice-mapc): New function.
21054
21055 2013-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
21056
21057 * net/eww.el (eww-mode): Undo isn't necessary in eww buffers,
21058 probably.
21059 (eww-mode-map): Add a menu bar.
21060 (eww-add-bookmark): New command.
21061 (eww-bookmark-mode): New mode and commands.
21062 (eww-add-bookmark): Remove newlines from the title.
21063 (eww-bookmark-browse): Don't bug out if it's the only window.
21064
21065 2013-06-26 Glenn Morris <rgm@gnu.org>
21066
21067 * htmlfontify.el (hfy-triplet): Handle unspecified-fg, bg.
21068 (hfy-size): Handle ttys. (Bug#14668)
21069
21070 * info-xref.el: Update for Texinfo 5 change in *note format.
21071 (info-xref-node-re, info-xref-note-re): New constants.
21072 (info-xref-check-buffer): Use info-xref-note-re.
21073
21074 2013-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
21075
21076 * simple.el (set-variable): Use read-from-minibuffer (bug#14710).
21077
21078 * emacs-lisp/package.el (package--add-to-archive-contents): Add missing
21079 nil terminate the loop (bug#14718).
21080
21081 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
21082
21083 * net/eww.el: Rework history traversal. When going forward/back,
21084 put these actions into the history, too, so that they can be
21085 replayed.
21086 (eww-render): Move the history reset to the correct buffer.
21087
21088 2013-06-25 Juri Linkov <juri@jurta.org>
21089
21090 * files-x.el (modify-dir-local-variable): Change the header comment
21091 in the file with directory local variables. (Bug#14692)
21092
21093 * files-x.el (read-file-local-variable-value): Add `default'.
21094 (Bug#14710)
21095
21096 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
21097
21098 * net/eww.el (eww-make-unique-file-name): Create a unique file
21099 name before saving to entering `y' accidentally asynchronously.
21100
21101 2013-06-25 Ivan Kanis <ivan@kanis.fr>
21102
21103 * net/eww.el (eww-download): New command and keystroke.
21104
21105 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
21106
21107 * net/eww.el (eww-copy-page-url): Change name of command.
21108
21109 * net/shr.el (shr-map): Change `shr-copy-url' from `u' to `w' to
21110 be more consistent with Info and dired.
21111
21112 * net/eww.el (eww-mode-map): Ditto.
21113
21114 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21115
21116 * emacs-lisp/package.el: Use lexical-binding. Include obsolete
21117 packages from archives.
21118 (package-archive-contents): Change format; include obsolete packages.
21119 (package-desc): Use `dir' to mark builtin packages.
21120 (package--from-builtin): Set the `dir' field to `builtin'.
21121 (generated-autoload-file, version-control): Declare.
21122 (package-compute-transaction): Change first arg and return value to be
21123 lists of package-descs. Adjust to new package-archive-contents format.
21124 (package--add-to-archive-contents): Adjust to new
21125 package-archive-contents format.
21126 (package-download-transaction): Arg is now a list of package-descs.
21127 (package-install): If `pkg' is a package name, pass it as
21128 a requirement, so it is subject to the usual (e.g. disabled) checks.
21129 (describe-package): Accept package-desc as well.
21130 (describe-package-1): Describe a specific package-desc. Add links to
21131 other package-descs for the same package name.
21132 (package-menu-describe-package): Pass the actual package-desc.
21133 (package-menu-mode): Add to tabulated-list-revert-hook so revert-buffer
21134 works correctly.
21135 (package-desc-status): New function.
21136 (package-menu--refresh): New function, extracted
21137 from package-menu--generate.
21138 (package-menu--generate): Use it.
21139 (package-delete): Update package-alist.
21140 (package-menu-execute): Don't call package-initialize.
21141
21142 * progmodes/idlw-toolbar.el, progmodes/idlw-shell.el,
21143 progmodes/idlw-help.el, progmodes/idlw-complete-structtag.el,
21144 progmodes/ebnf-yac.el, progmodes/ebnf-otz.el, progmodes/ebnf-iso.el,
21145 progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-bnf.el,
21146 progmodes/ebnf-abn.el, emacs-lisp/package-x.el, emacs-lisp/cl-seq.el,
21147 emacs-lisp/cl-macs.el: Neuter the "Version:" header.
21148
21149 2013-06-25 Martin Rudalics <rudalics@gmx.at>
21150
21151 * window.el (window--state-get-1): Workaround for bug#14527.
21152 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00941.html
21153
21154 2013-06-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
21155
21156 * net/eww.el (eww-back-url): Implement the history by stashing all
21157 the data into a list.
21158 (eww-forward-url): Allow going forward in the history, too.
21159
21160 2013-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
21161
21162 * files-x.el (read-file-local-variable-value): Use read-from-minibuffer
21163 for values and use read--expression for expressions (bug#14710).
21164 (read-file-local-variable): Avoid setq.
21165 (read-file-local-variable-mode): Use minor-mode-list.
21166
21167 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
21168
21169 * textmodes/bibtex.el (bibtex-generate-url-list): Add support
21170 for DOI URLs.
21171
21172 2013-06-25 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
21173
21174 * textmodes/bibtex.el (bibtex-mode, bibtex-set-dialect):
21175 Update imenu-support when dialect changes.
21176
21177 2013-06-25 Leo Liu <sdl.web@gmail.com>
21178
21179 * ido.el (ido-read-internal): Allow forward slash on windows.
21180
21181 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
21182
21183 * net/eww.el (eww): Start of strings is \\`, not ^.
21184
21185 2013-06-24 Ivan Kanis <ivan@kanis.fr>
21186
21187 * net/shr.el (shr-browse-url): Fix interactive spec.
21188
21189 * net/eww.el (eww): Add a trailing slash to domain names.
21190
21191 2013-06-24 Juanma Barranquero <lekktu@gmail.com>
21192
21193 * faces.el (face-spec-recalc): Revert part of 2013-06-23T20:29:18Z!lekktu@gmail.com (bug#14705).
21194
21195 2013-06-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
21196
21197 * net/shr.el (shr-browse-url): Use an external browser if given a
21198 prefix.
21199
21200 * net/eww.el (eww-external-browser): Move to shr.
21201
21202 2013-06-24 Ivan Kanis <ivan@kanis.fr>
21203
21204 * net/eww.el (eww): Work more correctly for file: URLs.
21205 (eww-detect-charset): Allow quoted charsets.
21206 (eww-yank-page-url): New command and keystroke.
21207
21208 2013-06-24 Daiki Ueno <ueno@gnu.org>
21209
21210 * epg.el (epg-make-context): Check if PROTOCOL is valid; embed the
21211 file name of gpg executable.
21212 (epg-context-program): New function.
21213 (epg-context-home-directory): New function.
21214 (epg-context-set-program): New function.
21215 (epg-context-set-home-directory): New function.
21216 (epg--start): Use `epg-context-program' instead of
21217 'epg-gpg-program'.
21218 (epg--list-keys-1): Likewise.
21219
21220 2013-06-24 Leo Liu <sdl.web@gmail.com>
21221
21222 * ido.el (ido-read-internal): Fix bug#14620.
21223
21224 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
21225
21226 * faces.el (face-documentation): Simplify.
21227 (read-face-attribute, tty-find-type, x-resolve-font-name):
21228 Use `string-match-p'.
21229 (list-faces-display): Use `string-match-p'. Simplify.
21230 (face-spec-recalc): Check face to avoid face alias loops.
21231 (read-color): Use `string-match-p' and non-capturing parenthesis.
21232
21233 2013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21234
21235 * net/shr.el (shr-rescale-image): Use the new
21236 :max-width/:max-height functionality.
21237
21238 2013-06-23 Ivan Kanis <ivan@kanis.fr>
21239
21240 * net/eww.el (eww-search-prefix): New variable.
21241 (eww): Use it.
21242 (eww-external-browser): New variable.
21243 (eww-mode-map): New keystroke.
21244 (eww-browse-with-external-browser): New command.
21245
21246 * net/eww.el: Bind `C-c C-c' to "submit" in all form keymaps.
21247
21248 2013-06-23 Juanma Barranquero <lekktu@gmail.com>
21249
21250 * emacs-lisp/tabulated-list.el (tabulated-list-init-header):
21251 Don't skip aligning the next header field when padding is 0;
21252 otherwise, field width is not respected unless the title is as
21253 wide as the field.
21254
21255 2013-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
21256
21257 * emacs-lisp/package.el (package-el-version): Remove.
21258 (package-process-define-package): Fix inf-loop.
21259 (package-install): Allow symbols as arguments again.
21260
21261 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
21262
21263 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `catch',
21264 add some more keyword-like methods.
21265 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00911.html
21266
21267 2013-06-22 Juanma Barranquero <lekktu@gmail.com>
21268
21269 * bs.el (bs-buffer-show-mark): Make defvar-local.
21270 (bs-mode): Use setq-local.
21271
21272 * emacs-lock.el (emacs-lock-mode, emacs-lock--old-mode)
21273 (emacs-lock--try-unlocking): Make defvar-local.
21274
21275 2013-06-22 Glenn Morris <rgm@gnu.org>
21276
21277 * play/cookie1.el (cookie-apropos): Minor simplification.
21278
21279 * progmodes/gdb-mi.el (gdb-mapcar*): Remove, replace with cl-mapcar.
21280
21281 2013-06-22 Dmitry Gutov <dgutov@yandex.ru>
21282
21283 * progmodes/ruby-mode.el (auto-mode-alist): Do not use
21284 `regexp-opt', it breaks the build during dumping.
21285
21286 2013-06-21 Dmitry Gutov <dgutov@yandex.ru>
21287
21288 * progmodes/ruby-mode.el (ruby-font-lock-keywords):
21289 Highlight keyword-like methods on Kernel and Module with
21290 font-lock-builtin-face.
21291 (auto-mode-alist): Consolidate different entries into one regexp
21292 and add more *file-s.
21293
21294 2013-06-21 Stephen Berman <stephen.berman@gmx.net>
21295
21296 * obsolete/otodo-mode.el: Move and rename from calendar/todo-mode.el.
21297
21298 * calendar/diary-lib.el (diary-goto-entry-function): New variable.
21299 (diary-entry): Use it in the action of this button type instead of
21300 diary-goto-entry.
21301
21302 * calendar/todo-mode.el: New version.
21303 (todo-add-category): Append new category to end of file and give
21304 it the highest number, instead of putting it at the beginning and
21305 giving it 0. Incorporate noninteractive functionality.
21306 (todo-forward-category): Adapt to 1-based category numbering.
21307 Allow skipping over archived categories.
21308 (todo-backward-category): Derive from todo-forward-category.
21309 (todo-backward-item, todo-forward-item): Make noninteractive and
21310 delegate interactive part to new commands. Make sensitive to done items.
21311 (todo-categories): Make value an alist of category names and
21312 vectors of item counts.
21313 (todo-category-beg): Make a defconst.
21314 (todo-category-number): Use 1 instead of 0 as initial value.
21315 (todo-category-select): Make sensitive to overlays, optional item
21316 highlighting and done items.
21317 (todo-delete-item): Make sensitive to overlays and marked and done items.
21318 (todo-edit-item): Make sensitive to overlays and editing of
21319 date/time header optional. Add format checks.
21320 (todo-edit-multiline): Rename to todo-edit-multiline-item. Make a
21321 no-op if point is not on an item. Advertise using todo-edit-quit.
21322 (todo-edit-mode): Make sensitive to new format, font-locking, and
21323 multiple todo files.
21324 (todo-insert-item, todo-insert-item-here): Derive from
21325 todo-basic-insert-item and extend functionality.
21326 (todo-item-end, todo-item-start): Make sensitive to done items.
21327 (todo-item-string): Don't return text properties. Restore point.
21328 (todo-jump-to-category): Make sensitive to multiple todo files and
21329 todo archives. Use extended category completion.
21330 (todo-lower-item, todo-raise-item): Rename to *-priority and
21331 derive from todo-set-item-priority.
21332 (todo-mode): Derive from special-mode. Make sensitive to new
21333 format, font-locking and multiple todo files. Make read-only.
21334 (todo-mode-map): Don't suppress digit keys, so they can supply
21335 prefix arguments. Add many new key bindings.
21336 (todo-prefix): Insert as an overlay instead of file text.
21337 Change semantics from diary date expression to purely visual mark.
21338 (todo-print): Rename to todo-print-buffer. Make buffer display
21339 features printable. Remove option to restrict number of items
21340 printed. Add option to print to file.
21341 (todo-print-function): Rename to todo-print-buffer-function.
21342 (todo-quit): Extend to handle exiting new todo modes.
21343 (todo-remove-item): Make sensitive to overlays.
21344 (todo-save): Extend to buffers of filtered items.
21345 (todo-show): Make sensitive to done items, multiple todo files and
21346 new todo modes. Offer to convert legacy todo file before creating
21347 first new todo file.
21348 (todo-show-priorities): Rename to todo-top-priorities.
21349 Change semantics of value 0.
21350 (todo-top-priorities): Rename to todo-filter-top-priorities,
21351 derive from todo-filter-items and extend functionality.
21352 (todo-save-top-priorities): Rename to todo-save-filtered-items-buffer
21353 and extend functionality to other types of filtered items.
21354 (todo-add-item-non-interactively, todo-ask-p, todo-cat-slct)
21355 (todo-category-end, todo-category-sep, todo-cats, todo-cmd-back)
21356 (todo-cmd-done, todo-cmd-edit, todo-cmd-forw, todo-cmd-inst)
21357 (todo-cmd-kill, todo-cmd-lowr, todo-cmd-next, todo-cmd-prev)
21358 (todo-cmd-rais, todo-cmd-save, todo-completing-read, todo-cp)
21359 (todo-edit-mode-hook, todo-entry-prefix-function)
21360 (todo-entry-timestamp-initials, todo-file-do, todo-file-done)
21361 (todo-file-item, todo-file-top, todo-header, todo-initial-setup)
21362 (todo-initials, todo-insert-threshold, todo-item-string-start)
21363 (todo-line-string, todo-menu, todo-mode-hook)
21364 (todo-more-important-p, todo-previous-answer, todo-previous-line)
21365 (todo-print-priorities, todo-remove-separator)
21366 (todo-save-top-priorities-too, todo-string-count-lines)
21367 (todo-string-multiline-p, todo-time-string-format)
21368 (todo-tmp-buffer-name): Remove.
21369 (todo-add-file, todo-archive-done-item, todo-choose-archive)
21370 (todo-convert-legacy-files, todo-copy-item, todo-delete-category)
21371 (todo-edit-category-diary-inclusion)
21372 (todo-edit-category-diary-nonmarking, todo-edit-done-item-comment)
21373 (todo-edit-file, todo-edit-item-date-day)
21374 (todo-edit-item-date-day-name, todo-edit-item-date-from-calendar)
21375 (todo-edit-item-date-month, todo-edit-item-date-to-today)
21376 (todo-edit-item-date-year, todo-edit-item-diary-inclusion)
21377 (todo-edit-item-diary-nonmarking, todo-edit-item-header)
21378 (todo-edit-item-time, todo-edit-quit, todo-filter-diary-items)
21379 (todo-filter-diary-items-multifile, todo-filter-regexp-items)
21380 (todo-filter-regexp-items-multifile, todo-filter-top-priorities)
21381 (todo-filter-top-priorities-multifile, todo-find-archive)
21382 (todo-find-filtered-items-file, todo-go-to-source-item)
21383 (todo-insert-item-from-calendar, todo-item-done, todo-item-undone)
21384 (todo-jump-to-archive-category, todo-lower-category)
21385 (todo-mark-category, todo-marked-item-p, todo-merge-category)
21386 (todo-move-category, todo-move-item, todo-next-button)
21387 (todo-next-item, todo-padded-string, todo-powerset)
21388 (todo-previous-button, todo-previous-item)
21389 (todo-print-buffer-to-file, todo-raise-category)
21390 (todo-rename-category, todo-repair-categories-sexp, todo-search)
21391 (todo-set-category-number, todo-set-item-priority)
21392 (todo-set-top-priorities-in-category)
21393 (todo-set-top-priorities-in-file, todo-show-categories-table)
21394 (todo-sort-categories-alphabetically-or-numerically)
21395 (todo-sort-categories-by-archived, todo-sort-categories-by-diary)
21396 (todo-sort-categories-by-done, todo-sort-categories-by-todo)
21397 (todo-toggle-item-header, todo-toggle-item-highlighting)
21398 (todo-toggle-mark-item, todo-toggle-prefix-numbers)
21399 (todo-toggle-view-done-items, todo-toggle-view-done-only)
21400 (todo-unarchive-items, todo-unmark-category): New commands.
21401 (todo-absolute-file-name, todo-add-to-buffer-list)
21402 (todo-adjusted-category-label-length, todo-basic-edit-item-header)
21403 (todo-basic-insert-item, todo-category-completions)
21404 (todo-category-number, todo-category-string-matcher-1)
21405 (todo-category-string-matcher-2, todo-check-filtered-items-file)
21406 (todo-check-format, todo-clear-matches)
21407 (todo-comment-string-matcher, todo-convert-legacy-date-time)
21408 (todo-current-category, todo-date-string-matcher)
21409 (todo-define-insertion-command, todo-diary-expired-matcher)
21410 (todo-diary-goto-entry, todo-diary-item-p)
21411 (todo-diary-nonmarking-matcher, todo-display-as-todo-file)
21412 (todo-display-categories, todo-display-sorted, todo-done-item-p)
21413 (todo-done-item-section-p, todo-done-separator)
21414 (todo-done-string-matcher, todo-files, todo-filter-items)
21415 (todo-filter-items-1, todo-filter-items-filename, todo-find-item)
21416 (todo-gen-arglists, todo-get-count, todo-get-overlay, todo-indent)
21417 (todo-insert-category-line, todo-insert-item-from-calendar)
21418 (todo-insert-sort-button, todo-insert-with-overlays)
21419 (todo-insertion-command-name, todo-insertion-key-bindings)
21420 (todo-label-to-key, todo-longest-category-name-length)
21421 (todo-make-categories-list, todo-mode-external-set)
21422 (todo-mode-line-control, todo-modes-set-1, todo-modes-set-2)
21423 (todo-modes-set-3, todo-multiple-filter-files)
21424 (todo-nondiary-marker-matcher, todo-prefix-overlays)
21425 (todo-read-category, todo-read-date, todo-read-dayname)
21426 (todo-read-file-name, todo-read-time)
21427 (todo-reevaluate-category-completions-files-defcustom)
21428 (todo-reevaluate-default-file-defcustom)
21429 (todo-reevaluate-filelist-defcustoms)
21430 (todo-reevaluate-filter-files-defcustom)
21431 (todo-reset-and-enable-done-separator, todo-reset-comment-string)
21432 (todo-reset-done-separator, todo-reset-done-separator-string)
21433 (todo-reset-done-string, todo-reset-global-current-todo-file)
21434 (todo-reset-highlight-item, todo-reset-nondiary-marker)
21435 (todo-reset-prefix, todo-set-categories)
21436 (todo-set-date-from-calendar, todo-set-show-current-file)
21437 (todo-set-top-priorities, todo-short-file-name)
21438 (todo-show-current-file, todo-sort, todo-time-string-matcher)
21439 (todo-total-item-counts, todo-update-buffer-list)
21440 (todo-update-categories-display, todo-update-categories-sexp)
21441 (todo-update-count, todo-validate-name, todo-y-or-n-p):
21442 New functions.
21443 (todo-archive-mode, todo-categories-mode, todo-filtered-items-mode):
21444 New major modes.
21445 (todo-categories, todo-display, todo-edit, todo-faces)
21446 (todo-filtered): New defgroups.
21447 (todo-archived-only, todo-button, todo-category-string, todo-date)
21448 (todo-diary-expired, todo-done, todo-done-sep, todo-comment)
21449 (todo-mark, todo-nondiary, todo-prefix-string, todo-search)
21450 (todo-sorted-column, todo-time, todo-top-priority): New deffaces.
21451 (todo-add-item-if-new-category, todo-always-add-time-string)
21452 (todo-categories-align, todo-categories-archived-label)
21453 (todo-categories-category-label, todo-categories-diary-label)
21454 (todo-categories-done-label, todo-categories-number-separator)
21455 (todo-categories-todo-label, todo-categories-totals-label)
21456 (todo-category-completions-files, todo-completion-ignore-case)
21457 (todo-default-todo-file, todo-diary-nonmarking, todo-directory)
21458 (todo-done-separator-string, todo-done-string)
21459 (todo-files-function, todo-filter-done-items, todo-filter-files)
21460 (todo-highlight-item, todo-include-in-diary, todo-indent-to-here)
21461 (todo-initial-category, todo-initial-file, todo-item-mark)
21462 (todo-legacy-date-time-regexp, todo-mode-line-function)
21463 (todo-nondiary-marker, todo-number-prefix)
21464 (todo-print-buffer-function, todo-show-current-file)
21465 (todo-show-done-only, todo-show-first, todo-show-with-done)
21466 (todo-skip-archived-categories, todo-top-priorities-overrides)
21467 (todo-undo-item-omit-comment, todo-use-only-highlighted-region)
21468 (todo-visit-files-commands, todo-wrap-lines, todo-y-with-space):
21469 New defcustoms.
21470 (todo-category-done, todo-date-pattern, todo-date-string-start)
21471 (todo-diary-items-buffer, todo-done-string-start)
21472 (todo-filtered-items-buffer, todo-item-start)
21473 (todo-month-abbrev-array, todo-month-name-array)
21474 (todo-nondiary-end, todo-nondiary-start, todo-regexp-items-buffer)
21475 (todo-top-priorities-buffer): New defconsts.
21476 (todo-archive-mode-map, todo-archives, todo-categories-mode-map)
21477 (todo-categories-with-marks, todo-category-string-face)
21478 (todo-comment-face, todo-comment-string, todo-current-todo-file)
21479 (todo-date-face, todo-date-from-calendar, todo-descending-counts)
21480 (todo-diary-expired-face, todo-done-face, todo-done-sep-face)
21481 (todo-done-separator, todo-edit-buffer, todo-edit-mode-map)
21482 (todo-file-buffers, todo-files, todo-filtered-items-mode-map)
21483 (todo-font-lock-keywords, todo-global-current-todo-file)
21484 (todo-insertion-commands, todo-insertion-commands-arg-key-list)
21485 (todo-insertion-commands-args)
21486 (todo-insertion-commands-args-genlist)
21487 (todo-insertion-commands-names, todo-insertion-map)
21488 (todo-key-bindings-t, todo-key-bindings-t+a)
21489 (todo-key-bindings-t+a+f, todo-key-bindings-t+f, todo-mode-map)
21490 (todo-multiple-filter-files, todo-multiple-filter-files-widget)
21491 (todo-nondiary-face, todo-print-buffer, todo-time-face)
21492 (todo-visited): New variables.
21493
21494 2013-06-21 Glenn Morris <rgm@gnu.org>
21495
21496 * play/cookie1.el (cookie-apropos): Add optional display argument.
21497 * obsolete/yow.el (apropos-zippy): Use cookie-apropos.
21498 (psychoanalyze-pinhead): Use cookie-doctor.
21499
21500 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
21501
21502 * emacs-lisp/package.el (tar-get-file-descriptor)
21503 (tar--extract): Declare.
21504
21505 2013-06-21 Eduard Wiebe <usenet@pusto.de>
21506
21507 Extend flymake's warning predicate to be a function (bug#14217).
21508 * progmodes/flymake.el (flymake-warning-predicate): New.
21509 (flymake-parse-line): Use it.
21510 (flymake-warning-re): Make obsolete alias to
21511 `flymake-warning-predicate'.
21512
21513 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
21514
21515 * emacs-lisp/package.el (package-alist): Include obsolete packages.
21516 (package-obsolete-list): Remove.
21517 (package-activate): Remove min-version argument. Add `force' argument.
21518 Adjust to new package-alist format.
21519 (package-mark-obsolete): Remove.
21520 (package-unpack): Force reload of the package's autoloads.
21521 (package-installed-p): Check builtins if the installed package is not
21522 recent enough.
21523 (package-initialize): Don't reset package-obsolete-list.
21524 Don't specify which package version to activate.
21525 (package-process-define-package, describe-package-1)
21526 (package-menu--generate): Adjust to new package-alist format.
21527
21528 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
21529
21530 * allout-widgets.el (allout-widgets-mode-off)
21531 (allout-widgets-mode-on, allout-widgets-pre-command-business)
21532 (allout-widgets-post-command-business)
21533 (allout-widgets-after-copy-or-kill-function)
21534 (allout-widgets-after-undo-function, allout-test-range-overlaps)
21535 (allout-decorate-item-and-context)
21536 (allout-graphics-modification-handler): Fix typos in docstrings.
21537 (allout-get-or-create-parent-widget): Use `looking-at-p'.
21538
21539 * cmuscheme.el (scheme-start-file): Doc fix.
21540 (inferior-scheme-mode, switch-to-scheme): Fix typos in docstrings.
21541 (scheme-input-filter): Use `string-match-p'.
21542
21543 * composite.el (compose-gstring-for-terminal): Fix typo in docstring.
21544
21545 * dired-x.el: Use Dired consistently in docstrings.
21546
21547 * dired.el: Use Dired consistently in docstrings.
21548 (dired-readin, dired-mode): Use `setq-local'.
21549 (dired-switches-alist): Make defvar-local.
21550 (dired-buffers-for-dir): Use `zerop'.
21551 (dired-safe-switches-p, dired-switches-escape-p)
21552 (dired-insert-old-subdirs, dired-move-to-end-of-filename)
21553 (dired-glob-regexp, dired-in-this-tree, dired-goto-file-1)
21554 (dired-sort-set-mode-line, dired-sort-toggle, dired-sort-R-check)
21555 (dired-goto-next-nontrivial-file): Use `string-match-p'.
21556 (dired-align-file, dired-insert-directory, dired-mark-files-in-region)
21557 (dired-toggle-marks, dired-mark-files-containing-regexp)
21558 (dired-mark-symlinks, dired-mark-directories, dired-mark-executables)
21559 (dired-flag-auto-save-files, dired-flag-backup-files):
21560 Use `looking-at-p'.
21561 (dired-mark-files-regexp, dired-build-subdir-alist):
21562 Use `string-match-p', `looking-at-p'.
21563
21564 * dos-w32.el (untranslated-canonical-name, untranslated-file-p)
21565 (direct-print-region-helper): Use `string-match-p'.
21566
21567 2013-06-21 Leo Liu <sdl.web@gmail.com>
21568
21569 * comint.el (comint-redirect-results-list-from-process):
21570 Fix infinite loop.
21571
21572 2013-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
21573
21574 * net/eww.el (eww-update-header-line-format): Quote % characters.
21575
21576 2013-06-21 Glenn Morris <rgm@gnu.org>
21577
21578 * play/cookie1.el (cookie): New custom group.
21579 (cookie-file): New option.
21580 (cookie-check-file): New function.
21581 (cookie): Make it interactive. Make start and end messages optional.
21582 Interactively, display the result. Default to cookie-file.
21583 (cookie-insert): Default to cookie-file.
21584 (cookie-snarf): Make start and end messages optional.
21585 Default to cookie-file. Use with-temp-buffer.
21586 (cookie-read): Rename from read-cookie.
21587 Make start and end messages optional. Default to cookie-file.
21588 (cookie-shuffle-vector): Rename from shuffle-vector. Use dotimes.
21589 Do not autoload it.
21590 (cookie-apropos, cookie-doctor): New functions, copied from yow.el
21591 * obsolete/yow.el (read-zippyism): Use new name for read-cookie.
21592
21593 2013-06-21 Leo Liu <sdl.web@gmail.com>
21594
21595 * progmodes/octave.el (octave-mode): Backward compatibility fix.
21596
21597 2013-06-21 Glenn Morris <rgm@gnu.org>
21598
21599 * font-lock.el (lisp-font-lock-keywords-2): Add with-eval-after-load.
21600
21601 2013-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
21602 Daniel Hackney <dan@haxney.org>
21603
21604 * emacs-lisp/package.el: Use tar-mode rather than tar executable.
21605 Consolidate the single-file vs tarball code.
21606 (package-desc-suffix): New function.
21607 (package-desc-full-name): Don't bother inlining it.
21608 (package-load-descriptor): Return the new package-desc.
21609 (package-mark-obsolete): Remove unused arg `package'.
21610 (package-unpack): Make it work for single files as well.
21611 Make it update package-alist.
21612 (package--make-autoloads-and-stuff): Rename from
21613 package--make-autoloads-and-compile. Don't compile any more.
21614 (package--compile): New function.
21615 (package-generate-description-file): New function, extracted from
21616 package-unpack-single.
21617 (package-unpack-single): Remove.
21618 (package--with-work-buffer): Add indentation and debugging info.
21619 (package-download-single): Remove.
21620 (package-install-from-archive): Rename from package-download-tar, make
21621 it take a pkg-desc, and make it work for single files as well.
21622 (package-download-transaction): Simplify.
21623 (package-tar-file-info): Remove `file' arg. Rewrite not to use an
21624 external tar program.
21625 (package-install-from-buffer): Remove `pkg-desc' argument.
21626 Use package-tar-file-info for tar-mode buffers.
21627 (package-install-file): Simplify accordingly.
21628 (package-archive-base): Change to take a pkg-desc.
21629 * tar-mode.el (tar--check-descriptor): New function, extracted from
21630 tar-get-descriptor.
21631 (tar-get-descriptor): Use it.
21632 (tar-get-file-descriptor): New function.
21633 (tar--extract): New function, extracted from tar-extract.
21634 (tar--extract): Use it.
21635 * emacs-lisp/package-x.el (package-upload-file): Decode the file, in
21636 case the summary uses non-ascii. Adjust to new calling convention of
21637 package-tar-file-info.
21638
21639 2013-06-21 Leo Liu <sdl.web@gmail.com>
21640
21641 * comint.el (comint-redirect-results-list-from-process):
21642 Fix random delay. (Bug#14681)
21643
21644 2013-06-21 Juanma Barranquero <lekktu@gmail.com>
21645
21646 * profiler.el (profiler-format-number): Use log, not log10.
21647
21648 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
21649
21650 * term/x-win.el (emacs-session-filename): Use `locate-user-emacs-file'.
21651
21652 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
21653
21654 * emacs-lisp/cl-loaddefs.el: Don't version-control any more.
21655 * emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
21656 yet available.
21657 * Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
21658 (AUTOGENEL): ... here.
21659 * emacs-lisp/cl-macs.el (cl--sublis): New function.
21660 (cl--defsubst-expand): Use it.
21661
21662 2013-06-20 Paul Eggert <eggert@cs.ucla.edu>
21663
21664 * subr.el (log10): Move here from C code, and declare as obsolete.
21665 All uses of (log10 X) replaced with (log X 10).
21666
21667 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
21668
21669 * emacs-lisp/tabulated-list.el (tabulated-list-format): Fix typo.
21670 Declare with `defvar-local'.
21671 (tabulated-list-use-header-line, tabulated-list-entries)
21672 (tabulated-list-padding, tabulated-list-printer)
21673 (tabulated-list-sort-key): Declare with `defvar-local'.
21674 (tabulated-list-init-header, tabulated-list-print-fake-header):
21675 Use `setq-local'.
21676
21677 2013-06-20 Michael Albinus <michael.albinus@gmx.de>
21678
21679 * arc-mode.el (archive-mode): Add `archive-write-file' to
21680 `write-contents-functions' also for remote files. (Bug#14652)
21681
21682 2013-06-20 Juanma Barranquero <lekktu@gmail.com>
21683
21684 * cus-edit.el (custom-commands): Fix typos.
21685 (custom-display): Fix tooltip text.
21686 (custom-magic-alist, custom-filter-face-spec, custom-group-members):
21687 Fix typos in docstrings.
21688 (custom--initialize-widget-variables, Custom-mode): Use `setq-local'.
21689 (custom-unlispify-menu-entry, custom-magic-value-create)
21690 (custom-add-see-also, custom-group-value-create): Use ?\s.
21691 (custom-guess-type, customize-apropos, editable-field)
21692 (custom-face-value-create): Use `string-match-p'.
21693 (custom-save-variables, custom-save-faces): Use `looking-at-p'.
21694
21695 * custom.el (custom-load-symbol): Use `string-match-p'.
21696
21697 * ansi-color.el: Convert to lexical binding.
21698 (ansi-colors): Fix URL.
21699 (ansi-color-context, ansi-color-context-region): Use defvar-local.
21700 (ansi-color-apply-sequence, ansi-color-map): Fix typos in docstrings.
21701 (ansi-color-make-color-map): Rename local var ansi-color-map to map.
21702
21703 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21704
21705 * net/eww.el (eww-process-text-input): Display passwords as asterisks.
21706
21707 * net/shr.el (shr-make-table-1): Protect against invalid column-spans.
21708
21709 2013-06-19 Tom Tromey <tromey@redhat.com>
21710
21711 * net/eww.el (eww-top-url): Remove.
21712 (eww-home-url, eww-start-url, eww-contents-url): New defvars.
21713 (eww-render): Set new variables. Don't set eww-top-url.
21714 (eww-handle-link): Handle "prev", "home", and "contents".
21715 Downcase the rel text.
21716 (eww-top-url): Choose best top URL.
21717
21718 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21719
21720 * net/eww.el: Rewrite to implement form elements "by hand" instead of
21721 relying in widget.el. Using widget.el leads to too many
21722 user interface inconsistencies.
21723 (eww-self-insert): Implement entering commands in text fields.
21724 (eww-process-text-input): New function to make text input field editing
21725 work.
21726 (eww-submit): Rewrite to use the new-style form methods.
21727 (eww-select-display): Display the correct selected item.
21728 (eww-change-select): Implement changing the select value.
21729 (eww-toggle-checkbox): Implement radio/checkboxes.
21730 (eww-update-field): Fix compilation error.
21731 (eww-tag-textarea): Implement <textarea>.
21732
21733 * net/shr.el (shr-urlify): Use `keymap' instead of `local-map' so that
21734 we don't shadow mode-specific bindings.
21735
21736 * net/eww.el (eww-browse-url): Don't push stuff onto history if there's
21737 nothing to push.
21738
21739 * net/shr.el (shr-map): Bind [down-mouse-1] to browse URLs.
21740
21741 2013-06-19 Glenn Morris <rgm@gnu.org>
21742
21743 * emacs-lisp/eieio.el (defclass): Make it eval-and-compile once more.
21744
21745 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
21746
21747 * net/tramp-adb.el (tramp-adb-get-toolbox): Remove function, it is
21748 not needed.
21749
21750 * net/tramp-sh.el (tramp-find-shell): Don't set "busybox" property.
21751
21752 2013-06-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21753
21754 * net/browse-url.el (browse-url-browser-function):
21755 `eww-browse-url' has the right calling signature, `eww' does not.
21756
21757 2013-06-19 Glenn Morris <rgm@gnu.org>
21758
21759 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
21760 Only eval autoloaded macros.
21761 (byte-compile-autoload): Only give the macro warning for macros.
21762
21763 * progmodes/cperl-mode.el (ps-bold-faces, ps-italic-faces)
21764 (ps-underlined-faces): Declare.
21765
21766 * progmodes/idlwave.el (func-menu): Only set it up on XEmacs.
21767 (speedbar-add-supported-extension): Declare.
21768
21769 * international/titdic-cnv.el (tit-process-header, miscdic-convert):
21770 Don't include a date stamp in the header of the generated file;
21771 it leads to needless differences between output files.
21772
21773 2013-06-19 Michael Albinus <michael.albinus@gmx.de>
21774
21775 * net/secrets.el (secrets-struct-secret-content-type):
21776 Replace check of introspection data by a test call of "CreateItem".
21777 Some servers do not offer introspection.
21778
21779 2013-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
21780
21781 * electric.el (electric-pair-mode): Improve interaction with
21782 electric-layout-mode.
21783 (electric-pair-default-inhibit): Don't assume (eq char (char-before)).
21784 (electric-pair-syntax): Use text-mode-syntax-table in comments
21785 and strings.
21786 (electric-pair--insert): New function.
21787 (electric-pair-post-self-insert-function): Use it and
21788 electric--after-char-pos.
21789
21790 2013-06-19 Leo Liu <sdl.web@gmail.com>
21791
21792 * progmodes/octave.el (octave-help): Fix regexp.
21793
21794 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
21795
21796 * net/shr.el (shr-make-table-1): Implement <td rowspan>.
21797 (shr-table-horizontal-line): Allow nil as a value, and change the
21798 default.
21799 (shr-insert-table-ruler): Respect the nil value.
21800
21801 2013-06-18 Tom Tromey <tromey@barimba>
21802
21803 * net/eww.el (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
21804 New defvars.
21805 (eww-open-file): New defun.
21806 (eww-render): Initialize new variables.
21807 (eww-display-html): Handle "link" and "a".
21808 (eww-handle-link, eww-tag-link, eww-tag-a): New defuns.
21809 (eww-mode-map): Move "p" to "l". Bind "p", "n", "t", and "u".
21810 (eww-back-url): Rename from eww-previous-url.
21811 (eww-next-url, eww-previous-url, eww-up-url, eww-top-url):
21812 New defuns.
21813
21814 2013-06-18 Dmitry Gutov <dgutov@yandex.ru>
21815
21816 * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
21817 Distinguish ternary operator tokens from slash symbol and slash
21818 char literal.
21819
21820 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
21821
21822 Convert symbol prettification into minor mode and global minor mode.
21823
21824 * progmodes/prog-mode.el (prettify-symbols-alist): Rename from
21825 `prog-prettify-symbols', and make a local defvar instead of defcustom.
21826 (prettify-symbols--keywords): Rename from
21827 `prog-prettify-symbols-alist' and make a local defvar.
21828 (prettify-symbols--compose-symbol): Rename from
21829 `prog--prettify-font-lock-compose-symbol'.
21830 (prettify-symbols--make-keywords): Rename from
21831 `prog-prettify-font-lock-symbols-keywords' and simplify.
21832 (prog-prettify-install): Remove.
21833 (prettify-symbols-mode): New minor mode, based on
21834 `prog-prettify-install'.
21835 (turn-on-prettify-symbols-mode): New function.
21836 (global-prettify-symbols-mode): New globalized minor mode.
21837
21838 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21839 * progmodes/cfengine.el (cfengine3-mode):
21840 * progmodes/perl-mode.el (perl-mode): Don't call
21841 `prog-prettify-install'; set `prettify-symbols-alist' instead.
21842
21843 2013-06-18 Juri Linkov <juri@jurta.org>
21844
21845 * files-x.el (modify-file-local-variable-message): New function.
21846 (modify-file-local-variable)
21847 (modify-file-local-variable-prop-line): Add arg INTERACTIVE
21848 and call `modify-file-local-variable-message' when it's non-nil.
21849 (add-file-local-variable, delete-file-local-variable)
21850 (add-file-local-variable-prop-line)
21851 (delete-file-local-variable-prop-line): Add arg INTERACTIVE
21852 and use it. (Bug#9820)
21853
21854 2013-06-18 Juri Linkov <juri@jurta.org>
21855
21856 * emulation/vi.el (vi-shell-op):
21857 * emulation/vip.el (vip-execute-com, ex-command):
21858 * emulation/viper-cmd.el (viper-exec-bang):
21859 * emulation/viper-ex.el (ex-command): Add non-nil arg REPLACE to
21860 the call of `shell-command-on-region'. (Bug#14637)
21861
21862 * simple.el (shell-command-on-region): Doc fix.
21863
21864 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
21865
21866 * emacs-lisp/eieio-custom.el: Remove misleading Version: header
21867 (bug#14633).
21868
21869 2013-06-18 Glenn Morris <rgm@gnu.org>
21870
21871 * net/eww.el, net/shr.el, net/shr-color.el: Move here from gnus/.
21872
21873 * newcomment.el (comment-search-forward, comment-search-backward):
21874 Doc fix. (Bug#14376)
21875
21876 2013-06-18 Juanma Barranquero <lekktu@gmail.com>
21877
21878 * face-remap.el (buffer-face-toggle): Fix typo in docstring.
21879 (buffer-face-mode-invoke): Doc fix.
21880
21881 2013-06-18 Matthias Meulien <orontee@gmail.com>
21882
21883 * tabify.el (untabify, tabify): With prefix, apply to entire buffer.
21884 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00545.html>
21885
21886 2013-06-18 Glenn Morris <rgm@gnu.org>
21887
21888 * generic-x.el (bat-generic-mode, rc-generic-mode, rul-generic-mode):
21889 Replace obsolete function generic-make-keywords with its expansion.
21890
21891 * progmodes/python.el (ffap-alist): Declare.
21892
21893 * textmodes/reftex.el (bibtex-mode-map): Declare.
21894
21895 2013-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
21896
21897 * emacs-lisp/package.el: Update package-alist after install (bug#14632).
21898 (package-unpack, package-unpack-single): Return the pkg-dir.
21899 (package-download-transaction): Use it to update package-alist.
21900
21901 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
21902
21903 * net/browse-url.el (browse-url-browser-function): Add `eww' as a
21904 possible choice.
21905
21906 2013-06-17 Juri Linkov <juri@jurta.org>
21907
21908 * net/webjump.el (webjump-sample-sites): Add DuckDuckGo.
21909
21910 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
21911
21912 * emacs-lisp/package.el (package-load-descriptor):
21913 Remove `with-syntax-table' call, `read' doesn't need it.
21914 http://lists.gnu.org/archive/html/emacs-devel/2013-06/msg00539.html
21915
21916 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
21917
21918 * startup.el (command-line): Expand package name returned by
21919 `package--description-file' (bug#14639).
21920
21921 2013-06-17 Dmitry Gutov <dgutov@yandex.ru>
21922
21923 * emacs-lisp/package.el (package-load-descriptor): Do not call
21924 `emacs-lisp-mode', just use its syntax table.
21925
21926 2013-06-17 Juanma Barranquero <lekktu@gmail.com>
21927
21928 * progmodes/prog-mode.el (prog-prettify-install): Add `composition' to
21929 `font-lock-extra-managed-props' if any prettifying keyword is added.
21930 (prog--prettify-font-lock-compose-symbol): Use ?\s instead of ?\ .
21931 (prog-mode): Use `setq-local'.
21932
21933 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
21934
21935 * international/characters.el (standard-case-table): Set syntax of ?»
21936 and ?« to punctuation.
21937
21938 2013-06-16 Juanma Barranquero <lekktu@gmail.com>
21939
21940 * progmodes/prog-mode.el (prog--prettify-font-lock-compose-symbol):
21941 Save relevant match data before calling `syntax-ppss' (bug#14595).
21942
21943 2013-06-15 Juri Linkov <juri@jurta.org>
21944
21945 * files-x.el (modify-file-local-variable-prop-line): Add local
21946 variables to the end of the existing comment on the first line.
21947 Use `file-auto-mode-skip' to skip interpreter magic line,
21948 and also skip XML declaration.
21949
21950 2013-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
21951
21952 * startup.el (package--builtin-versions): New var.
21953 (package-subdirectory-regexp): Remove.
21954 (package--description-file): Hard code its value instead.
21955
21956 * emacs-lisp/package.el: Don't activate packages older than builtin.
21957 (package-obsolete-list): Rename from package-obsolete-alist, and make
21958 it into a simple list of package-desc.
21959 (package-strip-version): Remove.
21960 (package-built-in-p): Use package--builtin-versions.
21961 (package-mark-obsolete): Simplify.
21962 (package-process-define-package): Mark it obsolete if older than the
21963 builtin version.
21964 (package-handle-response): Use line-end-position.
21965 (package-read-archive-contents, package--download-one-archive):
21966 Simplify.
21967 (package--add-to-archive-contents): Skip if older than the builtin or
21968 installed version.
21969 (package-menu-describe-package): Fix last change.
21970 (package-list-unversioned): New var.
21971 (package-menu--generate): Use it.
21972
21973 * emacs-lisp/autoload.el: Manage package--builtin-versions.
21974 (autoload--insert-text, autoload--insert-cookie-text): New functions.
21975 (autoload-builtin-package-versions): New variable.
21976 (autoload-generate-file-autoloads): Use them.
21977 Remove the list of autoloaded functions/macros from the
21978 (autoload...) comments.
21979
21980 * Makefile.in (autoloads): Set autoload-builtin-package-versions.
21981
21982 2013-06-15 Eli Zaretskii <eliz@gnu.org>
21983
21984 * simple.el (line-move-partial): Don't jump to the next screen
21985 line as soon as it becomes visible. Instead, continue enlarging
21986 the vscroll until the portion of a tall screen line that's left on
21987 display is about the height of the frame's default font.
21988 (Bug#14567)
21989
21990 2013-06-15 Glenn Morris <rgm@gnu.org>
21991
21992 * vc/vc-dispatcher.el (vc-compilation-mode): Avoid making
21993 compilation-error-regexp-alist void, or local while let-bound.
21994
21995 * progmodes/make-mode.el (makefile-mode-syntax-table):
21996 Treat "=" as punctuation. (Bug#14614)
21997
21998 2013-06-15 Juanma Barranquero <lekktu@gmail.com>
21999
22000 * help-fns.el (describe-variable):
22001 Add extra line for permanent-local variables.
22002
22003 2013-06-15 Simen Heggestøyl <simenheg@ifi.uio.no> (tiny change)
22004
22005 * progmodes/scheme.el (scheme-font-lock-keywords-2):
22006 Add export, import, library. (Bug#9164)
22007 (library): Set indent function.
22008
22009 2013-06-14 Glenn Morris <rgm@gnu.org>
22010
22011 * term/xterm.el (xterm--query):
22012 Stop after first matching handler. (Bug#14615)
22013
22014 2013-06-14 Ivan Kanis <ivan@kanis.fr>
22015
22016 Add support for dired in saveplace.
22017 * dired.el (dired-initial-position-hook): New variable.
22018 (dired-initial-position): Call hook to place cursor position.
22019 * saveplace.el (save-place-to-alist): Add dired position.
22020 (save-place-dired-hook): New function.
22021
22022 2013-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
22023
22024 * subr.el (eval-after-load, set-temporary-overlay-map): Use indirection
22025 through a symbol rather than letrec.
22026
22027 * emacs-lisp/package.el: Don't recompute dir. Use pkg-descs more.
22028 (package-desc): Add `dir' field.
22029 (package-desc-full-name): New function.
22030 (package-load-descriptor): Combine the two arguments. Don't use `load'.
22031 (package-maybe-load-descriptor): Remove.
22032 (package-load-all-descriptors): Just call package-load-descriptor.
22033 (package--disabled-p): New function.
22034 (package-desc-vers, package-desc-doc): Remove aliases.
22035 (package--dir): Remove function.
22036 (package-activate): Check if a package is disabled.
22037 (package-process-define-package): New function, extracted from
22038 define-package.
22039 (define-package): Turn into a place holder.
22040 (package-unpack-single, package-tar-file-info):
22041 Use package--description-file.
22042 (package-compute-transaction): Use package--disabled-p.
22043 (package-download-transaction): Don't call
22044 package-maybe-load-descriptor since they're all loaded anyway.
22045 (package-install): Change argument to be a pkg-desc.
22046 (package-delete): Use a single pkg-desc argument.
22047 (describe-package-1): Use package-desc-dir instead of package--dir.
22048 Use package-desc property instead of package-symbol.
22049 (package-install-button-action): Adjust accordingly.
22050 (package--push): Rewrite.
22051 (package-menu--print-info): Adjust accordingly. Change the ID format
22052 to be a pkg-desc.
22053 (package-menu-describe-package, package-menu-get-status)
22054 (package-menu--find-upgrades, package-menu-mark-upgrades)
22055 (package-menu-execute, package-menu--name-predicate):
22056 Adjust accordingly.
22057 * startup.el (package--description-file): New function.
22058 (command-line): Use it.
22059 * emacs-lisp/package-x.el (package-upload-buffer-internal):
22060 Use package-desc-version.
22061
22062 * emacs-lisp/bytecomp.el (byte-compile-force-lexical-warnings): New var.
22063 (byte-compile-preprocess): Use it.
22064 (byte-compile-file-form-defalias): Try a bit harder to use macros we
22065 can't quite recognize.
22066 (byte-compile-add-to-list): Remove.
22067 * emacs-lisp/cconv.el (cconv-warnings-only): New function.
22068 (cconv-closure-convert): Add assertion.
22069
22070 * emacs-lisp/map-ynp.el: Use lexical-binding.
22071 (map-y-or-n-p): Remove unused vars `tail' and `object'.
22072 Factor out some repeated code.
22073
22074 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
22075
22076 * subr.el (with-eval-after-load): New macro.
22077 (eval-after-load): Allow form to be a function.
22078 take advantage of lexical-binding.
22079 (do-after-load-evaluation): Use dolist and adjust to new format.
22080 * simple.el (bad-packages-alist): Use dolist and with-eval-after-load.
22081
22082 2013-06-13 Juri Linkov <juri@jurta.org>
22083
22084 * replace.el (perform-replace): Display "symbol " and other search
22085 modes from `isearch-message-prefix' in the *Help* buffer.
22086
22087 * isearch.el (isearch-query-replace): Add " symbol" and other
22088 possible search modes from `isearch-message-prefix' to the prompt.
22089 (isearch-occur): Use `with-isearch-suspended' to not exit Isearch
22090 when reading a regexp to collect.
22091
22092 2013-06-13 Juri Linkov <juri@jurta.org>
22093
22094 * isearch.el (word-search-regexp): Match whitespace if the search
22095 string begins or ends in whitespace. The LAX arg is applied to
22096 both ends of the search string. Use `regexp-quote' and explicit
22097 \< and \> instead of \b. Use \` and \' instead of ^ and $.
22098 (isearch-symbol-regexp): Sync with `word-search-regexp' where word
22099 boundaries are replaced with symbol boundaries, and characters
22100 between symbols match non-word non-symbol syntax. (Bug#14602)
22101
22102 2013-06-13 Juri Linkov <juri@jurta.org>
22103
22104 * isearch.el (isearch-del-char): Don't exceed the length of
22105 `isearch-string' by the prefix arg. (Bug#14563)
22106
22107 2013-06-13 Juri Linkov <juri@jurta.org>
22108
22109 * isearch.el (isearch-yank-word, isearch-yank-line)
22110 (isearch-char-by-name, isearch-quote-char)
22111 (isearch-printing-char, isearch-process-search-char):
22112 Add optional count prefix arg. (Bug#14563)
22113
22114 * international/isearch-x.el
22115 (isearch-process-search-multibyte-characters):
22116 Add optional count prefix arg.
22117
22118 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
22119
22120 * subr.el (internal-push-keymap, internal-pop-keymap): New functions.
22121 (set-temporary-overlay-map): Use them (bug#14095); and take advantage of
22122 lexical-binding.
22123
22124 2013-06-13 Vitalie Spinu <spinuvit@gmail.com>
22125
22126 * subr.el (set-temporary-overlay-map): Add on-exit argument.
22127
22128 2013-06-13 Glenn Morris <rgm@gnu.org>
22129
22130 * startup.el (tty-handle-args):
22131 Don't just discard "--" and anything after. (Bug#14608)
22132
22133 * emacs-lisp/lisp.el (forward-sexp, backward-sexp): Doc fixes.
22134
22135 2013-06-13 Michael Albinus <michael.albinus@gmx.de>
22136
22137 Implement changes in Secret Service API. Make it backward compatible.
22138 * net/secrets.el (secrets-struct-secret-content-type): New defonst.
22139 (secrets-create-item): Use it. Prefix properties with interface.
22140
22141 2013-06-13 Michael Hoffman <9qobl2n02@sneakemail.com> (tiny change)
22142
22143 * term.el (term-suppress-hard-newline): New option. (Bug#12017)
22144 (term-emulate-terminal): Respect term-suppress-hard-newline.
22145
22146 2013-06-13 E Sabof <esabof@gmail.com> (tiny change)
22147
22148 * image-dired.el (image-dired-dired-toggle-marked-thumbs):
22149 Only remove a `thumb-file' overlay. (Bug#14548)
22150
22151 2013-06-12 Grégoire Jadi <daimrod@gmail.com>
22152
22153 * mail/reporter.el (reporter-submit-bug-report):
22154 Handle missing package-name. (Bug#14600)
22155
22156 2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
22157
22158 * textmodes/reftex-cite.el (reftex-cite-regexp-hist)
22159 (reftex-citation-prompt, reftex-default-bibliography)
22160 (reftex-bib-or-thebib, reftex-get-bibfile-list)
22161 (reftex-pop-to-bibtex-entry, reftex-extract-bib-entries)
22162 (reftex-bib-sort-author, reftex-bib-sort-year)
22163 (reftex-bib-sort-year-reverse, reftex-get-crossref-alist)
22164 (reftex-extract-bib-entries-from-thebibliography)
22165 (reftex-get-bibkey-default, reftex-get-bib-names)
22166 (reftex-parse-bibtex-entry, reftex-get-bib-field)
22167 (reftex-format-bib-entry, reftex-parse-bibitem)
22168 (reftex-format-bibitem, reftex-do-citation)
22169 (reftex-figure-out-cite-format, reftex-offer-bib-menu)
22170 (reftex-restrict-bib-matches, reftex-extract-bib-file)
22171 (reftex-insert-bib-matches, reftex-format-citation)
22172 (reftex-make-cite-echo-string, reftex-bibtex-selection-callback)
22173 (reftex-create-bibtex-file): Add docstrings, mostly by converting
22174 existing comments into docstrings.
22175
22176 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
22177
22178 * ibuf-ext.el (ibuffer-mark-help-buffers): Doc fix.
22179
22180 2013-06-12 Andreas Schwab <schwab@suse.de>
22181
22182 * international/mule.el (auto-coding-alist): Use utf-8-emacs-unix
22183 for auto-save files.
22184
22185 2013-06-12 Glenn Morris <rgm@gnu.org>
22186
22187 * ido.el (ido-delete-ignored-files): Remove.
22188 (ido-wide-find-dirs-or-files, ido-make-file-list-1):
22189 Go back to calling ido-ignore-item-p directly.
22190
22191 2013-06-12 Eyal Lotem <eyal.lotem@gmail.com> (tiny change)
22192
22193 * ido.el (ido-wide-find-dirs-or-files): Respect ido-case-fold.
22194
22195 * ido.el (ido-delete-ignored-files): New function,
22196 split from ido-make-file-list-1.
22197 (ido-wide-find-dirs-or-files): Maybe ignore files. (Bug#13003)
22198 (ido-make-file-list-1): Use ido-delete-ignored-files.
22199
22200 2013-06-12 Leo Liu <sdl.web@gmail.com>
22201
22202 * progmodes/octave.el (inferior-octave-startup)
22203 (inferior-octave-completion-table)
22204 (inferior-octave-track-window-width-change)
22205 (octave-eldoc-function-signatures, octave-help)
22206 (octave-find-definition): Use single quoted strings.
22207 (inferior-octave-startup-args): Change default value.
22208 (inferior-octave-startup): Do not hard code "-i" and
22209 "--no-line-editing".
22210 (inferior-octave-resync-dirs): Add optional arg NOERROR.
22211 (inferior-octave-directory-tracker): Use it.
22212 (octave-goto-function-definition): Robustify.
22213 (octave-help): Support highlighting operators in 'See also'.
22214 (octave-find-definition): Find subfunctions only in Octave mode.
22215
22216 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22217
22218 * help-fns.el (help-fns--compiler-macro): If the handler function is
22219 named, then put a link to it.
22220 * help-mode.el (help-function-cmacro): Adjust regexp for cl-lib names.
22221 * emacs-lisp/cl-macs.el (cl--compiler-macro-typep): New function.
22222 (cl-typep): Use it.
22223 (cl-eval-when): Simplify debug spec.
22224 (cl-define-compiler-macro): Use eval-and-compile. Give a name to the
22225 compiler-macro function instead of setting `compiler-macro-file'.
22226
22227 2013-06-12 Xue Fuqiao <xfq.free@gmail.com>
22228
22229 * vc/vc-cvs.el (vc-cvs-stay-local): Doc fix.
22230 * vc/vc-hooks.el (vc-stay-local): Doc fix.
22231
22232 2013-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
22233 Daniel Hackney <dan@haxney.org>
22234
22235 First part of Daniel Hackney's patch to package.el.
22236 * emacs-lisp/package.el: Use defstruct.
22237 (package-desc): New, main struct.
22238 (package--bi-desc, package--ac-desc): New structs, used to describe the
22239 format in external files.
22240 (package-desc-vers): Replace with package-desc-version accessor.
22241 (package-desc-doc): Replace with package-desc-summary accessor.
22242 (package-activate-1): Remove `package' arg since the pkg-vec now
22243 includes the name.
22244 (define-package): Use package-desc-from-define.
22245 (package-unpack-single): Change file-name arg to be a symbol.
22246 (package--add-to-archive-contents): Use package-desc-create and new
22247 accessor functions to package--ac-desc.
22248 (package-buffer-info, package-tar-file-info): Return a package-desc.
22249 (package-install-from-buffer): Remove `type' argument. Change pkg-info
22250 arg to be a package-desc.
22251 (package-install-file): Adjust accordingly. Use \' to match EOS.
22252 (package--from-builtin): New function.
22253 (describe-package-1, package-menu--generate): Use it.
22254 (package--make-autoloads-and-compile): Change name arg to be a symbol.
22255 (package-generate-autoloads): Idem and return the name of the file.
22256 * emacs-lisp/package-x.el (package-upload-buffer-internal):
22257 Change pkg-info arg to be a package-desc.
22258 Use package-make-ac-desc.
22259 (package-upload-file): Use \' to match EOS.
22260 * finder.el (finder-compile-keywords): Use package-make-builtin.
22261
22262 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22263
22264 * vc/vc.el (vc-deduce-fileset): Change error message.
22265 (vc-read-backend): New function.
22266 (vc-next-action): Use it.
22267
22268 * subr.el (function-arity): Remove (mistakenly added) (bug#14590).
22269
22270 * progmodes/prolog.el (prolog-make-keywords-regexp): Remove.
22271 (prolog-font-lock-keywords): Use regexp-opt instead.
22272 Don't manually highlight strings.
22273 (prolog-mode-variables): Simplify comment-start-skip.
22274 (prolog-consult-compile): Use display-buffer. Remove unused old-filter.
22275
22276 * emacs-lisp/generic.el (generic--normalise-comments)
22277 (generic-set-comment-syntax, generic-set-comment-vars): New functions.
22278 (generic-mode-set-comments): Use them.
22279 (generic-bracket-support): Use setq-local.
22280 (generic-make-keywords-list): Declare obsolete.
22281
22282 2013-06-11 Glenn Morris <rgm@gnu.org>
22283
22284 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
22285 Prettify after setting font-lock-defaults. (Bug#14574)
22286
22287 2013-06-11 Juanma Barranquero <lekktu@gmail.com>
22288
22289 * replace.el (query-replace, occur-read-regexp-defaults-function)
22290 (replace-search):
22291 * subr.el (declare-function, number-sequence, local-set-key)
22292 (substitute-key-definition, locate-user-emacs-file)
22293 (with-silent-modifications, split-string, eval-after-load):
22294 Fix typos, remove unneeded backslashes and reflow some docstrings.
22295
22296 2013-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
22297
22298 * international/mule-conf.el (file-coding-system-alist): Use utf-8 as
22299 default for Elisp files.
22300
22301 2013-06-11 Glenn Morris <rgm@gnu.org>
22302
22303 * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,
22304 although define-derived-mode was doing this anyway. (Bug#14583)
22305
22306 2013-06-10 Juanma Barranquero <lekktu@gmail.com>
22307
22308 * allout.el (allout-encryption-plaintext-sanitization-regexps):
22309 Fix make-variable-buffer-local call to refer to the correct variable.
22310
22311 2013-06-10 Aidan Gauland <aidalgol@amuri.net>
22312
22313 * eshell/em-term.el (eshell-visual-commands)
22314 (eshell-visual-subcommands, eshell-visual-options):
22315 Add summary line to docstrings. Add cross-references.
22316
22317 2013-06-10 Glenn Morris <rgm@gnu.org>
22318
22319 * epa.el (epa-read-file-name): New function. (Bug#14510)
22320 (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name.
22321
22322 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
22323
22324 * eshell/em-term.el (eshell-visual-command-p): Fix bug that caused
22325 output redirection to be ignored with visual commands.
22326
22327 2013-06-09 Aidan Gauland <aidalgol@amuri.net>
22328
22329 * eshell/em-term.el (eshell-visual-command-p): New function.
22330 (eshell-term-initialize): Move long lambda to separate function
22331 eshell-visual-command-p.
22332 * eshell/em-dirs.el (eshell-dirs-initialize):
22333 * eshell/em-script.el (eshell-script-initialize):
22334 Add missing #' to lambda.
22335
22336 2013-06-08 Leo Liu <sdl.web@gmail.com>
22337
22338 * progmodes/octave.el (octave-add-log-current-defun): New function.
22339 (octave-mode): Set add-log-current-defun-function.
22340 (octave-goto-function-definition): Do not move point if not found.
22341 (octave-find-definition): Enhance to try subfunctions first.
22342
22343 2013-06-08 Glenn Morris <rgm@gnu.org>
22344
22345 * emacs-lisp/bytecomp.el (byte-compile-char-before)
22346 (byte-compile-backward-char, byte-compile-backward-word):
22347 Improve previous change, to handle non-explicit nil.
22348
22349 2013-06-07 Stefan Monnier <monnier@iro.umontreal.ca>
22350
22351 * emacs-lisp/smie.el: Improve show-paren-mode behavior.
22352 (smie--opener/closer-at-point): New function.
22353 (smie--matching-block-data): Use it. Don't match from right after an
22354 opener or right before a closer. Obey smie-blink-matching-inners.
22355 Don't signal a mismatch for repeated inners like "switch..case..case".
22356
22357 2013-06-07 Leo Liu <sdl.web@gmail.com>
22358
22359 * progmodes/octave.el (octave-mode): Set comment-use-global-state
22360 to t. (Bug#14303)
22361 (octave-function-header-regexp): Fix. (Bug#14570)
22362 (octave-help-mode-finish-hook, octave-help-mode-finish):
22363 Remove. Just use temp-buffer-show-hook.
22364
22365 * newcomment.el (comment-search-backward): Revert last change.
22366 (Bug#14434)
22367
22368 * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification.
22369
22370 2013-06-07 Eli Zaretskii <eliz@gnu.org>
22371
22372 * Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files
22373 through xargs, to avoid failure due to MS-Windows limitations on
22374 command-line length.
22375
22376 2013-06-06 Glenn Morris <rgm@gnu.org>
22377
22378 * font-lock.el (lisp-font-lock-keywords-2):
22379 Treat user-error like error.
22380
22381 * emacs-lisp/bytecomp.el (byte-compile-char-before)
22382 (byte-compile-backward-char, byte-compile-backward-word):
22383 Handle explicit nil arguments. (Bug#14565)
22384
22385 2013-06-05 Alan Mackenzie <acm@muc.de>
22386
22387 * isearch.el (isearch-allow-prefix): New user option.
22388 (isearch-other-meta-char): Don't exit isearch when a prefix
22389 argument is typed whilst `isearch-allow-prefix' is non-nil.
22390 (Bug#9706)
22391
22392 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
22393
22394 * autorevert.el (auto-revert-notify-handler): Use memq.
22395 Hide assertion failure.
22396
22397 * skeleton.el: Use cl-lib.
22398 (skeleton-further-elements): Use defvar-local.
22399 (skeleton-insert): Use cl-progv.
22400
22401 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
22402
22403 * progmodes/prog-mode.el (prog-prettify-symbols)
22404 (prog-prettify-install): Update docstrings.
22405
22406 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
22407
22408 * simple.el: Move all the prog-mode code to prog-mode.el.
22409 * progmodes/prog-mode.el: New file.
22410 * loadup.el: Add prog-mode.el.
22411
22412 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
22413
22414 * simple.el (prog-prettify-symbols): Add version.
22415 (prog-prettify-install): Add convenience function to prettify symbols.
22416
22417 * progmodes/perl-mode.el (perl--augmented-font-lock-keywords)
22418 (perl--augmented-font-lock-keywords-1)
22419 (perl--augmented-font-lock-keywords-2, perl-mode): Remove unneeded
22420 variables and use it.
22421
22422 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
22423 (cfengine3-mode): Remove unneeded variable and use it.
22424
22425 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
22426 (lisp--augmented-font-lock-keywords-1)
22427 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables):
22428 Remove unneeded variables and use it.
22429
22430 2013-06-05 João Távora <joaotavora@gmail.com>
22431
22432 * net/tls.el (open-tls-stream): Remove unneeded buffer contents up
22433 to point when opening the connection. (Bug#14380)
22434
22435 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
22436
22437 * subr.el (load-history-regexp, load-history-filename-element)
22438 (eval-after-load, after-load-functions, do-after-load-evaluation)
22439 (eval-next-after-load, display-delayed-warnings)
22440 (collapse-delayed-warnings, delayed-warnings-hook): Move after the
22441 definition of save-match-data.
22442 (overriding-local-map): Remove accidental obsolescence declaration.
22443
22444 * emacs-lisp/edebug.el (edebug-result): Move before first use.
22445
22446 2013-06-05 Teodor Zlatanov <tzz@lifelogs.com>
22447
22448 Generalize symbol prettify support to prog-mode and implement it
22449 for perl-mode, cfengine3-mode, and emacs-lisp-mode.
22450 * simple.el (prog-prettify-symbols-alist, prog-prettify-symbols)
22451 (prog--prettify-font-lock-compose-symbol)
22452 (prog-prettify-font-lock-symbols-keywords): New variables and
22453 functions to support symbol prettification.
22454 * emacs-lisp/lisp-mode.el (lisp--augmented-font-lock-keywords)
22455 (lisp--augmented-font-lock-keywords-1)
22456 (lisp--augmented-font-lock-keywords-2, lisp-mode-variables)
22457 (lisp--prettify-symbols-alist): Implement prettify of lambda.
22458 * progmodes/cfengine.el (cfengine3--augmented-font-lock-keywords)
22459 (cfengine3--prettify-symbols-alist, cfengine3-mode):
22460 Implement prettify of -> => :: strings.
22461 * progmodes/perl-mode.el (perl-prettify-symbols)
22462 (perl--font-lock-compose-symbol)
22463 (perl--font-lock-symbols-keywords): Move to prog-mode.
22464 (perl--prettify-symbols-alist): Prettify -> => :: strings.
22465 (perl-font-lock-keywords-1)
22466 (perl-font-lock-keywords-2): Remove explicit prettify support.
22467 (perl--augmented-font-lock-keywords)
22468 (perl--augmented-font-lock-keywords-1)
22469 (perl--augmented-font-lock-keywords-2, perl-mode):
22470 Implement prettify support.
22471
22472 2013-06-05 Leo Liu <sdl.web@gmail.com>
22473
22474 Re-implement SMIE matching block highlight using
22475 show-paren-data-function. (Bug#14395)
22476 * emacs-lisp/smie.el (smie-matching-block-highlight)
22477 (smie--highlight-matching-block-overlay)
22478 (smie--highlight-matching-block-lastpos)
22479 (smie-highlight-matching-block)
22480 (smie-highlight-matching-block-mode): Remove.
22481 (smie--matching-block-data-cache): New variable.
22482 (smie--matching-block-data): New function.
22483 (smie-setup): Use smie--matching-block-data for
22484 show-paren-data-function.
22485
22486 * progmodes/octave.el (octave-mode-menu): Fix.
22487 (octave-find-definition): Skip garbage lines.
22488
22489 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
22490
22491 Fix compilation error with simultaneous dynamic+lexical scoping.
22492 Add warning when a defvar appears after the first let-binding.
22493 * emacs-lisp/bytecomp.el (byte-compile-lexical-variables): New var.
22494 (byte-compile-close-variables): Initialize it.
22495 (byte-compile--declare-var): New function.
22496 (byte-compile-file-form-defvar)
22497 (byte-compile-file-form-define-abbrev-table)
22498 (byte-compile-file-form-custom-declare-variable): Use it.
22499 (byte-compile-make-lambda-lexenv): Change the argument. Simplify.
22500 (byte-compile-lambda): Share call to byte-compile-arglist-vars.
22501 (byte-compile-bind): Handle dynamic bindings that shadow
22502 lexical bindings.
22503 (byte-compile-unbind): Make arg non-optional.
22504 (byte-compile-let): Simplify.
22505 * emacs-lisp/cconv.el (byte-compile-lexical-variables): Declare var.
22506 (cconv--analyse-function, cconv-analyse-form): Populate it.
22507 Protect byte-compile-bound-variables to limit the scope of defvars.
22508 (cconv-analyse-form): Add missing rule for (defvar <foo>).
22509 Remove unneeded rule for `declare'.
22510
22511 * emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin): Use macroexp-let2
22512 so as to avoid depending on cl-adjoin at run-time.
22513 * emacs-lisp/cl-lib.el (cl-pushnew): Use backquotes.
22514
22515 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
22516 (macroexp--warn-and-return): Use it.
22517
22518 2013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
22519
22520 * subr.el: Convert to lexical binding.
22521 (overriding-local-map): Make obsolete.
22522 (add-to-list): Doc fix. Add compiler macro.
22523 (read-key): Swap values of local maps.
22524
22525 2013-06-05 Leo Liu <sdl.web@gmail.com>
22526
22527 * eshell/esh-mode.el (eshell-mode): Fix key bindings.
22528
22529 2013-06-04 Leo Liu <sdl.web@gmail.com>
22530
22531 * progmodes/compile.el (compile-goto-error): Add optional arg NOMSG.
22532 (compilation-auto-jump): Suppress the "Mark set" message to give
22533 way to exit message.
22534
22535 2013-06-04 Alan Mackenzie <acm@muc.de>
22536
22537 Remove faulty optimization from indentation calculation.
22538 * progmodes/cc-engine.el (c-guess-basic-syntax): Don't calculate
22539 search limit based on 2000 characters back from indent-point.
22540
22541 2013-06-03 Tassilo Horn <tsdh@gnu.org>
22542
22543 * eshell/em-term.el (cl-lib): Require `cl-lib'.
22544
22545 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
22546
22547 * emacs-lisp/lisp.el: Use lexical-binding.
22548 (lisp--local-variables-1, lisp--local-variables): New functions.
22549 (lisp--local-variables-completion-table): New var.
22550 (lisp-completion-at-point): Use it complete let-bound vars.
22551
22552 * emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
22553 eagerly (bug#14422).
22554
22555 2013-06-03 Michael Albinus <michael.albinus@gmx.de>
22556
22557 * autorevert.el (auto-revert-notify-enabled)
22558 (auto-revert-notify-rm-watch, auto-revert-notify-add-watch)
22559 (auto-revert-notify-event-p, auto-revert-notify-event-file-name)
22560 (auto-revert-notify-handler): Handle also gfilenotify.
22561
22562 * subr.el (file-notify-handle-event): New defun. Replacing ...
22563 (inotify-event-p, inotify-handle-event, w32notify-handle-event):
22564 Remove.
22565
22566 2013-06-03 Juri Linkov <juri@jurta.org>
22567
22568 * bindings.el (search-map): Bind `highlight-symbol-at-point' to
22569 `M-s h .'. (Bug#14427)
22570
22571 * hi-lock.el (highlight-symbol-at-point): New alias for the new
22572 command `hi-lock-face-symbol-at-point'.
22573 (hi-lock-face-symbol-at-point): New command.
22574 (hi-lock-map): Bind `highlight-symbol-at-point' to `C-x w .'.
22575 (hi-lock-menu): Add `highlight-symbol-at-point'.
22576 (hi-lock-mode): Doc fix.
22577
22578 * isearch.el (isearch-forward-symbol-at-point): New command.
22579 (search-map): Bind `isearch-forward-symbol-at-point' to `M-s .'.
22580 (isearch-highlight-regexp): Add a regexp which matches
22581 words/symbols for word/symbol mode.
22582
22583 * subr.el (find-tag-default-bounds): New function with the body
22584 mostly moved from `find-tag-default'.
22585 (find-tag-default): Move most code to `find-tag-default-bounds',
22586 call it and apply `buffer-substring-no-properties' afterwards.
22587
22588 2013-06-03 Tassilo Horn <tsdh@gnu.org>
22589
22590 * eshell/em-term.el (eshell-term-initialize):
22591 Use `cl-intersection' rather than `intersection'.
22592
22593 2013-06-02 Xue Fuqiao <xfq.free@gmail.com>
22594
22595 * vc/log-view.el: Doc fix.
22596 (log-view-mode-map): Copy keymap from `special-mode-map'.
22597
22598 2013-06-02 Eric Ludlam <zappo@gnu.org>
22599
22600 * emacs-lisp/eieio.el (eieio--defalias, eieio-hook)
22601 (eieio-error-unsupported-class-tags, eieio-skip-typecheck)
22602 (eieio-optimize-primary-methods-flag, eieio-initializing-object)
22603 (eieio-unbound, eieio-default-superclass)
22604 (eieio--define-field-accessors, method-static, method-before)
22605 (method-primary, method-after, method-num-lists)
22606 (method-generic-before, method-generic-primary)
22607 (method-generic-after, method-num-slots)
22608 (eieio-specialized-key-to-generic-key)
22609 (eieio--check-type, class-v, class-p)
22610 (eieio-class-name, define-obsolete-function-alias)
22611 (eieio-class-parents-fast, eieio-class-children-fast)
22612 (same-class-fast-p, class-constructor, generic-p)
22613 (generic-primary-only-p, generic-primary-only-one-p)
22614 (class-option-assoc, class-option, eieio-object-p)
22615 (class-abstract-p, class-method-invocation-order)
22616 (eieio-defclass-autoload-map, eieio-defclass-autoload)
22617 (eieio-class-un-autoload, eieio-defclass)
22618 (eieio-eval-default-p, eieio-perform-slot-validation-for-default)
22619 (eieio-add-new-slot, eieio-copy-parents-into-subclass)
22620 (eieio--defgeneric-init-form, eieio-defgeneric-form)
22621 (eieio-defgeneric-reset-generic-form)
22622 (eieio-defgeneric-form-primary-only)
22623 (eieio-defgeneric-reset-generic-form-primary-only)
22624 (eieio-defgeneric-form-primary-only-one)
22625 (eieio-defgeneric-reset-generic-form-primary-only-one)
22626 (eieio-unbind-method-implementations)
22627 (eieio--defmethod, eieio--typep)
22628 (eieio-perform-slot-validation, eieio-validate-slot-value)
22629 (eieio-validate-class-slot-value, eieio-barf-if-slot-unbound)
22630 (eieio-oref, eieio-oref-default, eieio-default-eval-maybe)
22631 (eieio-oset, eieio-oset-default, eieio-slot-originating-class-p)
22632 (eieio-slot-name-index, eieio-class-slot-name-index)
22633 (eieio-set-defaults, eieio-initarg-to-attribute)
22634 (eieio-attribute-to-initarg, eieio-c3-candidate)
22635 (eieio-c3-merge-lists, eieio-class-precedence-c3)
22636 (eieio-class-precedence-dfs, eieio-class-precedence-bfs)
22637 (eieio-class-precedence-list, eieio-generic-call-methodname)
22638 (eieio-generic-call-arglst, eieio-generic-call-key)
22639 (eieio-generic-call-next-method-list)
22640 (eieio-pre-method-execution-functions, eieio-generic-call)
22641 (eieio-generic-call-primary-only, eieiomt-method-list)
22642 (eieiomt-optimizing-obarray, eieiomt-install)
22643 (eieiomt-add, eieiomt-next, eieiomt-sym-optimize)
22644 (eieio-generic-form, eieio-defmethod, make-obsolete)
22645 (eieio-defgeneric, make-obsolete): Move to eieio-core.el.
22646 (defclass): Remove `eval-and-compile' from macro.
22647 (call-next-method, shared-initialize): Instead of using
22648 `scoped-class' variable, use new eieio--scoped-class, and
22649 eieio--with-scoped-class.
22650 (initialize-instance): Rename local variable 'scoped-class' to
22651 'this-class' to remove ambiguitity from old global.
22652
22653 * emacs-lisp/eieio-core.el: New file. Derived from key parts of
22654 eieio.el.
22655 (eieio--scoped-class-stack): New variable.
22656 (eieio--scoped-class): New fcn.
22657 (eieio--with-scoped-class): New scoping macro.
22658 (eieio-defclass): Use pushnew instead of add-to-list.
22659 (eieio-defgeneric-form-primary-only-one, eieio-oset-default)
22660 (eieio-slot-name-index, eieio-set-defaults, eieio-generic-call)
22661 (eieio-generic-call-primary-only, eieiomt-add): Instead of using
22662 `scoped-class' variable, use new eieio--scoped-class, and
22663 eieio--with-scoped-class.
22664
22665 * emacs-lisp/eieio-base.el (cl-lib): Require during compile.
22666
22667 2013-06-02 Tassilo Horn <tsdh@gnu.org>
22668
22669 * eshell/esh-ext.el (eshell-external-command): Pass args to
22670 `eshell-find-interpreter'.
22671 (eshell-find-interpreter): Add new second parameter ARGS.
22672
22673 * eshell/em-script.el (eshell-script-initialize): Add second arg
22674 to the function added as MATCH to `eshell-interpreter-alist'.
22675
22676 * eshell/em-dirs.el (eshell-dirs-initialize): Add second arg to
22677 the function added as MATCH to `eshell-interpreter-alist'.
22678
22679 * eshell/em-term.el (eshell-visual-subcommands): New defcustom.
22680 (eshell-visual-options): New defcustom.
22681 (eshell-escape-control-x): Adapt docstring.
22682 (eshell-term-initialize): Test `eshell-visual-subcommands' and
22683 `eshell-visual-options' in addition to `eshell-visual-commands'.
22684 (eshell-exec-visual): Pass args to `eshell-find-interpreter'.
22685
22686 2013-06-01 Fabián Ezequiel Gallina <fgallina@gnu.org>
22687
22688 * progmodes/python.el (python-indent-block-enders): Add break,
22689 continue and raise keywords.
22690
22691 2013-06-01 Glenn Morris <rgm@gnu.org>
22692
22693 * pcmpl-gnu.el (pcomplete/tar): Check obsolete variable is bound.
22694
22695 Plain (f)boundp silences compilation warnings since Emacs 22.1.
22696 * progmodes/cc-cmds.el (delete-forward-p):
22697 * progmodes/cc-defs.el (buffer-syntactic-context-depth):
22698 * progmodes/cc-engine.el (buffer-syntactic-context):
22699 * progmodes/cc-fonts.el (face-property-instance):
22700 * progmodes/cc-mode.el (set-keymap-parents):
22701 * progmodes/cc-vars.el (get-char-table): No need for cc-bytecomp-defun.
22702 * progmodes/cc-defs.el (c-set-region-active, c-beginning-of-defun-1)
22703 * progmodes/cc-mode.el (c-make-inherited-keymap): Use plain fboundp.
22704 * progmodes/cc-defs.el (zmacs-region-stays, zmacs-regions)
22705 (lookup-syntax-properties): Remove unecessary cc-bytecomp-defvar.
22706
22707 * progmodes/cc-vars.el (other): Emacs has this widget since
22708 at least 21.1, so don't (re)define it.
22709
22710 * eshell/em-cmpl.el (eshell-cmpl-initialize):
22711 Replace the obsolete alias pcomplete-arg-quote-list.
22712
22713 2013-06-01 Leo Liu <sdl.web@gmail.com>
22714
22715 * progmodes/octave.el (octave-mode-syntax-table): Give `.'
22716 punctuation syntax.
22717 (inferior-octave-minimal-columns)
22718 (inferior-octave-last-column-width): New variables.
22719 (inferior-octave-track-window-width-change): New function.
22720 (inferior-octave-mode): Adjust column width so that Octave output,
22721 for example from 'ls', can fit into the window nicely.
22722
22723 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
22724
22725 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
22726 Highlight expansions inside regexp literals.
22727
22728 2013-05-31 Glenn Morris <rgm@gnu.org>
22729
22730 * obsolete/sym-comp.el (symbol-complete):
22731 Replace obsolete completion-annotate-function.
22732
22733 * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.
22734
22735 2013-05-31 Dmitry Gutov <dgutov@yandex.ru>
22736
22737 * progmodes/ruby-mode.el (ruby-syntax-expansion-allowed-p):
22738 New function, checks if point is inside a literal that allows
22739 expression expansion.
22740 (ruby-syntax-propertize-expansion): Use it.
22741 (ruby-syntax-propertize-function): Bind `case-fold-search' to nil
22742 around the body.
22743
22744 2013-05-30 Juri Linkov <juri@jurta.org>
22745
22746 * isearch.el (isearch-mode-map): Bind `isearch-toggle-invisible'
22747 to "\M-si".
22748 (isearch-invisible): New variable.
22749 (isearch-forward): Doc fix.
22750 (isearch-mode): Set `isearch-invisible'
22751 to the value of `search-invisible'.
22752 (isearch-toggle-case-fold): Doc fix.
22753 (isearch-toggle-invisible): New command.
22754 (isearch-query-replace): Let-bind `search-invisible'
22755 to the value of `isearch-invisible'.
22756 (isearch-search): Use `isearch-invisible' instead of
22757 `search-invisible'. Let-bind `search-invisible'
22758 to the value of `isearch-invisible'. (Bug#11378)
22759
22760 2013-05-30 Juri Linkov <juri@jurta.org>
22761
22762 * replace.el (perform-replace): Avoid `isearch-range-invisible'
22763 call when `query-flag' is nil and `search-invisible' is non-nil.
22764 (Bug#11746)
22765
22766 2013-05-30 Glenn Morris <rgm@gnu.org>
22767
22768 * progmodes/gdb-mi.el (gdb-wait-for-pending): Fix typo.
22769
22770 * progmodes/cc-bytecomp.el (cc-bytecomp-noruntime-functions): New.
22771 (cc-require): Suppress spurious "noruntime" warnings.
22772 (cc-require-when-compile): Use fboundp, for sake of compiler.
22773
22774 * progmodes/cc-mode.el: Move load of cc-vars before that of
22775 cc-langs (which in turn loads cc-vars), to quieten compiler.
22776
22777 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
22778
22779 * paren.el: Simplify the code.
22780 (show-paren-mode): Always start the timer.
22781 (show-paren--idle-timer): Rename from show-paren-idle-timer.
22782 (show-paren--overlay, show-paren--overlay-1): Rename from
22783 show-paren-overlay and show-paren-overlay-1, and initialize to an
22784 overlay rather than to nil.
22785 (show-paren-function): Misc cleanup and simplifications.
22786
22787 2013-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
22788
22789 * paren.el (show-paren-data-function): New hook.
22790 (show-paren--default): New function, extracted from show-paren-function.
22791 (show-paren-function): Use show-paren-data-function.
22792
22793 2013-05-30 Glenn Morris <rgm@gnu.org>
22794
22795 * ielm.el (ielm-map, ielm-complete-symbol):
22796 Use completion-at-point rather than obsolete functions.
22797 (inferior-emacs-lisp-mode): Doc fix.
22798 Set completion-at-point-functions, rather than
22799 comint-dynamic-complete-functions.
22800
22801 * eshell/em-cmpl.el (eshell-complete-lisp-symbol): New function.
22802 (eshell-cmpl-initialize, eshell-complete-parse-arguments):
22803 Replace obsolete lisp-complete-symbol with eshell-complete-lisp-symbol.
22804
22805 * image.el (image-animated-p): Tweak definition.
22806
22807 * net/rlogin.el (rlogin-program, rlogin-explicit-args): Default to ssh.
22808 (rlogin-process-connection-type): Tweak default. Add set-after.
22809 (rlogin-host): Doc fix.
22810 (rlogin): Tweak prompt.
22811 (rlogin-tab-or-complete): Use completion-at-point rather than alias.
22812
22813 * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
22814 * progmodes/tcl.el (inferior-tcl-mode-map):
22815 Use completion-at-point rather than obsolete alias.
22816
22817 * emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
22818
22819 * minibuffer.el (read-file-name-completion-ignore-case):
22820 Move before completion--in-region, for eager macro expansion.
22821
22822 2013-05-29 Juri Linkov <juri@jurta.org>
22823
22824 * replace.el (occur-engine): Rename `globalcount' to `global-lines'
22825 for total count of matching lines. Add `global-matches' for total
22826 count of matches. Rename `matches' to `lines' for count of
22827 matching lines. Add `matches' for count of matches.
22828 Rename `lines' to `curr-line' for line count. Rename `prev-lines'
22829 to `prev-line' for line number of prev match endpt.
22830 Increment `matches' for every match. Print the number of
22831 matching lines in the header.
22832 (occur-context-lines): Rename `lines' to `curr-line'.
22833 Rename `prev-lines' to `prev-line'. (Bug#14017)
22834
22835 2013-05-29 Juri Linkov <juri@jurta.org>
22836
22837 * replace.el (perform-replace): Add `skip-read-only-count',
22838 `skip-filtered-count', `skip-invisible-count' let-bound to 0.
22839 Increment them for corresponding conditions and report the number
22840 of skipped occurrences in the final message. (Bug#11746)
22841 (query-replace, query-replace-regexp, query-replace-regexp-eval)
22842 (replace-string, replace-regexp): Doc fix.
22843
22844 2013-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
22845
22846 * emacs-lisp/trace.el (trace--read-args): Provide a default.
22847
22848 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
22849 prog-mode-map (bug#14504).
22850
22851 2013-05-29 Leo Liu <sdl.web@gmail.com>
22852
22853 * progmodes/octave.el (octave-indent-comment): Tweak regexps.
22854 (octave-help): Small simplification.
22855
22856 * emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
22857 off the highlight first.
22858
22859 2013-05-29 Glenn Morris <rgm@gnu.org>
22860
22861 * progmodes/idlwave.el (idlwave-concatenate-rinfo-lists):
22862 Handle idlwave-last-system-routine-info-cons-cell being nil.
22863
22864 * progmodes/idlwave.el (idlwave-scan-user-lib-files)
22865 (idlwave-write-paths): Simplify via with-temp-buffer.
22866
22867 * emulation/cua-gmrk.el: Also load cua-base, cua-rect at run time.
22868 * emulation/cua-rect.el: Also load cua-base at run time.
22869
22870 * progmodes/cperl-mode.el (imenu-choose-buffer-index)
22871 (file-of-tag, etags-snarf-tag, etags-goto-tag-location): Declare.
22872 (cperl-imenu-on-info): Require imenu.
22873
22874 2013-05-28 Alan Mackenzie <acm@muc.de>
22875
22876 Handle "capitalised keywords" correctly.
22877 * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil.
22878
22879 2013-05-28 Aidan Gauland <aidalgol@amuri.net>
22880
22881 * eshell/em-unix.el: Add -r option to cp.
22882
22883 2013-05-28 Glenn Morris <rgm@gnu.org>
22884
22885 * vc/vc-arch.el (vc-exec-after): Declare.
22886 (vc-switches): Autoload.
22887 * vc/vc-bzr.el: No need to require vc when compiling.
22888 (vc-exec-after, vc-set-async-update, vc-default-dir-printer)
22889 (vc-resynch-buffer, vc-dir-refresh): Declare.
22890 (vc-setup-buffer, vc-switches): Autoload.
22891 * vc/vc-cvs.el (vc-exec-after, vc-coding-system-for-diff)
22892 (vc-resynch-buffer): Declare.
22893 (vc-switches, vc-default-revert, vc-version-backup-file): Autoload.
22894 * vc/vc-dir.el (desktop-missing-file-warning): Declare.
22895 * vc/vc-git.el (vc-exec-after, vc-set-async-update)
22896 (grep-read-regexp, grep-read-files, grep-expand-template)
22897 (vc-dir-refresh): Declare.
22898 (vc-setup-buffer, vc-switches, vc-resynch-buffer): Autoload.
22899 * vc/vc-hg.el (vc-exec-after, vc-set-async-update): Declare.
22900 (vc-setup-buffer, vc-switches, vc-do-async-command): Autoload.
22901 * vc/vc-mtn.el (vc-exec-after): Declare.
22902 (vc-switches): Autoload.
22903 * vc/vc-rcs.el (vc-expand-dirs, vc-switches)
22904 (vc-tag-precondition, vc-buffer-sync, vc-rename-master): Autoload.
22905 (vc-file-tree-walk): Declare.
22906 * vc/vc-sccs.el (vc-file-tree-walk): Declare.
22907 (vc-expand-dirs, vc-switches, vc-setup-buffer, vc-delistify)
22908 (vc-tag-precondition, vc-rename-master): Autoload.
22909 * vc/vc-svn.el (vc-exec-after): Declare.
22910 (vc-switches, vc-setup-buffer): Autoload.
22911 * obsolete/vc-mcvs.el (vc-checkout, vc-switches, vc-default-revert):
22912 Autoload.
22913 (vc-resynch-buffer): Declare.
22914
22915 * obsolete/fast-lock.el (byte-compile-warnings):
22916 Don't warn about obsolete features in this obsolete file.
22917
22918 * progmodes/cc-vars.el (c-macro-names-with-semicolon):
22919 Move definition before use.
22920
22921 * play/dunnet.el (byte-compile-warnings): Don't disable them all.
22922 (dun-unix-verbs): Remove dun-zippy.
22923 (dun-zippy): Remove function.
22924
22925 * emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
22926
22927 2013-05-27 Juri Linkov <juri@jurta.org>
22928
22929 * replace.el (replace-search): New function with code moved out
22930 from `perform-replace'.
22931 (replace-highlight, replace-dehighlight): Move function definitions
22932 up closer to `replace-search'. (Bug#11746)
22933
22934 2013-05-27 Juri Linkov <juri@jurta.org>
22935
22936 * replace.el (perform-replace): Ignore invisible matches.
22937 In addition to checking `query-replace-skip-read-only', also
22938 filter out matches by calling `run-hook-with-args-until-failure'
22939 on `isearch-filter-predicates', and also check `search-invisible'
22940 for t or call `isearch-range-invisible'.
22941 (replace-dehighlight): Call `isearch-clean-overlays'. (Bug#11746)
22942
22943 2013-05-27 Juri Linkov <juri@jurta.org>
22944
22945 * isearch.el (isearch-filter-predicates): Rename from
22946 `isearch-filter-predicate'. Doc fix. (Bug#11378)
22947 (isearch-message-prefix): Display text from the property
22948 `isearch-message-prefix' of the currently active filters.
22949 (isearch-search): Don't compare `isearch-filter-predicate' with
22950 `isearch-filter-visible'. Call `run-hook-with-args-until-failure'
22951 on `isearch-filter-predicates'. Also check `search-invisible' for t
22952 or call `isearch-range-invisible'.
22953 (isearch-filter-visible): Make obsolete.
22954 (isearch-lazy-highlight-search):
22955 Call `run-hook-with-args-until-failure' on
22956 `isearch-filter-predicates' and use `isearch-range-invisible'.
22957
22958 * info.el (Info-search): Call `run-hook-with-args-until-failure' on
22959 `isearch-filter-predicates' instead of `funcall'ing
22960 `isearch-filter-predicate'.
22961 (Info-mode): Set `Info-isearch-filter' to
22962 `isearch-filter-predicates' instead of `isearch-filter-predicate'.
22963
22964 * dired-aux.el (dired-isearch-filter-predicate-orig):
22965 Remove variable.
22966 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
22967 (dired-isearch-filenames-end): Add and remove
22968 `dired-isearch-filter-filenames' in `isearch-filter-predicates'
22969 instead of changing the value of `isearch-filter-predicate'.
22970 Rebind `dired-isearch-filenames-toggle' from "\M-sf" to "\M-sff".
22971 (dired-isearch-filter-filenames): Don't use `isearch-filter-visible'.
22972 Put property `isearch-message-prefix' to "filename " on
22973 `dired-isearch-filter-filenames'.
22974
22975 * wdired.el (wdired-change-to-wdired-mode):
22976 Add `isearch-filter-predicates' to `wdired-isearch-filter-read-only'
22977 locally instead of changing `isearch-filter-predicate'.
22978 (wdired-isearch-filter-read-only): Don't use `isearch-filter-visible'.
22979
22980 2013-05-27 Dmitry Gutov <dgutov@yandex.ru>
22981
22982 * vc/vc-git.el (vc-git-working-revision): When in detached mode,
22983 return the commit hash (Bug#14459). Also set the
22984 `vc-git-detached' property.
22985 (vc-git--rev-parse): Extract from `vc-git-previous-revision'.
22986 (vc-git-mode-line-string): Use the same help-echo format whether
22987 in detached mode or not, because we know the actual revision now.
22988 When in detached mode, shorten the revision to 7 chars.
22989
22990 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
22991
22992 * emacs-lisp/easy-mmode.el (define-minor-mode):
22993 * emacs-lisp/derived.el (define-derived-mode): Always defvar the
22994 mode hook and provide a docstring.
22995
22996 2013-05-27 Alan Mackenzie <acm@muc.de>
22997
22998 Remove spurious syntax-table text properties inserted by C-y.
22999 * progmodes/cc-mode.el (c-after-change): Also clear hard
23000 syntax-table property with value nil.
23001
23002 2013-05-27 Michael Albinus <michael.albinus@gmx.de>
23003
23004 * net/dbus.el (dbus-call-method): Let-bind `inhibit-redisplay'
23005 when reading the events; the buffer layout shall not be changed.
23006
23007 2013-05-27 Leo Liu <sdl.web@gmail.com>
23008
23009 * progmodes/octave.el (inferior-octave-directory-tracker-resync):
23010 New variable.
23011 (inferior-octave-directory-tracker): Automatically re-sync
23012 default-directory.
23013 (octave-help): Improve handling of 'See also'.
23014
23015 2013-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
23016
23017 * doc-view.el: Minor naming convention tweaks.
23018 (desktop-buffer-mode-handlers): Don't add to it repeatedly.
23019
23020 * image-mode.el (image-mode-reapply-winprops): Call image-mode-winprops
23021 even if there's no `display' property yet (bug#14435).
23022
23023 2013-05-25 Eli Zaretskii <eliz@gnu.org>
23024
23025 * subr.el (unmsys--file-name): Rename from reveal-filename.
23026
23027 * Makefile.in (custom-deps, finder-data, autoloads)
23028 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
23029 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
23030 ($(CAL_DIR)/hol-loaddefs.el): All users changed.
23031
23032 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
23033
23034 * emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
23035 error-completion on the first 2 args of condition-case (bug#14446).
23036 Don't burp at EOB.
23037
23038 2013-05-25 Leo Liu <sdl.web@gmail.com>
23039
23040 * comint.el (comint-previous-matching-input): Do not flood the
23041 *Messages* buffer with trivial messages.
23042
23043 2013-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
23044
23045 * progmodes/flymake.el (flymake-nop): Don't return a string.
23046 (flymake-set-at): Fix typo.
23047
23048 * simple.el (read--expression): New function, extracted from
23049 eval-expression. Set completion-at-point-functions (bug#14465).
23050 (eval-expression, eval-minibuffer): Use it.
23051
23052 2013-05-25 Xue Fuqiao <xfq.free@gmail.com>
23053
23054 * progmodes/flymake.el (flymake-save-buffer-in-file)
23055 (flymake-makehash, flymake-posn-at-point-as-event, flymake-nop)
23056 (flymake-selected-frame, flymake-log, flymake-ins-after)
23057 (flymake-set-at, flymake-get-buildfile-from-cache)
23058 (flymake-add-buildfile-to-cache, flymake-clear-buildfile-cache)
23059 (flymake-find-possible-master-files, flymake-save-buffer-in-file):
23060 Refine the doc string.
23061 (flymake-get-file-name-mode-and-masks): Reformat.
23062 (flymake-get-real-file-name-function): Fix a minor bug.
23063
23064 2013-05-24 Juri Linkov <juri@jurta.org>
23065
23066 * progmodes/grep.el (grep-mode-font-lock-keywords):
23067 Support =linenumber= format used by git-grep for lines with
23068 function names. (Bug#13549)
23069
23070 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23071
23072 * progmodes/octave.el (octave-smie-rules): Return nil rather than
23073 0 after a semi-colon; it works better for smie-auto-fill.
23074 (octave--indent-new-comment-line): New function.
23075 (octave-indent-new-comment-line): Use it (indirectly).
23076 (octave-mode): Don't disable smie-auto-fill. Use add-function to
23077 modify comment-line-break-function.
23078
23079 * emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
23080 (smie-setup): Use add-function to set it.
23081
23082 2013-05-24 Sam Steingold <sds@gnu.org>
23083
23084 * sort.el (delete-duplicate-lines): Accept an optional `keep-blanks'
23085 argument (before the `interactive' argument).
23086
23087 2013-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
23088
23089 * image-mode.el (image-mode-winprops): Add winprops to
23090 image-mode-winprops-alist before running
23091 image-mode-new-window-functions.
23092 * doc-view.el (doc-view-new-window-function): Don't delay
23093 doc-view-goto-page via timers (bug#14435).
23094
23095 2013-05-24 Tassilo Horn <tsdh@gnu.org>
23096
23097 * doc-view.el: Integrate with desktop.el. (Bug#14435)
23098 (doc-view-desktop-save-buffer): New function.
23099 (doc-view-restore-desktop-buffer): New function.
23100 (desktop-buffer-mode-handlers):
23101 Add `doc-view-restore-desktop-buffer' as desktop.el buffer mode
23102 handler.
23103 (doc-view-mode): Set `doc-view-desktop-save-buffer' as custom
23104 `desktop-save-buffer' function.
23105
23106 2013-05-24 Michael Albinus <michael.albinus@gmx.de>
23107
23108 * net/tramp-gvfs.el (tramp-gvfs-enabled): New defconst.
23109 (tramp-gvfs-file-name-handler): Raise a user error when
23110 `tramp-gvfs-enabled' is nil.
23111 (top): Register signals only when `tramp-gvfs-enabled' is non-nil.
23112 Do not raise a user error when loading package. (Bug#14447)
23113
23114 * net/xesam.el: Move to obsolete/.
23115
23116 2013-05-24 Glenn Morris <rgm@gnu.org>
23117
23118 * font-lock.el (lisp-font-lock-keywords-2): Add with-coding-priority.
23119
23120 * emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
23121
23122 * progmodes/cperl-mode.el (cperl-mode): Use fboundp.
23123 (Info-find-node, Man-getpage-in-background): Declare.
23124
23125 * mail/unrmail.el (unrmail):
23126 Replace obsolete detect-coding-with-priority.
23127
23128 * net/socks.el (socks-split-string): Use this rather than split-string.
23129 (socks-nslookup-host): Update for above change.
23130 (dynamic-choice, s5-dynamic-choice-match)
23131 (s5-dynamic-choice-match-inline, s5-widget-value-create):
23132 Comment out unused code.
23133
23134 * tooltip.el (tooltip-use-echo-area): Warn only on 'set.
23135 * progmodes/gud.el (gud-gdb-completion-function): Move before use.
23136 (gud-tooltip-echo-area): Make obsolete.
23137 (gud-tooltip-process-output, gud-tooltip-tips): Also check tooltip-mode.
23138
23139 * progmodes/js.el (js--optimize-arglist): Declare.
23140
23141 * progmodes/ruby-mode.el (ruby-syntax-propertize-expansion): Declare.
23142
23143 * progmodes/which-func.el (ediff-window-A, ediff-window-B)
23144 (ediff-window-C): Declare.
23145
23146 * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el:
23147 Tweak requires to silence compiler.
23148
23149 * obsolete/sym-comp.el: No need to load hipper-exp when compiling.
23150 (he-search-string, he-tried-table, he-expand-list)
23151 (he-init-string, he-string-member, he-substitute-string)
23152 (he-reset-string): Declare.
23153
23154 * obsolete/options.el (list-options): Use custom-variable-p,
23155 rather than obsolete alias.
23156
23157 2013-05-23 Sam Steingold <sds@gnu.org>
23158
23159 * simple.el (shell-command-on-region): Pass the `replace' argument
23160 down to `call-process-region' to comply with the doc as reported on
23161 <http://stackoverflow.com/questions/16720458/emacs-noninteractive-call-to-shell-command-on-region-always-deletes-region>
23162
23163 2013-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
23164
23165 * emacs-lisp/smie.el (smie-indent-forward-token)
23166 (smie-indent-backward-token): Handle string tokens (bug#14381).
23167
23168 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
23169
23170 * ielm.el (ielm-menu): New menu.
23171 (inferior-emacs-lisp-mode): Set comment-start.
23172
23173 2013-05-23 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
23174
23175 * textmodes/reftex.el (reftex-ref-style-toggle):
23176 Fix deactivate action.
23177
23178 * textmodes/reftex-vars.el (reftex-ref-style-alist):
23179 Add cleveref macros.
23180
23181 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
23182 Accept options for bibliography commands.
23183 * textmodes/reftex-vars.el (reftex-bibliography-commands):
23184 Add addbibresource. Basic Biblatex support.
23185
23186 2013-05-23 Michael Albinus <michael.albinus@gmx.de>
23187
23188 * net/tramp-gvfs.el (top):
23189 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
23190 when loading package. (Bug#14447)
23191
23192 2013-05-23 Glenn Morris <rgm@gnu.org>
23193
23194 * progmodes/js.el: No need to load comint when compiling.
23195 (ring-insert, comint-send-string, comint-send-input)
23196 (comint-last-input-end, ido-chop): Declare.
23197
23198 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
23199 * vc/ediff-mult.el: Adjust requires.
23200 (ediff-directories-internal, ediff-directory-revisions-internal)
23201 (ediff-patch-file-internal): Declare.
23202 * vc/ediff-ptch.el: Adjust requires.
23203 (ediff-use-last-dir, ediff-buffers-internal): Declare.
23204 (ediff-find-file): Autoload.
23205 * vc/ediff-util.el: No need to load ediff when compiling.
23206 (ediff-regions-internal): Declare.
23207 * vc/ediff-wind.el: Adjust requires.
23208 (ediff-compute-toolbar-width): Define when compiling.
23209 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
23210 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
23211 (dired-get-filename, dired-get-marked-files)
23212 (ediff-last-dir-patch, ediff-patch-default-directory)
23213 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
23214 (ediff-patch-buffer-internal): Declare.
23215
23216 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
23217 (ispell-process, ispell-buffer-local-words, lm-summary)
23218 (lm-section-start, lm-section-end): Declare.
23219 (checkdoc-ispell-init): Simplify.
23220
23221 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
23222 (he-string-member, he-reset-string, he-substitute-string): Declare.
23223
23224 * eshell/em-ls.el: Adjust requires.
23225 (eshell-glob-regexp): Declare.
23226 * eshell/em-tramp.el: Adjust requires.
23227 (eshell-parse-command): Autoload.
23228 * eshell/em-xtra.el: Adjust requires.
23229 (eshell-parse-command): Autoload.
23230 * eshell/esh-ext.el: Adjust requires.
23231 (eshell-parse-command, eshell-close-handles): Autoload.
23232 * eshell/esh-io.el: Adjust requires.
23233 (eshell-output-filter): Autoload.
23234 * eshell/esh-util.el: No need to load tramp when compiling.
23235 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
23236 Declare.
23237 (eshell-parse-ange-ls): Require ange-ftp and tramp.
23238 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
23239 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
23240 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
23241 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
23242 * eshell/esh-opt.el, eshell/esh-proc.el:
23243 * eshell/esh-var.el: Adjust requires.
23244 * eshell/eshell.el: Do not require esh-util twice.
23245 (eshell-add-input-to-history): Declare.
23246 (eshell-command): Check history module is active before using it.
23247
23248 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
23249
23250 2013-05-22 Leo Liu <sdl.web@gmail.com>
23251
23252 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
23253
23254 2013-05-22 Michael Albinus <michael.albinus@gmx.de>
23255
23256 * autorevert.el (auto-revert-notify-add-watch)
23257 (auto-revert-notify-handler): Add `attrib' for the inotify case,
23258 it indicates changes in file modification time.
23259
23260 2013-05-22 Glenn Morris <rgm@gnu.org>
23261
23262 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23263 Always delete the autoloaded function from the noruntime and
23264 unresolved functions lists.
23265
23266 * allout.el: No need to load epa, epg, overlay when compiling.
23267 (epg-context-set-passphrase-callback, epg-list-keys)
23268 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)
23269 (epg-key-user-id-list): Declare.
23270
23271 * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
23272 (viper-set-parsing-style-toggling-macro)
23273 (viper-set-emacs-state-searchstyle-macros):
23274 Use called-interactively-p on Emacs.
23275 (viper-looking-back): Make it an obsolete alias. Update callers.
23276 * emulation/viper-ex.el: Load viper-keym, not viper-cmd.
23277 Use looking-back rather than viper-looking-back.
23278 (viper-tmp-insert-at-eob, viper-enlarge-region)
23279 (viper-read-string-with-history, viper-register-to-point)
23280 (viper-append-to-register, viper-change-state-to-vi)
23281 (viper-backward-char-carefully, viper-forward-char-carefully)
23282 (viper-Put-back, viper-put-back, viper-add-newline-at-eob-if-necessary)
23283 (viper-change-state-to-emacs): Declare.
23284 * emulation/viper-macs.el: Load viper-mous, viper-ex, not viper-cmd.
23285 (viper-change-state-to-insert, viper-change-state-to-vi): Declare.
23286 * emulation/viper-mous.el: Do not load viper-cmd.
23287 (viper-backward-char-carefully, viper-forward-char-carefully)
23288 (viper-forward-word, viper-adjust-window): Declare.
23289
23290 * vc/ediff.el (ediff-version): Use called-interactively-p on Emacs.
23291
23292 * progmodes/idlw-help.el (idlwave-help-fontify):
23293 Use called-interactively-p.
23294
23295 * term/w32console.el (w32-get-console-codepage)
23296 (w32-get-console-output-codepage): Declare.
23297
23298 * dframe.el (x-sensitive-text-pointer-shape, x-pointer-shape):
23299 Remove unnecessary declarations.
23300 (dframe-message): Doc fix.
23301
23302 * info.el (dframe-select-attached-frame, dframe-current-frame):
23303 Declare.
23304
23305 * speedbar.el (speedbar-message): Make it an obsolete alias.
23306 Update all callers.
23307 (speedbar-with-attached-buffer)
23308 (speedbar-maybee-jump-to-attached-frame): Make these aliases obsolete.
23309 (speedbar-with-writable): Use backquote.
23310 * emacs-lisp/eieio-opt.el (eieio-describe-class-sb):
23311 * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click):
23312 Use dframe-with-attached-buffer, dframe-maybee-jump-to-attached-frame
23313 rather than speedbar- aliases.
23314 * mail/rmail.el: Load dframe rather than speedbar when compiling.
23315 (speedbar-make-specialized-keymap, speedbar-insert-button)
23316 (dframe-select-attached-frame, dframe-maybee-jump-to-attached-frame)
23317 (speedbar-do-function-pointer): Declare.
23318 (rmail-speedbar-button, rmail-speedbar-find-file)
23319 (rmail-speedbar-move-message):
23320 Use dframe-with-attached-buffer rather than speedbar- alias.
23321 * progmodes/gud.el: Load dframe rather than speedbar when compiling.
23322 (dframe-message, speedbar-make-specialized-keymap)
23323 (speedbar-add-expansion-list, speedbar-mode-functions-list)
23324 (speedbar-make-tag-line, speedbar-remove-localized-speedbar-support)
23325 (speedbar-insert-button, dframe-select-attached-frame)
23326 (dframe-maybee-jump-to-attached-frame)
23327 (speedbar-change-initial-expansion-list)
23328 (speedbar-previously-used-expansion-list-name): Declare.
23329 (gud-speedbar-item-info, gud-gdb-goto-stackframe):
23330 Use dframe-message, dframe-with-attached-buffer rather than
23331 speedbar- aliases.
23332 (gud-sentinel): Silence compiler.
23333 * progmodes/vhdl-mode.el (speedbar-refresh)
23334 (speedbar-do-function-pointer, speedbar-add-supported-extension)
23335 (speedbar-add-mode-functions-list, speedbar-make-specialized-keymap)
23336 (speedbar-change-initial-expansion-list, speedbar-add-expansion-list)
23337 (speedbar-extension-list-to-regex, speedbar-directory-buttons)
23338 (speedbar-file-lists, speedbar-make-tag-line)
23339 (speedbar-line-directory, speedbar-goto-this-file)
23340 (speedbar-center-buffer-smartly, speedbar-change-expand-button-char)
23341 (speedbar-delete-subblock, speedbar-position-cursor-on-line)
23342 (speedbar-make-button, speedbar-reset-scanners)
23343 (speedbar-files-item-info, speedbar-line-text)
23344 (speedbar-find-file-in-frame, speedbar-set-timer)
23345 (dframe-maybee-jump-to-attached-frame, speedbar-line-file): Declare.
23346 (speedbar-with-writable): Do not (re)define it.
23347 (vhdl-speedbar-find-file): Use dframe-maybee-jump-to-attached-frame
23348 rather than speedbar- alias.
23349
23350 2013-05-21 Leo Liu <sdl.web@gmail.com>
23351
23352 * progmodes/octave.el (octave-mode-menu): Update and re-organize
23353 menu items.
23354 (octave-mode): Tweak fill-nobreak-predicate.
23355 (inferior-octave-startup): Check process to avoid infinite loop.
23356 (inferior-octave): Pop to buffer first to show abornmal process
23357 exit information.
23358
23359 2013-05-21 Glenn Morris <rgm@gnu.org>
23360
23361 * printing.el (pr-menu-bar): Define when compiling.
23362
23363 2013-05-21 Leo Liu <sdl.web@gmail.com>
23364
23365 * progmodes/octave.el (octave-auto-fill): Remove.
23366 (octave-indent-new-comment-line): Improve.
23367 (octave-mode): Use auto fill mode through
23368 comment-line-break-function and fill-nobreak-predicate.
23369 (octave-goto-function-definition): Support DEFUN_DLD.
23370 (octave-beginning-of-defun): Small tweak.
23371 (octave-help): Show parent directory.
23372
23373 2013-05-21 Glenn Morris <rgm@gnu.org>
23374
23375 * files.el (dired-unmark):
23376 * progmodes/gud.el (gdb-input): Update declarations.
23377
23378 * calculator.el (electric, ehelp): No need to load when compiling.
23379 (Electric-command-loop, electric-describe-mode): Declare.
23380
23381 * doc-view.el (doc-view-current-converter-processes): Move before use.
23382
23383 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
23384 Move MODE-set-explicitly definition before use.
23385
23386 * international/mule-diag.el (mule-diag):
23387 Don't use obsolete window-system-version.
23388
23389 * mail/feedmail.el (smtpmail): No need to load when compiling.
23390 (smtpmail-via-smtp, smtpmail-smtp-server): Declare.
23391
23392 * mail/mail-utils.el (rfc822): No need to load when compiling.
23393 (rfc822-addresses): Autoload it.
23394 (mail-strip-quoted-names): Trivial simplification.
23395
23396 * mail/rmail.el (rmail-mime-message-p, rmail-mime-toggle-raw): Declare.
23397 (rmail-retry-failure): Don't assume that rmail-mime-feature == rmailmm.
23398
23399 * net/snmp-mode.el (tempo): Don't duplicate requires.
23400
23401 * progmodes/prolog.el (info): No need to load when compiling.
23402 (comint): Require before shell requires it.
23403 (Info-goto-node): Autoload it.
23404 (Info-follow-nearest-node): Declare.
23405 (prolog-help-info, prolog-goto-predicate-info): No need to require info.
23406
23407 * textmodes/artist.el (picture-mode-exit): Declare.
23408
23409 * textmodes/reftex-parse.el (reftex-parse-from-file):
23410 Trivial rewrite so the compiler can parse it better.
23411
23412 2013-05-20 Leo Liu <sdl.web@gmail.com>
23413
23414 * progmodes/octave.el (octave-help-mode-map)
23415 (octave-help-mode-finish-hook): New variables.
23416 (octave-help-mode, octave-help-mode-finish): New functions.
23417 (octave-help): Use octave-help-mode.
23418
23419 2013-05-20 Glenn Morris <rgm@gnu.org>
23420
23421 * format-spec.el (format-spec): Allow spec chars with nil. (Bug#14420)
23422
23423 2013-05-19 Dmitry Gutov <dgutov@yandex.ru>
23424
23425 * progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow to
23426 start at point, so that expansion starting right after opening
23427 slash in a regexp is recognized.
23428 (ruby-syntax-before-regexp-re): New defvar, extracted from
23429 ruby-syntax-propertize-function. Since the value of this regexp
23430 is looked up at runtime now, we should be able to turn
23431 `ruby-syntax-methods-before-regexp' into a defcustom later.
23432 (ruby-syntax-propertize-function): Split regexp matching into two
23433 parts, for opening and closing slashes. That allows us to skip
23434 over string interpolations and support multiline regexps.
23435 Don't call `ruby-syntax-propertize-expansions', instead use another rule
23436 for them, which calls `ruby-syntax-propertize-expansion'.
23437 (ruby-syntax-propertize-expansions): Move `remove-text-properties'
23438 call to `ruby-syntax-propertize-function'.
23439 (ruby-syntax-propertize-expansion): Extracted from
23440 `ruby-syntax-propertize-expansions'. Handles one expansion.
23441 (ruby-syntax-propertize-percent-literal): Leave point right after
23442 the percent symbol, so that the expression expansion rule can
23443 propertize the contents.
23444 (ruby-syntax-propertize-heredoc): Leave point at bol following the
23445 heredoc openers.
23446 (ruby-syntax-propertize-expansions): Remove.
23447
23448 2013-05-18 Juri Linkov <juri@jurta.org>
23449
23450 * man.el (Man-default-man-entry): Remove `-' from the end
23451 of the default value. (Bug#14400)
23452
23453 2013-05-18 Glenn Morris <rgm@gnu.org>
23454
23455 * comint.el (comint-password-prompt-regexp):
23456 Allow "password for XXX" where XXX contains colons (eg https://...).
23457
23458 2013-05-18 Leo Liu <sdl.web@gmail.com>
23459
23460 * progmodes/octave.el (inferior-octave-startup): Use OCTAVE_SRCDIR
23461 instead. Include "--no-gui" to prevent hangs for Octave > 3.7.
23462 (octave-source-directories): Don't check process.
23463 (octave-source-directories, octave-find-definition): Doc fix.
23464
23465 2013-05-18 Glenn Morris <rgm@gnu.org>
23466
23467 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
23468 Remove backspace/delete bindings. (Bug#14392)
23469
23470 * cus-dep.el (custom-make-dependencies): Sort the output.
23471 (custom-versions-load-alist): Convert comment to doc.
23472
23473 2013-05-17 Leo Liu <sdl.web@gmail.com>
23474
23475 * newcomment.el (comment-search-backward): Stricter in finding
23476 comment start. (Bug#14303)
23477
23478 * progmodes/octave.el (octave-comment-start): Remove the SPC char.
23479 (octave-comment-start-skip): Properly anchored.
23480
23481 2013-05-17 Leo Liu <sdl.web@gmail.com>
23482
23483 * emacs-lisp/smie.el (smie-highlight-matching-block-mode):
23484 Clean up when turned off. (Bug#14395)
23485 (smie--highlight-matching-block-overlay): No longer buffer-local.
23486 (smie-highlight-matching-block): Adjust.
23487
23488 2013-05-17 Paul Eggert <eggert@cs.ucla.edu>
23489
23490 Doc string fix for "nanoseconds" (Bug#14406).
23491 * emacs-lisp/timer.el (timer-relative-time, timer-inc-time):
23492 Fix doc string typo that had "nanoseconds" instead of "microseconds".
23493
23494 2013-05-17 Jay Belanger <jay.p.belanger@gmail.com>
23495
23496 * calc/calc-units.el (math-extract-units): Preserve powers
23497 of units.
23498
23499 2013-05-17 Leo Liu <sdl.web@gmail.com>
23500
23501 * subr.el (delete-consecutive-dups): New function.
23502 * ido.el (ido-set-matches-1): Use it.
23503 * progmodes/octave.el (inferior-octave-completion-table): Use it.
23504 * ido.el (ido-remove-consecutive-dups): Remove.
23505
23506 2013-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
23507
23508 * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re)
23509 (f90-hpf-keywords-re, f90-constants-re): Use \\_< rather than
23510 regexp-opt's `words'.
23511
23512 2013-05-16 Leo Liu <sdl.web@gmail.com>
23513
23514 * emacs-lisp/smie.el (smie-matching-block-highlight): New face.
23515 (smie--highlight-matching-block-overlay)
23516 (smie--highlight-matching-block-lastpos)
23517 (smie--highlight-matching-block-timer): New variables.
23518 (smie-highlight-matching-block): New function.
23519 (smie-highlight-matching-block-mode): New minor mode. (Bug#14395)
23520 (smie-setup): Conditionally enable smie-blink-matching-open.
23521
23522 2013-05-16 Wilson Snyder <wsnyder@wsnyder.org>
23523
23524 Sync with upstream verilog-mode r840.
23525 * progmodes/verilog-mode.el (verilog-mode-version)
23526 (verilog-mode-release-date): Update.
23527 (verilog-auto-lineup, verilog-auto-reset): Doc fixes.
23528 (verilog-sig-tieoff): Fix string error on
23529 AUTORESET with colon define, bug594. Reported by Andrew Hou.
23530 (verilog-read-decls): Fix parameters confusing
23531 AUTOINST interfaces, bug565. Reported by Leith Johnson.
23532
23533 2013-05-16 Eli Zaretskii <eliz@gnu.org>
23534
23535 * subr.el (reveal-filename): New function.
23536
23537 * loadup.el: Compute Emacs executable versions on MS-Windows,
23538 where executables have the .exe extension. Add a hard link
23539 emacs-XX.YY.ZZ.exe on MS-Windows.
23540
23541 * Makefile.in (XARGS_LIMIT): New variable.
23542 (custom-deps, finder-data, autoloads)
23543 ($(MH_E_DIR)/mh-loaddefs.el, $(TRAMP_DIR)/tramp-loaddefs.el)
23544 ($(CAL_DIR)/cal-loaddefs.el, $(CAL_DIR)/diary-loaddefs.el)
23545 ($(CAL_DIR)/hol-loaddefs.el): Use reveal-filename.
23546 (compile-main): Limit xargs according to $(XARGS_LIMIT).
23547
23548 2013-05-16 Leo Liu <sdl.web@gmail.com>
23549
23550 * progmodes/octave.el (octave-indent-defun): Mark obsolete.
23551 (octave-mode-menu, octave-mode-map): Remove its uses.
23552
23553 2013-05-16 Reto Zimmermann <reto@gnu.org>
23554
23555 Sync with upstream vhdl mode v3.34.2.
23556 * progmodes/vhdl-mode.el: Use `push' throughout.
23557 (vhdl-version, vhdl-time-stamp, vhdl-doc-release-notes): Update.
23558 (vhdl-compiler-alist): Replace "\t\n" by "\\t\\n".
23559 Add IBM & Quartus compiler. Enhance entry for ADVance MS compiler.
23560 (vhdl-actual-generic-name): New option to derive actual generic name.
23561 (vhdl-port-paste-signals): Replace formal by actual generics.
23562 (vhdl-beautify): New name for old group vhdl-align. Update users.
23563 (vhdl-beautify-options): New option.
23564 (vhdl-last-input-event): New compat alias. Use throughout.
23565 (vhdl-goto-line): Replace user level function `goto-line'.
23566 (vhdl-mode-map): Add bindings for vhdl-fix-statement-region,
23567 vhdl-fix-statement-buffer.
23568 (vhdl-create-mode-menu): Add some entries.
23569 (vhdl-align-region-groups): Respect vhdl-beautify-options.
23570 (vhdl-align-inline-comment-region-1): Handle "--" inside string.
23571 (vhdl-fixup-whitespace-region): Handle symbols at EOL.
23572 (vhdl-fix-statement-region, vhdl-fix-statement-buffer): New commands,
23573 to force statements on one line.
23574 (vhdl-remove-trailing-spaces-region):
23575 New, split from vhdl-remove-trailing-spaces.
23576 (vhdl-beautify-region): Fix statements, trailing spaces, ^M character.
23577 Respect vhdl-beautify-options.
23578 (vhdl-update-sensitivity-list-buffer): If non-interactive save buffer.
23579 (vhdl-update-sensitivity-list): Not add with index if exists without.
23580 Not include array index with signal. Ignore keywords in comments.
23581 (vhdl-get-visible-signals): Regexp tweaks.
23582 (vhdl-template-component-inst): Handle empty library.
23583 (vhdl-template-type): Add template for 'enum' type.
23584 (vhdl-port-paste-generic-map, vhdl-port-paste-constants):
23585 Use vhdl-replace-string.
23586 (vhdl-port-paste-signals): Use vhdl-prepare-search-1.
23587 (vhdl-speedbar-mode-map): Rename from vhdl-speedbar-key-map.
23588 (vhdl-speedbar-initialize): Update for above name change.
23589 (vhdl-compose-wire-components): Fix in handling of constants.
23590 (vhdl-error-regexp-emacs-alist): New variable.
23591 (vhdl-error-regexp-add-emacs): New function;
23592 adds support for new compile.el (Emacs 22+)
23593 (vhdl-generate-makefile-1): Change target order for single lib. units.
23594 Allow use of absolute file names.
23595
23596 2013-05-16 Leo Liu <sdl.web@gmail.com>
23597
23598 * simple.el (prog-indent-sexp): Indent enclosing defun.
23599
23600 2013-05-15 Glenn Morris <rgm@gnu.org>
23601
23602 * cus-start.el (show-trailing-whitespace): Move to editing basics.
23603 * faces.el (trailing-whitespace): Don't use whitespace-faces group.
23604 * obsolete/old-whitespace.el (whitespace-faces): Remove group.
23605 (whitespace-highlight): Move to whitespace group.
23606
23607 * comint.el (comint-source):
23608 * pcmpl-linux.el (pcmpl-linux):
23609 * shell.el (shell-faces):
23610 * eshell/esh-opt.el (eshell-opt):
23611 * international/ccl.el (ccl): Remove empty custom groups.
23612
23613 * completion.el (dynamic-completion-mode):
23614 * jit-lock.el (jit-lock-debug-mode):
23615 * minibuffer.el (completion-in-region-mode):
23616 * type-break.el (type-break-mode-line-message-mode)
23617 (type-break-query-mode):
23618 * emulation/tpu-edt.el (tpu-edt-mode):
23619 * progmodes/subword.el (global-subword-mode, global-superword-mode):
23620 * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
23621 * term/vt100.el (vt100-wide-mode): Specify explicit :group.
23622
23623 * term/xterm.el (xterm): Change parent group to terminals.
23624
23625 * master.el (master): Remove empty custom group.
23626 (master-mode): Remove unused :group argument.
23627 * textmodes/refill.el (refill): Remove empty custom group.
23628 (refill-mode): Remove unused :group argument.
23629
23630 * textmodes/rst.el (rst-compile-toolsets): Use rst-compile group.
23631
23632 * cus-dep.el: Provide a feature.
23633 (custom-make-dependencies): Ignore dotfiles (dir-locals).
23634 Don't mistakenly ignore files whose basenames match a basename
23635 from preloaded-file-list (eg cedet/ede/simple.el).
23636 Add a fallback method for getting :group.
23637
23638 2013-05-15 Juri Linkov <juri@jurta.org>
23639
23640 * isearch.el (isearch-char-by-name): Rename from
23641 `isearch-insert-char-by-name'. Doc fix.
23642 (isearch-forward): Mention `isearch-char-by-name' in
23643 the docstring. (Bug#13348)
23644
23645 * isearch.el (minibuffer-local-isearch-map): Bind "\r" to
23646 `exit-minibuffer' instead of
23647 `isearch-nonincremental-exit-minibuffer'.
23648 (isearch-edit-string): Remove mention of
23649 `isearch-nonincremental-exit-minibuffer' from docstring.
23650 (isearch-nonincremental-exit-minibuffer): Mark as obsolete.
23651 (isearch-forward-exit-minibuffer)
23652 (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348)
23653
23654 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
23655
23656 * loadup.el: Just use unversioned DOC.
23657
23658 * nxml/nxml-mode.el: Treat unclosed <[[, <?, comment, and other
23659 literals as extending to EOB.
23660 (nxml-last-fontify-end): Remove unused variable.
23661 (nxml-after-change1): Use with-silent-modifications.
23662 (nxml-extend-after-change-region): Simplify.
23663 (nxml-extend-after-change-region1): Remove function.
23664 (nxml-after-change1): Don't adjust for dependent regions.
23665 (nxml-fontify-matcher): Simplify.
23666 * nxml/xmltok.el (xmltok-dependent-regions): Remove variable.
23667 (xmltok-add-dependent): Remove function.
23668 (xmltok-scan-after-lt, xmltok-scan-after-processing-instruction-open)
23669 (xmltok-scan-after-comment-open, xmltok-scan-prolog-literal)
23670 (xmltok-scan-prolog-after-processing-instruction-open): Treat
23671 unclosed <[[, <?, comment, and other literals as extending to EOB.
23672 * nxml/rng-valid.el (rng-mark-xmltok-dependent-regions)
23673 (rng-mark-xmltok-dependent-region, rng-dependent-region-changed):
23674 Remove functions.
23675 (rng-do-some-validation-1): Don't mark dependent regions.
23676 * nxml/nxml-rap.el (nxml-adjust-start-for-dependent-regions)
23677 (nxml-mark-parse-dependent-regions, nxml-mark-parse-dependent-region)
23678 (nxml-clear-dependent-regions): Remove functions.
23679 (nxml-scan-after-change, nxml-scan-prolog, nxml-tokenize-forward)
23680 (nxml-ensure-scan-up-to-date):
23681 Don't clear&mark dependent regions.
23682
23683 2013-05-15 Leo Liu <sdl.web@gmail.com>
23684
23685 * progmodes/octave.el (octave-goto-function-definition):
23686 Improve and fix callers.
23687
23688 2013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
23689
23690 * emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
23691 the setter (bug#14387).
23692
23693 * progmodes/f90.el (f90-blocks-re): Include the terminating \> in the
23694 surrounding group (bug#14402).
23695
23696 2013-05-14 Juri Linkov <juri@jurta.org>
23697
23698 * subr.el (find-tag-default-as-regexp): Return nil if `tag' is nil.
23699 (Bug#14390)
23700
23701 2013-05-14 Glenn Morris <rgm@gnu.org>
23702
23703 * progmodes/f90.el (f90-imenu-generic-expression):
23704 Fix typo in 2013-05-08 change. (Bug#14402)
23705
23706 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
23707
23708 * progmodes/gdb-mi.el (gdb-running, gdb-starting):
23709 Remove signals for which replies are never received.
23710
23711 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
23712
23713 * progmodes/gdb-mi.el: Fix non-responsive gud commands (bug#13845)
23714 (gdb-handler-alist, gdb-handler-number): Remove variables.
23715 (gdb-handler-list): New variable.
23716 (gdb-add-handler, gdb-delete-handler, gdb-get-handler-function)
23717 (gdb-pending-handler-p, gdb-handle-reply)
23718 (gdb-remove-all-pending-triggers): New functions.
23719 (gdb-discard-unordered-replies): New defcustom.
23720 (gdb-handler): New defstruct.
23721 (gdb-wait-for-pending): Fix invalid backquote. Use gdb-handler-list.
23722 instead of gdb-pending-triggers. Update docstring.
23723 (gdb-init-1): Remove dead variables. Initialize gdb-handler-list.
23724 (gdb-speedbar-update, gdb-speedbar-timer-fn, gdb-var-update)
23725 (gdb-var-update-handler, def-gdb-auto-update-trigger)
23726 (def-gdb-auto-update-handler, gdb-get-changed-registers)
23727 (gdb-changed-registers-handler, gdb-get-main-selected-frame)
23728 (gdb-frame-handler): Pending triggers are now automatically managed.
23729 (def-gdb-trigger-and-handler, def-gdb-auto-update-handler):
23730 Remove argument.
23731 (gdb-input): Automatically handles pending triggers. Update docstring.
23732 (gdb-resync): Replace gdb-pending-triggers by gdb-handler-list.
23733 (gdb-thread-exited, gdb-thread-selected, gdb-register-names-handler):
23734 Update comments.
23735 (gdb-done-or-error): Now use gdb-handle-reply.
23736
23737 2013-05-14 Jean-Philippe Gravel <jpgravel@gmail.com>
23738
23739 * progmodes/gdb-mi.el (gdb-input): Include token numbers in
23740 gdb-debug-log.
23741
23742 2013-05-14 Glenn Morris <rgm@gnu.org>
23743
23744 * subr.el (user-emacs-directory-warning): New option.
23745 (locate-user-emacs-file): Handle non-accessible .emacs.d. (Bug#13930)
23746
23747 2013-05-14 Leo Liu <sdl.web@gmail.com>
23748
23749 * progmodes/octave.el (octave-font-lock-keywords): Fix error
23750 during redisplay.
23751 (octave-goto-function-definition, octave-find-definition): Minor tweaks.
23752 (octave-font-lock-texinfo-comment): Fix invalid search bound
23753 error: wrong side of point.
23754
23755 2013-05-14 Glenn Morris <rgm@gnu.org>
23756
23757 * progmodes/flymake.el (flymake-xml-program): New option.
23758 (flymake-xml-init): Use it.
23759
23760 * term/xterm.el: Provide a feature.
23761
23762 * term/sup-mouse.el: Move to obsolete/. Provide a feature.
23763
23764 2013-05-13 Glenn Morris <rgm@gnu.org>
23765
23766 * cus-dep.el (defcustom-mh, defgroup-mh, defface-mh):
23767 Add compat aliases as a hack workaround. (Bug#14384)
23768
23769 2013-05-13 Leo Liu <sdl.web@gmail.com>
23770
23771 * progmodes/octave.el (octave-indent-comment): Fix indentation for
23772 ###, and %!.
23773 (octave-mode-map): Bind octave-indent-defun to C-c C-q instead of
23774 C-M-q.
23775 (octave-comment-start-skip): Include %!.
23776 (octave-mode): Set comment-start-skip to octave-comment-start-skip.
23777
23778 2013-05-12 Leo Liu <sdl.web@gmail.com>
23779
23780 * progmodes/octave.el (inferior-octave-startup): Store the value
23781 of __octave_srcdir__ for octave-source-directories.
23782 (inferior-octave-check-process): New function refactored out of
23783 inferior-octave-send-list-and-digest.
23784 (octave-source-directories)
23785 (octave-find-definition-filename-function): New variables.
23786 (octave-source-directories)
23787 (octave-find-definition-default-filename): New functions.
23788 (octave-find-definition): Improve to find functions implemented in C++.
23789
23790 2013-05-12 Glenn Morris <rgm@gnu.org>
23791
23792 * calendar/diary-lib.el (diary-outlook-format-1):
23793 Don't include dayname in the output. (Bug#14349)
23794
23795 2013-05-11 Glenn Morris <rgm@gnu.org>
23796
23797 * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
23798
23799 * cus-dep.el (custom-make-dependencies): Only use safe local variables.
23800 Treat cc-provide like provide.
23801
23802 2013-05-11 Kevin Ryde <user42@zip.com.au>
23803
23804 * cus-dep.el (custom-make-dependencies):
23805 Use generated-autoload-load-name for the sake of files such
23806 such cedet/semantic/bovine/c.el, where the base file name
23807 is not in load-path. (Bug#5277)
23808
23809 2013-05-11 Glenn Morris <rgm@gnu.org>
23810
23811 * dos-vars.el, emacs-lisp/cl-indent.el, emulation/tpu-extras.el:
23812 Provide features.
23813
23814 2013-05-11 Leo Liu <sdl.web@gmail.com>
23815
23816 * progmodes/octave.el (octave-indent-comment): Improve.
23817 (octave-eldoc-message-style, octave-eldoc-cache): New variables.
23818 (octave-eldoc-function-signatures, octave-eldoc-function):
23819 New functions.
23820 (octave-mode, inferior-octave-mode): Add eldoc support.
23821
23822 2013-05-11 Richard Stallman <rms@gnu.org>
23823
23824 * epa.el (epa-decrypt-file): Take output file name as argument
23825 and read it using `interactive'.
23826
23827 2013-05-11 Leo Liu <sdl.web@gmail.com>
23828
23829 * progmodes/octave.el (octave-beginning-of-line)
23830 (octave-end-of-line): Check before using up-list because it jumps
23831 out of more syntactic contructs since moving to smie.
23832 (octave-indent-comment): New function.
23833 (octave-mode): Use it in smie-indent-functions. (Bug#14350)
23834 (octave-begin-keywords, octave-end-keywords)
23835 (octave-reserved-words, octave-smie-bnf-table)
23836 (octave-smie-rules): Add new keywords from Octave 3.6.4.
23837
23838 2013-05-11 Glenn Morris <rgm@gnu.org>
23839
23840 * faces.el (internal-face-x-get-resource):
23841 * frame.el (ns-display-monitor-attributes-list):
23842 * calc/calc-aent.el (math-to-radians-2):
23843 * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
23844 Fix declarations.
23845
23846 * calc/calc-menu.el: Make it loadable in isolation.
23847
23848 * net/eudcb-bbdb.el: Make it loadable without bbdb.
23849 (eudc-bbdb-filter-non-matching-record, eudc-bbdb-extract-phones)
23850 (eudc-bbdb-extract-addresses, eudc-bbdb-format-record-as-result)
23851 (eudc-bbdb-query-internal): Require 'bbdb.
23852
23853 * lpr.el (lpr-headers-switches):
23854 * emacs-lisp/testcover.el (testcover-compose-functions): Fix :type.
23855
23856 * progmodes/sql.el (sql-login-params): Fix and improve :type.
23857
23858 * emulation/edt-mapper.el: In batch mode, error rather than hang.
23859
23860 * term.el (term-set-escape-char): Make it idempotent.
23861
23862 2013-05-10 Leo Liu <sdl.web@gmail.com>
23863
23864 * progmodes/octave.el (inferior-octave-completion-table):
23865 No longer a function and all uses changed. Use cache to speed up
23866 completion due to bug#11906.
23867 (octave-beginning-of-defun): Re-write to be more general.
23868
23869 2013-05-10 Glenn Morris <rgm@gnu.org>
23870
23871 * emacs-lisp/cl-macs.el (cl-loop): Doc fix.
23872
23873 2013-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
23874
23875 * comint.el (comint-redirect-send-command-to-process): Use :around
23876 rather than :override for comint-redirect-filter.
23877 (comint-redirect-filter): Add the corresponding `orig-filter' argument.
23878 Call it instead of comint-redirect-original-filter-function (which
23879 is gone). Reported by Juanma Barranquero <lekktu@gmail.com>.
23880
23881 2013-05-09 Jan Djärv <jan.h.d@swipnet.se>
23882
23883 * frame.el (display-monitor-attributes-list): Add NS case.
23884 (ns-display-monitor-attributes-list): Declare.
23885
23886 2013-05-09 Ulrich Mueller <ulm@gentoo.org>
23887
23888 * descr-text.el (describe-char): Fix %d/%x typo. (Bug#14360)
23889
23890 2013-05-09 Glenn Morris <rgm@gnu.org>
23891
23892 * international/fontset.el (vertical-centering-font-regexp):
23893 Set standard-value.
23894
23895 * tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.
23896
23897 * bookmark.el (bookmark-search-delay):
23898 * cus-start.el (vertical-centering-font-regexp):
23899 * ps-mule.el (ps-mule-font-info-database-default):
23900 * ps-print.el (ps-default-fg, ps-default-bg):
23901 * type-break.el (type-break-good-break-interval):
23902 * whitespace.el (whitespace-indentation-regexp)
23903 (whitespace-space-after-tab-regexp):
23904 * emacs-lisp/testcover.el (testcover-1value-functions)
23905 (testcover-noreturn-functions, testcover-progn-functions)
23906 (testcover-prog1-functions):
23907 * emulation/viper-init.el (viper-emacs-state-cursor-color):
23908 * eshell/em-glob.el (eshell-glob-translate-alist):
23909 * play/tetris.el (tetris-tty-colors):
23910 * progmodes/cpp.el (cpp-face-default-list):
23911 * progmodes/flymake.el (flymake-allowed-file-name-masks):
23912 * progmodes/idlw-help.el (idlwave-help-browser-generic-program)
23913 (idlwave-help-browser-generic-args):
23914 * progmodes/make-mode.el (makefile-special-targets-list):
23915 * progmodes/python.el (python-shell-virtualenv-path):
23916 * progmodes/verilog-mode.el (verilog-active-low-regexp)
23917 (verilog-auto-input-ignore-regexp, verilog-auto-inout-ignore-regexp)
23918 (verilog-auto-output-ignore-regexp, verilog-auto-tieoff-ignore-regexp)
23919 (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
23920 * textmodes/reftex-vars.el (reftex-format-label-function):
23921 * textmodes/remember.el (remember-diary-file): Fix custom types.
23922
23923 * jka-cmpr-hook.el (jka-compr-mode-alist-additions): Fix typo.
23924 Add :version.
23925
23926 2013-05-09 Leo Liu <sdl.web@gmail.com>
23927
23928 * progmodes/octave.el (inferior-octave-completion-at-point):
23929 Restore file completion. (Bug#14300)
23930 (inferior-octave-startup): Fix incorrect highlighting for the
23931 first prompt.
23932
23933 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
23934
23935 * progmodes/ruby-mode.el: First cut at SMIE support.
23936 (ruby-use-smie): New var.
23937 (ruby-smie-grammar): New constant.
23938 (ruby-smie--bosp, ruby-smie--implicit-semi-p)
23939 (ruby-smie--forward-token, ruby-smie--backward-token)
23940 (ruby-smie-rules): New functions.
23941 (ruby-mode-variables): Setup SMIE if applicable.
23942
23943 2013-05-08 Eli Zaretskii <eliz@gnu.org>
23944
23945 * simple.el (line-move-visual): Signal beginning/end of buffer
23946 only if vertical-motion moved less than it was requested. Avoids
23947 silly incorrect error messages when there are display strings with
23948 multiple newlines at EOL.
23949
23950 2013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
23951
23952 * progmodes/vera-mode.el (vera-underscore-is-part-of-word):
23953 * progmodes/prolog.el (prolog-underscore-wordchar-flag)
23954 (prolog-char-quote-workaround):
23955 * progmodes/cperl-mode.el (cperl-under-as-char):
23956 * progmodes/vhdl-mode.el (vhdl-underscore-is-part-of-word):
23957 Mark as obsolete.
23958 (vhdl-mode-syntax-table, vhdl-mode-ext-syntax-table): Initialize in
23959 their declaration.
23960 (vhdl-mode-syntax-table-init): Remove.
23961
23962 * progmodes/m4-mode.el (m4-mode-syntax-table): Add comment on
23963 last change.
23964
23965 * progmodes/ld-script.el (ld-script-mode-syntax-table): Use symbol
23966 syntax for "_".
23967 (ld-script-font-lock-keywords):
23968 Change regexps to use things like \_< and \_>.
23969
23970 * progmodes/f90.el (f90-mode-syntax-table): Use symbol syntax for "_".
23971 Change all regexps to use things like \_< and \_>.
23972
23973 * progmodes/autoconf.el (autoconf-definition-regexp)
23974 (autoconf-font-lock-keywords, autoconf-current-defun-function):
23975 Handle a _ with symbol syntax.
23976 (autoconf-mode): Don't change the syntax-table for imenu and font-lock.
23977
23978 * progmodes/ada-mode.el (ada-mode-abbrev-table):
23979 Consolidate declaration.
23980 (ada-mode-syntax-table, ada-mode-symbol-syntax-table): Initialize in
23981 the declaration.
23982 (ada-create-syntax-table): Remove.
23983 (ada-capitalize-word): Don't mess with the syntax of "_" since it
23984 already has the right syntax nowadays.
23985 (ada-goto-next-word): Don't change the syntax of "_".
23986
23987 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight obsolete
23988 with-wrapper-hook.
23989
23990 2013-05-08 Sam Steingold <sds@gnu.org>
23991
23992 * thingatpt.el (thing-at-point): Accept optional second argument
23993 NO-PROPERTIES to strip the text properties from the return value.
23994 * net/browse-url.el (browse-url-url-at-point): Pass NO-PROPERTIES
23995 to `thing-at-point' instead of stripping the properties ourselves.
23996 Also, when `thing-at-point' fails to find a url, prepend "http://"
23997 to the filename at point on the assumption that the user is
23998 pointing at something like gnu.org/gnu.
23999
24000 2013-05-08 Juanma Barranquero <lekktu@gmail.com>
24001
24002 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
24003 * faces.el (crm-separator):
24004 Silence byte-compiler.
24005
24006 * progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
24007 (tool-bar-map): Remove unneeded defvars.
24008
24009 2013-05-08 Leo Liu <sdl.web@gmail.com>
24010
24011 Re-work a fix for bug#10994 based on Le Wang's patch.
24012 * ido.el (ido-remove-consecutive-dups): New helper.
24013 (ido-completing-read): Use it.
24014 (ido-chop): Revert fix for bug#10994.
24015
24016 2013-05-08 Adam Spiers <emacs@adamspiers.org>
24017
24018 * cus-edit.el (custom-save-variables):
24019 Pretty-print long values. (Bug#14187)
24020
24021 2013-05-08 Glenn Morris <rgm@gnu.org>
24022
24023 * progmodes/m4-mode.el (m4-program): Assume it is in PATH.
24024 (m4-mode-syntax-table): Init in the defvar.
24025 (m4-mode-abbrev-table): Let define-derived-mode define it.
24026
24027 2013-05-08 Tom Tromey <tromey@redhat.com>
24028
24029 * progmodes/m4-mode.el (m4-mode-syntax-table):
24030 Do not treat "_" as word constituent. (Bug#14167)
24031
24032 2013-05-07 Glenn Morris <rgm@gnu.org>
24033
24034 * eshell/em-hist.el (eshell-isearch-map): Initialize in the defvar.
24035 Remove explicit eshell-isearch-cancel-map.
24036
24037 * progmodes/f90.el (f90-smart-end-names): New option.
24038 (f90-smart-end): Doc fix.
24039 (f90-end-block-optional-name): New constant.
24040 (f90-block-match): Respect f90-smart-end-names.
24041
24042 2013-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
24043
24044 * progmodes/octave.el (octave-smie-forward-token): Be more careful
24045 about implicit semi-colons (bug#14218).
24046
24047 2013-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24048
24049 * frame.el (display-monitor-attributes-list)
24050 (frame-monitor-attributes): New functions.
24051
24052 2013-05-06 Leo Liu <sdl.web@gmail.com>
24053
24054 * progmodes/octave.el (octave-syntax-propertize-function): Change
24055 \'s syntax to escape when inside double-quoted strings. (Bug#14332)
24056 (octave-font-lock-keywords): Use octave-operator-regexp.
24057 (octave-completion-at-point): Rename from
24058 octave-completion-at-point-function.
24059 (inferior-octave-directory-tracker): Robustify.
24060 (octave-text-functions): Remove and fix its uses. No such things
24061 any more.
24062
24063 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24064
24065 * emacs-lisp/trace.el (trace--display-buffer): New function.
24066 (trace-make-advice): Use it.
24067
24068 2013-05-06 Juri Linkov <juri@jurta.org>
24069
24070 * emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix. (Bug#14344)
24071 (eval-defun-2, eval-defun, eval-last-sexp, eval-last-sexp-1):
24072 Doc fix.
24073 (emacs-lisp-mode-map): Replace "minibuffer" with "echo area"
24074 in the help string. (Bug#12985)
24075
24076 2013-05-06 Kelly Dean <kellydeanch@yahoo.com> (tiny change)
24077
24078 * simple.el (shell-command-on-region): Doc fix. (Bug#14279)
24079
24080 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24081
24082 * progmodes/perl-mode.el: Add support for here documents.
24083 (perl-syntax-propertize-function): Match here-doc markers.
24084 (perl-syntax-propertize-special-constructs): Find their end.
24085 (perl-imenu-generic-expression): Use [:alnum:].
24086
24087 * emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
24088 (advice--add-function): Refresh the advice if already present
24089 (bug#14317).
24090
24091 2013-05-06 Ivan Andrus <darthandrus@gmail.com>
24092
24093 * find-file.el (cc-other-file-alist): Add ".m" for ObjC. (Bug#14339)
24094
24095 2013-05-06 Glenn Morris <rgm@gnu.org>
24096
24097 * w32-fns.el (w32-charset-info-alist): Declare.
24098
24099 * eshell/em-cmpl.el: Simply require pcomplete; eg we use a bunch
24100 of its defcustom properties.
24101 (eshell-cmpl-initialize): No need to load pcomplete.
24102
24103 * generic-x.el: No need to require comint when compiling.
24104
24105 * net/eudc-export.el: Make it loadable without bbdb.
24106 (top-level): Use require rather than load-library.
24107 (eudc-create-bbdb-record, eudc-bbdbify-phone)
24108 (eudc-batch-export-records-to-bbdb)
24109 (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert):
24110 Require bbdb.
24111
24112 2013-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
24113
24114 * progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.
24115 (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with
24116 some tweaks, instead.
24117
24118 2013-05-05 Leo Liu <sdl.web@gmail.com>
24119
24120 * progmodes/octave.el (octave-font-lock-keywords)
24121 (octave-font-lock-texinfo-comment): Adjust for the byte-compiler.
24122 (inferior-octave-send-list-and-digest): Improve error message.
24123 (octave-mode, inferior-octave-mode): Use setq-local.
24124 (octave-help): Set info-lookup-mode.
24125
24126 2013-05-05 Richard Stallman <rms@gnu.org>
24127
24128 * vc/compare-w.el (compare-windows-whitespace):
24129 Treat no-break space as whitespace.
24130
24131 * mail/rmailsum.el (rmail-summary-rmail-update):
24132 Detect empty summary and don't change selected message.
24133 (rmail-summary-goto-msg): Likewise.
24134
24135 * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):
24136 Doc fixes, rename args.
24137
24138 2013-05-05 Alan Mackenzie <acm@muc.de>
24139
24140 * progmodes/cc-defs.el (c-version): Increment to 5.32.5.
24141
24142 2013-05-05 Juri Linkov <juri@jurta.org>
24143
24144 * info.el (Info-read-subfile): Use (point-min) instead of (point)
24145 to not add the length of the summary segment to the return value.
24146 (Bug#14125)
24147
24148 2013-05-05 Leo Liu <sdl.web@gmail.com>
24149
24150 * progmodes/octave.el (inferior-octave-strip-ctrl-g)
24151 (inferior-octave-output-filter): Remove.
24152 (octave-send-region, inferior-octave-startup): Fix callers.
24153 (inferior-octave-mode-map): Don't use comint-dynamic-complete.
24154 (octave-binary-file-extensions): New user variable.
24155 (octave-find-definition): Confirm if opening binary files.
24156 (octave-help-file): Use octave-find-definition to get the binary
24157 confirmation.
24158 (octave-help): Adjust for octave-help-file change.
24159
24160 2013-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
24161
24162 * progmodes/pascal.el (pascal-font-lock-keywords): Use backquotes.
24163 Merge the two entries that handle function definitions.
24164 (pascal--syntax-propertize): New const.
24165 (pascal-mode): Use it. Use setq-local.
24166
24167 2013-05-04 Glenn Morris <rgm@gnu.org>
24168
24169 * calendar/diary-lib.el (diary-from-outlook-function): New variable.
24170 (diary-from-outlook): Respect diary-from-outlook-function.
24171
24172 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
24173
24174 * simple.el (read-expression-map): Use completion-at-point (bug#14255).
24175 Move the declaration from C.
24176 (read-minibuffer, eval-minibuffer): Move from C.
24177 (completion-setup-function): Avoid minibuffer-completion-contents.
24178
24179 2013-05-03 Leo Liu <sdl.web@gmail.com>
24180
24181 * progmodes/octave.el (octave-font-lock-keywords): Do not
24182 dehighlight 'end' in comments or strings.
24183 (octave-completing-read, octave-goto-function-definition):
24184 New helpers.
24185 (octave-help-buffer): New user variable.
24186 (octave-help-file, octave-help-function): New button types.
24187 (octave-help): New command and bind it to C-h ;.
24188 (octave-find-definition): New command and bind it to M-.
24189 (user-error): Alias to error if not defined.
24190
24191 2013-05-02 Leo Liu <sdl.web@gmail.com>
24192
24193 * progmodes/octave.el (octave-mode-syntax-table): Correct syntax
24194 for \. (bug#14332)
24195 (octave-font-lock-keywords): Include [ and {.
24196
24197 2013-05-02 Leo Liu <sdl.web@gmail.com>
24198
24199 * progmodes/octave.el (inferior-octave-startup-file): Change default.
24200 (inferior-octave): Remove calling comint-mode and return the buffer.
24201 (inferior-octave-startup): Cosmetic changes.
24202
24203 2013-05-02 Leo Liu <sdl.web@gmail.com>
24204
24205 * progmodes/octave.el (octave-syntax-propertize-function):
24206 Include the case when ' is at line beginning. (Bug#14336)
24207
24208 2013-05-02 Glenn Morris <rgm@gnu.org>
24209
24210 * vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.
24211 * desktop.el (vc-dir-mode): Just autoload it here.
24212
24213 2013-05-02 Alan Mackenzie <acm@muc.de>
24214
24215 Eliminate variable c-standard-font-lock-fontify-region-function.
24216 * progmodes/cc-mode.el
24217 (c-standard-font-lock-fontify-region-function): Remove.
24218 (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
24219
24220 2013-05-01 Leo Liu <sdl.web@gmail.com>
24221
24222 * progmodes/octave.el: Compatible with older emacs-24 releases.
24223 (inferior-octave-has-built-in-variables): Remove. Built-in
24224 variables were removed from Octave in 2007.
24225 (inferior-octave-startup): Fix uses.
24226 (comint-line-beginning-position): Remove compatibility code for
24227 emacs 21.
24228
24229 2013-05-01 Juri Linkov <juri@jurta.org>
24230
24231 * isearch.el (isearch-forward, isearch-mode): Doc fix. (Bug#13923)
24232
24233 2013-05-01 Juri Linkov <juri@jurta.org>
24234
24235 * comint.el (comint-previous-matching-input): Don't print message
24236 "History item: %d" when `isearch-mode' is active.
24237 (comint-history-isearch-message): Print message "History item: %d"
24238 when `comint-input-ring-index' is not empty and this function is
24239 called from `isearch-update' with a nil `ellipsis'. (Bug#13223)
24240
24241 2013-05-01 Leo Liu <sdl.web@gmail.com>
24242
24243 * progmodes/octave.el (octave-abbrev-table): Remove abbrev
24244 definitions. Use completion-at-point to insert keywords.
24245 (octave-abbrev-start): Remove.
24246 (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
24247
24248 2013-04-30 Leo Liu <sdl.web@gmail.com>
24249
24250 * progmodes/octave.el (inferior-octave-prompt-read-only): Fix last
24251 change.
24252
24253 2013-04-30 Alan Mackenzie <acm@muc.de>
24254
24255 Handle arbitrarily long C++ member initialization lists.
24256 * progmodes/cc-engine.el (c-back-over-member-initializers):
24257 new function.
24258 (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle
24259 (most) member init lists.
24260
24261 2013-04-30 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
24262
24263 * progmodes/octave.el (inferior-octave-prompt-read-only): New user
24264 variable.
24265
24266 2013-04-30 Leo Liu <sdl.web@gmail.com>
24267
24268 * progmodes/octave.el (octave-variables): Remove. No builtin
24269 variables any more. All converted to functions.
24270 (octave-font-lock-keywords, octave-completion-at-point-function):
24271 Fix uses.
24272 (octave-font-lock-texinfo-comment): New user variable.
24273 (octave-texinfo-font-lock-keywords): New variable for texinfo
24274 comment block.
24275 (octave-function-comment-block): New face.
24276 (octave-font-lock-texinfo-comment): New function.
24277 (octave-mode): Font lock texinfo comment block.
24278
24279 2013-04-29 Leo Liu <sdl.web@gmail.com>
24280
24281 * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' in
24282 indexing expression.
24283 (octave-continuation-string): Do not use \.
24284 (inferior-octave-complete-impossible): Remove.
24285 (inferior-octave-completion-table)
24286 (inferior-octave-completion-at-point): Remove its uses.
24287 (inferior-octave-startup): completion_matches was introduced to
24288 Octave in 1996 so safe to assume it.
24289 (octave-function-file-comment): Improve to follow how Octave does it.
24290 (octave-update-function-file-comment): Tweak.
24291
24292 2013-04-29 Leo Liu <sdl.web@gmail.com>
24293
24294 * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.
24295 (inferior-octave-startup): Remove inferior-octave-startup-hook.
24296 (octave-function-file-comment): Fix typo.
24297 (octave-sync-function-file-names): Use read-char-choice.
24298
24299 2013-04-28 Jay Belanger <jay.p.belanger@gmail.com>
24300
24301 * calc/calc.el (math-normalize): Don't set `math-normalize-error'
24302 to t for the less important warnings.
24303
24304 2013-04-27 Darren Hoo <darren.hoo@gmail.com> (tiny change)
24305
24306 * isearch.el (isearch-fail-pos): Check for empty `cmds'. (Bug#14268)
24307
24308 2013-04-27 Glenn Morris <rgm@gnu.org>
24309
24310 * vc/log-view.el (log-view-current-entry):
24311 Treat "---" separator lines as part of the following rev. (Bug#14169)
24312
24313 2013-04-27 Juri Linkov <juri@jurta.org>
24314
24315 * subr.el (read-number): Doc fix about using it by interactive
24316 code letter `n'. (Bug#14254)
24317
24318 2013-04-27 Juri Linkov <juri@jurta.org>
24319
24320 * desktop.el (desktop-auto-save-timeout): New option.
24321 (desktop-file-checksum): New variable.
24322 (desktop-save): Add optional arg `auto-save' and don't auto-save
24323 if nothing changed.
24324 (desktop-auto-save-timer): New variable.
24325 (desktop-auto-save, desktop-auto-save-set-timer): New functions.
24326 (after-init-hook): Call `desktop-auto-save-set-timer'.
24327 Suggested by Reuben Thomas <rrt@sc3d.org> in
24328 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00327.html>.
24329
24330 2013-04-27 Leo Liu <sdl.web@gmail.com>
24331
24332 * progmodes/octave.el (octave-function-file-p)
24333 (octave-skip-comment-forward, octave-function-file-comment)
24334 (octave-update-function-file-comment): New functions.
24335 (octave-mode-map): Bind C-c ; to
24336 octave-update-function-file-comment.
24337 (octave-mode-menu): Add octave-update-function-file-comment.
24338 (octave-mode, inferior-octave-mode): Fix doc-string.
24339 (octave-insert-defun): Conform to Octave's coding convention.
24340 (Bug#14285)
24341
24342 * files.el (basic-save-buffer): Don't let errors in
24343 before-save-hook prevent saving buffer.
24344
24345 2013-04-20 Roland Winkler <winkler@gnu.org>
24346
24347 * faces.el (read-face-name): Use completing-read if arg multiple
24348 is nil.
24349
24350 2013-04-27 Ingo Lohmar <i.lohmar@gmail.com> (tiny change)
24351
24352 * ls-lisp.el (ls-lisp-insert-directory): If no files are
24353 displayed, move point to after the totals line.
24354 See http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00677.html
24355 for the details.
24356
24357 2013-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
24358
24359 * emacs-lisp/package.el (package-autoload-ensure-default-file):
24360 Add current dir to the load-path.
24361 (package-generate-autoloads): Don't rely on
24362 autoload-ensure-default-file.
24363
24364 2013-04-26 Reuben Thomas <rrt@sc3d.org>
24365
24366 * textmodes/remember.el (remember-store-in-files): Document that
24367 the file name format is passed to `format-time-string'.
24368
24369 2013-04-26 Leo Liu <sdl.web@gmail.com>
24370
24371 * progmodes/octave.el (octave-sync-function-file-names): New function.
24372 (octave-mode): Use it in before-save-hook.
24373
24374 2013-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
24375
24376 * emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo
24377 (bug#14274).
24378
24379 * progmodes/octave.el (octave-smie-forward-token): Properly skip
24380 \n and comment, even if it's not an implicit ; (bug#14218).
24381
24382 2013-04-26 Glenn Morris <rgm@gnu.org>
24383
24384 * subr.el (read-number): Once more use `read' rather than
24385 `string-to-number', to trap non-numeric input. (Bug#14254)
24386
24387 2013-04-26 Erik Charlebois <erikcharlebois@gmail.com>
24388
24389 * emacs-lisp/syntax.el (syntax-propertize-multiline):
24390 Use `syntax-multiline' text property consistently instead of
24391 `font-lock-multiline'. (Bug#14237)
24392
24393 2013-04-26 Glenn Morris <rgm@gnu.org>
24394
24395 * emacs-lisp/shadow.el (list-load-path-shadows):
24396 No longer necessary to check for duplicate simple.el, since
24397 2012-07-07 change to init_lread to not include installation lisp
24398 directories in load-path when running uninstalled. (Bug#14270)
24399
24400 2013-04-26 Leo Liu <sdl.web@gmail.com>
24401
24402 * progmodes/octave.el (octave-submit-bug-report): Obsolete.
24403 (octave-mode, inferior-octave-mode): Use setq-local.
24404 (octave-not-in-string-or-comment-p): Rename to
24405 octave-in-string-or-comment-p.
24406 (octave-in-comment-p, octave-in-string-p)
24407 (octave-in-string-or-comment-p): Replace defsubst with defun.
24408
24409 2013-04-25 Paul Eggert <eggert@cs.ucla.edu>
24410
24411 * Makefile.in (distclean): Remove $(lisp)/loaddefs.el~.
24412
24413 2013-04-25 Bastien Guerry <bzg@gnu.org>
24414
24415 * textmodes/remember.el (remember-data-directory)
24416 (remember-directory-file-name-format): Fix custom types.
24417
24418 2013-04-25 Leo Liu <sdl.web@gmail.com>
24419
24420 * progmodes/octave.el (octave-completion-at-point-function):
24421 Make use of inferior octave process.
24422 (octave-initialize-completions): Remove.
24423 (inferior-octave-completion-table): New function.
24424 (inferior-octave-completion-at-point): Use it.
24425 (octave-completion-alist): Remove.
24426
24427 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24428
24429 * progmodes/opascal.el: Use font-lock and syntax-propertize.
24430 (opascal-mode-syntax-table): New var.
24431 (opascal-literal-kind, opascal-is-literal-end)
24432 (opascal-literal-token-at): Rewrite.
24433 (opascal--literal-start-re, opascal-font-lock-keywords)
24434 (opascal--syntax-propertize): New constants.
24435 (opascal-font-lock-defaults): Adjust.
24436 (opascal-mode): Use them. Set comment-<foo> variables as well.
24437 (delphi-comment-face, opascal-comment-face, delphi-string-face)
24438 (opascal-string-face, delphi-keyword-face, opascal-keyword-face)
24439 (delphi-other-face, opascal-other-face): Remove face variables.
24440 (opascal-save-state): Remove macro.
24441 (opascal-fontifying-progress-step): Remove constant.
24442 (opascal--ignore-changes): Remove var.
24443 (opascal-set-token-property, opascal-parse-next-literal)
24444 (opascal-is-stable-literal, opascal-complete-literal)
24445 (opascal-is-literal-start, opascal-face-of)
24446 (opascal-parse-region, opascal-parse-region-until-stable)
24447 (opascal-fontify-region, opascal-after-change)
24448 (opascal-debug-show-is-stable, opascal-debug-unparse-buffer)
24449 (opascal-debug-parse-region, opascal-debug-parse-window)
24450 (opascal-debug-parse-buffer, opascal-debug-fontify-window)
24451 (opascal-debug-fontify-buffer): Remove.
24452 (opascal-debug-mode-map): Adjust accordingly.
24453
24454 2013-04-25 Leo Liu <sdl.web@gmail.com>
24455
24456 Merge octave-mod.el and octave-inf.el into octave.el with some
24457 cleanups.
24458 * progmodes/octave.el: New file renamed from octave-mod.el.
24459 * progmodes/octave-inf.el: Merged into octave.el.
24460 * progmodes/octave-mod.el: Renamed to octave.el.
24461
24462 2013-04-25 Tassilo Horn <tsdh@gnu.org>
24463
24464 * textmodes/reftex-vars.el
24465 (reftex-label-ignored-macros-and-environments): New defcustom.
24466
24467 * textmodes/reftex-parse.el (reftex-parse-from-file): Use it.
24468
24469 2013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
24470
24471 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
24472 (smie-indent-keyword): Improve the check to ensure that the next
24473 comment is really on the same line.
24474 (smie-indent-comment): Don't align with a subsequent closer (or eob).
24475
24476 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
24477 semi-colons if the line is not otherwise empty (bug#14218).
24478
24479 2013-04-25 Glenn Morris <rgm@gnu.org>
24480
24481 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.
24482
24483 2013-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
24484
24485 * progmodes/opascal.el (opascal-set-token-property): Rename from
24486 opascal-set-text-properties and only set `token' (bug#14134).
24487 Suggested by Erik Knowles <eknowles@geosystemsoftware.com>.
24488 (opascal-literal-text-properties): Remove.
24489 (opascal-parse-next-literal, opascal-debug-unparse-buffer):
24490 Adjust callers.
24491
24492 2013-04-24 Reuben Thomas <rrt@sc3d.org>
24493
24494 * textmodes/remember.el (remember-handler-functions): Add an
24495 option for a new handler `remember-store-in-files'.
24496 (remember-data-directory, remember-directory-file-name-format):
24497 New options.
24498 (remember-store-in-files): New function to store remember notes
24499 as separate files within a directory.
24500
24501 2013-04-24 Magnus Henoch <magnus.henoch@gmail.com>
24502
24503 * progmodes/compile.el (compilation-next-error-function):
24504 Pass "formats" to compilation-find-file (bug#11777).
24505
24506 2013-04-24 Glenn Morris <rgm@gnu.org>
24507
24508 * vc/vc-bzr.el (vc-bzr-print-log):
24509 * vc/vc-hg.el (vc-hg-print-log):
24510 * vc/vc-svn.el (vc-svn-print-log):
24511 Fix START-REVISION with LIMIT != 1. (Bug#14168)
24512
24513 * vc/vc-bzr.el (vc-bzr-print-log):
24514 * vc/vc-cvs.el (vc-cvs-print-log):
24515 * vc/vc-git.el (vc-git-print-log):
24516 * vc/vc-hg.el (vc-hg-print-log):
24517 * vc/vc-mtn.el (vc-mtn-print-log):
24518 * vc/vc-rcs.el (vc-rcs-print-log):
24519 * vc/vc-sccs.el (vc-sccs-print-log):
24520 * vc/vc-svn.el (vc-svn-print-log):
24521 * vc/vc.el (vc-print-log-internal): Doc fixes.
24522
24523 2013-04-23 Glenn Morris <rgm@gnu.org>
24524
24525 * startup.el (normal-no-mouse-startup-screen, normal-about-screen):
24526 Remove venerable code attempting to avoid substitute-command-keys.
24527
24528 2013-04-23 Tassilo Horn <tsdh@gnu.org>
24529
24530 * textmodes/reftex-vars.el (reftex-label-regexps):
24531 Call `reftex-compile-variables' after changes to this variable.
24532
24533 2013-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
24534
24535 * jit-lock.el: Fix signals in jit-lock-force-redisplay (bug#13542).
24536 Use lexical-binding.
24537 (jit-lock-force-redisplay): Use markers, check buffer's continued
24538 existence and beware narrowed buffers.
24539 (jit-lock-fontify-now): Adjust call accordingly.
24540
24541 2013-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
24542
24543 * minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
24544 to avoid misleading the user.
24545
24546 2013-04-22 Leo Liu <sdl.web@gmail.com>
24547
24548 * info-look.el: Prefer latex2e.info. (Bug#14240)
24549
24550 2013-04-22 Michael Albinus <michael.albinus@gmx.de>
24551
24552 Fix pack/unpack coding. Reported by David Smith <davidsmith@acm.org>.
24553
24554 * net/tramp-compat.el (tramp-compat-call-process): Move function ...
24555 * net/tramp.el (tramp-call-process): ... here.
24556 (tramp-set-completion-function, tramp-parse-putty):
24557 * net/tramp-adb.el (tramp-adb-execute-adb-command):
24558 * net/tramp-gvfs.el (tramp-gvfs-send-command):
24559 * net/tramp-sh.el (tramp-sh-handle-set-file-times)
24560 (tramp-set-file-uid-gid, tramp-sh-handle-write-region)
24561 (tramp-call-local-coding-command): Use `tramp-call-process'
24562 instead of `tramp-compat-call-process'.
24563
24564 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
24565 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
24566 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region)
24567 (tramp-find-inline-compress): Improve traces.
24568 (tramp-maybe-send-script): Check for Perl binary.
24569 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
24570
24571 2013-04-22 Daiki Ueno <ueno@gnu.org>
24572
24573 * epg.el (epg-context-pinentry-mode): New function.
24574 (epg-context-set-pinentry-mode): New function.
24575 (epg--start): Pass --pinentry-mode option to gpg command.
24576
24577 2013-04-21 Xue Fuqiao <xfq.free@gmail.com>
24578
24579 * comint.el (comint-dynamic-complete-functions, comint-mode-map):
24580 `comint-dynamic-complete' is obsolete since 24.1, replaced by
24581 `completion-at-point'. (Bug#13774)
24582
24583 * startup.el (normal-no-mouse-startup-screen): Bug fix, the
24584 default key binding for `describe-distribution' has been moved to
24585 `C-h C-o'. (Bug#13970)
24586
24587 2013-04-21 Glenn Morris <rgm@gnu.org>
24588
24589 * vc/vc.el (vc-print-log-setup-buttons, vc-print-log-internal):
24590 Add doc strings.
24591 (vc-print-log): Clarify interactive prompt.
24592
24593 2013-04-20 Glenn Morris <rgm@gnu.org>
24594
24595 * emacs-lisp/bytecomp.el (byte-compile-insert-header):
24596 No longer include timestamp etc information.
24597
24598 2013-04-20 Roland Winkler <winkler@gnu.org>
24599
24600 * faces.el (read-face-name): Bug fix, return just one face if arg
24601 multiple is nil. (Bug#14209)
24602
24603 2013-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
24604
24605 * emacs-lisp/nadvice.el (advice--where-alist): Add :override.
24606 (remove-function): Autoload.
24607
24608 * comint.el (comint-redirect-original-filter-function): Remove.
24609 (comint-redirect-cleanup, comint-redirect-send-command-to-process):
24610 * vc/vc-cvs.el (vc-cvs-annotate-process-filter)
24611 (vc-cvs-annotate-command):
24612 * progmodes/octave-inf.el (inferior-octave-send-list-and-digest):
24613 * progmodes/prolog.el (prolog-consult-compile):
24614 * progmodes/gdb-mi.el (gdb, gdb--check-interpreter):
24615 Use add/remove-function instead.
24616 * progmodes/gud.el (gud-tooltip-original-filter): Remove.
24617 (gud-tooltip-process-output, gud-tooltip-tips):
24618 Use add/remove-function instead.
24619 * progmodes/xscheme.el (xscheme-previous-process-state): Remove.
24620 (scheme-interaction-mode, exit-scheme-interaction-mode):
24621 Use add/remove-function instead.
24622
24623 * vc/vc-dispatcher.el: Use lexical-binding.
24624 (vc--process-sentinel): Rename from vc-process-sentinel.
24625 Change last arg to be the code to run. Don't use vc-previous-sentinel
24626 and vc-sentinel-commands any more.
24627 (vc-exec-after): Allow code to be a function. Use add/remove-function.
24628 (compilation-error-regexp-alist, view-old-buffer-read-only): Declare.
24629
24630 2013-04-19 Masatake YAMATO <yamato@redhat.com>
24631
24632 * progmodes/sh-script.el (sh-imenu-generic-expression):
24633 Handle function names with a single character. (Bug#14111)
24634
24635 2013-04-19 Dima Kogan <dima@secretsauce.net> (tiny change)
24636
24637 * progmodes/gud.el (gud-perldb-marker-filter): Understand position info
24638 for subroutines defined in an eval (bug#14182).
24639
24640 2013-04-19 Thierry Volpiatto <thierry.volpiatto@gmail.com>
24641
24642 * bookmark.el (bookmark-completing-read): Improve handling of empty
24643 string (bug#14176).
24644
24645 2013-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
24646
24647 * vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.
24648
24649 2013-04-19 Fabián Ezequiel Gallina <fgallina@gnu.org>
24650
24651 New faster Imenu implementation (bug#14058).
24652 * progmodes/python.el (python-imenu-prev-index-position)
24653 (python-imenu-format-item-label-function)
24654 (python-imenu-format-parent-item-label-function)
24655 (python-imenu-format-parent-item-jump-label-function):
24656 New vars.
24657 (python-imenu-format-item-label)
24658 (python-imenu-format-parent-item-label)
24659 (python-imenu-format-parent-item-jump-label)
24660 (python-imenu--put-parent, python-imenu--build-tree)
24661 (python-imenu-create-index, python-imenu-create-flat-index)
24662 (python-util-popn): New functions.
24663 (python-mode): Set imenu-create-index-function to
24664 python-imenu-create-index.
24665
24666 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
24667
24668 * winner.el (winner-active-region): Use region-active-p, activate-mark
24669 and deactivate-mark (bug#14225).
24670
24671 * simple.el (deactivate-mark): Don't inline it.
24672
24673 2013-04-18 Michael Albinus <michael.albinus@gmx.de>
24674
24675 * net/tramp-sh.el (tramp-remote-process-environment): Add "TMOUT=0".
24676
24677 2013-04-18 Tassilo Horn <tsdh@gnu.org>
24678
24679 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
24680 file extensions from the archive-mode entry in order to prefer
24681 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
24682
24683 2013-04-18 Leo Liu <sdl.web@gmail.com>
24684
24685 * bindings.el (help-event-list): Add ?\?.
24686
24687 2013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
24688
24689 * subr.el (with-wrapper-hook): Declare obsolete.
24690 * simple.el (filter-buffer-substring-function): New hook.
24691 (filter-buffer-substring): Use it.
24692 (filter-buffer-substring-functions): Mark obsolete.
24693 * minibuffer.el (completion-in-region-function): New hook.
24694 (completion-in-region): Use it.
24695 (completion-in-region-functions): Mark obsolete.
24696 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
24697 * abbrev.el (abbrev-expand-function): New hook.
24698 (expand-abbrev): Use it.
24699 (abbrev-expand-functions): Mark obsolete.
24700 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
24701 and :filter-return.
24702
24703 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
24704
24705 * progmodes/python.el (python-nav--syntactically): Fix cornercases
24706 and do not care about match data.
24707
24708 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
24709
24710 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
24711 completion tables when completing error conditions and
24712 `declare' arguments.
24713 (lisp-complete-symbol, field-complete): Mark as obsolete.
24714 (check-parens): Unmatched parens are user errors.
24715 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
24716
24717 2013-04-17 Michal Nazarewicz <mina86@mina86.com>
24718
24719 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
24720 command changed buffer (ie. `flyspell-pre-buffer' is not current
24721 buffer), which prevents making decisions based on invalid value of
24722 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
24723 cause an error when `flyspell-pre-point' was nil after switching
24724 buffers.
24725 (flyspell-post-command-hook): No longer needs to change buffers when
24726 checking pre-word. While at it remove unnecessary progn.
24727
24728 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
24729
24730 * textmodes/ispell.el (ispell-add-per-file-word-list):
24731 Fix `flyspell-correct-word-before-point' error when accepting
24732 words and `coment-padding' is an integer by using
24733 `comment-normalize-vars' (Bug #14214).
24734
24735 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
24736
24737 New defun movement commands.
24738 * progmodes/python.el (python-nav--syntactically)
24739 (python-nav--forward-defun, python-nav-backward-defun)
24740 (python-nav-forward-defun): New functions.
24741
24742 2013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
24743
24744 * progmodes/python.el (python-syntax--context-compiler-macro): New defun.
24745 (python-syntax-context): Use named compiler-macro for backwards
24746 compatibility with Emacs 24.x.
24747
24748 2013-04-17 Leo Liu <sdl.web@gmail.com>
24749
24750 * progmodes/octave-mod.el (octave-mode-map): Fix key binding to
24751 octave-hide-process-buffer.
24752
24753 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
24754
24755 * vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names
24756 (bug#14216).
24757
24758 2013-04-17 Jean-Philippe Gravel <jpgravel@gmail.com>
24759
24760 * progmodes/gdb-mi.el (gdbmi-bnf-incomplete-record-result):
24761 Fix adjustment of offset when receiving incomplete responses from GDB
24762 (bug#14129).
24763
24764 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
24765
24766 * progmodes/python.el (python-mode-skeleton-abbrev-table): Rename from
24767 python-mode-abbrev-table.
24768 (python-skeleton-define): Adjust accordingly.
24769 (python-mode-abbrev-table): New table that inherits from it so that
24770 python-skeleton-autoinsert does not affect non-skeleton abbrevs.
24771
24772 * abbrev.el (abbrev--symbol): New function, extracted from abbrev-symbol.
24773 (abbrev-symbol): Use it.
24774 (abbrev--before-point): Use it since we already handle inheritance.
24775
24776 2013-04-16 Leo Liu <sdl.web@gmail.com>
24777
24778 * progmodes/octave-mod.el (octave-mode-map): Remove redundant key
24779 binding to info-lookup-symbol.
24780
24781 2013-04-16 Juanma Barranquero <lekktu@gmail.com>
24782
24783 * minibuffer.el (completion--twq-all):
24784 * term/ns-win.el (ns-initialize-window-system):
24785 * term/w32-win.el (w32-initialize-window-system): Silence byte-compiler.
24786
24787 2013-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
24788
24789 * emacs-lisp/nadvice.el (add-function): Default simple vars to their
24790 global bindings.
24791
24792 * doc-view.el (doc-view-start-process): Handle url-handler directories.
24793
24794 2013-04-15 Dmitry Gutov <dgutov@yandex.ru>
24795
24796 * progmodes/ruby-mode.el (ruby-beginning-of-defun)
24797 (ruby-end-of-defun, ruby-move-to-block): Bind `case-fold-search'
24798 to nil.
24799 (ruby-end-of-defun): Remove the unused arg, change the docstring
24800 to reflect that this function is only used as the value of
24801 `end-of-defun-function'.
24802 (ruby-beginning-of-defun): Remove "top-level" from the docstring,
24803 to reflect an earlier change that beginning/end-of-defun functions
24804 jump between methods in a class definition, as well as top-level
24805 functions.
24806
24807 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
24808
24809 * minibuffer.el (minibuffer-complete): Don't just scroll
24810 a *Completions* that's been iconified.
24811 (minibuffer-force-complete): Make sure repetitions do cycle when going
24812 through completion-in-region -> minibuffer-complete.
24813
24814 2013-04-15 Alan Mackenzie <acm@muc.de>
24815
24816 Correct the placement of c-cpp-delimiters when there're #s not at
24817 col 0.
24818
24819 * progmodes/cc-langs.el (c-anchored-cpp-prefix): Reformulate and
24820 place a submatch around the #.
24821 * progmodes/cc-mode.el(c-neutralize-syntax-in-and-mark-CPP):
24822 Start a search at BOL. Put the c-cpp-delimiter category text propertiy
24823 on the #, not BOL.
24824
24825 2013-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
24826
24827 * emacs-lisp/nadvice.el: Properly test names when adding advice.
24828 (advice--member-p): New arg `name'.
24829 (advice--add-function, advice-member-p): Use it (bug#14202).
24830
24831 2013-04-15 Filipp Gunbin <fgunbin@fastmail.fm>
24832
24833 Reformulate java imenu-generic-expression.
24834 The old expression contained ill formed regexps.
24835
24836 * progmodes/cc-menus.el (cc-imenu-java-ellipsis-regexp)
24837 (cc-imenu-java-type-spec-regexp, cc-imenu-java-comment-regexp)
24838 (cc-imenu-java-method-arg-regexp): New defconsts.
24839 (cc-imenu-java-build-type-args-regex): New defun.
24840 (cc-imenu-java-generic-expression): Fix, to remove "ambiguous"
24841 handling of spaces in the regexp.
24842
24843 2013-03-15 Agustín Martín Domingo <agustin.martin@hispalinux.es>
24844
24845 * textmodes/ispell.el (ispell-command-loop): Remove
24846 flyspell highlight of a word when ispell accepts it (bug #14178).
24847
24848 2013-04-15 Michael Albinus <michael.albinus@gmx.de>
24849
24850 * net/ange-ftp.el (ange-ftp-run-real-handler-orig): New defun,
24851 uses code from the previous `ange-ftp-run-real-handler'.
24852 (ange-ftp-run-real-handler): Set it to `tramp-run-real-handler'
24853 only in case that function exist. This is needed for proper
24854 unloading of Tramp.
24855
24856 2013-04-15 Tassilo Horn <tsdh@gnu.org>
24857
24858 * textmodes/reftex-vars.el (reftex-label-regexps): New defcustom.
24859
24860 * textmodes/reftex.el (reftex-compile-variables): Use it.
24861
24862 2013-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
24863
24864 * files.el (normal-mode): Only use default major-mode if no other mode
24865 was specified.
24866
24867 * emacs-lisp/trace.el (trace-values): New function.
24868
24869 * files.el: Allow : in local variables (bug#14089).
24870 (hack-local-variable-regexp): New var.
24871 (hack-local-variables-prop-line, hack-local-variables): Use it.
24872
24873 2013-04-13 Roland Winkler <winkler@gnu.org>
24874
24875 * textmodes/bibtex.el (bibtex-search-entries): Bug fix. Use match
24876 data before it gets modified by bibtex-beginning-of-entry.
24877
24878 2013-04-13 Roland Winkler <winkler@gnu.org>
24879
24880 * textmodes/bibtex.el (bibtex-url): Doc fix.
24881
24882 2013-04-13 Roland Winkler <winkler@gnu.org>
24883
24884 * textmodes/bibtex.el (bibtex-initialize): If the current buffer
24885 does not visit a BibTeX file, exclude it from the list of buffers
24886 returned by bibtex-initialize.
24887
24888 2013-04-13 Stephen Berman <stephen.berman@gmx.net>
24889
24890 * window.el (split-window): Remove interactive form, since as a
24891 command this function is a special case of split-window-below.
24892 Correct doc string.
24893
24894 2013-04-12 Roland Winkler <winkler@gnu.org>
24895
24896 * faces.el (read-face-name): Do not override value of arg default.
24897 Allow single faces and strings as default values. Remove those
24898 elements from return value that are not faces.
24899 (describe-face): Simplify.
24900 (face-at-point): New optional args thing and multiple so that this
24901 function can provide the same functionality previously provided by
24902 read-face-name.
24903 (make-face-bold, make-face-unbold, make-face-italic)
24904 (make-face-unitalic, make-face-bold-italic, invert-face)
24905 (modify-face, read-face-and-attribute): Use face-at-point.
24906
24907 * cus-edit.el (customize-face, customize-face-other-window)
24908 * cus-theme.el (custom-theme-add-face)
24909 * face-remap.el (buffer-face-set)
24910 * facemenu.el (facemenu-set-face): Use face-at-point.
24911
24912 2013-04-12 Michael Albinus <michael.albinus@gmx.de>
24913
24914 * info.el (Info-file-list-for-emacs): Add "tramp" and "dbus".
24915
24916 2013-04-10 Tassilo Horn <tsdh@gnu.org>
24917
24918 * textmodes/reftex-cite.el (reftex-parse-bibtex-entry): Don't cut
24919 off leading { and trailing } from field values.
24920
24921 2013-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
24922
24923 * emacs-lisp/timer.el (timer--check): New function.
24924 (timer--time, timer-set-function, timer-event-handler): Use it.
24925 (timer-set-idle-time): Simplify.
24926 (timer--activate): CSE.
24927 (timer-event-handler): Give more info in error message.
24928 (internal-timer-start-idle): New function, moved from C.
24929
24930 * mpc.el (mpc-proc): Add `restart' argument.
24931 (mpc-proc-cmd): Use it.
24932 (mpc--status-timer-run): Also catch signals from `mpc-proc'.
24933 (mpc-status-buffer-show, mpc-tagbrowser-dir-toggle): Call `mpc-proc'
24934 less often.
24935
24936 2013-04-10 Masatake YAMATO <yamato@redhat.com>
24937
24938 * progmodes/sh-script.el: Implement `sh-mode' own
24939 `add-log-current-defun-function' (bug#14112).
24940 (sh-current-defun-name): New function.
24941 (sh-mode): Use the function.
24942
24943 2013-04-09 Bastien Guerry <bzg@gnu.org>
24944
24945 * simple.el (choose-completion-string): Fix docstring (bug#14163).
24946
24947 2013-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
24948
24949 * emacs-lisp/edebug.el (edebug-mode): Fix typo (bug#14144).
24950
24951 * emacs-lisp/timer.el (timer-event-handler): Don't retrigger a canceled
24952 timer (bug#14156).
24953
24954 2013-04-07 Nic Ferrier <nferrier@ferrier.me.uk>
24955
24956 * emacs-lisp/ert.el (should, should-not, should-error): Add edebug
24957 declaration.
24958
24959 2013-04-07 Leo Liu <sdl.web@gmail.com>
24960
24961 * pcmpl-x.el: New file.
24962
24963 2013-04-06 Dmitry Antipov <dmantipov@yandex.ru>
24964
24965 Do not set x-display-name until X connection is established.
24966 This is needed to prevent from weird situation described at
24967 <http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00212.html>.
24968 * frame.el (make-frame): Set x-display-name after call to
24969 window system initialization function, not before.
24970 * term/x-win.el (x-initialize-window-system): Add optional
24971 display argument and use it.
24972 * term/w32-win.el (w32-initialize-window-system):
24973 * term/ns-win.el (ns-initialize-window-system):
24974 * term/pc-win.el (msdos-initialize-window-system):
24975 Add compatible optional display argument.
24976
24977 2013-04-06 Eli Zaretskii <eliz@gnu.org>
24978
24979 * files.el (normal-backup-enable-predicate): On MS-Windows and
24980 MS-DOS compare truenames of temporary-file-directory and of the
24981 file, so that 8+3 aliases (usually found in $TEMP on Windows)
24982 don't fail comparison by compare-strings. Also, compare file
24983 names case-insensitively on MS-Windows and MS-DOS.
24984
24985 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
24986
24987 * emacs-lisp/package.el (package-compute-transaction): Fix last fix.
24988 Suggested by Donald Curtis <dcurtis@coe.edu> (bug#14082).
24989
24990 2013-04-05 Dmitry Gutov <dgutov@yandex.ru>
24991
24992 * whitespace.el (whitespace-color-on, whitespace-color-off):
24993 Only call `font-lock-fontify-buffer' when `font-lock-mode' is on.
24994
24995 2013-04-05 Jacek Chrząszcz <chrzaszcz@mimuw.edu.pl> (tiny change)
24996
24997 * ispell.el (ispell-set-spellchecker-params):
24998 Really set `ispell-args' for all equivs.
24999
25000 2013-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
25001
25002 * ido.el (ido-completions): Use extra elements of ido-decorations
25003 (bug#14143).
25004 (ido-decorations): Update docstring.
25005
25006 2013-04-05 Michael Albinus <michael.albinus@gmx.de>
25007
25008 * autorevert.el (auto-revert-mode, auto-revert-tail-mode)
25009 (global-auto-revert-mode): Let-bind `auto-revert-use-notify' to
25010 nil during initialization, in order not to miss changes since the
25011 file was opened. (Bug#14140)
25012
25013 2013-04-05 Leo Liu <sdl.web@gmail.com>
25014
25015 * kmacro.el (kmacro-call-macro): Fix bug#14135.
25016
25017 2013-04-05 Jay Belanger <jay.p.belanger@gmail.com>
25018
25019 * calc/calc-units.el (calc-convert-units): Rewrite conditional.
25020
25021 2013-04-04 Glenn Morris <rgm@gnu.org>
25022
25023 * electric.el (electric-pair-inhibit-predicate): Add :version.
25024
25025 2013-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
25026
25027 * emacs-lisp/package.el (package-compute-transaction): Fix ordering
25028 when a package is required several times (bug#14082).
25029
25030 2013-04-04 Roland Winkler <winkler@gnu.org>
25031
25032 * faces.el (read-face-name): Behave as promised by the docstring.
25033 Assume that arg default is a list of faces.
25034 (describe-face): Call read-face-name with list of default faces.
25035
25036 2013-04-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
25037
25038 * bookmark.el: Fix deletion of bookmarks (bug#13972).
25039 (bookmark-bmenu-list): Don't toggle filenames if alist is empty.
25040 (bookmark-bmenu-execute-deletions): Only skip first line if it's
25041 the header.
25042 (bookmark-exit-hook-internal): Save even if list is empty.
25043
25044 2013-04-04 Yann Hodique <yann.hodique@gmail.com> (tiny change)
25045
25046 * emacs-lisp/package.el (package-pinned-packages): New var.
25047 (package--add-to-archive-contents): Obey it (bug#14118).
25048
25049 2013-04-03 Alan Mackenzie <acm@muc.de>
25050
25051 Handle `parse-partial-sexp' landing inside a comment opener (Bug#13244).
25052 Also adapt to the new values of element 7 of a parse state.
25053
25054 * progmodes/cc-engine.el (c-state-pp-to-literal): New optional
25055 parameter `not-in-delimiter'. Handle being inside comment opener.
25056 (c-invalidate-state-cache-1): Reckon with an extra "invalid"
25057 character in case we're typing a '*' after a '/'.
25058 (c-literal-limits): Handle the awkward "not-in-delimiter" cond arm
25059 instead by passing the parameter to c-state-pp-to-literal.
25060
25061 * progmodes/cc-fonts.el (c-font-lock-doc-comments): New handling
25062 for elt. 7 of a parse state.
25063
25064 2013-04-01 Paul Eggert <eggert@cs.ucla.edu>
25065
25066 Use UTF-8 for most files with non-ASCII characters (Bug#13936).
25067 * international/latin1-disp.el, international/mule-util.el:
25068 * language/cyril-util.el, language/european.el, language/ind-util.el:
25069 * language/lao-util.el, language/thai.el, language/tibet-util.el:
25070 * language/tibetan.el, language/viet-util.el:
25071 Switch from iso-2022-7bit to utf-8 or (if needed) utf-8-emacs.
25072
25073 2013-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
25074
25075 * electric.el (electric-pair-inhibit-predicate): New var (bug#14000).
25076 (electric-pair-post-self-insert-function): Use it.
25077 (electric-pair-default-inhibit): New function, extracted from
25078 electric-pair-post-self-insert-function.
25079
25080 2013-03-31 Roland Winkler <winkler@gnu.org>
25081
25082 * emacs-lisp/crm.el (completing-read-multiple): Doc fix.
25083
25084 2013-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
25085
25086 * hi-lock.el (hi-lock-mode): Cleanup after revert-buffer (bug#13891).
25087
25088 2013-03-30 Fabián Ezequiel Gallina <fabian@anue.biz>
25089
25090 Un-indent after "pass" and "return" statements (Bug#13888)
25091 * progmodes/python.el (python-indent-block-enders): New var.
25092 (python-indent-calculate-indentation): Use it.
25093
25094 2013-03-30 Michael Albinus <michael.albinus@gmx.de>
25095
25096 * net/tramp.el (tramp-drop-volume-letter): Make it an ordinary
25097 defun. Defining it as defalias could introduce too eager
25098 byte-compiler optimization. (Bug#14030)
25099
25100 2013-03-30 Chong Yidong <cyd@gnu.org>
25101
25102 * iswitchb.el (iswitchb-read-buffer): Fix typo.
25103
25104 2013-03-30 Leo Liu <sdl.web@gmail.com>
25105
25106 * kmacro.el (kmacro-call-macro): Add optional arg MACRO.
25107 (kmacro-execute-from-register): Pass the keyboard macro to
25108 kmacro-call-macro or repeating won't work correctly.
25109
25110 2013-03-30 Teodor Zlatanov <tzz@lifelogs.com>
25111
25112 * progmodes/subword.el: Back to using `forward-symbol'.
25113
25114 * subr.el (forward-whitespace, forward-symbol)
25115 (forward-same-syntax): Move from thingatpt.el.
25116
25117 2013-03-29 Leo Liu <sdl.web@gmail.com>
25118
25119 * kmacro.el (kmacro-to-register): New command.
25120 (kmacro-execute-from-register): New function.
25121 (kmacro-keymap): Bind to 'x'. (Bug#14071)
25122
25123 2013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
25124
25125 * mpc.el: Use defvar-local and setq-local.
25126 (mpc--proc-connect): Connection failures are not bugs.
25127 (mpc-mode-map): `follow-link' only applies to the buffer's content.
25128 (mpc-volume-map): Bind to the up-events.
25129
25130 2013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
25131
25132 * progmodes/subword.el (superword-mode): Use `forward-sexp'
25133 instead of `forward-symbol'.
25134
25135 2013-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
25136
25137 * emacs-lisp/edebug.el (edebug-mode): Make it a minor mode.
25138 (edebug--recursive-edit): Use it.
25139 (edebug-kill-buffer): Don't let-bind kill-buffer-hook.
25140 (edebug-temp-display-freq-count): Don't let-bind buffer-read-only.
25141
25142 2013-03-28 Leo Liu <sdl.web@gmail.com>
25143
25144 * vc/vc-bzr.el (vc-bzr-revert): Don't backup. (Bug#14066)
25145
25146 2013-03-27 Eli Zaretskii <eliz@gnu.org>
25147
25148 * facemenu.el (list-colors-callback): New defvar.
25149 (list-colors-redisplay): New function.
25150 (list-colors-display): Install list-colors-redisplay as the
25151 revert-buffer-function. (Bug#14063)
25152
25153 2013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
25154
25155 * minibuffer.el (completion-pcm--merge-completions): Make sure prefixes
25156 and suffixes don't overlap (bug#14061).
25157
25158 * case-table.el: Use lexical-binding.
25159 (case-table-get-table): New function.
25160 (get-upcase-table): Use it. Mark as obsolete. Adjust callers.
25161
25162 2013-03-27 Teodor Zlatanov <tzz@lifelogs.com>
25163
25164 * progmodes/subword.el: Add `superword-mode' to do word motion
25165 over symbol_words (parallels and leverages `subword-mode' which
25166 does word motion inside MixedCaseWords).
25167
25168 2013-03-27 Aidan Gauland <aidalgol@no8wireless.co.nz>
25169
25170 * eshell/em-unix.el: Move su and sudo to...
25171 * eshell/em-tramp.el: ...Eshell tramp module.
25172
25173 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
25174
25175 * desktop.el (desktop--v2s): Rename from desktop-internal-v2s.
25176 Change return value to be a sexp. Delay `get-buffer' to after
25177 restoring the desktop (bug#13951).
25178
25179 2013-03-26 Leo Liu <sdl.web@gmail.com>
25180
25181 * register.el: Move semantic tag handling back to
25182 cedet/semantic/senator.el. (Bug#14052)
25183
25184 2013-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
25185
25186 * eshell/em-prompt.el (eshell-emit-prompt): Make sure we can't insert
25187 into the prompt either (bug#13963).
25188
25189 2013-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
25190
25191 * font-lock.el (lisp-font-lock-keywords-2): Don't highlight the "error"
25192 part of "(error-foo)".
25193
25194 2013-03-24 Juri Linkov <juri@jurta.org>
25195
25196 * replace.el (list-matching-lines-prefix-face): New defcustom.
25197 (occur-1): Pass `list-matching-lines-prefix-face' to the function
25198 `occur-engine' if `face-differs-from-default-p' returns t.
25199 (occur-engine): Add `,' inside backquote construct to evaluate
25200 `prefix-face'. Propertize the prefix with the `prefix-face' face.
25201 Pass `prefix-face' to the functions `occur-context-lines' and
25202 `occur-engine-add-prefix'.
25203 (occur-engine-add-prefix, occur-context-lines): Add optional arg
25204 `prefix-face' and propertize the prefix with `prefix-face'.
25205 (Bug#14017)
25206
25207 2013-03-24 Leo Liu <sdl.web@gmail.com>
25208
25209 * nxml/rng-valid.el (rng-validate-while-idle)
25210 (rng-validate-quick-while-idle): Guard against deleted buffer.
25211 (Bug#13999)
25212
25213 * emacs-lisp/edebug.el (edebug-mode): Make sure edebug-kill-buffer
25214 is the last entry in kill-buffer-hook.
25215
25216 * files.el (kill-buffer-hook): Doc fix.
25217
25218 2013-03-23 Dmitry Gutov <dgutov@yandex.ru>
25219
25220 * emacs-lisp/lisp-mode.el (emacs-lisp-docstring-fill-column):
25221 Make it safe-local.
25222
25223 * vc/diff-mode.el (diff-mode-shared-map): Unbind "/" (Bug#14034).
25224
25225 2013-03-23 Leo Liu <sdl.web@gmail.com>
25226
25227 * nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
25228 Remove.
25229
25230 * nxml/rng-valid.el (rng-validate-mode)
25231 (rng-after-change-function, rng-do-some-validation):
25232 * nxml/rng-maint.el (rng-validate-buffer):
25233 * nxml/nxml-rap.el (nxml-tokenize-forward, nxml-ensure-scan-up-to-date):
25234 * nxml/nxml-outln.el (nxml-show-all, nxml-set-outline-state):
25235 * nxml/nxml-mode.el (nxml-mode, nxml-degrade, nxml-after-change)
25236 (nxml-extend-after-change-region): Use with-silent-modifications.
25237
25238 * nxml/rng-nxml.el (rng-set-state-after): Do not let-bind
25239 timer-idle-list.
25240
25241 * nxml/rng-valid.el (rng-validate-while-idle-continue-p)
25242 (rng-next-error-1, rng-previous-error-1): Do not let-bind
25243 timer-idle-list. (Bug#13999)
25244
25245 2013-03-23 Juri Linkov <juri@jurta.org>
25246
25247 * info.el (info-index-match): New face.
25248 (Info-index, Info-apropos-matches): Add a nested subgroup to the
25249 main pattern and add text properties with the new face to matches
25250 in index entries relative to the beginning of the index entry.
25251 (Bug#14015)
25252
25253 2013-03-21 Eric Ludlam <zappo@gnu.org>
25254
25255 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
25256 Inhibit read only while inserting objects.
25257
25258 2013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
25259
25260 * progmodes/cfengine.el: Update docs to mention
25261 `cfengine-auto-mode'. Use \_> and \_< instead of \> and \< for
25262 symbol motion. Remove "_" from the word syntax.
25263
25264 2013-03-21 Teodor Zlatanov <tzz@lifelogs.com>
25265
25266 * progmodes/cfengine.el (cfengine-common-syntax): Add "_" to word
25267 syntax for both `cfengine2-mode' and `cfengine3-mode'.
25268
25269 2013-03-20 Juri Linkov <juri@jurta.org>
25270
25271 * info.el (Info-next-reference-or-link)
25272 (Info-prev-reference-or-link): New functions.
25273 (Info-next-reference, Info-prev-reference): Use them.
25274 (Info-try-follow-nearest-node): Handle footnote navigation.
25275 (Info-fontify-node): Fontify footnotes. (Bug#13989)
25276
25277 2013-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
25278
25279 * subr.el (posn-point, posn-string): Fix it here instead (bug#13979).
25280 * mouse.el (mouse-on-link-p): Undo scroll-bar fix.
25281
25282 2013-03-20 Paul Eggert <eggert@cs.ucla.edu>
25283
25284 Suppress unnecessary non-ASCII chatter during build process.
25285 * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
25286 (batch-skkdic-convert): Suppress most of the chatter.
25287 It's not needed so much now that machines are faster,
25288 and its non-ASCII component was confusing; see Dmitry Gutov in
25289 <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
25290
25291 2013-03-20 Leo Liu <sdl.web@gmail.com>
25292
25293 * ido.el (ido-chop): Fix bug#10994.
25294
25295 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
25296
25297 * whitespace.el (whitespace-font-lock, whitespace-font-lock-mode):
25298 Remove vars.
25299 (whitespace-color-on, whitespace-color-off):
25300 Use `font-lock-fontify-buffer' (Bug#13817).
25301
25302 2013-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
25303
25304 * mouse.el (mouse--down-1-maybe-follows-link): Fix follow-link
25305 remapping in mode-line.
25306 (mouse-on-link-p): Also check [mode-line follow-link] bindings.
25307
25308 2013-03-19 Dmitry Gutov <dgutov@yandex.ru>
25309
25310 * whitespace.el (whitespace-color-on): Use `prepend' OVERRIDE
25311 value for `whitespace-line' face (Bug#13875).
25312 (whitespace-font-lock-keywords): Change description.
25313 (whitespace-color-on): Don't save `font-lock-keywords' value, save
25314 the constructed keywords instead.
25315 (whitespace-color-off): Use `font-lock-remove-keywords' (Bug#13817).
25316
25317 2013-03-19 Leo Liu <sdl.web@gmail.com>
25318
25319 * progmodes/compile.el (compilation-display-error): New command.
25320 (compilation-mode-map, compilation-minor-mode-map): Bind it to
25321 C-o. (Bug#13992)
25322
25323 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
25324
25325 * term/x-win.el (x-keysym-pair): Add a Fixme (Bug#13936).
25326
25327 2013-03-18 Jan Djärv <jan.h.d@swipnet.se>
25328
25329 * mouse.el (mouse-on-link-p): Check for scroll bar (Bug#13979).
25330
25331 2013-03-18 Michael Albinus <michael.albinus@gmx.de>
25332
25333 * net/tramp-compat.el (tramp-compat-user-error): New defun.
25334
25335 * net/tramp-adb.el (tramp-adb-handle-shell-command):
25336 * net/tramp-gvfs.el (top):
25337 * net/tramp.el (tramp-find-method, tramp-dissect-file-name)
25338 (tramp-handle-shell-command): Use it.
25339 (tramp-dissect-file-name): Raise an error when hostname is a
25340 method name, and neither method nor user is specified.
25341
25342 * net/trampver.el: Update release number.
25343
25344 2013-03-18 Leo Liu <sdl.web@gmail.com>
25345
25346 Make sure eldoc can be turned off properly.
25347 * emacs-lisp/eldoc.el (eldoc-schedule-timer): Conditionalize on
25348 eldoc-mode.
25349 (eldoc-display-message-p): Revert last change.
25350 (eldoc-display-message-no-interference-p)
25351 (eldoc-print-current-symbol-info): Tweak.
25352
25353 2013-03-18 Tassilo Horn <tsdh@gnu.org>
25354
25355 * doc-view.el (doc-view-new-window-function): Check the new window
25356 overlay's display property instead the char property of the
25357 buffer's first char. Use `with-selected-window' instead of
25358 `save-window-excursion' with `select-window'.
25359 (doc-view-document->bitmap): Check the current doc-view overlay's
25360 display property instead the char property of the buffer's first char.
25361
25362 2013-03-18 Paul Eggert <eggert@cs.ucla.edu>
25363
25364 Automate the build of ja-dic.el (Bug#13984).
25365 * international/ja-dic-cnv.el (skkdic-convert): Remove the annotations
25366 from the input, rather than assume that it's been done for us by the
25367 SKK script unannotate.awk. Switch ja-dic.el to UTF-8. Don't put
25368 the current date into a ja-dic.el comment, as that complicates
25369 regression testing.
25370
25371 2013-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
25372
25373 * whitespace.el: Fix double evaluation.
25374 (whitespace-space, whitespace-hspace, whitespace-tab)
25375 (whitespace-newline, whitespace-trailing, whitespace-line)
25376 (whitespace-space-before-tab, whitespace-indentation)
25377 (whitespace-empty, whitespace-space-after-tab): Turn defcustoms into
25378 obsolete defvars.
25379 (whitespace-hspace-regexp): Fix regexp for emacs-unicode.
25380 (whitespace-color-on): Use a single font-lock-add-keywords call.
25381 Fix double-evaluation of face variables.
25382
25383 2013-03-17 Michael Albinus <michael.albinus@gmx.de>
25384
25385 * net/tramp-adb.el (tramp-adb-parse-device-names):
25386 Use `start-process' instead of `call-process'. Otherwise, the
25387 function might be blocked under MS Windows. (Bug#13299)
25388
25389 2013-03-17 Leo Liu <sdl.web@gmail.com>
25390
25391 Extend eldoc to display info in the mode-line. (Bug#13978)
25392 * emacs-lisp/eldoc.el (eldoc-post-insert-mode): New minor mode.
25393 (eldoc-mode-line-string): New variable.
25394 (eldoc-minibuffer-message): New function.
25395 (eldoc-message-function): New variable.
25396 (eldoc-message): Use it.
25397 (eldoc-display-message-p)
25398 (eldoc-display-message-no-interference-p):
25399 Support eldoc-post-insert-mode.
25400
25401 * simple.el (eval-expression-minibuffer-setup-hook): New hook.
25402 (eval-expression): Run it.
25403
25404 2013-03-17 Roland Winkler <winkler@gnu.org>
25405
25406 * emacs-lisp/crm.el (completing-read-multiple): Ignore empty
25407 strings in the list of return values.
25408
25409 2013-03-17 Jay Belanger <jay.p.belanger@gmail.com>
25410
25411 * calc/calc-ext.el (math-read-number-fancy): Check for an explicit
25412 radix before checking for HMS forms.
25413
25414 2013-03-16 Leo Liu <sdl.web@gmail.com>
25415
25416 * progmodes/scheme.el: Add indentation and font-locking for λ.
25417 (Bug#13975)
25418
25419 2013-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
25420
25421 * emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no
25422 token before point (bug#13942).
25423
25424 2013-03-16 Leo Liu <sdl.web@gmail.com>
25425
25426 * thingatpt.el (end-of-sexp): Fix bug#13952. Use syntax-after.
25427
25428 2013-03-16 Eli Zaretskii <eliz@gnu.org>
25429
25430 * startup.el (command-line-normalize-file-name): Fix handling of
25431 backslashes in DOS and Windows file names. Reported by Xue Fuqiao
25432 <xfq.free@gmail.com> in
25433 http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00245.html.
25434
25435 2013-03-15 Michael Albinus <michael.albinus@gmx.de>
25436
25437 Sync with Tramp 2.2.7.
25438
25439 * net/trampver.el: Update release number.
25440
25441 2013-03-14 Tassilo Horn <tsdh@gnu.org>
25442
25443 * doc-view.el: Fix bug#13887.
25444 (doc-view-insert-image): Don't modify overlay associated to
25445 non-live windows, and implement horizontal centering of image in
25446 case it's smaller than the window.
25447 (doc-view-new-window-function): Force redisplay of new windows on
25448 doc-view buffers.
25449
25450 2013-03-13 Karl Fogel <kfogel@red-bean.com>
25451
25452 * saveplace.el (save-place-alist-to-file): Don't sort
25453 `save-place-alist', just pretty-print it (bug#13882).
25454
25455 2013-03-13 Michael Albinus <michael.albinus@gmx.de>
25456
25457 * net/tramp-sh.el (tramp-sh-handle-insert-directory):
25458 Check whether `default-file-name-coding-system' is bound.
25459 It isn't in XEmacs.
25460
25461 2013-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
25462
25463 * emacs-lisp/byte-run.el (defun-declarations-alist): Don't use
25464 backquotes for `obsolete' (bug#13929).
25465
25466 * international/mule.el (find-auto-coding): Include file name in
25467 obsolescence warning (bug#13922).
25468
25469 2013-03-12 Teodor Zlatanov <tzz@lifelogs.com>
25470
25471 * progmodes/cfengine.el (cfengine-parameters-indent): New variable
25472 for CFEngine 3-specific indentation.
25473 (cfengine3-indent-line): Use it. Fix up category regex.
25474 (cfengine3-font-lock-keywords): Add bundle and namespace characters.
25475
25476 2013-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
25477
25478 * type-break.el (type-break-file-name):
25479 * textmodes/remember.el (remember-data-file):
25480 * strokes.el (strokes-file):
25481 * shadowfile.el (shadow-initialize):
25482 * saveplace.el (save-place-file):
25483 * ps-bdf.el (bdf-cache-file):
25484 * progmodes/idlwave.el (idlwave-config-directory):
25485 * net/quickurl.el (quickurl-url-file):
25486 * international/kkc.el (kkc-init-file-name):
25487 * ido.el (ido-save-directory-list-file):
25488 * emulation/viper.el (viper-custom-file-name):
25489 * emulation/vip.el (vip-startup-file):
25490 * calendar/todo-mode.el (todo-file-do, todo-file-done, todo-file-top):
25491 * calendar/timeclock.el (timeclock-file): Use locate-user-emacs-file.
25492
25493 2013-03-12 Paul Eggert <eggert@cs.ucla.edu>
25494
25495 Switch encodings of tutorials, thai-word to UTF-8 (Bug#13880).
25496 * language/thai-word.el: Switch to UTF-8.
25497
25498 See ChangeLog.16 for earlier changes.
25499
25500 ;; Local Variables:
25501 ;; coding: utf-8
25502 ;; End:
25503
25504 Copyright (C) 2011-2015 Free Software Foundation, Inc.
25505
25506 This file is part of GNU Emacs.
25507
25508 GNU Emacs is free software: you can redistribute it and/or modify
25509 it under the terms of the GNU General Public License as published by
25510 the Free Software Foundation, either version 3 of the License, or
25511 (at your option) any later version.
25512
25513 GNU Emacs is distributed in the hope that it will be useful,
25514 but WITHOUT ANY WARRANTY; without even the implied warranty of
25515 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25516 GNU General Public License for more details.
25517
25518 You should have received a copy of the GNU General Public License
25519 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.